@charset "UTF-8";
/* Subvisual */

.bold {	font-weight: bold; }
.mb-10 { margin-bottom: 10px; }

.model-group dt.bold {
	font-weight: bold;
	font-size: 142%;
	color: #00B8EC;
}
.model-group dd.bold {
	font-size: 142%;
	color: #00B8EC;
}
.link-here {
	font-size: 134%;
	padding-left: 3px;
}



.link-here {

}

.sv-caption {
	text-align: center;
	padding: 80px 0 0;
}
/* List-Price */

#List-Price {
	height: 320px;
/*	background: url(../images/price01/bg_list.png) no-repeat center;*/
	background: url(../images/price01/bg_list2.jpg) no-repeat center;
	margin: 60px 0 0;
}
#List-Price ul {
	width: 800px;
	margin: 0 auto;
	padding: 40px 0;
}
#List-Price li {
	width: 96px;
	height: 96px;
	float: left;
	margin: 10px 50px;
	border-radius: 100%;
	border: 2px solid #00b8ec;
	overflow: hidden;
}
#List-Price img {
	width: 100%;
}
#List-Price .figure {
	display: block;
	position: relative;
	overflow: hidden;
	width: 96px;
}
#List-Price .figcaption {
	position: absolute;
	top: -96px;
	left: 0;
	z-index: 2;
	display: table;
	width: 96px;
	height: 96px;
	padding: 0;
	background: url(../images/index/bg_trant.png) repeat;
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 1;
}
#List-Price .figure:hover .figcaption {
	top: 0;
	left: 0;
}
#List-Price p {
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	font-family: '游ゴシック', YuGothic;
}
#List-Price span {
	width: 100%;
	height: 15px;
	overflow: hidden;
	display: inline-block;
	font-size: 134%;
}
.three-dot {
	padding: 80px 0 0;
}
/* Model */

.l-part {
	width: 490px;
	float: left;
}
.r-part {
	width: 460px;
	float: right;
}
.model-group {
	position: relative;
	padding: 80px 0 100px 0;
	background: url(../images/price01/bg_line.png) repeat-x left bottom;
}
.model-group.none {
	background: none;
}
.model-group:before {
	content: '';
	width: 100%;
	height: 35px;
	background: #00b8ec;
	position: absolute;
	top: 360px;
	left: 0;
	z-index: 0;
}
.model-group .wrapper {
	position: relative;
	z-index: 1;
}
.model-group h2 {
	padding: 10px 0 0;
	height: 125px;
}
.model-group h3 {
	font-size: 21px;
	color: #fff;
	padding: 5px 0;
	margin: 0 0 30px 0;
}
.model-group .price-box {
	width: 190px;
	height: 142px;
	background: url(../images/price01/bg_cloud.png) no-repeat;
	text-align: center;
	font-family: '游ゴシック', YuGothic;
}
.model-group .price-ttl {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	padding: 25px 0 10px 0;
}
.model-group .price-num {
	font-size: 32px;
	color: #fff;
	font-weight: bold;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
}
.model-group .price-num span {
	font-size: 22px;
	font-weight: normal;
}
.model-group p {
	color: #000000;
	font-size: 15px;
	line-height: 24px;
}
.model-group a {
	color: #00b8ec;
}
.model-group dl {
	margin: 20px 0 0;
}
.model-group dt {
	width: 110px;
	float: left;
	padding: 10px 0 5px 0;
	color: #666;
}
.model-group dd {
	font-size: 14px;
	padding: 10px 0 5px 130px;
	background: url(../images/price01/dl_line.png) no-repeat left bottom;
	color: #666;
}
.large-img {
	width: 446px;
	height: 446px;
	border: 7px solid #000100;
	background: #000;
	position: relative;
}
.large-img:after {
	content: '';
	width: 446px;
	height: 446px;
	position: absolute;
	top: 0px;
	left: 0px;
	box-shadow: inset 0px 0px 20px rgba(0,0,0,0.9);
}
.large-img img {
	width: 100%;
}
.thumbs {
	padding: 20px 0;
}
.thumbs li {
	width: 86px;
	height: 86px;
	float: left;
	border: 7px solid #000100;
	position: relative;
	margin-right: 20px;
}
.thumbs li:after {
	content: '';
	width: 86px;
	height: 86px;
	position: absolute;
	top: 0px;
	left: 0px;
	box-shadow: inset 0px 0px 20px rgba(0,0,0,0.9);
}
.thumbs li:last-child {
	margin: 0;
}
.thumbs img {
	width: 100%;
}
.btn-search {
	font-weight: bold;
	display: block;
	height: 50px;
	background: #ffe31e;
	border-bottom: 3px solid #000000;
	margin-bottom: 20px;
	font-size: 21px;
	text-align: center;
	color: #000000 !important;
	text-decoration: none;
	line-height: 50px;
}
.btn-search span {
	padding-right: 10px;
}
