@charset "shift_jis";

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

*{
	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;
	font-size: 0;
	height: auto;
	line-height: 0;
	max-width: 100%;
	vertical-align: top;
}

: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: #fff;
	color: #2e2e2e;
	font-family: 'メイリオ', Helvetica, 'Hiragino Kaku Gothic Pro', sans-serif;
	font-size: 16px;
	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;
}

b {
	font-size: 1.2em!important;
}
/* リスト
==================================================
*/
ul {
	margin: 0 5px;
	padding: 10px 0;
}
ul li {
	background-image: url(img/li@2x.png);
	background-position: 5px 10px;
	background-repeat: no-repeat;
	-webkit-background-size: 8px 10px;
	background-size: 8px 10px;
	padding: 2px 0 2px 22px;
	position: relative;
}
ol {
	margin: 0 5px;
	list-style-type: decimal;
	padding: 10px 0 10px 25px;
}
/* リンク
==================================================
*/
a { color: #035099; }
a:hover {
	color: #035099;
	text-decoration: none;
}
a:hover img {
	background: none !important;
}
a img { background: none !important; }

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

/* レイアウト
==================================================
*/
#wrapper {
	overflow: hidden;
	position: relative;
	text-align: center;
}
.toppage {
	background: url(img/index-bg.jpg) 0 0 repeat-x;
}
#wrapper .inner {
	overflow: visible;
	position: relative;
	text-align: left;
}
#contents {
	margin: 0 auto;
	padding: 10px 10px 0;
	position: relative;
	text-align: center;
	width: auto;
	overflow: hidden;
}
.toppage #contents {
	padding-top: 0;
}
#layoutbox{
}
#siteNavi {
	font-size: 12px;
	margin-bottom: 5px;
	padding: 0;
}

/* ページ上部へ戻る
==================================================
*/
#pagetop {
	position: fixed;
	right: 10px;
	bottom: 150px;
}
#pagetop a {
	display: inline-block;
	width: 55px;
	height: 55px;
	background: url(img/pagetop-on.png) 0 0 no-repeat;
	background-size: 55px 55px;
	text-indent: -9999px;
}

/* 検索ボックス
==================================================
*/
#searchbox {
	font-size: 12px;
	height: auto;
	left: auto;
	margin-left: 0;
	position: absolute;
	text-align: left;
	width: 100%;
	z-index: 1;
	bottom: -56px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	padding: 0 10px;
	right: auto;
	top: auto;
}
#searchbox form {
	margin: 0;
	padding: 0;
	position: relative;
}
#searchbox input {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#585858), color-stop(50%,#434343), color-stop(50%,#363636), color-stop(100%,#575757));
	background: linear-gradient(to bottom, #585858 0%,#434343 50%,#363636 50%,#575757 100%);
	border-bottom: 2px solid #444444;
	border-left: 2px solid #383838;
	border-right: 2px solid #383838;
	border-top: 2px solid #adadad;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	cursor: pointer;
	height: 26px;
	left: auto;
	overflow: hidden;
	position: static;
	text-indent: 0;
	top: 0;
	white-space: normal;
	width: 20%;
	-webkit-appearance: none;
	float: left;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	color: #FFF;
	right: 0;
	text-align: center;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
#searchbox .skwd {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#ffffff));
	background: linear-gradient(to bottom, #f8f8f8 0%,#ffffff 100%);
	border: 1px solid #d2d2d2;
	cursor: auto;
	height: 36px;
	left: 0;
	line-height: 36px;
	text-indent: 0;
	width: 80%;
	color: #2E2E2E;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 5px;
	right: auto;
	text-align: left;
	text-shadow: none;
}

/* 回り込み・回り込み解除
==================================================
*/
.txt-img {
	padding: 0 10px;
	text-align: center;
}
.txt-img, .txt-img img{
	float: none;
	margin: 0 auto 8px auto;
}
.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;
}
/*
==================================================
トップ部分
==================================================
*/
/* トップ
==================================================
*/
#top {
	background: none repeat scroll 0 0 #1d4684;
	position: static;
	text-align: center;
	z-index: 1;
}
#top h1 {
	background: none, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#002962), color-stop(100%,#1d4684));
	background: none, linear-gradient(to bottom, #002962 0%,#1d4684 100%)
	padding: 3px 90px 3px 10px;
}
#top h1 span {
	color: #fff;
	display: block;
	font-size: 12px;
	left: auto;
	line-height: 1.8;
	min-height: 24px;  
	height: auto !important;  
	height: 24px;
	margin-left: 0;
	position: relative;
	text-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	width: auto;
}
#top .inner {
	overflow: visible;
	position: static;
}
#top h2 {
	background: none repeat scroll 0 0 #fff;
	z-index: 0;
	border-bottom: 5px solid #2f5691;
	-webkit-box-shadow: 0 0 3px rgba(51, 51, 51, 0.6);
	-moz-box-shadow: 0 0 3px rgba(51, 51, 51, 0.6);
	box-shadow: 0 0 3px rgba(51, 51, 51, 0.6);
	padding: 25px 90px 25px 10px;
	position: relative;
	text-align: left;
	behavior: url(https://xn--lck0c6eya6bc7044culyc.com/sp/css/PIE.htc);
}
#top h2:before {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#fafafa));
	background: linear-gradient(to bottom, #e5e5e5 0%,#fafafa 100%);
	border-top: 1px solid #dddddd;
	bottom: 0;
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	right: 0;
}
#top h2:after {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef));
	background: linear-gradient(to bottom, #ffffff 0%,#efefef 100%);
	border-bottom: 1px solid #fff;
	bottom: 5px;
	content: "";
	height: 40px;
	left: 0;
	position: absolute;
	right: 0;
	z-index: -1;
}
#top h2 span {
	display: block;
	left: auto;
	margin-left: 0;
	position: relative;
	width: auto;
}
#top h2 a {
	color: #173f70;
	font-size: 22px;
	line-height: 1.4;
	text-decoration: none;
}
#top h2 a img {
	vertical-align: middle;
}

/* ヘッダー
==================================================
*/
#headerbox {
	padding: 10px;
	position: relative;
	text-align: center;
	border-bottom: 3px solid #214F73;
}
.toppage #headerbox {
	padding: 0;
	background: url(img/index-header-bg.jpg) center 0 no-repeat;
	border-bottom: none;
}
#header {
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: auto;
	height: auto;
	behavior: url(https://xn--lck0c6eya6bc7044culyc.com/sp/css/PIE.htc);
}
#header h1 {
	display: none;
}
.toppage #header {
	padding: 0 10px;
}
#header img {
	width: 80%;
	height: auto;
}
.toppage #header img {
	display: block;
	margin: 0 auto;
	width: auto;
	height: auto;
}


