@charset "utf-8";

.mainArea .titleBlock__h1 {
	width: 950px;
	height: 200px;
	margin-bottom: 20px;
	padding: 0;
	border: none;
	text-indent: -9999px;
	background: url(/maker/inaba/el/chokotei_watcher/images/main.png) no-repeat;
}


.mainArea .lBox { float:left;}
.mainArea .rBox { float:right;}

/*featureArea*/
.mainArea .leadArea {
	margin-bottom:50px;
}
.mainArea .leadArea p.text {
	width: 930px;
	height: 65px;
	margin: 0 10px 25px;
	text-indent: -9999px;
	background: url(/maker/inaba/el/chokotei_watcher/images/lead_txt.png) no-repeat;
}
.mainArea .leadArea .photo,
.mainArea .leadArea .feature,
.mainArea .leadArea .movie {
	float:left;
}
.mainArea .leadArea .photo {
	margin-left:10px;
}
.mainArea .leadArea .feature p.featureTtl {
	width: 60px;
	height: 20px;
	margin-bottom: 10px;
	text-indent: -9999px;
	background: url(/maker/inaba/el/chokotei_watcher/images/lead_ttl.png) no-repeat;
}
.mainArea .leadArea .feature {
	margin-left:20px;
	width:370px;
}
.mainArea .leadArea .feature li {
	padding-left:10px;
	margin-left:8px;
	line-height:25px;
	background: url(/maker/inaba/el/chokotei_watcher/images/lead_listmark.png) no-repeat left 10px;
}
.mainArea .leadArea .movie {
	margin-left:20px;
}
.mainArea .leadArea .movie p {
	padding-left:10px;
	line-height:18px;
	border-left:#0169c6 solid 5px;
	margin-bottom:5px;
	font-weight:bold;
}
.mainArea .leadArea .btn {
	float:right;
	margin: 20px 10px 0 0;
}

/*featureBox*/
.mainArea .featureBox .featureInner {
	margin: 0 10px;
}
.mainArea .featureBox .featureInner .img01 {
	margin:20px 10px 0px;
}
.mainArea .featureBox .featureInner .img03 {
	margin:20px 60px 0px;
}
.mainArea .featureBox .featureInner .movieBox {
	margin:20px 0 0 65px;
	overflow:hidden;
}
.mainArea .featureBox .featureInner .movieBox .movie {
	float:left;
	width:380px;
}
.mainArea .featureBox .featureInner .movieBox .movie p {
	padding-left:10px;
	line-height:18px;
	border-left:#0169c6 solid 5px;
	margin-bottom:5px;
	font-weight:bold;
}

/* pickupItemArea */
.mainArea .pickupItemArea .box_hover {
	border:3px solid #a6cbeb !important;
	width:219px !important;
	height:246px !important;
	cursor: pointer;
}
.mainArea .pickupItemArea .box_hover dt{
	padding-top:8px !important;
}
.mainArea .pickupItemArea .box_hover .maker,
.mainArea .pickupItemArea .box_hover .name {
	padding: 0 8px !important;
}
.mainArea .pickupItemArea .box_hover .name {
	color: #FF730A !important;
}
.mainArea .pickupItemArea .box_hover .price {
	padding-right:8px !important;
}
.mainArea .pickupItemArea .box_hover img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.80;
}

.mainArea .pickupItemArea .itemBox {
	margin-bottom:50px;
}
.mainArea .pickupItemArea .itemBox dl {
	float:left;
	width:223px;
	height:240px;
	margin-left:10px;
	border:1px solid #cccccc;
	position:relative;
	margin-bottom:15px;
}
.mainArea .pickupItemArea .itemBox dl dt{
	padding-top:10px;
	text-align:center;
}
.mainArea .pickupItemArea .itemBox .maker{
	padding: 0 10px;
}
.mainArea .pickupItemArea .itemBox .name{
	font-weight:bold;
	padding: 0 10px;
	height: 36px;
	color: #004BB1;
}
.mainArea .pickupItemArea .itemBox .price {
    color: #E00;
    font-size: 125%;
    font-weight: bold;
    text-align: right;
	padding-right:10px;
}