@charset "utf-8";
/* articleD */
.content-box {
	display:inline-block;
	width:400px;
	height:670px;
	margin:0px 0px 20px 0px;
	vertical-align:top;
}
.content-box .type1 {
	margin:0px 10px 0px 10px;
//	height:100%;
	background-color:#e9ee91;
	color:#000;
	font-size:17px;
	line-height:24px;
}
.content-box .type1 .header {
	background-color:#fff;
	color:#000;
	padding:10px;
	margin:0px;
	text-align:center;
}
.content-box .type1 .header h2 {
	margin:0px 0px 20px 0px;
	height:65px;
	font-size:30px;
	background-image:url(../../images/header-mark.png);
	background-repeat:no-repeat;
	background-position:center bottom;
}
.content-box .type1 .header img {
	width:100%;
	padding-bottom:10px;
	border-bottom:2px solid #ee8b00;
}
.content-box .type1 .text {
	color:#3a3b3a;
	padding:10px;
	margin:0px;
	text-align:left;
}
.content-box .type2 {
	margin:0px 10px 0px 10px;
	height:100%;
	background-color:#ee8b00;
	color:#fff;
	font-size:17px;
	line-height:24px;
}
.content-box .type2 .header {
	color:#fff;
	padding:10px;
	margin:0px;
	text-align:center;
}
.content-box .type2 .header h2 {
	margin:0px 0px 20px 0px;
	height:65px;
	font-size:30px;
	background-image:url(../../images/header-mark.png);
	background-repeat:no-repeat;
	background-position:center bottom;
}
.content-box .type2 .header img {
	width:100%;
	padding-bottom:10px;
	border-bottom:2px solid #ee8b00;
}
.content-box .type2 .text {
	color:#fff;
	padding:10px;
	margin:0px;
	text-align:left;
}
.content-box .type2 .text-mark {
	background-color:#bed700;
	color:#fff;
	padding:10px;
	margin:0px;
	text-align:left;
}
@media (min-width: 1241px) {
.content-box {
	width:400px;
	height:670px;
}
}
@media (min-width: 801px) and (max-width: 1240px) {
.content-box {
	width:50%;
	height:670px;
}	
}
@media (max-width: 800px) {
.content-box {
	width:100%;
	height:auto;
}	
}