/* トップメニュー
==================================================
*/
#topmenubtn {
	display: none;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee));
	background: linear-gradient(to bottom, #ffffff 0%,#eeeeee 100%);
	border: 1px solid #fff;
	-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;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
	color: #173f70;
	cursor: pointer;
	font-size: 11px;
	height: 56px;
	line-height: 26px;
	position: absolute;
	right: 10px;
	text-align: center;
	top: 0;
	width: 60px;
}
.topmenubtnOn {
	display: block !important;
}
#topmenubtn:before {
	border-bottom: 3px solid #173f70;
	border-top: 3px solid #173f70;
	bottom: 10px;
	content: "";
	height: 5px;
	left: 14px;
	position: absolute;
	width: 32px;
}
#topmenubtn:after {
	border-top: 3px solid #173f70;
	bottom: 26px;
	content: "";
	height: 0;
	left: 14px;
	position: absolute;
	width: 32px;
}
#topmenubox {
	text-align: center;
	background-color: #002d6b;
	display: none;
	overflow: hidden;
	padding: 10px;
	position: relative;
	z-index: 0;
}
#topmenubox:before {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1d4684), color-stop(100%,#002d6b));
	background: linear-gradient(to bottom, #1d4684 0%,#002d6b 100%);
	content: "";
	height: 120px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
#topmenubox:after {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#183a6d), color-stop(100%,#1b4481));
	background: linear-gradient(to bottom, #183a6d 0%,#1b4481 100%);
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.menuon {
	display: block !important;
}
#topmenu {
	background: none repeat scroll 0 0 transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 0 0 10px 0;
	position: relative;
	text-align: center;
	behavior: url(https://xn--lck0c6eya6bc7044culyc.com/sp/css/PIE.htc);
	z-index: auto;
}
#topmenu ul {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Verdana,'ＭＳ Ｐゴシック',sans-serif;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
	*margin: 0;
	display: block;
}
#topmenu li {
	float: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: static;
	text-align: center;
	width: auto;
	border-bottom: 1px solid #002353;
	border-top: 1px solid #20487e;
	display: block;
}
#topmenu li:first-child {
	border-top: none;
}
#topmenu li:last-child {
	border-bottom: none;
}
#topmenu li a {
	color: #FFF;
	font-size: 14px;
	text-decoration: none;
	padding: 8px 10px 8px 30px;
	text-align: left;
	display: block;
	position: relative;
}
#topmenu li a:before {
	background-color: transparent;
	border-bottom: 3px solid transparent;
	border-left: 3px solid #fff;
	border-right: 0 solid transparent;
	border-top: 3px solid transparent;
	bottom: auto;
	left: 14px;
	position: absolute;
	right: auto;
	top: 17px;
	width: auto;
	content: "";
}
#topmenu li a:hover {
	text-decoration: underline;
}


/* トップサブメニュー
==================================================
*/
#topsubmenu {
	font-size: 0;
	height: auto;
	left: auto;
	letter-spacing: -.40em;
	line-height: 0;
	margin-left: 0;
	position: static;
	text-align: right;
	top: 0;
	width: auto;
	z-index: 2;
	right: auto;
}
#topsubmenu span {
	background: none repeat scroll 0 0 transparent;
	border-bottom: none;
	border-left: 1px solid #20487e;
	border-right: 1px solid #20487e;
	border-top: 1px solid #20487e;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	display: block;
	height: auto;
	letter-spacing: normal;
	line-height: normal;
	margin-left: 0;
	width: auto;
	*display: inline;
	*zoom: 1;
	float: none;
}
#topsubmenu span:last-child {
	border-bottom: 1px solid #20487e;
}
#topsubmenu span a {
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #05316e;
	display: block;
	height: auto;
	overflow: hidden;
	text-indent: 0;
	white-space: normal;
	width: auto;
	color: #FFF;
	font-size: 14px;
	padding: 10px;
	text-align :center;
	position: relative;
	text-dacoration: none;
}
#topsubmenu span a:before {
	background: none repeat scroll 0 0 transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	height: auto;
	left: auto;
	margin-top: 0;
	position: static;
	top: auto;
	width: auto;
	content: "";
}
#topsubmenu span a:after {
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: none;
	height: auto;
	left: auto;
	margin-top: 0;
	position: static;
	top: auto;
	-webkit-transform: none;
	transform: none;
	width: auto;
	content: "";
}
#topsubmenu span#rssbtn a {
	background-image: none;
}
#topsubmenu span#sitemapbtn a {
	background-image: none;
}


/*
==================================================
メインコンテンツ
==================================================
*/
/* 記事領域
==================================================
*/
#main {
	background-color: #fff;
	-webkit-box-shadow: 0 1px 3px rgba(153, 153, 153, 0.65);
	-moz-box-shadow: 0 1px 3px rgba(153, 153, 153, 0.65);
	box-shadow: 0 1px 3px rgba(153, 153, 153, 0.65);
	float: none;
	position: static;
	width: 100%;
	behavior: url(https://xn--lck0c6eya6bc7044culyc.com/sp/css/PIE.htc);
	margin-bottom: 20px;
}
#main p {
	margin: 0 5px;
}

#main .inner {
	border: 1px solid #F5F5F5;
	margin: 1px;
	padding: 5px;
	position: relative;
}
#main .text, #text1, #text2, #text3, #text4, #text5, #text6, #text7, #text8, #text9, #text10, #space1, #space2 {
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}


