@charset "utf-8";

/* ==

　01. contents

=============================================================================== */

/* 購入基礎知識TOP
------------------------------------------------------------------------------- */

#main .topCategory01 .nav01 span { background-image: url(../../images/rn01/index_bg_01.jpg); }
#main .topCategory01 .nav02 span { background-image: url(../../images/rn01/index_bg_02.jpg); }
#main .topCategory01 .nav03 span { background-image: url(../../images/rn01/index_bg_03.jpg); }
#main .topCategory01 .nav04 span { background-image: url(../../images/rn01/index_bg_04.jpg); }
#main .topCategory01 .nav05 span { background-image: url(../../images/rn01/index_bg_05.gif); }
#main .topCategory01 .nav06 span { background-image: url(../../images/rn01/index_bg_06.gif); }
#main .topCategory01 .nav07 span { background-image: url(../../images/rn01/index_bg_07.gif); }
#main .topCategory01 .nav08 span { background-image: url(../../images/rn01/index_bg_08.gif); }
#main .topCategory01 .nav09 span { background-image: url(../../images/rn01/index_bg_09.gif); }
#main .topCategory01 .nav10 span { background-image: url(../../images/rn01/index_bg_10.jpg); }

/* 購入プロセスについて
------------------------------------------------------------------------------- */

#main .processBlock {
	margin-bottom: 10px; 
	background: url(../../images/rn01/process_bg_01.gif) left top repeat-y;
}
#main .processBlock .blockInner {
	padding-bottom: 16px;
	background: url(../../images/rn01/process_bg_03.gif) left bottom no-repeat;
}
#main .processBlock.flow2 {
	margin-bottom: 10px; 
	background: url(../../images/rn01/process_bg_04.gif) left top repeat-y;
}
#main .processBlock.flow2 .blockInner {
	padding-bottom: 16px;
	background: url(../../images/rn01/process_bg_05.gif) left bottom no-repeat;
}
#main .processBlock.flow3 {
	margin-bottom: 10px; 
	background: url(../../images/rn01/process_bg_06.gif) left top repeat-y;
}
#main .processBlock.flow3 .blockInner {
	padding-bottom: 16px;
	background: url(../../images/rn01/process_bg_07.gif) left bottom no-repeat;
}



#main .processBlock .colTit {
	float: left;
	width: 35px;
	margin-right: 10px;
	padding: 7px 0;
	text-align: center;
}

* html #main .processBlock .colTit { /* ie6 */
	margin-right: 5px;
}

#main .processBlock .colTxt {
	overflow: hidden;
}

* html #main .processBlock .colTxt { /* ie6 */
	zoom: 1;
}

#main .processBlock h3 {
	margin: 15px 0 0;
	padding: 0;
	border: none;
	background: none;
	font-size: 12px;
}

#main .processBlock h4 {
	margin: 2px 0 11px;
	padding: 5px 0 10px;
	border-bottom: none;
	background: url(../../images/rn01/process_bg_02.gif) left bottom repeat-x;
	font-size: 117%;
}

#main .processBlock .linkTxt {
	font-weight: bold;
}

#main .processBlock dl {
	font-size: 117%;
}

#main .processBlock dt {
	margin-bottom: 1px;
	color: #8a6c16;
	font-weight: bold;
}

#main .processBlock dd {
	margin-bottom: 15px;
}

#main .processBlock .boxTxtFlow {
	padding: 9px;
	border: 1px solid #cde3a1;
	background-color: #f0f7e6;
	text-align: left;
}
#main .processBlock .boxTxt {
	padding: 9px;
	border: 1px solid #cde3a1;
	background-color: #f0f7e6;
	text-align: center;
}


#main .processBlock .stepImg {
	float: right;
	margin-left: 5px;
}

#main #contents .flowBlock.switchPc { display: block; }
#main #contents .flowBlock.switchSmp { display: none; }

#main #contents .flowBlock {
	margin: 20px auto;
	padding:0;
}
#main #contents .flowBlock li.col1,
#main #contents .flowBlock li.col2,
#main #contents .flowBlock li.col3 {
	list-style:none;
	float: left;
	width: 33.1%;
	margin: 0;
	padding: 0;
}

@media screen and (max-width:480px) {
	#main #contents .flowBlock.switchPc { display: none; }
	#main #contents .flowBlock.switchSmp { display: block; }
	#main .processBlock .stepImg img {
		width: 100px;
		height: auto;
	}
	*:first-child+html #main .processBlock ul {
		zoom: normal;	
	}
}

