@charset "utf-8";
/* ===================================================================
CSS information

 file name  :index.css
 author     :Lyon
 style info :indexページ用CSS
=================================================================== */

/* h2 共通的な・・・
-------------------------------*/
h2 {
	width:505px;
	height:66px;
}

h2 span {
	visibility:hidden;
}

h2#what {
	background:url(../img/mail/bar-01waht.gif) no-repeat;
	height:96px;
}
h2#easy {
	background:url(../img/mail/bar-02easy.gif) no-repeat;
}
h2#shop {
	background:url(../img/mail/bar-03shop.gif) no-repeat;
}

/* 01の項目
-------------------------------*/
p#whatTxt {
	width:355px;
	height:150px;
	padding:0 0 0 150px;
	background:url(../img/mail/icon-pc.gif) no-repeat left;
	text-align:left;
	line-height:1.7;
	color:#646665;
}

p#whatTxt span {
	display:block;
	padding:25px 0 0 0;
}

/* 02の項目
-------------------------------*/
h3#step3 {
	width:505px;
	height:66px;
}

h3#step3 {
	background:url(../img/mail/step3.gif) no-repeat;
}

h3#step3 span {
	visibility:hidden;
}

ol {
	list-style:none;
}

ol li {
	float:left;
}

p#easyTxt {
	text-align:left;
	line-height:1.7;
	color:#646665;
}

p#easyTxt span {
	font-size:84%;
	color:#f00;
}

/* 03の項目
-------------------------------*/
ul#shopList {
	overflow:hidden;
	width:505px;
	margin:10px 0 0 0;
	text-align:left;
	color:#646665;
}

.mail ul#shopList li {
	float:left;
	width:240px;
	margin:8px 5px 2px 0;
	/*list-style:disc;*/
}

.mail ul#shopList li a {
	color:#646665;
}