/* 見出し
==================================================
*/
h2, h3, h4, h5 {
}
#main h2, #main h3 {
	background: none, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5077af), color-stop(50%,#305d9c), color-stop(50%,#234a81), color-stop(95%,#315589), color-stop(100%,#5077af));
	background: none, linear-gradient(to bottom, #5077af 0%,#305d9c 50%,#234a81 50%,#315589 95%,#5077af 100%);
	border: 1px solid #143e7e;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 3px rgba(128, 128, 128, 0.7);
	-moz-box-shadow: 0 1px 3px rgba(128, 128, 128, 0.7);
	box-shadow: 0 1px 3px rgba(128, 128, 128, 0.7);
	margin-bottom: 10px;
	position: relative;
	behavior: url(https://xn--lck0c6eya6bc7044culyc.com/sp/css/PIE.htc);
	margin-left: -3px;
	margin-right: -3px;
}
#main h2 span, #main h3 span {
	border-top: 1px solid #87a4cf;
	color: #fff;
	display: block;
	font-size: 18px;
	padding: 10px 15px;
	*zoom: 1;
}
#main .text h3, #text1 h3, #text2 h3, #text3 h3, #text4 h3, #text5 h3, #text6 h3, #text7 h3, #text8 h3, #text9 h3, #text10 h3, #space1 h3, #space2 h3 {
	margin-bottom: 30px;
	top: 20px;
}
#main h4 {
	background: none, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#fafafa), color-stop(50%,#f0f0f0), color-stop(95%,#f0f0f0), color-stop(100%,#ffffff));
	background: none, linear-gradient(to bottom, #ffffff 0%,#fafafa 50%,#f0f0f0 50%,#f0f0f0 95%,#ffffff 100%);
	border: 1px solid #d9d9d9;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 3px rgba(242, 242, 242, 0.6);
	-moz-box-shadow: 0 1px 3px rgba(242, 242, 242, 0.6);
	box-shadow: 0 1px 3px rgba(242, 242, 242, 0.6);
	margin-bottom: 30px;
	position: relative;
	top: 20px;
	behavior: url(https://xn--lck0c6eya6bc7044culyc.com/sp/css/PIE.htc);
}
#main h4 span {
	background: none repeat scroll 0 0 transparent;
	border: 1px solid #fff;
	display: block;
	font-size: 16px;
	padding: 6px 10px 6px 20px;
	*zoom: 1;
	position: relative;
}
#main h4 span:before {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#678abe), color-stop(100%,#063170));
	background: linear-gradient(to bottom, #678abe 0%,#063170 100%);
	content: "";
	height: 22px;
	left: 8px;
	position: absolute;
	top: 7px;
	width: 3px;
}
#main h5 {
	background: none repeat scroll 0 0 transparent;
	font-size: 15px;
	line-height: 1.5;
	margin: 20px auto 10px;
	padding: 0 0 10px;
	position: relative;
}
#main h5:before {
	background-color: #f0f0f0;
	bottom: 0;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	right: 0;
}
#main h5:after {
	background-color: #678abe;
	bottom: 0;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	width: 30px;
}
#main h6 {
	background-image: url(img/h6@2x.png);
	background-position: left 6px;
	background-repeat: no-repeat;
	-webkit-background-size: 14px 12px;
	background-size: 14px 12px;
	margin: 5px auto;
	padding-left: 24px;
}
#main h6 span {
	display: block;
}
#main .atn02 {
	background-color: #f7f7f7;
	border: 1px solid #ebebeb;
	margin: 20px 0 10px;
	position: relative;
}
#main .atn02 span {
	background: none repeat scroll 0 0 transparent;
	border-top: 1px solid #fff;
	display: block;
	font-weight: bold;
	padding: 20px 10px 20px 60px;
}
#main .atn02 span:before {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ba3936), color-stop(100%,#761311));
	background: linear-gradient(to bottom, #ba3936 0%,#761311 100%);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	bottom: 0;
	color: #fff;
	content: "!";
	font-size: 14px;
	height: 20px;
	left: 20px;
	line-height: 20px;
	position: absolute;
	text-align: center;
	top: 22px;
	width: 20px;
}

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

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

#menu {
	float: none;
	line-height: 1.8;
	width: 100%;
}
#menu .rankbox {
	border-bottom: 1px dashed #E6E6E6;
	font-size: 12px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#menu .rankbox img {
	width: auto;
}
.menubox {
	background-color: #fff;
	-webkit-box-shadow: 0 1px 3px rgba(153, 153, 153, 0.65);
	-moz-box-shadow: 0 1px 3px rgba(153, 153, 153, 0.65);
	box-shadow: 0 1px 3px rgba(153, 153, 153, 0.65);
	margin-bottom: 20px;
	overflow: hidden;
	behavior: url(https://xn--lck0c6eya6bc7044culyc.com/sp/css/PIE.htc);
}
.menubox ul,
.menulist ul {
	overflow: hidden;
}
.menubox ul {
	padding: 0;
}
.menulist {
	background-color: #fafafa;
	padding: 2px;
}
.menulist ul {
	background-color: #fff;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
}
.menulist li {
	background-color: #fff;
	border-bottom: 1px solid #e1e1e1;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	*zoom: 1;
}
.menulist li:before {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#ffffff), color-stop(100%,#f7f7f7));
	background: linear-gradient(to bottom, #ffffff 50%,#f7f7f7 100%);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.menulist .l2,
.menulist .l3 {
	background-image: none;
	display: none;
}
.menulist li a {
	color: #616161;
	display: block;
	font-size: 14px;
	line-height: 1.5;
	padding: 15px 10px 15px 30px;
	position: relative;
	text-decoration: none;
}
.menulist li a:before {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#678abe), color-stop(100%,#063170));
	background: linear-gradient(to bottom, #678abe 0%,#063170 100%);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	content: "";
	height: 12px;
	left: 10px;
	position: absolute;
	top: 18px;
	width: 12px;
}
.menulist li a:after {
	border-bottom: 3px solid transparent;
	border-left: 3px solid #fff;
	border-right: 0 solid transparent;
	border-top: 3px solid transparent;
	content: "";
	display: block;
	left: 15px;
	position: absolute;
	top: 21px;
}
.menulist li a:hover {
	background-color: #fafafa;
	color: #035099;
	text-decoration: underline;
}
.menulist .l2 a {
	font-weight: normal;
	padding-left: 40px;
}
.menulist .l3 a {
	font-weight: normal;
	padding-left: 50px;
}
.menulist .l2 a:before,
.menulist .l3 a:before {
	background: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	content: "";
	height: auto;
	left: auto;
	position: static;
	top: 0;
	width: auto;
}
.menulist .l2 a:after {
	border-bottom: 2px solid #1d498a;
	border-left: 2px solid #1d498a;
	border-right: none;
	border-top: none;
	content: "";
	display: block;
	height: 6px;
	left: 25px;
	position: absolute;
	top: 15px;
	width: 5px;
}
.menulist .l3 a:after {
	border-bottom: 3px solid transparent;
	border-left: 3px solid #666666;
	border-right: 0 solid transparent;
	border-top: 3px solid transparent;
	left: 40px;
	top: 16px;
}
#menu .title, #rmenu .title, #menu h4, #rmenu h4 {
	background-color: #fff;
	-webkit-box-shadow: 0 1px 3px rgba(153, 153, 153, 0.65);
	-moz-box-shadow: 0 1px 3px rgba(153, 153, 153, 0.65);
	box-shadow: 0 1px 3px rgba(153, 153, 153, 0.65);
	overflow: hidden;
	padding-top: 4px;
	position: relative;
	text-shadow: none;
	z-index: -1;
	behavior: url(https://xn--lck0c6eya6bc7044culyc.com/sp/css/PIE.htc);
}
#menu h4:before, #rmenu h4:before, #menu .title:before, #rmenu .title:before {
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
#menu h4, #rmenu h4 {
}
#menu h4:before, #rmenu h4:before {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#678abe), color-stop(100%,#1a4380));
	background: linear-gradient(to bottom, #678abe 0%,#1a4380 100%);
}
#menu .title, #rmenu .title {
}
#menu .title:before, #rmenu .title:before {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b2b2b2), color-stop(100%,#7f7f7f));
	background: linear-gradient(to bottom, #b2b2b2 0%,#7f7f7f 100%);
}
#menu h4 span, #rmenu h4 span, #menu .title span, #rmenu .title span {
	display: block;
	font-size: 16px;
	line-height: 1.4;
	padding: 12px 20px;
	position: relative;
}
#menu h4 span, #rmenu h4 span {
	color: #173f70;
}
#menu h4 span:before, #rmenu h4 span:before, #menu .title span:before, #rmenu .title span:before {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(50%,#f7f8f9), color-stop(100%,#ebeced));
	background: linear-gradient(to bottom, #fefefe 0%,#f7f8f9 50%,#ebeced 100%);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
#menu .title span, #rmenu .title span {
	color: #4d4d4d;
}

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

