@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: 0px;
	padding-top: 10px	
}
.contents h2 {
	margin-bottom: 10px;
}
.contents p {
	text-align: left;
	line-height: 1.45em;
	margin-left: 5px
}
.contents .line {
	width: 690px;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: url("../img/line.gif") repeat-x left;
	b
}
h3 {
	border-left:5px solid #999999; /*線の設定*/
	padding:2px 5px; /*余白の設定*/
	margin-left: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight: normal;
	text-align: left;
}

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

@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;
	}
	.contents p {
		text-align: left;
		line-height: 1.45em;
		margin-top: 10px;
		margin-left: auto;
		margin-right: auto;
		width: 95%;
	}
}
	
/**----------------------
スマホ用
-------------------------*/

@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;
	}
	h3 {
		font-size: 14px;
		border-left:5px solid #999999; /*線の設定*/
		padding:2px 5px; /*余白の設定*/
		margin-left: 5px;
		margin-bottom: 10px;
		font-weight: normal;
		text-align: left;
	}
	.contents p {
		text-align: left;
		line-height: 1.45em;
		margin-top: 10px;
		margin-left: auto;
		margin-right: auto;
		width: 95%;
	}

}

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

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