/*
Theme Name: 1140
Description: CoolWeb WPテーマ Ver.11 レスポンシブ版
Version: 11.0.0
Author: エーエフ・パートナー
Author URI: http://www.af-joho.com/
*/

/* ------ 初期設定 ------ */
html {overflow-y: scroll;}

body, div, dl, dt, dd, ul, ul li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td,
section, nav, article, aside, hgroup, header, address,
figure, figcaption {margin: 0;padding: 0;}

address, caption, cite, code, dfn, em, strong, th, var {font-style: normal;font-weight: normal;}
table {border-collapse: collapse;border-spacing: 0;}
caption, th {text-align: left;}
q:before ,q:after {content: '';}
object, embed {vertical-align: top;}
hr, legend {display: none;}
h1, h2, h3, h4, h5, h6 {font-size: 100%;font-weight: normal;}
img, abbr, acronym, fieldset {border: 0;}
img {vertical-align: bottom;-ms-interpolation-mode: bicubic;}
ul li {list-style-type: none;}
.textwidget{margin: 0;padding: 0;text-align: left;}
 * {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}

/* ------ Web Font ------ */
@font-face {
font-family: iconfont;
src: url('fonts/coolweb.eot'); /* IE9 Compat Modes */
src: url('fonts/coolweb.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	 url('fonts/coolweb.woff') format('woff'), /* Modern Browsers */
	 url('fonts/coolweb.ttf')  format('truetype'), /* Safari, Android, iOS */
	 url('fonts/coolweb.svg#svgFontName') format('svg'); /* Legacy iOS */}
.icon {font-family: iconfont;font-weight: normal;}
.icon-list:before {content: "A";}
.icon-arrow:before {content: "J";}
.icon-next:before {content: "L"; padding-left: 5px; vertical-align: top; font-size: 116%;}
.icon-midashi:before {content: "L";}
.icon-koushin:before {content: "Q"; padding-right: 5px; vertical-align: bottom;}
.icon-feed:before {content: "U"; margin: 0 5px; color: #FB9F3B;}
.icon-facebook:before {content: "R"; margin: 0 5px; color: #3953A1;}
.icon-gplus:before {content: "S"; margin: 0 5px; color: #C62E00;}
.icon-twitter:before {content: "T"; margin: 0 5px; color: #00B1EA;}

/* ------ BODY ------ */
body {font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	*font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #555555; font-size: 87.5%; line-height: 1.6em; text-align: left; -webkit-text-size-adjust: 100%;}

/* ------ リンクの属性（未指定の時）------ */
a {outline: none;}
a {text-decoration: none;}
a:hover {text-decoration: underline;}

/* ------ 画像属性等 ------ */
img {max-width: 100%;height: auto;width: auto\9;}
.alignleft {float: left;  margin: 5px 10px 5px 0;}
.alignright{float: right; margin: 5px 0 5px 10px;}
.aligncenter{margin: 5px auto;display:block;}
.text-center {text-align: center;}
a:hover > img,a:hover > img.link{filter: alpha(opacity=80); opacity:0.80; background:none!important;}

#wrapper {width: 100%; min-width: 1060px;}

/* ------ ヘッダー ------ */
header {width: 100%;}
#header-inner {position: relative; max-width: 1060px ; height: 70px; margin: 0 auto;  *zoom: 1;}
#ptitle {position: absolute; top: 10px; left: 0;  font-size: 124%; line-height: 1.5em; font-weight: 600; z-index: 30; }
#ptitle a {color: #799ED3; text-decoration: none;}
#ptitle a:hover {text-decoration:underline}

/* ------ ソーシャルボタン等 ------ */
#header-social-button {position: absolute; top: 10px; right: 0;}
#header-social-button a {font-size: 24px; text-decoration: none;}
#header-social-button a:hover {text-decoration: none;}
#gnav-social-button {display: none;}

/* ------ ヘッダーナビゲーション ------ */
#gnav-btn {display :none;}
#gnav {width: 100%; font-size: 92%; background-color: #EEE;}
#gnav nav {margin: 0 auto; padding:0; max-width:1060px; position: relative; z-index: 99;}
#gnav nav > ul {list-style-type: none; height: 30px; margin: 0; padding: 0;}
#gnav nav ul.menu > li {position: relative; float: left; display: block; width: 210px; margin: 0; text-align: center; overflow: hidden; border: none;}
#gnav nav > ul > li a {display: block; width: 100%; color: #444; line-height: 30px; text-align: center; text-decoration: none; padding: 0 15px; box-sizing: border-box; border-left: 1px solid #CCC;}
#gnav nav ul.menu > li:last-child > a { border-right: 1px solid #CCC;}
#gnav nav > ul > li > ul {position: absolute; top: 100%; left:  0; width: 120%; list-style: none; margin: 0;}
#gnav nav > ul > li:last-child > ul {left: -43.6%; width: 120%;}
#gnav nav > ul > li  ul li{margin: 0; overflow: hidden; width: 120%; height: 0; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s; transition: .2s;}
#gnav nav > ul > li  ul li a{padding-left: 1em; height: 30px; line-height: 30px; color: #FFF; text-align: left; font-size: 92%; font-weight: normal; border-top: 1px solid #CCC; border-right: 1px solid #CCC; opacity: 0.8; filter: alpha(opacity=80);}
#gnav nav > ul > li  ul li:last-child a {border-bottom: 1px solid #CCC;}
#gnav nav > ul > li:hover > a{color: #FFF;  background-color: #0E2544; border-color: #0E2544; opacity: 0.8; filter: alpha(opacity=80);}
#gnav nav > ul > li  ul li:hover > a{color: #FFF; background-color: #0E2544; opacity: 1.0; filter: alpha(opacity=100);}
#gnav nav .current-menu-parent a, #gnav nav .current-menu-item a{color: #FFF;  background-color: #0E2544;}
#gnav nav > ul > li:hover ul li{overflow: visible; height: 30px; background-color: #0E2544;}
#gnav nav > ul > li:hover ul li:last-child{border-bottom: 0;}

/* ------ メイン画像 ------ */
#mainvisual {width: 100%; z-index: 10;}
#mainvisual .inner {margin: 0 auto; min-height: 300px; display: block; max-width: 1060px;display: block; position:relative;}
#mainvisual .inner .main-text {position: absolute; top: 50%; margin: 0; padding: 0; font-size: 4.2em; line-height: 1.2em; margin-top: -1.8em; font-weight: 600; color: #FFF; }
#mainvisual .inner .sub-text {position: absolute; top: 5%; margin: 0; padding: 0; font-size: 1.8em; line-height: 1.5em; font-weight: 600; color: #FFF; }
#subvisual {width: 100%; z-index: 10;  }
#subvisual .inner {margin: 0 auto; padding: 1.6em 0; display: block; max-width: 1060px;display: block;}
#subvisual h1{font-size: 2.0em; line-height: 1.5em; color: #000;}

/* ------ パンくずリスト ------ */
#plist {width: 100%;padding: 10px 0;font-size: 79%;background-color: #EFEFEF;}
#plist .plist-inner {max-width: 1060px ;margin: 0 auto;overflow: hidden;*zoom: 1;}

/* ------ コンテンツ ------ */
#containar {max-width: 1060px;margin: 0 auto; padding: 20px 0; text-align: center; overflow: hidden;*zoom: 1;}
#contents {padding: 0; float: left; width: 730px; text-align: left; padding: 0 0 20px; overflow: hidden;}
h2 {margin: 0; padding: 0.4em 0; font-size: 214%; font-weight: 600; line-height: 1.3em; }
h3 {margin: 0; padding: 0.4em 0; font-size: 200%; font-weight: 600; line-height: 1.3em;}
h3 {margin: 0; padding: 0.4em 0; font-size: 142%; font-weight: 600; line-height: 1.3em;}
h4 {margin: 0; padding: 0.4em 0; font-size: 128%; font-weight: 600; line-height: 1.3em;}
h5 {margin: 0; padding: 0.4em 0 ;font-size: 114%; font-weight: 600; line-height: 1.3em;}
h6 {margin: 0; padding: 0.4em 0 ;font-size: 100%; font-weight: 600; line-height: 1.3em;}
.parts-title {padding: .2em 0 .2em .4em; color: #0E2544; text-decoration: none; display: flex; border-bottom: 2px solid #0E2544; background-color: #F3F3F3; overflow: hidden;}

/* ------ 投稿設定------ */
.doc {padding: 0 20px; text-align: justify; text-justify: inter-ideograph;}
.waku {border: 1px solid #CCC;}
.post-date2 {margin: 0; padding: 0; text-align: left; font-size: 100%; font-style: italic; font-family: Arial Black,Charcoal; line-height: 1.2em; color: #CCC;}

/* ------ コンテンツ内リスト------ */
.parts {margin-bottom: 20px;}
.parts ul {padding: 0 20px;}
.parts ul > li > .post-date {font-size: 84%; font-weight: 600;}
.parts img.k-joho { vertical-align: middle;}

/* ------ 記事リスト表示 ------ */
.post-list{margin: 0 auto; padding: 20px 0 10px;}
.post-list > article{display: block; padding: 8px 0; overflow: hidden;}
.post-list > article h4 {margin: 0 0 10px; padding:  0; font-size: 172%; font-weight: 500; line-height: 1.2em;}
.post-list > article h4 a {margin: 0; padding: 0 10px ; color: #0E2544; text-decoration: none; display: flex; border-bottom: 2px solid #0E2544; background-color: #F3F3F3; overflow: hidden; }
.post-list > article h4 a:hover {color: #C00; text-decoration: underline;}
.post-list > article img {float: left; max-width: 180px; margin: 5px 15px 15px; border: 1px solid #CCC;
  -webkit-transform: rotate( -5deg );  /* Chrome,Safari,Opera */
  -ms-transform:     rotate( -5deg );  /* IE9 */
  transform:         rotate( -5deg ); }
.post-list > article a:hover.link img,a:hover img.link{border: 3px solid #C00;}
.post-list > article p {padding: 0 10px; vertical-align: top; font-size: 100%; text-align: justify; text-justify: inter-ideograph; overflow: hidden; }
/* ------ 続きを読む ------ */
.post-list > article .next {padding: 0 10px 5px; font-size: 92%; text-align: right;}
.post-list > article .next a {margin: 0; padding: 5px 10px; font-weight: 500; color: #414444; text-decoration: none; *zoom: 1; 
  -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px;  background-color: #EEE;}
.post-list > article .next a:hover {color: #FFF; background-color: #333766;}

/* ------ 記事リスト表示(アーカイブ) ------ */
#post-list-cat{margin: 0 auto; padding: 20px 0 10px;}
#post-list-cat > article{display: block; padding: 8px 0; overflow: hidden;}
#post-list-cat > article h4 {margin: 0 0 10px; padding:  0; font-size: 172%; font-weight: 500; line-height: 1.2em;}
#post-list-cat > article h4 a {margin: 0; padding: 0 10px ; color: #0E2544; text-decoration: none; border-bottom: 2px solid #0E2544; background-color: #F3F3F3;display: flex; overflow: hidden; }
#post-list-cat > article h4 a:hover {color: #C00; text-decoration: underline;}
#post-list-cat > article img {float: left; max-width: 200px;margin-right: 10px; border: 1px solid #CCC;}
#post-list-cat > article a:hover.link img,a:hover img.link{border: 3px solid #C00;}
#post-list-cat > article p {padding: 0 10px; vertical-align: top; font-size: 100%; text-align: justify; text-justify: inter-ideograph; overflow: hidden; }
/* ------ 続きを読む ------ */
#post-list-cat > article .next {padding: 0 10px 5px; font-size: 92%; text-align: right;}
#post-list-cat > article .next a {margin: 0; padding: 5px 10px; font-weight: 500; color: #414444; text-decoration: none; *zoom: 1; 
  -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px;  background-color: #EEE;}
#post-list-cat > article .next a:hover {color: #FFF; background-color: #333766;}
.post-date{margin: 0; padding: 0 10px 5px; text-align: right; font-size: 85%; font-style: italic; font-family: Arial Black,Charcoal; line-height: 1.2em; color: #0E2544;}

  
/* ------ アドセンス属性 ------ */  
.ads_res > .textwidget {margin: 15px 0; text-align: center;}
.ads_rec > .textwidget {margin: 15px 0; text-align: left;}
.ads_left {float: left; display: block;}
.ads_rigjt{float: right; display: block;}

/* ------ ソーシャルボタン属性 ------ */
#social{margin: 20px 0;}
#social h4{padding: 5px 10px; font-size: 123%;font-weight: bold;line-height: 100%;color: #333;border: 1px solid #C00; display: inline-block}
#social p{padding-left: 1em;}

/* ------ 関連記事リスト属性 ------ */
#related-posts{margin: 15px  10px;}
#related-posts .k-post {display: inline-block; vertical-align: top; width: 48%; margin: 0 0.7%; padding: 15px 0 0; overflow: hidden;}
#related-posts .k-post h5 {font-weight: 600; line-height: 1.2em; }
#related-posts .k-post img {float: left; max-width: 180px; margin-right: 10px; border: 1px solid #CCC;}
#related-posts .k-post p {margin: 0 5px; font-size: 84% ; line-height: 1.4em; text-align: justify; text-justify: inter-ideograph;}

/* ---- コメント・トラックバック----- */
.tback {border: none;}
.tback h2{margin-botoom: 0; padding-bottom: 15px;}
.tback p {margin: 0 0 10px 10px;padding: 0;font-size: 85%; line-height: 130%;}
.comments{border: none;}
.comments ul{list-style: none;margin: 0;color:#444;font-size: 100%;}
.comments ul li {margin-bottom: 10px;background: #FFF; padding: 12px;}
.comments ul li.depth-1{border-bottom: 1px dotted #CCC;margin-bottom: 12px;}
.comments ul.children {list-style: none;}
.comments p{padding: 0 10px 5px 20px;text-align: left;}
.comments form p{line-height: 160%;display: block;}
.comments label{font-weight: bold;display:block;}
.comments form p.comment-notes,.comments form p.form-allowed-tags{font-size: 92%;text-align: left;}
.comments .reply{width: 40px;height: 20px;margin-left: 20px;text-align: center;line-height: 20px;border: 1px solid #CCC;background: #FFF;display: block;}
.comments .reply a{color: #333;text-decoration: none;display: block;} 
.comments .reply a:hover{color: #FFF;background: #CCC;} 
.comments h3 small{font-size: 100%;}
#author{width: 200px;}
#email{width: 200px; }
#url	{width: 200px; }
#comment	{width: 99%; height:100px; }
#submit	{margin:0; padding:2px 25px; cursor:pointer;}

/* ------ピックアップ記事 ------ */
.rank-post {margin-bottom: 0; padding: 10px ; overflow: hidden; *zoom: 1;}
.rank-post  h5{display: block; padding: 0 0 5px ; font-size: 1.0rem;}
.rank-post .p-post {padding-bottom: 15px; font-size: 0.8em; line-height: 1.3em; text-align: justify; text-justify: inter-ideograph;}
.rank-post .p-post:last-child {border-bottom: none;}
.rank-post .p-post img{ float: left; margin-right: 10px ; max-width: 120px; border: 1px solid #CCC;display: block;}

/* ------ サイドバー ------ */
#sidebar {float: right; padding: 0; width: 301px; text-align: left; }
.sidebar-wrapper {margin-bottom: 20px; border: solid 1px #D5D5D5;}
.sidebar-wrapper h4,
.sidebar-wrapper h2,
.sidebar-wrapper .wp-block-group__inner-container > h2{display: block ; margin: 0; padding: 10px; color: #FFF; font-size: 100%; font-weight: 500; line-height: 1.2em; background: #0E2544;}
.sidebar-wrapper form,
.sidebar-wrapper .tagcloud{padding: 10px; font-size: 92%; background: #FCFCFC;}
.sidebar-wrapper ul {padding: 0; background: #FCFCFC;}
.sidebar-wrapper ul li {border-top: solid 1px #D5D5D5;}
.sidebar-wrapper ul li a {display: block;padding: 10px 20px 10px 10px; font-size: 92%; line-height: 1.2em; text-decoration: none; background: url("img/arrow_02.png") no-repeat right center;}
.sidebar-wrapper ul li a:hover{ color: #FFF; background-color: #0E2544;;}
.sidebar-wrapper ul.children {padding: 0; border: none;}
.sidebar-wrapper ul.children li{border-top: solid 1px #D5D5D5; text-indent: 10px;}
.sidebar-wrapper ul.children li:first-child{border-top: solid 1px #D5D5D5;}
.sidebar-wrapper .post-date { padding-left: 15px; line-height: 1.0em; font-size: 77%;}

/* ------カレンダー ------ */
#calendar_wrap {padding: 10px; border: solid 1px #D5D5D5;border-top: none; font-size: 93%; background: #FCFCFC;
  -webkit-border-bottom-left-radius:5px;
  -webkit-border-bottom-right-radius:5px;
  border-radius: 0px 0px 5px 5px;
  box-shadow: 0px 1px 7px rgba(0,0,0,0.15) inset;}
#wp-calendar {width: 96%; margin: 0 auto; }

/* ------ フッター ------ */
footer {width: 100%; min-width: 1060px; background-color: #EEE;}
#footer-inner {width: 1060px;margin: 0 auto;padding: 10px 0;}
#footer-inner nav{text-align: center;margin: 0; padding: 10px 0 20px;}
#footer-inner nav ul li {display: inline-block;*display: inline;*margin-bottom: 12px;padding: 0 10px 0 15px;line-height: 1.3em;font-size: 92%; color: #CCC;border-left: solid 1px #999; *zoom: 1;}
#footer-inner nav ul li:first-child {border-left: none;}
#footer-inner2 {width: 1060px; margin: 0 auto;padding: 20px 0; font-weight: normal;}
#footer-inner2.column1{width: 1060px; margin: 0 auto;padding: 20px 0; font-weight: normal;}
#footer-inner2 h4 {margin: 0 0 0.6em 0; padding: 0.4em 0 0.4em 10px; font-size: 108%; font-weight: 500; line-height: 1.3em; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
#footer-inner2 .f-left {margin: 0 1%; width: 32%; font-size: 92% ; line-height: 1.35em; float: left;}
#footer-inner2 .f-center {margin: 0 1%; font-size: 92% ; width: 31%; line-height: 1.35em; float: left;}
#footer-inner2 .f-right {margin: 0 1%; font-size: 92% ; width: 31%; line-height: 1.35em; float: left;}
#footer-inner2 ul{margin: 0 0 10px 5px; list-style: none;}
#footer-inner2 ul > li {line-height: 2.0em;}
#footer-inner2 ul.children {margin: 0;}
#footer-inner2 ul.children li {padding: 0 0 0 20px;}
#footer-inner2 .footer-wrapper form,
#footer-inner2 .footer-wrapper p,
#footer-inner2 .footer-wrapper .tagcloud{padding: 0 10px 10px; font-size: 92%;}
#footer-inner2 .post-date{font-size: 84%;}
footer #copyright {width: 100%; padding: 10px 0; text-align:center;font-size: 92%;}

/* ------ ページナビ ------ */
.page_navi {text-align: center; font-size: 92%; line-height: 1.6em;}
.page_navi li {display: inline;list-style: none;}
.page_navi li.current span {color: #FFFFFF; font-weight: bold; border: solid 1px #333766; display: inline-block; padding: 2px 6px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}
.page_navi li a {padding: 2px 6px; border: solid 1px #333766; display: inline-block; text-decoration: none; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}
.page_navi li.page_nums span {padding: 3px 7px;display: inline-block;border: solid 1px #333766; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}

/* ------ ランキング------ */
.rank {width: 32%; margin: 15px 0 15px 1% ;padding: 0; border: 2px solid #333766;-moz-border-radius: 5px;  -webkit-border-radius: 5px; border-radius: 5px; background-color: #FFFFFF; float: left; *zoom: 1;}
.rank .idx {margin: 0; padding: 5px 5px 0; background-color: #333766;}
.rank .idx img {margin: -20px 0px 5px -10px; float: left;} 
.rank .idx h5 {margin: 0; padding: 4px 0; font-size: 92%; font-weight: 600; line-height: 120%;color: #FFFFFF;} 
.rank .rankinner{margin: 10px; padding: 0 ; font-size:92%; line-height: 150%;}
.rank .rankinner .b_link img {max-width: 100%; margin: 0 auto; display: block;}
.rank .rankinner .t_link {font-size: 0.92rem; text-align: right;}
.rank .rankinner .exp {margin: 0; padding: 10px 0;}
.sidebar-wrapper .rank {float: none; margin: 0 0 10px 0; width: 100%;}

/* ------ その他属性 ------ */
.red_uline{border-bottom: 2px solid #F30;}
.uline{border-bottom: 1px solid #F63;}
.link_line{text-decoration: underline;} 
.dot{border-bottom:1px dotted #CCC;}
.solid{border-bottom:1px solid #CCC;}
.clr{clear: both;}
strong{font-weight: bold;}
em{color: red;}
.txtcenter{text-align: center;}
.red{color: #C00;}
.pink{color: #C09;}
.bg_yellow{background: #FF0;}
.gold{color: #F4CA54;}
.silver{color: #999;}
.copper{color: #BD4C54;}
.other{color: #71AAE0;}

/* ------ フォント属性 ------ */
.fon10{font-size: 10px;}
.fon11{font-size: 11px;}
.fon12{font-size: 12px;}
.fon13{font-size: 13px;}
.fon14{font-size: 14px;}
.fon15{font-size: 15px;}
.fon16{font-size: 16px;}
.fon18{font-size: 18px;}
.fon20{font-size: 20px;}
.fon22{font-size: 22px;}
.fon24{font-size: 24px;}
.fon28{font-size: 28px;}
.tab10{padding-left: 10px;}
.tab20{padding-left: 20px;}
.tab30{padding-left: 30px;}
.bld{font-weight: bold;}
