body, html {
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic' 
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #777;
	font-weight: 300;
	width: 100% !important;
	height: 100% !important;
}
h1 {
	font-size:12px;
	margin:0;
}
	
h2 {
	margin: 0 0 20px 0;
	font-weight: 500;
	font-size: 34px;
	color: #333;
	text-transform: uppercase;
}
h3 {
	font-size: 22px;
	font-weight: 500;
	color: #333;
}
h4 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 400;
	color: #333;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-size: 16px;
}
a {
	color: #8eb640;
}
a:hover, a:focus {
	text-decoration: none;
	color: #222;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul, ol {
	list-style: none;
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
hr {
	height: 2px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #8eb640;
	margin: 0;
	margin-bottom: 40px;
	border: 0;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}

/************************/
/*詳細ページ*/
/************************/
nav {
	display:none;
}
div.about-text {
	display:none;
}
div#myModal {
display:none;
}
div.es_image1 {
	width:100%;
}
div.es_image2 {
	width:100%;
}
div.es_image3 {
	width:100%;
}
img.es_photo {
	width:60%;
	z-index:10;
}
img.es_tochi,img.es_madori {
	display:block;
}
.es_tizu {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.es_tizu iframe,
.es_tizu object,
.es_tizu embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

div#detail-table table.table tr:nth-child(1) > td:nth-child(2) > span{
	white-space:nowrap;
}
	
.d_price {
	font-size:12px;
	font-weight: 400;
}
.detail-info {
	font-size:12px;
	font-weight: 400;
}

#picturepopup,#returntop {
	display:none;
}

td#s_width {
	width:25%;
}
div#copyright {
	text-align:center;

}

    .modal-open > .modal-content,
    .modal-open > .modal-footer {
        display: none !important;
    }
    