@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;
}
.contents h2 {
	margin-bottom: 10px;
}
.contents p {
	text-align: left;
	line-height: 1.45em;
}
.contents .line {
	width: 690px;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: url("../img/line.gif") repeat-x left;
	b
}
.btext {
	font-weight: bold;
	margin-top: 15px;
}
.syufukuimage {
	width: 335px;
	float:left;
}
.syufukuimage p {
	margin-bottom: 15px;
}
.shufukuflow {
	width: 336px;
	float: right;
}
.shufukuflow .flow {
	width: 330px;
	padding: 2px;
	margin-top: 5px;
	border: 1px solid #540D06;
	text-align: left
}
.flow span {
	font-size: 14px;
	margin-bottom: 0px;
}
.shufukuflow img {
	margin-top: 7px;
	margin-bottom: 0px;
}

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

@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;
	}
	.syufuku {
		width: 100%;
	}
	.syufukuimage {
		width: 45%;
		float:left;
	}
	.syufukuimage img{
		width: 100%;
		height: auto;
	}
	.syufukuimage p {
		margin-bottom: 15px;
	}
	.shufukuflow {
		width: 52%;
		float: right;
	}
	.shufukuflow .flow {
		width: 100%;
		padding: 2px;
		margin-top: 5px;
		border: 1px solid #540D06;
		text-align: left;
		height: auto;
	}
	.flow span {
		font-size: 14px;
		margin-bottom: 0px;
	}
	.shufukuflow img {
		margin-top: 7px;
		margin-bottom: 0px;
	}

}
	
/**----------------------
スマホ用
-------------------------*/

@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;
	}
	.pagetitle_sp img {
		width: 100%;
		hight: auto;
	}
	.syufuku {
		width: 100%;
		overflow: hidden;
	}
	.syufukuimage {
		width: 100%;
	}
	.syufukuimage img{
		width: 100%;
		height: auto;
	}
	.syufukuimage p {
		margin-bottom: 15px;
	}
	.shufukuflow {
		width: 100%;
		margin: 0 auto;
	}
	.shufukuflow .flow {
		width: 98%;
		padding: 2px;
		margin: 5px auto 0px auto;
		border: 1px solid #540D06;
		text-align: left;
		height: auto;
		
	}
	.flow{
		font-size: 14px;
	}
	.flow span {
		font-size: 16px;
		margin-bottom: 0px;
	}
	.shufukuflow img {
		margin-top: 7px;
		margin-bottom: 0px;
	}


}

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

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