/*	header
============================== */
div.header header h1 span, div.header header h1 a, div.header header h1 img {
	display:block;
}
@media all and (min-width: 768px) {
div.header header {
	background-image:-webkit-gradient(linear, left top, right top, from(#3a1d0d),to(#46281e));
	background-image:-webkit-linear-gradient(left, #3a1d0d, #46281e);
	background-image:linear-gradient(to right, #3a1d0d, #46281e);
}
div.header header h1 {
}
div.header header h1 img {
	width:980px;
	height:530px;
}
}
@media all and (max-width: 767px) {
div.header header h1 {
	background-size:cover;
	position:relative;
	height:0;
	padding-top:54.08163%;
}
div.header header h1 img {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
}

/*	introduction
============================== */
article.introduction {
	color:#5e330c;
	position:relative;
	background-color:#f5faff;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#d0e5f6),color-stop(0.42,#f5faff),color-stop(0.7,#f5faff),to(#99b4d2));
	background-image:-webkit-linear-gradient(#d0e5f6, #f5faff 42%, #f5faff 70%, #99b4d2);
	background-image:linear-gradient(#d0e5f6, #f5faff 42%, #f5faff 70%, #99b4d2);
}
article.introduction h2, article.introduction h3 {
	font-family:"Times New Roman","游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN",serif;
	line-height:1.5;
	margin-bottom:0.75em;
}
article.introduction p:not(.rights) {
	line-height:1.75;
	margin-bottom:1.75em;
	text-align: justify;
	text-justify: distribute;
}
article.introduction p.rights {
	font-size:62.5%;
	line-height:1.5;
}
article.introduction div.illust span {
	background-position:right bottom;
	background-repeat:no-repeat;
}
article.introduction div.illust span,
article.introduction div.illust span img {
	display:block;
}
@media all and (min-width: 768px) {
article.introduction {
	-webkit-box-shadow:0 0 20px #c2d6b8;
	box-shadow:0 0 20px #c2d6b8;
	padding:30px;
	margin-bottom:30px;
}
article.introduction h2 {
	font-size:125%;
}
article.introduction h3:before {content:"【 ";}
article.introduction h3:after {content:" 】";}
article.introduction p:not(.rights) {
	font-size:87.5%;
}
article.introduction p.mgn-illust {
	margin-bottom:300px;
}
article.introduction div.illust {
	position:absolute;
	right:0;
	bottom:0;
}
article.introduction div.illust span, article.introduction div.illust img {
	width:420px;
	height:614px;
}
}
@media all and (max-width: 767px) {
article.introduction {
	padding:15px;
}
article.introduction h3 {
	font-size:87.5%;
	border-left:3px solid #5e330c;
	padding-left:6px;
	padding-top:3px;
	padding-bottom:2px;
}
article.introduction p:not(.rights) {
	font-size:83%;
}

article.introduction p.rights,
article.introduction div.illust {
	display:none;
}

}


/*	goro
============================== */
article.goro {
	background-color:hsla(0,0%,100%,0.7);
/*
	background-color:#f5faff;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#d0e5f6),color-stop(0.42,#f5faff),color-stop(0.7,#f5faff),to(#d0e5f6));
	background-image:-webkit-linear-gradient(#d0e5f6, #f5faff 42%, #f5faff 70%, #d0e5f6);
	background-image:linear-gradient(#d0e5f6, #f5faff 42%, #f5faff 70%, #d0e5f6);
*/
}
article.goro h2 {
	font-family:"Times New Roman","游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN",serif;
	line-height:1.5;
	margin-bottom:0.75em;
}
article.goro p {
	line-height:1.5;
}
article.goro p.msg {
	margin-bottom:1.25em;
}
article.goro p.from-g {
	text-align:right;
}
@media all and (min-width: 768px) {
article.goro {
	position:relative;
	-webkit-box-shadow:0 0 20px #c2d6b8;
	box-shadow:0 0 20px #c2d6b8;
	padding:30px;
	margin-bottom:30px;
}
article.goro h2 {
	padding-left:100px;
}
article.goro p {
	padding-left:100px;
	font-size:87.5%;
}
div.pics-g {
	position:absolute;
	left:0;
	bottom:0;
}
div.pics-g span, div.pics-g span img {
	display:block;
	width:130px;
	height:178px;
}
}
@media all and (max-width: 767px) {
article.goro {
	padding:12px;
	margin:12px;
}
article.goro h2 {
	font-size:87.5%;
}
article.goro p {
	font-size:83%;
}
div.pics-g {
	display:none;
}
}