/* CSS Document */

/* 合宿運転免許の設定 */

/*---------------------------------------------------------------------
個別設定
---------------------------------------------------------------------*/
div#box h2{
	font-size:200%;
}

#cboxicon img{
	width:65%;
}

a.linkbtn{
	margin-top:10px;
}


/*---------------------------------------------------------------------
各種設定
---------------------------------------------------------------------*/
div#box h3{
	font-weight:bold;
	font-size:130%;
}

section.cbox p{
	margin:10px 0;
}

section.cbox > ul:first-of-type{
	margin-left:15px;
}

section.cbox > ul:first-of-type span,
section.cbox span.emp{
	color:#CD4E51;
}

section.cbox > ul:first-of-type li{
	counter-increment:num;
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
}

section.cbox > ul:first-of-type li:before{
	content:counter(num) ".";
	margin-right:10px;
}

section.cbox > ul li.list{
	font-size:90%;
}

div#box dl.details dd strong{
	font-weight:bold;
}