@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

.mac body {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}
.focus{color:#FF0000;}
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

a:link {
	color: #bb0000;
	text-decoration: none;
}

a:visited {
	color: #bb0000;
	text-decoration: none;
}

a:hover {
	color: #ff6400;
	text-decoration: underline;
}

a:active {
	color: #ff6400;
	text-decoration: underline;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 940px;
	color: #000;
	line-height: 1.5;
	text-align:center;
	background: #bb0000;
}

#container {
	text-align: left;
	border-top: 8px solid #BB0000;
	background: #FFF;
}

#main {
	margin: 0 auto;
	padding-bottom: 73px;
	min-height: 400px;
	width: 900px;
	clear: both;
}

	* html #main {
		min-height:450px;
		_height:expression((document.documentElement.clientHeight||document.body.clientHeight)>400?"400px":"");
	}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

#main:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	margin: 0 auto;
	padding: 0 0 38px 24px; 
	width: 876px;
}

	.iphone #header {
		font-size: 8px;
	}

#header .lBox {
	margin-top: 23px;
	width: 350px;
	float: left;
}

#header h1 {
	margin: 0 0 15px 6px;
}

#header h2 {
	font-size: 1.2em;
	font-weight: normal;
}

#header .rBox {
	margin-top: 41px;
	width: 526px;
	float: right;
	text-align: right;
}

#header .rBox .seach {
	margin-bottom: 26px;
	float: right;
	width: 268px;
}

#header .rBox .seach li {
	float: left;
}

#header .rBox .seach li img {
	display: block;
}

#header .rBox .seach li input {
	vertical-align: top;
}

#fSearch {
	padding: 1px 5px 0;
	width: 190px;
	height: 21px;
	font-size: 1.2em;
	border: 1px solid #BC0000;
	color: #b8b8b8;
}

    * html #fSearch {
		padding: 3px 5px 0;
		height: 17px;
		font-size: 1.05em;
	}
	
    *+html #fSearch {
		height: 18px;
	}

#fSearch.on {
	color: #000;
}

#submitBtn {
	width: 59px;
	height: 23px;
	background: url("../../img/common/search.png") no-repeat; 
	border: none;
	text-indent: -9999em;
	overflow: hidden;
	cursor: pointer;
}

* html #submitBtn {
	text-indent: 0em;
	font-size: 0px;
	color: #b00;
}

#header .rBox .menu {
	margin-right: 3px;
	clear: both;
	text-align: right;
}

#header .rBox .menu li {
	margin-left: 1px;
	display: inline;
	color: #BB0000;
	font-size: 1.2em;
}

#header .rBox .menu a {
	margin-right: 3px;
	color: #000;
}

/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
	margin: 0 0 30px 24px;
}

#pagePath li {
	margin-right: 5px;
	padding-right: 12px;
	display: inline;
	color: #000;
	font-size: 1.2em;
	background: url(../../img/common/icon/icon01.gif) no-repeat right center;
}

#pagePath .none {
	background: none;
}

#pagePath li a {
	color: #000;
}


/*------------------------------------------------------------
	ページネーション
------------------------------------------------------------*/
.pagenav {
	width: 636px;
	font-size: 1.2em;
	padding: 0 18px 0 25px;
}

.pagenav .page-numbers {
	margin-right: 9px;
}

.pagenav .next {
	float: right;
	margin-right: 0;
}
a.page-numbers{margin-right: 9px;font-size: 1.2em;}
span.dots{margin-right: 9px;font-size: 1.2em;}
span.current{margin-right: 9px;font-size: 1.2em;}
a.prev{}
a.next {
	float: right;
	margin-right: 0;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	padding: 15px 0 25px;
	clear: both;
	color: #fff;
	font-size: 1.2em;
	text-align: center;
	background-color: #bb0000;
}

	.iphone #footer {
		font-size: 8px;
	}

#footer .section {
	margin: 0 auto;
	width: 900px;
}

#footer ul {
	margin-bottom: 21px;
}

#footer li {
	display: inline;
	color: #fff;
}

#footer li img {
	vertical-align: middle;
}

#footer a {
	margin-right: 4px;
	color: #fff;
}

/*エリア別のスタイル*/
#AreaST span{
	width: 150px;
	display: inline-block;
	margin: 0px 0 22px 4px;
}

