@charset "shift_jis";
@import url("./css/tables.css");
@import url("./css/commonstyles.css");
@import url("./css/textstyles.css");

/*
==================================================
スタイルの初期化
==================================================
*/

*{
	margin: 0;
	padding: 0;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption {
	background: transparent;
	border: 0;
	font-size: 100%;
	outline: 0;
	vertical-align: baseline;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
div, p, h1, h2, h3, h4, h5, h6 {
	_zoom: 1;
	display: block;
	text-align: left;
}
img {
	border: 0;
}
@media screen and (max-width: 899px) {
	img {
		font-size: 0;
		height: auto;
		line-height: 0;
		max-width: 100%;
		vertical-align: top;
	}
}
@media screen and (max-width: 640px) {
	img {
		float: none !important;
	}
}

:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, select {
	vertical-align: middle;
}

/*
==================================================
基本スタイル
==================================================
*/
body {
	background-color: #f9f9fb;
	color: #414141;
	font-family: 'メイリオ', Helvetica, 'Hiragino Kaku Gothic Pro', sans-serif;
	font-size: 14px;
	line-height: 180%;
	text-align: center;
	letter-spacing: -0.001em;		/* iOS4でのテキストの隙間への対応 */
	-webkit-text-size-adjust: 100%;		/* 文字サイズの自動調整機能のキャンセル */
}
h1, h2, h3, h4, h5, h6, .title, dt {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Verdana,'ＭＳ Ｐゴシック',sans-serif;
	font-weight: 700;
}
.clear {
	clear: both;
	font-size: 1px;
	line-height: 0;
}
/* リスト
==================================================
*/
ul {
	padding: 15px 0;
}
ul li {
	background-image: url(img/li.png);
	background-position: 4px 10px;
	background-repeat: no-repeat;
	padding: 8px 0 8px 34px;
	position: relative;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
	ul li {
		background-image: url(img/li@2x.png);
		-webkit-background-size: 24px 22px;
		background-size: 24px 22px;
	}
}
ol {
	list-style-type: decimal;
	padding: 10px 0 10px 25px;
}
/* リンク
==================================================
*/
a { color: #3a5469; }
a:hover {
	color: #3a5469;
	text-decoration: none;
}
a:hover img {
	background: none !important;
}
a img { background: none !important; }
#main a:hover, #menu a:hover, #rmenu a:hover, #pagetop a:hover {
	left: 1px;
	position: relative;
	top: 1px;
}
@media screen and (max-width: 640px) {
	#main a:hover, #menu a:hover, #rmenu a:hover, #pagetop a:hover {
		left: 0;
		top: 0;
	}
}

/*
==================================================
全体
==================================================
*/

/* レイアウト
==================================================
*/
#wrapper {
	overflow: hidden;
	position: relative;
	text-align: center;
}
#contents {
	margin: 0 auto 60px auto;
	padding-top: 20px;
	position: relative;
	text-align: center;
	width: 900px;
}
#siteNavi {
	color: #878789;
	font-size: 12px;
	margin-bottom: 5px;
	position: relative;
}
@media screen and (max-width: 899px) {
	#contents {
		margin-bottom: 50px;
		padding: 10px 10px 0 10px;
		width: auto;
	}
}
@media screen and (max-width: 640px) {
	#contents {
		margin-bottom: 0;
		padding: 0;
	}
	#siteNavi {
		border-top: 1px solid #e5e5e8;
		float: none;
		font-size: 11px;
		margin-bottom: 0;
		padding: 5px;
	}
}

/* ページ上部へ戻る
==================================================
*/
#pagetop {
	clear: both;
	font-size: 0;
	line-height: 0;
	position: absolute;
	right: 0;
	z-index: 5;
}
#pagetop a {
	background-image: url(img/pagetop_button.png);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	overflow: hidden;
	text-indent: 200%;
	white-space: nowrap;
	width: 140px;
}
@media screen and (max-width: 899px) {
	#pagetop {
		bottom: -50px;
		right: 10px;
	}
	#pagetop a {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c4c4c8), color-stop(100%,#8a8a8a));
		background: linear-gradient(to bottom, #c4c4c8 0%,#8a8a8a 100%);
		-webkit-border-bottom-left-radius: 0;
		-webkit-border-bottom-right-radius: 0;
		-webkit-border-top-left-radius: 3px;
		-webkit-border-top-right-radius: 3px;
		-moz-border-radius: 3px 3px 0 0;
		border-radius: 3px 3px 0 0;
		color: #ffffff;
		font-size: 11px;
		line-height: 30px;
		padding: 0 10px 0 25px;
		position: relative;
		text-decoration: none;
		text-indent: 0;
		text-shadow: 0 1px 3px rgba(113, 84, 18, 0.2);
		white-space: normal;
		width: auto;
	}
	#pagetop a:before {
		border-right: 1px solid #ffffff;
		border-top: 1px solid #ffffff;
		content: "";
		height: 4px;
		margin-top: -2px;
		left: 10px;
		position: absolute;
		top: 50%;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		width: 4px;
	}
	#pagetop a:after {
		background-color: #ffffff;
		content: "";
		display: block;
		height: 6px;
		left: 12px;
		margin-top: -2px;
		position: absolute;
		top: 50%;
		width: 1px;
	}
}
@media screen and (max-width: 640px) {
	#pagetop {
		bottom: auto;
		padding: 10px;
		position: static;
		right: auto;
	}
	#pagetop a {
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		font-size: 16px;
		height: auto;
		line-height: normal;
		padding: 10px 0;
		text-align: center;
	}
	#pagetop a:before {
		border: none;
		height: auto;
		margin-top: auto;
		left: auto;
		position: static;
		top: auto;
		-webkit-transform: none;
		transform: none;
		width: auto;
	}
	#pagetop a:after {
		background-color: transparent;
		content: "";
		display: inline;
		height: auto;
		left: auto;
		margin-top: auto;
		position: static;
		top: auto;
		width: auto;
	}
}

/* 検索ボックス
==================================================
*/
#searchbox form {
	background-image: url(img/search_input.png);
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 12px;
	height: 24px;
	left: 50%;
	margin-left: 120px;
	position: absolute;
	text-align: left;
	top: 34px;
	width: 245px;
	z-index: 1;
}
#searchbox input {
	background-color: transparent;
	background-image: url(img/searchbutton.png);
	background-position: left top;
	background-repeat: no-repeat;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	cursor: pointer;
	height: 24px;
	left: 205px;
	overflow: hidden;
	position: absolute;
	text-indent: 200%;
	top: 0;
	white-space: nowrap;
	width: 40px;
	-webkit-appearance: none;
}
#searchbox .skwd {
	background-image: none;
	cursor: auto;
	height: 20px;
	left: 2px;
	line-height: 20px;
	text-indent: 0;
	top: 2px;
	width: 196px;
}
@media screen and (max-width: 799px) {
	#searchbox form {
		background: none repeat scroll 0 0 transparent;
		left: auto;
		margin-left: 0;
		right: 10px;
		width: 27.2222222222%;
	}
	#searchbox input {
		background: url(img/searchbutton_2.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dedee2), color-stop(100%,#c1c1c6));
		background: url(img/searchbutton_2.png), linear-gradient(to bottom, #dedee2 0%,#c1c1c6 100%);
		background-position: center center, 0 0;
		background-repeat: no-repeat;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		left: auto;
		right: 0;
		width: 20%;
	}
	#searchbox .skwd {
		background-color: #ffffff;
		-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2) inset;
		box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2) inset;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		height: 24px;
		left: 0;
		line-height: 24px;
		padding: 0 5px;
		top: 0;
		width: 78%;
	}
}
@media screen and (max-width: 799px) and (-webkit-min-device-pixel-ratio: 1.5) {
	#searchbox input {
		background: url(img/searchbutton_2@2x.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dedee2), color-stop(100%,#c1c1c6));
		background: url(img/searchbutton_2@2x.png), linear-gradient(to bottom, #dedee2 0%,#c1c1c6 100%);
		background-position: center center, 0 0;
		background-repeat: no-repeat;
		-webkit-background-size: 15px 15px, auto auto;
		background-size: 15px 15px, auto auto;
	}
}
@media screen and (max-width: 640px) {
	#searchbox form {
		height: 36px;
		margin-bottom: 10px;
		position: relative;
		right: auto;
		top: auto !important;
		width: 100%;
	}
	#searchbox input {
		background: none, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dedee2), color-stop(100%,#c1c1c6));
		background: none, linear-gradient(to bottom, #dedee2 0%,#c1c1c6 100%);
		color: #333;
		font-size: 13px;
		height: 36px;
		line-height: 36px;
		text-indent: 0;
		white-space: normal;
	}
	#searchbox .skwd {
		border: 1px solid #c5c4c6;
		font-size: 14px;
		height: 36px;
		line-height: 36px;
	}
}

/* 回り込み・回り込み解除
==================================================
*/
.txt-img {
}
.txt-img img{
	margin: 0 8px 8px 8px;
}
.center {
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: center;
}
.float-l { float: left;}
.float-r { float: right;}
.float-l img,
.float-r img {
	margin-bottom: 20px;
}
.float-l img { 
	margin-right: 20px;
}
.float-r img {
	margin-left: 20px;
}
.clear, .FloatEnd {
	clear: both;
	font-size: 1px;
	height: 0;
	line-height: 0;
}
/* (スマホ用)画像の中央揃え処理 */
@media screen and (max-width: 640px) {
	.txt-img{
		padding: 0 10px;
		text-align: center !important;
	}
	.txt-img,.txt-img img{
		float:none !important;
	}
	.float-l p,.float-l{
		text-align:center;
		float:none;
	}
}
/*
==================================================
トップ部分
==================================================
*/

/* トップメニュー
==================================================
*/
#topmenubtn {
	display: none;
}
#topmenubox {
	text-align: center;
}
#topmenu {
	background-color: #ffffff;
	background-image: url(img/border_bg.gif);
	background-position: center bottom;
	background-repeat: repeat-x;
	-webkit-box-shadow: 0 3px 5px rgba(142, 144, 148, 0.5);
	-moz-box-shadow: 0 3px 5px rgba(142, 144, 148, 0.5);
	box-shadow: 0 3px 5px rgba(142, 144, 148, 0.5);
	padding: 1px 0 4px 0;
	position: relative;
	text-align: center;
	behavior: url(http://xn--pckc4fxfwbyc9391c85ve.jp04.com/css/PIE.htc);
}
#topmenu .inner {
	background-image: url(img/topmenu_bg.gif);
	background-position: center bottom;
	background-repeat: repeat-x;
	padding: 2px 0;
	text-align: center;
}
#topmenu ul {
	background-image: url(img/topmenu_li.gif);
	background-position: left top;
	background-repeat: repeat-y;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Verdana,'ＭＳ Ｐゴシック',sans-serif;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 800px;
	*margin: 0;
}
#topmenu li {
	background-image: url(img/topmenu_li.gif);
	background-position: right top;
	background-repeat: repeat-y;
	float: left;
	margin-bottom: -32767px;
	overflow: hidden;
	padding: 0 0 32767px 0;
	text-align: center;
	width: 180px;
}
#topmenu li a {
	color: #725637;
	display: block;
	font-size: 14px;
	padding: 0 10px;
	text-decoration: none;
}
#topmenu li a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 799px) {
	#topmenu {
		background: none repeat scroll 0 0 transparent;
	}
	#topmenu:before {
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,#b8b8bc), color-stop(20%,#e6e8ed), color-stop(40%,#b8b8bc), color-stop(60%,#e6e8ed), color-stop(80%,#b8b8bc), color-stop(100%,#e6e8ed));
		background: linear-gradient(to right, #b8b8bc 0%,#e6e8ed 20%,#b8b8bc 40%,#e6e8ed 60%,#b8b8bc 80%,#e6e8ed 100%);
		border-top: 1px solid #ffffff;
		bottom: 0;
		content: "";
		height: 3px;
		left: 0;
		position: absolute;
		right: 0;
	}
	#topmenu .inner {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f9f9fb));
		background: linear-gradient(to bottom, #ffffff 0%,#f9f9fb 100%);
		padding-left: 10px;
		padding-right: 10px;
		position: relative;
	}
	#topmenu .inner:before {
		background-image: url(img/topmenu_bg.png);
		background-position: center top;
		background-repeat: repeat;
		bottom: 0;
		content: "";
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
	}
	#topmenu ul {
		background: none repeat scroll 0 0 transparent;
		display: table;
		margin: 0;
		table-layout: fixed;
		width: 100%;
	}
	#topmenu li {
		background: none repeat scroll 0 0 transparent;
		display: table-cell;
		float: none;
		margin: 0;
		padding: 0;
		width: auto;
	}
	#topmenu li a {
		position: relative;
	}
	#topmenu li a:before,
	#topmenu li:first-child a:after {
		background-color: #e5e5e8;
		bottom: 2px;
		content: "";
		position: absolute;
		top: 2px;
		width: 1px;
	}
	#topmenu li a:before {
		right: 0;
	}
	#topmenu li:first-child a:after {
		left: 0;
	}
}
@media screen and (max-width: 799px) and (-webkit-min-device-pixel-ratio: 1.5) {
	#topmenu .inner:before {
		background-image: url(img/topmenu_bg@2x.png);
		-webkit-background-size: 180px 180px;
		background-size: 180px 180px;
	}
}
@media screen and (max-width: 640px) {
	#topmenubtn {
		position: relative;
		vertical-align: middle;
		width: 90px;
		
	}
	#topmenubtn:before {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#CCC));
		background: linear-gradient(to bottom, #ffffff 0%,#CCC 100%);
		border-left: 2px solid #cacacc;
		bottom: 3px;
		content: "";
		position: absolute;
		right: 0;
		top: 0;
		width: 90px;
		
	}
	#topmenubtn span {
		color: #69696b;
		cursor: pointer;
		display: block;
		overflow: hidden;
		padding: 10px 0 13px 40px;
		position: relative;
		z-index: 1;
	}
	#topmenubtn span:before,
	#topmenubtn span:after {
		content: "";
		height: 4px;
		position: absolute;
		right: 60px;
		top: 50%;
		width: 20px;
	}
	#topmenubtn span:before {
		border-bottom: 3px solid #717172;
		border-top: 3px solid #717172;
		height: 4px;
		margin-top: -11px;
	}
	#topmenubtn span:after {
		border-top: 3px solid #69696b;
		height: 0;
		margin-top: 3px;
	}
	.topmenubtnOn {
		display: table-cell !important;
	}
	#topmenubox {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f9f9fb));
		background: linear-gradient(to bottom, #ffffff 0%,#f9f9fb 100%);
		display: none;
		overflow: hidden;
		padding: 10px 10px 3px 10px;
		position: relative;
	}
	#topmenubox:before {
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,#999), color-stop(20%,#CCC), color-stop(40%,#999), color-stop(60%,#CCC), color-stop(80%,#999), color-stop(100%,#CCC));
		background: linear-gradient(to right, #999 0%,#CCC 20%,#999 40%,#CCC 60%,#999 80%,#CCC 100%);
		bottom: 0;
		content: "";
		height: 3px;
		left: 0;
		position: absolute;
		right: 0;
	}
	.menuon {
		display: block !important;
	}
	#topmenu {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		margin: 0 -10px 10px;
		padding: 0;
	}
	#topmenu:before {
		background: none;
		border-top: none;
		bottom: auto;
		content: "";
		height: auto;
		left: auto;
		position: static;
		right: auto;
	}
	#topmenu .inner {
		background: none repeat scroll 0 0 transparent;
		padding: 0;
	}
	#topmenu .inner:before {
		background: none repeat scroll 0 0 transparent;
		bottom: auto;
		left: auto;
		position: static;
		right: auto;
		top: auto;
	}
	#topmenu ul {
		display: block;
	}
	#topmenu li {
		border-bottom: 1px solid #e5e5e8;
		display: block;
	}
	#topmenu li:last-child {
		border-bottom: none;
	}
	#topmenu li a {
		padding: 10px 30px 10px 10px;
		text-align: left;
	}
	#topmenu li a:before {
		background-color: transparent;
		border-bottom: 2px solid #717172;
		border-right: 2px solid #717172;
		height: 6px;
		margin-top: -4px;
		right: 10px;
		top: 50%;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		width: 6px;
	}
	#topmenu li:first-child a:after {
		background: none;
		height: auto;
		content: "";
		left: auto;
		position: static;
		top: auto;
		width: auto;
	}
}


