/*

reading-glass.css

*/

#contentContainer #contentArea {
    width: 100%;
}

#contentArea .wrapper {
    width: 994px;
    margin: 0 auto;
}

#contentContainer #contentArea p {
	color: #222;f
}

h3.title{
	padding: 4px 0 0 0;
	border-top: 1px solid #da0024;
	color: #da0024;
	font-size: 32px;
	line-height: 36px;
}

h4.sub-title{
	color: #222;
	font-size: 32px;
	font-weight: bold;
	line-height: 36px;
}

h6.title{
	margin: 0 0 20px 0;
	border-top: 1px solid #da0024;
	color: #da0024;
	font-size: 22px;
	font-weight: bold;
	line-height: 38px;
}

#contentContainer #contentArea p.explain{
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
}

.price{
	display: inline-block;
	position: relative;
	margin-right: 4px;
	padding:0 20px 0 18px;
	background-position: -1px 7px;
	color:#da0024;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.1;
}

.price:before{
	position: absolute;
	top: 10px;
	left: 0;
	width: 20px;
	height: 20px;
	content:"";
	background:url(../../img/pc/yen.png) no-repeat;
	background-position: -2px 0px;
}

.price:after{
	position: absolute;
	top: 0px;
	right: 0;
	width: 20px;
	height: 30px;
	content:"";
	background:url(../../img/pc/tax.png) no-repeat;
	background-position: -2px 0px;
}


/**/

#main{
	margin: 0 0 35px 0;
}

#main .title{
	margin: 0 0 30px 0;
	padding: 6px 0 0 0;
	border-top: 1px solid #da0024;
}

#contentContainer #main .sub-title{
	color: #da0024;
	font-size: 32px;
	font-weight: bold;
	line-height: 40px;
}

#main .main-visual{
	width: 100%;
	height: 364px;
	background:url(../../img/pc/main.jpg) no-repeat center -5px;
	min-width:1026px;
	text-align: center;
	overflow: hidden;
}

#main p{
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
}

/**/

#detail {
	width: 100%;
	position: relative;
	margin: 0 0 84px 0;
}

#detail .text{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

#detail .text h3.title{
	margin: 0 0 63px 0;
}

#detail .text h4.sub-title{
	margin: 0 0 20px 0;
}

#detail .text p span{
	display: block;
	margin: 10px 0 26px 1em;
	color: #222;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	text-indent: -1em;
}

#detail .text p span a{
	color: #da0024;
	text-decoration: underline;
}

#detail .text p span a:hover{
	text-decoration: none;
}

#detail .img{
	float: right;
	margin: 7px 0 0 0;
}

#detail ul{
	clear:both;
	padding: 14px 0 0 0;
}

#detail ul li{
	width: 490px;
	float: left;
}

#detail ul li:last-child{
	float: right;
}

#detail ul li > img{
	margin: 0 0 10px 0;
}

#detail ul li > p{
	margin: 0 0 10px 0;
	font-size: 16px;
	line-height: 24px;
}

#detail ul li > div > p{
	width: 210px;
	float: left;
	font-size: 13px;
	line-height: 20px;
}

#detail ul li > div > img{
	float: right;
	margin: -7px 0 0 0;
}

#detail ul li h5{
	margin: 0 0 10px 0;
	color: #222;
	font-size: 22px;
	font-weight: bold;
	line-height: 32px;
}

/**/

#line-up{
	position: relative;
	margin: 0 0 56px 0;
}

#line-up h3.title{
	margin: 0 0 30px 0;
}

#line-up h4.sub-title{
	margin: 0 0 20px 0;
}

#line-up p.explain{
	margin: 0 0 29px 0;
}

#unisex{
	position: absolute;
	right: 0;
	top: 6px;
	width: 238px;
	height: 175px;
	padding: 0 0 0 6px;
	border-left: 1px solid #da0024;
}

#unisex .title{
	margin: 0 0 8px 0;
	color:#da0024;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.1;
}

#unisex .explain{
	margin: 8px 0 3px 0;
	color: #222;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

#unisex span{
	color:#222;
	font-size: 11px;
	line-height: 18px;
}

#unisex .store{
	margin: 13px 0 0 0;
}

#unisex .store p{
	margin: 0 0 2px 0;
	font-size: 11px;
	line-height: 18px;
}

#unisex .store span{
	display: block;
	text-indent:1em;
}

#unisex .store span a:link{	color: #da0024; text-decoration: underline;}
#unisex .store span a:visited{	color: #da0024;}
#unisex .store span a:hover{	color: #da0024; text-decoration: none;}

#line-up .tab{
	margin: 0 -14px 38px 0;
}

#line-up .tab li{
	float: left;
	margin: 0 14px 0 0;
	padding: 6px 0 0 0;
	border-top: 1px solid #ccc;
}

