@charset "utf-8";

/* content
---------------------------------------- */
#content{
	padding-bottom: 50px;
    width: calc(100% - 60px);
    max-width: 1000px;
    margin: 0 auto;
}
#content #topic_path {
    margin:10px auto 35px auto;
}
#content #main h1{
	width:calc(100% - 60px);
	max-width:400px;
	background-color: #E60319;
	padding:8px 0 8px 0;
	margin-bottom:30px;
	text-align: center;
	color:#FFF;
	font-size:20px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: bolder;
}
#content #main img.mv{
	width:100%;
	max-width:700px;
	margin-bottom:30px;
}
#content #main p{
	width:92%;
	max-width:700px;
	margin-bottom:15px;
	text-align: justify;
	line-height: 170%;
	font-size:16px;
}
#content #main p.name{
	text-align: right;
    padding-top:10px;
}

@media screen and (max-width:640px) {
	#content{
		padding-bottom:20px;
		width: calc(100% - 30px);
	}
	#content #topic_path {
		padding-left:0px;
		margin-bottom:20px;
	}

	/* main */
	#content #main h1{
		box-sizing: border-box;
		width:100%;
		max-width:inherit;
		padding:8px 0 8px 0;
		font-size:18px;
		margin-bottom:15px;
	}
	#content #main img.mv{
		margin-bottom:15px;
	}
	#content #main p{
		width:100%;
		margin-bottom:10px;
		line-height: 160%;
		font-size:15px;
	}
	
}