/* トップサブメニュー
==================================================
*/
#topsubmenu {
	font-size: 0;
	left: 50%;
	letter-spacing: -.40em;
	line-height: 0;
	margin-left: 200px;
	position: absolute;
	text-align: right;
	top: 0;
	width: 190px;
}
#topsubmenu span {
	display: inline-block;
	letter-spacing: normal;
	line-height: normal;
	margin-left: 5px;
	*display: inline;
	*zoom: 1;
}
#topsubmenu span a {
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	height: 19px;
	overflow: hidden;
	text-indent: 200%;
	white-space: nowrap;
}
#topsubmenu span#rssbtn a {
	background-image: url(img/rss_button.png);
	width: 90px;
}
#topsubmenu span#sitemapbtn a {
	background-image: url(img/sitemap_button.png);
	width: 90px;
}
@media screen and (max-width: 799px) {
	#topsubmenu {
		left: auto;
		margin-left: 0;
		right: 10px;
		width: auto;
	}
	#topsubmenu span {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#ffffff), color-stop(50%,#f2f2f2));
		background: linear-gradient(to bottom, #ffffff 50%,#f2f2f2 50%); 
		border-bottom: 1px solid #dadada;
		border-left: 1px solid #dadada;
		border-right: 1px solid #dadada;
		-webkit-border-bottom-left-radius: 3px;
		-webkit-border-bottom-right-radius: 3px;
		-webkit-border-top-left-radius: 0;
		-webkit-border-top-right-radius: 0;
		-moz-border-radius: 0 0 3px 3px;
		border-radius: 0 0 3px 3px;
	}
	#topsubmenu span a {
		color: #717172;
		font-size: 10px;
		line-height: 18px;
		overflow: hidden;
		padding: 0 15px;
		position: relative;
		text-decoration: none;
		text-indent: 0;
		white-space: normal;
	}
	#topsubmenu span#rssbtn a,
	#topsubmenu span#sitemapbtn a {
		background-image: none;
		width: auto;
	}
}
@media screen and (max-width: 640px) {
	#topsubmenu {
		overflow: hidden;
		position: static;
		text-align: left;
		right: auto;
		top: auto;
	}
	#topsubmenu span {
		background: none repeat scroll 0 0 #311909;
		border: none;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		float: left;
		margin: 0 0 10px 0;
		width: 49%;
	}
	#topsubmenu span:nth-child(2n) {
		float: right;
	}
	#topsubmenu span a {
		color: #ffffff;
		font-size: 13px;
		height: auto;
		line-height: normal;
		padding: 10px 25px 10px 10px;
	}
	#topsubmenu span a:before {
		border-bottom: 2px solid #717172;
		border-right: 2px solid #717172;
		content: "";
		height: 6px;
		margin-top: -4px;
		position: absolute;
		right: 10px;
		top: 50%;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		width: 6px;
	}
}


/*
==================================================
メインコンテンツ
==================================================
*/
/* 記事領域
==================================================
*/
#main {
	width: 660px; margin:0 40px 60px 40px;
}
#main #main_inner {
	background-color: #fff;
	-webkit-box-shadow: 0 2px 3px rgba(206, 206, 206, 0.5);
	-moz-box-shadow: 0 2px 3px rgba(206, 206, 206, 0.5);
	box-shadow: 0 2px 3px rgba(206, 206, 206, 0.5);
	behavior: url(http://xn--pckc4fxfwbyc9391c85ve.jp04.com/css/PIE.htc);
	overflow: hidden;
	padding: 5px;
	position: relative;
}
#main .inner {
	background-color: #ffffff;
	border: 1px solid #e5e5e8;
	overflow: hidden;
	padding: 0 15px 15px 15px;
	position: relative;
}
#main .text, #text1, #text2, #text3, #text4, #text5, #text6, #text7, #text8, #text9, #text10, #space1, #space2 {
	margin-bottom: 15px;
	position: relative;
}
@media screen and (max-width: 799px) {
	#main {
		width: 73.3333333333%;
	}
	#main .inner {
		padding: 0 10px 10px 10px;
	}
	#main .text, #text1, #text2, #text3, #text4, #text5, #text6, #text7, #text8, #text9, #text10, #space1, #space2 {
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 640px) {
	#main {
		float: none;
		margin: 0 0 10px 0;
		width: 100%;
	}
	#main .inner {
		padding: 0 10px 0 10px;
	}
	#main #main_inner {
		padding: 0;
	}
	#main .inner {
		border-bottom: none;
		border-left: none;
		border-right: none;
	}
}
*/

/* 見出し
==================================================
*/
h2, h3, h4, h5, h6 {
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
#main h2, #main h3 {
	background-color: #ffffff;
	border-bottom: 1px solid #d4d4d6;
	border-top: 1px solid #e5e5e8;
	margin: 0 -15px 16px -15px;
	position: relative;
	top: -1px;
}
#main h2 span, #main h3 span {
	background-image: url(img/h3_bg.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	border-bottom: 1px solid #ffffff;
	color: #3c4955;
	display: block;
	font-size: 18px;
	padding: 12px 15px 12px 50px;
	*zoom: 1;
}
#main .text h3, #main #text1 h3, #main #text2 h3, #main #text3 h3, #main #text4 h3, #main #text5 h3, #main #text6 h3, #main #text7 h3, #main #text8 h3, #main #text9 h3, #main #text10 h3, #main #space1 h3, #main #space2 h3 {
	border-left: 1px solid #e5e5e8;
	border-right: 1px solid #e5e5e8;
	margin: 0 0 30px;
	top: 20px;
}
#main h4 {
	background-image: url(img/h4_bg.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	color: #878789;
	margin-bottom: 30px;
	margin-right: 22px;
	overflow: visible;
	position: relative;
	top: 20px;
	width: auto;
}
#main h4 span {
	background-image: url(img/h4.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	display: block;
	font-size: 16px;
	margin-right: -22px;
	padding: 15px 10px;
	position: relative;
	zoom:1;
}
#main h5 {
	background-image: url(img/h5.png);
	background-position: left top;
	background-repeat: no-repeat;
	color: #777;
	font-size: 15px;
	line-height: 1.5;
	margin: 20px auto 10px;
	padding-left: 16px;
}
#main h6 {
	background-image: url(img/h6.png);
	background-position: left 6px;
	background-repeat: no-repeat;
	color: #777;
	margin: 5px auto;
	padding-left: 18px;
}
#main .atn02 {
	background-color: #f9f7f2;
	border: 3px double #d6cdba;
	margin: 20px 0;
	position: relative;
}
#main .atn02 span {
	background-image: url(img/atn_02.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	bottom: -10px;
	color: #a9995e;
	display: block;
	line-height: 2;
	padding: 0 20px 20px 18px;
	position: relative;
	right: -2px;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
	#main .atn02 span {
		background-image: url(img/atn_02@2x.png);
		-webkit-background-size: 52px 30px;
		background-size: 52px 30px;
	} 
}
@media screen and (max-width: 899px) {
	#main h2, #main h3 {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9fb), color-stop(100%,#eeeef0));
		background: linear-gradient(to bottom, #f9f9fb 0%,#eeeef0 100%);
		margin: 0 -10px 10px -10px;
		z-index: 0;
	}
	#main h2:before, #main h3:before {
		background-image: url(img/h3_bg.png);
		background-position: left top;
		background-repeat: repeat;
		bottom: 0;
		content: "";
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
		z-index: -1;
	}
	#main h2 span, #main h3 span {
		background-image: url(img/h3.png);
		background-position: 4px bottom;
		background-repeat: no-repeat;
	}
	#main h5 {
		background: none repeat scroll 0 0 transparent;
		position: relative;
	}
	#main h5:before,
	#main h5:after {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ddd), color-stop(100%,#bbb));
		background: linear-gradient(to bottom, #ddd 0%,#bbb 100%);
		content: "";
		height: 23px;
		left: 0;
		position: absolute;
		top: 0;
		width: 2px;
	}
	#main h5:after {
		left: 3px;
		width: 1px;
	}
	#main h6 {
		background: none repeat scroll 0 0 transparent;
		position: relative;
	}
	#main h6:before {
		border-bottom: 0 solid transparent;
		border-left: 6px solid #bbb;
		border-right: 0 solid transparent;
		border-top: 6px solid transparent;
		content: "";
		display: block;
		left: 0;
		position: absolute;
		top: 6px;
		-webkit-transform: skewX(30deg);
   		transform: skewX(30deg);
	}
	#main h6:after {
		border-bottom: 6px solid transparent;
		border-left: 6px solid #bbb;
		border-right: 0 solid transparent;
		border-top: 0 solid transparent;
		content: "";
		display: block;
		left: 0;
		position: absolute;
		top: 12px;
		-webkit-transform: skewX(-30deg);
   		transform: skewX(-30deg);
	}
}
@media screen and (max-width: 899px) and (-webkit-min-device-pixel-ratio: 1.5) {
	#main h2:before, #main h3:before {
		background-image: url(img/h3_bg@2x.png);
		-webkit-background-size: 180px 180px;
		background-size: 180px 180px;
	}
	#main h2 span, #main h3 span {
		background-image: url(img/h3@2x.png);
		-webkit-background-size: 54px 48px;
		background-size: 54px 48px;
	}
	#main h4 {
		background-image: url(img/h4_bg@2x.png);
		-webkit-background-size: 900px 14px;
		background-size: 900px 14px;
	}
	#main h4 span {
		background-image: url(img/h4@2x.png);
		-webkit-background-size: 22px 14px;
		background-size: 22px 14px;
	}
}
@media screen and (max-width: 640px) {
	#main .text h3, #main #text1 h3, #main #text2 h3, #main #text3 h3, #main #text4 h3, #main #text5 h3, #main #text6 h3, #main #text7 h3, #main #text8 h3, #main #text9 h3, #main #text10 h3, #main #space1 h3, #main #space2 h3 {
		border-left: none;
		border-right: none;
		margin: 0 -10px 10px;
		top: auto;
	}
	#main h4 {
		background: none repeat scroll 0 0 transparent;
		border-bottom: 1px solid #e5e5e8;
		padding-bottom: 1px;
		margin-right: 0;
	}
	#main h4 span {
		background: none repeat scroll 0 0 transparent;
		border-bottom: 2px solid #dbdae0;
		margin-right: 0;
		padding: 5px;
	}
}

/*
==================================================
サイドメニュー
==================================================
*/
/* メニュー
==================================================
*/

