@charset "UTF-8";
/* CSS Document */


/*
 common [
----------------------------------------------------------- */
* {
	margin:0;
	padding:0;
}

html {
	overflow-y:scroll;
	margin: 0 auto;
}

p,li,dt,dl {
	line-height:1.6;
}
p {
	margin:0 0 1em 0;
}
li {
	list-style-type:none;
}
img {
	border:0;
}
address {
	font-style:normal;
}
.clear {
	clear:both;
}
.path {
	font-size: smaller;
	width: 878px;
	height: 15px;
	clear: both;
	display: block;
	position: relative;
	float: left;
	margin-top: 10px;
	margin-left: 40px;
}

/*
 font-weight Color [
----------------------------------------------------------- */
.red {
	color: #a2000d;
}
.red-w {
	color: #a2000d;
	font-weight: 600;
}
.larger-f {
	font-size: larger;
}

/*
 Link Color [
----------------------------------------------------------- */
a:link {
	color:#9a4b9a;
	text-decoration:none;
}
a:visited {
	color:#9a4b9a;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:active {
	color:#666;
}


/*
 base [
----------------------------------------------------------- */
body {
	background:#FFF url(../img/common/bg.gif) repeat left top;
	font-family:Verdana, "Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
	font-size:80%; 
	color: #313131;
}

#wrap {
	width: 100%;
	height: auto;
	display: block;
	background: #ededed;
	margin: 0 auto;
}

/* 下層ページ専用 */
#pageinner {
	width: 878px;
	height: auto;
	margin: 0 auto;		
}
/* 子要素の回り込みを解除 */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

/*
 header [
----------------------------------------------------------- */
header {
	width: 100%;
	height: 113px;
	display: block;
	background: #fff;
	box-shadow: 0 3px 7px 1px rgba(0,0,0,0.2);	
	position: absolute; 
	z-index: 2;
}
h1 {
	width: 100%;
	height: 20px;
	background: #374151;
}
p.header-title {
	width: 980px;
	height: 20px;
	margin: 0 auto;
	font-size: x-small;
	color: #fff;		
	padding-top:3px;
	padding-left:20px;
}
#head-area {
	width: 980px;
	height: 93px;
	display: block;
	margin: 0 auto;
	position: relative;
}
h2 {
    width: 259px;
    height: 73px;
    margin: 10px 20px;
    display: block;
    float: left;
}
.contact {
    width: 300px;
    height: auto;
    margin: 10px 20px;
    display: block;	
    float: right;
    text-align: right;
}
p.inquiry {
    width: 257px;
    height: 37px;
	display: block;
	position: absolute;
	top: 40px;
	right: 0;
	height: 15px;
}
p.inquiry a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80); /* IE対策 */	
}

/*
 SNS [
----------------------------------------------------------- */
iframe.twitter-share-button {
	width: 95px!important;
}


/*
 main [
----------------------------------------------------------- */
#main {
	width: 100%; /* 1500px */
	height: auto;
	margin: 0 auto; 
	padding-top: 113px;
	z-index: 1;
	background: #f6e8e3;
}
#main img {
	width: 980px; /* 100% */
	height: 632px;
	display: block;
	margin: 0 auto;
}


/* グローバルナビゲーション */
nav{
	width: 100%; /* グローバルナビゲーション */
	height: 60px;
	display: block;
	background: #374151;
	top: 650px;
}

/* basic */
ul#nav-bar {
	width: 984px;
	height: 60px;
	margin: 0 auto;
	display: block;
	background: url(../img/nav.png) no-repeat;	
}
li#feature {
	width: 245px;
	height: 60px;
	float: left;
	display: block;
}
li#message {
	width: 245px;
	height: 60px;
	float: left;
	display: block;
}
li#association {
	width: 245px;
	height: 60px;
	float: left;
	display: block;
}
li#application {
	width: 245px;
	height: 60px;
	float: left;
	display: block;
}

