@import url("normalize.css");
@import url("reset.css");
@import url("layout.css");

/* ----------------------------------------------- header */
#header {
	position: relative;
	height: 750px;
	background-image: url(../img/index_image.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

#header .title {
	display: none;
}

/**/
#header div.lead {
	padding: 40px 20px;
	clear: both;
}
#header div.lead div {
	float: right;
	width: 500px;
	height: 455px;
	background-image: url(../img/index_circle_back.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#header div.lead h1 {
	margin: 0px;
	padding: 70px 0px 0px 0px;
	text-align: center;
}
#header div.lead h2 {
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-size: 200%;
	font-weight: 500;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
}
#header div.lead p {
	margin: 0px;
	padding: 20px 70px 20px 70px;
	color: #fff;
	font-size: 120%;
	font-weight: normal;
}

/* ----------------------------------------------- nav */
#nav {
	position: absolute;
	top: 670px;
}
#nav ul li a,
#nav ul li a span {
	color: #399f98;
	font-weight: 500;
}
#nav ul li a:hover,
#nav ul li a:hover span {
	color: #ffce42;
}
#nav .blank {
	background-image: url(../img/tpl/icon_blank_index.png);
	background-repeat: no-repeat;
	background-position: 75% center;
}
#nav .blank:hover {
	background-image: url(../img/tpl/icon_blank_index_on.png);
}

