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


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

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

.info-box .list-box {
	width: 796px;
	margin: 25px 0 0 0;
	padding: 0 27px 0 27px;
	background-color: #ffffff;
}

.info-box table {
	width: 100%;
}

.info-box table caption {
	padding: 15px 0 10px 0;
	text-align: left;
    color: #006d4e;
	font-size: 1.3em;
	font-weight: bold;
	border-bottom: dashed 1px #addaf3;
}

.info-box table caption span {
	margin: 4px 0 0 0;
	font-size: .8em;
	font-weight: normal;
	float: right;
}

.info-box a,
.info-box a:visited {
	text-decoration: underline;
    /*mdf   #44 >>>*/
    color: #00bde0;
    /*mdf   #44 ---*/
	/*color: #4dba96;*/
    /*mdf   #44 <<<*/
}

.info-box tr {
    /*mdf   #44 >>>*/
	border-bottom: dashed 1px #002c76;
    /*mdf   #44 ---*/
    /*border-bottom: dashed 1px #8bc53e;*/
    /*mdf   #44 <<<*/
}

.info-box tr:last-child {
	border-bottom:0;
}

.info-box tr td {
	padding: 15px 0 15px 0;
}

.info-box .date {
	width: 30%;
	font-weight: bold;
}

.info-box .cmt {
	width: 70%;
    /*mdf   #44 >>>*/
	color: #1e73be;
    /*mdf   #44 ---*/
    /*color: #006d4e;*/
    /*mdf   #44 <<<*/
}

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


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

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