@charset "shift_jis";

/* 
wallpaper/index.html
making/index.html
------------------------------------ */
/* Heading for Enjoy ---- */
#enjoy h2.enjoyParts01 {
	background: #FFFFFF url(/enjoy/images/com_title_bg01.gif) no-repeat 0 0;
}

/* Column Box for Enjoy */
#enjoy .enjoyParts02 dl dt {
	background: url(/enjoy/images/com_ic01.gif) no-repeat 0 0.33em;
}
#enjoy .section .enjoyParts02 {
	background: url(/enjoy/images/com_box_bg01.gif) no-repeat 0 0;
}
#enjoy .section .enjoyParts02 dl {
	background: url(/enjoy/images/com_box_bg02.gif) no-repeat 0 100%;
}

/* List for Enjoy */
#enjoy ol.enjoyParts03 li.num01 {
	background-image: url(/enjoy/images/com_number_ic01.gif);
}
#enjoy ol.enjoyParts03 li.num02 {
	background-image: url(/enjoy/images/com_number_ic02.gif);
}
#enjoy ol.enjoyParts03 li.num03 {
	background-image: url(/enjoy/images/com_number_ic03.gif);
}

/* Col background */
#enjoy .enjoyParts04 {
	padding-top:72px;
	background:url(/enjoy/images/com_bg01.gif) no-repeat 100% 0;
}

/* dotline */
#enjoy .enjoyParts05 {
	padding-bottom:10px;
	background: url(/common/images/com_bg16.gif) repeat-x 0 100%;
}

/* Other */
#enjoy .enjoyCol {
	width: 480px !important;
}
#enjoy .enjoyCol02 {
	width: 170px !important;
}


/* 
mobile/index.html
------------------------------------ */
/* Box for accessInfo */
#enjoy .section03 .accessInfo ul {
	float: left;
	width: 300px;
}
#enjoy .section03 .accessInfo ul li {
	padding: 0 0 7px 36px;
	line-height: 1.3;
	letter-spacing: -0.02em;
}
#enjoy .section03 .accessInfo ul li.number01 {
	background: url(../../../enjoy/mobile/images/index_tx01.gif) no-repeat 0 0.4em;
}
#enjoy .section03 .accessInfo ul li.number02 {
	background: url(../../../enjoy/mobile/images/index_ic01.gif) no-repeat 1px 0.3em;
}
#enjoy .section03 .accessInfo ul li.number03 {
	background: url(../../../enjoy/mobile/images/index_ic02.gif) no-repeat 5px 0;
}
#enjoy .section03 .accessInfo p {
	float: right;
	padding-right: 10px;
}

/* dotline */
#enjoy .enjoyParts06 {
	padding-bottom:20px;
	background: url(../../../enjoy/mobile/images/index_bg01.gif) repeat-x 0 100%;
}

/* Clearfix Property
------------------------------------ */
#enjoy .section03 .accessInfo:after {
	content: ".";
	display: block;
	height: 0px;
	clear: left; /* for Mobile only */
	line-height: 0; 
	visibility: hidden;
}
#enjoy .section03 .accessInfo {
	zoom: 1;
}
