@charset "utf-8";

/* order
-------------------------------------------------------------------------------------------------------*/

#flow .section {
	margin-bottom: 15px;
	padding: 5px 13px 0 13px;
}

#flow .section:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

#flow .section {
	min-height: 1px;
}

* html #flow .section {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}


#flow h2#set {
	clear:both;
	margin-bottom: 6px;
	padding: 12px 0 0 37px;
	background: url(../../img/top_bg_h2.gif) no-repeat left top;
	min-height: 26px;
	color: #e43a7d;
}

#flow .bnr {
	padding-bottom:10px;
}


#flow #shop .lBox {
	width:290px;
	margin-right:10px;
	float:left;
}

#flow #shop .rBox {
	width:290px;
	float:left;
}

#flow #shop dl dt {
	padding:3px 10px;
	background:#83cdee;
	font-weight:bold;
	color:#FFFFFF;
}

#flow #shop dl dd {
	padding:11px 0 45px 0;
}
#flow #shop dl dd:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#flow #shop dl dd {
	display:inline-block;
}
/* Hides from IE-mac \*/
* html #flow #shop dl dd {height: 1%;}
#flow #shop dl dd {display: block;}
/* End hide from IE-mac */

#flow #shop dl dd p {
	float:left;
}

#flow #shop .lBox p {
	padding-top:8px;
}

#flow #shop dl dd p.button {
	padding-top:4px;
	float:right;
}


#flow #howto {
	width:590px;
	padding-bottom:10px;
}

#flow #howto dl#dowload {
	width:290px;
	background:url(../img/index_bg01.gif) repeat-y 0 0;
	float:left;
}

#flow #howto dl#dowload dt {
	padding:22px 0 17px 0;
	background:url(../img/index_bg02.gif) no-repeat 0 0;
	text-align:center;
}

#flow #howto dl#dowload dd {
	padding:0 0 27px 0;
	background:url(../img/index_bg03.gif) no-repeat left bottom;
	text-align:center;
}

#flow #howto #step {
	width:283px;
	float:right;
}

#flow #howto #step dl {
	position:relative;
	padding-bottom:6px;
}

#flow #howto #step dl dt {
	position:absolute;
	padding-left:3px;
}

#flow #howto #step dl dd {
	min-height:40px;
	height:auto !important;
	height:40px;
	padding:0 0 10px 70px;
}

#flow #howto #step dl dd span {
	font-size:80%;
	line-height:1.1;
}


#flow #howto #btnArea {
	width:283px;
	float:right;
}

#getReader {
	clear:both;
}

#getReader dt {
	font-size:80%;
	line-height:1.1;
	color:#FF0000;
	padding-bottom:4px;
}



/* example
-------------------------------------------------------------------------------------------------------*/

#ordersample {
	padding-top: 20px;
	text-align: center;
	background: #FFF;
}

#ordersample .closeBtn {
	margin-top: 30px;
}






