@charset "UTF-8";


#page {
	background-color: #ffffff;
	line-height: 1.3em;
	margin-top: 0px;
	margin-left: auto;
	width: 710px;
	margin-right: auto;
}
.contents {
	background-color: #ffffff;
	line-height: 1.3em;
	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{
		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;
	}
/**----------------------
スマホ用
-------------------------*/

@media (max-width: 575px) {
	.contents p {
		font-size: 14px;
		}
	.pagetitle {
		display: none;
	}
	}
  }

/**----------------------
スマホ横表示用
-------------------------*/
@media (orientation: landscape) and (max-height: 450px) {
  body {
    font-size: 100%;
  }
}

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

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