@charset "Shift_JIS";



/* common

=========================================*/

a:link,a:visited,a:active {

   color: #016ba2;

   text-decoration:none;

}

a:hover {

   text-decoration:underline;

}





body {

	background-color: #FFF!important;

}

div#wrapper {

	background: none!important;

}





.skipText {

	display: none;

}





/* text-align

------------------------*/

.left{

	text-align:left!important;

}

.center{

	text-align:center!important;

}

.right{

	text-align:right!important;

}



/* text

------------------------*/

.caution {

	font-size: 78%;

	line-height: 15px;

}

.highlightsTex {
	
	padding:5px;
	
	font-weight:bold;

	line-height: 15px;
	
	background-color:#FFF9E2;

}

.underLine {

	text-decoration: underline;

}

.boldTex {
	
	font-weight:bold;

}

.contentsWrapper {

	width: 900px;

	margin: 0 auto;

	text-align: left;

	color: #333333;

}

.contentsWrapper .elementTitle {

	margin-bottom: 30px;

}

.contentsWrapper .detailTitle {

	margin-bottom: 20px;

}

.contentsWrapper .catch {

	margin-bottom: 20px;

}

.contentsWrapper .normalText15 {

	font-size: 116%;
	
	line-height: 1.8em;

}

.contentsWrapper .normalText14 {

	font-size: 108%;
	
	line-height: 1.6em;

}

.contentsWrapper .normalText13 {

	font-size: 100%;
	
	line-height: 1.6em;

}

.contentsWrapper .normalText12 {
	
	line-height: 1.6em;

}

.contentsWrapper .normalText11 {

	font-size: 90%;
	
	line-height: 1.6em;

}

.contentsWrapper .normalText10 {

	font-size: 80%;
	
	line-height: 1.6em;

}

.contentsWrapper .pageTop {

	padding: 21px 0 10px;

	text-align: right;

}

.contentsWrapper .arrowLink {
	padding-left:12px;
	background:url(/auto-archive/stepwgn/normal/2015/common/image_common/ico_arrow.gif) center left no-repeat;
	color:#666666;
}



/* vertical-align

------------------------*/

.vaM {

	vertical-align: middle;

}
	

/* element common

------------------------*/



.contentsWrapper .lineTitle {

	text-align: center;

	padding-bottom: 15px;

	border-bottom: 1px solid #666666;

}
.contentsWrapper .lineTitle2 {

	border-top: 1px solid #cccccc;

}



/* standardDetail

------------------------*/

.faqBox {
	border: 1px solid #CDCDCD;
	background-color:#F1F1EF;
	width: 880px;
	padding:9px;
	overflow: hidden;
	clear: both;
}

.colL {
	display:inline;
	float:left;
}

.colR {
	display:inline;
	float:right;
}
.w460 {
	width:460px;
}
.w411 {
	width:411px;
}
.w202 {
	width:202px;
}





/* clearfix

=========================================*/

.clearfix:after {

	content: ".";

	display: block;

	clear: both;

	height: 0;

	visibility: hidden;

}



.clearfix {

	min-height: 1px;

}



* html .clearfix {

	height: 1px;

	/*\*//*/

	height: auto;

	overflow: hidden;

	/**/

}