/*
Theme Name: 1120
Description: WordPressテーマ Ver.11 レスポンシブ版
Version: 11.0.2
Author: Tsunehisa Hazama
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;}

/* ------ 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: #333333; font-size: 87.5%; line-height: 1.6em; text-align: left; -webkit-text-size-adjust: 100%;}

#wrapper {width: 100%;}

/* ------ リンクの属性（未指定の時）------ */
a {outline: none;}
a {color: #C00;text-decoration: none;}
a:hover {color: #C00;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;}
a:hover.link img,a:hover img.link{filter: alpha(opacity=80); -moz-opacity:0.80; -ms-filter: "alpha( opacity=80 )"; opacity:0.80; background:none!important;}

/* ------ ヘッダー ------ */
header {width: 100%; min-width: 1130px; background-color: #000;}
#header-inner {position: relative; width: 1130px; margin: 0 auto; height: 60px; overflow: hidden; *zoom: 1;}
#ptitle {position: absolute; top: 5px; left: 0; margin: 0; padding: 0; font-size: 100%; line-height: 1.5em; font-weight: 600;}

/* ------ ヘッダーナビゲーション ------ */
#gnav-btn {display :none;}
#gnav {width: 100%; font-size: 92%; border-top: 1px solid #333;border-bottom: 1px solid  #333;
  background: #222;
  background: -moz-linear-gradient(top, #000, #222);
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#222));
  background: linear-gradient(to bottom, #000, #222);}
#gnav * {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
#gnav nav { width: 1130px; margin: 0 auto; padding: 0; position: relative; z-index: 99;}
#gnav nav > ul {list-style-type: none; height: 45px; margin: 0; padding: 0;}
#gnav nav li {position: relative; float: left; width: 20%; margin: 0; text-align: center; border-left: 1px solid #222; overflow-x: : hidden;}
#gnav nav li:first-child {border-left: none;}
#gnav nav > ul > li a {display: block; color: #FFF; line-height: 45px; text-align: center; text-decoration: none;}
#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: -44.5%; 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: 40px; line-height: 40px; color: #FFF; text-align: left; background: #222;
	opacity: 0.8; filter: alpha(opacity=80); border-bottom: 1px solid #000;}
#gnav nav > ul > li:hover > a{color: #FFF; background: #333; overflow-x: : hidden;}
#gnav nav > ul > li  ul li:hover > a{color: #FFF;opacity: 1.0; filter: alpha(opacity=100);}
#gnav nav .current-menu-parent a, #gnav nav .current-menu-item a{color: #FFF; }
#gnav nav > ul > li:hover ul li{overflow: visible; height: 40px;}
#gnav nav > ul > li:hover ul li:last-child{border-bottom: 0;}

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


/* ------ スライド画像 ------ */
#mainvisual {position: relative; width: 100%; min-width: 1130px; height: auto; background-color: black; border-bottom: 2px solid #000;overflow: hidden; z-index: 10;}
#mainvisual-inner {position: relative; padding-left: 50%;}
#mainvisual-inner .img {display: none;float: left;}
#mainvisual-arrow {position: absolute;z-index: 200;	width: 100%;top: 40%;left: 0;margin-top: -10px;}
#mainvisual-arrow-inner {position: relative;width: 100%;max-width: 1200px;margin: 0 auto;}
#mainvisual-arrow .prev,#mainvisual-arrow .next {position: absolute;width: 27px;height: 27px;overflow: hidden;}
#mainvisual-arrow .prev {left: 3%;}
#mainvisual-arrow .next {right: 3%;}
#mainvisual-arrow a {display: block;width: 27px;height: 54px;}
#mainvisual-arrow a:link,#mainvisual-arrow a:visited {margin-top: 0px;}
#mainvisual-arrow a:hover,#mainvisual-arrow a:active {margin-top: -27px;}
#mainvisual-arrow a img {vertical-align: top;}
#mainvisual-btn {width: 100%;height: 10px;margin-top: 10px;	text-align: center;}
#mainvisual-btn div {display: inline-block;	width: 10px;height: 10px;margin: 0 8px;	overflow: hidden;vertical-align: top;}
#mainvisual-btn div {*display: inline;}
#mainvisual-btn span {display: block;width: 10px;height: 20px;}
#mainvisual-btn span.current {margin-top: -10px;}
#mainvisual-btn img {vertical-align: top;}
#subvisual {width: 100%; min-width: 1130px; background-color: black; overflow: hidden; z-index: 10;}
#subvisual #subvisual-inner {width: 1300px; margin-left: -650px; padding-left:  50%;}

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

/* ------ コンテンツ ------ */
#containar {width: 1130px;margin: 0 auto;padding-top: 20px;overflow: hidden;*zoom: 1;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
#contents {float: right;width: 810px;padding-bottom: 20px;}
#contents-1column {margin: 0 auto; width: 1080px;padding-bottom: 20px;}
#contents-other-1column {margin: 0 auto; width: 980px;padding-bottom: 20px;}
#grid-contents {margin: 0 auto ; padding: 0;}

/* ------ インフォメーション ------ */
#info { margin-bottom: 10px; padding: 20px;  border: 1px solid #CCC; background-color: #FFF; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;}
#info h2 {margin-bottom: .4em; padding: .2em 0 0 0; ; font-size: 142%; font-weight: 600; line-height: 1.2em;border-bottom: 4px solid #C06;}

/* ------ 見出し ------ */
h1 {margin: 0; padding: 0.4em 0; font-size: 214%; font-weight: 600; line-height: 1.3em;}
h2 {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;}
.post-title {padding: .2em 0 .2em .4em; border-left: 8px solid #C06; font-weight: 500; color: #FFF; background-color: #000; display: block;}
.parts-title {padding: .2em 0 .2em .4em; border-bottom: 4px solid #C06; font-weight: 500; color: #FFF; background-color: #000; display: block;}
.item-title {margin-bottom: .4em; padding: .2em 0 0 0; border-bottom: 4px solid #C06;}

/* ------ 投稿 ------ */
.doc {padding: 20px; font-size: 108%; line-height: 2.0em; text-align: justify; text-justify: inter-ideograph;}
.waku {border: 1px solid #CCCCCC;}

/* ------ トップページリスト表示 ------ */
#grid-contents article {margin: 5px;}
#grid-contents article .inner{  padding: 20px 15px; border: 1px solid #CCC; background-color: #FFF; text-align: justify; text-justify: inter-ideograph;
	-webkit-border-bottom-right-radius: 40px; -moz-border-bottom-right-radius: 40px; border-bottom-right-radius: 40px; 
	-webkit-border-top-left-radius: 40px; -moz-border-top-left-radius: 40px; border-top-left-radius: 40px; }
#grid-contents .item article .inner:hover{background: #F0F0F0;}
#grid-contents .item.w2 article .inner:hover{background: #FFF;}
#grid-contents article .inner h3 {font-size: 128%;}

/* ------ カテゴリーページリスト表示 ------ */
#kiji-list-cat{margin: 0 auto; padding-bottom: 10px;}
#kiji-list-cat > article{padding: 15px 0 ; border-bottom: 1px dotted #CCCCCC;}
#kiji-list-cat > article h4 {font-weight: 600; line-height: 1.2em; }
#kiji-list-cat > article h4 a {margin: 0; padding: 0 10px ; color: #414444; text-decoration: none; display: block; overflow: hidden; }
#kiji-list-cat > article h4 a:hover {color: #CC0000;display: block; }
#kiji-list-cat > article img {border: 1px solid #CCCCCC;}
#kiji-list-cat > article p {padding: 0 10px; text-align: left; overflow: hidden; }
/* ------ 続きを読む ------ */
#kiji-list-cat > article .next {padding: 0 10px 5px; font-size: 92%; text-align: right;}
#kiji-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: #EEEEEE;}
#kiji-list-cat > article .next a:hover {color: #FFFFFF; background-color: #333766;}

/* ------ アドセンス属性 ------ */  
.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: #333333;border: 1px solid #CC0000; display: inline-block}
#social p{padding-left: 1em; line-height: 1.5em}

/* ------ 関連記事リスト属性 ------ */
#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 #CCCCCC;}
#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: 12px; line-height: 1.6em;}
.comments{margin: 10px; border: none;}
.comments ul{list-style: none;margin: 0; color:#444444; font-size: 100％;}
.comments ul li {margin-bottom: 10px;background: #FFFFFF; padding: 12px;}
.comments ul li.depth-1{border-bottom: 1px dotted #CCCCCC;margin-bottom: 12px;}
.comments ul.children {list-style: none;}
.comments p{padding: 0 10px 5px 20px; text-align: left;}
.comments form p{line-height: 1.8em; display: block;}
.comments label{font-weight: bold;display:block;}
.comments form p.comment-notes,.comments form p.form-allowed-tags{font-size: 100%;text-align: left;}
.comments .reply{width: 40px;height: 20px;margin-left: 20px;text-align: center;line-height: 20px;border: 1px solid #CCCCCC;background: #FFFFFF;display: block;}
.comments .reply a{color: #333333;text-decoration: none;display: block;} 
.comments .reply a:hover{color: #FFFFFF;background: #CCCCCC;} 
.comments h3 small{font-size: 114%;}
#author{width: 200px; height: 2em}
#email{width: 200px; height: 2em}
#url	{width: 200px; height: 2em}
#comment	{width: 99%; height:100px; }
#submit	{margin:0; padding:2px 25px; cursor:pointer;}

/* ------ サイドバー ------ */
#sidebar {float: left;width: 301px;top: 0;left: 0;}
.sidebar-wrapper {margin-bottom: 20px;}
.sidebar-wrapper h4{display: block ; margin: 0; padding: 8px 10px; font-size: 100%; font-weight: 500; line-height: 1.2em; color: #FFF;border-bottom: 3px solid #C06;
  -webkit-border-top-left-radius:5px;  -webkit-border-top-right-radius:5px; border-radius: 5px 5px 0px 0px;
  background: #222;
  background: -moz-linear-gradient(top, #333, #000);
  background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#000));
  background: linear-gradient(to bottom, #333, #000);}
.sidebar-wrapper form,
.sidebar-wrapper .tagcloud{padding: 10px; border: solid 1px #D5D5D5;border-top: none; font-size: 92%; background: #FCFCFC;
  -webkit-border-bottom-left-radius:5px;
  -webkit-border-bottom-right-radius:5px;
  border-radius: 0px 0px 5px 5px;}
.sidebar-wrapper ul {padding: 0; border: solid 1px #D5D5D5; border-top: none; background: #FCFCFC;
  -webkit-border-bottom-left-radius:5px;
  -webkit-border-bottom-right-radius:5px;
  border-radius: 0px 0px 5px 5px;}
.sidebar-wrapper ul li {border-top: solid 1px #D5D5D5;}
.sidebar-wrapper ul li:first-child {border-top: none;}
.sidebar-wrapper ul li a {display: block;padding: 10px 20px 10px 10px;font-size: 92%; line-height: 1.5em;text-decoration: none;border-top: solid 1px #F5F5F5;background: url(img/arrow_04.png) no-repeat right center;}
.sidebar-wrapper ul li:first-child a {border-top: none;}
.sidebar-wrapper ul li a:hover{background-color: #F0F0F0;}
.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%;}

/* ------ フッター ------ */
footer {width: 100%; min-width: 1130px; background-color: #555;}
#footer-inner {width: 1130px;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: 1130px; margin: 0 auto;padding: 20px 0; font-weight: normal;}
#footer-inner2.column1{width: 1130px; 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: 12px ; line-height: 1.35em; float: left;}
#footer-inner2 .f-center {margin: 0 1%; font-size: 12px ; width: 31%; line-height: 1.35em; float: left;}
#footer-inner2 .f-right {margin: 0 1%; font-size: 12px ; 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: 13px; 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-post {margin-bottom: 0; padding: 0 10px; border: 1px solid #CCC; overflow: hidden; *zoom: 1;}
.rank-post  h5{display: block; padding: 10px 0 0 ; font-size: 115%; text-align: left;}
.rank-post .p-post {padding-bottom: 10px;font-size: 85%; 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{margin: 10px auto 0 auto ; max-width: 98%; border: 1px solid #CCC;display: block;}

/* ------ ボックス幅 ------ */
.item { width: 270px;}
.item.w2 {width: 540px; }
.item.r2 {width: 270px;}

/* ------ ランキング------ */
.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: 3px solid #FF3300;}
.uline{border-bottom: 1px solid #FF6633;}  
.dotline{clear: both;margin: 5px 0; border-bottom: 1px dotted #CCCCCC;}
.clr{clear: both;}
strong{font-weight: bold;}
em{color: red;}
.txtcenter{text-align: center;}
.red{color: #CC0000;}
.pink{color: #CC0099;}
.bld{font-weight: bold;}

/* ------ 線の属性 ------ */
.dot{border-bottom:1px dotted #CCCCCC;}
.solid{border-bottom:1px solid #CCCCCC;}

/* Contact Form 7のリスト項目をすべて縦並びに */
.wpcf7-checkbox {
    margin-top:10px;
    display: block;
}

/* Contact Form 送信ボタン */
.wpcf7 input[type="submit"] ,
.pushbutton-wide{
	background-color: #BDBDBD;
}