/* 最新記事・アーカイブ
==================================================
*/
#menu ul#newEntry, #menu ul#entryarchive, #rmenu ul#newEntry, #rmenu ul#entryarchive {
	margin-bottom: 0;
	overflow: hidden;
}
ul#newEntry li, ul#entryarchive li {
	border-bottom: 1px dashed #e6e6e6;
	font-size: 12px;
	line-height: 1.4;
	padding: 14px 10px 14px 25px;
	*zoom: 1;
	position: relative;
}
ul#newEntry li:last-child, ul#entryarchive li:last-child {
	border-bottom: none;
}
ul#newEntry li:before,
ul#entryarchive li:before {
	border-bottom: 3px solid transparent;
	border-left: 3px solid #666666;
	border-right: 0 solid transparent;
	border-top: 3px solid transparent;
	content: "";
	display: block;
	left: 12px;
	position: absolute;
	top: 18px;
}

/*
==================================================
フッター
==================================================
*/
#footer {
	background-color: #002d6b;
	color: #fff;
	font-size: 12px;
	line-height: 1.8;
	text-align: center;
	position: relative;
}
#footer:before {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1d4684), color-stop(100%,#002d6b));
	background: linear-gradient(to bottom, #1d4684 0%,#002d6b 100%);
	content: "";
	height: 120px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
#footer:after {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#183a6d), color-stop(100%,#1b4481));
	background: linear-gradient(to bottom, #183a6d 0%,#1b4481 100%);
	border-top: 4px solid #356bb7;
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
#footer .inner {
	background-color: #002353;
	padding: 18px 0;
	text-align: center;
}
#footer a {
	color: #fff;
}
#footer p {
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	word-wrap: break-word;
	width: auto;
	font-size: 10px;
}
#footlinkbox {
	font-size: 0;
	letter-spacing: -.40em;
	line-height: 0;
	margin: 0 auto;
	padding-top: 15px;
	position: relative;
	text-align: center;
	width: auto;
}
#footermenu {
	display: block;
	overflow: hidden;
	padding: 0 10px 10px;
	*display: inline;
	*zoom: 1;
}
#footermenu span {
	display: block;
	margin: 0;
	*display: inline;
	*zoom: 1;
	border-bottom: 1px solid #002353;
	border-top: 1px solid #20487e;
}
#footermenu span:first-child {
	border-top: none;
}
#footermenu span:last-child {
	border-bottom: none;
}
#footermenu a {
	font-size: 14px;
	letter-spacing: normal;
	line-height: 180%;
	padding: 8px 10px 8px 30px;
	display: block;
	text-decoration: none;
	position: relative;
}
#footermenu a:before {
	border-bottom: 3px solid transparent;
	border-left: 3px solid #fff;
	border-right: 0 solid transparent;
	border-top: 3px solid transparent;
	content: "";
	display: block;
	left: 14px;
	top: 17px;
	position: relative;
}
#footer p#footsub a {
	font-size: 14px;
	letter-spacing: normal;
	line-height: 1.4;
	padding: 10px;
	display: block;
	text-align: center;
	text-decoration: none;
	position: relative;
}
#footer p#footsub a:before {
	height: auto;
	left: auto;
	margin-top: 0;
	position: static;
	top: auto;
	-webkit-transform: none;
	transform: none;
	width: auto;
	content: "";
	display: block;
}
#footer p#footsub {
	font-size: 0;
	letter-spacing: -.40em;
	line-height: 0;
	padding: 0 10px 10px;
	width: auto;
}
#footer p#footsub span {
	display: block;
	overflow: hidden;
	*display: inline;
	*zoom: 1;
	background-color: #05316e;
	border-left: 1px solid #20487e;
	border-right: 1px solid #20487e;
	border-top: 1px solid #20487e;
}
#footer p#footsub span:last-child {
	border-bottom: 1px solid #20487e;
}
#footer .desc {
	border-top: none;
	margin: 0;
	position: relative;
	text-align: center;
	width: auto;
}
#footer .desc span {
	border-top: none;
	display: block;
	padding: 18px 10px;
}