/* a */
li#feature a {
	width: 245px;
	height: 60px;
	display: block;
	background-position: 0 0;
}
li#message a {
	width: 245px;
	height: 60px;
	display: block;
	background-position: 245px 0;
}
li#association a {
	width: 245px;
	height: 60px;
	display: block;
	background-position: 490px 0;
}
li#application a {
	width: 245px;
	height: 60px;
	display: block;
	background-position: 735px 0;
}

/* a:hover */
li#feature a:hover {
	width: 245px;
	height: 60px;
	display: block;
	background: url(../img/nav.png) no-repeat;
	background-position: 0 -60px;
}
li#message a:hover {
	width: 245px;
	height: 60px;
	display: block;
	background: url(../img/nav.png) no-repeat;
	background-position: -245px -60px;
}
li#association a:hover {
	width: 245px;
	height: 60px;
	display: block;
	background: url(../img/nav.png) no-repeat;
	background-position: -490px -60px;
}
li#application a:hover {
	width: 245px;
	height: 60px;
	display: block;
	background: url(../img/nav.png) no-repeat;
	background-position: -735px -60px;
}



/*
 container [ コンテンツ全体を包むBOX
----------------------------------------------------------- */
#container {
	width: 980px;
	height: auto;
	background: #fff;
	margin: 0 auto;
	box-shadow: 0 10px 5px 2px rgba(0,0,0,0.2);
}


/*
 feature [
----------------------------------------------------------- */
#summary {
	width: 900px;
	height: auto;
	display: block;
	padding: 0 40px 20px;
}
#copy1 img {
	display: block;
	margin: 0 auto;
	padding: 20px 10px;
	clear: both;
}
#copy2 img,#copy3 img,#copy4 img {
	display: block;
	margin: 0 auto;
	padding: 10px;
}
.copy5 img,.copy6 img,.copy7 img,.copy8 img,.copy9 img {
	display: block;
	margin: 0 auto;
	padding: 10px;
}

.hope img {
	display: block;
	margin: 0 auto;	
}
.whatis img,.becoming img {
	display: block;
	margin: 0 auto 30px;	
}
#sub-copy img {
	display: block;
	margin: 30px auto 0;
}
.arr-down img,.arr-down-b img {
	display: block;
	margin: 0 auto 20px;
}
#habit5 {
	width: 900px;
	height: 700px;
	display: block;
	margin: 0 auto 30px;
	background: url(../img/habit5-bg.png) no-repeat;
	border: 1px solid #374151;
}
.habit5-ti {
	display: block;
	margin: 0 auto 10px;	
}
.habit5-headline {
	width: 88%;
	height: auto;
	margin: 0 auto 50px;
	font-size: 18px;
	text-align: left;	
}
.habit5-item {
	width: 80%;
	height: auto;
	margin: 0 150px 60px;	
}
.habit5-01,.habit5-02,.habit5-03,.habit5-04,.habit5-05 {
	width: 100%;
	height: 60px;
	font-size: 15px;
	margin-bottom: 21px;	
}

/* メンバー特典 */
#feature-area {
	width: 980px; /* 100% */
	height: 5919px; /* auto 5919px */
	display: block;
	margin: 0 auto 20px;
	overflow: hidden;
}
.feat-bg {
	width: 980px;
	height: 5650px; /*5331*/
	display: block;
	margin: 0 auto 30px;
	position: relative;
	background: url(../img/feat-bg.png) left top no-repeat;
	overflow: hidden;
}
ul.feat-index {
	width: 820px;
	height: auto;
	display: block;
	position: relative;
	margin: 0 auto 40px;
	top: 180px;
	overflow: hidden;
}
li.feat-left {
	width: 380px;
	height: auto;
	display: block;	
	float: left;
	padding: 0 10px;
}
li.feat-right {
	width: 390px;
	height: auto;
	display: block;	
	float: left;
	padding: 0 10px;
}
.feat-item {
	width: auto;
	height: 40px;
	margin-bottom: 10px;
}

