
/* ------ 初期設定 ------ */
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;}

/* ------ 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-kanren:before {content: "\f473"; margin-right: 5px; color: #BBBBBB;}
.icon-arrow01:before {content: "\f31b";margin: 0 5px; color: #307EB8;}
.icon-adv:before {content: "\f473";padding-right: 6px; color: #307EB8;}
.icon-rank:before {content: "\f28f"; color: #BDDEED; padding-right: 6px; }
.icon-koushin:before {content: "\f473";padding-right: 6px; color: #307EB8;}

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

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

/* ------ 画像属性等 ------ */
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%;margin: 0 auto;  background-color:#F7F7F7;}
.ie8 #wrapper {border-width: 0 1px 0 1px; border-color: #999999; border-style: solid;}
.ie7 #wrapper {border-width: 0 1px 0 1px; border-color: #999999; border-style: solid;}

/* ------ ヘッダー ------ */
header {width: 100%;background-color: #FFFFFF;}
#ptitle {margin: 0; padding: 0px 5px 0px 0px; text-align: right; line-height: 160%; font-size: 84%; color: #CCC; background: #FFF;}
#header-inner {width: 100% ; margin: 0; text-align:center; overflow: hidden; *zoom: 1;}

/* ------ ヘッダーナビゲーション ------ */
#gnav-btn {display :none;}
#gnav {width: 100%; background-color: #222222;}
#gnav nav {margin: 0 auto; width: 100%; position: relative; z-index: 1;}
#gnav nav > ul {list-style-type: none; width: 100%; height: 30px; margin: 0; padding: 0; background: #222222;}
#gnav nav li {position: relative; width: 20%; float: left; margin: 0; padding: 0; text-align: center;}
#gnav nav > ul > li a {display: block; margin: 0; padding: 9px 0 9px; color: #DDDDDD; font-size: 92%;font-weight: 500; line-height: 1; text-decoration: none;}
#gnav nav > ul > li > ul {position: absolute; top: 100%; left: 0; list-style: none; margin: 0;}
#gnav nav > ul > li:last-child > ul {left: -50%; width: 100%;}
#gnav nav > ul > li  ul li{overflow: hidden; width: 150%; height: 0; color: #DDDDDD; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s; transition: .2s;}
#gnav nav > ul > li  ul li a{padding: 10px 10px; background: #222222; text-align: left; font-size: 12px; font-weight: normal;}
#gnav nav > ul > li:hover > a{background: #555555; color: #FFFFFF;}
#gnav nav > ul > li  ul li:hover > a{background: #555555;color: #FFFFFF;}
#gnav nav .current-menu-parent, #gnav nav .current-menu-item {background: #555555; color: #FFFFFF;}
#gnav nav > ul > li:hover ul li{overflow: visible; height: 30px; border-top: 1px solid #333333;}
#gnav nav > ul > li:hover ul li:last-child{border-bottom: 0;}

/* ------ メイン画像 ------ */
#mainvisual {position: relative;	width: 100%;border-bottom: 1px solid #CCCCCC; overflow:hidden;background-color: #FFFFFF;}
#mainvisual img{position: relative;	width: 1040px;	margin-left: -520px; padding-left: 50%;}

/* ------ パンくずリスト ------ */
#plist {width: 100%;padding: 5px 0;font-size:80%; background-color: #EEEEEE;}
#plist .plist-inner {width: 1040px;margin: 0 auto;overflow: hidden;*zoom: 1;}
#plist ul li{display: inline-block; } 
#plist ul li{position: relative; padding-left: 13px; }
#plist ul li:before {content: ""; position: absolute; top: .65em; left: 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); width: 5px; height: 5px; border-top: 2px solid #8b6b4e; border-right: 2px solid #8b6b4e;}

/* ------ コンテンツ ------ */
#containar {width: 1040px;margin: 0 auto;padding-top: 20px;overflow: hidden;*zoom: 1;}
#contents {float: left;width: 770px;margin-bottom: 40px ;padding: 20px 0px 20px 0px;background-color: #FFFFFF;}
article {padding-bottom: 20px; text-align: justify; text-justify: distribute-all-lines;}
.ie8 article {padding-bottom: 20px; text-align: left;}
.ie7 article {padding-bottom: 20px; text-align: left;}
article section {padding: 0 10px 20px 10px;}
article section h2 {padding: 30px 0 20px;font-size: 138%;font-weight: bold;line-height: 140%;color: #333333;}
article section h3 {padding: 10px 0 10px;font-size: 123%;font-weight: bold;line-height: 140%;color: #333333;}
article section p {margin: 20px 0px 0px 0px;padding: 5px 10px 0 10px; line-height: 180%;}
article section .doc {padding: 0 10px;line-height: 160%;}
.main-title {padding: 10px 5px 5px 20px;font-size: 185%;font-weight: bold;line-height: 100%;color: #fff;background: #307EB8 url("img/ranking_back.gif") ; }
.contents-title{padding: 20px 0 10px 0;font-size: 154%;font-weight: bold;line-height: 140%;color: #333333;-webkit-text-shadow: 1px 1px 2px #BBBBBB;text-shadow: 1px 1px 2px #BBBBBB;}
.contents-h2title {margin: 0px 0px 20px 0px; padding: 10px; font-size: 150%; font-weight: bold; line-height: 1.3em; color: #414444; background-color: #FFFFFF; border-bottom: 2px solid #7DB4E6;}
.contents-h2blue {margin: 20px 0px 20px 0px; padding: 0.5em 0.5em;/*上下 左右の余白*/color: #494949;/*文字色*/background-color: #F7F7F7;/*背景透明に*/border-left: solid 5px #7DB4E6;/*左線*/}
.contents-h2green {margin: 20px 0px 20px 0px; padding: 0.5em 0.5em;/*上下 左右の余白*/color: #494949;/*文字色*/background-color: #F7F7F7;/*背景透明に*/border-left: solid 5px #88B500;/*左線*/}
.contents-h3 {margin: 20px 0px 15px 0px; padding: 0.7em 0.5em;/*上下の余白*/border-top: solid 1px #BCCAC7;/*上線*/border-bottom: solid 1px #BCCAC7;/*下線*/}
.posts-title{padding: 10px 0;font-size: 138%;font-weight: bold;line-height: 140%;color: #333333;}
section.post{padding: 0;border: none;}
.itembox {margin: 10px 0px 20px 0px; padding: 10px 5px; background: #FDFEFD; border: 1px solid #E6E6E6; }
.reviewbox{padding: 0.5em 1em;margin: 2em 0;background: white;border-top: solid 2px #5D627B;box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);}
.reviewbox p {margin: 0.5em; padding: 0;}
.reviewbox h3 {color: #5D627B;font-size: 110%;border-bottom: dashed 1px #5D627B;/}
.pointbox {position: relative;margin: 2em 0;padding: 0.5em 1em;border: solid 2px #f7CF5E;}
.pointbox .box-title {position: absolute;display: inline-block;top: -27px;left: -3px;padding: 0 9px;height: 25px;line-height: 25px;vertical-align: middle;font-size: 17px;background: #6594E0;color: #FFF;font-weight: bold;border-radius: 5px 5px 0 0;}
.pointbox p {margin: 0px;padding: 0px; line-height: 180%;}
.pointbox h2:before{margin: 0px 0px 10px 0px;color: #6594E0;font-size: 115%;border-bottom: dashed 1px #fad7c9;/}
.pointbox h3{margin: 0px 0px 10px 0px;position: relative;padding-left: 45px;color: #FF6A6A;font-size: 115%;border-bottom: dashed 1px #FAD7C9;/}
.pointbox h3:before {font-family: "FontAwesome"; content: "\f040";display: inline-block;line-height: 40px;position: absolute;padding: 0em;color: white;background: #FF6A6A;font-weight: normal;width: 40px;text-align: center;height: 40px;line-height: 40px;left: -0.19em;top: 50%;-webkit-transform: translateY(-50%);transform: translateY(-50%);border-radius: 50%;box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);}
.balloonbox {width: 100%;margin: 1.5em 0;overflow: hidden;}
.balloonbox .faceicon {float: left;margin-right: -90px;width: 80px;}
.balloonbox .faceicon img{width: 100%;height: auto;}
.balloonbox .chatting {width: 100%;}
.says {display: inline-block;position: relative;margin: 5px 0 0 105px;padding: 17px 13px;border-radius: 12px;background: #d7ebfe;}
.says:after {content: "";display: inline-block;position: absolute;top: 18px;left: -24px;border: 12px solid transparent;border-right: 12px solid #d7ebfe;}
.says p {margin: 0;padding: 0;}
.catch { margin: 20px 10px 0px 0px; padding: 10px; font-size: 115%; font-weight: bold; color: #cc0000; border-bottom: 2px dotted; border-color: #003399; }

/*カテゴリー*/
#cat-list {margin-bottom: 20px;}
#cat-list ul {margin: 0 auto; width: 96%; padding: 0; background: #FFFFFF; }
#cat-list ul li {text-align: left; border-bottom: 1px  dashed #CCCCCC;}
#cat-list ul li:first-child {border-top: 1px  dashed #CCCCCC;}
#cat-list ul li a {display: block;padding: 0px 35px 10px 10px;font-size: 100%; color: #444444;line-height: 150%;text-decoration: none;background: url("img/arrow_01.png ") no-repeat right center;}
#cat-list ul li a h3{padding-left: 20px;  color: #307EB8; text-decoration: underline; background: url("img/cat_list.png") no-repeat left center;}
#cat-list ul li a:hover {background-color: #F6F6F6; text-decoration: none;}
#cat-list ul li a h3:hover {text-decoration: none;}
.img-set{float: left; margin: 0 10px 5px 0; max-width: 80px;}


/* 問い合わせボタン */
#hb .order a {display: block;margin: 15px auto;padding: 8px 5px;width: 200px;text-align: center;-moz-border-radius: 15px 15px 15px 15px;-webkit-border-radius: 15px 15px 15px 15px;
border-radius: 15px 15px 15px 15px;background: #cc0000;font-size: 15px;color: #fff;float: right;}
#title .order a:hover, #hb .order a:hover {background: #ffcc00;}

#hu .order a {display: block;margin: 15px auto;padding: 10px 5px;width: 250px;text-align: center;-moz-border-radius: 15px 15px 15px 15px;-webkit-border-radius: 15px 15px 15px 15px;
border-radius: 15px 15px 15px 15px;background: #cc0000;font-size: 15px;color: #fff;}
#title .order a:hover, #hu .order a:hover {background: #ffcc00;}

#hu .orderranking a {display: block;margin: 15px auto;padding: 10px 5px;width: 250px;text-align: center;-moz-border-radius: 15px 15px 15px 15px;-webkit-border-radius: 15px 15px 15px 15px;
border-radius: 15px 15px 15px 15px;background: #307EB8;font-size: 15px;color: #fff;}
#title .orderranking a:hover, #hu .orderranking a:hover {background: #ffcc00;}

/* ------ サイドバー ------ */
#sidebar {float: right;width: 250px;margin:0 0px;}
#sidebar section, #sidebar aside {margin-bottom: 20px;}
#sidebar section h2{display: block;padding: 8px 10px; font-size: 93%; color: #FFFFFF;line-height: 150%;
   background: #307EB8 url("img/menu_back.png") repeat-x; 
  background: -moz-linear-gradient(top, #81B0D3, #307EB8);
  background: -webkit-gradient(linear, left top, left bottom, from(#81B0D3), to(#307EB8));
  background: -webkit-linear-gradient(top, #81B0D3, #307EB8);
  background: -o-linear-gradient(top, #81B0D3, #307EB8);
  background: linear-gradient(to bottom, #81B0D3, #307EB8);
  -webkit-border-top-left-radius:5px;  -webkit-border-top-right-radius:5px;  border-radius: 5px 5px 0px 0px;  box-shadow: 0px 1px 7px rgba(0,0,0,0.15) inset;}
#sidebar section form,
#sidebar section p,
#sidebar section .tagcloud{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;}
#sidebar section 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;
  box-shadow: 0px 1px 7px rgba(0,0,0,0.15) inset;}
#sidebar section ul li {border-top: solid 1px #D5D5D5;}
#sidebar section ul li:first-child {border-top: none;}
#sidebar section ul li a {display: block;padding: 8px 20px 8px 10px;font-size: 93%; color: #333333;line-height: 150%;text-decoration: none;border-top: solid 1px #F5F5F5;background: url("img/arrow_02.png") no-repeat right center;}
#sidebar section ul li:first-child a {border-top: none;}
#sidebar section ul li a:hover,
#sidebar section ul li a:active{background-color: #F0F0F0;}
#sidebar section ul.children {padding: 0; border: none;}
#sidebar section ul.children li{border-top: solid 1px #D5D5D5; text-indent: 10px;}
#sidebar section ul.children li:first-child{border-top: solid 1px #D5D5D5;}

/* ------ フッター ------ */
footer {width: 100%;background: #333;}
#footer-inner {width: 750px;margin: 0 auto;padding: 20px 0 10px;}
footer nav{text-align: center;margin-bottom: 10px; font-size: 84%; color: #444444;}
footer ul li {display: inline-block;*display: inline;*margin-bottom: 12px;padding: 0 10px 0 15px;line-height: 100%;font-size: 100%; color: #CCCCCC;border-left: solid 1px #CCCCCC;*zoom: 1;}
footer ul li:first-child {border-left: none;}
footer #copyright {width: 100%; padding: 5px 0; text-align:center; color: #CCCCCC;font-size: 86%;background: #333;}
footer a:link, footer a:visited {color: #ccc;text-decoration: none;}
footer a:active, footer a:hover {color: #ccc;text-decoration: none;}

/* ------ ページナビ ------ */
.page_navi {text-align: center;}
.page_navi li {display: inline;list-style: none;}
.page_navi li.current span {color: #000000;font-weight: bold;display: inline-block;padding: 3px 7px;background: #FFEEEE;border: solid 1px #FFCCCC;}
.page_navi li a {color: #333333;padding: 3px 7px;background: #EEEEEE;display: inline-block;border: solid 1px #999999;text-decoration: none;}
.page_navi li a:hover {color: #FF0000;}
.page_navi li.page_nums span {color: #FFFFFF;padding: 3px 7px;background: #307EB8;display: inline-block;border: solid 1px #90000;}

/* ------人気ランキングパーツ ------ */
#sidebar section.rank-post {margin-bottom: 20px; padding: 10px 17px; background-color: #FFFFFF; overflow: hidden; *zoom: 1;}
#sidebar section.rank-post  h3{display: block; margin-bottom: 10px; padding: 5px 0 10px ; text-align: left; background: none; font-size: 100%; color: #333333;line-height: 135%; border-bottom: 1px solid #CFCFCF; -webkit-text-shadow: none ; text-shadow: none; }
#sidebar section.rank-post .p-post {margin-bottom: 10px; padding-bottom: 10px; font-size: 84%; line-height: 150%; text-align: justify; text-justify: distribute-all-lines; border-bottom: 1px dotted #CFCFCF;}
.ie7 #sidebar section.rank-post .p-post {text-align: left;}
.ie8 #sidebar section.rank-post .p-post {text-align: left;}
#sidebar section.rank-post .p-post:last-child {margin-bottom: 0; border-bottom: none;}
#sidebar section.rank-post .p-post img{float: left; margin: 3px 8px 3px 0; max-width: 70px;}
#sidebar section.rank-post .p-post a {color: #555555; text-decoration: none; display: block;}
#sidebar section.rank-post .p-post a:hover {text-decoration: underline;}

/* ------ ランキングBOX------ */
.rankbox {margin: 0 1em;padding: 0;}
.rankbox:last-child {border-bottom: 0px solid #307EB8;}
.rankbox .idx{margin: 0px; padding: 0px; border-bottom: 0px solid #E0E0E0; }
.rankbox .idx img{float: left;} 
.rankbox .idx h2{margin: 0; padding: 15px 0 5px 50px; font-size: 130%;font-weight: normal;line-height: 120%;color: #333333;}
.rankbox .idx h3{margin: 20px 0px 20px 0px; padding: 15px 20px 10px 55px; font-size: 120%;font-weight: normal;line-height: 1.3em; color: #414444; background-color: #FFFFFF; border-bottom: 1px solid #EEEEEE;}
.rankbox .rankinner{margin: 0; padding: 0px 0px ; line-height: 150%;}
.rankbox .rankinner .b_link img{float: left; padding: 0 10px 10px 0; max-width: 200px;}
.rankbox .rankinner .t_link{text-align: right;}
.rankbox p{margin: 15px 0px 0px 0px;padding: 5px 10px 0 10px; line-height: 170%;}
.ie8 .rankbox .rankinner .t_link{float: right;}
.rankbox .doc{padding: 5px 0;}
.rankbox .cam{padding: 10px 0;}

/* ------ チェックBOXリスト ------ */
.check {position: relative;margin: 2em 0;padding: 0.5em 1em;border: solid 3px #88B500;border-radius: 8px;}
.check .box-title {position: absolute;display: inline-block;top: -13px;left: 10px;padding: 0 9px;line-height: 1;font-size: 19px;background: #FFF;color: #88B500;font-weight: bold;}
.check ul li {font-size:18px;line-height: 1.5;padding: 0.5em 0em 0.5em 1.8em;list-style-type: none!important;}
.check ul li:before {font-family: FontAwesome;content: "\F00c";position: absolute;left : 1em;color: #88B500;}

.check2 ul {border: solid 2px #88B500;border-radius: 5px;padding: 0.5em 1em 0.5em 2.3em;position: relative;}


/* ------ 文字装飾 ------ */
.red_uline{border-bottom: 3px solid #FF3300;}
.blue_uline{border-bottom: 1px solid #3399FF;}
.uline{border-bottom: 1px solid #FF6633;}
.link_line{text-decoration: underline;} 
.clr{clear: both;}
strong{font-weight: bold;}
em{color: red;}
.txtcenter{text-align: center;}
.red{color: #CC0000;}
.pink{color: #CC0099;}
.bg_yellow{background: #FFFF00;}
.gold{color: #F4CA54;}
.silver{color: #999999;}
.copper{color: #BD4C54;}
.other{color: #71AAE0;}
.line { background: #ffaacc; }/* 背景マーカー処理 */
.line2 { background: #d0edf5; }/* 背景マーカー処理 */
.line3 { background: #ffe8f3; }/* 背景マーカー処理 */
.line-yellow { background: #FFFFAF; }/* 背景マーカー処理 */
.lineg-red{ background: linear-gradient(transparent 80%, #CC0000 20%); }/*赤色*/
.lineg-mizu{ background: linear-gradient(transparent 60%, #9CDBFB 40%); }/*水色*/
.lineg-pink{ background: linear-gradient(transparent 60%, #FFD7D7 40%); }/*ピンク*/
.lineg-yellow{ background: linear-gradient(transparent 60%, #FFFFAF 40%); }/*黄色*/
.u { border-bottom: 1px solid; } /* アンダーライン */
.red { color: #cc0000; } /* 赤 */ 
.blue { color: #003399; } /* 青 */ 
.green { color: #339900; } /* 緑 */ 
.orange { color: #ff9900; } /* オレンジ */ 
.pink { color: #f41f74; } /* ピンク */ 
.mizu { color: #0066ff; } /* 水色 */ 
.ad-stm { font-size:75%; color: #949494; background: #F5F5F5; text-align: center; }

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

/* ------ フォント属性*/
.fon10{font-size: 76%;}
.fon11{font-size: 84%;}
.fon12{font-size: 92%;}
.fon13{font-size: 100%;}
.fon14{font-size: 108%;}
.fon16{font-size: 123%;}
.fon18{font-size: 138%;}
.fon20{font-size: 154%;}
.fon22{font-size: 170%;}
.fon24{font-size: 185%;}
.fon28{font-size: 216%;}
.tab10{padding-left: 10px;}
.tab20{padding-left: 20px;}
.tab30{padding-left: 30px;}
.bld{font-weight: bold;}


/* --- スクロールボタン --- */
#page_top{width: 50px; height: 50px; position: fixed; right: 0; bottom: 0; background: #3f98ef; opacity: 0.6; border-radius: 50%; }
#page_top a{ position: relative; display: block; width: 50px; height: 50px; text-decoration: none; }
#page_top a::before{ font-family: 'FontAwesome'; font-weight: 900; content: '\f102'; font-size: 25px; color: #fff; position: absolute; width: 25px; height: 25px; top: -5px; bottom: 0; right: 0; left: 0; margin: auto; text-align: center; }


/* ---- アコーディオン ---- */
.displayNone { display: none; }
.accordion { margin:10px; padding:5px; background:#FDFEFD; border:1px solid #E6E6E6; }
.accordion ul { padding: 0px 10px; }
.accordion li { border-bottom: 1px solid #ECECEC; padding: 10px 0px; }
.accordion a  { color:#2660a1; display: block; text-decoration: none; }
.contentWrap { margin: 10px; }
.switch { cursor:pointer; font-weight: bold; padding:8px; font-size: 16px; text-align:center; border-bottom: 1px dotted #ECECEC; position: relative; }
.switch:after { content: ">"; position: absolute; right: 10px; top: -100%; bottom: -100%; margin: auto; font-size: 16px; height: 16px; -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -webkit-transform: rotate(90deg); transform: rotate(90deg); font-family: sans-serif; }
.switch.open:after { content: "<"; }
.accordionqa { margin:8px; padding:3px; background:#FDFEFD; border:1px solid #E6E6E6; }
.switchqa { cursor:pointer; font-weight: bold; padding:10px 5px 10px 40px; font-size: 16px; text-align:left; position: relative; }
.switchqa:after { content: "+"; position: absolute; left: 10px; top: -120%; bottom: -100%; margin: auto; font-size: 18px; height: 16px; font-family: sans-serif; }
.switchqa.open:after { content: "-"; }


/* ------ テーブル------ */
.table-scroll{ overflow-x: auto; -webkit-overflow-scrolling: touch; }

article table  {margin: 0px 0px 10px 0px; }
article th, section td  { padding: 3px 0px 3px 0px; }
article th  { font-size:90%; font-weight: bold; }

.compa table { width: 730px; }
.compa th  { font-size:85%; width: 15%; text-align: center; padding: 5px 0px 5px 8px; border: 1px solid #DDD; background:#EEE;}
.compa td  { font-size:85%; width: 17%; text-align: center; padding: 5px 0px 5px 8px; border: 1px solid #DDD; }

.guide th  { font-size:85%; width: 16%; text-align: center; padding: 5px 0px 5px 0px; border: 1px solid #DDD; background:#EEE;}
.guide td  { font-size:85%; width: 28%; text-align: center; padding: 5px 0px 5px 0px; border: 1px solid #DDD; }

@media only screen and (min-width: 481px) { 
.area { width: 100%; }
.area th  { width: 30%; text-align: center; padding: 5px 0px 5px 8px; border: 1px solid #DDD; background:#EEEEEE; }
.area td  { width: 70%; text-align: left; 	padding: 5px 0px 5px 8px; border: 1px solid #DDD; }
}

@media only screen and (max-width: 480px) { 
.area { width: 100%; margin: 0px 0px; font-size: 13px; }
.area tr { width: 100%; margin-bottom: 5px; padding: 0px; display:block; }
.area th { width: 95%;  padding-left: 2%; display:block; background:#EEEEEE; }
.area td { width: 100%; padding-left: 5%; border:none; display: block; }
}

@media only screen and (min-width: 600px) { 
.item  { width: 70%; }
.item th  { width: 20%; text-align: left; padding: 5px 0px 5px 8px; border-bottom: 1px solid #DDD; color: #818181; }
.item td  { width: 80%; text-align: left; padding: 5px 0px 5px 8px; border-bottom: 1px solid #DDD; }
}

@media only screen and (max-width: 599px) { 
.item  { width: 100%; }
.item th  { width: 30%; text-align: left; padding: 5px 0px 5px 8px; border-bottom: 1px solid #DDD; color: #818181; }
.item td  { width: 70%; text-align: left; padding: 5px 0px 5px 8px; border-bottom: 1px solid #DDD; }
}

.nijumaru { height: 70px; background: url("./img/nijumaru.gif")no-repeat center; }
.maru     { height: 70px; background: url("./img/maru.gif")no-repeat center; }
.sankaku  {	height: 70px; background: url("./img/sankaku.gif")no-repeat center; }
.batu     { height: 70px; background: url("./img/batu.gif")no-repeat center; }


/* ------ ～ 979px ------ */
@media screen and (max-width: 979px) {
	#wrapper {width: 100%; margin: 0;  background-color: #FFFFFF;}
	#header-inner {width: 100%;	}
	#gnav nav {width: 100%; border: 0;}
	#gnav nav > ul {width: 100%; height: none;}
	#mainvisual .img {width: 100%;}
	#mainvisual img {float: right;}
	#plist .plist-inner {width: 90%; margin: 0 auto;overflow: hidden;*zoom: 1;}
	#containar {width: 100%;}
	#contents {float: none;width: 90%;margin: 0 auto;padding-bottom: 0;}
	article section {padding: 0 0 20px 0;}
	article section p {padding: 0;}
	.table-scroll::before{content: "※表は横にスクロールできます。"}
	#sidebar {float: none;	width: 90%;	margin: 0 auto;	*margin: 0 auto 20px;overflow: hidden;*zoom: 1;}
	#sidebar1 {float: left ; width: 48%;}
	#sidebar2 {float: right; width: 48%;}
	#footer-inner {width: 100%;}
	/* ------ ランキング08----- */
	section.rankbox{margin: 0;padding: 0;}
}

/* ------ ～ 767px ------ */
@media screen and (max-width: 767px) {
	html {*overflow-x: hidden;}
	#wrapper {background-color: #222;overflow: hidden;}
	#gnav-btn {position: relative;display: block;	width: 100%;padding: 5px 0 4px;	background-color: #222;}
	#header-inner {position: relative;width: 100%;background-color: #111;}
	#gnav-btn div {width: 50px;	margin-left: 10px;border-bottom: solid 1px #444;	-webkit-border-radius: 5px;	border-radius: 5px;}
	#gnav-btn a {display: block;	height: 25px;line-height: 25px;color: #ccc;	font-size: 14px;border: solid 1px #111;	text-align: center;vertical-align: top;text-decoration: none;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-webkit-text-shadow: 0px -1px 0px #700;
		text-shadow: 0px -1px 0px #111;}
	#gnav-btn a:link,#gnav-btn a:visited {background: #444;
		background: -moz-linear-gradient(top, #444, #333);
		background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#333));
		background: -webkit-linear-gradient(top, #444, #333);
		background: -o-linear-gradient(top, #444, #333);
		background: linear-gradient(to bottom, #444, #333);}
	#gnav-btn a:hover,#gnav-btn a:active,	#gnav-btn a.current {background: #555;
		background: -moz-linear-gradient(top, #555, #444);
		background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#444));
		background: -webkit-linear-gradient(top, #555, #444);
		background: -o-linear-gradient(top, #555, #444);
		background: linear-gradient(to bottom, #555, #444);}
	#gnav {position: absolute;width: 250px;	top: 0;left: -250px;}
	#gnav nav {width: 100%;	margin: 35px 0 0 0; border: 0; border-top: solid 0px #222222;border-bottom: solid 1px #333333; position: static;}	
	#gnav nav > ul {float: none;	width: 100%; height: auto; border-left: none;border-right: none;border-top: solid 1px #333333; background-color: #222222;}
    #gnav nav li {position: static; width: 100%; float: none; margin: 0; padding: 0; text-align: left;}
	#gnav nav > ul > li a {display: block;padding: 10px 20px 10px;font-size: 92%;border-left: none;border-right: none;border-top: solid 1px #333333; background: url("img/arrow_03.png") no-repeat right center;	*zoom: 1;}
	#gnav nav > ul > li > ul {position: static; top: 100%; left: 0; list-style: none; margin: 0;}
	#gnav nav > ul > li  ul li{overflow: hidden; width: 100%; height: 30px ; color: #FFFFFF;}
	#gnav nav > ul > li  ul li a{display: block; padding: 8px 20px 8px 30px; background: #222222; text-align: left; font-size: 92%; font-weight: normal;border-bottom: solid 1px #333333; background: url("img/arrow_03.png") no-repeat right center;	*zoom: 1;}
	#gnav nav > ul > li:hover > a{background: #555555 url("img/arrow_04.png") no-repeat right center; color: #FFFFFF;}
	#gnav nav > ul > li  ul li:hover > a{background: #555555 url("img/arrow_04.png") no-repeat right center; color: #FFFFFF;}
	#gnav nav .current-menu-parent, #gnav nav .current-menu-item {background: #222222; color: #DDDDDD;}
	#gnav nav > ul > li:hover ul li{border-top: 0;}
	#gnav nav > ul > li:hover ul li:last-child{border-bottom: 0;}
	#plist .plist-inner{width: 96%;}
	#containar{position: relative; background: #FFFFFF;}
	article section{width: 100%; padding: 0 0 10px 0;}
	article section .doc {padding: 0;}
	.table-scroll::before{content: "※表は横にスクロールできます。"}
	#cat-list ul {width: 100%;}
	#cat-list ul li a {padding: 0px 25px 10px 10px; text-align: justify; text-justify: distribute-all-lines;}
	#kanren {margin: 10px 2%;}
	#sidebar1 {float: none; width: 100%;}
	#sidebar2 {float: none; width: 100%;}
	.rankbox .rankinner .b_link img{float: none; margin: 0 auto; padding: 0 0 10px  0; max-width: 100%; display: block; }
}

/* ------ ～479px ------ */
@media screen and (max-width: 479px) {
	.btn {width: auto;}
	.btn a {width: auto;}
	.alignleft, .alignright {float: none; margin: 5px auto; display: block;}
	#kanren {margin: 10px 0; padding: 10px;}
	#kanren dl{margin: 0 0 0 10px;}
	#sidebar {*margin-bottom: 0;}
	#sidebar-inner {width: 100%;}
	#sidebar .btn {height: 40px;margin: 10px auto 0;border-radius: 25px;font-size: 100%;}
	#sidebar .btn a {height: 40px;	line-height: 40px;border-radius: 20px;}
	#sidebar .ad {margin-right: 0;	padding: 10px 10px 0;}

	/* ------ ランキング08------ */
    .rankbox {margin: 0;}
	.rankbox .rankinner{margin: 0; padding: 10px 5px ;}
	.rankbox .rankinner .b_link img{float: none; margin: 0 auto; padding: 0 0 10px  0; max-width: 100%; display: block; }
}