/*
==================================================
トップページ
==================================================
*/
#whatsnew {
	background-color: #fff;
	border: 1px solid #d5d5d5;
	-webkit-box-shadow: 0 1px 3px rgba(217, 217, 217, 0.6);
	-moz-box-shadow: 0 1px 3px rgba(217, 217, 217, 0.6);
	box-shadow: 0 1px 3px rgba(217, 217, 217, 0.6);
	overflow: hidden;
	position: relative;
	behavior: url(https://xn--lck0c6eya6bc7044culyc.com/sp/css/PIE.htc);
}
#whatsnew .title {
	background: none, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(19%,#f8f8f8), color-stop(100%,#fcfcfc));
	background: none, linear-gradient(to bottom, #ffffff 0%,#f8f8f8 19%,#fcfcfc 100%);
}
#whatsnew .title span {
	display: block;
	font-size: 16px;
	line-height: 1.8;
	padding: 6px 20px 10px;
	position: relative;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	background: none repeat scroll 0 0 transparent;
}
#whatsnew .title span:before {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b2b2b2), color-stop(100%,#7f7f7f));
	background: linear-gradient(to bottom, #b2b2b2 0%,#7f7f7f 100%);
	bottom: 0;
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	right: 0;
}
#whatsnew ul {
	margin-bottom: 0;
	padding: 0;
}
#whatsnew ul li {
	border-bottom: 1px dashed #e6e6e6;
	font-size: 12px;
	line-height: 1.6;
	padding: 10px 15px;
	position: relative;
	*zoom: 1;
}
#whatsnew ul li:last-child {
	border-bottom: none;
}
#whatsnew ul li span {
	padding-right: 0;
	dispay: block;
}

/*
==================================================
カテゴリーページ
==================================================
*/
#categorylist {
	padding: 5px 0;
}
#categorylist .catbox {
	border: 1px solid #d9d9d9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 10px;
	overflow: hidden;
	padding-bottom: 10px;
	position: relative;
	behavior: url(https://xn--lck0c6eya6bc7044culyc.com/sp/css/PIE.htc);
	_height: 1%;
	z-index: 0;
}
#categorylist .catbox:before {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#ffffff), color-stop(100%,#f5f5f5));
	background: linear-gradient(to bottom, #ffffff 50%,#f5f5f5 100%); 
	border: 1px solid #fff;
	height: auto;
	top: 0;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	z-index: -1;
}
#categorylist .title {
	background-color: transparent;
	font-size: 0;
	font-weight: 700;
	letter-spacing: -.40em;
	line-height: 0;
	margin-bottom: 0;
	overflow: hidden;
	padding: 14px 15px 10px;
	position: relative;
}
#categorylist .title:before {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#678abe), color-stop(100%,#1a4380));
	background: linear-gradient(to bottom, #678abe 0%,#1a4380 100%);
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
#categorylist .title a:before {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#5077af), color-stop(50%,#234a81));
	background: linear-gradient(to bottom, #5077af 50%,#234a81 50%);
	content: "";
	height: 18px;
	left: 0;
	position: absolute;
	top: 5px;
	width: 5px;
}
#categorylist .title a {
	color: #173f70;
	display: inline-block;
	font-size: 16px;
	letter-spacing: normal;
	line-height: normal;
	padding: 2px 0 2px 20px;
	*display: inline;
	*zoom: 1;
	position: relative;
}
#categorylist .thumb {
	float: left;
	padding-left: 10px;
}
#categorylist .thumb img {
	vertical-align: bottom;
	max-width: 80px;
}
#categorylist .body {
	overflow: hidden;
	padding: 0 10px;
}
#categorylist p {
	font-size: 11px;
	line-height: 1.5;
}
#categorylist .more {
	float: right;
	height: 38px;
	margin: 10px 1px 1px 0;
	_height: 1%;
}
#categorylist .more a {
	background: none, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#fafafa), color-stop(50%,#f0f0f0), color-stop(95%,#f0f0f0), color-stop(100%,#ffffff));
	background: none, linear-gradient(to bottom, #ffffff 0%,#fafafa 50%,#f0f0f0 50%,#f0f0f0 95%,#ffffff 100%);
	border: 1px solid #d9d9d9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 1px 3px rgba(242, 242, 242, 0.7);
	-moz-box-shadow: 0 1px 3px rgba(242, 242, 242, 0.7);
	box-shadow: 0 1px 3px rgba(242, 242, 242, 0.7);
	display: block;
	height: 38px;
	overflow: hidden;
	text-indent: 0;
	white-space: normal;
	width: 136px;
	color: #173F70;
	font-size: 14px;
	line-height: 38px;
	padding-left: 40px;
	position: relative;
}
#categorylist .more a:before {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#678abe), color-stop(100%,#063170));
	background: linear-gradient(to bottom, #678abe 0%,#063170 100%);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	content: "";
	height: 12px;
	left: 20px;
	position: absolute;
	top: 12px;
	width: 12px;
}
#categorylist .more a:after {
	border-bottom: 3px solid transparent;
	border-left: 3px solid #fff;
	border-right: 0 solid transparent;
	border-top: 3px solid transparent;
	content: "";
	display: block;
	left: 25px;
	position: absolute;
	top: 15px;
}
#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: none repeat scroll 0 0 transparent;
	display: inline-block;
	font-size: 14px;
	letter-spacing: normal;
	line-height: normal;
	margin: 0 5px 10px;
	padding: 0;
	*display: inline;
	*zoom: 1;
}
#pagelist a {
	background: none, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#fafafa), color-stop(50%,#f0f0f0), color-stop(95%,#f0f0f0), color-stop(100%,#ffffff));
	background: none, linear-gradient(to bottom, #ffffff 0%,#fafafa 50%,#f0f0f0 50%,#f0f0f0 95%,#ffffff 100%);
	border: 1px solid #d9d9d9;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 3px rgba(242, 242, 242, 0.7);
	-moz-box-shadow: 0 1px 3px rgba(242, 242, 242, 0.7);
	box-shadow: 0 1px 3px rgba(242, 242, 242, 0.7);
	display: inline-block;
	padding: 8px 15px;
	position: relative;
	text-align: center;
	behavior: url(https://xn--lck0c6eya6bc7044culyc.com/sp/css/PIE.htc);
	*display: inline;
	*zoom: 1;
}

/*
==================================================
エントリーページ
==================================================
*/
#entrylist {
	border: 1px solid #e5e5e5;
}
#entrylist h4 {
	background: none repeat scroll 0 0 #efefef; 
	border: 1px solid #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin: 0;
	padding: 8px 10px;
	top: 0;
}
#entrylist h4 span {
	border: none;
	font-size: 16px;
	line-height: 1.8;
	padding: 1px 0 1px 15px;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	position: relative;
}
#entrylist h4 span:before {
	background: none, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b2b2b2), color-stop(100%,#747474));
	background: none, linear-gradient(to bottom, #b2b2b2 0%,#747474 100%);
	content: "";
	height: 22px;
	left: 0;
	position: absolute;
	top: 4px;
	width: 4px;
}
#entrylist dl {
	overflow: hidden;
	padding: 0;
	position: relative;
	*height: 1%;
}
#entrylist dt {
	border-top: 1px dashed #d1d1d1;
	line-height: 0;
	margin-top: 0;
	padding: 15px 10px;
	position: relative;
	*height: 1%;
}
#entrylist dt:first-child {
	border-top: none;
}
#entrylist dt a {
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
	padding: 1px 0 1px 10px;
	*display: inline;
	*zoom: 1;
	position: relative;
}
#entrylist dt a:before {
	border-bottom: 3px solid transparent;
	border-left: 3px solid #173f70;
	border-right: 0 solid transparent;
	border-top: 3px solid transparent;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	top: 8px;
}
#entrylist dd {
	font-size: 11px;
	line-height: 1.4;
	margin-top: -10px;
	padding: 0 10px 15px;
}
#relNavigate {
	margin-bottom: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
	font-size: 0;
	letter-spacing: -.40em;
	line-height: 0;
}
#relNavigate a {
	background: none, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#fafafa), color-stop(50%,#f0f0f0), color-stop(95%,#f0f0f0), color-stop(100%,#ffffff));
	background: none, linear-gradient(to bottom, #ffffff 0%,#fafafa 50%,#f0f0f0 50%,#f0f0f0 95%,#ffffff 100%);
	border: 1px solid #d9d9d9;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 3px rgba(242, 242, 242, 0.7);
	-moz-box-shadow: 0 1px 3px rgba(242, 242, 242, 0.7);
	box-shadow: 0 1px 3px rgba(242, 242, 242, 0.7);
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	margin-left: 5px;
	margin-right: 5px;
	letter-spacing: normal;
	line-height: normal;
	padding: 7px 10px;
	text-align: center;
}