/* 特典１ */
.special-1 {
	width: 843px;
	height: 1292px;
	display: block;
	position: relative;
	margin: 220px auto 25px;
	border: 1px solid #374151;	
}
.ti-habit1 {
	width: 843px;
	height: 51px;
	position: relative; 
	margin: 0 auto 20px;
}
.seminar-var {
	width: 795px;
	height: 542px;
	margin: 0 auto 30px;
	
}
.special-headline {
	width: 95%;
	height: auto;
	margin-left: 30px;
	font-size: 16px;
	text-align: left;	
}
.price-down img {
	width: 747px;
	height: 171px;
	display: block;
	margin: 0 auto;
	padding: 10px;
}

.voice1-bg {
	width: 793px;
	height: 156px;
	background: url(../img/voice1-bg.png) no-repeat;
	margin: 0 auto 20px;	
}
.voice-txt {
	width: 70%;
	height: auto;
	padding-top: 32px;
	margin-left: 200px;
	font-size: 13px;
	line-height: 1.5;
}
.voice2-bg {
	width: 793px;
	height: 156px;
	background: url(../img/voice2-bg.png) no-repeat;
	margin: 0 auto 20px;	
}
.voice-txt2 {
	width: 70%;
	height: auto;
	padding-top: 32px;
	margin-left: 40px;
	font-size: 13px;
	line-height: 1.5;
}

/* 特典２ */
.special-2 {
	width: 843px;
	height: 992px;
	display: block;
	position: relative;
	margin: 0 auto 25px;
	border: 1px solid #374151;
}
.special-3 {
	width: 843px;
	height: 478px;
	display: block;
	position: relative;
	margin: 0 auto 25px;
	border: 1px solid #374151;
}
.special-4 {
	width: 843px;
	height: 469px;
	display: block;
	position: relative;
	margin: 0 auto 25px;
	border: 1px solid #374151;
}
.special-5 {
	width: 843px;
	height: 351px;
	display: block;
	position: relative;
	margin: 0 auto 25px;
	border: 1px solid #374151;
}
.special-6,.special-7 {
	width: 843px;
	height: 287px;
	display: block;
	position: relative;
	margin: 0 auto 25px;
	border: 1px solid #374151;
}
.special-8 {
	width: 843px;
	height: 340px;
	display: block;
	position: relative;
	margin: 0 auto 25px;
	border: 1px solid #374151;
}
.special-9 {
	width: 843px;
	height: 189px;
	display: block;
	position: relative;
	margin: 0 auto 25px;
	border: 1px solid #374151;
}
.special-10 {
	width: 843px;
	height: 164px;
	display: block;
	position: relative;
	margin: 0 auto 25px;
	border: 1px solid #374151;
}



.ti-habit2 {
	width: 843px;
	height: 51px;
	position: relative; 
	margin: 0 auto 20px;
}

.specialist-mail img {
	width: 791px;
	height: 167px;
	display: block;
	margin: 0 auto;
	padding: 10px;	
}
.voice3-bg {
	width: 793px;
	height: 156px;
	background: url(../img/voice3-bg.png) no-repeat;
	margin: 0 auto 20px;	
}
.voice4-bg {
	width: 793px;
	height: 156px;
	background: url(../img/voice4-bg.png) no-repeat;
	margin: 0 auto 20px;	
}
.voice5-bg {
	width: 793px;
	height: 156px;
	background: url(../img/voice5-bg.png) no-repeat;
	margin: 0 auto 20px;	
}

/* 特典３、４ */
.ti-habit3,.ti-habit4,.ti-habit5,.ti-habit6,.ti-habit7,.ti-habit8,.ti-habit9,.ti-habit10 {
	width: 843px;
	height: 51px;
	position: relative; 
	margin: 0 auto 20px;
}

.member-journal img {
	width: 724px;
	height: 94px;
	display: block;
	margin: 0 auto;
	padding: 10px;	
}
.beauty-journal img {
	width: 678px;
	height: 124px;
	display: block;
	margin: 0 auto;
	padding: 10px;	
}

