@CHARSET "UTF-8";

/*
common
------------------------------------------------------------*/

a:link 		{ color: #666;}
a:active 	{ color: #e6000;}
a:visited 	{ color: #666;}
a:hover 	{ color: #e6000;}

.left {
	float: left;
}

img .left {
	float: left;
	display: block;
}

.right {
	float: right;
}

img .right {
	float: right;
	display: block;
}

.clear {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.smallTxt {
	font-size: 0.8em;
	line-height: 120%;
}

/*
コンテンツ
------------------------------------------------------------*/

div#sumWrapper {
	width: 740px;
	margin: 0 40px;
	padding: 10px 0 20px;
	line-height: 120%;
}

div#indexWrapper {
	width: 680px;
	margin: 0 70px 0;
	padding: 30px 0 20px;
	line-height: 120%;
}

table.detailTbl th,table.detailTbl td {
	padding: 20px 0 15px 0;
	border-bottom: 1px dashed #7AB1E4;
	text-align: left;
	vertical-align: top;
}

table.detailTbl .noBorder {
	border-bottom: none;
}


table.detailTbl th {
	width: 95px;
	font-size: small;
}

table.detailTbl td {
	font-size: small;
}

* html table.detailTbl th {
	width: 95px;
	font-size: x-small;
}

* html table.detailTbl td {
	font-size: x-small;
}

table.detailTbl dl.detailList {
	width: 206px;
	padding: 0px 0 10px;
	background: url(../images/summary/summary_bottom.gif) no-repeat bottom;
}

table.detailTbl dl.detailList dt {
	width: 206px;
	height: 33px;
}

table.detailTbl dl.detailList dd {
	padding: 18px 7px 0;
	border-left: 3px solid #F0037F;
	border-right: 3px solid #F0037F;
}

table.detailTbl dl.detailList dd table.detailCntTbl th {
	width: 72px;
	padding: 3px 0;
	font-size: x-small;
	font-weight: normal;
	color: #F0037F;
	line-height: 120%;
	border-bottom: 1px solid #E0E0E0;
}

table.detailTbl dl.detailList dd table.detailCntTbl td {
	padding: 3px 0;
	font-weight: bold;
	font-size: x-small;
	line-height: 120%;
	border-bottom: 1px solid #E0E0E0;
}

table.detailTbl dl.detailList dd table.detailCntTbl .noBorder {
	border-bottom: none;
}

dl.textBookTxt {
	width: 314px;
}

dl.textBookTxt dt {
	margin-bottom: 10px;
	font-size: 1.2em;
	font-weight: bold;
	color: #333;
}

div.payEasyInfo {
	width: 340px;
}

div.payEasyInfo dl {
	width: 250px;
}

div.payEasyInfo dt {
	padding: 3px;
	border: 1px solid #333;
	color: #333;
	text-align: center;
}

div.payEasyInfo dd {
	margin-top: 3px;
	font-size: 0.8em;
	line-height: 120%;
}

ul.stepList {
	margin: 5px 0;
}

ul.stepList li {
	float: left;
	list-style: none;
}

div.btnPos {
	padding: 20px 40px;
	text-align: center;
}

/*
利用規約
------------------------------------------------------------*/

h2.titleStyle {
	width: 720px;
	margin-top: 30px;
	padding: 5px 10px;
	color: #fff;
	background-color: #F0037F;
	font-size: 1.0em;
}

div.txtBox {
	width: 700px;
	margin: 20px auto;
}

	div.txtBox p {
		font-size: small;}
	
	* html div.txtBox p {
		font-size: x-small;}

dl.dlStyle {
	width: 700px;
	margin: 10px 0 0 0;}
	
	dl.dlStyle dd {
		font-size: small;
		padding-left: 10px;}

	dl.dlStyle dt {
		font-weight: bold;
		font-size: small;}

	* html dl.dlStyle dd {
		font-size: x-small;
		padding-left: 10px;}

	* html dl.dlStyle dt {
		font-weight: bold;
		font-size: x-small;}

dl.ruleTopSpace {
	margin-top: 10px;}

	dl.ruleTopSpace dd {
		font-size: small;
		padding-left: 10px;}
		
	dl.ruleTopSpace dt {
		font-weight: bold;
		font-size: small;}

	* html dl.ruleTopSpace dd {
		font-size: x-small;
		padding-left: 10px;}
		
	* html dl.ruleTopSpace dt {
		font-weight: bold;
		font-size: x-small;}


p.linkTxtStyle {
	width: 680px;
	margin: 20px auto;
	background-color: #f1f1f1;
	text-align: center;
	padding: 5px 10px;
}


