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

/*=================================================
 * web
 * ================================================= */
div#contents{
	width:600px;
	margin-bottom:20px;
	background-color:#FFFFFF;
	-webkit-border-radius:20px;/* 角丸 */
	color:#333;
}
div#contents a{
	color: darkGray;
	text-decoration:none;
}
h2#web{
	padding:20px 0 10px 10px;
	color:#333333;
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	font-weight:bold;
}
div#webwrap{
	padding:10px 50px 30px 50px;
}
h3.web{
	color:#fff;
	padding-left:5px;
	margin-bottom:20px;
	background:#5883B6;
	border-right:7px solid #035199;
	border-left:7px solid #035199; 
}
h4{
	font-weight:bold;
}
div.webbox{
	clear:both;
	padding-bottom:30px;
}
div.webbox-left{
	float:left;
	width:300px;
}
div.webbox-right{
	float:left;
	width:200px;
	color: darkGray;
	font-size:10px;
	text-align:right;
	padding-bottom:30px;
}
div.webbox-right img{
	margin-bottom:5px;
	border:1px #a9a9a9 solid;
}
dl.webDL dt{
	float:left;
	width:90px;
	clear:both;
	font-weight:bold;
}
dl.webDL dd{
	width:210px;
	margin-left:90px;
}
div.webbox-sheet{
	float:left;
	width:250px;
}

div.pro_img{
	padding:5px 35px 20px 35px;
	font-size:10px;
	text-align:right;
}
div.pro_img img{
	margin-bottom:5px;
	border:1px #a9a9a9 solid;
}
div#glayLayer{
	display:none;
	position:fixed;
	left:0;
	top:0;
	height:100%;
	width:100%;
	background:black;
	filter:alpha(opacity=60);
	opacity: 0.60;
}
* html div#glayLayer{
	position:absolute;
}
#overLayer{
	display:none;
	position: fixed;
	top:50%;
	left:50%;
	margin-top:-300px;
	margin-left:-225px;
}
* html #overLayer{
	position: absolute;
}
#overLayer img.close{
    position:absolute;
    top:-20px;
    right:0px;
    cursor:pointer;
}