#menu img{
	max-width:100%;
	height:auto;
}

#menu {
	line-height: 1.8;
	width: 220px;
}
#menu .rankbox {
	border-bottom: 1px dotted #e5e5e8;
	font-size: 12px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#menu .rankbox img {
	width: 185px;
}
.menubox {
	margin-bottom: 20px;
	overflow: hidden;
}
.menubox ul,
.menulist ul {
	overflow: hidden;
}
.menubox ul {
	padding: 0;
}
.menulist ul {
	background-color: #ffffff;
	border-bottom: 1px solid #e5e5e8;
	border-left: 1px solid #e5e5e8;
	border-right: 1px solid #e5e5e8;
}
.menulist li {
	background-color: #ffffff;
	background-image: url(img/menulist_li_bg.gif);
	background-position: center bottom;
	background-repeat: repeat-x;
	-webkit-background-size: auto auto;
	background-size: auto auto;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-top: 1px solid #e5e5e8;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	*zoom: 1;
}
.menulist .l2, .menulist .l3 {
	background: none repeat scroll 0 0 #ffffff;
}
.menulist .l3 {
	border: none;
}
.menulist li a {
	background-image: url(img/menu_bg.png);
	background-position: 14px 16px;
	background-repeat: no-repeat;
	display: block;
	font-size: 14px;
	line-height: 1.5;
	padding: 10px 10px 10px 30px;
	text-decoration: none;
	*zoom: 1;
}
.menulist li a:hover {
	text-decoration: underline;
}
.menulist .l2 a,
.menulist .l3 a {
	font-size: 12px;
	font-weight: normal;
}
.menulist .l2 a {
	background-position: 14px 14px;
}
.menulist .l3 a {
	background-image: url(img/menu_bg2.png);
	background-position: 25px 8px;
	padding: 5px 10px 5px 40px;
}
#menu h4, #rmenu h4, #menu .title, #rmenu .title {
	background-color: #202d47;
	border: 1px solid #344453;
	overflow: hidden;
	position: relative;
	text-shadow: none;
}
#menu h4 span, #rmenu h4 span, #menu .title span, #rmenu .title span {
	background-image: url(img/menu_title_bg.gif);
	background-position: right top;
	background-repeat: no-repeat;
	border: 1px solid #4d5c69;
	color: #ffffff;
	display: block;
	font-size: 16px;
	line-height: 1.4;
	overflow: hidden;
	padding: 10px;
}
@media screen and (max-width: 899px) {
	#menu {
		width: 25.5555555556%;
	}
	#menu .rankbox img {
		width: auto;
	}
	.menulist li {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#ffffff), color-stop(100%,#e5e5e8));
		background: linear-gradient(to bottom, #ffffff 50%,#e5e5e8 100%);
	}
	.menulist li a,
	.menulist .l2 a,
	.menulist .l3 a {
		background: none repeat scroll 0 0 transparent;
		position: relative;
	}
	.menulist li a:before {
		border-bottom: 3px solid transparent;
		border-left: 6px solid #c5c4c8;
		border-right: 0 solid transparent;
		border-top: 3px solid transparent;
		content: "";
		display: block;
		left: 14px;
		position: absolute;
		top: 16px;
	}
	.menulist .l2 a:before {
		top: 14px;
	}
	.menulist .l3 a:before {
		border-bottom: 1px dotted #bfbfc2;
		border-left: 1px dotted #bfbfc2;
		content: "";
		height: 3px;
		left: 25px;
		position: absolute;
		top: 6px;
		width: 6px;
	}
	#menu h4, #rmenu h4, #menu .title, #rmenu .title {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7a8796), color-stop(50%,#39465d), color-stop(100%,#202d47));
		background: linear-gradient(to bottom, #7a8796 0%,#39465d 50%,#202d47 100%);
	}
	#menu h4 span, #rmenu h4 span, #menu .title span, #rmenu .title span {
		background-image: url(img/menu_h4.png);
		background-position: right top;
		background-repeat: no-repeat;
	}
}
@media screen and (max-width: 899px) and (-webkit-min-device-pixel-ratio: 1.5) {
	#menu h4 span, #rmenu h4 span, #menu .title span, #rmenu .title span {
		background-image: url(img/menu_h4@2x.png);
		-webkit-background-size: 66px 54px;
		background-size: 66px 54px;
	} 
}
@media screen and (max-width: 640px) {
	#menu {
		width: 100%;
	}
	.menubox {
		margin-bottom: 0;
	}
	.menulist ul {
		border-left: none;
		border-right: none;
	}
	.menulist li {
		border-left: none;
		border-right: none;
	}
	.menulist .l2,
	.menulist .l3 {
		display: none;
	}
	.menulist li a {
		padding: 15px 30px 15px 10px;
	}
	.menulist li a:before {
		left: auto;
		margin-top: -3px;
		right: 12px;
		top: 50%;
	}
	#menu h4, #rmenu h4, #menu .title, #rmenu .title {
		border-left: none;
		border-right: none;
	}
	#menu h4 span, #rmenu h4 span, #menu .title span, #rmenu .title span {
		border-left: none;
		border-right: none;
		padding: 12px 10px;
	}
}

/* バナー領域
==================================================
*/
.bannerbox {
	margin-bottom: 10px;
	overflow: hidden;
}
.bannerbox ul {
	padding: 0;
}
.bannerbox li {
	background-image: none;
	-webkit-background-size: auto auto;
	background-size: auto auto;
	margin-bottom: 5px;
	padding: 0;
}
.bannerbox li a img {
	vertical-align: bottom; 
}
@media screen and (max-width: 899px) {
	.bannerbox li:last-child {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 640px) {
	.bannerbox li {
		text-align: center;
	}
}

/* 最新記事・アーカイブ
==================================================
*/
#menu ul#newEntry, #menu ul#entryarchive, #rmenu ul#newEntry, #rmenu ul#entryarchive {
	background-color: #ffffff;
	border-bottom: 1px solid #e5e5e8;
	border-left: 1px solid #e5e5e8;
	border-right: 1px solid #e5e5e8;
	overflow: hidden;
}
ul#newEntry li, ul#entryarchive li {
	background-image: none;
	-webkit-background-size: auto auto;
	background-size: auto auto;
	border-top: 1px solid #e5e5e8;
	font-size: 12px;
	line-height: 1.4;
	padding: 12px;
}
@media screen and (max-width: 640px) {
	#menu ul#newEntry, #menu ul#entryarchive, #rmenu ul#newEntry, #rmenu ul#entryarchive {
		border-left: none;
		border-right: none;
	}
	ul#newEntry li, ul#entryarchive li {
		padding: 15px 10px;
	}
	ul#newEntry li:first-child, ul#entryarchive li:first-child {
		border-top: none;
	}
}

/*
==================================================
フッター
==================================================
*/
#footer {
	background-color: #132339;
	background-image: url(img/border_bg.gif);
	background-position: center top;
	background-repeat: repeat-x;
	color: #ffffff;
	font-size: 12px;
	line-height: 1.8;
	overflow: hidden;
	padding-top: 3px;
	text-align: center;
}
#footer .inner {
	margin: 0 auto;
	overflow: hidden;
	padding: 25px 0;
	position: relative;
	text-align: center;
	word-wrap: break-word;
	width: 900px;
}
#footer a {
	color: #ffffff;
}
#footer p {
	float: right;
	overflow: hidden;
	position: relative;
	text-align: right;
	width: 50%;
	word-wrap: break-word;
}
#footlinkbox {
	background-color: #f5f5f5;
	text-align: center;
}
#footlinkbox .inner {
	padding: 20px 0 15px 0;
}
#footermenu {
	display: inline-block;
	font-size: 0;
	letter-spacing: -.40em;
	line-height: 0;
	overflow: hidden;
	text-align: center;
	*display: inline;
	*zoom: 1;
}
#footermenu span {
	border-left: 1px solid #bbb;
	display: inline-block;
	margin-bottom: 5px;
	margin-left: -1px;
	*display: inline;
	*zoom: 1;
}
#footermenu a {
	color: #9f9fa2;
	font-size: 12px;
	letter-spacing: normal;
	line-height: 1.4;
	padding: 0 25px;
	text-decoration: none;
}
#footermenu a:hover {
	text-decoration: underline;
}
#footer p#footsub {
	font-size: 0;
	letter-spacing: -.40em;
	line-height: 0;
	float: left;
	text-align: left;
}
#footer p#footsub span {
	display: inline-block;
	letter-spacing: normal;
	line-height: 1.4;
	padding-right: 20px;
	overflow: hidden;
	*display: inline;
	*zoom: 1;
}
#footer p#footsub a {
	font-size: 12px;
}
@media screen and (max-width: 899px) {
	#footer {
		background-image: none;
		position: relative;
	}
	#footer:before {
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,#dbdae0), color-stop(20%,#e5e5e8), color-stop(40%,#dbdae0), color-stop(60%,#e5e5e8), color-stop(80%,#dbdae0), color-stop(100%,#e5e5e8));
		background: linear-gradient(to right, #dbdae0 0%,#e5e5e8 20%,#dbdae0 40%,#e5e5e8 60%,#dbdae0 80%,#e5e5e8 100%);
		content: "";
		height: 3px;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
	}
	#footer .inner {
		padding: 10px;
		width: auto;
	}
	#footlinkbox .inner {
		padding: 20px 0 15px 0;
	}
	#footermenu span {
		margin-left: 0;
	}
	#footermenu span:first-child {
		border-left: none;
	}
	#footermenu a {
		padding: 0 15px;
	}
}
@media screen and (max-width: 640px) {
	#footlinkbox .inner {
		padding: 0;
	}
	#footermenu {
		display: block;
		text-align: left;
	}
	#footermenu span {
		border-bottom: 1px solid #e5e5e8;
		border-left: none;
		display: block;
		margin-bottom: 0;
	}
	#footermenu span:last-child {
		border-bottom: none;
	}
	#footermenu a {
		display: block;
		font-size: 14px;
		line-height: 1.8;
		padding: 10px 30px 10px 10px;
		position: relative;
	}
	#footermenu a:before {
		border-bottom: 2px solid #9f9fa2;
		border-right: 2px solid #9f9fa2;
		content: "";
		height: 6px;
		margin-top: -4px;
		position: absolute;
		right: 10px;
		top: 50%;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		width: 6px;
	}
	#footer p {
		float: none;
		font-size: 10px;
		text-align: center;
		width: 100%;
	}
	#footer p#footsub {
		float: none;
		overflow: hidden;
	}
	#footer p#footsub span {
		background-color: #ffffff;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		float: left;
		margin: 0 0 10px;
		padding: 0;
		width: 49%;
	}
	#footer p#footsub span:nth-child(2n)  {
		float: right;
	}
	#footer p#footsub a {
		color: #737373;
		display: block;
		font-size: 13px;
		padding: 10px 25px 10px 10px;
		position: relative;
		text-decoration: none;
	}
	#footer p#footsub a:before {
		border-bottom: 2px solid #737373;
		border-right: 2px solid #737373;
		content: "";
		height: 6px;
		margin-top: -4px;
		position: absolute;
		right: 10px;
		top: 50%;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		width: 6px;
	}
}

/*
==================================================
トップページ
==================================================
*/
#whatsnew {
	overflow: hidden;
}
#whatsnew .title {
	background-color: #f5f5f5;
	background-image: url(img/whatsnew_title.gif);
	background-position: left top;
	background-repeat: repeat-x;
	padding-top: 2px;
	position: relative;
	z-index: 1;
}
#whatsnew .title span {
	background-image: url(img/whatsnew_title_bg.gif);
	background-position: left top;
	background-repeat: repeat-x;
	border-left: 1px solid #f5f5f5;
	border-right: 1px solid #f5f5f5;
	color: #717172;
	display: block;
	font-size: 16px;
	line-height: 1.6;
	padding: 8px 15px;
	position: relative;
}
#whatsnew ul {
	background-color: #f9f9fb;
	overflow: hidden;
	padding: 0 4px;
}
#whatsnew ul li {
	background-color: #ffffff;
	background-image: none;
	-webkit-background-size: auto auto;
	background-size: auto auto;
	font-size: 12px;
	line-height: 1.6;
	margin-bottom: 3px;
	padding: 12px 15px;
	*zoom: 1;
}
#whatsnew ul li span {
	padding-right: 15px;
}
@media screen and (max-width: 899px) {
	#whatsnew .title {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e8));
		background: linear-gradient(to bottom, #ffffff 0%,#f9f9fb 100%);
		padding-top: 2px;
	}
	#whatsnew .title:before {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c3c1c6), color-stop(50%,#e5e5e8), color-stop(100%,#c9c8cc));
		background: linear-gradient(to bottom, #c9c8cc 0%,#e5e5e8 50%,#c9c8cc 100%);
		content: "";
		height: 2px;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
	}
	#whatsnew ul {
		margin-top: 0;
	}
	#whatsnew ul li:first-child {
		border-top: none;
	}
	#whatsnew ul li:before {
		border: none;
		left: auto;
		position: static;
		top: auto;
		-webkit-transform: none;
		transform: none;
	}
}
@media screen and (max-width: 640px) {
	#whatsnew {
		margin: 0 -10px;
	}
	#whatsnew .title span {
		background: none repeat scroll 0 0 transparent;
		border: none;
		font-size: 18px;
		padding: 10px;
	}
	#whatsnew ul {
		padding: 0;
	}
	#whatsnew ul li {
		margin-bottom: 1px;
		padding: 10px;
	}
	#whatsnew ul li span {
		display: block;
		padding-right: 0;
	}
}

