@charset "utf-8";
@media only screen and (min-width: 600px) {

/*//////メインここから//////*/

#container .single_cont{
	width: 750px;
	height: auto;
	margin: 50px auto 70px;
	background-color: #fff;
	overflow: hidden;
	padding: 50px;
}

#container .single_cont img{
	display: block;
	width: 100%;
	height: auto;
	margin: 10px auto;
}

#container .single_cont p.date{
	font-size: 14px;
	font-weight: 400;
	margin: 0 auto;
	color: #A78D62;
	margin-bottom: -20px;
}

#container div.single_cont h2{
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
	margin: 15px 0;
}

#container .single_cont h3{
	font-size: 25px;
	font-weight: 400;
	line-height: 48px;
	margin: 15px 0;
}

#container .single_cont p{
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	margin: 15px 0;
}

#container .single_cont a{
	color: #000;
}

#container .to_article{
	width: 570px;
	height: auto;
	margin: 0 auto 100px auto;
	overflow: hidden;
}

#container .to_article .to_new{
	display: block;
	float: left;
	width: 33.3%;
	height: 20px;
}

#container .to_article .to_archive{
	display: block;
	float: left;
	width: 33.3%;
	height: 20px;
	text-align: center;
}

#container .to_article .to_old{
	display: block;
	float: right;
	width: 33.3%;
	height: 20px;
	text-align: right;
}

#container .to_article a{
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	color: #000;
	text-align: center;
}


/*//////レポートボタンここから//////*/
#report{
	width: 850px;
	height: auto;
	margin: 75px auto 100px auto;
}

#report a{
	width: 100%;
	height: auto;
}

#report a img{
	width: 100%;
	height: auto;
	display: block;
}
/*//////レポートボタンここまで//////*/


}
























/*=================================
スマホ SP
=================================*/
@media only screen and (max-width: 599px) {


/*//////メインここから//////*/

#container .single_cont{
	width: 83%;
	height: auto;
	margin: 10px auto 10px;
	background-color: #fff;
	overflow: hidden;
	padding: 5%;
}

#container .single_cont img{
	display: block;
	width: 100%;
	height: auto;
	margin: 10px auto;
}

#container .single_cont p.date{
	font-size: 14px;
	font-weight: 400;
	margin: 0 auto;
	color: #A78D62;
	margin-bottom: -20px;
}

#container .single_cont h3{
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	margin: 15px 0;
	padding: 15px 0 0;
}
#container div.single_cont h2{
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
	margin: 15px 0;
}

#container .single_cont p{
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	margin: 15px 0;
}

#container .single_cont a{
	color: #000;
}

#container .to_article{
	width: 100%;
	height: auto;
	margin: 30px auto 40px auto;
	overflow: hidden;
}

#container .to_article .to_new{
	display: block;
	width: 100%;
	height: 20px;
	text-align: center;
}

#container .to_article .to_archive{
	display: block;
	width: 100%;
	height: 20px;
	text-align: center;
	padding: 10px 0;
}

#container .to_article .to_old{
	display: block;
	width: 100%;
	height: 20px;
	text-align: center;
}

#container .to_article a{
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	color: #000;
	text-align: center;
}


/*//////レポートボタンここから//////*/
#report{
	width: 850px;
	height: auto;
	margin: 75px auto 100px auto;
}

#report a{
	width: 100%;
	height: auto;
}

#report a img{
	width: 100%;
	height: auto;
	display: block;
}
/*//////レポートボタンここまで//////*/


}
