@charset "utf-8";

/*******************************
  共通設定
*******************************/

body {
	overflow-x: hidden;
	-moz-transform-origin: left top;
	color: #666;
	position: relative;
}

a {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #999;
	text-decoration: none;
}


.wrap {
	margin-right: auto;
	margin-left: auto;
}

.replace {
	display: block;
	overflow: hidden;
	background: 0 0 no-repeat;
	text-indent: 200%;
	white-space: nowrap;
}

#container {
	/*width: 100%;
	position: absolute;*/
	top: 0;
	left: 0;
	-moz-transform-origin: left top;
}

/* header */

#pageHeader {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 5000;
}


#hdrText {
	color: #999;
	font-weight: normal;
	text-align: right;
}

/* contents */

.headline01 {
	color: #003f73;
	border-bottom: 2px solid #dfdfdf;
}


#brand .list a {
	display: block;
}
#brand .controller a {
	display: block;
	background: 0 0 no-repeat;
}
#brand .controller a.disabled {
	display: none;
}

#concept .image a {
	display: block;
	background: 0 0 no-repeat;
	text-align: center;
}
#concept .list a {
	display: block;
	background: 0 0 no-repeat;
	text-align: center;
}

#club a {
	display: block;
	background: 0 0 no-repeat;
	text-align: center;
}

/* footer */

#copyright,
#copyright a {
	color: #858585;
}

/*******************************
  top
*******************************/

#top #navBnr a {
	display: block;
	background: 0 0 no-repeat;
	text-align: center;
}

/*******************************
  detail
*******************************/

#recommend .inner {
	position: relative;
}
#recommend .list li {
	float: left;
	text-align: center;
}
#recommend .list li span {
	display: block;
	margin: 10px 0 0;
}
#recommend .list img {
	width: 100%;
	height: auto;
}
#recommend .controller a {
	position: absolute;
	background: 0 0 no-repeat;
}
#recommend .controller a.disabled {
	display: none;
}

/*******************************
  contact / privacy
*******************************/

#contentsMain {
	line-height: 1.8em;
}
#contentsMain .section {
	margin: 0 0 4em;
}
#contentsMain .last {
	margin: 0;
}
#contentsMain h4 {
	margin: 2em 0;
	font-size: 1.16em;
	font-weight: normal;
}
#contentsMain p {
	margin: 2em 0 1.8em;
}
#contentsMain ol {
	padding-left: 2em;
}
#contentsMain ol li {
	margin: 0 0 1.8em;
	list-style-type: decimal;
}
#contentsMain ol ol {
	margin: 0;
	padding-left: 0;
}
#contentsMain ol ol li {
	padding-left: 2em;
	text-indent: -2em;
	list-style-type: none;
}
#contentsMain ol ol li span {
	display: inline-block;
	width: 2em;
	text-indent: 0;
}
#contentsMain a,#clubArticle .lineBg a {
	padding-left: 8px;
	background: url(../imgs/blt-01.png) 0 50% no-repeat;
	color: #999;
}
#contentsMain a:hover,#clubArticle .lineBg a:hover {
	color: #ccc;
}

#conceptArticle .subSection .panel a {
	padding-left: 8px;
	background: url(../imgs/blt-01.png) 0 50% no-repeat;
	color: #999;
}
#conceptArticle .subSection .panel a:hover {
	color: #ccc;
}

#conceptArticle .subSection .panel .a_ctt {
	float:left;
	margin-top:25px;}

#form .progress {
	text-align: center;
}
#form #contentsMain .tableHolder {
	border: 1px solid #999;
}
#form #contentsMain table {
	width: 100%;
}
#form #contentsMain .odd th,
#form #contentsMain .odd td {
	background: #f8f7f6;
}








