@charset "utf-8";

.contents {
	background: url(../images/shelf.jpg) no-repeat top;
	width:957px;
	height:534px;
	position:relative;
	font-size:14px;
	line-height:1.6;
	overflow:hidden;
	_zoom:1;/* ie6 */
}
.contents h1 {
	position:absolute;
	left: 119px;
	top: 93px;
}
.contents .comment {
	position:absolute;
	left: 289px;
	top: 110px;
	color:#7CB780;
	font-weight:bold;
	width:541px;
}
.contact img {					/* コンタクトフォームへのリンク */
	position:absolute;
	left: 515px;
	top: 413px;
	width:4em;
	height:28px;
}


/* oparationCheck
---------------------------------------------------------------------------------- */

.structure {
	width:756px;
	margin:0 auto;
}
.section-lv2 {
	float:left;
	width:328px;
	height:180px;
	margin:150px 10px 0;
	padding:10px;
	border:1px solid #ADADAD;
}
.section-lv2 h2 {
	font-size:18px;
	font-weight:bold;
	text-decoration:underline;
	text-align:center;
}
.section-lv2 ul {
	margin-top:20px;
}
.section-lv2 ul li {
	list-style:disc;
	margin:10px 0 10px 30px;
}
.section-lv2 .attention {
	font-size:12px;
	margin-left:10px;
	text-indent:1em;
}

/* securitySoft
---------------------------------------------------------------------------------- */

.contents .security {
	position:absolute;
	left: 121px;
	top: 168px;
	width:700px;
}
.contents .security dl dt {
	font-size:14px;
	line-height:1.4;
}
.contents .security dl dd {			/* DBBのインストール場所のパス */
	margin-top:20px;
	text-align:center;
	font-weight:bold;
	font-size:16px;
	background:#CCC;
	padding:10px 5px;
}
.contents .security .hint {/* 注釈 */
	margin:5px 0 0 10px;
	font-size:12px;
	padding-left:10px;
	text-indent:-1em;
}
.contents .security .jumpFaq {
	margin:25px 0;
	text-align:center;
}

/* winterHoliday♪
---------------------------------------------------------------------------------- */

.contents .winterHolidays {
	position:absolute;
	left: 146px;
	top: 160px;
	width:650px;
	font-size:14px;
	line-height:1.5;
}
.contents .winterHolidays .date {	/* 期間 */
	font-size:20px;
	font-weight:bold;
	color:#FFFFFF;
	background: #999999;
	text-align:center;
	margin:15px 0;
	line-height:2;
}
.contents .winterHolidays .deli {			/* 発送スケジュールへのリンク */
	margin-top:15px;
}

