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


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

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

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

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

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

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

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

.td-text-center {
	text-align: center;
	font-weight: bold;
}
/* ↑↑↑ コンテンツ設定CSS ↑↑↑ */

/* 英語ページ時の体裁の変更 */
.en .history-box table tr td {
	letter-spacing: 0em;
}

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

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