.voice6-bg {
	width: 386px;
	height: 128px;
	float: left;
	background: url(../img/voice6-bg.png) no-repeat;
	margin-left: 25px;
	margin-bottom: 20px;
}
.voice7-bg {
	width: 386px;
	height: 128px;
	float: left;	
	background: url(../img/voice6-bg.png) no-repeat;
	margin-left: 20px;
	margin-bottom: 20px;	
}
.voice-txt3 {
	width: 90%;
	height: auto;
	padding-top: 22px;
	margin-left: 22px;
	font-size: 12px;
	line-height: 1.5;
}

/* 特典５ */
.semi-movie {
	width: 384px;
	height: 121px;
	float: left;
	margin-top: 5px;
	margin-left: 25px;
	margin-bottom: 20px;	
}

/* 特典６、７ */
.zeimu-img,.hoken-img {
	width: 387px;
	height: 122px;
	float: left;
	margin-top: 5px;
	margin-left: 25px;
	margin-bottom: 20px;		
}

/* 特典８ */
.resort-img {
	width: 386px;
	height: 146px;
	float: left;
	margin-top: 10px;
	margin-left: 25px;
	margin-bottom: 20px;		
}
.voice13-bg {
	width: 387px;
	height: 154px;
	float: left;	
	background: url(../img/voice13-bg.png) no-repeat;
	margin-left: 20px;
	margin-bottom: 20px;
}


/*
 年会費価格 [
----------------------------------------------------------- */
#price-area {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto 30px;
	position: static;
}
.price img {
	width: 888px;
	height: 243px;
	display: block;
	margin: -60px 70px -15px;
}
p.inquiry_btn img {
	width: 843px;
	height: 82px;
	display: block;
	margin-left: 70px;
}
p.inquiry_btn a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80); /* IE対策 */	
}
.cost-performance img {
	width: 851px;
	height: 394px;
	display: block;
	margin: 0 auto 50px;	
}

#mem-voice-bg {
	width: 900px;
	height: 572px; /*5331*/
	display: block;
	margin: 0 auto 30px;
	position: relative;
	background: url(../img/mem-voice-bg.png) no-repeat;		
}
p.ti-voice img {
	width: 900px;
	height: 135px;
	display: block;
	position: absolute;	
	margin: -20px auto 30px; 
}

.mem-v-inner {
	width: 817px;
	height: 390px;
	display: block;
	margin: 0 45px;
	padding-top: 133px;
	position: relative;
}
.mem1 {
	width: 244px;
	height: 125px;
	float: left;
}
.mem2 {
	width: 244px;
	height: 125px;
	float: left;
	margin-left: 40px;
}
.mem3 {
	width: 244px;
	height: 125px;
	float: left;
	margin-left: 40px;
}
.mem-img1,.mem-img2,.mem-img3 {
	width: 238px;
	height: 122px;
	margin-bottom: 10px;		
}
.mem-img1 img {
	width: 238px;
	height: 122px;
}
.mem-img2 img {
	width: 240px;
	height: 122px;
}
.mem-img3 img {
	width: 241px;
	height: 121px;
}
.mem-voice {
	width: 244px;
	height: 255px;
	font-size: 13px;
}

/*
 日本スキンケア協会のご紹介 [
----------------------------------------------------------- */
#asso-area {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto 40px;	
}
.ti-line-bg {
	width: 400px;
	height: 50px;
	margin: 0 auto 20px;
	background: url(../img/ti-line-bg.png) no-repeat;
	padding: 13px 250px;
	font-size: 30px;
	font-family: serif;
	color: #2f3f50;
}
.accociation-mem {
	width: 796px;
	height: 173px;
	margin: 0 auto;
}
.asso-headline {
	width: 88%;
	height: auto;
	margin: 0 auto 30px;
	font-size: 18px;
	text-align: left;	
}

/*
 日本スキンケア協会からのメッセージ [
----------------------------------------------------------- */
#message {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto 40px;	
}
.ti-message {
	width: 963px;
	height: 238px;
	margin: 0 auto 30px;
}
.message-bg {
	width: 902px;
	height: 947px;
	margin: 0 auto;
	background: url(../img/message-bg.png) no-repeat;
}
.message-head img {
	width: 900px;
	height: 60px;
	display: block;
	margin: 0 auto 30px;
}
.message-txt {
	width: 840px;
	height: auto;
	display: block;
	margin: 0px auto 80px;
	font-size: 15px;
	line-height: 1.9;
	font-family: serif;
	color: #313131;
}
.sign {
	font-size: 15px;	
	font-family: serif;
	color: #313131;
	margin-left: 250px;
}


