@charset "utf-8";


/* ============================================================
 init
============================================================ */
html {
	background: none;
}
body {
	color: #333;
	line-height: 1.5;
	-webkit-text-size-adjust:100%;
	font-family:"Meiryo","メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, sans-serif;
	font-size: 14px;
	padding: 0;
}
#wrap {
	position: relative;
	min-width: 1000px;
	width: 100%;
	min-height: 100%;
	overflow: hidden;
	zoom: 1;
}
/* tag
------------------------------------------------------------ */
img {
	height: auto;
	border:0;
	vertical-align:bottom;
}
/* link
------------------------------------------------------------ */
a { 
	color: #239840;
	overflow: hidden;
}

/*a:link,
a:visited,
a.rollover:hover {
	text-decoration: none;
}
*/
a:hover,
a:active,
a:focus {
	text-decoration: none;
}
.rollOpa:hover {
	text-decoration: none;
	filter: alpha( opacity=60 );
	opacity: 0.6;
}

/* class
------------------------------------------------------------ */
.clearfix,
ul,
dl {
	zoom:1;
}
.clearfix:after,
ul:after,
dl:after {
	content:"";
	display:block;
	clear:both;
	visibility:hidden;
}
input {
	vertical-align: middle;
}
input[type="submit"] {
  -webkit-appearance: none;
	border-radius: 0;
}

.hgroup,
.block,
.outer,
.inner,
.row,
.box,
.cell,
.flame {
	position:relative;
	zoom:1;
}
	
.hgroup:after,
.block:after,
.outer:after,
.inner:after,
.row:after,
.box:after,
.cell:after,
.flame:after {
	content: "";
	display: block;
	clear: both;
}
header .box,
footer .box,
.cell {
	float:left;
}
.box.right,
.cell.right {
	float:right;
}
.txtRight {
	text-align: right;
}
.txtCenter {
	text-align: center;
}

/* js予約 */
.btn {}
.rollover {}
.imgLink {}

/* space
============================================================ */
.mt10 { margin-top: 10px;}
.mt15 { margin-top: 15px;}
.mt20 { margin-top: 20px;}
.mt25 { margin-top: 25px;}
.mt30 { margin-top: 30px;}

/* font
============================================================ */
.fs10 { font-size: 10px;}
.fs12 { font-size: 12px;}
.fs14 { font-size: 14px;}
.fs16 { font-size: 16px;}
.fs18 { font-size: 18px;}
.fs20 { font-size: 20px;}
.fs24 { font-size: 24px;}

.alignCenter { text-align: center; }
.alignRight { text-align: right; }
.alignLeft { text-align: left; }
/* img
============================================================ */
.imgWidthFit {
	width: 100%;
	height: auto;
}
.imgHeightFit {
	height: 100%;
	width: auto;
}

