﻿@charset "utf-8";


/****************************************************************************
	商品情報設定
*****************************************************************************/

.main {
	min-width: 960px;
	background:url(../img/safety/main.jpg) no-repeat center center;
}
h2{
	background:#e0f4ff;
	border-top:2px solid #28adf1;
	color:#1d258f;
	text-indent:2em;
	font-size:120%;
	font-weight:800;
	height:57px;
	line-height:57px;
	text-align:left;
	margin:30px 0;
}
.txt{
	width:900px;
	margin:20px auto 50px;
	text-align:left;
}

dl{
	width:904px;
	overflow:hidden;
	margin:20px auto 100px;
	text-align:left;
}
dl dt{
	width:441px;
	float:left;
	margin:0 20px 20px 0;
}
dl dd{
	width:441px;
	margin:0 ;
	overflow:hidden;
	text-align:left;
}



















