@charset "shift_jis";

/*------------------------------------------------------------

個別ページ

------------------------------------------------------------*/

/* 製品情報 スペシャルページ
------------------------------------------------------------*/

/*--common--*/
#colMain h4 {
	margin: 20px 0 10px;
}
#colMain h5 {
	padding: 2px 0 0 20px;
	background: url(../imgs/icon_circle.gif) no-repeat left center;
	font-size: 120%;
	font-weight: bold;
}
#colMain h5.margin_btm {
	margin: 0 0 5px;
}
#colMain .headline {
	margin: 0 0 15px;
	background-color: #f4eef5;
}
#colMain .headline .inner {
	background: url(../imgs/headline_head.gif) no-repeat left top;
}
#colMain .headline h4 {
	padding: 8px 12px;
	border: none;
	background: url(../imgs/headline_foot.gif) no-repeat left bottom;
	color: #722683;
	font-weight: bold;
}
#colMain .lead {
	padding: 0 0 15px;
}
#colMain .pad_btm {
	padding: 0 0 30px;
}

/*----------*/
#colMain #div-special{
	margin:20px 0;
}

#colMain .box_info {
	position: relative;
	height: 195px;
	margin: 0 0 40px;
	background: url(../imgs/info_bg.jpg) no-repeat left top;
}
#colMain .box_info .img,
#colMain .box_info ul li,
#colMain .box_info .btn {
	position: absolute;
}
#colMain .box_info .img {
	left: 20px;
	top: 15px;
}
#colMain .box_info ul {
	list-style: none;
}
#colMain .box_info ul li.txt1 {
	left: 267px;
	top: 15px;
}
#colMain .box_info ul li.txt2 {
	left: 267px;
	top: 43px;
}
#colMain .box_info ul li.txt3 {
	left: 267px;
	top: 91px;
}
#colMain .box_info .btn {
	left: 535px;
	top: 150px;
}
#colMain ul#lineup {
	margin: 0 0 20px;
	line-height: 140%;
}
#colMain ul#lineup li {
	float: left;
	width: 178px;
	background: url(../imgs/dot_vertical.gif) repeat-y right top;
}
#colMain ul#lineup li.last_child {
	width: 324px;
	margin: 0;
	background: none;
}
#colMain ul#lineup h5 {
	margin: 0 0 5px;
	padding: 0;
	text-align: center;
	background: none;
}
#colMain ul#lineup .name {
	margin: 0 auto 5px;
	padding: 0 0 0 16px;
	font-weight: bold;
}
#colMain ul#lineup li.product1 .indent_box,
#colMain ul#lineup li.product2 .indent_box,
#colMain ul#lineup li.last_child ul {
	margin: 0 auto;
}
#colMain ul#lineup li.product1 .indent_box {width: 119px;}
#colMain ul#lineup li.product2 .indent_box {width: 140px;}
#colMain ul#lineup li.last_child ul {width: 280px;}
#colMain ul#lineup li.last_child ul li {
	float: left;
	width: 127px;
	background: none;
}
#colMain ul#lineup li.last_child ul li.right {
	float: right;
	margin: 0;
}
#colMain ul#lineup li.product1 .name {background: url(../imgs/icon_circle_blue.gif) no-repeat left 4px;}
#colMain ul#lineup li.product2 .name {background: url(../imgs/icon_circle_yellow.gif) no-repeat left 4px;}
#colMain ul#lineup li.last_child .name {background: url(../imgs/icon_circle_green.gif) no-repeat left 4px;}
#colMain ul#lineup .img {
	padding: 0 0 5px;
}
#colMain ul#lineup .link a {
	float: right;
	padding: 0 0 0 10px;
	background: url(../../../../common/imgs/bullet-triangle.jpg) no-repeat left 6px;
}

/* detail */
#colMain #detail h4 {
	margin: 20px 0 10px;
	padding: 6px 6px 6px 25px;
	border: 1px solid #dddddd;
	background: url(../../../../common/imgs/bullet-blue.jpg) no-repeat 10px 10px;
	font-weight: bold;
}
#colMain #detail ul {
	list-style: none;
	padding: 10px 20px 30px;
}
#colMain #detail ul li {
	float: left;
	width: 320px;
	margin: 0 20px 0 0;
}
#colMain #detail ul li.last {
	margin: 0;
}

/*--clearfix--*/
#colMain h4,
ul#lineup,
#detail ul {
	zoom: 100%;
}
#colMain h4:after,
#colMain ul#lineup:after,
#colMain #detail ul:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}