@import url('/common/css/eduzine/rensai.css');

#head{margin-bottom: 10px;}
.article_bg{background: url('/common/img/eduzine/bg/body_index.jpg') repeat-x;}
body.article_bg{background-position: left 90px;}
.contentstitle_h1{background: url('/common/img/eduzine/titlebar/h1_earthleaders.png?d=20140523') no-repeat center;margin-bottom: 5px;height: 90px;border-bottom: 0;}
.contentsleadtext{color: #34495e; text-align: center; border-top: 1px dotted #f09a2f; padding-top: 0.5em; font-weight: bold;}
.article_detail .maintext h4{font-size: 16px;color: #008000;}

/* new */
.maintext p, .maintext li {
	font-size: 95%;
}
.maintext .hidden {
	display: none;
}
.maintext .list {
	margin-left: 2em !important;
}
.maintext .list li {
	line-height: 150%;
	margin-bottom: 0.4em;
}
.maintext .table_wrapper {
	text-align: center;
	margin-top: 0.5em;
	padding: 15px 0;
	background-color: #e6f7f0;
	border-radius: 10px;
}
.maintext  .table_el_1 {
	display: inline-block;
	width: 45%;
	vertical-align: top;
	text-align: left;
}
.maintext  .table_el_1 table {
	width: 100%;
	border-collapse: collapse;
}
.maintext  .table_el_1 table th, .maintext  .table_el_1 table td {
	text-align: center;
	border: 1px solid #999;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
}
.maintext  .caption_el_1 {
	text-align: left;
	display: inline-block;
	width: 45%;
	margin-left: 10px;
	vertical-align: top;
}
.maintext  .caption_el_1 h3 {
	margin-top: 0;
	line-height: normal;
}
.maintext  .caption_el_1 p {
	margin-top: 0;
}
.maintext  .caption_el_1 .caption_el_1_desc h3 {
	font-weight: normal !important;
}
.maintext  .caption_el_1 div.remark {
	margin-top: 1em;
	padding: 0;
}
.maintext  .caption_el_1 p.remark {
	text-indent: -1em;
	padding-left: 1em;
	font-size: 13px;
}
.maintext .annotation {
	margin-left: 3em;	
}
.maintext .annotation p.remark {
	text-indent: -1em;
	padding-left: 1em;
	font-size: 13px;
}
.maintext .annotation p.remark + ul li {
	font-size: 12px;
}
.maintext .continued {
	text-align: right;
	margin: 2em 0;
}
.maintext > h3 {
	position: relative;
	margin: 1.5em 0 0 0 !important;
	padding: 0 10px 0 55px;
/*	font: bold 22px/40px Arial, Helvetica, sans-serif;	*/
	font-size: 22px;
	line-height: 40px;
/*	background: #f3f3f3;	*/
	background: #e6f7f0;
	color: #34495e !important;
	z-index: 1;
}
.maintext .floatimg {
	display: inline-block;
	text-align: center;
	font-size: 85%;
	line-height: 130%;
	color: #333;
}
@media screen and (max-width: 500px) {
	.maintext .floatimg {max-width: 45%;}
}
.maintext .floatright {
	margin-left: 5px;
	float: right;
}
.maintext .floatleft {
	margin-right: 5px;
	float: left;
}
.maintext .floatimg img {
	display: block;
	margin-bottom: 3px;
	width: 100%;
}
.maintext > h3:before{
	content: ' ';
	position:absolute;
	top:0;
	left:0;
	width:40px;
	height:40px;
	border-right:#fff solid 2px;
	background:#f60;
	background-image: -webkit-gradient(linear, left top, left bottom,
			from(			 rgba(255, 255, 255, 0.0)), 
			color-stop(0.20, rgba(255, 255, 255, 0.0)), 
			color-stop(0.20, rgba(255, 255, 255, 0.1)), 
			color-stop(0.40, rgba(255, 255, 255, 0.1)), 
			color-stop(0.40, rgba(255, 255, 255, 0.3)), 
			color-stop(0.60, rgba(255, 255, 255, 0.3)), 
			color-stop(0.60, rgba(255, 255, 255, 0.5)), 
			color-stop(0.80, rgba(255, 255, 255, 0.5)), 
			color-stop(0.80, rgba(255, 255, 255, 0.6)), 
			to(				 rgba(255, 255, 255, 0.6))
			);
	background-image: -webkit-linear-gradient(top,
			transparent 20%,
			rgba(255, 255, 255, 0.1) 20%, 
			rgba(255, 255, 255, 0.1) 40%, 
			rgba(255, 255, 255, 0.3) 40%, 
			rgba(255, 255, 255, 0.3) 60%, 
			rgba(255, 255, 255, 0.5) 60%, 
			rgba(255, 255, 255, 0.5) 80%, 
			rgba(255, 255, 255, 0.6) 80%, 
			rgba(255, 255, 255, 0.6) 100%
			);
	background-image: -moz-linear-gradient(top,
			transparent 20%,
			rgba(255, 255, 255, 0.1) 20%, 
			rgba(255, 255, 255, 0.1) 40%, 
			rgba(255, 255, 255, 0.3) 40%, 
			rgba(255, 255, 255, 0.3) 60%, 
			rgba(255, 255, 255, 0.5) 60%, 
			rgba(255, 255, 255, 0.5) 80%, 
			rgba(255, 255, 255, 0.6) 80%, 
			rgba(255, 255, 255, 0.6) 100%
			);
	background-image: -o-linear-gradient(top,
			transparent 20%,
			rgba(255, 255, 255, 0.1) 20%, 
			rgba(255, 255, 255, 0.1) 40%, 
			rgba(255, 255, 255, 0.3) 40%, 
			rgba(255, 255, 255, 0.3) 60%, 
			rgba(255, 255, 255, 0.5) 60%, 
			rgba(255, 255, 255, 0.5) 80%, 
			rgba(255, 255, 255, 0.6) 80%, 
			rgba(255, 255, 255, 0.6) 100%
			);
	background-image: linear-gradient(to bottom,
			transparent 20%,
			rgba(255, 255, 255, 0.1) 20%, 
			rgba(255, 255, 255, 0.1) 40%, 
			rgba(255, 255, 255, 0.3) 40%, 
			rgba(255, 255, 255, 0.3) 60%, 
			rgba(255, 255, 255, 0.5) 60%, 
			rgba(255, 255, 255, 0.5) 80%, 
			rgba(255, 255, 255, 0.6) 80%, 
			rgba(255, 255, 255, 0.6) 100%
			);
			z-index:-1;
}
.maintext > h3:after{
	content:" ";
	position:absolute;
	top:0;
	left:0;
	width:40px;
	height:40px;
    background-image: -webkit-gradient(linear, left top, right top,
			from(			 rgba(255, 255, 255, 0.0)), 
			color-stop(0.20, rgba(255, 255, 255, 0.0)), 
			color-stop(0.20, rgba(255, 255, 255, 0.1)), 
			color-stop(0.40, rgba(255, 255, 255, 0.1)), 
			color-stop(0.40, rgba(255, 255, 255, 0.3)), 
			color-stop(0.60, rgba(255, 255, 255, 0.3)), 
			color-stop(0.60, rgba(255, 255, 255, 0.5)), 
			color-stop(0.80, rgba(255, 255, 255, 0.5)), 
			color-stop(0.80, rgba(255, 255, 255, 0.6)), 
			to(				 rgba(255, 255, 255, 0.6))
			);
	background-image: -webkit-linear-gradient(left,
			transparent 20%,
			rgba(255, 255, 255, 0.1) 20%, 
			rgba(255, 255, 255, 0.1) 40%, 
			rgba(255, 255, 255, 0.3) 40%, 
			rgba(255, 255, 255, 0.3) 60%, 
			rgba(255, 255, 255, 0.5) 60%, 
			rgba(255, 255, 255, 0.5) 80%, 
			rgba(255, 255, 255, 0.6) 80%, 
			rgba(255, 255, 255, 0.6) 100%
			);
	background-image: -moz-linear-gradient(left,
			transparent 20%,
			rgba(255, 255, 255, 0.1) 20%, 
			rgba(255, 255, 255, 0.1) 40%, 
			rgba(255, 255, 255, 0.3) 40%, 
			rgba(255, 255, 255, 0.3) 60%, 
			rgba(255, 255, 255, 0.5) 60%, 
			rgba(255, 255, 255, 0.5) 80%, 
			rgba(255, 255, 255, 0.6) 80%, 
			rgba(255, 255, 255, 0.6) 100%
			);
	background-image: -o-linear-gradient(left,
			transparent 20%,
			rgba(255, 255, 255, 0.1) 20%, 
			rgba(255, 255, 255, 0.1) 40%, 
			rgba(255, 255, 255, 0.3) 40%, 
			rgba(255, 255, 255, 0.3) 60%, 
			rgba(255, 255, 255, 0.5) 60%, 
			rgba(255, 255, 255, 0.5) 80%, 
			rgba(255, 255, 255, 0.6) 80%, 
			rgba(255, 255, 255, 0.6) 100%
			);
	background-image: linear-gradient(to right,
			transparent 20%,
			rgba(255, 255, 255, 0.1) 20%, 
			rgba(255, 255, 255, 0.1) 40%, 
			rgba(255, 255, 255, 0.3) 40%, 
			rgba(255, 255, 255, 0.3) 60%, 
			rgba(255, 255, 255, 0.5) 60%, 
			rgba(255, 255, 255, 0.5) 80%, 
			rgba(255, 255, 255, 0.6) 80%, 
			rgba(255, 255, 255, 0.6) 100%
			);
			z-index:-1;
}
.maintext > .group_heading{
	font-size: 30px;
	font-weight: bold;
	color: #34495e;
	overflow: hidden;
	text-align: center;
	padding: 0;
	line-height: 120%;
	background: none;
	margin-top: 1.5em;
	margin-bottom: 1em;
	overflow: visible;
}
.maintext > .group_heading span{
	position: relative;
	letter-spacing: 0.5em;
/*	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;	*/
	font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	padding-bottom: 5px;
}
.maintext > .group_heading span:before,
.maintext > .group_heading span:after{
	content: "";
	position: absolute;
	top: 40%; margin-top: -.2em;
	height: .3em;
	border-top: 4px solid #ffb27f;
	border-bottom: 4px solid #ffb27f;
	border-left: none;
	border-right: none;
	background: none;
	width: 200em;
}
.maintext > .group_heading span:before {
	right: 100%;
	margin-right: 1em;
}
.maintext > .group_heading span:after {
	left: 100%;
	margin-left: .5em;
}
.maintext .center img + span.img_caption {display: block; text-align: center; font-size: 90%;}

/*	mobile	*/
body #container .article_bg{background-color: #fff; background-image: none;}
body #container .article_bg .contentstitle_h1 {
	background: url('/common/img/eduzine/titlebar/h1_earthleader_mobile.png') no-repeat center;
	background-color: #41c492 !important;
	width: 95% !important;
	height: 60px;
	margin: 0 auto;
	background-size: contain !important;
	border-left: 2px solid #41c492 !important;
	border-right: 2px solid #41c492 !important;
	border-top: 2px solid #41c492 !important;
	border-bottom: 0;
}
body #container .article_bg .contentsleadtext {
	color: #34495e;
	height: auto;
	width: 95% !important;
	font-size: 80% !important;
	border-top: none !important;
	margin:0 10px 10px;
	text-indent: 0;
	line-height: 1.25;
}
body .article_bg .maintext h3 {line-height: 40px; height: 40px; overflow: visible; white-space: nowrap;}

.maintext .article_text:after {content: ""; clear: both; display: block;}
.maintext .article_text .ml20 {margin-left: 20px;}