@charset "UTF-8";


#page {
	background-color: #ffffff;
	line-height: 1.3em;
	margin-top: 0px;
	margin-left: auto;
	width: 710px;
	margin-right: auto;
}
#page .contents {
	margin-left: auto;
	width: 690px;
	margin-right: auto;
	margin-top: 10px;
	padding-bottom: 10px;
}
.contents h2 {
	margin-bottom: 10px;
}
.contents p {
	line-height: 1.3em;
	text-align: left;
}
.line {
	width: 690px;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: url("../img/line.gif") repeat-x left;
}
.parea {
	width: 690px;
	hight: auto;
	text-align: left;
}
.ptitle{
	width: 345px;
	float: left;
}
.tatebo{
	font-weight: bold;
	color: #540D06;
}
.sage1 {
	width: 300px;
	margin-left: 20px;
}
.sage1 img {
	vertical-align: bottom;
}
.sage2{
	width: 300px;
	margin-left: 36px;
}
.mt20{margin-top: 20px;}

/**----------------------
タブレット用
-------------------------*/

@media (max-width: 710px) {
	.contents{
		max-width: 95%;
	}
	.contents .line {
		width: 100%;
		height: 1px;
		margin:10px auto;
		background: url("../img/line.gif") repeat-x left;
	}
	h2 img{
		width: 100%;
		hight: auto;
	}
	.parea {
	width: 100%;
	hight: auto;
	text-align: left;
	}
	.ptitle{
		width: 50%;
		float: left;
	}
	.tatebo{
		font-weight: bold;
		color: #540D06;
	}
	.sage1 {
		margin: 0 0 0 20px;
	}
	.sage1 img {
		vertical-align: bottom;
	}
	.sage2{
		margin: 0 0 0 36px;
	}
}
	
/**----------------------
スマホ用
-------------------------*/

@media (max-width: 575px) {
	.contents p {
		font-size: 14px;
		}
	.pagetitle {
		display: none;
		}
	.contents{
		max-width: 95%;
	}
	.contents .line {
		width: 100%;
		height: 1px;
		margin:10px auto;
		background: url("../img/line.gif") repeat-x left;
	}
	h2 img{
		width: 100%;
		width: 100%;
		hight: auto;
	}
	.parea {
		width: 100%;
		hight: auto;
		text-align: left;
	}
	.ptitle{
		width: 100%;
		float: none;
	}
	.ptitle:nth-child(2) {
		width: 100%;
		float: none;
		margin-top: 20px;
	}
	.tatebo{
		font-weight: bold;
		color: #540D06;
	}
	.sage1 {
		margin-left: 20px;
	}
	.sage1 img {
		vertical-align: bottom;
	}
	.sage2{
		margin-left: 36px;
	}
}

/**----------------------
スマホ意以外用
-------------------------*/

@media (min-width: 576px) {
	.pagetitle_sp {
		display: none;
		}
	.contents .line_sp {
		display: none;
	}
}