@charset "Shift_JIS";




/*===========　リスト設定1　==========*/
.list_1 li{
	background-image: url(../../../img/listImage_2.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.35em;
	padding-left: 12px;
}


/*===========　dl設定　==========*/
.point_1 {
	margin-bottom: 1em;
}

.point_1 dt {
	font-weight: bold;
	color: #666;
}

.point_1 dd{
	background-image: url(../../../img/listImage_3.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.35em;
	margin-left: 1em;
	padding-left: 12px;
}



/*===========　テーブル設定　==========*/
.spec {
	font-size: 93%;
}

.spec th,
.spec td {
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	border: 1px solid #CCC;
}

.spec th{
	background-color: #999;
	color: #FFF;
	font-weight: bold;
}


.spec .zebra1{
	background-color: #E8ECF2;
}




/*===========　サムネイル　==========*/
.thum {
	margin-bottom: 10px;
}

.thum img {
	float: left;
	margin-right: 30px;
}


/*===========　リスト付きdd　==========*/
.point_dd {
	margin-bottom: 1em;
}

.point_dd dt {
	font-weight: bold;
	color: #666;
}

.point_dd dd{
	background-image: url(../../../img/listImage_3.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.35em;
	margin-left: 1em;
	padding-left: 12px;
}


