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

/* ===================================================================
filename:contents2.css
#For cotents
追加用CSSファイルです。
自由入力欄はすべてクラスentryで囲まれています。
自由入力欄用にCSS定義を追加したい場合はクラスentryのセレクタを使用して下さい。
=================================================================== */

@charset "utf-8";
/* CSS Document */

/* ================================================================================ */
/*      初期化　　　　　　　                                                        */  
/* ================================================================================ */


.entry {
	width: 685px;
}
.entry img {
	border: none;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}
.entry hr {
	clear: both;
	visibility: hidden;
	margin: 0px;
	padding: 15px 0px 0px;
}
.entry p {
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
	padding: 10px;
}
.entry table {
	border-collapse: collapse;
	clear: left;
	text-align: left;
}
.entry th {
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
	padding: 3px 3px 0px 10px;
}
.entry td {
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
	padding: 5px 10px;
}

.entry h1 {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
	color: #333333;
}
.entry h2 {
	text-decoration: none;
	background: url(../_img/specials/_img/bg_h2.jpg) no-repeat;
	font-size: 14px;
	font-weight: bold;
	line-height: 36px;
	padding: 0px 0px 0px 20px;
	border-style: none;
	margin: 30px 0px 10px;
	clear: both;
}
.entry h2:first-child {
	margin-top: 10px;
}
.entry h2 .sub {
	font-size: 12px;
	display: block;
	line-height: 1.4;
	margin: 0 0 8px 0;
}
.entry h3 {
	text-decoration: none;
	background: url(../_img/specials/_img/bg_h3.jpg) no-repeat;
	font-size: 13px;
	line-height: 30px;
	color: #000;
	padding: 0px 25px 0px 35px !important;
	border: none;
	margin: 25px 0px 10px;
	clear: both;
}
.entry h4 {
	text-decoration: none;
	font-size: 13px;
	color: #333;
	font-weight: bold;
	margin: 25px 4px 15px;
	padding: 0px 0px 0px 10px;
	border-left: 3px solid #09F;
	border-bottom: 1px dotted #09F;
	border-top-width: 0px;
	border-right-width: 0px;
	border-top-style: none;
	border-right-style: none;
	line-height: 18px;
	clear: both;
	background: url(none);	/*clear: both;*/
}　

.entry h5 {
	margin: 15px 0px 0px;
	background: url(../_img/specials/_img/bg_h5.jpg) no-repeat 10px top;
	font-size: 12px;
	color: #333;
	padding: 0px 0px 0px 35px;
	clear: both;
	line-height: 18px;
}
.entry h6 {
	margin: 5px 0px 0px;
	font-size: 12px;
	color: #06C;
	padding: 0px 0px 0px 25px;
	font-weight: bold;
	clear: both;
}
.entry ul {
	margin: 10px 0px;
	padding: 0px;
}
.entry ul li {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
	color: #333333;
	list-style-image: none;
	list-style-type: none;
}
.entry ol {
	margin: 10px 0px;
	padding: 0px;
}
.entry ol li {
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 0 5px;
	padding: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #333333;	
	list-style: decimal;
}
.entry dl {
	margin: 15px 10px;
	padding: 0px;
	font-size: 12px;
	line-height: 18px;
}
.entry dl dt {
	float: left;
	padding: 0px;
	margin: 0px 10px 0px 0px;
}
.entry dl dd {
	margin-right: 10px;
}
/*dl dtの製品特長用

.entry dl.productFeature{
	width:685px;}

.entry dl.productFeature dt{
	float:left;
	width:250px;
	clear:both;
	background: url(../_img/specials/_img/bg_yazirusi.png) no-repeat;
	font-size: 12px;
	line-height: 18px;
	padding: 0px 0px 0px 20px;
	margin: 5px 0px 5px 5px;
	list-style: none;
	}

.entry dl.productFeature dt dd{
	width:400px;
	padding:5px 5px 5px 10px;}*/


.clearfix {
	width: 100%;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.lightBox {
}
.entry h2:first-child {
	margin-top: 10px;
}
/* ================================================================================ */
/*      初期化　　　　　　　                                                        */  
/* ================================================================================ */
.form {
	width: 750px;
}
/*フォーム専用の設定
------------------------------------------------------------------------------------*/
.form .FormTable {
	width: 750px;
}
.form .FormTable td {
	border: 1px solid #D5D5D8;
	padding: 5px;
}
