/*    base    */

#display-wrapper{
	width:680px;
	height:auto;
	overflow:hidden;
}


#display-wrapper .content-wrapper{
	display:none;
}

#loading{
	width:680px;
	height:400px;
	background:url('/images/check/loading.gif') center center no-repeat;
}


/*    check page   */
.disnon {
	display: none;
}

.c-orange {
	color: #E3640C;
}

/* wraper */
#sub-contents-wrap {
	background: url(../images/check/bg_sidebar.gif) top right repeat-y;
}

#left-wrapper {
	width: 680px;
}

#sidebar {
	width: 240px;
	padding: 10px 8px;
}

.crosshead {
	margin-bottom: 5px;
	padding-left: 16px;
	background: url(../images/check/icon_arrow_down_orange.png) 0 2px no-repeat;
	font-size: 123.1%;
	line-height: 1.1;
	font-weight: bold;
}

/* #page-nav */
#page-nav {
	padding: 9px 0;
	border: 1px solid #d5d5d5;
}
	
	#page-nav li {
		float: left;
		margin-right: 20px;
		padding-left: 24px;
		background: url(../images/check/bg_arrow_gray_bold.png) 0 2px no-repeat;
		height: 15px;
		overflow: hidden;
	}
	
	#page-nav li:first-child {
		padding-left: 20px;
		background: none;
	}
	
	#page-nav li img {
		display: block;
	}
	
	/* .nowを付加すると現在地がオレンジ色に変わります */
	#page-nav li.now img {
		margin-top: -16px;
	}

/* #left-wrapper */
.headline {
	padding-bottom: 6px;
	border-bottom: 2px solid #E3640C;
}
	
	.headline img {
		display: block;
	}

/* .button-wrapper */
.button-wrapper {
	margin-left: -33px;
	padding-left: 66px;
}
	
	.button-wrapper li {
		float: left;
		margin: 30px 33px 0 0;
		width: 290px;
	}
	
	.button-wrapper li .block {
		height: 220px;
		overflow: hidden;
	}
	
	/* マウスオンでカーソル変更＋透過 */
	.button-wrapper li img:hover {
		cursor: pointer;
		filter: alpha(opacity=70);
		opacity: 0.70;
		-moz-opacity: 0.70;
	}
	
	.button-wrapper li.selected img {
		margin-top: -220px;
	}

/* .checkbox-wrapper */
.checkbox-wrapper {
	margin-top: 30px;
	border-bottom: 1px dotted #ccc;
}
	
	.checkbox-wrapper ul {
		padding-bottom: 15px;
	}
	
	.checkbox-wrapper li {
		margin-top: 15px;
		padding-top: 15px;
		padding-left: 5px;
		border-top: 1px dotted #ccc;
	}
	
	.checkbox-wrapper li:first-child {
		margin-top: 0;
	}
	
	.checkbox-wrapper li label {
		margin-left: 10px;
	}

.onepoint-wrapper {
	padding: 20px 20px 10px;
	border: 1px solid #EBC7AF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #FCF5F1;
}
	
	.onepoint-wrapper .inner {
		padding-left: 140px;
		background: url(../images/check/img_char_0.png) left bottom no-repeat;
		min-height: 250px;
	}
	
	.onepoint-wrapper h4 {
		font-size: 116%;
		line-height: 1.2;
		color: #E3640D;
		font-weight: bold;
		padding-bottom: 4px;
		border-bottom: 1px dotted #E3640D;
	}

.foot-nav {
	text-align: center;
	margin-top: 30px;
	padding-top: 25px;
}
	
	.foot-nav img:hover {
		cursor: pointer;
		filter: alpha(opacity=70);
		opacity: 0.70;
		-moz-opacity: 0.70;
	}
	
	.foot-nav p {
		display: inline;
		padding: 0 30px;
	}

img.ov{
    width: 100%;
}

/* #sidebar */
#sidebar article {
	margin-bottom: 20px;
}
	
	#sidebar h4 img {
		display: block;
	}
	
	#sidebar .select-view {
		margin-top: 5px;
		border: 1px solid #ccc;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-ms-border-radius: 4px;
		-o-border-radius: 4px;
		-webkit-border-radius: 4px;
		padding: 4px 9px;
		background-color: #fff;
	}
	
	/* .noneを付加すると中央揃え */
	#sidebar .select-view.none {
		text-align: center;
	}
	
	/* 階層構造 */
	#sidebar .select-view li {
		font-size: 100%;
		line-height: 1.3;
		list-style-type: disc;
		list-style-position: inside;
		text-indent: -1em;
		padding-left: 1em;
		margin-top: 4px;;
	}
	
	#sidebar .select-view li ul {
		margin-left: 0.5em;
	}
	
	#sidebar .select-view li li {
		list-style-image: url(../images/common/icon_arrow_black.png);
		list-style-position: inside;
		font-size: 85%;
		text-indent: -1.5em;
		padding-left: 1em;
		margin-bottom: 0;
	}
	
	#sidebar .select-view li li li {
		font-size: 100%;
	}

/* #level-4のみ */
#level-4 .context-head {
	position: relative;
}
	
	#level-4 .context-head .btn {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1;
	}
	
	#level-4 .context-head .btn img:hover {
		filter: alpha(opacity=70);
		opacity: 0.70;
		-moz-opacity: 0.70;
	}

.price-table {
	width: 100%;
	border-collapse: collapse;
}
	
	.price-table tbody th,
	.price-table tbody td {
		padding: 9px 5px;
		border-top: 1px dotted #ccc;
		font-size:108%;
		font-weight: bold;
	}
	
	.price-table tbody tr:first-child th,
	.price-table tbody tr:first-child td {
		border-top: none;
	}
	
	.price-table tbody th {
		text-align: left;
	}
	
	.price-table tbody td {
		text-align: right;
		white-space: nowrap;
	}
	
	.price-table tfoot td {
		text-align: right;
		font-size:153.9%;
		font-weight: bold;
		color: #E3640C;
	}
	
	.price-table tfoot th,
	.price-table tfoot td {
		padding: 9px 5px 0;
		border-top: 1px solid #ccc;
	}

.heed-wrapper {
	padding: 0 12px 12px;
	border: 1px dashed #ccc;
}
	
	.heed-wrapper li {
		margin-top: 10px;
		line-height: 1.5;
	}