@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_guide.png') no-repeat center;
	margin-bottom: 0;
	height: 90px;
	border-bottom: 0;
}
.contentsleadtext{
	color: #333;
	text-align: center;
	padding-top: 0;
	font-weight: bold;
}
.author_profile {margin-top: 50px;}
.maintext img.border {border: 1px solid #666;}

/* pc */
.article_detail .maintext > h3 {
	position: relative;
	font-size: 18px;
	margin: 2rem 1rem 1rem 46px;
	padding-bottom: .2rem;
	line-height: 120%;
	border-bottom: 1px dotted #639ed6;
}
.article_detail .maintext > h3:before, .article_detail .maintext > h3:after {
    content: '';
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    border: 1px solid #fff;
    background-color: #639ed6;
}
.article_detail .maintext > h3:before {
    top: 3px;
    left: -36px;
}
.article_detail .maintext > h3:after {
    top: -3px;
    left: -42px;
}
.article_detail .maintext > div.strong {
	font-weight: bold;
	background-color: #feffa7;
	border: 1px solid #f1cf7f;
	color: #790e00;
	padding: 15px 10px;
	line-height: 20px;
	clear: both;
}
.article_detail .maintext h4 {
	font-size: 16px;
	margin: 1.5rem 0 .5rem 0;
	padding: 0 0 0 1rem;
}
.article_detail .maintext h4:before {
	content: '';
	display: inline-block;
	width: .8rem;
	height: .8rem;
	line-height: 100%;
	border: 2px solid #639ed6;
	vertical-align: middle;
	margin-right: .5rem;
}

.article_detail .maintext .remark {
	margin: 1rem 0;
	padding: 1rem;
	background-color: #f8f9fa;
}
.article_detail .maintext .author_profile {margin-top: 30px; margin-bottom: 30px; background-color: #e6f4fd;}

/* sp */
body #container .article_bg {padding-top: 0 !important;}
body #container .article_bg .contentstitle_h1 {
	background: url('/common/img/eduzine/titlebar/h1_guide_mobile.png') no-repeat center !important;
	background-color: transparent !important;
	min-width: 345px;
	height: 65px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	background-size: contain !important;
	border-bottom: none;
}

body #container .article_bg .contentsleadtext{
	width: 95% !important;
	font-size: 12px !important;
	color: #333;
	display: block;
	margin-top: 5px;
}
body #container .article_bg .maintext .article_text .image_right,
body #container .article_bg .maintext .article_text .image_left {float: none; display: block; margin: 0 auto; max-width: 100%;}

body #container .article_bg .article_detail .maintext > h3 {
	font-size: 16px;
	margin-left: 40px;
}
body #container .article_bg .article_detail .maintext h4 {
	font-size: 14px;
}
body #container .article_bg .article_detail .maintext .remark {
	font-size: 11px;
}