/* header
============================================================ */
header {
	min-width: 1000px;
	width: 100%;
	background-color: #fff;
	font-family:"Meiryo","メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, sans-serif;
}
header .upperRow {
	padding: 5px 10px;
	position: relative;
	box-shadow: 0 0 8px #e5e5e5;
	min-height: 28px;
}
header .upperRow .hd01 {
	background: none;
	height: auto;
	text-indent: 0;
	width: auto;
	font-size: 10px;
	color: #666666;
	line-height: 1.4;
	margin: 0;
}
header .upperRow ul {
	width: 458px;
	font-size: 0;
	position: absolute;
	top: 0;
	right: 15px;
}
header .upperRow li {
	display: inline-block;
	width: 150px;
	font-size: 12px;
}
header .upperRow li a {
	display: block;
}
header .upperRow li + li {
	margin-left: 4px;
}
header .centerRow {
	width: 1000px;
	margin: 19px auto 20px;
	zoom: 1;
}
header .centerRow:after {
	content:"";
	display:block;
	clear:both;
	visibility:hidden;
}
header .centerRow .logo {
	float: left;
	width: 480px;
}
header .centerRow .logo a {
	display: block;
}
header .centerRow .logo img + img {
	margin-left: 18px;
}
header .centerRow ul {
	float: right;
	width: 490px;
	font-size: 0;
}
header .centerRow ul li {
	font-size: 12px;
	display: inline-block;
}
header .centerRow ul li a {
	display: block;
}
header .attention {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 20px;
}
header .attention .inner {
	border: 3px solid #ff0000;
	padding: 10px;
	font-size: 12px;
	color: #444444;
}
header .attention b {
	color: #ff0000;
}
header .attention p {
	font-size: 12px;
}
header .headerCampBanner {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 20px;
}
header .headerCampBanner p {
	font-size: 0;
	text-align: center;
}
header .headerCampBanner p + p {
	margin-top: 5px;
}
header .headerCampBanner p a {
	display: inline-block;
	font-size: 12px;
}
header .headerCampBanner p a + a {
	margin-left: 10px;
}
header .headerCampBanner .earlyTxt {
	font-size: 14px;
	font-weight: 700;
	color: #cb141c;
	margin-top: 15px;
	margin-bottom: -5px;
}
/* breadNav
============================================================ */
#breadNav {
	width: 950px;
	margin: 0 auto 0;
}
#breadNav ul {
	width: 1000px;
	margin: 0 auto 30px;
	font-size: 0;
}
#breadNav li {
	display: inline-block;
	font-size: 10px;
}
#breadNav li a {
	color: #666666;
	padding-right: 18px;
	background-image: url("../img/icon/bread_arrow_01.png");
	background-repeat: no-repeat;
	background-position: right center;
}
#breadNav li:last-child a {
	background: none;
}
#breadNav ul li + li {
	margin-left: 12px;
}
#container {
	zoom: 1;
	width: 950px;
	margin: 0 auto;
}
#container:after {
	content:"";
	display:block;
	clear:both;
	visibility:hidden;zoom: 1;
}
.forSp {
	margin: 20px 0;
	text-align: center;
}
.forSp a {
	display: inline-block;
}
/* main
============================================================ */
#main {
	float: left;
	margin: 20px 0 0;
	position: relative;
	width: 690px;
	z-index: 1;
}
#utility {
	position: relative;
	z-index: 1;
}
.centerWrap {
	width: 1000px;
	margin: 0 auto;
}
/* footer
============================================================ */
footer {
	margin-top: 40px;
	border-top: 1px solid #f6edda;
	min-width: 1000px;
	width: 100%;
	background-color: #fff;
	position: relative;
	padding: 30px 0 50px;
	font-family:"Meiryo","メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, sans-serif;
}
.search footer {
	margin-top: 140px;
}
footer:before {
	content: "";
	display: block;
	width: 1178px;
	height: 133px;
	position: absolute;
	top: -124px;
	left: 50%;
	margin-left: -589px;
	background-image: url("../img/footer/illust_01.png");
	background-repeat: no-repeat;
}
footer #comInfo .box {
	width: 230px;
	font-size: 10px;
	line-height: 1.8;
}
footer #comInfo .box p {
	font-size: 10px;
}
footer #comInfo .box.left {
	width: 230px;
}
footer #comInfo .box.left p {
	font-size: 14px;
}
footer #comInfo .box.left address {
	font-size: 12px;
}
footer #comInfo .box.right {
	width: 290px;
}
footer #comInfo #accreditation img:first-child {
	margin-right: 10px;
}
footer .footerNav {
	margin-top: 20px;
	line-height: 2;
}
footer .footerNav ul {
	font-size: 0;
}
footer .footerNav li {
	font-size: 12px;
	display: inline-block;
}
footer .footerNav li a {
	color: #666666;
	padding-right: 20px;
	background-image: url("../img/icon/link_arrow_01.png");
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration: underline;
}
footer .footerNav li a:hover {
	text-decoration: none;
}
footer .footerNav li + li {
	margin-left: 20px;
}
footer .copy {
	color: #666666;
	font-size: 10px;
}
/* pageTop
------------------------------------------------------------ */
#pageTop {
	display: block;
	width: 60px;
	height: 60px;
	position: fixed;
	right: 0;
	bottom: 100px;
	background-image: url("../img/footer/page_top.png");
	background-repeat: no-repeat;
	text-decoration: none;
	z-index: 10;
}
#pageTop:hover {
	background-image: url("../img/footer/page_top_on.png");
}
/* #spNav
============================================================ */
#spNav {
}


/* headings
========================================================= */
.hdLine01 {
	font-size: 20px;
	font-weight: 700;
	padding-left: 10px;
	border-left: 3px solid #c10f19;
	margin-bottom: 15px;
}
.pageHd01 {
	font-size: 24px;
	font-weight: 700;
	padding-left: 12px;
	border-left: 5px solid #c10f19;
	margin: 38px 0 40px;
	line-height: 1;
	padding-top: 2px;
}
/* arrows
======================================= */

/* list
======================================= */

/* table
======================================= */