/*
 お申し込みの流れ [
----------------------------------------------------------- */
#flow-area {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto 30px;	
}
.flow img {
	width: 923px;
	height: 645px;
	display: block;
	margin: 0 auto;
}


/*
お申し込み促進 [
----------------------------------------------------------- */
#last-inquiry {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto 50px;
}


/*
 foot [
----------------------------------------------------------- */
footer {
	display: block;
	position: relative;
	width: 100%;
	height: 20px;
	bottom: 0;
}

small#copyright {
	width: 100%;
	height: 30px;
	display: block;
	position: relative;
	text-align: center;
	background: #959595;
	color: #fff;
	padding-top: 15px;
}
p.copyright-txt {
	color: #fff;
	display: block;
	width: 400px;
	margin: 0 auto;
}



/*
 form　※臨時 [
----------------------------------------------------------- */
#sub-nav8 {
	width: 1000px;
	height: 105px;
	display: block;
	background: url(../img/inquiry/headline_inquiry_bg.png) no-repeat;
	margin: 0 auto;
	float: left;
	position: relative;
}
#sub-nav9 {
	width: 1000px;
	height: 105px;
	display: block;
	background: url(../img/license/headline_license_bg.png) no-repeat;
	margin: 0 auto;
	float: left;
	position: relative;
}
#inquiry-summary {
	width: 878px;
	height: 700px;
	display: block;
	position: relative;
	clear: both;
	margin: 0 auto 40px;
	top: 20px;
}
#license-summary {
	width: 878px;
	height: 1480px;
	display: block;
	position: relative;
	clear: both;
	margin: 0 auto 40px;
	top: 20px;
}	
#inquiry-formarea {
	width: 749px;
	height: 574px;
	display: block;
	margin: 0 auto;
	background: url(../img/inquiry/inquiry-formbg.png) no-repeat;
	position: relative;
}
#license-formarea {
	width: 749px;
	height: 1403px;
	display: block;
	margin: 0 auto;
	background: url(../img/license/license-formbg.png) no-repeat;
	position: relative;
}

.form-area {
	width: 600px;
	height: 500px;
	display: block;
	margin: 0px auto;
	padding: 50px;
}
.form-area2 {
	width: 600px;
	height: 700px;
	display: block;
	margin: 0px auto;
	padding: 50px;
}