/* ----------------------------------------------- 製品開発の特長 */
.feature {
	background-image: url(../img/index_feature_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	text-align: center;
}

.feature h2 {
	clear: both;
	margin: 0px;
	padding: 100px 0px 70px 0px;
	color: #52b8b1;
	font-size: 200%;
	font-weight: 500;
	text-align: center;
	letter-spacing: 4px;
	font-family: 'Noto Serif JP', serif;
}

.feature ul {
	display: table;
	margin: 0px auto;
	padding: 0px 0px 70px 0px;
	width: 900px;
}
.feature ul li {
	display: table-cell;
	vertical-align: bottom;
	width: 33%;
	padding-top: 210px;
	background-repeat: no-repeat;
	background-position: center top;
}
.feature ul li:nth-child(1) {
	background-image: url(../img/index_feature_1.png);
}
.feature ul li:nth-child(2) {
	background-image: url(../img/index_feature_2.png);
}
.feature ul li:nth-child(3) {
	background-image: url(../img/index_feature_3.png);
}
.feature ul li h3 {
	margin: 0px;
	padding: 0px;
	color: #52b8b1;
	font-size: 130%;
	font-weight: 500;
	line-height: 120%;
}
.feature ul li p {
	margin: 0px;
	padding: 10px;
	color: #333;
	font-size: 110%;
	line-height: 120%;
}
.feature ul li:nth-child(1) p,
.feature ul li:nth-child(2) p {
	/*padding: 15px 0px;*/
}
.feature ul li a {
	display: block;
	margin: 10px 50px;
	padding: 7px 10px 7px 5px;
	color: #fff;
	background-color:#52b8b1;
	border-radius: 30px;
	text-decoration: none;
	background-image: url(../img/tpl/icon_arrow1.png);
	background-repeat: no-repeat;
	background-position: 90% center;
}
.feature ul li a:hover {
	opacity: 0.7;
}

/* ----------------------------------------------- Dr.saiboシリーズ */
.dr_saibo {
	background-image: url(../img/index_saibo_back.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	text-align: center;
}

.dr_saibo h2 {
	margin: 0px;
	padding: 50px 0px 50px 0px;
	font-size: 230%;
	font-weight: 500;
	text-align: center;
	letter-spacing: 4px;
	font-family: 'Noto Serif JP', serif;
}
.dr_saibo h2 a {
	margin: 10px 0px 0px 20px;
	padding: 10px 40px;
	color: #fff;
	font-size: 50%;
	text-decoration: none;
	border-radius: 30px;
	background-image: url(../img/index_saido_a_back.png),url(../img/tpl/icon_arrow2.png);
	background-repeat: repeat,no-repeat;
	background-position: right, right center;
}
.dr_saibo h2 a:hover {
	opacity: 0.7;
}
.dr_saibo h2 .logo {
	display: block;
	margin: 0 auto 10px;
}

.dr_saibo ul {
	display: table;
	margin: 0px auto;
	padding: 0px 0px 160px 0px;
	width: 950px;
}
.dr_saibo ul li {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
	background-repeat: no-repeat;
	background-position: center top;
}
.dr_saibo ul li div {
	margin: 10px 20px;
	padding: 30px 0px;
	text-align: left;
	background-color: #fff;
	border-radius: 7px;
	box-shadow:0px 0px 6px 3px #ccc;
	-moz-box-shadow:0px 0px 6px 3px #ccc;
	-webkit-box-shadow:0px 0px 6px 3px #ccc;
	background-repeat: no-repeat;
	background-position: right center;
}
.dr_saibo ul li:nth-child(1) div {
	background-image: url(../img/index_saibo_hair.jpg);
}
.dr_saibo ul li:nth-child(2) div {
	background-image: url(../img/index_saibo_skin.jpg);
}
.dr_saibo ul li div h3 {
	margin: 0px 0px 0px 30px;
	padding: 0px;
	font-size: 180%;
	font-weight: 200;
}
.dr_saibo ul li div p {
	margin: 10px 0px 20px 30px;
	padding: 0px;
	font-size: 105%;
	font-weight: 200;
}
.dr_saibo ul li div a {
	display: block;
	margin: 10px 0px 0px 30px;
	padding: 7px 10px 7px 0px;
	width: 180px;
	text-align: center;
	border-radius: 30px;
	background-color: #fb9644;
	text-decoration: none;
	color: #fff;
	background-image: url(../img/tpl/icon_arrow2.png);
	background-repeat: no-repeat;
	background-position: 85% center;
}
.dr_saibo ul li div a:hover {
	opacity: 0.7;
}
.dr_saibo ul li:nth-child(1) a {
	background-color: #fb9644;
}
.dr_saibo ul li:nth-child(2) a {
	background-color: #7cc2fc;
}

/* ----------------------------------------------- ドクターコスメのOEM */
.oem {
	clear: both;
	text-align: center;
	background-image: url(../img/index_oem_image.png);
	background-repeat: no-repeat;
	background-position: right 80px;
	height: 580px;
	padding-bottom: 150px;
}
.oem div {
	width: 930px;
	margin: 0px auto;
	text-align: left;
}
.oem div h2 {
	margin: 50px 0px 20px 0px;
	padding: 0px;
	text-align: center;
	background-image: url(../img/index_oem_title_back.png);
	background-repeat: no-repeat;
	background-position: center center;
	font-family: 'Noto Serif JP', serif;
}
.oem div p {
	width: 330px;
	margin: 80px 0px 100px 0px;
	padding: 0px;
	line-height: 200%;
	font-size: 110%;
}

/* ----------------------------------------------- インフォメーション */
.info {
	clear: both;
	width: 950px;
	margin: 0px auto;
	padding: 40px 0px;
}
.info h3 {
	margin: 0px;
	padding: 20px 0px;
	font-size: 170%;
	font-weight: 400;
	border-bottom: 1px solid #ccc;
}
.info div {
	height: 300px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.info table {
	width: 950px;
	margin: 0px;
	padding: 0px;
	border: none;
	border-collapse: collapse;
}
.info table th,
.info table td {
	padding: 15px 0px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px dotted #ccc;
}
.info table th {
	width: 25%;
}
.info table th span {
	color: #fff;
	margin-left: 10px;
	padding: 2px 20px;
	text-align: center;
	font-size: 80%;
	font-weight: normal;
}
.info table th span.gr {
	background-color: #00a9af;
}
.info table th span.pi {
	background-color: #eb868a;
}


