@charset "UTF-8";
/* CSS Document */
html {-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;}
* {-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,th,td,img{margin:0;padding:0;}
a {color:#000;text-decoration:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0);outline:none;	-webkit-transition: all 0.5s ease-out;	-moz-transition: all 0.5s ease-out;	-o-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
a img {border-style:none;}
a:link,a:visited {color:#000;}
a:focus{outline:0}
a:hover,a.selected,a:link{text-decoration:none;}
.clear:before,.clrfx:after {content: " ";display: table;}
.clear:after {clear: both;}
.clear {*zoom: 1;}
.hoverOp:hover {
	filter: alpha(opacity=40);
	opacity: 0.4;
}

body {
	font-family:"凸版文久明朝 R","ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:16px;
	overflow-x: hidden;
}
.wrapper {
	margin: 0 auto;
}
/* ----------ヘッダ／ヨドガワ／目次---------- */
#header{
	width:800px;
	margin:70px auto 60px;
}
#header_sp{
	display:none;
}
/* ------------------honbun------------------ */
.sentence{
	width:800px;
	margin:0 auto 80px;
	padding-left:40px;
}
.yodogawa{
	width:800px;
	margin:0 auto 80px;
	padding-left:40px;
	position:relative;
}
h2{
	margin-top:50px;
	font-size:20px;
	font-family:"リュウミン", "EB-KLRyumin ExtraBold KL","ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	letter-spacing:0.15em;
}
.sentence p{
	margin:20px auto;
	text-align:left;
	letter-spacing:0.15em;
	line-height:2em;
	font-size:16px;
}
.yodogawa p{
	margin:20px auto;
	text-align:left;
	letter-spacing:0.08em;
	line-height:2.2em;
	font-size:17px;
}
.yodogawa .logo{
	position:absolute;
	top:-20px;
	right:30px;
}
.photo{
	width:800px;
	margin:-20px auto 80px;
}
.mignon{
	padding-top:60px;
	border-top:1px solid #000;
}
.henrycuir{
	padding-top:60px;
	border-top:1px solid #000;
}
/* ------------------navi------------------ */
#contents{
	width:800px;
	height:600px;
	margin:0 auto 70px;
	}
#contents p{
	margin-bottom:-30px;
	font-size:21px;
	font-family:"リュウミン", "EB-KLRyumin ExtraBold KL","ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
		letter-spacing:0.08em;
	line-height:1.3em;
}
#contents li{
	list-style:none;
	float:left;
	margin:70px 70px 0 0;
}
#contents .third{
	margin-right:0;
}
#contents .sixth{
	margin-right:0;
}
#contents .mignon_contents .third{
	margin-right:70px;
}
#contents .mignon_contents .fourth{
	margin-bottom:70px;
}

/* ------------------contents------------------ */
#navi{
	width:800px;
	border-top:1px solid #000;
	padding:50px 0 0 20px;
	margin:0 auto 100px;
	clear:both;
}
/* ------------------footer------------------ */
#footer{
	clear:both;
	padding-top:70px;
	padding-bottom:70px;
	background-color:#4B2A12;
	background-repeat:repeat-x;
}
#footer ul{
	width:824px;
	height:100px;
	margin:0 auto;
}
#footer li{
	float:left;
	list-style:none;
	margin-left:100px;
	letter-spacing:.1em;
	text-align:center;
}
#footer li a {
	display: block;
}
#footer .text {
	color:#fff;
}
#footer li a:hover .text {
	opacity: 0.5;
}

.hobonichi{
	width:80%;
	margin:50px auto;
	padding-top:64px;
	text-align:center;
	font-size:12px;
	letter-spacing:.8em;
	color:#fff;
	background-image:url(/store/henry_collar/2015/images/footer_line.png);
	background-repeat:repeat-x;
	background-position:center top;

}
/* ------------------リンク------------------ */
.hoverOp:hover {
	filter: alpha(opacity=40);
	opacity: 0.4;
}

.wrapper a:link {
	color: #CD7100;
	text-decoration: none;
}
.wrapper a:visited {
	color: #CD7100;
	text-decoration: none;
}
.wrapper a:hover {
	color: #EAC597;
	text-decoration: none;
}


/* -----フロート解除----- */ 
.clear {
    clear:both;/*floatの解除*/
}
/*------------*/

/*　スマホ対応　＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/

@media only screen and (max-device-width:420px) {
/*　全体　＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
#header{
	display:none;
}
#header_sp{
	width:800px;
	margin:70px auto 60px;
	display:block;
}
.sentence p{
	font-size:30px;
}
h2{
	font-size:34px;
	margin-top:70px;
	letter-spacing:0.08em;
}
.yodogawa p{
	letter-spacing:0.08em;
	line-height:2.1em;
	font-size:28px;
}
.yodogawa .logo{
	position:static;
	text-align:center;
	margin-bottom:50px;
}
.yodogawa .logo img{
	width:300px;
	height:auto;
}
#contents p{
	font-size:29px;

}
#contents{
	width:800px;
	height:1000px;
	margin:0 auto 40px;
	}

#contents li{
	list-style:none;
	float:left;
	margin:70px 70px 0 0;
}
#contents li img{
	width:360px;
	height:auto;
}
#contents .second{
	margin-right:0;
}
#contents .third{
	margin-right:70px;
}
#contents .fourth{
	margin-right:0;
}
#contents .sixth{
	margin-right:0;
	margin-bottom:70px;
}
/* ------------------navi------------------ */
#navi img{
	width:400px;
	height:auto;
}
/* ------------------footer------------------ */
#footer{
	padding-top:80px;
	padding-bottom:80px;
}
#footer img{
	width:80px;
	height:auto;
}
#footer ul{
	width:1000px;
}
#footer .text{
	font-size:28px;
}
.hobonichi{
	width:90%;
	margin:64px auto;
	padding-top:86px;
	text-align:center;
	font-size:18px;
}
}