@font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Medium"); font-weight: 100; }
@font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Medium"); font-weight: 200; }
@font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Medium"); font-weight: 300; }
@font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Medium"); font-weight: 400; }
@font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Medium"); font-weight: 500; }

body {
	font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif!important;
	font-weight: 500;
	}

body.postid-477 .gdlr-comments-area {display:none;}

.honbun { font-size:1.1em; }

h3.bmail { 
	font-size:1.3em;
	background: -moz-linear-gradient(top,#be8b28,#7d5914);
	background: -webkit-linear-gradient(top,#be8b28,#7d5914);
	background: linear-gradient(top,#be8b28,#7d5914);
	padding:10px 3%;
	text-align:center;
	width:60%;
	border-radius:10px;
	margin-bottom:0;
	font-weight:bold;
	}

h3.bmail a { color:#fff; text-decoration:none!important; }
h3.bmail a:hover { text-decoration:none!important; }


.box-mail { 
	padding:15px 3%;
	border:1px solid #7d5914;
	background:#fff;
	}

h3.h-mail { 
	font-size:1.6em;
	background:#d00000;
	color:#fff;
	padding:15px 3%;
	text-align:center;
	font-weight:bold;
	}

h4.s-mail {
	font-size:1.3em;
	line-height:1.5;
	color:#7d5914;
	font-weight:bold;
	border-bottom:1px solid #e0bc77;
	margin-top:2em;
	}

h4.s-mail img { height:1em; width:auto; }

span.pc { display:inline; }
span.sp { display:none; }

@media only screen and (max-width: 640px) {

	.honbun { font-size:16px; }

	h3.bmail { 
		width:94%;
		padding:5px 3%;
		font-size:1.2em;
		}

	.box-mail { padding:10px 3%; }

	h3.h-mail { font-size:1.4em; padding:10px 3%; }

	h4.s-mail { font-size:1.15em; }

	span.pc { display:none; }
	span.sp { display:inline; }

	}