/*
==================================================
カテゴリーページ
==================================================
*/
#categorylist .catbox {
	background-color: #f9f9fb;
	background-image: url(img/catbox_bg.gif);
	background-position: right top;
	background-repeat: repeat-x;
	border: 1px solid #edecef;
	margin-bottom: 15px;
	position: relative;
	z-index: 0;
}
#categorylist .catbox .top {
	background-image: url(img/catbox_bg_tl.png);
	background-position: left top;
	background-repeat: no-repeat;
	left: -3px;
	position: absolute;
	top: -3px;
	width: 100%;
	z-index: -1;
}
#categorylist .catbox .top span {
	background-image: url(img/catbox_bg_tr.png);
	background-position: right top;
	background-repeat: no-repeat;
	display: block;
	height: 27px;
	overflow: hidden;
	position: relative;
	right: -6px;
}
#categorylist .catbox .bottom {
	background-image: url(img/catbox_bg_bl.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	bottom: -3px;
	left: -3px;
	position: absolute;
	width: 100%;
	z-index: -1;
}
#categorylist .catbox .bottom span {
	background-image: url(img/catbox_bg_br.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	display: block;
	height: 27px;
	overflow: hidden;
	position: relative;
	right: -6px;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
	#categorylist .catbox .top {
		background-image: url(img/catbox_bg_tl@2x.png);
	}
	#categorylist .catbox .top span {
		background-image: url(img/catbox_bg_tr@2x.png);
	}
	#categorylist .catbox .bottom {
		background-image: url(img/catbox_bg_bl@2x.png);
	}
	#categorylist .catbox .bottom span {
		background-image: url(img/catbox_bg_br@2x.png);
	}
	#categorylist .catbox .top,
	#categorylist .catbox .top span,
	#categorylist .catbox .bottom,
	#categorylist .catbox .bottom span {
		-webkit-background-size: 27px 27px;
		background-size: 27px 27px;
	}
}
#categorylist .thumb {
	float: left;
	padding: 0 20px 10px 0;
}
#categorylist .thumb img {
	vertical-align: bottom;
}
#categorylist .body {
	background-image: url(img/catbox_body_bg.png);
	background-position: right top;
	background-repeat: no-repeat;
	overflow: hidden;
	padding: 20px;
	_height: 1%;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
	#main .rank .comment .comment-tit span {
		background-image: url(img/catbox_body_bg@2x.png);
		-webkit-background-size: 252px 128px;
		background-size: 252px 128px;
	}
}
#categorylist .title {
	border-bottom: 1px solid #dbdae0;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 5px 0 10px 0;
}
#categorylist .title a {
	color: #9f9fa2;
	font-size: 20px;
	font-weight: 700;
	text-decoration: none;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
#categorylist p {
	color: #717172;
	font-size: 13px;
	line-height: 1.6;
	overflow: hidden;
}
#categorylist .more {
	float: right;
	margin-top: 10px;
	_height: 1%;
}
#categorylist .more a {
	background-image: url(img/button_more2.png);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	height: 34px;
	overflow: hidden;
	text-indent: 200%;
	white-space: nowrap;
	width: 150px;
}
#pagelist {
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 10px;
	text-align: center;
}
#pagelist ul {
	font-size: 0;
	letter-spacing: -.40em;
	line-height: 0;
	padding: 0;
}
#pagelist li {
	background-image: none;
	-webkit-background-size: auto auto;
	background-size: auto auto;
	display: inline-block;
	font-size: 14px;
	letter-spacing: normal;
	line-height: normal;
	margin: 0 5px 5px;
	padding: 0;
	*display: inline;
	*zoom: 1;
}
#pagelist a {
	background-color: #f9f9fb;
	border: 1px solid #e5e5e8;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	behavior: url(http://xn--pckc4fxfwbyc9391c85ve.jp04.com/css/PIE.htc);
	color: #9f9fa2;
	display: inline-block;
	padding: 6px 12px;
	position: relative;
	text-align: center;
	text-decoration: none;
	*display: inline;
	*zoom: 1;
}
#pagelist a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 899px) {
	#categorylist .catbox {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(32%,#ffffff), color-stop(100%,#f9f9fb));
		background: linear-gradient(to bottom, #ffffff 32%,#f9f9fb 100%);
		margin-bottom: 10px;
	}
	#categorylist .thumb {
		padding: 0 15px 10px 0;
	}
	#categorylist .body {
		padding: 18px;
	}
	#categorylist .title {
		margin-bottom: 10px;
		padding: 5px 0;
	}
	#categorylist .more {
		margin: 10px 2px 2px 0;
	}
	#categorylist .more a {
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(132,134,137,1)), color-stop(50%,rgba(191,191,194,1)), color-stop(100%,rgba(132,134,137,1)));
		background: linear-gradient(to right, rgba(132,134,137,1) 0%,rgba(191,191,194,1) 50%,rgba(132,134,137,1) 100%);
		-webkit-box-shadow: 0 1px 3px rgba(35, 35, 36, 0.2);
		-moz-box-shadow: 0 1px 3px rgba(35, 35, 36, 0.2);
		box-shadow: 0 1px 3px rgba(35, 35, 36, 0.2);
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		color: #ffffff;
		font-size: 13px;
		height: auto;
		letter-spacing: 0.05em;
		padding: 1px 30px;
		position: relative;
		text-align: center;
		text-decoration: none;
		text-indent: 0;
		text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
		white-space: normal;
		width: auto;
		z-index: 0;
	}
	#categorylist .more a:before {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(195,195,199,1)), color-stop(100%,rgba(141,141,141,1)));
		background: linear-gradient(to bottom, rgba(195,195,199,1) 0%,rgba(141,141,141,1) 100%);
		bottom: 1px;
		content: "";
		left: 1px;
		position: absolute;
		right: 1px;
		top: 1px;
		z-index: -1;
	}
	#categorylist .more a:after {
		border-bottom: 3px solid transparent;
		border-left: 3px solid #ffffff;
		border-right: 0 solid transparent;
		border-top: 2px solid transparent;
		content: "";
		display: block;
		margin-top: -3px;
		position: absolute;
		right: 12px;
		top: 50%;
	}
	#pagelist a {
		padding: 8px 14px;
	}
}
@media screen and (max-width: 640px) {
	#categorylist {
		margin: -10px -10px 0 -10px;
	}
	#categorylist .catbox {
		border-left: none;
		border-right: none;
		border-top: none;
		margin-bottom: 0;
	}
	#categorylist .catbox .top,
	#categorylist .catbox .top span,
	#categorylist .catbox .bottom,
	#categorylist .catbox .bottom span {
		background: none repeat scroll 0 0 transparent;
		display: none;
	}
	#categorylist .thumb img {
		max-width: 100px;
	}
	#categorylist .body {
		background: none repeat scroll 0 0 transparent;
		padding: 15px;
	}
	#categorylist .title a {
		font-size: 16px;
	}
}

/*
==================================================
エントリーページ
==================================================
*/
#entrylist h4 {
	background-image: url(img/entry_title_bg.png);
	background-position: right 20px;
	background-repeat: no-repeat;
	margin: 20px 0 0 0;
	padding: 10px 15px 10px 0;
	top: 0;
	width: auto;
}
#entrylist h4 span {
	background-color: #ffffff;
	background-image: url(img/entry_title.png);
	background-position: left 2px;
	background-repeat: no-repeat;
	color: #bbb;
	display: inline-block;
	margin: 0;
	padding: 0 10px 0 24px;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	*display: inline;
	*zoom:1;
}
#entrylist dl {
	overflow: hidden;
	position: relative;
	*height: 1%;
}
#entrylist dt {
	background-color: #f5f5f5;
	line-height: 1;
	margin-top: 3px;
	padding: 5px 5px 15px 5px;
	position: relative;
	*height: 1%;
}
#entrylist dt a {
	background-image: url(img/entry_li.png);
	background-position: left 6px;
	background-repeat: no-repeat;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	padding-left: 10px;
	*display: inline;
	*zoom:1;
}
#entrylist dd {
	background-color: #f5f5f5;
	font-size: 11px;
	margin: -10px 0 0 0;
	padding: 0 15px 10px 25px;
	position: relative;
	z-index: 1;
}
#relNavigate {
	margin-bottom: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
}
#relNavigate a {
	font-size: 14px;
	font-weight: 700;
	margin-left: 5px;
	margin-right: 5px;
}
@media screen and (max-width: 899px) {
	#entrylist h4,
	#entrylist h4 span {
		position: relative;
	}
	#entrylist h4 span {
		background: none repeat scroll 0 0 #ffffff;
	}
	#entrylist h4:before,
	#entrylist h4:after,
	#entrylist h4 span:before,
	#entrylist h4 span:after {
		background-color: #d6d5d8;
		content: "";
		height: 5px;
		position: absolute;
		width: 5px;
		-webkit-transform: rotate(45deg);
   		transform: rotate(45deg);
		z-index: 1;
	}
	#entrylist h4:before {
		left: 6px;
		top: 13px;
	}
	#entrylist h4:after {
		left: 1px;
		top: 19px;
	}
	#entrylist h4 span:before {
		left: 11px;
		top: 9px;
	}
	#entrylist h4 span:after {
		left: 6px;
		top: 15px;
	}
	#entrylist dt a {
		background-image: none;
		position: relative;
	}
	#entrylist dt a:after {
		border-bottom: 3px solid transparent;
		border-left: 3px solid #d6d5d8;
		border-right: 0 solid transparent;
		border-top: 3px solid transparent;
		content: "";
		display: block;
		left: 0;
		margin-top: -3px;
		position: absolute;
		top: 50%;
	}
	#relNavigate {
		font-size: 0;
		letter-spacing: -.40em;
		line-height: 0;
		margin-bottom: 10px;
	}
	#relNavigate a {
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,#c5c4c6), color-stop(50%,#d6d5d8), color-stop(100%,#c5c4c6));
		background: linear-gradient(to right, #c5c4c6 0%,#d6d5d8 50%,#c5c4c6 100%);
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
		display: inline-block;
		font-size: 13px;
		font-weight: normal;
		letter-spacing: normal;
		line-height: normal;
		overflow: hidden;
		padding: 8px 15px;
		position: relative;
		text-decoration: none;
		z-index: 0;
	}
	#relNavigate a:before {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9fb), color-stop(100%,#dbdae0));
		background: linear-gradient(to bottom, #f9f9fb 0%,#dbdae0 100%);
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		bottom: 1px;
		content: "";
		left: 1px;
		position: absolute;
		right: 1px;
		top: 1px;
		z-index: -1;
	}
}
@media screen and (max-width: 899px) and (-webkit-min-device-pixel-ratio: 1.5) {
	#entrylist h4 {
		background-image: url(img/entry_title_bg@2x.png);
		-webkit-background-size: 900px 7px;
		background-size: 900px 7px;
	}
}
@media screen and (max-width: 640px) {
	#entrylist {
		margin: 0 -10px;
	}
	#entrylist h4 {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#f9f9fb));
		background: linear-gradient(to bottom, #ffffff 1%,#f9f9fb 100%);
		-webkit-background-size: auto auto;
		background-size: auto auto;
		border-bottom: none;
		border-top: 1px solid #d6d5d8;
		padding: 12px 10px;
	}
	#entrylist h4 span {
		background-color: transparent;
		border-bottom: none;
		font-size: 18px;
	}
	#entrylist h4:before {
		left: 16px;
		top: 15px;
	}
	#entrylist h4:after {
		left: 11px;
		top: 21px;
	}
	#entrylist dl {
		background-color: #e5e5e8;
		border-bottom: 1px solid #e5e5e8;
	}
	#entrylist dd {
		font-size: 11px;
		line-height: 1.8;
	}
}

