@charset "utf-8";

#mainTitle {
	height: 280px;
}

#mainTitle div.SalesTermination {
	width: 667px;
	margin: auto;
	margin-top: 20px;
	padding: 20px 30px;
	border: 1px solid #000;
	background: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
}

#mainArea .mainImgBox .textBox .left p.text {
	margin: 4px auto 0;
}

#mainArea .profile {
	margin: 100px auto 0;
}
#mainArea .profile .right {
	float: right;
	width: 600px;
	height: 300;
	text-align: left;
	position: relative;
}
#mainArea .profile .right a {
	color: #005AB4 !important;
}
#mainArea .profile .right a:hover {
	color:#FF3300 !important;
	text-decoration:underline;
}
#mainArea .profile div.name {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.1;
	letter-spacing: 0.1em;
}
#mainArea .profile div.name span {
	font-size: 18px;
	letter-spacing: -0.01em;
}
#mainArea .profile p {
	font-size: 18px;
	font-weight: 500;
	margin: 15px 0 0 0;
}
#mainArea .profile p span {
	display: block;
}
#mainArea .profile .profLink {
	position: absolute;
	bottom: -22px;
	right: 0;
}
#mainArea .profile .profLink a {
	font-size: 18px;
	color: #858585;
	position: relative;
}
#mainArea .profile .profLink a:hover {
	text-decoration: none;
	opacity: 0.7;
}
#mainArea .profile .profLink a::after {
	content: " ";
	background-color: #858585;
	width: 100%;
	height: 1px;
	z-index: 2;
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	transition:all 0.3s;
}
.ie #mainArea .profile .profLink a::after {
	bottom: 3px;
}
#mainArea .profile .profLink a:hover::after {
	opacity: 0;
}
#mainArea .profile .profLink img {
	vertical-align: middle;
}

.contentsBox {
	margin: 100px auto 0;
}
.contentsBox .ques {
	width: 880px;
	margin: 0 auto 0;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	line-height: 1.7;
	position: relative;
	text-indent: 56px;
}
.contentsBox .ques::before {
	content: '';
	position: absolute;
	top: 15px;
	left: 0;
	width: 54px;
	height: 1px;
	background: #151515;
}


.contentsBox .ans {
	width: 880px;
	margin: 25px auto 0;
	font-size: 20px;
	font-weight: 500;
	text-align: left;
	line-height: 1.9;
}
.contentsBox .ans span {
	color: #858585;
}
.contentsBox .imgBox {
	width: 880px;
	margin: 30px auto 0;
	position: relative;
}

.contentsBox .imgBox2 {
	width: 410px;
	margin: 30px 40px 0 30px;
	position: relative;
	float: left;
}


.contentsBox .imgBox p.cap,
.contentsBox .imgBox2 p.cap {
	font-size: 15px;
	text-align: left;
	line-height: 1.5;
	margin: 0px 0 5px 0;
	font-weight: normal;
	color: #858585;
}

.contentsBox .imgBox p.cap2 {
	font-size: 15px;
	text-align: center;
	line-height: 1.5;
	margin: 0px 0 5px 0;
	font-weight: normal;
	color: #858585;
}

#snsComments.contentsBox .imgBox {
	padding: 0 0 29px 0;
}
.contentsBox .choosePoint {
	width: 880px;
	margin: 25px auto 0;
	text-align: left;
}

.contentsBox .choosePoint .boxInner{
	padding: 30px 30px;
	border: 1px solid #858585;
	background: #fff;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.9;
}

.contentsBox p {
font-size: 20px;
	font-weight: bold;
	text-align: left;
	line-height: 1.7;
	margin: 40px 0 10px 0;
}

.contentsBox .textLink img,
#mainArea .point{
	position: relative;
	top:7px;
}

.contentsBox .point2{
	position: relative;
	top:3px;
}

.contentsBox .textLink{
	margin: 20px 0;
}


.contentsBox .note {
	width: 880px;
	margin: 25px auto 0;
	font-size: 15px;
	text-align: left;
	line-height: 1.5;
}

.contentsBox a,
.contentsBox a:visited,
.attention a {
	color: #005AB4 !important;
}

.contentsBox a:hover,
.attention a:hover{
	color:#FF3300 !important;
	text-decoration:underline;
}


.contentsBox h4 {
width: 880px;
	margin: 50px auto 10px;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	line-height: 1.7;
	position: relative;
	display: block;
}

.contentsBox .ques_margin {
	margin-top: 50px;
}


.underBox {
	margin: 100px auto 0;
}
.underBox > div {
	position: relative;
}
.underBox > h3.title {
	padding: 0 0 0 30px;
	margin: 0 0 64px 0;
	font-size: 24px;
	font-weight: bold;
	position: relative;
	text-align: left;
	line-height: 2;
}
.underBox > h3.title::after {
	content: " ";
	background-color: #858585;
	width: 100%;
	height: 1px;
	z-index: 2;
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
}
.underBox > h3.title span {
	font-size: 18px;
}
.underBox > h3.title::before {
	content: " ";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9.5px 0 9.5px 16.5px;
	border-color: transparent transparent transparent #000;
	position: absolute;
	top: 50%;
	left: 0;
	margin: -10px 0 0;
}
.ie .underBox > h3.title::before {
	margin: -12px 0 0;
}
.underBox .link {
	position: absolute;
	right: 10px;
	bottom: 8px;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: -0.05em;
	line-height: 1;
}
.underBox table .link {
	position: relative;
	font-weight: normal;
	right: auto;
	bottom: auto;
}
.underBox .link a {
	color: #151515;
}