#line-up .tab li a{
	display:block;
	position: relative;
	width: 322px;
	height: 175px;
	background: url(../../img/pc/tab.png) no-repeat 0 0;
	text-indent: -9999px;
	cursor:pointer;
}

#line-up .tab li a span{
	display:none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 322px;
	height: 175px;
	background: url(../../img/pc/tab.png) no-repeat 0 0;
	text-indent: -9999px;
}

#line-up .tab li.active a span{
	display:block;
}


#line-up .tab li.tab-1 a{	background-position: 0 0;}
#line-up .tab li.tab-2 a{	background-position: -336px 0;}
#line-up .tab li.tab-3 a{	background-position: -672px 0;}

#line-up .tab li.tab-1 a span{	background-position: 0 -190px;}
#line-up .tab li.tab-2 a span{	background-position: -336px -190px;}
#line-up .tab li.tab-3 a span{	background-position: -672px -190px;}

/*
#line-up .tab li.tab-1.active a,#line-up .tab li.tab-1 a:hover{	background-position: 0 -190px;}
#line-up .tab li.tab-2.active a,#line-up .tab li.tab-2 a:hover{	background-position: -336px -190px;}
#line-up .tab li.tab-3.active a,#line-up .tab li.tab-3 a:hover{	background-position: -672px -190px;}
*/

#line-up .tab li.active{
	border-top: 1px solid #da0024;
}

#line-up .tab-content > div{
	position: relative;
}

#line-up .tab-content dl dt{
	position: relative;
	margin: 0 0 11px 0;
	color: #222;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.1;
}

#line-up .tab-content dl dt span{
	position: absolute;
	bottom: 2px;
	right: 48px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.1;
}

#line-up .tab-content dl dt span.new{
	position: absolute;
	top: -24px;
	left: 0px;
	color: #da0024;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.1;
}

#line-up .tab-content dl > dd{
	position: relative;
	width: 238px;
	float: left;
	margin: 0 14px 14px 0;
}

#line-up .tab-content dl > dd:nth-child(even){
	margin: 0 0 14px 0;
}

#line-up .tab-content dl > dd:first-of-type{
	width: 100%;
	float: none;
	margin: 0 0 14px 0;
}

.square{
	width: 490px;
	float: left;
}

.wellington{
	width: 490px;
	float: right;
}

/**/

#sub-content{

}

#about{
	width: 490px;
	float: left;
}

#about p{
	margin: 0 0 40px 0;
	font-size: 14px;
	line-height: 26px;
}

#about div.sub-title{
	margin: 0 0 10px 0;
	color: #da0024;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
}

#about ul li{
	color: #222;
	font-size: 14px;
	font-weight: bold;
	line-height: 26px;
}

#indication{
	width: 490px;
	float: right;
}

#indication ul{
	margin: -3px 0 17px 0;
}

#indication ul li{
	color: #222;
	font-size: 14px;
	font-weight: normal;
	line-height: 34px;
	border-top: 1px dotted #ccc;
}

#indication ul li:last-child{
	border-bottom: 1px dotted #ccc;
}

#indication ul li span{
	color: #222;
	font-weight: bold;
}

#indication > span{
	display: block;
	margin: 0 0 27px 0;
	color: #222;
	font-size: 11px;
}


#indication div.sub-title{
	margin: 0 0 7px 0;
	color: #da0024;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
}

#indication .checker{
	display: block;
	width:100%;
	background: #f6f6f6 url(../../img/pc/icon-document.png) no-repeat 13px 50%;
	color: #222;
	font-size: 16px;
	font-weight: bold;
	line-height: 49px;
	text-align: center;
}

#medical{
	clear: both;
	position: relative;
	margin: 0 0 70px 0;
	padding: 63px 0 0 0;
}

#medical .text{
	width: 100%;
	position: absolute;
}

#medical .sub-title{
	margin: 0 0 10px 0;
	color: #222;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
}

#medical .text p{
	width: 742px;
	font-size: 14px;
	line-height: 26px;
}

#medical .img{
	float: right;
	margin: 7px 0 0 0;
}

.frame2{
	margin: 0 0 80px 0;
	padding: 6px 0 0 0;
	border-top: 1px solid #da0023;
}
.nomiya	{ padding:0 0 20px 0;}
.frame2 a.fav{
	display: block;
	width: 994px;
	height: 115px;
	padding: 60px 0 0 0;
	background: url(../../img/pc/img-frame.jpg) no-repeat 0 0;
	color: #222;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
}

/**/

#snsArea {
	margin-bottom: 28px;
	overflow: hidden;
	padding:0px;
}

#snsArea li {
	float: left;
	height: 20px;
}

#snsArea iframe {
	width: 120px;
}

/* 2016/09/06追加 */

.pickup {
  float: right;
  padding: 6px 0 0 0;
}
#unisex {
    height: 205px;
}