/*
==================================================
サイトマップページ
==================================================
*/
#sitemaps {
	padding-bottom: 10px;
}
#sitemaps ul {
	padding: 0px;
}
#sitemaps li {
	background-image: none;
	-webkit-background-size: auto auto;
	background-size: auto auto;
	font-size: 0;
	letter-spacing: -.40em;
	line-height: 0;
	padding: 0;
}
#sitemaps .l1 {
	margin-top: 15px;
}
#sitemaps .l2 {
	margin-left: 10px;
	margin-top: 5px;
}
#sitemaps .l3 {
	margin-left: 20px;
	margin-top: 5px;
}
#sitemaps li a {
	background-image: url(img/menu_bg.png);
	background-position: left 8px;
	background-repeat: no-repeat;
	display: inline-block;
	letter-spacing: normal;
	line-height: 1.8;
	padding-left: 16px;
	*display: inline;
	*zoom:1;
}
#sitemaps .l1 a {
	font-size: 16px;
	font-weight: 700;
}
#sitemaps .l2 a,
#sitemaps .l3 a  {
	background-image: url(img/menu_bg2.png);
	font-size: 14px;
}
@media screen and (max-width: 899px) {
	#sitemaps li a,
	#sitemaps .l2 a,
	#sitemaps .l3 a {
		background: none repeat scroll 0 0 transparent;
		position: relative;
	}
	#sitemaps li a:before {
		border-bottom: 3px solid transparent;
		border-left: 6px solid #bfbfc2;
		border-right: 0 solid transparent;
		border-top: 3px solid transparent;
		content: "";
		display: block;
		left: 0;
		position: absolute;
		top: 8px;
	}
	#sitemaps .l2 a:before,
	#sitemaps .l3 a:before {
		border-bottom: 1px dotted #bfbfc2;
		border-left: 1px dotted #bfbfc2;
		content: "";
		height: 3px;
		left: 0;
		position: absolute;
		top: 6px;
		width: 6px;
	}
}
@media screen and (max-width: 640px) {
	#sitemaps ul {
		background-color: #f9f9fb;
		margin: 0 -10px;
		padding: 0;
	}
	#sitemaps ul:last-child {
		border-bottom: 1px solid #e5e5e8;
	}
	#sitemaps li {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#ffffff), color-stop(100%,#f9f9fb));
		background: linear-gradient(to bottom, #ffffff 50%,#f9f9fb 100%);
		border-bottom: 1px solid #ffffff;
		border-top: 1px solid #e5e5e8;		
	}
	#sitemaps li,
	#sitemaps .l1,
	#sitemaps .l2,
	#sitemaps .l3 {
		margin-left: 0;
		margin-top: 0;
	}
	#sitemaps .l2,
	#sitemaps .l3 {
		background: #fefdfa;
	}
	#sitemaps li a {
		display: block;
		font-size: 14px;
		line-height: 1.5;
		padding: 15px 30px 15px 10px;
		text-decoration: none;
	}
	#sitemaps .l1 a {
		font-size: 14px;
	}
	#sitemaps .l2 a {
		padding-left: 10px;
	}
	#sitemaps .l3 a {
		padding-left: 20px;
	}
	#sitemaps li a:before {
		left: auto;
		margin-top: -3px;
		right: 12px;
		top: 50%;
	}
	#sitemaps .l2 a:before,
	#sitemaps .l3 a:before {
		border-bottom: 3px solid transparent;
		border-left: 6px solid #bfbfc2;
		border-right: 0 solid transparent;
		border-top: 3px solid transparent;
		height: auto;
		left: auto;
		margin-top: -3px;
		right: 12px;
		top: 50%;
		width: auto;
	}
}

/*
==================================================
フリースペース
==================================================
*/
#space1, #space2 { 
	margin-bottom: 10px;
	margin-top: 10px;
}
#space3, #space4, #space5, #space6 {
	line-height: 1.4;
}
@media screen and (max-width: 640px) {
	#space3, #space4, #space5, #space6 {
		padding: 5px;
	}
}

.grayline{
	border: 1px solid #CCCCCC;
}

#main .grayline{
	padding:10px;
	margin-bottom:15px;
}

#menu .grayline{
	font-size:90%;
	padding:8px;
	margin-bottom:15px;
}
/*
==================================================
ブログモード
==================================================
*/
.blog {
	border-bottom: 1px dotted #e5e5e8;
	margin-bottom: 15px;
	overflow: hidden;
	padding: 10px 0;
}
.blog .thumb {
	float: left;
	margin-right: 15px;
}
.blog .thumb img { width: 125px; }
.blog .title {
	font-size: 15px;
	line-height: 1.4;
	margin-bottom: 10px;
}
.blog .title a { color: #414141; }
.blog .info {
	color: #7f7f7f;
	margin-bottom: 10px;
}
.blog .info a { color: #7f7f7f; }
.blog .body {
	line-height: 1.6;
	overflow: hidden;
}
.blog .more {
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: right;
}
@media screen and (max-width: 640px) {
	.blog {
		padding: 0;
	}
	.blog:last-child {
		margin-bottom: 0;
	}
	.blog .thumb {
		float: none;
		margin: 0 0 15px;
		text-align: center;
	}
}

/*
==================================================
サイト内検索
==================================================
*/
#searchresult {
	overflow: hidden;
	padding: 10px 0;
}
#searchresult dl {
	margin: -10px 0;
}
#searchresult dt {
	font-size: 15px;
	padding: 5px;
}
#searchresult dd {
	border-bottom: 1px dotted #e5e5e8;
	line-height: 1.6;
	margin: 0 0 15px;
	padding: 0 5px 15px;
}
#searchresult b {
	color: #ae8f16;
}
@media screen and (max-width: 899px) {
	#searchresult dd {
		margin: 0 0 10px;
		padding: 0 5px 10px;
	}
}
@media screen and (max-width: 640px) {
	#searchresult {
		padding: 0;
	}
	#searchresult dl {
		margin: 0;
		padding-top: 0;
	}
	#searchresult dt {
		padding: 5px 0;
	}
	#searchresult dd {
		font-size: 12px;
		margin: 0 0 5px;
		padding: 0 0 5px;
	}
}

/*
==================================================
リンク集
==================================================
*/
#linklist {
	overflow: hidden;
	text-align: left;
}
#linklist dt {
	font-size: 15px;
	padding: 5px;
}
#linklist dd {
	border-bottom: 1px dotted #e5e5e8;
	line-height: 1.6;
	margin: 0 0 15px;
	padding: 0 5px 15px;
}
@media screen and (max-width: 899px) {
	#linklist dd {
		margin: 0 0 10px;
		padding: 0 5px 10px;
	}
}
@media screen and (max-width: 640px) {
	#linklist dt {
		padding: 5px 0;
	}
	#linklist dd {
		font-size: 12px;
		margin: 0 0 5px;
		padding: 0 0 5px;
	}
}

/*
==================================================
ポイント
==================================================
*/
#main .point1, #main .point2, #main .point3, #main .point4, #main .point5, #main .point6, #main .point7, #main .point8, #main .point9, #main .point10 {
	background-position: left top;
	background-repeat: no-repeat;
	color: #777;
	font-size: 20px;
	font-weight: 700;
	height: auto;
	line-height: 1.4;
	margin-bottom: 5px;
	margin-top: 15px;
	padding: 22px 0 12px 70px;
	*zoom: 1;
}
#main .point1 { background-image: url(img/point1.png); }
#main .point2 { background-image: url(img/point2.png); }
#main .point3 { background-image: url(img/point3.png); }
#main .point4 { background-image: url(img/point4.png); }
#main .point5 { background-image: url(img/point5.png); }
#main .point6 { background-image: url(img/point6.png); }
#main .point7 { background-image: url(img/point7.png); }
#main .point8 { background-image: url(img/point8.png); }
#main .point9 { background-image: url(img/point9.png); }
#main .point10 { background-image: url(img/point10.png); }
@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
	#main .point1 { background-image: url(img/point1@2x.png); }
	#main .point2 { background-image: url(img/point2@2x.png); }
	#main .point3 { background-image: url(img/point3@2x.png); }
	#main .point4 { background-image: url(img/point4@2x.png); }
	#main .point5 { background-image: url(img/point5@2x.png); }
	#main .point6 { background-image: url(img/point6@2x.png); }
	#main .point7 { background-image: url(img/point7@2x.png); }
	#main .point8 { background-image: url(img/point8@2x.png); }
	#main .point9 { background-image: url(img/point9@2x.png); }
	#main .point10 { background-image: url(img/point10@2x.png); }
	#main .point1, #main .point2, #main .point3, #main .point4, #main .point5, #main .point6, #main .point7, #main .point8, #main .point9, #main .point10 {
		-webkit-background-size: 64px 60px;
		background-size: 64px 60px;
	}
}

/*
==================================================
ランキング
==================================================
*/

