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


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

.management-box .headline {
/*	width: 815px;*/
	width: 650px;
	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;
}

.management-box .img-box {
/*	width: 850px;*/
	width: 685px;
	margin: 25px 0 0 0;
	padding: 0 0 20px 0;
	background-color: #ffffff;
}

.management-box h2 {
	width: 815px;
	height: 66px;
	padding: 0 0 0 35px;
	margin: 25px 0 0 0;
	color: #004fb3;
	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;
}

.management-box h3 {
	width: 85%;
	margin: 25px auto 0 auto;
	padding: 0 0 5px 10px;
	color: #004fb3;
	font-size: 1.2em;
	letter-spacing: .1em;
	border-bottom: 2px solid #004fb3;
}
.management-box p {
	width: 70%;
	margin: 20px auto 0 auto;
	padding: 0 25px 0 25px;
	letter-spacing: .1em;
	line-height: 1.4em;
}

.management-box ul {
	width: 70%;
	margin: 10px auto 0 auto;
}

.management-box ul li {
	margin: 0 0 0 3em;
	padding: 0 0 0 .5em;
	letter-spacing: .1em;
	line-height: 1.8em;
	list-style-type: cjk-ideographic;
}
/* ↑↑↑ コンテンツ設定CSS ↑↑↑ */


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

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