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

body, div, dl, dt, dd, ul, ul li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, 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/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: #6F8D1B;}
.icon-arrow01:before {content: "\f31b";margin: 0 5px; color: #6F8D1B;}
.icon-rank:before {content: "\f28f"; color: #FFFFFF; padding-right: 6px;}
.icon-koushin:before {content: "\f473";padding-right: 6px; color: #6F8D1B;}
.icon-cat:before {content: "\f47c"; color: #CC0000; font-weight: normal; padding-right: 6px;}

/* ------ 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;}

/* ------ リンクの属性（未指定の時）------ */
a {outline: none;}
a:link, a:visited {color: #6F8D1B; text-decoration: underline;}
a:active, a:hover {color: #CC0000; text-decoration: none;}

/* ------ 画像属性等 ------ */
img {max-width: 100%;height: auto;width: auto\9;}
.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;}

#wrapper {width: 100%;}

/* ------ ヘッダー ------ */
header {width: 100%; background-color: #E1E7D0;}
#header-inner {width: 100% ;margin: 0; text-align:center; border-bottom: 3px solid #6F8D1B; overflow: hidden; *zoom: 1;}
#ptitle {margin: 0; padding: 0; text-align: center; line-height: 160%; font-size: 84%; color: #6F8D1B; }

/* ------ ヘッダーナビゲーション ------ */
#gnav-btn {display :none;}
#gnav {width: 100%;background-color: #BDCA97;}
#gnav nav {margin: 0 auto; width:800px; position: relative;border-left: solid 1px #92A853;border-right: solid 1px #92A853; z-index: 1;}
#gnav nav > ul {list-style-type: none; width: 800px; height: 26px; margin: 0; padding: 0; background: #BDCA97;}
#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: 6px 0 6px; color: #FFFFFF; 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: #FFFFFF; -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: #BDCA97; text-align: left; font-size: 12px; font-weight: normal;}
#gnav nav > ul > li:hover > a{background: #6F8D1B; color: #FFFFFF;}
#gnav nav > ul > li  ul li:hover > a{background: #6F8D1B;color: #FFFFFF;}
#gnav nav .current-menu-parent, #gnav nav .current-menu-item {background: #6F8D1B;color: #FFFFFF;}
#gnav nav > ul > li:hover ul li{overflow: visible; height: 30px; border-top: 1px solid #92A853;}
#gnav nav > ul > li:hover ul li:last-child{border-bottom: 0;}

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

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

/* ------ コンテンツ ------ */
#containar {width: 750px;margin: 0 auto;padding-top: 20px;overflow: hidden;*zoom: 1;}
#contents {width: 750px;padding-bottom: 20px;}
article {padding-bottom: 20px;text-align: justify; text-justify: distribute-all-lines;}
.ie7 article {padding-bottom: 20px;text-align: left;}
.ie8 article {padding-bottom: 20px;text-align: left;}
article section {padding: 0 0 20px 10px;}
article section h2 {padding: 30px 0 20px;font-size: 138%;font-weight: bold;line-height: 140%;color: #333333;}
article section h3 {padding: 20px 0 10px;font-size: 123%;font-weight: bold;line-height: 140%;color: #333333;}
article section p {padding-left: 1em; line-height: 160%;}
article section .doc {padding: 0 10px;line-height: 160%;}
article section .doc ul { margin: 0 0 15px 45px;}
article section .doc ul li { list-style-type: disc;}
.main-title {padding: 0 0 10px 0;font-size: 185%;font-weight: bold;line-height: 140%;color: #6F8D1B;-webkit-text-shadow: 1px 1px 2px #BBBBBB;text-shadow: 1px 1px 2px #BBBBBB;}
.contents-title{padding: 20px 0 10px 0;font-size: 154%;font-weight: bold;line-height: 140%;color: #6F8D1B;-webkit-text-shadow: 1px 1px 2px #BBBBBB;text-shadow: 1px 1px 2px #BBBBBB;}
.posts-title{padding: 10px 0;font-size: 138%;font-weight: bold;line-height: 140%;color: #6F8D1B;-webkit-text-shadow: 1px 1px 2px #BBBBBB;text-shadow: 1px 1px 2px #BBBBBB;}
section.post{padding: 0;border: none;}

/* ------ 更新リンク ------ */
section.kousin{margin-top: 20px;}
section.kousin .kousin-title {display: block;padding: 8px 10px; font-size: 93%; color: #FFFFFF;line-height: 150%;
  background: #6F8D1B url("http://www.shalixiong.com/img/menu_back.png") repeat-x; 
  background: -moz-linear-gradient(top, #BDCA97, #6F8D1B);
  background: -webkit-gradient(linear, left top, left bottom, from(#BDCA97), to(#6F8D1B));
  background: -webkit-linear-gradient(top, #BDCA97, #6F8D1B);
  background: -o-linear-gradient(top, #BDCA97, #6F8D1B);
  background: linear-gradient(to bottom, #BDCA97, #6F8D1B);
  -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;}
section.kousin ul {margin: 0; padding: 0; border: 1px solid #CCCCCC; border-top: none; 
  -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;}
section.kousin ul li {margin:0 10px; padding: 5px 10px; }
section.kousin ul li:last-child {padding-bottom: 15px;}
section.kousin ul li a {padding-bottom: 1px;}

/* ------ カテゴリ------ */
#cat-list {margin-bottom: 10px;}
#cat-list h3 {padding: 0 0 10px; font-size: 123%; font-weight: 500; }
#cat-list ul {margin: 0; padding: 0;}
#cat-list ul li {padding: 10px 30px 10px 10px; text-align: left; border-bottom: 1px  dashed #CCCCCC; background: url("http://www.shalixiong.com/img/arrow_01.png") no-repeat right center;}
#cat-list ul li a {display: block; font-size: 100%; color: #444444;line-height: 150%;text-decoration: none;}
#cat-list ul li a h4{color: #6F8D1B; text-decoration: underline;}
#cat-list ul li:hover {background-color: #F0F3E7; text-decoration: none;}
#cat-list ul li a h4:hover {text-decoration: none;}
.img-set{float: left; margin: 0 10px 5px 0; max-width: 80px;}

/* ------ 関連記事リスト属性 ------ */
#kanren{margin: 15px 30px; padding: 15px; background-color: #F9F9F9; line-height: 150%; border: 1px solid #CCCCCC;
  -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
.kanren-title {padding: 10px ; font-size: 123%; font-weight: 500;line-height: 140%; color: #333333;
  -webkit-text-shadow: 1px 1px 2px #BBBBBB; text-shadow: 1px 1px 2px #BBBBBB;}
#kanren dl {margin: 0 0 0 20px;}
#kanren dt a {font-size: 108%; font-weight: 500;}
#kanren dt a:hover {padding-bottom: 1px;}
#kanren dd {margin: 10px; font-size: 92%; color: #666666;}

/* ---- コメント----- */
#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;}
.comments-header, .comments-open-header {font-size: 138%;}

/*ページ分割*/
.e_page{margin: 10px; text-align: center;}
.e_page .link_before,.e_page .link_page,.e_page .current_page,.e_page .link_next{padding:4px 6px; border: 1px solid #BBB;}
.e_page .current_page{color: #FFF; background: #BBB;}
.e_page a:link, .e_page a:visited, .e_page a:active {color: #999; text-decoration: none;}
.e_page a:hover{color:#FFF; background: #BBB;}

/* ------人気ランキングパーツ ------ */
section.rank-post {margin-bottom: 20px; padding: 10px 17px; border: 3px solid #BDCA97; background-color: #FFFFFF; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; overflow: hidden; *zoom: 1;}
section.rank-post  h3{display: block; padding: 5px 0 10px ; text-align: left; background: none; font-size: 108%; font-weight: 600; color: #6F8D1B;line-height: 135%;
	-webkit-text-shadow: none ; text-shadow: none; }
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 section.rank-post .p-post {text-align: left;}
.ie8 section.rank-post .p-post {text-align: left;}
section.rank-post .p-post:last-child {margin-bottom: 0; border-bottom: none;}
section.rank-post .p-post img{float: left; margin: 3px 8px 3px 0; max-width: 70px;}
section.rank-post .p-post a {color: #666666; text-decoration: none; display: block;}
section.rank-post .p-post a:hover {text-decoration: underline;}

/* ------ フッター ------ */
footer {width: 100%;background: #A7B975;}
#footer-inner {width: 770px;margin: 0 auto;padding: 10px 0; font-weight: normal;}
#footer-inner h3{margin: 0 0 10px 0; padding: 5px 0 5px 10px; font-size: 92%; font-weight: 500; lline-height: 135%; color: #FFFFFF; display: block;
  background: #6F8D1B url("http://www.shalixiong.com/img/menu_back.png") repeat-x; 
  background: -moz-linear-gradient(top, #BDCA97, #6F8D1B);
  background: -webkit-gradient(linear, left top, left bottom, from(#BDCA97), to(#6F8D1B));
  background: -webkit-linear-gradient(top, #BDCA97, #6F8D1B);
  background: -o-linear-gradient(top, #BDCA97, #6F8D1B);
  background: linear-gradient(to bottom, #BDCA97, #6F8D1B);
  -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;  box-shadow: 0px 1px 7px rgba(0,0,0,0.15) inset;}
#footer-inner .f-left {margin: 0 1%; width: 32%; font-size: 91% ; line-height: 135%; float: left;}
#footer-inner .f-center {margin: 0 1%; font-size: 92% ; width: 31%; line-height: 135%; float: left;}
#footer-inner .f-right {margin: 0 1%; font-size: 92% ; width: 31%; line-height: 135%; float: left;}
#footer-inner ul{margin: 0 0 10px 5px; list-style: none;}
#footer-inner ul li {padding: 0 0 6px 18px; background: url("http://www.shalixiong.com/img/list.png") no-repeat left top;}
#footer-inner ul.children li {padding: 0 0 6px 30px; background-image: none;}
#footer-inner section form,
#footer-inner section p,
#footer-inner section .tagcloud{padding: 0 10px 10px; font-size: 92%;}
#footer-inner .post-date{font-size: 84%;}
footer #copyright {width: 100%; padding: 5px 0; text-align:center; color: #CCCCCC;font-size: 92%;background: #6F8D1B;}
footer a:link, footer a:visited {color: #FFFFFF;text-decoration: none;}
footer a:active, footer a:hover {color: #FFFFFF;text-decoration: underline;}

/* ------ ランキング07------ */
section.rank07 {width: 48%; margin: 0 0 15px 1% ;padding: 0; border: 2px solid #D3DCBA;-moz-border-radius: 5px;  -webkit-border-radius: 5px; border-radius: 5px; background-color: #FFFFFF; float: left;*zoom: 1;}
.ie7 section.rank07 {min-height: 200px;}
.rank07 .idx {margin: 0; padding: 5px 5px 0; background-color: #E8EDDC;}
.rank07 .idx img {margin: -20px 5px 10px -10px; float: left;} 
.rank07 .idx h3 {margin: 0; padding: 5px 0; font-size: 123%; font-weight: 500; line-height: 120%;color: #6F8D1B;} 
.ie7 .rank07 .idx h3{padding: 0;float: left;}
.rank07 .rankinner{margin: 10px; padding: 0 ; font-size: 92%; line-height: 150%;}
.rank07 .rankinner .b_link {float: left; padding: 0 5px 0 0;}
.rank07 .rankinner .b_link img {max-width: 120px;}
.rank07 .rankinner .t_link {margin-top: 5px; text-align: right;}
.rank07 .doc {padding: 10px 0;}

/* ------ その他属性 ------ */
.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;}
.red{color: #CC0000;}
.pink{color: #CC0099;}
.bg_yellow{background: #FFFF00;}
.gold{color: #F4CA54;}
.silver{color: #999999;}
.copper{color: #BD4C54;}
.other{color: #71AAE0;}
.search a:hover{padding-bottom: 1px;}

/* ------ フォント属性 ------ */
.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;}

/* タグ指定 */
#sidebar .widget-tag-cloud, footer .widget-tag-cloud{margin-bottom: 10px; padding: 5px; font-size: 85%; border-width: 0px 1px 1px 1px; border-color: #CCC; border-style: solid; background: none;}
#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; }

/* ------ ～ 979px ------ */
@media screen and (max-width: 979px) {
	#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: 96%;}
	#contents {float: none;width: 90%;margin: 0 auto;padding-bottom: 0;}
	#cat-list h3 {padding: 0 0 5px 0;}
	#cat-list ul li {padding: 10px 30px 10px 10px; }
	article section p {padding: 0;}
	article .doc {padding: 0;}
	#footer-inner {width: 96%;}
}

/* ------ ～ 767px ------ */
@media screen and (max-width: 767px) {
	html {*overflow-x: hidden;}
	#wrapper {background-color: #8AA247; overflow: hidden;}
	#gnav-btn {position: relative;display: block;	width: 100%;padding: 5px 0 4px;	background-color: #A7B975;}
	#header-inner {position: relative; width: 100%; border-bottom: 0; background-color: #6F8D1B;}
	#ptitle {color: #FFFFFF;}
	#gnav-btn div {width: 50px;	margin-left: 10px;border-bottom: solid 1px #6F8D1B;	-webkit-border-radius: 5px;	border-radius: 5px;}
	#gnav-btn a {display: block;	height: 25px;line-height: 25px;color: #FEFEFE;	font-size: 14px;border: solid 1px #6F8D1B;	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: #6F8D1B;
		background: -moz-linear-gradient(top, #BDCA97, #6F8D1B);
		background: -webkit-gradient(linear, left top, left bottom, from(#BDCA97), to(#6F8D1B));
		background: -webkit-linear-gradient(top, #BDCA97, #6F8D1B);
		background: -o-linear-gradient(top, #BDCA97, #6F8D1B);
		background: linear-gradient(to bottom, #BDCA97, #6F8D1B);}
	#gnav-btn a:hover,#gnav-btn a:active,	#gnav-btn a.current {background: #99AE5D;
		background: -moz-linear-gradient(top, #BDCA97, #99AE5D);
		background: -webkit-gradient(linear, left top, left bottom, from(#BDCA97), to(#99AE5D));
		background: -webkit-linear-gradient(top, #BDCA97, #99AE5D);
		background: -o-linear-gradient(top, #BDCA97 #99AE5D);
		background: linear-gradient(to bottom, #BDCA97, #99AE5D);}
	#gnav {position: absolute;width: 250px;	top: 0;left: -250px; background-color: #8AA247; border: none;}
	#gnav nav {width: 100%;	margin: 35px 0 0 0; border: 0; border-top: solid 1px #7C9730; position: static;}	
	#gnav nav > ul {float: none;	width: 100%; height: auto; border-left: none;border-right: none; background-color: #6F8D1B;}
    #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-bottom: solid 1px #7C9730; background: url("http://www.shalixiong.com/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: 9px 20px 8px 30px; background: #6F8D1B; text-align: left; font-size: 92%; font-weight: normal;border-bottom: solid 1px #7C9730; background: url("http://www.shalixiong.com/img/arrow_03.png") no-repeat right center;	*zoom: 1;}
	#gnav nav > ul > li:hover > a{background: #A7B975 url("http://www.shalixiong.com/img/arrow_04.png") no-repeat right center; color: #FFFFFF;}
	#gnav nav > ul > li  ul li:hover > a{background: #A7B975 url("http://www.shalixiong.com/img/arrow_04.png") no-repeat right center; color: #FFFFFF;}
	#gnav nav > ul > li:hover ul li{border-top: 0;}
	#gnav nav > ul > li:hover ul li:last-child{border-bottom: 0;}
	#plist{position: relative; width: 100%;}
	#containar{position: relative; width: 100%; background: #FFFFFF;}
	article section{width: 100%; padding: 0 0 10px 0;}
	article section .doc {padding: 0;}
	#kanren {margin: 10px 2%;}
	#footer-inner .f-left {width: 48%;}
	#footer-inner .f-center {width: 48%;}
	#footer-inner .f-right {width: 48%;}
}

/* ------ ～479px ------ */
@media screen and (max-width: 479px) {
	.btn {width: auto;}
	.btn a {width: auto;}
	.mt-image-left, .mt-image-right {float: none; margin: 5px auto; display: block;}
	#kanren {margin: 10px 0; padding: 10px;}
	#kanren dl{margin: 0 0 0 10px;}
	#footer-inner{width: 90%;}
	#footer-inner .f-left { margin: 0; width: 100%; float: none;}
	#footer-inner .f-center {margin: 0; width: 100%; float: none;}
	#footer-inner .f-right {margin: 0; width: 100%; float: none;}
	/* ------ ランキング07------ */
	section.rank07{margin: 0 0 15px 0;  width: 100%; float: none;}
}

.toroku {
 width: 100%;
 border-collapse: separate;
 border-spacing: 0px;
 border-top: 1px solid #ccc;
 border-left: 1px solid #ccc;
}

.toroku th{
 width:25%;
 padding:4px;
 text-align: left;
 vertical-align: top;
 color: #444;
 background-color: #DDFFDD;
 border-left: 3px double #999;
 border-top: 1px solid #fff;
 border-right: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
 }
 
.toroku td{
 width:75%;
 padding:4px;
 background-color: #fafafa;
 border-right: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
 }