/* ------ 初期設定 ------ */
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('img/coolweb.eot'); /* IE9 Compat Modes */
src: url('img/coolweb.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	 url('img/coolweb.woff') format('woff'), /* Modern Browsers */
	 url('img/coolweb.ttf')  format('truetype'), /* Safari, Android, iOS */
	 url('img/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;
	color: #333333; font-size: 87.5%; line-height: 1.6em; text-align: left; -webkit-text-size-adjust: 100%;}

#wrapper {width: 100%; border-top: 3px solid #CCC;}

/* ------ リンクの属性（未指定の時）------ */
a {outline: none;}
a {color: #444; font-weight: bold; text-decoration: none;}
a:hover {color: #3CF;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;}
.mt-image-left {float: left;  margin: 5px 10px 5px 0;}
.mt-image-right {float: right; margin: 5px 0 5px 10px;}
.mt-image-center {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;}

/* ------ ヘッダー ------ */
header {width: 100%; min-width: 1080px; background-color: #FFF; border-bottom: 1px solid #CCC;}
#header-inner {position: relative; width: 1080px; margin: 0 auto; height: 50px; *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: 100%;  z-index: 99;}
#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 { float: right; width: 60%; margin: 0; padding: 0px; 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; white-space: nowrap; overflow-x: : hidden;}
#gnav nav li:first-child {border-left: none;}
#gnav nav > ul > li a {display: block; color: #333; font-weight: bold; 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  ul li{margin: 0; overflow: hidden; width: 100%; 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: #333; text-align: left; background: #EFEFEF;
	opacity: 0.8; filter: alpha(opacity=80); border-bottom: 1px solid #CCC;}
#gnav nav > ul > li:hover > a{border-bottom: 5px solid #333; overflow-x: : hidden; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s; transition: .2s;}
#gnav nav > ul > li  ul li:hover > a{color: #333; background-color: #EFEFEF; opacity: 1.0; filter: alpha(opacity=100)!important;}
#gnav nav .current-menu-parent a, #gnav nav .current-menu-item a{color: #333; }
#gnav nav > ul > li:hover ul li{overflow: visible; height: 30px;}
#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  {width: 100%; overflow: hidden; z-index: 10;}
#mainvisual .img {width: 100%;}

/* ------ パンくずリスト ------ */
#plist {width: 100%;padding: 10px 0;font-size: 78%;}
#date {width: 100%;padding: 5px 0px 0px 0px;font-size: 79%; text-align: right;}

/* ------ コンテンツ ------ */
#containar {width: 1080px;margin: 0 auto;padding-top: 20px;overflow: hidden;*zoom: 1; z-index: 20;
-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: left;width: 750px;padding-bottom: 20px;}

/* ------ 見出し ------ */
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 #3CF; font-weight: bold; color: #333; background-color: #EFEFEF; display: block;}
.parts-title {padding: .2em 0 .2em .4em; border-bottom: 2px solid #333; font-weight: bold; color: #333; background-color: #EFEFEF; display: block;}

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

/* ------ 投稿リスト表示 ------ */
#post-list{margin: 0 auto; padding-bottom: 10px;}
#post-list  article{padding: 15px 0 ; border-bottom: 1px dotted #CCC;}
#post-list  article:first-child { border-top: 1px dotted #CCC;}
#post-list  article .eday {font-family: "Arial Black"; float: left; margin-top: 5px; padding: 5px; font-size: 92%; line-height: 1.4em; text-align: center; color: #FFF; background-color: #333;
	 -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;}
#post-list  article h4 { font-size: 214%; font-weight: bold; line-height: 1.2em; }
#post-list  article h4 a {margin: 0; padding: 0 10px ; color: #333; text-decoration: none; display: block; overflow: hidden; }
#post-list  article h4 a:hover {color: #3CF;display: block; }
#post-list  article img {border: 1px solid #CCC; max-width: 240px;}
#post-list  article p {padding: 0 10px; text-align: justify; text-justify: inter-ideograph; overflow: hidden; }
/* ------ 続きを読む ------ */
#post-list article .next {padding: 12px 10px 5px; font-size: 92%; text-align: right;}
#post-list article .next a {margin: 0; padding: 5px 10px; font-weight: 500; color: #444; 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: #3CF;}

/* ------ アドセンス属性 ------ */  
.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: 129%;font-weight: bold;line-height: 100%;color: #333333;border: 1px solid #CC0000; display: inline-block;}
#social p{padding-left: 1em;}
#social iframe, #social a, #social img, #social div {vertical-align: top !important;}

/* ------ 関連記事リスト属性 ------ */
#related-posts{margin: 15px  10px;}
#related-posts .k-post {display: inline-block; vertical-align: top; padding: 15px 0 0; overflow: hidden;}
#related-posts .k-post h5 { margin: 0 0 15px; padding: 0; font-size: 145%; font-weight: bold; line-height: 1.5em;}
#related-posts .k-post a {color: #333; text-decoration: none;}
#related-posts .k-post a:hover {color: #3CF; text-decoration: underline;}
#related-posts .k-post img {float: left; max-width: 150px; margin-right: 10px; border: 1px solid #CCC;}
#related-posts .k-post p {margin: 0 5px; font-size: 100% ; font-weight: bold; line-height: 1.5em; color: #888; text-align: justify; text-justify: inter-ideograph;}

/* ---- コメント----- */
#comments {margin: 0 10px;}
.comments-open label {display: block;}
#comment-author, #comment-email, #comment-url, #comment-text { width: 80%;}
#comment-bake-cookie {margin-left: 0; vertical-align: middle;}
#top-comment-nav, #comment-nav {list-style: none; width: 100%; margin: 0 0 1em 0; padding: 0; text-align: center;}
#top-comment-nav li, #comment-nav li {display: inline; padding: 0;}
#top-prev-comments, #prev-comments {text-align: left; margin: 0 1em 0 0;}
#top-next-comments, #next-comments {text-align: right; margin: 0 0 0 1em;}
#top-num-comments, #num-comments {text-align: center;}
#comment-submit {font-weight: bold;}
.comment,.trackback {margin: 0 0 .5em 1em; border-bottom: 1px dotted #ccc; padding-bottom: .5em; font-size: 100%;}
.comment .asset-meta,.trackback .asset-meta { border: 0; margin-bottom: .5em; font-size: 92%;}
.comment-content {clear: none; line-height: 150%; margin-bottom: 1em; font-size: 100%;}
.comment-content p {margin-bottom: .5em;}
.comments-open-content{margin-left: 1em;}
.trackbacks-info{ margin-left: 1em; font-size: 12px;}

/* ------ サイドバー ------ */
#sidebar {float: right; width: 301px;top: 0;left: 0;}
.sidebar-wrapper {margin-bottom: 20px; }
.sidebar-wrapper h4{display: block ; margin: 0; padding: 8px 10px; font-size: 115%; line-height: 1.2em; color: #444; border-width: 2px 0 1px; border-style: solid; border-color: #555;; background-color: #F5F5F5;}
.sidebar-wrapper h4:before {font-family: iconfont; content:'\0079'; padding-right: 5px; vertical-align: bottom; color: #C06;}
.sidebar-wrapper form,
.sidebar-wrapper .tagcloud{padding: 10px; font-size: 92%; border-bottom: 2px solid #555;}
.sidebar-wrapper ul {padding: 0; border-bottom: 2px solid #555;}
.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: 100%; font-weight: bold; line-height: 1.5em; color: #555;text-decoration: none;background: url(img/arrow_04.png) no-repeat right center;}
.sidebar-wrapper ul li a:hover{background-color: #F5F5F5;}
.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: 1080px; background-color: #FFF;}
#footer-inner {width: 1080px;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: 1080px; margin: 0 auto;padding: 20px 0; font-weight: normal;}
#footer-inner2.column1{width: 1080px; 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: bold; line-height: 1.3em; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; border: none;}
#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%; line-height: 2em;}
#footer-inner2 .post-date{font-size: 84%;}
#copyright {width: 100%; padding: 10px 0; text-align:center;font-size: 92%; font-weight: bold; background-color: #CCC;}

/* タグ指定 */
#sidebar .widget-tag-cloud, footer .widget-tag-cloud{padding: 0 5px 5px 5px; font-size: 85%;}
#sidebar .widget-tag-cloud .widget-content ul, footer .widget-tag-cloud .widget-content ul{margin: 0;}
#sidebar .widget-tag-cloud .widget-content li, footer .widget-tag-cloud .widget-content li{display: inline; margin: 0 5px 0 0; padding: 0; line-height: 1.6em; border: none; background: none;}
#sidebar .widget-tag-cloud .rank-1,  footer .widget-tag-cloud .rank-1 { font-size: 1.75em; }
#sidebar .widget-tag-cloud .rank-1,  footer .widget-tag-cloud .rank-1 { font-size: 1.75em; }
#sidebar .widget-tag-cloud .rank-3,  footer .widget-tag-cloud .rank-3 { font-size: 1.625em; }
#sidebar .widget-tag-cloud .rank-4,  footer .widget-tag-cloud .rank-4 { font-size: 1.5em; }
#sidebar .widget-tag-cloud .rank-5,  footer .widget-tag-cloud .rank-5 { font-size: 1.375em; }
#sidebar .widget-tag-cloud .rank-6,  footer .widget-tag-cloud .rank-6 { font-size: 1.25em; }
#sidebar .widget-tag-cloud .rank-7,  footer .widget-tag-cloud .rank-7 { font-size: 1.125em; }
#sidebar .widget-tag-cloud .rank-8,  footer .widget-tag-cloud .rank-8 { font-size: 1em; }
#sidebar .widget-tag-cloud .rank-9,  footer .widget-tag-cloud .rank-9 { font-size: 0.95em; }
#sidebar .widget-tag-cloud .rank-10, footer .widget-tag-cloud .rank-10{ font-size: 0.9em; }

/*ページ分割*/
.e_page{text-align: center; font-size: 80%; padding: 15px 0;}
.e_page .link_before,.e_page .link_page,.e_page .current_page,.e_page .link_next {color: #444;padding: 2px 6px; background: #FFF; display: inline-block; border: solid 1px #B90B50;text-decoration: none; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}
.e_page .current_page {color: #FFF; font-weight: bold; display: inline-block; padding: 2px 6px; background: #B90B50; border: solid 1px #B90B50; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}
.e_page a {color: #444;padding: 2px 6px; background: #FFF; display: inline-block; border: solid 1px #B90B50;text-decoration: none; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}
.e_page a:hover{background: #B90B50; color: #FFF; font-weight: normal;}

/* ------ スクロールトップ------ */
.pagetop {display: none; position: fixed; bottom: 30px; right: 0;}

/* ------ピックアップ記事 ------ */
.rank-post {margin-top: 0; padding: 0 ; overflow: hidden; *zoom: 1;}
.rank-post .p-post {padding: 10px 0;font-size: 85%; line-height: 1.3em; border-bottom: 1px solid #D5D5D5; text-align: justify; text-justify: inter-ideograph;}
.rank-post  h5{display: block; padding: 0 0 5px ; font-size: 1.28remrem; text-align: left;}
.rank-post .p-post:last-child {border-bottom: 2px solid #333;}
.rank-post .p-post a {color: #333; text-decoration: none;}
.rank-post .p-post a:hover {color: #3CF; text-decoration: underline;}
.rank-post .p-post img{ float: left; margin-right: 8px; max-width: 120px; border: 1px solid #CCC;display: block;}

/* ------ その他属性 ------ */
.red_uline{border-bottom: 3px solid #F30;}
.uline{border-bottom: 1px solid #F63;}  
.dotline{clear: both;margin: 5px 0; border-bottom: 1px dotted #CCC;}
.clr{clear: both;}
strong{font-weight: bold;}
em{color: red;}
.txtcenter{text-align: center;}
.red{color: #C00;}
.pink{color: #C09;}
.bld{font-weight: bold;}

/* ------ 線の属性 ------ */
.dot{border-bottom:1px dotted #CCC;}
.redb{color: #C00;font-weight: bold;}
.solid{border-bottom:1px solid #CCC;}

.hako { font-weight: bold;
	background: #eee;
    font-size: 80%;
    text-align: center;
    padding: 10px 10px 10px 10px;
    margin: 0px 0px 30px 0px;}

.mokuji{clear: both;margin: 30px 0px 0px 0px;
    padding: 20px 0px;
    font-size: 170%;
    font-weight: bold;
    border-bottom: 1px solid #111;
    border-top: 1px solid #111;}