/*
==================================================
サイトマップページ
==================================================
*/
#sitemaps ul {
	margin: 0 -5px;
	padding: 0;
}
#sitemaps li {
	background-image: none;
	font-size: 0;
	letter-spacing: -.40em;
	line-height: 0;
	padding: 0;
	border-bottom: 1px solid #F5F5F5;
}
#sitemaps .l1 {
	margin-top: 0;
}
#sitemaps .l1:before {
	background: none, -webkit-gradient(linear, left top, left bottom, color-stop(50%,#ffffff), color-stop(100%,#f7f7f7));
	background: none, linear-gradient(to bottom, #ffffff 50%,#f7f7f7 100%);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
#sitemaps .l2 {
	margin-left: 0;
	margin-top: 0;
	background-color: #FCFCFC;
}
#sitemaps .l3 {
	margin-left: 0;
	margin-top: 0;
	background-color: #FCFCFC;
}
#sitemaps li a {
	display: block;
	letter-spacing: normal;
	line-height: 1.8;
	padding: 12px 15px 12px 35px;
	*display: inline;
	*zoom:1;
	text-decoration: none;
	position: relative;
}
#sitemaps li a:before {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#678abe), color-stop(100%,#063170));
	background: linear-gradient(to bottom, #678abe 0%,#063170 100%);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	content: "";
	height: 12px;
	left: 15px;
	top: 18px;
	position: absolute;
	width: 12px;
}
#sitemaps li a:after {
	border-bottom: 3px solid transparent;
	border-left: 3px solid #fff;
	border-right: 0 solid transparent;
	border-top: 3px solid transparent;
	content: "";
	display: block;
	left: 20px;
	top: 21px;
	position: absolute;
}
#sitemaps .l1 a {
	font-size: 16px;
	font-weight: 700;
	position: relative;
}
#sitemaps .l2 a {
	font-size: 14px;
	padding: 10px 15px 10px 45px;
	position: relative;
}
#sitemaps .l2 a:after {
	border-bottom: 2px solid #1d498a;
	border-left: 2px solid #1d498a;
	border-right: none;
	border-top: none;
	content: "";
	display: block;
	height: 6px;
	left: 30px;
	top: 16px;
	position: absolute;
	width: 5px;
}
#sitemaps .l3 a {
	font-size: 12px;
	padding: 10px 15px 10px 45px;
	position: relative;
}
#sitemaps .l3 a:after {
	border-bottom: 3px solid transparent;
	border-left: 3px solid #666666;
	border-right: 0 solid transparent;
	border-top: 3px solid transparent;
	left: 45px;
	top: 16px;
}
#sitemaps .l2 a:before,
#sitemaps .l3 a:before {
	background: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	content: "";
	height: auto;
	left: auto;
	position: static;
	top: 0;
	width: auto;
}

/*
==================================================
フリースペース
==================================================
*/
#space1, #space2 { margin-bottom: 10px; }
#space3, #space4, #space5, #space6 {
	line-height: 1.4;
	padding: 10px;
}

.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 dashed #d1d1d1;
	margin-bottom: 15px;
	overflow: hidden;
	padding: 10px 5px;
}
.blog .thumb {
	float: none;
	margin: 0 0 15px;
	text-align: center;
}
.blog .thumb img { width: 125px; }
.blog .title {
	font-size: 15px;
	line-height: 1.4;
	margin-bottom: 10px;
}
.blog .title a { color: #2e2e2e; }
.blog .info {
	color: #616161;
	margin-bottom: 10px;
}
.blog .info a { color: #616161; }
.blog .body {
	line-height: 1.5;
	overflow: hidden;
}
.blog .more {
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: right;
}

/*
==================================================
サイト内検索
==================================================
*/
#searchresult {
	overflow: hidden;
	padding: 5px;
}
#searchresult dl {
	margin: -5px;
}
#searchresult dt {
	font-size: 15px;
	padding: 5px;
}
#searchresult dd {
	border-bottom: 1px dashed #d1d1d1;
	line-height: 1.6;
	margin: 0 0 10px;
	padding: 0 5px 15px;
	font-size: 12px;
}
#searchresult b {
	color: #173f70;
}

/*
==================================================
リンク集
==================================================
*/
#linklist {
	overflow: hidden;
	text-align: left;
}
#linklist dt {
	font-size: 15px;
	padding: 5px;
}
#linklist dd {
	border-bottom: 1px dashed #e6e6e6;
	line-height: 1.6;
	margin: 0 0 10px;
	padding: 0 5px 15px;
	font-size: 12px;
}

