@import url("global.css");

#pagettl {
	background-image: url(../after/img/main.jpg);
}
#contents h2 {
	font-size: 30px;
	letter-spacing: 0;
	margin-bottom: 50px;
}
#contents .read {
	background: url(../after/img/staff.png) no-repeat left bottom;
	padding-left: 300px;
}
#contents .read .text {
	height: 160px;
	margin: 41px 0 40px;
}
#contents .read .text p.note {
	font-size: 13px;
	color: #999;
	margin: 20px 10px 0;
}
#contents .read .comment {
	padding: 30px;
	height: 230px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#contents .read .comment h3 {
	font-size: 28px;
	margin-bottom: 20px;
}
#contents .read .comment p.talk {
	margin: 30px 10px;
}
#contents .read .comment p.name {
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "ＭＳ Ｐ明朝", serif;
	font-size: 29px;
	line-height: 29px;
}
#contents .read .comment p.name span {
	display: block;
	font-size: 15px;
	line-height: 20px;
}
#form h1 {
	font-size: 32px;
	line-height: 32px;
	margin-bottom: 10px;
}

/* ------------------------------------------------------------------------------------------------------------------------
/* 1099px（タブレット縦）以下から
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1099px){
#contents h2 {
	margin-bottom: 20px;
}
#contents .read {
	min-height: 500px;
}
#contents .read .text {
	height: auto;
	margin: 0 0 20px;
}
#contents .read .text p {
	padding-top: 40px;
}
#contents .read .text p.note {
	margin: 10px 10px 0;
	padding-top: 0;
}
#contents .read .comment {
	padding: 20px;
	height: auto;
}
#contents .read .comment h3 {
	font-size: 26px;
}
#contents .read .comment p.talk {
	margin: 20px 10px;
}
#contents .read .comment p.name span {
	display: inline-block;
	margin-right: 10px;
}
#contents .read .comment p.name {
	font-size: 27px;
	line-height: 27px;
}

}
	

/* ------------------------------------------------------------------------------------------------------------------------
/* 幅644px以下
------------------------------------------------------------------------------------------------------------------------ */

@media only screen and (max-width: 644px){

#contents h2 {
	font-size: 22px;
	margin-bottom: 0;
}
#contents .read {
	background: url(../after/img/staff.png) no-repeat left bottom;
	background-size: 180px auto;
	padding-left: 0;
}
#contents .read .text {
	margin: 0 0 20px;
}
#contents .read .text p {
	padding-top: 20px;
}
#contents .read .text p.note {
	font-size: 12px;
}
#contents .read .comment {
	padding: 15px 10px;
	border-bottom: none;
}
#contents .read .comment h3 {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 20px;
}
#contents .read .comment p {
	padding-left: 120px;
}
#contents .read .comment p.talk {
	margin: 20px 0;
}
#contents .read .comment p.name {
	font-size: 18px;
	line-height: 18px;
}
#contents .read .comment p.name span {
	font-size: 14px;
	line-height: 14px;
}
#form {
	margin-top: 25px;
}
#contents #form h1 {
	margin-bottom: 0;
}
}










