@charset "UTF-8";
@import url("default.css");



/**********************************/
/** 新商品情報 **/

#wrapper_in {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 520px;

}


#topics {
	width:500px;
	margin:10px;
	margin-top:0;
}
#topics ul {
	width:500px;
	padding: 0;
	list-style-type: none;

}

#topics ul li {
	display: block;
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #C0C0C0;
	vertical-align: bottom;
}

#topics ul li h4 {
	display: block;
	float: left;
	width: 8em;
	margin: 0;
	letter-spacing: .1em;
	font-size: 12px;
	line-height: 2em;
	font-weight: normal;
	padding-top:1px;
}
*html #topics ul li h4 {
	display: block;
	float: left;
	width: 6em;
	margin: 0;
	letter-spacing: .1em;
	font-size: 12px;
	line-height: 2.1em;
	font-weight: normal;
	padding-top:1px;
}
*+html #topics ul li h4 {
	display: block;
	float: left;
	width: 6em;
	margin: 0;
	letter-spacing: .1em;
	font-size: 12px;
	line-height: 2em;
	font-weight: normal;
	padding-top:1px;
}

#topics ul li .comment {
	font-family:'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro', Verdana, serif;
	display: block;
	letter-spacing: .1em;
	font-size: 12px;
	color:#000000;
	line-height: 2em;
	padding-left: 70px;
}
*html #topics ul li .comment {
	font-family:'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro', Verdana, serif;
	display: block;
	letter-spacing: .1em;
	font-size: 12px;
	color:#000000;
	line-height: 2.5em;
	padding-left: 50px;
}
*+html #topics ul li .comment {
	font-family:'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro', Verdana, serif;
	display: block;
	letter-spacing: .1em;
	font-size: 12px;
	color:#000000;
	line-height: 2em;
	padding-left: 50px;
}

.comment img {
	vertical-align: -5px;
	padding-left:10px;
}
*html .comment img {
	vertical-align: -5px;
	margin-left:5px;
}
.title {
	width:500px;
	height:120px;
	text-align:left;
	margin:10px;
	background-image: url(../img/top/topicstitle.gif);
	background-position:0 35px;
	background-repeat:no-repeat;
}

.title ul{
	position:relative;
	margin:0;
	padding:0;
	list-style-type:none;
	width:500px;
}


.kebinlogo {
	position:absolute;
	top:5px;
	right:120px;
		
}
.rinlogo {
	position:absolute;
	top:5px;
	right:60px;
		
}
.ironlogo {
	position:absolute;
	top:5px;
	right:0px;
		
}


.bottom_guide_2{
	width:500px;
	margin:10px 0 0 0;
	text-align:center;
	font-family:'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro', Verdana, serif;
	letter-spacing: .1em;
	font-size: 70%;
	line-height: 2.3em;

}

.getpdf {
	width:500px;
	font-size:10px;
	text-align:left;
	padding:10px;
	
}

.box {
	width:500px;
	font-family:'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro', Verdana, serif;
	letter-spacing: .1em;
	font-size: 12px;
	line-height: 1.5em;
	padding:10px;
	text-align:center;
}


/*********************************/
/** その他詳細要素 **/

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

h1 {
	margin: 0px 0 0 0;
	padding: 0;
	display: block;
	float:left;
	
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block; }
/* \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* */







