﻿/* CSS Document */
/* common.css
 * div#wPrimary { font-size: 1.2em = 12px }
 *
 */


.titleSub {
	position: relative;
	margin-bottom: 1.0em;
}

.titleSub p, .titleSub h1 {
	line-height: 1.4;
	margin: 0;
	border-bottom: 1px dotted #ccc;
	/*border-bottom: 2px solid #d5d5cf;
	background: url(/common/images/bg_dot_whiteGray.gif) bottom repeat-x;
	color: #a40d1f;*/
	color: #666;
	font-size: 1.667em;
}


.titleSub span {
	position: absolute;
	top: 7px;
	right: 0;
	color: #999;
	text-align: right;
	font-size: .6em;
}

.titleSub h1 span {
	font-weight: normal;
}

.date {
	margin: -1.0em 0 2.5em 0;
	padding: 0;
	color: #999;
	text-align: right;
}


h1 {
	line-height: 1.2;
	margin-bottom: 2.0em;
	font-weight: bold;
	/*font-size: 1.5em;*/ /* 1.2em * 1.5em = 18px */
	font-size: 1.667em;
	padding-bottom: 3px;
}

h1 span.minutely {
	font-size: .667em; /* 1.5em * 0.667em = 12px */
}

h2 {
	line-height: 1.2;
	margin-bottom: .25em;
	font-size: 1.334em; /* 1.5em * 1.334em = 16x */
	font-weight: bold;	
}

h3 {
	line-height: 1.2;
	margin-bottom: .25em;
	font-size: 1.167em; /* 1.5em * 1.167em = 14px */
	font-weight: bold;	
}

* html h3 {
	font-size: 1.167em; /* 1.5em * 1.167em = 14px */
	font-weight: bold;	
}

h4 {
	line-height: 1.2;
}


h5 {
	line-height: 1.2;
}


h6 {
	line-height: 1.2;
}

.section100902 {
	clear: both;
	min-height: 50px;
	padding-bottom: 0.2em;
	margin-bottom: 10px;
}
.section100902 .section {
	border-bottom: none;
	background: none;
}

	
/* klp2ndBtn */
#klp2ndBtn {
	height: 70px;
}

.klp2ndBtnL,.klp2ndBtnR {
	width: 470px;
	height: 70px;
	float: left;
}
.klp2ndBtnL {
	margin-right: 10px;
}

@media screen and (max-width:767px) {

h1, .titleSub h1, .titleSub p {
	margin: 0 5px 10px;
	padding: 0 0 4px 0;
	font-size: 19px;
	font-size: 1.9rem;
	color: inherit;
	line-height: 1.4;
	font-weight: bold;
}

.titleSub h1, .titleSub p {
	border-bottom: 1px dotted #ccc;
}

h2 {
	margin: 0 0 16px;
	padding: 0.04em 5px;
	padding: 0.2em 5px 0 \9;
	font-size: 18px;
	font-size: 1.8rem; 
	font-weight: bold;
	line-height: 1.6;
	background: #d70b24;
	color: #fff;
	vertical-align: middle;
}

h3 {
	margin: 0 5px 5px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
	font-weight: bold;
}

h4 {
	margin: 0 5px 5px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.7;
}

.titleSub {
	margin: 0;
}

.imgTitle {
	padding: 0;
	background: none;
	line-height: 1;
	font-size: 0;
}

.titleArticle h1,
.titleArticle h2,
.titleArticle h3,
.titleArticle h4 {
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	background: none;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.6;
	color: #3d3333;
}

.date {
	margin: -2.2em 0 2.5em;
	color: inherit;
}


}
