/* CSS Document */

@media screen and (min-width:768px) {

h3 {
	margin-bottom: 10px;
}

.paragraph .copy,
.paragraph h3 .title,
.paragraph h3 .date {
	display: none;
}

.sectionColumnDouble .title {
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 1.167em;
	line-height: 1.2;
	color: #666;
}


/* 特殊横幅又は高さ系
-------------------------------------------------------------------------------------*/

/* 特殊マージン系
-------------------------------------------------------------------------------------*/
#wPrimary .marB6 {
	margin-bottom: 6px;
}

#wPrimary .marB25 {
	margin-bottom: 25px;
}

#wPrimary .marT_1em {
	margin-top: 1em;
}

/* 特殊フォントサイズ系
-------------------------------------------------------------------------------------*/

/* 特殊ボーダー系
-------------------------------------------------------------------------------------*/
#wPrimary .borR01 {
	border-right: 1px dotted #ccc;
}

#wPrimary .lin1_2 {
	line-height: 1.2;
}

}

@media screen and (max-width:767px) {
	
h2 {
	padding: 4px 5px 0;
	font-size: 14px;
	font-size: 1.4rem;
	color: #3d3333;
	background: none;
}

.paragraph .copy {
	margin: 5px 5px 10px;
	padding: 1px 10px;
	font-weight: bold;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	color: #fff;
	text-align: center;
	background: #8b1809;
}

h3 {
	margin-bottom: 11px;
}

.paragraph h3 .title {
	display: inline-block;
	padding-top: 2px;
	font-size: 19px;
	font-size: 1.9rem;
	vertical-align: middle;
}

.paragraph h3 .date {
	float: right;
	margin-top: 5px;
	padding: 3px 9px;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: normal;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	vertical-align: middle;
	background: #eee;
}


h3 img {
	display: none;
}

.listLocalMenu {
	margin: 0 10px 10px;
}

.sectionColumnDouble .title {
	font-weight: bold;
}

.btnStyle1 {
	display: table;
	margin: 0 auto;
	padding: 9px 25px;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-decoration: none;
	color: #3d3333;
	text-align: center;
	vertical-align: middle;
	background-color: #fff;
}

.btnStyle1 > span {
	position:relative;
	padding-left: 13px;
}

.btnStyle1 > span:before {
	content: "";
	position: absolute;
	top: 12%;
	left: 2px;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 9px solid #3d3333;
}

.btnStyle2 {
	display: table;
	width: 100%;
	margin: 0 auto;
	padding: 6px 25px;
	border: 2px solid #ccc;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-decoration: none;
	color: #3d3333;
	text-align: center;
	vertical-align: middle;
	background-color: #f7f8f8;
}

.btnStyle2 > span {
	position:relative;
	padding-left: 15px;
}

.btnStyle2 > span:before {
	content: "";
	position: absolute;
	top: 12%;
	left: 2px;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 9px solid #3d3333;
}

/* サイドメニュー
-------------------------------------------------------------------------------------*/
#wSideBar {
	display: none;
}

/* SP clearfix
----------------------------------------------------------------------------------------------------*/
.paragraph h3 {
	zoom: 1;/*for IE 5.5-7*/
}

.paragraph h3:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
}

	

}