dl.line1 {
	width: 600px;
	height: 20px;
	display: block;
	clear: left;
	margin: 20px auto;	
}
dl.line2 {
	width: 600px;
	height: 50px;
	display: block;
	clear: left;
	margin: 20px auto;	
}
dl.line_menu {
	width: 600px;
	height: 80px;
	display: block;
	clear: left;
	margin: 15px auto;
}
dl.line_menu2 {
	width: 600px;
	height: 120px;
	display: block;
	clear: left;
	margin: 15px auto;
}
dl.line_menu3 {
	width: 600px;
	height: 60px;
	display: block;
	clear: left;
	margin: 15px auto 20px;
}
dl.question {
	width: 600px;
	height: 120px;
	display: block;
	clear: left;
	margin: 30px auto;	
}
dt.heading {
	width: 200px;
	height: 20px;
	display: block;
	float: left;
	font-size: 13px;
	text-align: left;
	font-weight: 100;	
}
dt.heading2 {
	width: 200px;
	height: 100px;
	display: block;
	float: left;
	font-size: 13px;
	text-align: left;
	font-weight: 100;	
}
dt.heading3 {
	width: 200px;
	height: 60px;
	display: block;
	float: left;
	font-size: 13px;
	text-align: left;
	font-weight: 100;	
}
dt.heading-1line {
	width: 200px;
	height: 25px;
	display: block;
	float: left;
	font-size: 13px;
	text-align: left;
	font-weight: 100;	
}
/*dl.privacy {
	width: 600px;
	height: 40px;
	display: block;
	clear: left;
	margin: 10px auto 20px;	
}*/
p.sub-headline2 {
	width: 832px;
	height: auto;
	display: block;
	margin: 0 auto 20px;
	position: relative;
	font-size: medium;
	color: #d8527a;
	clear: both;
}
p.sub-headline3 {
	width: 600px;
	height: auto;
	display: block;
	margin: 0 auto 20px;
	position: relative;
	font-size: 14px;
	clear: both;
}
p.sub-headline4 {
	width: 600px;
	height: auto;
	display: block;
	margin: 0 auto 20px;
	position: relative;
	font-size: small;
	clear: both;
}
hr.form-border {
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	margin-bottom: 20px;
}
dt.crossing {
	width: 600px;
	height: auto;
	display: block;
	float: left;
	font-size: 15px;
	text-align: left;
	margin-bottom: 5px;
}
p.crossing {
	float: left;
	font-size: 13px;
	text-align: left;
	margin: 5px 0;	
}
dd.selection {
	width: 400px;
	height: auto;
	display: block;
	float: left;
	margin-bottom: 5px;
}
dd.item {
	width: 380px;
	height: auto;
	display: block;
	font-size: 14px;
	float: left;
}
dd.pulldown {
	width: 260px;
	position: relative;
	float: left;
}
dd.checkbox {
    float: left;
}

input[type="text"] {
	width: 200px;
	height: 20px;
}
textarea[id="inquiry"] {
	width: 370px;
	height: 120px;
}
.form_application {
	width: 265px;
	height: 40px;
	margin: 0 auto;
}
p.form-btn {
	width: 265px;
	height: 40px;
	display: block;
	margin: 0 auto;
}
input[type="submit"][disabled] {
background:rgba(223,118,149,1.00) !important;
cursor: default;
}
input[type="submit"] {
	width: 265px;
	height: 40px;
	border: none;
	margin: 0 auto;	
	background:rgba(223,118,149,1.05) !important;
	color:#fff;
	font-size:16px;
	cursor:pointer;
}


.required {
	font-size: x-small;
	color: red;
}
.example {
	font-size: x-small;
}

/*
 thanks [
----------------------------------------------------------- */
#sub-nav10 {
	width: 1000px;
	height: 105px;
	display: block;
	background: url(../img/license/headline_thanks_bg.png) no-repeat;
	margin: 0 auto;
	float: left;
	position: relative;
}
#thanks-summary {
	width: 878px;
	height: 330px;
	display: block;
	position: relative;
	clear: both;
	margin: 0 auto 40px;
	top: 20px;
}

/*add*/
.f-12{
	font-size:12px;
	}
.f-18{
	font-size:18px;
	}	
.bold{
	font-weight:bold;
	}
.width-940{
	width:940px;
	}
		
.center{
	margin:0 auto;
	}
.hidden{
	overflow:hidden;
	}	
.padding-top-05{
	padding-top:5px;
	}	
.padding-top-20{
	padding-top:20px;
	}	
.padding-top-40{
	padding-top:40px;
	}
.padding-bottom-10{
	padding-bottom:10px;
	}	
.padding-bottom-20{
	padding-bottom:20px;
	}		
.margin-left-20{
	margin-left:20px;
	}	
.margin-bottom-20{
	margin-bottom:20px;
	}	
.text-align-center{
	text-align:center;
	}

submit[disabled] {
	
}		
/*フォーム3*/
.form-area03 {
width: 600px;
display: block;
margin: 0px auto;
padding: 50px;
}
#license-formarea03 {
width: 749px;
overflow:hidden;
display: block;
margin: 0 auto;
background: url(../../img/license/license-formbg03.png) no-repeat;
position: relative;
margin-bottom:40px;
}

#headerBanner {
	width: 280px;
	height: auto;
	float: right;
	margin-right: 7px;
}
#headerBanner a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80); /* IE対策 */	
}
.line-height12{
	line-height:1.2;
	}