@charset"shift_jis"; 

@import url("default.css");

/*========================Contents=============================
 01) index
=============================================================*/

/*-------------------------------------------------------------
-------------------------------------------------------common*/

#wrap {
	width:955px;
	margin:0 auto;
	border-top:3px solid #00a6fc;
	text-align:left;
}

#header {
	position:relative;
	width:955px;
	margin:10px 0;
}

#header h1 {width:237px;height:62px;}

#header p {
	position:absolute;
	right:0;
	bottom:0;
}

.pageTop {
	margin:20px 0;
	text-align:right;
}

.pageTop a {
	padding-left:15px;
	background:transparent url("../img/pagelist.gif") 0 0.5em no-repeat;
	font-size:85%;
	color:#00a6fc;
}

/*-------------------------------------------------------------
--------------------------------------------------------index*/

.mtb25 {margin:25px 0;}
.mgt25 {margin-top:25px;}
#siyouStep {
	position:relative;
	width:955px;
	height:72px;
}

#siyouStep p {
	position:absolute;
	right:15px;
	top:10px;
	width:111px;
	height:22px;
}

#lineup li {display:inline;}

/*-------------------------------------------------------------
--------------------------------------------------------pagetop*/

.backtopOrange {
	padding:20px 0;
	text-align: right;
	font-size: 85%;
}
.backtopOrange a {
	padding-left:14px;
	background:transparent url("../img/arrow_orange.gif") 0 0.5em no-repeat;
	color: #e05d01;
}

/*-------------------------------------------------------------
--------------------------------------------------------popup*/

#step {
	width:550px;
	margin:0 auto;
	padding:20px 0;
	text-align:left;
}

#step h1 {margin-bottom:16px;}

#step #btnClose {margin-top:20px;text-align:center;}

/*-------------------------------------------------------------
---------------------------------------------------------clear*/

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

.clearfix {display:inline-block;}

/* exclude MacIE5 \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/* end MacIE5 */
