/* コンテンツTOP
////////////////////////////////*/


/* h1上の画像及び水平ブロック
-------------------------------*/
#contents .section {
overflow:hidden;/*widthと併用でfloat解除*/
width:862px;
margin:0 0 22px;
}

#contents h1{
	margin:0px 0px 22px;
	padding:0px;
}

#contents .section_other{
	width:822px;
	margin:0px 20px;
	padding:0px;
	padding-bottom:20px;
}

#contents h3{
	width:822px;
	margin:0px 20px 22px;
}

#contents h4{
	width:822px;
	margin:0px 20px 10px;
}

#contents .section_other .float_block{
	margin-top:10px;
	width:822px;
}

/* 文字装飾
-------------------------------*/
.red{
	color:#e91310;
	font-weight:bold;
}

/* リード文
-------------------------------*/
.txt{
	width:822px;
}

/* 製品紹介
-------------------------------*/
#contents .pd_block{
	margin-top:17px;
	padding-bottom:18px;
	background:url(../img/line_dot_x.gif) bottom repeat-x;
}
#contents .pd_block .cut{/* 上部マージンカット */
	margin-top:0px;
}
#contents .cut2{/* 下部パディング・点線カット */
	padding-bottom:0px;
	background:none;
}
#contents .pd_block .pdL{
	width:400px;
	float:left;
	padding-right:11px;
	background:url(../img/line_dot_y.gif) right repeat-y;
}
#contents .pd_block .pdR{
	width:400px;
	float:right;
}

#contents .pd_block .comment{
	width:400px;
}
#contents .pd_block .comment img{
	display:block;
}
#contents .pd_block .comment .comment_in{
	padding:10px 15px;
	background-color:#D2DEEB;
	line-height:140%;
	color:#576069;
}

#contents .smartphone{
	padding-top:5px;
	background:url(../img/line_dot_x.gif) left bottom repeat-x;
}
#contents .smartphone .short{
	margin-top:20px;
	margin-bottom:20px;
	padding-bottom:20px;
}



