/*
Theme Name: 9022
Description: CoolWeb WPテーマ Ver.9（2カラム）
Version: 9.0.2
Author: エーエフ・パートナー
Author URI: http://www.af-joho.com/
*/

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

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; margin: 1em 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; border: #663399 solid 1px; background-color: #F8F8F8; }
 * {-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/coolicon.eot'); /* IE9 Compat Modes */
src: url('fonts/coolicon.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	 url('fonts/coolicon.woff') format('woff'), /* Modern Browsers */
	 url('fonts/coolicon.ttf')  format('truetype'), /* Safari, Android, iOS */
	 url('fonts/coolicon.svg#svgFontName') format('svg'); /* Legacy iOS */}
.icon {font-family: iconfont;font-weight: normal;}
.icon-list:before {content: "\f00b";}
.icon-flist:before {content: "\f0a9"; color: #333766; padding-right: 5px;}
.icon-check:before {content: "\f14a"; color: #333766; padding-right: 5px;}
.icon-comment:before {content: "\e671"; color: #333766; padding-right: 5px;}
.icon-next:before {content: "\f138"; color: #333766; font-size: 1.7em;}
.icon-feed:before {content: "\e771"; margin: 0 5px; color: #FB9F3B;}
.icon-facebook:before {content: "\e76a"; margin: 0 5px; color: #3953A1;}
.icon-gplus:before {content: "\e766"; margin: 0 5px; color: #C62E00;}
.icon-twitter:before {content: "\e76e"; margin: 0 5px; color: #00B1EA;}

/* ------ BODY ------ */
body { margin:0; padding:0; font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	*font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #555555; font-size: 13px; line-height: 1.8em; 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;}
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;}
.text-center {text-align: center;}

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

/* ------ ヘッダー ------ */
header {width: 100%; margin-top: -10px;}
#header-inner {position: relative; max-width: 1320px ; height: 80px; margin: 0 auto; background-color: #fff; *zoom: 1;}
#ptitle {position: absolute; top: 5px; left: 20px;  font-size: 92%; line-height: 1.5em; font-weight: normal ;}
#ptitle a {color: #799ED3; text-decoration: none;}
#ptitle a:hover {text-decoration:underline}
#logo {margin-top: 10px; text-align: center;}
#s-button {position: absolute; top: 20px; right: 0;}
#s-button a {font-size: 20px; text-decoration: none;}
#s-button a:hover {text-decoration: none;}

/* ------ ヘッダーナビゲーション ------ */
#gnav-btn {display :none;}
#gnav-menu{max-width: 1320px; margin: 0 auto; background-color: #fff;}
#gnav {width: 100%; font-size: 12px; padding-top: 20px;}
#gnav nav {margin: 0; padding:  0; max-width: 1320px; position: relative; z-index: 20;}
#gnav nav > ul {list-style-type: none; height: 35px; margin: 0; padding: 0;}
#gnav nav li {position: relative; float: left; width: 14.2%; margin: 0; text-align: center;}
#gnav nav li:first-child {margin-left: 0;}
#gnav nav li:last-child {margin-right: 0;}
#gnav nav > ul > li a {display: block; font-weight: 500; height: 35px; line-height: 30px; text-align: center; text-decoration: none;}
#gnav nav > ul > li > ul {position: absolute; top: 100%; left:  0; width: 200%; list-style: none; margin: 0;}
#gnav nav > ul > li  ul li{overflow: hidden; width: 120%; height: 0; -moz-transition: .6s; -webkit-transition: .6s; -o-transition: .6s; -ms-transition: .6s; transition: .6s;}
#gnav nav > ul > li  ul li a{color: #FFFFFF; padding-left: 10px; height: 30px; line-height: 30px; text-align: left; font-size: 92%; font-weight: normal; opacity: 0.8; filter: alpha(opacity=80);}
#gnav nav > ul > li:hover > a{color: #FFFFFF; -moz-transition: .6s; -webkit-transition: .6s; -o-transition: .6s; -ms-transition: .6s; transition: .6s;}
#gnav nav > ul > li  ul li:hover > a{color: #FFFFFF;opacity: 1.0; filter: alpha(opacity=100);}
#gnav nav > ul > li:hover ul li{overflow: visible; height: 30px;}
#gnav nav > ul > li:hover ul li:last-child{border-bottom: 0;}
#gnav > nav > ul > li.current-menu-parent:hover > a, #gnav > nav > ul > li.current-menu-item:hover > a{color: #FFFFFF; }

/* ------ メイン画像 ------ */
#mainvisual {width: 100%; background-image: url(img/slider_bg.jpg); background-repeat: repeat-x; z-index: 10;}
#mainvisual-inner{max-width: 1320px; margin: 0 auto;}
#mainvisual_sphone {display: none;}

/* ------ パンくずリスト ------ */
#plist {width: 100%; padding: 20px 0 10px; font-size:84%; line-height: 1.3em;}

/* ------ コンテンツ ------ */
#containar {width: 1320px; background-color: #fff; margin: 0 auto; padding: 20px 60px; 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 0 0.6em 0; padding: 0.4em 0 0.4em 10px; font-size: 138%; font-weight: 600; line-height: 1.3em; }
h3 {margin: 0 0 0.6em 0; padding: 0.4em 0 0.4em 10px; font-size: 124%; font-weight: 600; line-height: 1.3em; }
h4 {margin: 0 0 0.6em 0; padding: 0.4em 0; font-size: 116%; font-weight: 600; line-height: 1.3em;}
h5 {margin: 0 0 0.6em 0; padding: 0.4em 0 ;font-size: 108%; font-weight: 600; line-height: 1.3em;}
h6 {margin: 0 0 0.6em 0; padding: 0.4em 0 ;font-size: 108%; font-weight: 600; line-height: 1.3em;}
.post-title { font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
				  margin: 0.5em 0 0.2em; padding: 0.5em 0.5em 10px; font-size: 28pt; font-weight: normal; line-height: 1.5em;
				  background-image: url(img/midashi_bg42.png); background-repeat: no-repeat; background-position: right;
				  text-shadow: white 2px 2px 0px, white -2px 2px 0px, white 2px -2px 0px, white -2px -2px 0px;}
.sub-title {margin: 0.6em 0 1em; padding: 0.4em 0 0.2em 10px; font-size: 124%; font-weight: 600; line-height: 1.3em; }
section.post{padding: 0; border: none;}
#top_koshin {padding: 0 20px; text-align: justify;}

/* ------ 投稿設定------ */
.doc {padding: 0 20px; text-align: justify;}
.doc h3 {
	background-image: url(img/midashi_h2_bg.jpg); background-repeat: no-repeat; padding: 5px 30px; margin-top: 1em;
}
.ie7 .doc, .ie8 .doc {text-align: left;}
.old-post {padding: 0 0 15px 10px; font-size: 11px; color: #CC0000; text-align: left;}
.waku {border: 1px solid #CCCCCC;}
th,td {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px;
}
th {
	background-color: #f6f5f8;
	font-weight: bold;
	text-align: center;
}

.kotei_down {padding-bottom: 20px; padding-top: 20px; clear: both;}

/* ------ コンテンツ内リスト------ */
.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;}

/* ------ 記事リスト表示 ------ */
#first-list{padding-bottom: 0;}
#first-list > article{width: 100%; padding: 15px 0;}
#first-list > article h4 {font-weight: 600; line-height: 1.8em;}
#first-list > article h4 a {margin: 0; padding: 0 10px ; color: #FFFFFF; text-decoration: none; display: block; overflow: hidden; }
#first-list > article h4 a:hover {color: #FFFFFF;display: block; }
#first-list img {max-width: 100%; border-width: 1px 1px 0 1px; border-style: solid; border-color: #CCCCCC;}
#first-list > article p {padding: 0 10px; font-size: 92%; line-height: 1.5em; text-align: justify; overflow: hidden; }
.ie7 #first-list > article p {text-align: left;}
.ie8 #first-list > article p {text-align: left;}
/* ------ 続きを読む ------ */
#first-list > article .next {padding: 0 10px 5px; font-size: 92%; text-align: right;}
#first-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: #EEEEEE;}
#first-list > article .next a:hover {color: #FFFFFF; background-color: #333766;}

.kiji-list{margin: 0 auto; padding-bottom: 10px;}
.kiji-list > article{display: inline-block; vertical-align: top; width: 45.0%; margin: 0 2% 10px; padding: 0; border: 1px solid #CCCCCC; overflow: hidden;}
.kiji-list > article h4 {margin: 0; padding : 0; font-weight: 600; line-height: 1.8em;}
.kiji-list > article h4 a {margin: 0; padding: 0 10px ; color: #FFFFFF; text-decoration: none; display: block; overflow: hidden;}
.kiji-list > article h4 a:hover {color: #FFFFFF;display: block; }
.kiji-list > article img {max-width: 100%;}
.kiji-list > article p {padding: 10px 10px 0; font-size: 92%; line-height: 1.5em; text-align: justify; overflow: hidden; }
.ie7 .kiji-list > article p {text-align: left;}
.ie8 .kiji-list > article p {text-align: left;}
/* ------ 続きを読む ------ */
.kiji-list > article .next {padding: 0 10px 5px; font-size: 92%; text-align: right;}
.kiji-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: #EEEEEE;}
.kiji-list > article .next a:hover {color: #FFFFFF; background-color: #333766;}

#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; font-size: 92%; line-height: 1.5em; text-align: justify; overflow: hidden; }
.ie7 #kiji-list-cat > article p {text-align: left;}
.ie8 #kiji-list-cat > article p {text-align: left;}
/* ------ 続きを読む ------ */
#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;}
.lineup-ads{margin: 0 40px;}

/* ------ ソーシャルボタン属性 ------ */
#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;}

/* ------ 関連記事リスト属性 ------ */
#kanren{margin: 15px  auto;}
#kanren .k-post {display: inline-block; vertical-align: top; margin: 5px 0.2%; width: 24%; line-height: 1.3em; overflow: hidden;}
#kanren .k-post img {border: 1px solid #CCCCCC;}
#kanren .k-post p {margin: 0 5px; font-size: 84% ; font-weight: 600; text-align: justify;}
#kanren .k-post p > a {text-decoration: none;}

/* ---- コメント・トラックバック----- */
.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: 130%;}
.comments{border: none;}
.comments ul{list-style: none;margin: 0;color:#444444;font-size: 14px;}
.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: 160%;display: block;}
.comments label{font-weight: bold;display:block;}
.comments form p.comment-notes,.comments form p.form-allowed-tags{font-size: 13px;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: 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: 0 10px; overflow: hidden; *zoom: 1;}
.rank-post  h5{display: block; padding: 10px 0 ; text-align: left; font-size: 12px; font-weight: 600; color: #414444;line-height: 1.2em;  text-align: justify;}
.ie7 .rank-post  h5 , .ie8 .rank-post  h5{text-align: left;}
.rank-post .p-post {padding-bottom: 10px;font-size:11px; line-height: 1.3em; text-align: justify;}
.ie7 .rank-post .p-post , .ie8 .rank-post .p-post{padding: 5px; text-align: left;}
.rank-post .p-post:last-child {border-bottom: none;}
.rank-post .p-post img{float: left; margin: 10px 10px 0 0; max-width: 50%; border: 1px solid #CCCCCC;display: block;}
.rank-post .p-post a {color: #414444; text-decoration: none; display: block;}
.rank-post .p-post a:hover {color: #CC0000; text-decoration: underline;}

/* ------ サイドバー ------ */
#sidebar {float: right; padding: 0; width: 301px; text-align: left; }
#sidebar .sidebar-wrapper {margin-bottom: 20px;}
#sidebar .sidebar-wrapper h4{display: block ; margin: 0; padding: 4px 20px; color: #fff; font-size: 16px; line-height: 1.5em; -webkit-border-top-left-radius:3px;  -webkit-border-top-right-radius:3px; border-radius: 3px 3px 0px 0px;
									  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; text-shadow: 1px 1px 3px gray;  
									  background-image: url(img/sidebar_titlebgr.jpg); background-repeat: repeat-x; }
#sidebar .sidebar-wrapper form,
#sidebar .sidebar-wrapper p,
#sidebar .sidebar-wrapper .tagcloud{padding: 5px; font-size: 12px; }
#sidebar .sidebar-wrapper ul {padding: 0;}
#sidebar .sidebar-wrapper ul li a {display: block;padding: 8px 20px 8px 8px;font-size: 12px; line-height: 1.5em;text-decoration: none;background: url("img/arrow_02.png") no-repeat right center;}
#sidebar .sidebar-wrapper ul li:first-child a {border-top: none;}
#sidebar .sidebar-wrapper ul.children {padding: 0;}
#sidebar .sidebar-wrapper ul.children li{text-indent: 10px;}
#sidebar .sidebar-wrapper ul.children li:last-child{border-bottom: none;}

/* ------カレンダー ------ */
#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: 1020px; background-color: #4F316F; }

#footer-inner {width: 1060px;margin: 0 auto;padding: 10px 0;}
#footer-inner nav{text-align: center;margin: 0; padding: 10px 0 20px;}
#footer-inner ul li {display: inline-block;*display: inline;*margin-bottom: 12px;padding: 0 10px 0 15px;line-height: 1.3em;font-size: 13px; color: #CCCCCC;border-left: solid 1px #999999; *zoom: 1;}
#footer-inner ul li:first-child {border-left: none;}

#footer-inner2 {width: 1060px; margin: 0 auto;padding: 20px 0; font-weight: normal;}
#footer-inner2 h4 {margin: 0 0 0.6em 0; padding: 0.1em 0 0.1em 10px; font-size: 15px; 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 li {padding: 0 0 0 30px;}
#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: 13px;}

/* ------ ページナビ ------ */
.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 {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;}
.ie7 .rank {min-height: 200px;}
.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: 13px; font-weight: 600; line-height: 120%;color: #FFFFFF;} 
.ie7 .rank .idx h5{padding: 0;float: left;}
.rank .rankinner{margin: 10px; padding: 0 ; font-size:12px; line-height: 150%;}
.rank .rankinner .b_link img {max-width: 100%;}
.rank .rankinner .t_link {font-size: 13px; 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 #FF3300;}
.uline{border-bottom: 1px solid #FF6633;}
.link_line{text-decoration: underline;} 
.dot{border-bottom:1px dotted #CCCCCC;}
.solid{border-bottom:1px solid #CCCCCC;}
.clr{clear: both;}
strong{font-weight: bold;}
em{color: red;}
.txtcenter{text-align: center;}
.txtright{text-align: right;}
.red{color: #CC0000;}
.pink{color: #CC0099;}
.bg_yellow{background: #FFFF00;}
.gold{color: #F4CA54;}
.silver{color: #999999;}
.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;}

/* ------ top ------ */
#seisaku_banner {
	padding-left: 20px;
}
#seisaku_banner img {
	margin: 20px 40px 0 0;
}
#seisaku_banner img a {
	float: left;
}
.banner_area {
	margin-bottom: 20px;
}
