/* 
howtouse.htmlのコンテンツ設定用css
*/


/* ↓↓↓ コンテンツの設定CSS ↓↓↓ */
.howtouse-box {
	width: 850px;
	margin: auto;
}

.howtouse-box .headline {
	width: 815px;
	height: 75px;
	padding: 0 0 0 35px;
	color: #ffffff;
	font-size: 2em;
	letter-spacing: .1em;
	display: table-cell;
	vertical-align: middle;
	background-image: url(../images/ctn-header1-bg.png);
	background-repeat: no-repeat;
}

.howtouse-box h2 {
	width: 815px;
	height: 66px;
	padding: 0 0 0 35px;
	margin: 25px 0 0 0;
    /*mdf   #44 >>>*/
    color: #1e73be;
    /*mdf   #44 ---*/
	/*color: #006d4e;*/
    /*mdf   #44 <<<*/
	font-size: 1.5em;
	letter-spacing: .1em;
	display: table-cell;
	vertical-align: middle;
	background-image: url(../images/ctn-header3-bg.png);
	background-repeat: no-repeat;
}

.howtouse-box h3 {
	width: 815px;
	height: 30px;
	margin: 20px 0 0 0;
	padding: 0 0 0 55px;
	color: #006d4e;
	font-size: 1.5em;
	display: table-cell;
	vertical-align: middle;
	display: none;
	background-image: url(../images/ctn-header4-bg.png);
	background-repeat: no-repeat;
}

.howtouse-box .list-box {
	width: 850px;
	margin: 25px 0 0 0;
	padding-bottom: 20px;
	background-color: #ffffff;
}

.howtouse-box .list-box a {
	text-decoration: underline;
}

.howtouse-box p,
.howtouse-box dl {
	width: 70%;
	margin: 20px auto 0 auto;
	padding: 0 0 20px 0;
	letter-spacing: .1em;
	line-height: 1.5em;
}

.howtouse-box dl dt {
	font-weight: bold;
	margin: 15px 0 0 0;
}

.howtouse-box dl dd {
	padding-left: 1em;
}

.howtouse-box figure {
	width: 790px;
	margin: 20px auto 0 auto;
	text-align: center;
}

/*
.howtouse-box ul {
	width: 595px;
	margin: 0 auto 0 auto;
	padding: 20px 0 20px 0;
	margin: 0 auto 0 auto;
}

.howtouse-box ul li {
	margin: 0 0 0 3em;
	padding: 0 0 0 .5em;
	letter-spacing: .1em;
	line-height: 1.8em;
	list-style-type: decimal;
}

.howtouse-box ul li ol li {
	list-style-type: lower-alpha;
}
*/

.btn-manual-group {
	width: 100%;
	margin: 20px auto;
}

.btn-manual-group li {
	width: 270px;
	height: 50px;
	margin: 0 0 0 10px;
	padding: 0;
	overflow: hidden;
	float: left;
	list-style: none;
}

.btn-manual-group li a:hover img{
	margin-top: -50px;
}


/* ↑↑↑ コンテンツの設定CSS ↑↑↑ */

/* 英語ページ時の体裁 */
.en .howtouse-box h2,
.en .howtouse-box p{
	letter-spacing: 0em;
}

/* ↓↓↓ padding-0 ↓↓↓ */
.p0-spacer {
	padding: 0!important;
}

/* ↓↓↓ 角丸10px ↓↓↓ */
.howtouse-box .headline,
.howtouse-box .list-box {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}

/* ↓↓↓ ドロップシャドウ ↓↓↓ */
.howtouse-box .headline,
.howtouse-box .list-box {
	-moz-box-shadow: 2px 2px 2px rgba(22,27,96,0.3);
	-webkit-box-shadow: 2px 2px 2px rgba(22,27,96,0.3);
	-o-box-shadow: 2px 2px 2px rgba(22,27,96,0.3);
	-ms-box-shadow: 2px 2px 2px rgba(22,27,96,0.3);
	box-shadow: 2px 2px 2px rgba(22,27,96,0.3);
	
	/* IE6-8	*/
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ffededed, endcolorstr=#ffcccccc, gradienttype=0)) progid:DXImageTransform.Microsoft.Shadow(color=#161b60, direction=135, strength=2);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ffededed, endcolorstr=#ffcccccc, gradienttype=0)) progid:DXImageTransform.Microsoft.Shadow(color=#161b60, direction=135, strength=2)";
	zoom: 1;
}
