/* CSS Document */

.center {
	text-align: center;
	padding-bottom: 100px;
}

.mainArea {
	background-image: url(../img/blog/mainImg.jpg);
}


.blogBox {
	padding-top: 60px;
	text-align: left;
}

.blogBox h3 {
	width: 307px;
	height: 57px;
	margin: 0 auto 96px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background-position: top center;
	background-repeat: no-repeat;
}
.h3_blog01 {
	background-image: url(../img/blog/h3_blog01.png);
}
.h3_blog02 {
	background-image: url(../img/blog/h3_blog02.png);
}

.blogContent {
	padding:0 100px 120px;
}
.newsBox {
}
.newsBox ul li {
	position: relative;
	padding-left: 50px;
	border-bottom: 1px dashed #EEE;
	padding-bottom: 10px;
	margin-top: 15px;
}
.newsBox ul li:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 32px;
	height: 32px;
	background-image: url(../img/blog/tit_mark.png);
	background-position: top left;
	background-repeat: no-repeat;
}
.newsBox .date {
	font-size: 15px;
	line-height: 32px;
	color: #631305;
	font-weight: bold;
}
.newsdetail .date {
	width: 20%;
	margin-left: 80%;
	font-size: 15px;
	line-height: 32px;
	color: #631305;
	font-weight: bold;
	text-align: right;
	padding-right: 30px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #CCC;
}
.newsdetail .ttl {
	position: relative;
	margin-top: 55px;
	padding-left: 50px;
	padding-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
	line-height: 32px;
	border-bottom: 1px dashed #EEE;
}
.newsdetail .ttl:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 32px;
	height: 32px;
	background-image: url(../img/blog/tit_mark.png);
	background-position: top left;
	background-repeat: no-repeat;
}
.newsdetail .contentArea {
	margin-top: 50px;
	padding: 25px;
}

.newsdetail .contentArea {
	margin-top: 30px;
	padding: 0 60px;
}
.newsdetail .contentArea > p {
	margin-bottom: 20px;
	line-height: 1.6;
}
.newsdetail .contentArea table {
	width: 100%;
	margin: 0 auto 30px;
	border-collapse: collapse;
}
.newsdetail .contentArea table th,
.newsdetail .contentArea table td {
	padding: 8px 20px;
	border: 1px solid #ccc;
}
.newsdetail .contentArea table th {
	text-align: center;
	background-color: #e6e6e6;
}
.newsdetail .contentArea table.col2 th,
.newsdetail .contentArea table.col2 td {
	width: 30%;
}
.newsdetail .contentArea table.col3 th,
.newsdetail .contentArea table.col3 td {
	width: 50%x;
}
.newsdetail .contentArea .signBox {
	margin-top: 30px;
}
.newsdetail .contentArea .signBox p {
	text-align: right;
}
.imgbox {
	padding: 30px;
}
.imgbox img {
	max-width: 800px;
}
.mapBox {
	display: none;
}
.linkBox01 {
	padding-bottom: 60px;
}
.pc_only02 {
	display: none;
}

@media only screen and (max-width: 1000px){
	.blogBox {
		padding: 50px 20px 0;
	}
}

@media only screen and (max-width: 767px){
	.blogBox h3 {
		width: 100%;
		height: 57px;
		margin: 0 auto 35px;
		background-size: contain;
	}
	.blogBox {
		padding: 50px 5vw 0;
	}
	.blogContent {
		padding: 0 0 50px;
	}
	.newsdetail .contentArea {
		padding: 0 0;
	}
.newsdetail .date {
    width: inherit;
    margin-left: 0;
    font-size: 14px;
	padding-right: 0;
	line-height: 15px;
	display: inline-block;
}
.newsdetail .ttl {
    margin-top: 30px;
    padding-left: 40px;
    font-size: 15px;
    line-height: 1.4;
}
.linkBox01 {
    padding-bottom: 30px;
}
	
}

@media only screen and (max-width: 400px){
	.blogBox h3 {
		height: 55px;
		background-size: 80%;
	}
}












