@charset "utf-8";

@media screen and (max-device-width: 500px) {
/* 表示領域が指定px以下の場合に適用するスタイル */
	h2 {
		-webkit-text-size-adjust:150%;
	}
	.t12, .t14, .t16, .t18, .t12Read, .t14Read, .t16Read, h3, h4 {
		-webkit-text-size-adjust:180%;
	}
	.t12Read, .t14Read, .t16Read {
		line-height:150%;
	}
}

.footerMenu2 .t12 {
	-webkit-text-size-adjust:100%!important;
}
.conBox {
	margin-top: 15px;
}
img {
	max-width: 100%;
	height: auto;
}
section {
	margin-bottom: 80px;
}
p.subTitle {
	margin-top: 0px;
}
p.read1 {
	margin-top: 5px;
}
p.read2 {
	margin-top: 15px;
}
#contentBOX {
	width: 750px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
/*#contentBOX img {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}*/
h2, h3, h4{
	margin: 0px;
	padding: 0px;
}
h2.title {
	margin-bottom: 2px;
}
h3.title {
	margin-top: 40px;
}
h4.title {
	padding-top: 10px;
	margin-bottom: 2px;
}