/*
==================================================
ポイント
==================================================
*/
#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;
	-webkit-background-size: 33px 33px;
	background-size: 33px 33px;
	color: #173f70;
	font-size: 20px;
	font-weight: 700;
	height: auto;
	line-height: 1.4;
	margin-bottom: 5px;
	margin-top: 15px;
	padding: 5px 0 5px 40px;
	*zoom: 1;
}
#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 { 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 {
	background-color: #f2f2f2;
	border: 2px solid #dbdbdb;
	-webkit-box-shadow: 0 1px 3px rgba(217, 217, 217, 0.6);
	-moz-box-shadow: 0 1px 3px rgba(217, 217, 217, 0.6);
	box-shadow: 0 1px 3px rgba(217, 217, 217, 0.6);
	margin-bottom: 10px;
	padding: 3px;
	position: relative;
	behavior: url(https://xn--lck0c6eya6bc7044culyc.com/sp/css/PIE.htc);
}
#main .rank-container {
	background-color: #e4e4e4;
	border: 1px solid #fefefe;
	padding: 2px;
}
#main .rank-inner {
	background-color: #fff;
	padding: 17px;
}
#main .rankbox {
	padding-top: 20px;
	position: relative;
}
#main .rankbox:before {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e2e2e2));
	background: linear-gradient(to bottom, #ffffff 0%,#e2e2e2 100%);
	border-top: 1px solid #f8f8f8;
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
#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;
	font-size: 20px;
	height: auto;
	line-height: 1.3;
	margin-bottom: 6px;
	margin-top: 6px;
	*zoom: 1;
}
#main .rank1,#main .rank2,#main .rank3{
	background-position: left 6px;
	-webkit-background-size: 74px 60px;
	background-size: 74px 60px;
	padding: 22px 0 22px 86px;
}
#main .rank4,#main .rank5,#main .rank6,#main .rank7,#main .rank8,#main .rank9,#main .rank10{
	background-position: 4px 6px;
	-webkit-background-size: 62px 46px;
	background-size: 62px 46px;
	padding: 15px 0 15px 72px;
}
#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 .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 .rankbox .rankbox-inner {
	overflow: hidden;
}
#main .rankbox .rankbox-inner .float-l,
#main .rankbox .rankbox-inner .float-r {
	float: none;
	overflow: hidden;
	padding-bottom: 10px;
	text-align: center;
}
#main .rankbox .feature {
	background-color: #f6f6f6;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 5px 10px 5px 34px;
	position: relative;
}
#main .rankbox .feature:before {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b3b3b3), color-stop(100%,#797979));
	background: linear-gradient(to bottom, #b3b3b3 0%,#797979 100%);
	content: "";
	height: 13px;
	left: 0;
	position: absolute;
	top: 9px;
	width: 23px;
}
#main .rankbox .feature:after {
	border-bottom: none;
	border-left: none;
	border-right: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	content: "";
	height: 3px;
	left: 12px;
	position: absolute;
	top: 13px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 3px;
}
#main .rankbox .feature span {
	font-weight: 700;
}
#main .rankbox .float-l img, #main .rankbox .float-r img {
	margin: 0 0 10px 0;
	padding: 0;
	max-width:280px;
	height:auto;
}
#main .rankbox .rankbox-inner p {
	font-size: 12px;
	line-height: 1.6;
	overflow: hidden;
	padding-bottom: 15px;
}
#main .rankbox .rank-table {
	clear: both;
	margin: 0;
	width: 100%;
}
#main .rankbox .rank-table th, #main .rankbox .rank-table td {
	border: 1px solid #d3d3d3;
	padding: 8px 10px;
	text-align: left;
	vertical-align: middle;
}
#main .rankbox .rank-table th {
	background-color: #f6f6f6;
}
#main .rankbox .rank-table td {
	background-color: #fff;
}
#main .rank .comment {
	margin-top: 15px;
}
#main .rank .comment .comment-inner {
	background-color: #f7f7f7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px rgba(179, 179, 179, 0.9);
	-moz-box-shadow: 0 1px 2px rgba(179, 179, 179, 0.9);
	box-shadow: 0 1px 2px rgba(179, 179, 179, 0.9);
	padding: 10px;
	position: relative;
	behavior: url(https://xn--lck0c6eya6bc7044culyc.com/sp/css/PIE.htc);
}
#main .rank .comment .comment-tit {
	background-image: url(img/comment_bg@2x.png);
	background-position: left top;
	background-repeat: no-repeat;
	-webkit-background-size: 54px 54px;
	background-size: 54px 54px;
	border-bottom: 1px solid #fff;
}
#main .rank .comment .comment-tit span {
	border-bottom: 1px solid #bcbcbc;
	color: #648ebc;
	display: block;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	padding: 18px 10px 17px 62px;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
#main .rank .comment p {
	font-size: 13px;
	line-height: 1.6;
	padding: 10px 0;
}
#main .rank .more {
	font-size: 0;
	letter-spacing: -.40em;
	padding: 20px 0 0;
	position: relative;
	text-align: center;
}
#main .rank .more span {
	display: block;
	font-size: 14px;
	height: 64px;
	letter-spacing: normal;
	margin: 0 auto 15px;
	vertical-align: bottom;
	width: 100%;
	*display: inline;
	*zoom:1;
}
#main .rank .more span:last-child {
	margin: 0 auto;
}
#main .rank .more a {
	display: block;
	height: 64px;
	overflow: hidden;
	text-indent: 0;
	white-space: normal;
	width: auto;
	background: none repeat scroll 0 0 #ebebec;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	line-height: 64px;
	padding-left: 25px;
	position: relative;
	text-decoration: none;
	text-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
	z-index: 0;
}
#main .rank .more a:before {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#29cdd3), color-stop(50%,#29bfc7), color-stop(50%,#00b3bb), color-stop(95%,#00a5af), color-stop(100%,#29cdd3));
	background: linear-gradient(to bottom, #29cdd3 0%,#29bfc7 50%,#00b3bb 50%,#00a5af 95%,#29cdd3 100%);
	border-top: 2px solid #75e2e8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	bottom: 5px;
	content: "";
	left: 5px;
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: -1;
}
#main .rank .more a:after {
	background-image: url(img/button_more_2.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	border: 1px solid #00848c;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	bottom: 5px;
	content: "";
	left: 5px;
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: -1;
}
#main .rank .more span.official {
	margin-right: 0;
}
#main .rank .more span.official a {
}
#main .rank .more span.official a:before {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7bb29), color-stop(50%,#fbad29), color-stop(50%,#fa9c01), color-stop(95%,#ff8c00), color-stop(100%,#f7bb29));
	background: linear-gradient(to bottom, #f7bb29 0%,#fbad29 50%,#fa9c01 50%,#ff8c00 95%,#f7bb29 100%);
	border-top: 2px solid #ffdd99;
}
#main .rank .more span.official a:after {
	background-image: url(img/button_official_2.png);
	border: 1px solid #df7b00;
}

