/* CSS Document */

/*----------------------------------------------------
	#acquisition
		コーチをする
----------------------------------------------------*/
#howto {
    margin:0 auto 20px;
}


#howto h3{
    border-bottom:2px #3366CC solid ;
	color:#666666;
	padding-left:5px;
	font-size:120%;
	font-weight:normal;
	margin-bottom:10px;
	margin-left:-10px;
	margin-right:-10px;
}

#howto  h4{
    margin-left:;
	margin-bottom:15px;
	font-size:110%;
	font-weight:normal;
	color:#3366CC;
}

#howto {
    margin-bottom:30px;
}

#howto dl{
    margin-bottom:30px;
}

#howto dt {   
 float:left;   
 width:140px;   
 padding:5px 0 5px 10px;   
 clear:both;   
 font-weight:bold;   
}   

#howto dd {   
 width:390px;   
 margin-left:140px;
 padding:5px 5px 0px 10px;   
 border-left:1px solid #999;   
}  


/*----------------------------------------------------
	#take
		コーチをつける
----------------------------------------------------*/

#take ul {
    background:#EEEEEE;
	padding:10px;
	padding-bottom:0.3em;
	margin-bottom:1em;
}

#take ul li{
    list-style:disc !important;
	margin-bottom:0.7em;
	letter-spacing:0.1em;
	margin-left:13px;
}

#take dt{
    color:#3366CC;
	font-size:120%;
	margin-bottom:1em;
}

#take dd{
	margin-bottom:2em;
	margin-left:1em;
}

/*----------------------------------------------------
	#etc
		その他
----------------------------------------------------*/
#etc ul {
	padding:10px;
	padding-top:0;
	padding-bottom:0.3em;
}

#etc ul li{
    list-style:disc !important;
	margin-bottom:20px;
	letter-spacing:0.1em;
	margin-left:13px;
}

#etc ul li table{
    border-collapse:collapse;
	margin:auto;
    margin-bottom:20px;
	margin-top:10px;
    text-align:center;
    width:510px;
}

#etc ul li th{
    background:#EEEEEE none repeat scroll 0 0;
    border:1px solid #CCCCCC;
    font-size:90%;
	color:#3366CC;
    font-weight:normal;
    padding:8px;
    text-align:left;
	width:25%;
}

#etc ul li thead th{
    text-align:center;
}


#etc ul li tbody th{
    text-align:left;
	width:46%
}

#etc ul li td{
    border:1px solid #CCCCCC;
    font-size:90%;
    line-height:1.5em;
    padding:8px;
    text-align:center;
	width:27%;
}


