@charset "Shift_JIS";

/* --------------------------------
	asatop.css 流用
-------------------------------- */
.pagetitle { padding: 19px 0 25px 0; }
.pagetitle h2 { padding-bottom: 10px; }
.pagetitle p { line-height: 1.8; padding-bottom: 10px; }

.mainImage .inner {
	width: 875px;
	height: 312px;
	position: relative;
		top: 0;
		left: 0;
}


/* ---------------------------------------
	/asanoie/concept/css/style.css 流用
------------------------------------------ */
div.sct { padding-bottom: 20px; }
div.sct .campaign { float: right; width: 665px; }
div.sct .photo { float: left; width: 170px; }

div.sct h2 { padding: 15px 0 17px 0; }
div.sct h3 { padding-bottom: 15px; }

div.sct p { line-height: 1.8; }
div.sct .imgtxt { padding-bottom: 5px; }
div.sct .imgdate { padding: 20px 0 10px 0; }

.photo .img01 { padding-bottom: 0px; }
.photo .img02 { padding: 15px 0 10px 0; }


/* ---------------------------------------
	ietop.css 流用（背景イラスト）
------------------------------------------ */
.campaign p.block01 {
	display: block;
/* --　padding-top: 11px;
	width: 849px;
	height: 46px;
	background: transparent url(../img/block01img.gif) no-repeat 0 11px;　-- */
	position: absolute; top: 760px; left: 726px;
}
.campaign p.block02 {
	display: block;
	position: absolute; top: 960px; left: 718px;
}
.campaign p.block03 {
	display: block;
	position: absolute; top: 1177px; left: 665px;
}


/* ---------------------------------------
	ストア 流用
------------------------------------------ */
div.sct .campaign .anotation { color: #808080; font-size: 10px; padding-bottom: 28px; }

/* pagelink_inc(右寄せ) */
div.sct .links { text-align: right;
	clear: both;
	padding: 0 0 5px 0;
}
/* リンク反応 */
div.sct .links a img {
	vertical-align: bottom;
	margin: 0;
	border: 1px solid #CCC;
}
div.sct .links a:hover img,
div.sct .links a:active img {
	border: 1px solid #7F0019;
}




/* --------------------------------
clearfix
-------------------------------- */
div.sct:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
div.sct { display: inline-block; }
/* \*/
* html div.sct { height: 1%; }
div.sct { display: block; }
/* */