/* メニュー用ランキング
==================================================
*/
#menu .rank1,#menu .rank2,#menu .rank3,#menu .rank4,#menu .rank5 {
	background-position: left top;
	background-repeat: no-repeat;
	border: medium none;
	font-size: 14px;
	font-weight: 700;
	height: auto;
	line-height: 1.4;
	margin: 0;
}
#menu .rank1,#menu .rank2,#menu .rank3{
	padding: 22px 0 22px 86px;
	-webkit-background-size: 74px 60px;
	background-size: 74px 60px;
}
#menu .rank4,#menu .rank5{
	padding: 15px 0 15px 68px;
	-webkit-background-size: 62px 46px;
	background-size: 62px 46px;
}
#menu .rank1 { background-image: url(img/rank1@2x.png); }
#menu .rank2 { background-image: url(img/rank2@2x.png); }
#menu .rank3 { background-image: url(img/rank3@2x.png); }
#menu .rank4 { background-image: url(img/rank4@2x.png); }
#menu .rank5 { background-image: url(img/rank5@2x.png); }


/*
==================================================
１カラムレイアウト
==================================================
*/
#column1 {
	overflow: hidden;
	text-align: center;
}
#column1 #contents {
	padding-bottom: 0;
}
#column1 #menu, #column1 #main {
	float: none;
	width: auto;
}
#column1 #main {
	margin-bottom: 20px;
}
#column1 #menu .menulist ul {
	border-bottom: none;
}
#column1 #menu .menulist ul, #column1 #menu ul#newEntry, #column1 #menu ul#entryarchive {
	letter-spacing: -0.4em;
	line-height: 0;
	margin: 0;
	padding: 0;
}
#column1 #menu .menulist li {
	background: none repeat scroll 0 0 transparent;
	border-bottom: 1px solid #e1e1e1;
}
#column1 #menu .menulist li:before {
	background: none, -webkit-gradient(linear, left top, left bottom, color-stop(50%,#ffffff), color-stop(100%,#f7f7f7));
	background: none, linear-gradient(to bottom, #ffffff 50%,#f7f7f7 100%);
}
#column1 #menu .menulist .l2,
#column1 #menu .menulist .l3 {
	display: none;
}
#column1 #menu .menulist li, #column1 #menu ul#newEntry li, #column1 #menu ul#entryarchive li {
	border: none;
	display: block;
	letter-spacing: normal;
	line-height: 1.5;
	overflow: hidden;
	padding: 0;
	*display: inline;
	*zoom: 1;
}
#column1 #menu .menulist li a {
	font-weight: 400;
	margin: 0;
	padding: 15px 10px 15px 30px;
	text-decoration: none;
}
#column1 #menu .menulist li a:before {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#678abe), color-stop(100%,#063170));
	background: linear-gradient(to bottom, #678abe 0%,#063170 100%);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	height: 12px;
	left: 10px;
	position: absolute;
	top: 18px;
	width: 12px;
}
#column1 #menu .menulist li a:after {
	border-bottom: 3px solid transparent;
	border-left: 3px solid #fff;
	border-right: 0 solid transparent;
	border-top: 3px solid transparent;
	left: 15px;
	top: 21px;
}
#column1 #menu .menulist .l2 a:after {
	border-bottom: 3px solid transparent;
	border-left: 3px solid #666666;
	border-right: 0 solid transparent;
	border-top: 3px solid transparent;
	height: auto;
	left: 0;
	top: 6px;
	width: auto;
}
#column1 #menu .menulist .l3 a:after {
	left: 0;
	top: 6px;
}
#column1 #menu .menulist li a:hover {
	background-color: #FAFAFA;
	text-decoration: none;
}
#column1 #menu ul#newEntry li, #column1 #menu ul#entryarchive li {
	background-position: left 10px;
	margin: 0;
	padding: 14px 10px 14px 25px;
	border-bottom: 1px dashed #E6E6E6;
	line-height: 1.4;
}
#column1 #menu ul#newEntry li:before, #column1 #menu ul#entryarchive li:before {
	left: 12px;
	top: 18px;
}
#column1 #menu ul#newEntry li:last-child, #column1 #menu ul#entryarchive li:last-child {
	border-bottom: medium none;
}

/*
==================================================
２カラムレイアウト
==================================================
*/
#column2 {
	overflow: hidden;
	text-align: center;
}

/*
==================================================
レイアウト切り替え用スタイル(後で削除)
==================================================
*/
#column1 #rmenu, #column2 #rmenu, #column1 #space3, #column1 #space4,#column1 .bannerbox,#column1 #submenu { display: none; }
#headerbox,#header { height: auto !important; }
#header .desc {



}
.topsubmenuOff #top h1 span {
	width: 100%;
}
.topmenubtnOff #top h1 {
	padding-right: 10px;
}
#footer {
}
#main .txt-decbox1 h2, #main .txt-decbox1 h3, #main .txt-decbox2 h2, #main .txt-decbox2 h3 {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	top: 0;
}body{




}

#header{ height: 200px; }
#headerbox {height:200px; }
#header h2 ,#header .title ,#top h2,#top h2 a{

}

#header h2 a, #header h2 a:visited,#header .title a,#top h2 a,#header .title a:visited{}
#header #headertxt {


}

#main{ float: right; }
#column2 #menu,#column3 #menu{ float: left; }
#column3 #rmenu { float: right; }
#column3 #layoutbox { float: left; }
#column3 #main { float: right; }
/*
#wrapper{}
#topmenu{}
#threebox{}
#main{}
#menu{}
#rmenu{}
*/
body{font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka", Verdana,Arial, Helvetica, sans-serif;font-weight:normal;}

h1,h2,h3,h4,h5,h6{font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka", Verdana,Arial, Helvetica, sans-serif;font-weight:bold;}

.rank1,.rank2,.rank3,.rank4,.rank5,.point,.point1,.point2,.point3,.point4,.point5{font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka", Verdana,Arial, Helvetica, sans-serif;font-weight:bold;}

#text1,#text2,#text3,#text4,#text5,#text6,#text7,#text8,#text9,#text10{font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka", Verdana,Arial, Helvetica, sans-serif;font-weight:normal;}
