﻿@charset "utf-8";

/*----  カバーヘアについて　----*/
#title {
	margin-bottom: 1em;
}

#requirements {
	margin-bottom: 1.5em;
}
#requirements ul {
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8d681a;
	margin-top: 0;
	clear: both;
	display: table;
	table-layout: fixed;
	margin-bottom: 0!important;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8D681A;
}

#requirements ul li {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #8D681A;
    display: table-cell;
	line-height: 1.2;
	font-size: 0.9em;
	background: #8D681A;
	color: #FFF;
}

#requirements ul li:last-child {
	border-right: none;
}
#requirements ul li a {
	color: #8D681A;
	line-height: 1;
	width: 100%;
	display: block;
	padding-top: 1.5em;
	height: 1em;
	padding-bottom: 1.5em;
	background-color: #FFF;
	background-image: url(../images/navi_bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 12% auto;
}
#requirements ul li a:hover,
#requirements ul li a:active {
	background: #8D681A;
	color: #FFF;
	border:none;
	text-decoration:none;
}

#conts {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-bottom: 10%;
}
#conts:after {
  content : '';
  display : block;
  clear : both;
}
#conts h2 {
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 1.5em;
	margin-left: 0em;
}
#conts img {
	width: 100%;
	height:auto;
}
#conts table {
	margin-bottom: 2em;
	line-height: 1.4;
}
#conts th {
	font-weight: normal;
	font-size: 1.08em;
	padding: 1em;
	background-color: #f6f5f6;
	border: 1px solid #d8d8d8;
}
#conts td {
	padding: 1em;
	text-align: left;
	border: 1px solid #d8d8d8;
}
.attention {
	margin-top: 1em;
	padding: 1em;
	line-height: 1.4;
	background-color: #fff4f4;
}
.attention h4 {
	color: #ec2626;
	font-weight:bold;
	margin-bottom: 1em;
}
.attention p {
	line-height: 1.8;
}

.attention2 {
	margin-top: 1em;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	background-image: url(../images/bg2.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	display: block;
	border: 1px solid #EFDF9E;
	border-radius: 5px;
}
.attention2 h4 {
	color: #A7811E;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 1.2em;
}
.attention2 p {
	line-height: 26px;
	font-size: 1em;
	margin-left: 10px;
}


@media screen and (max-width : 340px){
#requirements ul li {
font-size: 0.7em;
}
.attention2 {
	padding-top: 0.3em;
	padding-right: 0.6em;
	padding-bottom: 0.3em;
	padding-left: 0.6em;
}
.attention2 h4 {
	font-size: 1em;
}

}

