@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: "blzee";
  src: url("../font/blzee.eot?") format('eot'),
       url("../font/blzee.woff") format('woff'),
       url("../font/blzee.ttf")  format('truetype');
}

h1 {
  padding: 35px 0 15px;
  padding-left: 58px;
  background: url("/stories/history/yamamomo/shared/img/ico_001.svg") no-repeat 0 34px / 40px auto;
}
h1 .main {
  margin-right: 24px;
  font-size: 3.3rem;
  line-height: 1.2;
  display: inline-block;
  font-weight: bold;
}

.yamamomo {
	background: -webkit-linear-gradient(-90deg, #fff 0, #EDEAE4 50%);
  background: -moz-linear-gradient(180deg, #fff 0, #EDEAE4 50%);
  background: linear-gradient(180deg, #fff 0, #EDEAE4 50%);
	
	overflow:hidden;
	padding: 0 10px 50px;
}
.yamamomo .wrapper_800 {
	max-width:800px;
	width:100%;
	margin: 0 auto;
	background:#fff;
	overflow:hidden;
	padding: 0 50px 0;
	
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.yamamomo .wrapper_800 h3 {
  font-size: 2.6rem;
  line-height: 1.2;
  margin: 0 0 20px;
  font-weight: normal;
	display: block;
}


.yamamomo article {
	padding-top:60px;
	overflow:hidden;
	font-family: 'Segoe Print', 'Caveat', cursive;
}
.yamamomo article strong {
	font-weight:bold;
}
.yamamomo article h2 {
	display:block;
	border-top: solid 3px #C4B9A5;
	border-bottom: dashed 1px #C4B9A5;
	text-align:center;
	font-size:24px;
	line-height:1.2;
	padding:30px 0 26px;
	margin-bottom:30px;
	font-family: "blzee";
}
.yamamomo article h2 em {
	font-family:Georgia, "Times New Roman", Times, serif;
	display:inline-block;
	color:#f35b5b;
	margin-right:0.5em;
	font-size:24px;
}
.yamamomo article p.text {
	line-height:2.2em;
/*	margin-bottom:1em;*/
margin-bottom:0.7em;
}
.yamamomo article p.text.MB0 {
	margin-bottom:0;
}
.yamamomo article p.text.auto {
	overflow:auto;
}

.yamamomo article span.note {
	line-height:1.5em;
	font-size:13px;
}
.yamamomo article p.note {
	line-height:1.5em;
	font-size:13px;
	margin-bottom:1em;
}
.yamamomo article .font_times {
	font-family:"Times New Roman", Times, serif;
}
.yamamomo article .underline {
	text-decoration:underline;
}

.yamamomo article .photo_box {
	font-size:12px;
	line-height:1.5;
	margin-bottom:1em;
	padding-top:0.7em;
}
.yamamomo article .photo_box.right {
	float:right;
	margin-left:2em;
}
.yamamomo article .photo_box.left {
	float:left;
	margin-right:2em;
}
.yamamomo article .photo_box.center {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:1.5em;
}
.yamamomo article .photo_box img {
	display:block;
	margin-bottom:5px;
	width:100%;
	height:auto;
}

.yamamomo .pagenate {
	border-top: solid 3px #C4B9A5;
	color: #947B4D;
	padding-top: 20px;
	margin: 60px 0 35px;
	font-size: 13px;
	text-align: center;
}
.yamamomo .pagenate a {
	color:#947B4D;
}
.yamamomo .pagenate a,
.yamamomo .pagenate span {
	width:110px;
	display:inline-block;
}
.yamamomo .pagenate a.before {
	text-align:right;
}
.yamamomo .pagenate a.next {
	text-align:left;
}
.yamamomo .pagenate a.index {
	width:130px;
	margin: 0 10px;
	padding: 0 10px;
	border-right: solid 1px #947B4D;
	border-left: solid 1px #947B4D;
}


@media screen and (min-width: 640px) {
	.yamamomo article .overflow_auto_min640 {
		overflow:auto;
	}
}

/* 写真の横幅毎に設定 480以下のCSSにも反映 */
.yamamomo article .photo_box.max400,
.yamamomo article .photo_box.max400 img {
	max-width:400px;
}
.yamamomo article .photo_box.max300,
.yamamomo article .photo_box.max300 img {
	max-width:300px;
}
.yamamomo article .photo_box.max205,
.yamamomo article .photo_box.max205 img {
	max-width:205px;
}
.yamamomo article .photo_box.max180,
.yamamomo article .photo_box.max180 img {
	max-width:180px;
}
.yamamomo article .photo_box.max673,
.yamamomo article .photo_box.max673 img {
	max-width:673px;
}