.underBox.toShop {
	margin: 70px auto 0;
}
.underBox.toShop > h3.title {
	margin: 0 0 30px 0;
}
.underBox.toShop p.lead {
	margin: 20px auto 0;
	width: 880px;
	font-size: 20px;
	font-weight: 500;
	line-height: 2.0em;
	text-align: left;
}
.underBox.toShop h4.subtitle {
	margin: 43px auto 0;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
}
.underBox.toShop .inBox {
	width: 420px;
	display: inline-block;
	vertical-align: top;
	-webkit-transition:opacity 0.3s;
	-moz-transition:opacity 0.3s;
	-ms-transition:opacity 0.3s;
	-o-transition:opacity 0.3s;
	transition:opacity 0.3s;
	margin: 35px 0 0;
}
.underBox.toShop .inBox + .inBox {
	margin: 35px 0 0 40px;
}
/*
.underBox.toShop .inBox:hover {
	opacity: 0.5;
}
*/
.underBox.toShop .inBox a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
.underBox.toShop .inBox h5.title {
	height: 40px;
	line-height: 40px;
	background: #000;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	padding: 0 0 0 20px;
}
.ie .underBox.toShop .inBox h5.title {
	line-height: 44px;
}
.underBox.toShop .inBox .imgArea {
	position: relative;
	margin: 0 auto 0;
	padding: 25px 0 43px 0;
	background: #fff;
}
.underBox.toShop .inBox .imgArea a {
	display: block;
	width: 100%;
	height: 100%;
	transition: opacity 0.3s linear;
}
.underBox.toShop .inBox .imgArea a:hover {
	opacity: 0.7;
}
.underBox.toShop .inBox .imgArea .link {
	position: absolute;
	bottom: 13px;
	right: 13px;
	font-size: 15px;
	font-weight: 500;
}
.underBox.toShop .inBox .imgArea a:hover .link {
	text-decoration: underline;
}
.underBox.toShop .inBox .imgArea a > div {
	display: inline-block;
	vertical-align: top;
}
.underBox.toShop .inBox .imgArea div.text {
	margin: 0 0 0 10px;
	text-align: left;
}
.underBox.toShop .inBox .imgArea div.text ul.list li {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.1;
	margin: 0 0 5px;
}
.underBox.toShop .inBox .imgArea div.text ul.list span.mini {
	font-size: 11px;
}
.underBox.toShop .inBox p.note {
	margin: 5px auto 0;
	text-align: right;
	font-size: 15px;
	letter-spacing: -0.01em;
}

.underBox.toShop .inBox .miniBox {
	margin: 15px auto 0;
}

.underBox.youshiDetail {
	margin: 62px auto 0;
}
.underBox.youshiDetail > h4.title {
	margin: 0 auto 0;
	width: 880px;
	height: 50px;
	text-align: center;
	background: #000;
	font-size: 24px;
	font-weight: bold;
	line-height: 50px;
	color: #fff;
}
.underBox.youshiDetail table {
	width: 880px;
	margin: 39px auto 0;
	text-align: left;
	background: #858585;
	border-collapse: separate;
	border-spacing: 1px;
}
.underBox.youshiDetail table tr p,
.underBox.youshiDetail table tr div,
.underBox.youshiDetail table tr img {
	-webkit-transition:opacity 0.3s;
	-moz-transition:opacity 0.3s;
	-ms-transition:opacity 0.3s;
	-o-transition:opacity 0.3s;
	transition:opacity 0.3s;
}
.underBox.youshiDetail table tr:hover p,
.underBox.youshiDetail table tr:hover div,
.underBox.youshiDetail table tr:hover img
 {
	opacity: 0.6;
}
.underBox.youshiDetail table tr p img {
	vertical-align: middle;
}
.underBox.youshiDetail table tr th {
	background: #000;
	padding: 0 20px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}
.ie .underBox.youshiDetail table tr th {
	line-height: 66px;
}
.underBox.youshiDetail table tr th.th01 {
	width: 180px;
}
.underBox.youshiDetail table tr th.th02{ 
	width: 310px;
}
.underBox.youshiDetail table tr td {
	padding: 0 20px;
	height: 80px;
	background: #fff;
	font-size: 18px;
	position: relative;
	word-break: break-all;
}
.underBox.youshiDetail table tr td.size {
	position: relative;
	text-align: center;
	font-size: 22px;
}
.underBox.youshiDetail table tr td span.small {
	position: absolute;
	top: 28px;
	left: 92px;
	display: block;
	font-size: 12px;
	line-height: 1.1;
}
.underBox.youshiDetail table tr td span.mini {
	font-size: 14px;
}
.underBox.youshiDetail table div.no {
	width: 22px;
	height: 25px;
	line-height: 25px;
	background: #000;
	font-size: 15px;
	text-align: center;
	color: #fff;
	margin: 0 10px 0 0;
	padding: 0 3px 0 0;
	display: inline-block;
	vertical-align: middle;
}
.underBox.youshiDetail table p {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.2;
	letter-spacing: -0.05em;
}
.ie .youshiDetail.underBox table p {
	padding-top: 4px;
}
.underBox.youshiDetail table .img {
	position: absolute;
	right: 22px;
	top: 10px;
}
.underBox.youshiDetail a.link {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 80px;
}

ul.attention {
	margin: 10px auto 0;
	width: 880px;
	line-height: 1.2;
}
.underBox.toShop p.attention {
	margin: 40px auto 0;
	width: 880px;
	line-height: 1.2;
}



.underBox .contentsTitle{
	width: 880px;
	overflow: hidden !important;
}