/* メインコンテンツ用ランキング
==================================================
*/
#main .point1, #main .point2, #main .point3, #main .point4, #main .point5, #main .point6, #main .point7, #main .point8, #main .point9, #main .point10 { border: none; }
#main .rank1, #main .rank2, #main .rank3, #main .rank4, #main .rank5, #main .rank6, #main .rank7, #main .rank8, #main .rank9, #main .rank10 { border: none; height: auto; }
#main .rank {
	margin-bottom: 10px;
	padding: 20px 0;
	position: relative;
}
#main .rank .top {
	background-image: url(img/rank_bg_t.png);
	background-position: center top;
	background-repeat: no-repeat;
	left: 0;
	position: absolute;
	top: 3px;
	width: 100%;
	z-index: 5;
}
#main .rank .top .top_inner {
	background-image: url(img/rank_bg_tl.png);
	background-position: left 8px;
	background-repeat: no-repeat;
	left: -9px;
	position: relative;
}
#main .rank .top .top_inner span {
	background-image: url(img/rank_bg_tr.png);
	background-position: right 8px;
	background-repeat: no-repeat;
	display: block;
	height: 70px;
	overflow: hidden;
	position: relative;
	right: -18px;
}
#main .rank .bottom {
	background-image: url(img/rank_bg_b.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	bottom: 3px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 5;
}
#main .rank .bottom .bottom_inner {
	background-image: url(img/rank_bg_bl.png);
	background-position: left top;
	background-repeat: no-repeat;
	left: -9px;
	position: relative;
}
#main .rank .bottom .bottom_inner span {
	background-image: url(img/rank_bg_br.png);
	background-position: right top;
	background-repeat: no-repeat;
	display: block;
	height: 70px;
	overflow: hidden;
	position: relative;
	right: -18px;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
	#main .rank .top {
		background-image: url(img/rank_bg_t@2x.png);
	}
	#main .rank .top .top_inner {
		background-image: url(img/rank_bg_tl@2x.png);
	}
	#main .rank .top .top_inner span {
		background-image: url(img/rank_bg_tr@2x.png);
	}
	#main .rank .bottom {
		background-image: url(img/rank_bg_b@2x.png);
	}
	#main .rank .bottom .bottom_inner {
		background-image: url(img/rank_bg_bl@2x.png);
	}
	#main .rank .bottom .bottom_inner span {
		background-image: url(img/rank_bg_br@2x.png);
	}
	#main .rank .top,
	#main .rank .bottom {
		-webkit-background-size: 160px 38px;
		background-size: 160px 38px;
	}
	#main .rank .top .top_inner,
	#main .rank .top .top_inner span,
	#main .rank .bottom .bottom_inner,
	#main .rank .bottom .bottom_inner span {
		-webkit-background-size: 62px 62px;
		background-size: 62px 62px;
	}
}
#main .rank-container {
	background-color: #f2e4ba;
	border: 2px solid #ddc372;
	padding: 3px;
}
#main .rank-inner {
	background-image: url(img/rank_bg.gif);
	background-position: left top;
	background-repeat: repeat;
	border: 1px solid #e5e5e8;
	padding: 20px;
	position: relative;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
	#main .rank-inner {
		background-image: url(img/rank_bg@2x.gif);
		-webkit-background-size: 180px 180px;
		background-size: 180px 180px;
	} 
}
#main .rankbox {
	padding-top: 10px;
}
#main .rank1,#main .rank2,#main .rank3,#main .rank4,#main .rank5,#main .rank6,#main .rank7,#main .rank8,#main .rank9,#main .rank10{
	background-repeat: no-repeat;
	border: medium none;
	color: #717172;
	font-size: 28px;
	height: auto;
	line-height: 1.3;
	margin-bottom: 6px;
	margin-top: 6px;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	*zoom: 1;
}
#main .rank1,#main .rank2,#main .rank3{
	background-position: left top;
	padding: 22px 0 18px 70px;
}
#main .rank4,#main .rank5,#main .rank6,#main .rank7,#main .rank8,#main .rank9,#main .rank10{
	background-position: 6px top;
	padding: 14px 0 14px 70px;
}
#main .rank .rank1,#main .rank .rank2,#main .rank .rank3,#main .rank .rank4,#main .rank .rank5,#main .rank .rank6,#main .rank .rank7,#main .rank .rank8,#main .rank .rank9,#main .rank .rank10 {
	margin: 0;
}
#main .rank .rank1 a,#main .rank .rank2 a,#main .rank .rank3 a,#main .rank .rank4 a,#main .rank .rank5 a,#main .rank .rank6 a,#main .rank .rank7 a,#main .rank .rank8 a,#main .rank .rank9 a,#main .rank .rank10 a {
	text-decoration: none;
}
#main .rank .rank1 a:hover,#main .rank .rank2 :hover,#main .rank .rank3 a:hover,#main .rank .rank4 a:hover,#main .rank .rank5 a:hover,#main .rank .rank6 a:hover,#main .rank .rank7 a:hover,#main .rank .rank8 a:hover,#main .rank .rank9 a:hover,#main .rank .rank10 a:hover {
	text-decoration: underline;
}
#main .rank1 { background-image: url(img/rank1.png); }
#main .rank2 { background-image: url(img/rank2.png); }
#main .rank3 { background-image: url(img/rank3.png); }
#main .rank4 { background-image: url(img/rank4.png); }
#main .rank5 { background-image: url(img/rank5.png); }
#main .rank6 { background-image: url(img/rank6.png); }
#main .rank7 { background-image: url(img/rank7.png); }
#main .rank8 { background-image: url(img/rank8.png); }
#main .rank9 { background-image: url(img/rank9.png); }
#main .rank10 { background-image: url(img/rank10.png); }
@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
	#main .rank1 { background-image: url(img/rank1@2x.png); }
	#main .rank2 { background-image: url(img/rank2@2x.png); }
	#main .rank3 { background-image: url(img/rank3@2x.png); }
	#main .rank4 { background-image: url(img/rank4@2x.png); }
	#main .rank5 { background-image: url(img/rank5@2x.png); }
	#main .rank6 { background-image: url(img/rank6@2x.png); }
	#main .rank7 { background-image: url(img/rank7@2x.png); }
	#main .rank8 { background-image: url(img/rank8@2x.png); }
	#main .rank9 { background-image: url(img/rank9@2x.png); }
	#main .rank10 { background-image: url(img/rank10@2x.png); }
	#main .rank1,#main .rank2,#main .rank3 {
		-webkit-background-size: 62px 72px;
		background-size: 62px 72px;
	}
	#main .rank4,#main .rank5,#main .rank6,#main .rank7,#main .rank8,#main .rank9,#main .rank10 {
		-webkit-background-size: 50px 60px;
		background-size: 50px 60px;
	}
}
#main .rankbox .rankbox-inner {
	overflow: hidden;
}
#main .rankbox .feature {
	background-image: url(img/feature_title.png);
	background-position: left 10px;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	overflow: hidden;
	padding: 5px 0 0 32px;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
	#main .rankbox .feature {
		background-image: url(img/feature_title@2x.png);
		-webkit-background-size: 26px 12px;
		background-size: 26px 12px;
	} 
}
#main .rankbox .feature span {
	color: #717172;
	font-weight: 700;
	letter-spacing: normal;
}
#main .rankbox .float-l img, #main .rankbox .float-r img {
	margin: 0 30px 15px 0;
	padding: 0;
	max-width:280px;
	height:auto;
}
#main .rankbox .rankbox-inner p {
	color: #4e4e4e;
	font-size: 12px;
	line-height: 1.6;
	overflow: hidden;
	padding-bottom: 30px;
}
#main .rankbox .rank-table {
	border-collapse: separate;
	border-spacing: 2px;
	clear: both;
	margin: 0;
	width: 100%;
}
#main .rankbox .rank-table th, #main .rankbox .rank-table td {
	color: #2e2e2e;
	border: 1px solid #cccccc;
	padding: 8px 10px;
	text-align: left;
	vertical-align: middle;
}
#main .rankbox .rank-table th {
	background-color: #dbdae0;
	background-image: url(img/ranktable_th_bg.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
#main .rankbox .rank-table td {
	background-color: #ffffff;
}
#main .rank .comment {
	border: 1px solid #e5e5e8;
	margin-top: 20px;
}
#main .rank .comment .comment-inner {
	border: 1px solid #b0b0b2;
}
#main .rank .comment .comment-tit {
	background-color: #888;
	background-image: url(img/comment_tit_bg.gif);
	background-position: center top;
	background-repeat: repeat-y;
}
#main .rank .comment .comment-tit span {
	background-image: url(img/comment_tit.png);
	background-position: left top;
	background-repeat: no-repeat;
	color: #ffffff;
	display: block;
	font-size: 20px;
	font-weight: 700;
	left: -10px;
	line-height: 1.4;
	padding: 15px 0 3px 100px;
	position: relative;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	top: -6px;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
	#main .rank .comment .comment-tit span {
		background-image: url(img/comment_tit@2x.png);
		-webkit-background-size: 92px 46px;
		background-size: 92px 46px;
	}
}
#main .rank .comment p {
	background-color: #f9f9fb;
	background-image: url(img/comment_bg.gif);
	background-position: center top;
	background-repeat: repeat-y;
	color: #464648;
	font-size: 13px;
	line-height: 1.6;
	padding: 12px;
}
#main .rank .more {
	font-size: 0;
	letter-spacing: -.40em;
	padding: 25px 0 10px;
	position: relative;
	text-align: center;
}
#main .rank .more span {
	display: inline-block;
	font-size: 14px;
	letter-spacing: normal;
	margin-right: 20px;
	vertical-align: bottom;
	*display: inline;
	*zoom:1;
}
#main .rank .more span a {
	background-image: url(img/button_more.png);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	overflow: hidden;
	text-indent: 200%;
	white-space: nowrap;
	width: 250px;
}
#main .rank .more span.official {
	margin-right: 0;
}
#main .rank .more span.official a {
	background-image: url(img/button_official.png);
}
@media screen and (max-width: 899px) {
	#main .rank-inner {
		padding: 15px;
	}
	#main .rankbox .float-l img, #main .rankbox .float-r img {
		margin: 0 20px 20px 0;
		padding: 0;
	}
	#main .rankbox .rankbox-inner p {
		padding-bottom: 20px;
	}
	#main .rankbox .rank-table th {
		background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#dbdae0), color-stop(100%,#dbdae0));
		background: linear-gradient(135deg, #dbdae0 0%,#dbdae0 100%);
	}
	#main .rank .comment .comment-tit {
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,#848689), color-stop(50%,#c5c4c6), color-stop(100%,#848689));
		background: linear-gradient(to right, #848689 0%,#c5c4c6 50%,#848689 100%);
	}
	#main .rank .comment p {
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f9f9fb), color-stop(50%,#ffffff), color-stop(100%,#f9f9fb));
		background: linear-gradient(to right, #f9f9fb 0%,#ffffff 50%,#f9f9fb 100%);
	}
	#main .rank .more {
		padding-top: 15px;
	}
	#main .rank .more span {
		display: block;
		margin: 0 auto 15px;
		width: 80%;
	}
	#main .rank .more span:last-child {
		margin: 0 auto;
	}
	#main .rank .more span a {
		background-image: none;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		-webkit-box-shadow: 0 1px 3px rgba(38, 28, 0, 0.2);
		-moz-box-shadow: 0 1px 3px rgba(38, 28, 0, 0.2);
		box-shadow: 0 1px 3px rgba(38, 28, 0, 0.2);
		color: #6e5429;
		line-height: 50px;
		position: relative;
		text-decoration: none;
		text-indent: 0;
		white-space: normal;
		width: auto;
		z-index: 0;
	}
	#main .rank .more span a:before {
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,#c5c4c6), color-stop(50%,#d6d5d8), color-stop(100%,#c5c4c6));
		background: linear-gradient(to right, #c5c4c6 0%,#d6d5d8 50%,#c5c4c6 100%);
		bottom: 0;
		content: "";
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
		z-index: -1;
	}
	#main .rank .more span a:after {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcf9f2), color-stop(100%,#efe1c3));
		background: linear-gradient(to bottom, #fcf9f2 0%,#efe1c3 100%);
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		bottom: 1px;
		content: "";
		left: 1px;
		position: absolute;
		right: 1px;
		top: 1px;
		z-index: -1;
	}
	#main .rank .more span.official a {
		background-image: none;
		color: #ffffff;
		text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	}
	#main .rank .more span.official a:before {
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,#8d761f), color-stop(50%,#c2a847), color-stop(100%,#8d761f));
		background: linear-gradient(to right, #8d761f 0%,#c2a847 50%,#8d761f 100%);
	}
	#main .rank .more span.official a:after {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2d672), color-stop(100%,#d7b128));
		background: linear-gradient(to bottom, #f2d672 0%,#d7b128 100%);
		border: 1px solid #ead072;
	}
}
@media screen and (max-width: 640px) {
	#main .rank1, #main .rank2, #main .rank3, #main .rank4, #main .rank5, #main .rank6, #main .rank7, #main .rank8, #main .rank9, #main .rank10 { font-size:20px; }
	#main .rankbox .rankbox-inner .float-l,
	#main .rankbox .rankbox-inner .float-r {
		float: none;
		overflow: hidden;
		padding-bottom: 10px;
		text-align: center;
	}
	#main .rankbox .float-l img, #main .rankbox .float-r img {
		margin: 0 0 10px 0;
	}
	#main .rankbox .rankbox-inner p {
		padding-bottom: 10px;
	}
	#main .rank .comment {
		margin-top: 15px;
	}
	#main .rank .more span {
		width: 100%;
	}
}



