@charset "utf-8";


.detail-inner{
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
	/* width: 860px; */


	margin: 25px auto;
	padding-bottom: 10px;
	border: solid 1px #fb8c74;
	border-radius: 5px;
	
background: #f7efed; /* Old browsers */
background: -moz-linear-gradient(45deg, #f7efed 0%, #fffaf7 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, #f7efed 0%,#fffaf7 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, #f7efed 0%,#fffaf7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7efed', endColorstr='#fffaf7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
/*
	height: 60vh;
	overflow-y: scroll;
*/
	
}


.detail-top{
	line-height: 1px;
	width: auto;
	padding: 1rem 1rem 0.5rem 1rem;
	margin: 0;
	border-bottom: dotted 1px #ee594a;
}

.detail-top img {
	width: 20%;
	border-radius: 50%;
	float: left;
	margin-right: 2rem;
	margin-bottom: 1.5rem;
}
.detail-top p {
	margin-bottom: 0.4rem;
	font-size: 1.2rem;
	height: auto;
	line-height: 1.2;
	letter-spacing: 0.2rem;
}
.detail-top p:nth-child(2) {
	font-size: 1.2rem;
	color: #ee594a;
	background: url(../images/2017/bg_marker_sakura.png) no-repeat left center;
	background-size: 5%;
	padding: 0;
}
.detail-top p:nth-child(3) {
	font-size: 1rem;
}
.detail-top p:nth-child(4) {
	font-size: 1.4rem;
}
.detail-top p:nth-child(5) {
	font-size: 0.8rem;
	letter-spacing: normal;
}
.detail-top p:nth-child(6) {
	color:#fb8c74;
	font-size: 0.9rem;
	line-height: 1.3;
	letter-spacing: normal;
}
.detail-top p:nth-child(7) {
	font-size: 1.2rem;
	color: #666;
	font-style: italic;
	line-height: 1.4;
}


.detail-text {
	padding: 1.2rem;
	line-height: 1.4rem;
}





.detail-bt {
	padding: 2rem 0 0 0;
}
.detail-bt a {
	width: 200px;
	color: #fff;
	background-color: #fb8c74;
	padding: 1rem;	
	margin: 0 auto;
	display: block;
	text-align: center;
	border-radius: 5px;
	font-size: 1.2rem;
}




/* add footlinks 2017.11 */

.footlink dl {
	width: 900px;
	font-size: 0.7rem;
	margin: 0 auto 0.5rem auto;
}
.footlink dl a {
	color: #666;
}
.footlink dl dt,
.footlink dl dd {
	padding: 0rem 0.5rem;
}

.footlink dl dt {
	width: 100%;
	clear: both;
	background: #efefef;
	margin: 0.5rem 0;
}

.footlink dl dd {
	width: intrinsic;
	float: left;
}

	.footlink dl dd:after {
		content: "　｜";
	}


/* add pankuzu 2017.11 */

#breadcrumb {
width: 900px;
margin: auto;
font-size: 10px;
color: #999;
padding: 10px 0 20px 0;
}
#breadcrumb a {
color: #999;
}

#breadcrumb ul li {
	float: left;
}
/*
#breadcrumb ul li a:after {
content: "｜";
text-decoration: none;
}
*/