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


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

.application-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;
}

.application-box .list-box {
	width: 850px;
	margin: 25px 0 0 0;
	background-color: #ffffff;
}

.application-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-header2-bg.png);
	background-repeat: no-repeat;
}

.application-box h3 {
	width: 85%;
	margin: 25px auto 0 auto;
	padding: 0 0 5px 10px;
    /*mdf   #44 >>>*/
    color: #1e73be;
    /*mdf   #44 ---*/
	/*color: #006d4e;*/
    /*mdf   #44 <<<*/
	font-size: 1.2em;
	letter-spacing: .1em;
    /*mdf   #44 >>>*/
    border-bottom: 2px solid #1e73be;
    /*mdf   #44 ---*/
	/*border-bottom: 2px solid #006d4e;*/
    /*mdf   #44 <<<*/
}

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

.application-box ol {
	width: 70%;
	margin: 10px auto 0 auto;
}

.application-box ol li {
	margin: 0 0 0 3em;
	padding: 0 0 0 .5em;
	font-weight: normal;
	letter-spacing: .1em;
	line-height: 1.8em;
}
.application-box ul li {
	font-weight: normal;
}

.list-decimal {
	list-style: decimal;
	font-weight: normal!important;
}

.application-box figure {
	width: 70%;
	margin: 20px auto 0 auto;
}

.application-box table {
	width: 90%;
	margin: 25px auto 0 auto;
	color: #333333;
}

.tr-bg-color1 {
	background-color: #ceefdc;
}

.tr-bg-color2 {
	background-color: #ffffff;
}

.application-box table tr td {
	padding: 20px;
	letter-spacing: .2em;
	line-height: 1.3em;
}

.td-text-center {
	text-align: center;
	font-weight: bold;
}

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

/* 英語ページ時の体裁 */
.en .application-box h2,
.en .application-box p{
	letter-spacing: 0em;
}
/* ↓↓↓ 角丸10px ↓↓↓ */
.application-box .headline,
.application-box .list-box {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}

/* ↓↓↓ ドロップシャドウ ↓↓↓ */
.application-box .headline,
.application-box .list-box,
.application-box table {
	-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;
}