.vertical-align{position:relative;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}html,body,div,span,object,iframe,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,h1,h2,h3,h4,h5,h6{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}a:active,a:hover{outline:0}button,input{line-height:normal}button,select{text-transform:none}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}blockquote,q{quotes:none}blockquote p:before,blockquote p:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}caption,th,td{text-align:left;vertical-align:top;font-weight:normal}thead th,thead td{font-weight:bold;vertical-align:bottom}a img,th img,td img{vertical-align:top}button,input,select,textarea{margin:0}textarea{overflow:auto;vertical-align:top;resize:vertical}button{width:auto;overflow:visible}input[type=button],input[type=submit],button{cursor:pointer}input[type="radio"],input[type="checkbox"]{font-size:110%;position:relative;top:-1px}input[type="search"]{-webkit-appearance:textfield}input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}hr{display:block;height:1px;border:0;border-top:1px solid #ddd}img,video{max-width:100%;height:auto}img{-ms-interpolation-mode:bicubic}audio{width:100%}body{background:#fff;color:#333;font-size:14px;line-height:1.6em;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif}a{color:#3570c3}a:focus,a:hover{color:#d70a16}.title,h1,h2,h3,h4,h5,h6{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:bold;color:#222;text-rendering:optimizeLegibility}h1{font-size:36px;line-height:1.111em;margin-bottom:.25em}h2{font-size:30px;line-height:1.111em;margin-bottom:.5em}h3{font-size:24px;line-height:1.333em;margin-bottom:.5em}h4{font-size:18px;line-height:1.5em;margin-bottom:.333em}h5{font-size:14px;line-height:1.6em;margin-bottom:.25em}h6{font-size:12px;text-transform:uppercase;line-height:1.6em;margin-bottom:.25em}hgroup h1:first-child,hgroup h2:first-child,hgroup h3:first-child,hgroup h4:first-child,hgroup h5:first-child{margin-bottom:0}h1.subheading,h2.subheading,h3.subheading,h4.subheading,h5.subheading{font-weight:300}h1.subheading{font-size:30px}h2.subheading{font-size:24px}h3.subheading{font-size:18px}h4.subheading{font-size:14px}h5.subheading{font-size:12px}.lead{font-size:18px;font-weight:300;line-height:1.4em;margin-bottom:.75em}p,ul,ol,dl,dd,dt,blockquote,td,th{line-height:1.6em}ul,ol,ul ul,ol ol,ul ol,ol ul{margin:0 0 0 1.6em}ol ol li{list-style-type:lower-alpha}ol ol ol li{list-style-type:lower-roman}p,ul,ol,dl,blockquote,hr,pre,table,form,fieldset,figure,address{margin-bottom:1.6em}address{font-style:normal}dl dt{font-weight:500}dd{margin-left:1em}blockquote{font-size:16px;font-style:italic;position:relative;padding-left:1.6em;margin-left:0;border-left:2px solid #dbdada}blockquote p{margin-bottom:.5em}blockquote small,cite{color:#777;font-style:italic}small,blockquote cite{font-size:12px;line-height:1}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help}strong,b{font-weight:bold}em,i{font-style:italic}sub,sup{font-size:10px;line-height:0;position:relative}sup{top:-0.5em}sub{bottom:-0.25em}figcaption{font-size:12px;font-style:italic}ins,mark{background-color:#fddc43;color:#0f0f0f;text-decoration:none}pre,code,kbd,samp{font-size:90%;font-family:Menlo,Monaco,Consolas,"Courier New",monospace}pre{font-size:90%;line-height:1.45em;color:#333;background:#f6f6f6;padding:1.6em;overflow:auto}code{padding:3px 3px 1px 3px;display:inline-block;line-height:1;background:#f6f6f6;border:1px solid #ddd}pre code{font-size:100%;border:0;padding:0;background:0;line-height:1.6em}kbd{padding:2px 6px 1px 6px;line-height:1;display:inline-block;border-radius:.3em;box-shadow:0 1px 0 rgba(0,0,0,0.2),0 0 0 1px #fff inset;background-color:#fafafa;border:1px solid #ccc;color:#333;font-weight:normal;white-space:nowrap}button:active,button:focus{outline:0}input[type="text"],input[type="password"],input[type="email"],input[type="url"],input[type="phone"],input[type="tel"],input[type="number"],input[type="datetime"],input[type="date"],input[type="search"],input[type="datetime-local"],textarea,select[multiple="multiple"]{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;line-height:1;font-size:14px;border-radius:0;background:#fff;box-shadow:none;border:1px solid #bbbcc0;outline:0;padding:7px 5px;position:relative;z-index:2;-webkit-appearance:none}input[type="text"],input[type="password"],input[type="email"],input[type="url"],input[type="phone"],input[type="tel"],input[type="number"],input[type="datetime"],input[type="date"],input[type="search"],input[type="datetime-local"]{height:2.3em}input[type="range"]{position:relative;top:3px}select[multiple="multiple"],textarea{line-height:1.35em}fieldset{padding:1.6em;margin-bottom:1.6em;border:1px solid #dbdada}legend{font-weight:bold;padding:0 1em;margin-left:-1em}tfoot th,tfoot td{background-color:#f4f4f4}th,td{border-bottom:1px solid #eee;padding:8px 10px}table caption{text-transform:uppercase;padding:0 1em;color:#777;font-size:12px}.units-container:after,.units-row:after{content:"";display:table;clear:both}.units-container{padding-top:1px;margin-top:-1px}.units-row{margin-bottom:1.6em}.width-100,.unit-100{width:100%}.width-90,.unit-90{width:90%}.width-80,.unit-80{width:80%}.width-75,.unit-75{width:75%}.width-70,.unit-70{width:70%}.width-66,.unit-66{width:66.6%}.width-65,.unit-65{width:65%}.width-60,.unit-60{width:60%}.width-50,.unit-50{width:50%}.width-40,.unit-40{width:40%}.width-35,.unit-35{width:35%}.width-33,.unit-33{width:33.3%}.width-30,.unit-30{width:30%}.width-25,.unit-25{width:25%}.width-20,.unit-20{width:20%}.width-10,.unit-10{width:10%}input.width-100,input.unit-100{width:98.6%}textarea.width-100,textarea.unit-100{width:98.8%}select.width-100,select.unit-100{width:99.4%}.units-row .unit-90,.units-row .unit-80,.units-row .unit-75,.units-row .unit-70,.units-row .unit-66,.units-row .unit-65,.units-row .unit-60,.units-row .unit-50,.units-row .unit-40,.units-row .unit-35,.units-row .unit-33,.units-row .unit-30,.units-row .unit-25,.units-row .unit-20,.units-row .unit-10{float:left;margin-left:3%}.units-row .unit-90:first-child,.units-row .unit-80:first-child,.units-row .unit-75:first-child,.units-row .unit-70:first-child,.units-row .unit-66:first-child,.units-row .unit-65:first-child,.units-row .unit-60:first-child,.units-row .unit-50:first-child,.units-row .unit-40:first-child,.units-row .unit-35:first-child,.units-row .unit-33:first-child,.units-row .unit-30:first-child,.units-row .unit-25:first-child,.units-row .unit-20:first-child,.units-row .unit-10:first-child{margin-left:0}.units-row .unit-90{width:89.7%}.units-row .unit-80{width:79.4%}.units-row .unit-75{width:74.25%}.units-row .unit-70{width:69.1%}.units-row .unit-66{width:65.66666666666666%}.units-row .unit-65{width:65.66666666666666%}.units-row .unit-60{width:58.800000000000004%}.units-row .unit-50{width:48.5%}.units-row .unit-40{width:38.2%}.units-row .unit-35{width:31.333333333333332%}.units-row .unit-33{width:31.333333333333332%}.units-row .unit-30{width:27.9%}.units-row .unit-25{width:22.75%}.units-row .unit-20{width:17.6%}.units-row .unit-10{width:7.3%}.unit-push-90,.unit-push-80,.unit-push-75,.unit-push-70,.unit-push-66,.unit-push-65,.unit-push-60,.unit-push-50,.unit-push-40,.unit-push-35,.unit-push-33,.unit-push-30,.unit-push-25,.unit-push-20,.unit-push-10{position:relative}.unit-push-90{left:92.7%}.unit-push-80{left:82.4%}.unit-push-75{left:77.25%}.unit-push-70{left:72.1%}.unit-push-66{left:68.66666666666666%}.unit-push-65{left:68.66666666666666%}.unit-push-60{left:61.800000000000004%}.unit-push-50{left:51.5%}.unit-push-40{left:41.2%}.unit-push-35{left:34.33333333333333%}.unit-push-33{left:34.33333333333333%}.unit-push-30{left:30.9%}.unit-push-25{left:25.75%}.unit-push-20{left:20.6%}.unit-push-10{left:10.3%}.units-row .unit-push-right{float:right}.centered,.unit-centered{float:none!important;margin:0 auto!important}.unit-padding{padding:1.6em}.units-padding .unit-100,.units-padding .unit-90,.units-padding .unit-80,.units-padding .unit-75,.units-padding .unit-70,.units-padding .unit-66,.units-padding .unit-65,.units-padding .unit-60,.units-padding .unit-50,.units-padding .unit-40,.units-padding .unit-35,.units-padding .unit-33,.units-padding .unit-30,.units-padding .unit-25,.units-padding .unit-20,.units-padding .unit-10{padding:1.6em}.units-split .unit-90,.units-split .unit-80,.units-split .unit-75,.units-split .unit-70,.units-split .unit-66,.units-split .unit-65,.units-split .unit-60,.units-split .unit-50,.units-split .unit-40,.units-split .unit-35,.units-split .unit-33,.units-split .unit-30,.units-split .unit-25,.units-split .unit-20,.units-split .unit-10{margin-left:0}.units-split .unit-90{width:90%}.units-split .unit-80{width:80%}.units-split .unit-75{width:75%}.units-split .unit-70{width:70%}.units-split .unit-66{width:66.6%}.units-split .unit-65{width:65%}.units-split .unit-60{width:60%}.units-split .unit-50{width:50%}.units-split .unit-40{width:40%}.units-split .unit-35{width:35%}.units-split .unit-33{width:33.3%}.units-split .unit-30{width:30%}.units-split .unit-25{width:25%}.units-split .unit-20{width:20%}.units-split .unit-10{width:10%}@media only screen and (max-width:767px){.mobile-width-100{width:100%}.units-row .unit-90,.units-row .unit-80,.units-row .unit-75,.units-row .unit-70,.units-row .unit-66,.units-row .unit-65,.units-row .unit-60,.units-row .unit-50,.units-row .unit-40,.units-row .unit-35,.units-row .unit-33,.units-row .unit-30,.units-row .unit-25,.units-row .unit-20,.units-row .unit-10{width:100%;float:none;margin-left:0;margin-bottom:1.6em}.unit-push-90,.unit-push-80,.unit-push-75,.unit-push-70,.unit-push-66,.unit-push-65,.unit-push-60,.unit-push-50,.unit-push-40,.unit-push-35,.unit-push-33,.unit-push-30,.unit-push-25,.unit-push-20,.unit-push-10{left:0}.units-row .unit-push-right{float:none}.units-mobile-50 .unit-90,.units-mobile-50 .unit-80,.units-mobile-50 .unit-75,.units-mobile-50 .unit-70,.units-mobile-50 .unit-66,.units-mobile-50 .unit-65,.units-mobile-50 .unit-60,.units-mobile-50 .unit-40,.units-mobile-50 .unit-30,.units-mobile-50 .unit-35,.units-mobile-50 .unit-33,.units-mobile-50 .unit-25,.units-mobile-50 .unit-20,.units-mobile-50 .unit-10{float:left;margin-left:3%;width:48.5%}.units-mobile-50 .unit-90:first-child,.units-mobile-50 .unit-80:first-child,.units-mobile-50 .unit-75:first-child,.units-mobile-50 .unit-70:first-child,.units-mobile-50 .unit-66:first-child,.units-mobile-50 .unit-65:first-child,.units-mobile-50 .unit-60:first-child,.units-mobile-50 .unit-40:first-child,.units-mobile-50 .unit-35:first-child,.units-mobile-50 .unit-30:first-child,.units-mobile-50 .unit-33:first-child,.units-mobile-50 .unit-25:first-child,.units-mobile-50 .unit-20:first-child,.units-mobile-50 .unit-10:first-child{margin-left:0}}.blocks-2,.blocks-3,.blocks-4,.blocks-5,.blocks-6{padding-left:0;list-style:none;margin-left:-3%}.blocks-2:after,.blocks-3:after,.blocks-4:after,.blocks-5:after,.blocks-6:after{content:"";display:table;clear:both}.blocks-2 li,.blocks-3 li,.blocks-4 li,.blocks-5 li,.blocks-6 li{height:auto;float:left;margin-bottom:1.6em;margin-left:3%}.blocks-2>li{width:47%}.blocks-3>li{width:30.333333333333332%}.blocks-4>li{width:22%}.blocks-5>li{width:17%}.blocks-6>li{width:13.666666666666666%}.block-first{clear:both}@media only screen and (max-width:767px){.blocks-2,.blocks-3,.blocks-4,.blocks-5,.blocks-6{margin-left:0;margin-bottom:1.6em}.blocks-2>li,.blocks-3>li,.blocks-4>li,.blocks-5>li,.blocks-6>li{float:none;margin-left:0;width:100%}.blocks-mobile-50>li,.blocks-mobile-33>li{float:left;margin-left:3%}.blocks-mobile-33,.blocks-mobile-50{margin-left:-3%}.blocks-mobile-50>li{width:47%}.blocks-mobile-33>li{width:30.333333333333332%}}.navbar{margin-bottom:1.6em}.navbar:after{content:"";display:table;clear:both}.navbar-left{float:left}.navbar-right{float:right}.navbar ul{list-style:none;margin:0}.navbar ul:after{content:"";display:table;clear:both}.navbar ul li{float:left;margin-right:1.6em}.navbar-right ul li{margin-right:0;margin-left:1.6em}.navbar ul li a,.navbar ul li span{display:block;text-decoration:none}.navbar ul li a:hover{color:#d70a16}.navbar ul li.active a,.navbar ul li span{text-decoration:none;cursor:text;color:rgba(0,0,0,0.4)}.fullwidth ul{width:100%}.fullwidth li{float:none!important;margin:0;display:table-cell;width:1%;text-align:center}.fullwidth li a,.fullwidth li span{display:block}.nav{margin-bottom:1.6em}.nav ul{list-style:none;margin:0}.nav ul li ul{margin-left:2em;font-size:.95em}.nav ul li a,.nav ul li span{display:block;padding:5px 0}.nav ul li ul li a,.nav ul li ul li span{padding:4px 0}.nav ul li a{text-decoration:none}.nav ul li a:hover{color:#d70a16;text-decoration:underline}.nav ul li.active a,.nav ul li span{text-decoration:none;cursor:text;color:rgba(0,0,0,0.4)}.nav-stroked li{border-bottom:1px solid #eee}.nav-stroked li:last-child{border-bottom:0}.nav-stacked ul{border:1px solid #eee;border-bottom:0}.nav-stacked ul li{border-bottom:1px solid #eee}.nav-stacked ul li a,.nav-stacked ul li span{padding:5px 10px}.nav-stacked ul li a:hover{background-color:#f5f5f5}.nav-stats li{position:relative}.nav-stats li a,.nav-stats li span{padding-right:50px}.nav-stats sup{position:absolute;top:50%;right:0;color:rgba(0,0,0,0.4)}.nav-stats.nav-stacked sup{right:.5em}.breadcrumbs{margin-bottom:1.6em}.breadcrumbs:after{content:"";display:table;clear:both}.breadcrumbs ul{font-size:.9em;color:rgba(0,0,0,0.4);list-style:none;margin:0}.breadcrumbs ul:after{content:"";display:table;clear:both}.breadcrumbs ul li{float:left;margin-right:3px}.breadcrumbs li+li:before{content:" > ";color:#aaa;font-size:12px;margin:0 3px;position:relative;top:-1px}.breadcrumbs-sections li+li:before{content:" | ";top:0}.breadcrumbs-path li+li:before{content:" / ";top:0}.breadcrumbs ul li a{color:#0f0f0f;text-decoration:none}.breadcrumbs ul li.active a{text-decoration:none;cursor:text;color:rgba(0,0,0,0.4)}.breadcrumbs ul li a:hover{color:#0f0f0f;text-decoration:underline}.pagination{position:relative;left:-9px;margin-left:0;list-style:none}.pagination:after{content:"";display:table;clear:both}.pagination li{float:left;margin-right:2px}.pagination li a,.pagination li span{display:block;padding:7px 9px;line-height:1;border-radius:3px;color:#0f0f0f;text-decoration:none}.pagination span{border:1px solid #ddd}.pagination li a:focus,.pagination li a:hover{text-decoration:none;background-color:#0f0f0f;color:#fff}@media only screen and (max-width:767px){.navbar-left,.navbar-right,.navbar ul li,.navbar-right ul li,.subnav-right ul,.subnav ul li,.subnav-right ul li{float:none;text-align:center}.navbar ul li,.navbar-right ul li,.subnav ul li,.subnav-right ul li{margin-left:0;margin-right:0}.fullwidth ul{width:auto}.fullwidth li{display:block;width:auto}}table.table-bordered td,table.table-bordered th{border:1px solid #ddd}table.table-simple td,table.table-simple th{border:0;padding-left:0}table.table-flat td,table.table-flat th{border:0;padding:0}table.table-striped tbody tr:nth-child(odd) td{background-color:#f8f8f8}table.table-hovered tbody tr:hover td{background-color:#f4f4f4}.table-container{width:100%;overflow:auto;margin-bottom:1.6em}.table-container table{margin-bottom:0}.table-container::-webkit-scrollbar{-webkit-appearance:none;width:14px;height:14px}.table-container::-webkit-scrollbar-thumb{border-radius:8px;border:3px solid #fff;background-color:rgba(0,0,0,0.3)}.forms label{display:block;margin-bottom:1.6em}.forms fieldset{padding-bottom:.5em;border-radius:4px}.forms input[type="text"],.forms input[type="password"],.forms input[type="email"],.forms input[type="url"],.forms input[type="phone"],.forms input[type="tel"],.forms input[type="number"],.forms input[type="datetime"],.forms input[type="date"],.forms input[type="search"],.forms input[type="range"],.forms input[type="file"],.forms input[type="datetime-local"],.forms textarea,.forms select{display:block}.forms-inline input[type="text"],.forms-inline-list input[type="text"],.forms-inline input[type="password"],.forms-inline-list input[type="password"],.forms-inline input[type="email"],.forms-inline-list input[type="email"],.forms-inline input[type="url"],.forms-inline-list input[type="url"],.forms-inline input[type="phone"],.forms-inline-list input[type="phone"],.forms-inline input[type="tel"],.forms-inline-list input[type="tel"],.forms-inline input[type="number"],.forms-inline-list input[type="number"],.forms-inline input[type="datetime"],.forms-inline-list input[type="datetime"],.forms-inline input[type="date"],.forms-inline-list input[type="date"],.forms-inline input[type="search"],.forms-inline-list input[type="search"],.forms-inline input[type="range"],.forms-inline-list input[type="range"],.forms-inline input[type="file"],.forms-inline-list input[type="file"],.forms-inline input[type="datetime-local"],.forms-inline-list input[type="datetime-local"],.forms-inline textarea,.forms-inline-list textarea,.forms-inline select,.forms-inline-list select{display:inline-block}.forms-list,.forms-inline-list{margin:0;padding:0;margin-bottom:1.6em;list-style:none}.forms-list label,.forms-inline-list li,.forms-inline-list li label{display:inline-block;margin-bottom:0}.forms-inline-list li label{margin-right:1.6em}.forms-inline-list li{margin-bottom:3px}.forms-list li{margin-bottom:6px}.forms-desc{margin-top:4px;color:rgba(0,0,0,0.4);font-size:12px;line-height:1.4em}input[type="radio"],input[type="checkbox"]{position:relative;top:-1px}input[type="text"],input[type="password"],input[type="email"],input[type="url"],input[type="phone"],input[type="tel"],input[type="number"],input[type="datetime"],input[type="date"],input[type="search"],input[type="datetime-local"],textarea{-moz-transition:border ease .5s;transition:border ease .5s}input[type="range"]{position:relative;top:3px}textarea{line-height:1.4em}select{margin-bottom:0!important}.error,.success{font-weight:normal;font-size:12px}input.input-error,textarea.input-error,select.input-error,.input-error{border-color:#d70a16;box-shadow:0 0 0 2px rgba(215,10,22,0.3),0 1px 2px rgba(0,0,0,0.2) inset}input.input-success,textarea.input-success,select.input-success,.input-success{border-color:#159776;box-shadow:0 0 0 2px rgba(21,151,118,0.3),0 1px 2px rgba(0,0,0,0.2) inset}input.input-gray,textarea.input-gray,select.input-gray,.input-gray{border-color:#ccc;box-shadow:0 0 0 2px rgba(204,204,204,0.3),0 1px 2px rgba(0,0,0,0.2) inset}input:focus,textarea:focus{outline:0;border-color:#5ca9e4;box-shadow:0 0 0 2px rgba(70,161,231,0.3),0 1px 2px rgba(0,0,0,0.2) inset}input.input-search,input[type="search"]{padding-right:10px;padding-left:10px;margin-bottom:0;border-radius:15px}.input-groups{display:table!important}.input-groups input{width:100%}.input-groups input,.input-groups .input-append,.input-groups .input-prepend,.input-groups .btn-append{display:table-cell!important}.input-groups .btn-append,.input-groups .input-append,.input-groups .input-prepend{width:1%;vertical-align:middle}.input-groups .input-append,.input-groups .input-prepend{background-color:#eee;border:1px solid #ccc;margin:0;padding:0 7px;color:rgba(0,0,0,0.5);line-height:1;font-size:12px;white-space:nowrap}.input-groups .input-prepend{border-right:0}.input-groups .input-append{position:relative;z-index:1;border-left:none}.input-groups .btn-append .btn{display:block;height:auto;border-radius:0 4px 4px 0}@media only screen and (max-width:767px){.forms-list label{display:inline-block}}.btn{display:inline-block;vertical-align:top;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1;text-align:center;text-decoration:none;color:#333;margin:0;border:0;border-radius:3px;box-shadow:none;cursor:pointer;background:#eeeded;padding:9px 20px;height:2.3em}.btn:hover{color:rgba(0,0,0,0.5);background:#dbdada}input[type="submit"].btn{-webkit-appearance:none}.btn-small{font-size:11px;padding:7px 16px}.btn-outline{background:0;border:1px solid #ddd;padding:8px 19px}.btn-outline.btn-small{padding:6px 15px}.btn-blue,.btn-red,.btn-green,.btn-black{color:#fff}.btn-blue:hover,.btn-red:hover,.btn-green:hover,.btn-black:hover{color:rgba(255,255,255,0.7)}.btn-white{background:#fff}.btn-white:hover{background:#f2f2f2}.btn-white.btn-outline{background:0;border-color:rgba(255,255,255,0.85);color:rgba(255,255,255,0.85)}.btn-white.btn-outline:hover{color:rgba(0,0,0,0.9);background:#fff}.btn-blue{background:#3d58a8}.btn-blue:hover{background:#2f4483}.btn-red{background:#d70a16}.btn-red:hover{background:#a60811}.btn-green{background:#159776}.btn-green:hover{background:#0f6a53}.btn-yellow{background:#fddc43;color:#000}.btn-yellow:hover{background:#e7be02}.btn-black{background:#000}.btn-black:hover{background:#333}.btn-active,.btn[disabled],.btn-disabled{border:0;background:0;background-color:#dbdada;color:rgba(0,0,0,0.5)}.btn-active:hover,.btn[disabled]:hover,.btn-disabled:hover{color:rgba(0,0,0,0.5)}.btn-active{box-shadow:0 1px 3px rgba(0,0,0,0.4) inset}.btn[disabled],.btn-disabled{cursor:default;box-shadow:none}.btn-blue.btn-active,.btn-red.btn-active,.btn-green.btn-active,.btn-black.btn-active{box-shadow:0 1px 3px rgba(0,0,0,0.7) inset}.btn-blue.btn-active,.btn-red.btn-active,.btn-green.btn-active,.btn-black.btn-active,.btn-blue.btn-disabled,.btn-red.btn-disabled,.btn-green.btn-disabled,.btn-black.btn-disabled,.btn-blue[disabled],.btn-red[disabled],.btn-green[disabled],.btn-black[disabled]{color:rgba(255,255,255,0.6)}.btn-blue.btn-active:hover,.btn-red.btn-active:hover,.btn-green.btn-active:hover,.btn-black.btn-active:hover,.btn-blue.btn-disabled:hover,.btn-red.btn-disabled:hover,.btn-green.btn-disabled:hover,.btn-black.btn-disabled:hover,.btn-blue[disabled]:hover,.btn-red[disabled]:hover,.btn-green[disabled]:hover,.btn-black[disabled]:hover{color:rgba(255,255,255,0.6)}.btn-white.btn-active,.btn-white.btn-disabled,.btn-white[disabled]{background:#f2f2f2}.btn-blue.btn-active,.btn-blue.btn-disabled,.btn-blue[disabled]{background:#2f4483}.btn-red.btn-active,.btn-red.btn-disabled,.btn-red[disabled]{background:#a60811}.btn-green.btn-active,.btn-green.btn-disabled,.btn-green[disabled]{background:#0f6a53}.btn-yellow.btn-active,.btn-yellow.btn-disabled,.btn-yellow[disabled]{background:#e7be02}.btn-black.btn-active,.btn-black.btn-disabled,.btn-black[disabled]{background:#4d4d4d}.group:after{content:"";display:table;clear:both}.small{font-size:12px}.nowrap,.nowrap td{white-space:nowrap}.req,.required{font-weight:normal;color:#d70a16}.color-gray{color:#777}.color-gray-light{color:#999}.color-black{color:#000}.color-red,.error{color:#d70a16}.color-green,.success{color:#159776}.text-centered{text-align:center}.text-right{text-align:right}.last{margin-right:0!important}.pause{margin-bottom:.8em!important}.end{margin-bottom:0!important}.normal{font-weight:normal}.bold{font-weight:bold}.italic{font-style:italic}.left{float:left}.right{float:right}.video-wrapper{height:0;padding-bottom:56.25%;position:relative;margin-bottom:1.6em}.video-wrapper iframe,.video-wrapper object,.video-wrapper embed{position:absolute;top:0;left:0;width:100%;height:100%}@media only screen and (max-width:767px){.left,.right{float:none}}.str{color:#d14}.kwd{color:#333}.com{color:#998}.typ{color:#458}.lit{color:#458}.pun{color:#888}.opn{color:#333}.clo{color:#333}.tag{color:#367ac3}.atn{color:#51a7c9}.atv{color:#709c1a}.dec{color:#666}.var{color:teal}.fun{color:#900}

/*
custom
+─────────────────────────────+
*/


body {
	background: #e5e5e5 url(img/bg.jpg) repeat-y center top;
}


.units-row {
	background:#fff;
	max-width: 800px;
	padding: 0;
	margin: 0 auto;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}
.unit-100 {	background:#fff;
	border-left:1px solid #ccc;	border-right:1px solid #ccc;
}
p {
	font-size:14.4px;
	color:#333333;
}

.header {
	border-top:1px solid #ccc;	border-bottom:1px solid #ccc;
	height: 155px;
	margin: 18px 0 0 0;
	background: url(img/header.jpg) no-repeat left top;
}

div#header-inner a:hover {
	color:#ffdd00;
}
div#header-inner {
	margin:0 auto ;
}
div#header-inner h2 a {
	padding: 50px 50px 0 50px;
	height: 155px;
	width:800px;
	display:block;
	margin: 0;
	text-align:left;
	text-decoration:none;
	z-index:0;
	position: relative;
	background-color:#fdd;
opacity:0;
 filter:alpha(opacity=0);
 -ms-filter: “alpha( opacity=0 )”; 
}
div#header-inner h2 a:hover {
opacity:0.2;
 filter:alpha(opacity=20);
 -ms-filter: “alpha( opacity=20 )”; 
	background-color:#fff;
}

h1#top {
	font-size: 30px;
	text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.4), 0 2px 2px rgba(255, 255, 255, 0.5);
	line-height: 100%;
	padding:  10px 0 0 50px;
	margin: 0 auto;
	position:absolute;
	z-index:0; top:60px;
	width:800px;
}

.header h2 {
	font-size: 30px;
	text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.4), 0 2px 2px rgba(255, 255, 255, 0.5);
	letter-spacing: 0;
}

.header .desc {
	z-index:0;
	margin: -70px 0 0 0 ;
	padding: 0 0 0 50px;
	font-size: 14px;
	line-height: 1.5;
	text-align: left;
	color: #222;
	text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.4), 0 2px 2px rgba(255, 255, 255, 0.5);
}

.header h2 a, .header h2 a:visited {
	color: #333333;
	text-decoration: none;
}

.header h2 a:hover {
	color: #333333;
	text-decoration: none;
}

.bigbanner {
	text-align:center;
}

.cont {
	margin: 10px 0 0 0;
	padding: 0 10px;
}

.cont h3 {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 7px 5px;
	background: #f9f9f9 url(img/h3_back.gif) repeat-x;
	border: 1px #c0c0c0 solid;
	overflow: hidden;
	clear: both;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 2px 2px rgba(255, 255, 255, 0.5);
}

.cont h3 span {
	border-left: 5px #ff8000 solid;
	line-height: 120%;
	font-size: 16px;
	margin: 0;
	padding: 3px 0 3px 5px;
}

.ad_left {
	margin: 0px 10px 10px 0px;
	padding: 0;
	float: left;
}

.ad_right {
	margin: 0px 0px 10px 10px;
	padding: 0;
	float: right;
}

.pan {
	font-size: 12px;
	color: #000000;
	margin: 5px 10px 5px 15px;
}

.social {
	text-align:right;
	padding:0 0 5px 0;
}

.pan a {
	text-decoration: none;
}

.pan a:hover {
	text-decoration: underline;
}

#modoru {
	padding: 5px;
	text-align: right;
	font-size: 12px;
  clear: both;
}


footer p {
	text-align:center;
}

.display_sp {
	display:none;
}


table, th, td {
	border: 1px solid #cccccc;
}

@media screen and (max-width: 480px) {
	p {
		font-size: 16px;
	}
	.ad_left {
		float:none;
		margin: 1em 0;
  }
	.ad_right {
		float:none;
		margin: 1em 0;
  }
	.display_sp {
		display:block;
	}
	.display_pc {
		display:none;
	}
}

#text1, #text2, #text3, #text4, #text5, #text6, #text7, #text8, #text9, #text10, #space1, #space2 {
	margin: 5px 10px 20px 20px;
	position: relative;
}


footer span#sitemapbtn a {
	background-image: url(img/sitemap_button.png);
	width: 90px;
}

div.side ul {
	margin:0 30px 30px 30px;
	padding:0;
	width:100%;
	display:inline-block;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.side ul li {color:#ddd; font-size:8px;}
.side ul li a {color:#0000ff; font-size:13px; line-height:150%;}
div.side li {
	list-style:none;
	text-align:left;
	margin:0 -5px 0 -5px;
	padding:0 10px 5px 10px;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	float:left;
	display:inline-block;
}

/*
==================================================
外部検索フォーム
==================================================
*/

.exserch {margin:10px;padding:10px;width:90%;border:1px solid #bbb; text-align: center; background:#fec;
-webkit-box-shadow:2px 2px 4px 0 #888;
   -moz-box-shadow:2px 2px 4px 0 #888;
        box-shadow:2px 2px 4px 0 #888;
}
.exs-inr {margin: 0 auto; text-align: left;width:90%;}
.searcharea { padding:5px; font-weight:bold;font-size:18px; margin:3px; width:50%; max-width:360px; 
-webkit-box-shadow:2px 2px 4px 0 #888 inset;
   -moz-box-shadow:2px 2px 4px 0 #888 inset;
        box-shadow:2px 2px 4px 0 #888 inset; 
}
.submitarea { cursor:pointer; color:#fff; background-color:#15E; border-color:#48f; WIDTH:80px; HEIGHT:30px; font-weight:bold; font-size:15px; margin:3px;
  -webkit-box-shadow:0px 0px 5px 3px #fff;
   -moz-box-shadow:0px 0px 5px 3px #fff;
        box-shadow:0px 0px 5px 3px #fff; 
}