@charset "UTF-8";
/* CSS Document */
/*PC*/
.toggle {
  position: relative;
  width: 78px;
  height: 48px;
  margin: 5px;
  border-radius: 50px;
  overflow: hidden;
  cursor: pointer;
}
.toggle input[type=checkbox] {
  display: none;
}
.toggle:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #f45e55;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.toggle:after {
  content: "JP";
  position: absolute;
  top: 3px;
  left: 33px;
  width: 42px;
  height: 42px;
  display: block;
  border-radius: 50px;
  background: #fff;
  box-shadow: 0 9px 28px -6px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  text-align: center;
  padding: 14px 0 0;
  line-height: 1;
  font-size: 14px;
  font-weight: bold;
  color: #df4c43;
  letter-spacing: .5px;
  box-sizing: border-box;
}
.toggle.checked:before {
  background: #24e89c;
}
.toggle.checked:after {
  content: "EN";
  left: 3px;
  box-shadow: 0 9px 28px -6px rgba(0, 0, 0, 0.5);
  color: #16d088;
  padding: 14px 0 0 1px;
}
.triangle01 {
    display: block;
    background-image: url(../img/mainimage-bg1.png);
    background-size:cover;/*100% 100%;*/
    background-position: left top;
    background-repeat: no-repeat;
    position: absolute;
	height: 111%;
	height: 56.4vw;
	max-height: 890px !important;
    width: 55%;
    top: 0;
    right: 0;
    z-index: 1;
}
@media print, screen and (min-width:1001px){
html{color: #333;}
.pc_no{
	display:none;
}
body{
	background-image:url(../common_img/background.jpg);
}
	.jp{border: 1px solid #f45e55; line-height: 45px; padding: 5px 6px 5px 14px; background-color:#fff; border-radius: 15px 0px 0px 15px; }
	.eng{border: 1px solid #f45e55; line-height: 45px; padding: 5px 10px 5px 6px; background-color:#f45e55; margin-right: 5px; border-radius:  0px 15px 15px 0px;}
.shiro{
	background-color:#ffffff !important;
}
.cream{
	background-color:#fffffa !important;
}
    #orange_box{ width: 92%; margin: -150px auto 10px;
    border: 3px solid #f90; padding: 40px 2%;
    border-radius:10px;}
    #orange_box p.dent{ font-size: 14px !important; color: #333; width: 80%; margin-left: 20%; margin-bottom: 20px}
    #twobox{ width: 48%; padding: 1%; float: left; margin: 30px auto 10px;}
    #twobox h2{ font-size: 18px !important; color: #F90; text-align: left}
    #twobox p{ font-size: 14px !important; color: #333;}
/*
  フォント名は Win と Mac で少しだけ異なる。
  Windows: "游ゴシック", "Yu Gothic"
  Mac: "游ゴシック体", "YuGothic"
*/
@font-face {
  font-family: "YuGothic M";
  src: local("Yu Gothic Medium"),
       local("Yu Gothic");
  font-weight: 500;
       /*
         Chrome 58.0.3029.110 (64-bit) では
         "Yu Gothic Medium" を認識しないバグあるため
         "Yu Gothic" と font-weight も併せて指定。
       */
}
	#top_title{width: 1000px; margin: 0px auto;}
    #sep_one{ 
        width: 100%;
        padding: 1%;
        float: left;
    }
    #sep_one img{margin: 0px!important; width: 100%; height: auto}
    #sep_two{ 
        width: 60%;
        padding: 1%;
        float: left;
    }
    #sep_three{ 
        width: 30%;
        padding: 1%;
        float: left;
    }
    #sep_three img{margin: 0px!important; width: 100%; height: auto}
    #sep_threes{ 
        width: 15%;
        padding: 1%;
        float: left;
    }
    #sep_threes img{margin: 0px!important; width: 100%; height: auto}
.imp_message{
	position:absolute;
	top:100px;
	left:50%;
	width:300px;
	height:300px;
	background:rgba(255,255,255,0.0);
	z-index:99998;
	margin-left:-150px;
}
	.imp_news{
	position:absolute;
	top:100px;
	left:50%;
	width:600px;
	height:120px;
	background:rgba(255,255,255,0.8);
	z-index:99999;
	margin-left:-300px;
	padding: 30px;
		color: #f00;
		line-height: 30px;
}
.paginatio{
    text-align: center;
	margin:15px auto 15px auto;
}
a.page-numbers,
.pagination .current{
    background: #fff;
    border: solid 1px #ccc;
    padding:5px 8px;
    margin:0 2px;
    text-decoration: none;
}
.pagination .current{
    background: #fff;
    border: solid 1px #dd5514;
    color: #fff;
}
ul.accordion ul{ /* アコーディオン部 */
	margin: 5px 0 30px 15px;
}
ul.accordion ul.hide{ /* アコーディオン非表示 */
	display: none;
}
ul.accordion li{ /* リセット */
	list-style: none;
	background: none;
	padding: 0;
}
ul.accordion li p{ /* リセット */
	margin: 0;
}
ul.accordion li p span{ /* アイコン背景 */
	display: inline-block;
	width: 15px;
	height: 15px;
	position: relative;
	background: #09c;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-right: 5px;
	vertical-align: -2px;
}
ul.accordion li p span:before{ /* アイコン横棒 */
	content:'';
	height: 1px;
	width: 9px;
	display: block;
	background: #fff;
	position: absolute;
	top: 7px;
	left: 3px;
}
ul.accordion li p span:after{ /* アイコン縦棒（閉じてるとき） */
	content: '';
	height: 9px;
	width: 1px;
	display: block;
	background: #fff;
	position: absolute;
	top: 3px;
	left: 7px;
}
ul.accordion li p span.acv_open:after{ /* アイコン縦棒なし（開いてるとき） */
	height: 0;
	width: 0;
}
ul.accordion ul li{ /* アーカイブリスト */
	margin-left: 15px;
	position: relative;
}
ul.accordion ul li::after{ /* アーカイブリストマーク */
	display: block;
	content: '';
	position: absolute;
	top: .2em;
	left: -1em;
	width: 6px;
	height: 6px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
p {
  font-family: "游ゴシック体", YuGothic, "YuGothic M", sans-serif;
}
#main_v{
	display:none;
}
body,th,td{
		margin:0px;
		padding:0px;
		color: #333;
		width:100%;
		font-family:"Helvetica Neue","HelveticaNeue","Helvetica-Neue",Helvetica,Arial,sans-serif
	}
#subpage_back{
	background:url(../common_img/sub_page_back.jpg) repeat-x center;
}
	#subpage_in{
		width:1000px;
		height:200px;
		margin:0px auto;
		padding-top:110px;
	}
	#subpage_in h1{
		font-size:50px;
		line-height:80px;
		font-weight:bold;
		margin-left:70px;
		text-align:left;
		color:#00913a;
		text-shadow: 3px 3px 1px #ccc;
	}
#header_menu{
	position: fixed;
	z-index: 999999;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(255,255,255,1);
	transition: .3s;
	border-bottom:3px solid #00913a;
	background:url(../common_img/header_back.png) repeat-x center top;
	height:150px;
}
	#header_menu_in{
	width:100%;
	height:auto;
	margin:0px auto;
}
#header_menu_ins{
	width:1000px;
	height:100px;
	margin:0px auto;
}
	#header_menu_logo{
		width:400px;
		height:100px;
		float:left;
	}
	#header_menu_logo_left{
		width:600px;
		height:100px;
		float:left;
	}
	#header_menu_logo_left p img:hover{
			opacity: 0.8 ;		
	}
	#header_menu_navi{
		width:100%;
		height:50px;
		background:url(../common_img/g_navi_back.jpg);
	}

#imp_news{
	width:920px;
	margin:0px auto;
	height:40px;
	background:url(../common_img/kinkyu.jpg) top left no-repeat;
	color:#f00;
}
#imp_news p{
	line-height:40px;
	font-size:14px;
	margin:0px;
	text-indent:140px;
}
	#g_navi {
	width:999px !important;
	height:50px;
	margin:0px auto;
  	z-index: 502;
	position:relative;
	}
	#g_navi ul {
	  width: 1000px !important;
	  height: 50px!important;
	  padding:0px;
	  margin: 0px auto !important;
	  list-style:none;
	}
	#g_navi ul li {
		width:auto;
	  float:left !important; 
	  height:50px;
	  margin:0px auto;
	  padding:0px;
	}
	#g_navi li a{background:url(../common_img/g_navi.png) left top no-repeat; height:0; padding-top:50px; overflow:hidden; display:block; font-size:9px;}
	#g_navi01 a{width:142px !important;}
	#g_navi02 a{background-position:-142px 0 !important; width:142px !important;}
	#g_navi03 a{background-position:-285px 0 !important; width:142px !important;}
	#g_navi04 a{background-position:-428px 0 !important; width:142px !important;}
	#g_navi05 a{background-position:-571px 0 !important; width:142px !important;}
	#g_navi06 a{background-position:-713px 0 !important; width:142px !important;}
	#g_navi07 a{background-position:-856px 0 !important; width:142px !important;}
	#g_navi08 a{background-position:-999px 0 !important; width:142px !important;}
	#g_navi09 a{background-position:-888px 0 !important; width:142px !important;}
	#g_navi01 a:hover, #g_navi01 .on{background-position:0 -50px !important;}
	#g_navi02 a:hover, #g_navi02 .on{background-position:-142px -50px !important; width:142px !important;}
	#g_navi03 a:hover, #g_navi03 .on{background-position:-285px -50px !important; width:142px !important;}
	#g_navi04 a:hover, #g_navi04 .on{background-position:-428px -50px !important; width:142px !important;}
	#g_navi05 a:hover, #g_navi05 .on{background-position:-571px -50px !important; width:142px !important;}
	#g_navi06 a:hover, #g_navi06 .on{background-position:-713px -50px !important; width:142px !important;}
	#g_navi07 a:hover, #g_navi07 .on{background-position:-856px -50px !important; width:142px !important;}
	#g_navi08 a:hover, #g_navi08 .on{background-position:-999px -50px !important; width:142px !important;}
	#g_navi09 a:hover, #g_navi09 .on{background-position:-888px -50px !important; width:142px !important;}

#g_navi01 a.selected{
	background-position:0 -80px !important;
		display:block; width:100%; 
		color:#060;
		zoom:1;
}
#g_navi02 a.selected{
	background-position:-110px -80px !important; width:170px !important;
		display:block; width:100%; 
		color:#060;
		zoom:1;
}
#g_navi03 a.selected{
	background-position:-280px -80px !important; width:150px !important;
		display:block; width:100%; 
		color:#060;
		zoom:1;
}
#g_navi04 a.selected{
	background-position:-430px -80px !important; width:110px !important;
		display:block; width:100%; 
		color:#060;
		zoom:1;
}
#g_navi05 a.selected{
	background-position:-540px -80px !important; width:110px !important;
		display:block; width:100%; 
		color:#060;
		zoom:1;
}
#dropmenu li ul{
	width:200px !important;
  list-style: none;
  position:relative;
  top: 100%;
  left: 0px;
  margin: 0px !important;
	padding: 0px !important;
  z-index:300;
height:auto !important;
  
}
	#dropmenu li ul.row{
		width:180px !important;
	  list-style: none;
	  position: absolute;
	  top: 100%;
	  left: 777px;
	  margin: 0px !important;
		padding: 0px !important;
	  z-index:300;
	}
dropmenu li:last-child ul{
  left: -100%;
  width: 180px;
}
#dropmenu li ul li{
  overflow: hidden;
  width: 180px !important;
  height: 0;
  padding:0px !important;
  margin:0px !important;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
  border-right: 1px solid #40220f;
}
	#dropmenu li ul li.row{
	  overflow: hidden;
	  width: 180px !important;
	  height: 0;
	  padding:0px !important;
	  margin:0px !important;
	  color: #fff;
	  -moz-transition: .2s;
	  -webkit-transition: .2s;
	  -o-transition: .2s;
	  -ms-transition: .2s;
	  transition: .2s;
	}
#dropmenu li ul.row li a{
	margin:0px !important;
	width:180px !important;
	height:auto !important;
  padding: 0px 10px;
  text-indent:0px;
  background:#fff;
  text-align: left;
  font-size: 14px;
  font-weight: normal;
  color:#40220f;
  border-bottom: 1px solid #40220f;
  border-right: 1px solid #40220f;
  border-left: 1px solid #40220f;
}
#dropmenu li ul.row li a img{
	height:16px;
	margin-top:10px;
}
	#dropmenu li ul li.row a{
		margin:0px 10px !important;
		width:180px !important;
		height:auto !important;
	  padding: 0px 0px;
	  text-indent:10px;
	  background:#fff;
	  text-align: left;
	  font-size: 10px;
	  font-weight: normal;
	  color:#009;
	  border-bottom: 1px solid #40220f;
	}
#dropmenu li ul li:hover > a{
	width:180px !important;
	background:#40220f;
	color:#fff;
}
	#dropmenu li ul li.row:hover > a{
		background:#40220f;
		width:200px;
	}
#dropmenu li:hover > a{
	color:#fff;
	width:200px;

}
	#dropmenu li.row:hover > a{
		color:#fff;
		width:200px;
	
	}
#dropmenu > li:hover > a{
  width:200px;
}
#dropmenu li:hover ul li{
	width:200px;
	margin:0px !important;
  overflow: visible;
  height: auto;
  line-height:30px;



}
#dropmenu li:hover ul li:first-child{
	border-top:1px solid #7d0f40;
}
dropmenu li:hover ul li:last-child{
  border-bottom: 1px solid #7d0f40;
}
dropmenu li:hover ul li:last-child a{

  border-bottom: 1px solid #7d0f40;
}
#dropmenu li ul.chi{
		width:180px !important;
	  list-style: none;
	  position: absolute;
	  top: 100%;
	  left: 0px;
	  margin: 0px !important;
		padding: 0px !important;
	  z-index:300;
	}
#dropmenu li ul li.chi{
	  overflow: hidden;
	  width: 180px !important;
	  height: 0;
	  padding:0px !important;
	  margin:0px !important;
	  color: #fff;
	  -moz-transition: .2s;
	  -webkit-transition: .2s;
	  -o-transition: .2s;
	  -ms-transition: .2s;
	  transition: .2s;
	}
#dropmenu li ul li.chi a{
		margin:0px 10px !important;
		width:180px !important;
		height:auto !important;
		line-height:30px;
	  padding: 0px 0px;
	  text-indent:10px;
	  background:#fff;
	  text-align: left;
	  font-size: 8px;
	  font-weight: normal;
	  color:#009;
	  border-bottom: 1px solid #7d0f40;
	}
#pan_area{
	width:1000px;
	height:30px;
	margin:10px auto;
	line-height:30px;
	font-size:12px;
	font-weight:bold;
}
#c_submit {
    border: 0px;
    width: 92px;
    height: 30px;
    background: url(../common_img/submit.png) left top no-repeat;
}
#pan_area a:link {color:#333; text-decoration:none;}
#pan_area a:hover {color:#333 !important; text-decoration:none;}
#pan_area a:active {color:#333 !important; text-decoration:none;}
#pan_area a:visited {color:#333; text-decoration:none;}
#pan_area a.selected{
	font-size:14px;
	text-decoration:none;
	color:#333;
}
#container{
	width:100%;
	height:auto;
}
#container_in {
    width: 1200px;
	margin:50px auto 70px !important;
}

#shortcut{
	width:580px;
	height:auto !important;
	margin-right:20px;
	float:left;
	background:#FFF;
	/*box-shadow: 1px 1px 1px 1px rgba(150,100,50,0.4);*/
}
	#shortcut h2{
		border-bottom:3px solid #00913a;
		width:560px;
		margin: 5px auto 35px;
		line-height:50px;
		text-align:center;
		font-size:30px;
		color:#000;
	}
	#shortcut h2 a{
		color:#00913a;
		text-decoration:none;
	}
#shortcuts{
	width:580px;
	min-height:auto;
	height:auto !important;
	margin-left:20px;
	float:left;
	/*box-shadow: 1px 1px 1px 1px rgba(150,100,50,0.4);*/
	text-align:left
}
#shortcutt{
	width:580px;
	height:auto !important;
	margin-right:20px;
	float:left;
	background:#FFF;
	/*box-shadow: 1px 1px 1px 1px rgba(150,100,50,0.4);*/
}
#shortcutss{
	width:580px;
	min-height:auto;
	height:auto !important;
	margin-left:20px;
	float:left;
	/*box-shadow: 1px 1px 1px 1px rgba(150,100,50,0.4);*/
	text-align:left
}

.stc_bg{
	background:url(../common_img/background.jpg);
}
	#shortcuts h2{
		border-bottom:3px solid #00913a;
		width:560px;
		margin: 5px auto 25px;
		color:#000;
		line-height:50px;
		text-align:center;
		font-size:30px;
	}
	#shortcuts h2 a{
		color:#00913a;
		text-decoration:none;
	}
	#shortcuts h3{
		width:440px;
		margin: 5px auto;
		color:#333;
		font-size:12px;
		line-height:16px;
	}
	#shortcuts p{
		width:550px;
		margin: 5px auto;
		color:#666;
		font-size:10px;
		line-height:12px;
	}
	#shortcut_img{
		width:240px;
		height:240px;
		float:left;
	}
	#shortcut_cmt{
		width:200px;
		height:200px;
		float:left;
		padding:20px;
	}
		#shortcut_cmt_title{
			width:200px;
			height:40px;
			border-bottom:2px solid #f39800
		}
		.face
		.hair{
			display:block;
		}
		.face{
			left:10px; top:50%;
			background:url(../common_img/face_skin.png) 0px 0px no-repeat transparent;
			
		}
		.face:hover{
			background:url(../common_img/face_skin.png) 0px -40px no-repeat transparent;
		}
		.hair{
			left:10px; top:50%;
			background:url(../common_img/hair_skin.png) 0px 0px no-repeat transparent;
			
		}
		.hair:hover{
			background:url(../common_img/hair_skin.png) 0px -40px no-repeat transparent;
		}
		#shortcut_cmt_txt{
			width:160px;
			height:78px;
			padding:20px;
			font-size:12px;
			color:#333;
			text-align:center;
			line-height:20px;
		}
		#shortcut_cmt_more{
			width:160px;
			height:40px;
			margin:0px auto;
			line-height:40px;
			text-align:center;
			font-size:11px;
			background:url(../common_img/news_more.png) center no-repeat;
		}
		#shortcut_cmt_more a:link {color:#666; text-decoration:none;}
		#shortcut_cmt_more a:hover {color:#fff !important; text-decoration:none;}
		#shortcut_cmt_more a:active {color:#fff !important; text-decoration:none;}
		#shortcut_cmt_more a:visited {color:#666; text-decoration:none;}
#product_detail{
	width:460px;
	min-height:220px;
	height:auto;
	margin:10px auto;
	font-size:12px;
	color:#666;
	line-height:22px;
	
}
#product_detail p.compl{
		margin:20px auto !important;
		text-align:center !important;
		font-size:12px !important;
		color:#666;
}
#product_detail_line{
	width:460px;
	height:auto;
	border-bottom:1px dotted #ccc;
}
#product_detail_l{
	width:100px;
	height:auto;
	float:left;
	text-align:center;
}
#product_detail_r{
	width:350px;
	height:auto;
	float:left;
	padding-left:10px;
}
#product_detail_ls{
	width:450px;
	height:auto;
	margin:0px auto;
	text-align:left;
}
#product_detail_ls p{
	font-size:15px !important;
	text-align:left !important;
	line-height:30px !important;
	text-indent:10px  !important;
}
#product_detail_rs{
	width:450px;
	height:auto;
	margin:0px auto;
	padding:0px 5px 10px;
}
#product_detail_rs p{
	font-size:21px !important;
	text-align:left !important;
	line-height:31px !important;
	text-indent:40px  !important;
}
#product_detail_sep h2{
	font-size:13px;
	line-height:57px !important;
	color:#666;
	text-align:left !important;
	text-indent:60px;
	margin:0px;
	padding:0px;
	border-bottom:none;
}
#product_detail_sep h3{
	font-size:13px;
	line-height:57px !important;
	color:#666;
	text-align:left !important;
	text-indent:10px;
	margin:0px;
	padding:0px;
}
#product_detail_sep h5{
	font-size:15px !important;
	line-height:57px !important;
	color:#000 !important;
	text-align:center !important;
}
#product_detail_sep h6{
	font-size:14px !important;
	line-height:23px !important;
	color:#000 !important;
	text-align:left !important;
}
#product_detail_sep h4{
	font-size:18px !important;
	line-height:34px !important;
	color:#000 !important;
	text-align:center !important;
	font-weight:bold !important;
}

#product_detail_sep{
	width:230px;
	height:57px;
	float:left;
}
#orange_area {
    width: 100% !important;
	margin:0px auto;
	background-color:#F90;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
}
#orange_in {
    width: 1000px;
	margin:0px auto;
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
}
#orange_in h1{
	color:#fff;
	font-size:36px;
	margin:0px auto;
}
#white_area {
    width: 100%;
	margin:0px auto;
	background-color:#FFF;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
}
#white_areass {
    width: 100%;
	margin:0px auto;
	padding-top:80px;
	background-color:#FFF;
}
#white_areas {
    width: 100%;
	margin:0px auto;
}
#white_in {
    width: 1000px;
	margin:0px auto;
	padding-top:20px;
	padding-bottom:20px;
}
#white_in p{
	color:#333;
	line-height:24px;
	font-size:16px;
	text-align:left;
}
#white_in hr{
	border:none;
    border-top:dashed 1px #f90;
    height:1px;
    color:#FFFFFF;
    margin: 0 6 0 6;
	width:720px;
	margin-left:240px;
	padding-bottom:25px;
}
	#white_in_left{
		float:left;
		width:160px;
		height:auto;
		padding: 5px 20px;
		margin-bottom:30px;
	}
	#white_in_left h2{
		background:url(../common_img/background.jpg);
		padding:3% 10%;
		width:80%;
		font-size:15px !important;
		line-height:50px;
	}
	#white_in_left h2 a{
		color:#40220f;
	}
	#white_in_left h2 a:hover{
		color:#7f4f21;
	}
	#white_in_left ul{
			width:100%;
			text-align:left;
		}
		#white_in_left ul li{
			color:#006934 !important;
			text-align:left !important;
			font-weight:bold !important;
			font-size:13px;
			line-height:50px;
			border-bottom:dotted 1px #ccc;
			padding:2% 10%;
		width:80%;
		}
		#white_in_left ul li a{
			color:#006934 !important;
		}
		#white_in_left ul li a:hover{
			color:#006934 !important;
		}
	#white_in_right{
		float:left;
		width:758px;
		height:auto;
		padding: 5px 20px;
		border-left:2px solid #f90;
		margin-bottom:30px;
	}
		#white_in_left h2{
			color:#f90;
			text-align:left;
			font-weight:bold;
			font-size:18px;
		}
    #white_in_left h2.green{
			color:green;
			text-align:left;
			font-weight:bold;
			font-size:18px;
        padding: 20% 10%;
        line-height: 20px;
		}
    #orange_b_box{
        width: 100%;
        height: 200px;
        background:url("../common_img/orange_b_box.png");
        background-repeat: no-repeat;
        padding-top: 60px;
    }
    #orange_b_box p{
        width: 700px;
        height: 125px;
        margin-left: 150px;
        font-size: 14px;
    }
    #orange_b_box_b{
        width: 100%;
        height: auto;
        background:url("../common_img/orange_b_box_b.png");
        background-repeat: no-repeat;
        padding-top: 60px;
    }
    #orange_b_box_b p{
        width: 700px;
        height: auto;
        margin-left: 150px;
        font-size: 14px;
    }
		#white_in_right h3{
			color:#006934;
			text-align:left;
			font-weight:bold;
			font-size:18px;
		}
		
		#white_in_right p{
			color:#333;
			text-align:left;
			font-size:14px;
		}
		#white_in_right img{
			float:right;
			margin-left:30px;
		}
		.resize{
			width:300px;
		}
		.resize_flot{
			width:300px;
		}
		.resize2{
			width:180px;
		}
		.resize-s{
			width:150px;
		}
		.none_size{
			width:100%;
		}
		.detail{
			font-size:14px; line-height:25px;
		}
		.flt_two{
			float:left; width:47%; margin:0px 1% 0px 0%; padding:1%; background:url(../common_img/background.jpg); min-height:300px;
		}
		#blog_body{
			width:100%;
			margin-bottom:15px;
		}
		#blog_body h3{
			width:100%;
			border-bottom: 2px solid #006934;
		}
		
		#blog_body p.day{
			float:right !important;
			text-align:right;
			margin-top:10px;
			margin-bottom:10px;
			line-height:40px;
		}
		#blog_body p.day img{
			float:right;
			width:40px !important; height:40px !important;
			margin:0px !important; padding:0px !important;
		}
		#blog_body img{
			display:block;
			margin:20px auto !important;
			width:80% !important;
			float:none;
			height:auto !important;
		}
		#white_in_right ul{
			 margin-top:20px;
			 margin-bottom:20px;
			 width:740px;
			 margin-left:15px;
		}
		#white_in_right ul li{
			font-size:13px;
			text-align:left;
			list-style-image:url(../common_img/check_arow.png);
			margin-left:30px;
			color:#333;
		}
		#white_in_right #three_sep{
			width:30%;
			float:left;
			margin-left:3%;
			height:auto;
		}
		#white_in_right #three_sep h4{
			color:#333;
			font-size:14px;
			font-weight:bold;
		}
		.non_size{
			width:100%;
			float:none;
			margin-left:0px;
		}
#section_box{
	width:100%;
	height:auto;
	margin:0px auto;
	background-position:right bottom;
	background-repeat:no-repeat;
	background-size: 40%;
}
	#section_boxs{
	width:100%;
	height:382px;
	margin:50px auto 0px;
	background-image:url(../common_img/land_back2.png);
	background-position:center bottom;
	background-repeat:no-repeat;
}
#white_in p.brown{
	font-size:18px; line-height:36px;
	color:#6a3906;
}
#white_in p.brown a{
	color:#006934;
}
#white_in p.brown a:hover{
	color:#f90;
}
	#white_ins {
		width: 860px;
		margin:0px auto;
		padding-top:20px;
		padding-bottom:20px;
	}
	#white_ins h2{
	margin-top:10px;
	margin-bottom:50px;
	text-align:center !important;
	font-size:36px;
	text-align:40px;
	color:#666;
	}
	#white_ins p{
		margin:20px auto;
		text-align:center !important;
		font-size:14px;
		text-align:40px;
		color:#666;
	}
#white_in_spec{
	width:470px;
	height:auto;
	float:left;
	padding:15px;
}
#white_title{
	width:1000px;
	height:40px;
}
#white_line{
	width:960px;
	height:40px;
	margin:10px auto 5px;
}
#white_areas h1.concept{
	margin-top:30px;
	margin-bottom:30px;
	text-align:center !important;
	font-size:36px;
	text-align:40px;
	color:#666;
}
#white_areas h2.concept{
	margin-top:10px;
	margin-bottom:50px;
	text-align:center !important;
	font-size:36px;
	text-align:40px;
	color:#666;
}
#white_areas p.concept{
	margin:20px auto;
	text-align:center !important;
	font-size:32px;
	text-align:40px;
	color:#666;
}

#white_areas h3.concept{
	margin-top:50px;
	margin-bottom:50px;
	text-align:center !important;
	font-size:36px;
	color:#666;
}
#concept_img_area{
	width:1000px;
	height:auto;
	margin:0px auto;
}
#white_area_sep{
	width:250px;
	height:250px;
	float:left;
	margin:30px 50px 30px 200px;
	display:block;
}
#white_area_sepr{
	width:250px;
	height:250px;
	float:left;
	margin:30px 200px 30px 50px;
	display:block;
}
#white_area_sep.hairs{
	background:url(../common_img/hair_care.png) 0px 0px no-repeat;
}
#white_area_sep.hairs:hover{
	background:url(../common_img/hair_care.png) 0px -250px no-repeat transparent;
}
#white_area_sepr.skins{
	background:url(../common_img/skin_care.png) 0px 0px no-repeat;
}
#white_area_sepr.skins:hover{
	background:url(../common_img/skin_care.png) 0px -250px no-repeat transparent;
}
#white_line a:link {color:#333; text-decoration:none;}
#white_line a:hover {color:#f39800 !important; text-decoration:none;}
#white_line a:active {color:#f39800 !important; text-decoration:none;}
#white_line a:visited {color:#666; text-decoration:none;}
#white_day{
	width:120px;
	height:20px;
	padding:10px 20px;
	line-height:20px;
	text-align:left;
	color:#666;
	float:left;
	font-size:11px;
}
#white_word{
	width:600px;
	height:20px;
	padding:10px 20px;
	line-height:20px;
	text-align:left;
	color:#333;
	float:left;
	font-size:12px;
	display:block;
}
#white_more{
	width:160px;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:11px;
	float:left;
	background:url(../common_img/news_more.png) center no-repeat;
}
#white_more a:link {color:#666; text-decoration:none;}
#white_more a:hover {color:#fff !important; text-decoration:none;}
#white_more a:active {color:#fff !important; text-decoration:none;}
#white_more a:visited {color:#666; text-decoration:none;}

#news_logo{
	width:280px;
	height:auto;
	margin-left:20px;
	float:left;	
}
#news_boxarea{
	width:560px;
	height:auto;
	margin-right:20px;
	float:left;
	border-bottom:dotted 1px #f0f0f0;
}
#news_boxarea a:link {color:#333; text-decoration:none;}
#news_boxarea a:hover {color:#00913a !important; text-decoration:none;}
#news_boxarea a:active {color:#00913a !important; text-decoration:none;}
#news_boxarea a:visited {color:#666; text-decoration:none;}
#news_boxarea_day{
	width:80px;
	height:auto;
	padding:10px 10px;
	line-height:20px;
	text-align:right;
	color:#666;
	float:left;
	font-size:11px;
	background:url(../common_img/day_arow.png) left center no-repeat;
}
#news_boxarea_word{
	width:420px;
	height:auto;
	padding:10px 20px;
	line-height:20px;
	text-align:left;
	color:#333;
	float:left;
	font-size:16px;
	display:block;
}
#movie_area{
	width:100%;
	height:auto;
	background-color:#fff;
	margin:0px auto;
	padding-top:20px;
	padding-bottom:30px;
}
#movie_area_in{
	width:1000px;
	height:auto;
	margin:0px auto;
}
		#movie_area_in h2{
			font-size:13px !important;
			margin:0px;
			padding:0px;
			text-align:left;
			color:#666;
			line-height:25px;
		}
		#movie_area_in p{
			font-size:12px !important;
			margin:0px;
			padding:0px;
			text-align:center;
			color:#666;
			line-height:20px;
		}
#movie_area_box{
	width:853px;
	height:480px;
	margin:10px auto;
}
#movie_area_title{
	width:1000px;
	height:40px;
	margin-bottom:20px;
}
	#movie_area_title_l{
		width:280px;
		height:40px;
		float:left;
	}
	#movie_area_title_c{
		width:520px;
		height:40px;
		float:left;
	}
	#movie_area_title_r{
		width:200px;
		height:40px;
		float:left;
	}
#m_shortcut{
	width:320px;
	height:240px;
	margin-right:20px;
	float:left;
	background:#FFF;
	box-shadow: 0px 0px 1px 1px rgba(200,200,200,0.4);
}
	#m_shortcut_movie{
		width:320px;
		height:140px;
	}
	#m_shortcut_movie_detail{
		width:280px;
		height:60px;
		margin:20px;
	}
		
#m_shortcuts{
	width:307px;
	height:auto !important;
	margin-left:20px;
	margin-bottom:20px;
	float:left;
	box-shadow: 0px 0px 1px 1px rgba(200,200,200,0.4);
	background-color:#fff;
}
	#m_shortcut_pict{
		width:307px;
	}
	#m_shortcut_detail{
		width:267px;
		height:auto;
		min-height:270px;
		margin:20px;
	}
	#m_shortcut_details{
		width:267px;
		height:auto;
		min-height:120px;
		margin:20px;
	}
			#m_shortcut_detail h2{
				font-size:0.9rem !important;
				text-align:center !important;
				color:#00913a !important;
				font-weight:bold;
			}
			#m_shortcut_detail p{
				font-size:0.7rem !important;
				text-align:left !important;
				color:#333 !important;
				line-height:1.5rem;
				margin-top:10px;
			}
			#m_shortcut_details h2{
				font-size:0.9rem !important;
				text-align:center !important;
				color:#00913a !important;
				font-weight:bold;
			}
			#m_shortcut_details p{
				font-size:0.7rem !important;
				text-align:left !important;
				color:#333 !important;
				line-height:1.5rem;
				margin-top:10px;
			}
	/*---------- footerの指定 ----------*/
#footer_area{
	width:100%;
	height:auto;
	border-top:1px solid #ccc;
	
	background:url(../common_img/footer_back.png) repeat-x center bottom;
	color:#000;
	font-size:12px;
	line-height:25px;
	padding-bottom:50px;
}
#footer_area a:link {color:#333; text-decoration:none;}
#footer_area a:hover {color:#f39800 !important; text-decoration:none;}
#footer_area a:active {color:#f39800 !important; text-decoration:none;}
#footer_area a:visited {color:#666; text-decoration:none;}
#footer_area_in{
	width:1000px;
	height:auto;
	margin:0px auto;
	padding-top:20px;
	padding-bottom:20px;
}
#footer_box{
	width:210px;
	height:auto;
	float:left;
	padding:0px 20px;
}
#footer_box span{
	font-size:11px;
	font-weight:bold;
	color:#999;
}
#footer_box dl{
	width:200px;
	margin:0px;
	padding:0px;
}
#footer_box dt{
	margin:0px;
	padding:0px;
	color:#00913a;
	font-size:14px;
}
#footer_box dd{
	margin:0px !important;
	padding:0px !important;
}
#footer_box ul{
	margin:0px auto 0px 10px !important;
	padding:0px !important;
	list-style:none;
}


#footer_boxs{
	width:165px;
	height:auto;
	float:left;
	padding:0px 20px;
}
#footer_boxs span{
	font-size:11px;
	font-weight:bold;
	color:#999;
}
#footer_boxs dl{
	width:130px;
	margin:0px;
	padding:0px;
}
#footer_boxs dt{
	margin:0px;
	padding:0px;
	font-weight:bold;
	color:#00913a;
	font-size:14px;
}
#footer_boxs dd{
	margin:0px !important;
	padding:0px !important;
}
#footer_boxs ul{
	margin:0px auto 0px 10px !important;
	padding:0px !important;
	list-style:none;

}

#footer_boxss{
	width:300px;
	height:auto;
	float:left;
	padding:0px 20px;
}
#footer_boxss span{
	font-size:11px;
	font-weight:bold;
	color:#999;
}
#footer_boxss dl{
	width:280px;
	margin:0px;
	padding:0px;
}
#footer_boxss dt{
	margin:0px;
	padding:0px;
	font-weight:bold;
	color:#00913a;
	font-size:14px;
}
#footer_boxss dd{
	margin:0px !important;
	padding:0px !important;
}
#footer_boxss ul{
	margin:0px auto 0px 10px !important;
	padding:0px !important;
	list-style:none;

}

#footer_copy_right{
	width:210px;
	height:auto;
	margin:0px auto;
	float:left;
	line-height:20px;
	font-size:12px;
	color:#666;
	text-align:center;
}
/*====================*/
/*=== form Styles ===*/
/*====================*/
.hideAnchor {
	display:block;
	height:0px;
	/height:1px;
	overflow:hidden;
	margin-top:-10px;
	padding-bottom:10px;
}
#form_area{
	width:100%;
	height:auto;
	margin:80px auto 0px;
	background-color:#f0f0f0;
	padding-top:30px;
	padding-bottom:30px;
}
#form_areas{
	width:100%;
	height:auto;
	margin:0px auto;
	padding-top:30px;
	padding-bottom:30px;
}
#form_area_in{
	width:1000px;
	height:auto;
	margin:30px auto 0px;
}
#form_side{
	width:230px;
	height:auto;
	float:left;
	padding:10px;
}
#form_side p{
	font-size:12px;
	color:#666;
	line-height:22px;
}
#form_body{
	width:750px;
	height:auto;
	float:left;
}
#form_body h2{
		line-height:50px;
		text-indent:50px;
		color:#666;
		text-align:left;
		font-size:16px;
	}
	#form_body h2 a{
		text-decoration:none;
	}
#form_area_line{
	width:700px;
	height:auto;
	border-top:1px solid #ccc;
	color:#666;
	font-size:12px;
	margin:0px auto 0px 30px;
}
	#form_area_line_l{
	width:200px;
	height:auto;
	color:#666;
	font-size:14px;
	margin:0px auto;
	float:left;
	}
	#form_area_line_r{
	width:480px;
	height:auto;
	color:#666;
	font-size:12px;
	margin:0px auto;
	float:left;
	padding:10px;
	}
	#form_area_line_r p.submit{
		text-align:center !important;
		line-height:30px;
		font-size:14px;
	}
	#form_area_line p{
		line-height:30px;
		text-indent:20px;
		color:#666;
		text-align:left;
		font-size:14px;
	}
	#form_area_line p.com{
		line-height:30px;
		text-indent:20px;
		color:#666;
		text-align:left;
		font-size:14px;
	}
	
	#form_area_line p.day{
		line-height:30px;
		text-indent:20px;
		color:#666;
		text-align:left;
		font-size:12px;
	}
	#form_area_line p.news{
		line-height:40px;
		text-indent:0px;
		color:#666;
		text-align:left;
		font-size:14px;
	}
	
	#form_area_line li{
		width:100%;
		line-height:35px;
		color:#666;
		text-align:left;
	}
.ex1{
	height:35px !important;
	line-height:35px !important;
	color:#666;
	font-size:14px !important;
}
.ex2{
	line-height:35px;
	color:#666;
	font-size:14px;
}
.ex5{
	line-height:57px !important;
	color:#666 !important;
	font-size:20px !important;
}
.h_navi_in{
	display:none;
}
.sized{
	width:100%
}
#title_c{
	display:none;
}

#news_body{
	width:750px;
	height:auto;
	float:left;
}
#news_body hr{
	width:90%;
	margin:5px auto;
	border-top: 1px dotted #F90;
	margin-bottom:50px;
}
#news_body h2{
		line-height:50px;
		text-indent:40px;
		color:#666;
		text-align:left;
		font-size:16px;
	}
	#news_body h2 a{
		text-decoration:none;
	}
#news_area_line{
	width:700px;
	height:auto;
	min-height:250px;
	border-top:1px solid #ccc;
	color:#666;
	font-size:12px;
	margin:0px auto 0px 30px;
}
	#news_area_line_l{
	width:120px;
	height:auto;
	color:#666;
	font-size:14px;
	margin:0px auto;
	float:left;
	}
	#news_area_line_r{
	width:560px;
	height:auto;
	min-height:250px;
	color:#666;
	font-size:12px;
	margin:0px auto;
	float:left;
	padding:10px;
	}
	
	#news_area_line p{
		line-height:30px;
		text-indent:0px;
		color:#666;
		text-align:left;
		font-size:14px;
	}
	#news_area_line p.com{
		line-height:30px;
		text-indent:20px;
		color:#666;
		text-align:left;
		font-size:14px;
	}
	
	#news_area_line p.day{
		line-height:30px;
		text-indent:0px;
		color:#666;
		text-align:left;
		font-size:12px;
	}
	#news_area_line p.news{
		line-height:40px;
		text-indent:0px;
		color:#666;
		text-align:left;
		font-size:14px;
	}
/*-----------------------------------------------

	その他

-----------------------------------------------*/

.news_navi{
	border-top: 1px dotted #c4c4c4;
	margin-top: 40px;
	padding-top: 20px;
	padding-bottom:20px;
}
.news_navi .previous_post {
	float: left;
}
.news_navi .next_post{
	float: right;
}

.notfound{
	width:980px;
	margin:80px auto 80px;
}
.notfound p.not{
	font-size:60px;
	margin-bottom:50px;
}
.notfound p.found{
	font-size:36px;
	margin-bottom:30px;
}
.notfound ul.not_link{
	margin-top:30px;
}
.notfound ul.not_link li{
	background: url("../images/map_arrow.png") no-repeat scroll 0 4px ;
}
.notfound ul.not_link li a{
	display: block;
	padding: 0 0 10px 20px;
	text-decoration: none;
	border-bottom: 1px dotted #c4c4c4;
	margin-bottom:10px;
}
#buy_bt{
	background:url(../common_img/buy_bt.png);
	width:230px;
	height:57px;
	border:none;
}
#buy_next_bt{
	background:url(../common_img/buy_next_bt.png);
	width:230px;
	height:57px;
	border:none;
}
#buy_check_bt{
	background:url(../common_img/buy_check_bt.png);
	width:230px;
	height:57px;
	border:none;
}
}
/*smart*/
@media screen and (max-width:1000px){
	.slider-wrapper{
		display:none;
	}
	#header_menu_in{
		display:none;
	}
	#none{
		display:none;
	}
    .sm_none{display:none;}
	.none{
		display:none;
	}
	.shiro{
	background-color:#ffffff !important;
}
	#top_title{width: 100%; margin: 0px auto;}
	
    #orange_box{ width: 92%; margin: -150px auto 10px;
    border: 3px solid #f90; padding: 40px 2%;
    border-radius:10px;}
    #orange_box p.dent{ font-size: 14px !important; color: #333; width: 80%; margin-left: 20%; margin-bottom: 20px}
    #twobox{ width: 98%; padding: 1%; margin: 30px auto 10px;}
    #twobox h2{ font-size: 18px !important; color: #F90; text-align: left}
    #twobox p{ font-size: 14px !important; color: #333;}
    #sep_one{ 
        width: 100%;
        padding: 1%;
    }
    #sep_one img{margin: 0px!important; width: 100%; height: auto}
    #sep_two{ 
        width: 60%;
        padding: 1%;
        float: left;
    }
    #sep_three{ 
        width: 30%;
        padding: 1%;
        float: left;
    }
    #sep_three img{margin: 0px!important; width: 100%; height: auto}
    #sep_threes{ 
        width: 15%;
        padding: 1%;
        float: left;
    }
    #sep_threes img{margin: 0px!important; width: 100%; height: auto}
.cream{
	background-color:#fffffa !important;
}
	#subpage_back{
	background:url(../common_img/sub_page_back.jpg) repeat-x center;
	background-size:auto 100% ;
	height:100px;
}
#subpage_in{
		width:100%;
		height:100px;
		margin:0px auto;
		padding-top:60px;
	}
	#subpage_in h1{
		font-size:20px;
		line-height:30px;
		font-weight:bold;
		margin-left:70px;
		text-align:left;
		color:#00913a;
		text-shadow: 3px 3px 1px #ccc;
	}
	#header_menu{
	width:100%!important;
	height:50px;
	position:fixed;
	top:0px;
	left:0px;
	background-color:#F90;
	z-index:100;
	}
	html{color: #333;}
	body{
	background-image:url(../common_img/background.jpg);
	margin:0px !important;
	padding:45px 0px 0px !important;
	}
	.h_navi{
	width:100%!important;
	height:50px;
	position:fixed;
	top:0px;
	left:0px;
	background-color:#F90;
	z-index:100;
	}
	.h_navi_in{
		width:100%;
		height:45px;
		margin:2px auto 3px;
		background-color:#fff;
		z-index:101;
	}
	.h_navi_in_sep{
		width:25%;
		height:45px;
		float:left;
	}
	.h_navi_in_seps{
		width:50%;
		height:45px;
		float:left;
	}
	jp{border: 1px solid #f45e55; line-height: 45px; padding: 5px 8px;  }
	eng{border: 1px solid #f45e55; line-height: 45px; padding: 5px; background-color:#f45e55; margin-right: 5px}
	
	.jp{width: 30px !important; margin-top: 10px;  }
	.jp img{ vertical-align:top;}
	.eng{width: 30px !important; margin-top: 10px; margin-right: 5px;}
	.eng img{ vertical-align:top;}
@media screen and (max-width:321px){
	.h_navi_in_sep{
		width:20%;
		height:45px;
		float:left;
	}
	.h_navi_in_seps{
		width:60%;
		height:45px;
		float:left;
	}
	jp{border: 1px solid #f45e55; line-height: 45px; padding: 3px 4px; }
	eng{border: 1px solid #f45e55; line-height: 45px; padding: 3px; background-color:#f45e55; margin-right: 5px }
	
	.eng{display: none}
	.jp{width: 30px !important; margin-right: 5px; margin-top: 10px;}
	}
	.img_menu{
		float:left;
		display:block;
	}
	.bt{
	margin:0px auto;
	}
	.menu{
	width:100%;
	height:50px;
	margin:0px auto;
	background-color:#333333;
	}
	
	
	nav{
	width:100%!important;
	height:50px;
	margin:0px auto;
	background-color:#333333;
	}
	nav ul{
	list-style:none;
	}
	
	nav a:link {color:#FFFFCC;text-decoration:none;}
	nav a:hover {color:#FFFFCC;text-decoration:none;}
	nav a:visited {color:#FFFFCC;text-decoration:none;}
	nav a.hoehoe { 
	 display:block;
	 margin:0 auto;
	 width:100%;
	 height:50px;
	 text-align:center;
	}
	nav p{
	font-size:15px;
	height:50px;
	line-height:50px;
	text-align:left;
	margin:0px auto;
	}
		/* 上からにゅっと降りてくるメニュー */
	#menu{
	  display:none; /* 最初は非表示 */
	  width:100% ;
	  height:auto;
	  position: fixed;
	  z-index:9999;
	  top: 0px;
	  left: 0px;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  -o-box-sizing: border-box;
	  -ms-box-sizing: border-box;
	  box-sizing: border-box;
	  box-shadow: 0 0 3px 0 #333;
	  background:rgba(255,255,255,0.8);
	  padding:5px 0px !important;
	}
	#menu ul{ margin:25px; padding:0px;}
	#menu ul li{
	height: 40px;
	  text-align: left !important;
	  margin:0px auto !important;
	  padding:0px !important;
	  width:90% !important;
	  line-height:40px;
	  z-index:999;
	  }
	#menu ul li:first-child{ border-top:none; }
	#menu ul li:last-child{ border-bottom:none; }
	#menu li a{
	  display: block;
	  height: 40px;
	  color: #333;
	  text-align: center !important;
	  text-shadow: 0 1px 1px #333;
	  text-decoration:none;
	  tap-highlight-color:rgba(186,151,123, 0.3)!important; /* タップした色 */
	  -webkit-tap-highlight-color:rgba(186,151,123, 0.3)!important; /* タップした色 */
	   line-height:40px;
	   border-bottom: solid 1px #F90 !important; /* 暗い線 */
	   width:100% !important;
	   margin:0px auto !important;
	  padding:0px !important;
	  text-indent:0px !important;
	  }
	  #menu p.close{
	  display: block;
	  margin:0 auto;
	  width: 15px;
	  height: 15px;
	  text-indent: 100%;
	  white-space: nowrap;
	  overflow: hidden;
	  border-top: solid 1px #fff;
	  border-left: solid 1px #fff;
	  transform: rotate(45deg);
	  -webkit-transform: rotate(45deg);
	  box-shadow: 1px 1px 1px #333 inset;
	  -webkit-box-shadow: 1px 1px 1px #333 inset;  
	  }
	#white_ins {
		width: 860px;
		margin:0px auto;
		padding-top:20px;
		padding-bottom:20px;
	}
/* コンテナ */
#container{
	width:100%;
	margin:0px !important;
	padding:0px !important;
}
#container_in{
	width:100% !important;
	background:#fff;
	margin:0px !important;
}
	#section_boxs{
	width:100%;
	height:200px;
	margin:0px auto;
	background-image:url(../common_img/land_back.png);
		background-size: cover;
	background-position:center top;
	background-repeat:no-repeat;
}
#main_v{
	width:100%;
	margin:0px auto !important;
}
/* ショートカット */
#shortcut{
	width:95%;
	margin:0px auto !important;
	padding-bottom:15px;
	padding-top:15px;
}
#shortcutt{
	width:95%;
	margin:0px auto !important;
	padding-bottom:15px;
	padding-top:15px;
}
#shortcut h2{
		border-bottom:3px solid #00913a;
		width:100%;
		margin: 0px auto 35px;
		line-height:50px;
		text-align:center;
		font-size:30px;
		color:#000;
	}
	#shortcut h2 a{
		color:#00913a;
		text-decoration:none;
	}
#shortcuts{
	width:95%;
	margin:15px auto !important;
}
#shortcutss{
	width:95%;
	margin:15px auto !important;
}
#shortcuts h2{
		border-bottom:3px solid #00913a;
		width:100%;
		margin: 0px auto 35px;
		line-height:50px;
		text-align:center;
		font-size:30px;
		color:#000;
	}
	#shortcuts h2 a{
		color:#00913a;
		text-decoration:none;
	}
	#shortcuts h3{
		width:90%;
		margin: 5px auto;
		color:#333;
		font-size:0.8rem;
		line-height:16px;
	}
	#shortcuts p{
		width:80%;
		margin: 5px auto;
		color:#666;
		font-size:0.7rem;
		line-height:12px;
	}
#shortcut_img{
	width:40%;
	float:left;
	margin:0px 5% 0px 5%;
}
#shortcut_cmt{
		width:50%;
		float:left;
	}
#shortcut_cmt_title{
			width:95%;
			height:40px;
			border-bottom:2px solid #f39800;
			margin:0px auto;
		}
		.face
		.hair{
			display:block;
		}
		.face
		.hair a{
		 tap-highlight-color:rgba(186,151,123, 0.3)!important; /* タップした色 */
	  -webkit-tap-highlight-color:rgba(186,151,123, 0.3)!important; /* タップした色 */
		}
		.face{
			background:url(../common_img/face_skin.png) 0px 0px no-repeat transparent;
			background-position: top center;
			
		}
		.hair{
			background:url(../common_img/hair_skin.png) 0px 0px no-repeat transparent;
			background-position: top center;
			
		}
		#shortcut_cmt_txt{
			width:80%;
			padding:10px;
			font-size:0.8rem;
			color:#333;
			text-align:center;
			line-height:20px;
		}
		#shortcut_cmt_more{
			width:60%;
			height:40px;
			margin:0px auto;
			line-height:40px;
			text-align:center;
			font-size:0.8rem;
			background:url(../common_img/news_more.png) center no-repeat;
		}
		#shortcut_cmt_more a:link {color:#666; text-decoration:none;}
		#shortcut_cmt_more a:hover {color:#fff !important; text-decoration:none;}
		#shortcut_cmt_more a:active {color:#fff !important; text-decoration:none;}
		#shortcut_cmt_more a:visited {color:#666; text-decoration:none;}
#product_detail{
	width:100% !important;
	height:auto;
	margin:10px auto;
	font-size:0.8rem;
	color:#666;
	line-height:22px;
	
}
#product_detail_line{
	width:100% !important;
	height:auto;
	border-bottom:1px dotted #ccc;
}
#product_detail_l{
	width:20% !important;
	height:auto;
	float:left;
	text-align:center;
}
#product_detail_r{
	width:70%;
	height:auto;
	float:left;
	padding-right:10%;
}
#product_detail_ls{
	width:90%;
	height:auto;
	margin:0px auto;
	text-align:left;
}
#product_detail_ls p{
	font-size:15px !important;
	text-align:left !important;
	line-height:30px !important;
	text-indent:10px  !important;
}
#product_detail_rs{
	width:90%;
	height:auto;
	margin:0px auto;
	padding:0px 5px 10px;
}
#product_detail_rs p{
	font-size:21px !important;
	text-align:left !important;
	line-height:31px !important;
	text-indent:40px  !important;
}

#product_detail_sep h5{
	font-size:13px !important;
	line-height:57px !important;
	color:#000 !important;
	text-align:center !important;
}
#product_detail_sep h6{
	font-size:14px !important;
	line-height:23px !important;
	color:#000 !important;
	text-align:left !important;
}
#product_detail_sep h4{
	font-size:14px !important;
	line-height:34px !important;
	color:#000 !important;
	text-align:center !important;
	font-weight:bold !important;
}
#product_detail_sep h2{
	font-size:13px;
	line-height:57px !important;
	color:#666;
	text-align:left !important;
	text-indent:60px;
	margin:0px;
	padding:0px;
	border-bottom:none;
}
#product_detail_sep h3{
	font-size:11px;
	line-height:57px !important;
	color:#666;
	text-align:left !important;
	text-indent:10px;
	margin:0px;
	padding:0px;
}
#product_detail_sep{
	width:50%;
	height:57px;
	float:left;
}
/* ホワイトエリア */
#white_area {
    width: 100% !important;
	margin:0px auto!important;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
}
#white_areas {
    width: 100% !important;
	margin:0px auto!important;
	padding-top:10px;
	border-bottom:1px solid #ccc;
}
#section_box{
	width:100%;
	height:auto;
	margin:0px auto;
	background-position:right bottom;
	background-repeat:no-repeat;
	background-size: 40%;
}
#white_in {
    width: 90% !important;
	margin:0px auto !important;
	padding-top:20px;
	padding-bottom:20px;
}
#white_in hr{
	border:none;
    border-top:dashed 1px #f90;
    height:1px;
    color:#FFFFFF;
    margin: 0 6 0 6;
	padding-bottom:25px;
}
	#white_in_left{
		width:98%;
		height:auto;
		padding: 1%;
	}
	#white_in_right{
		width:98%;
		height:auto;
		padding: 1%;
		margin-bottom:30px;
	}
		#white_in_left h2{
			color:#f90;
			text-align:center;
			font-weight:bold;
			font-size:18px;
			border-bottom:#f90 2px solid;
			margin-bottom:20px;
			line-height:28px;
		}
    #orange_b_box{
        width: 100%;
        height: auto;
        background:url("../common_img/orange_b_box_sp.png");
        background-size: 100% auto;
        padding-top: 40px;
    }
    #orange_b_box p{
        width: 70%;
        height: 125px;
        font-size: 14px;
        color: #333;
        margin: 0px auto;
        line-height: 20px;
    }
    #white_in_left h2.green{
			color:green;
			text-align:center;
			font-weight:bold;
			font-size:18px;
			border-bottom: green 2px solid;
			margin-bottom:20px;
			line-height:28px;
        background-color: #fff;
		}
    #orange_b_box_b{
        width: 100%;
        height: auto;
        background:url("../common_img/orange_b_box_b.png");
        background-repeat: no-repeat;
        padding-top: 60px;
    }
    #orange_b_box_b p{
        width: 70%;
        height: 125px;
        font-size: 14px;
        color: #333;
        margin-left:30%;
        line-height: 20px;
    }
		#white_in_right h3{
			color:#006934;
			text-align:left;
			font-weight:bold;
			font-size:18px;
			margin-bottom:15px;
		}
		#white_in_right p{
			color:#333;
			text-align:left;
			font-size:14px;
			line-height:20px;
		}
		#white_in_right img{
			margin-left:0px;
		}
		.resize{
			width:100%;
			margin-bottom:15px;
		}
		.resize2{
			width:100%;
			margin:0px auto 15px;
		}
		.resize-s{
			width:100%;
			margin-bottom:15px;
		}
		.resize_flot{
			width:40% !important;
			float:right !important;
		}
		#blog_body{
			width:100%;
			margin-bottom:15px;
		}
		#blog_body h3{
			width:100%;
			border-bottom: 2px solid #006934;
		}
		
		#blog_body p.day{
			float:right !important;
			text-align:right;
			margin-top:10px;
			margin-bottom:10px;
			line-height:40px;
		}
		#blog_body p.day img{
			float:right;
			width:40px !important; height:40px !important;
			margin:0px !important; padding:0px !important;
		}
		#blog_body img{
			display:block;
			margin:20px auto !important;
			width:80% !important;
			float:none;
			height:auto !important;
		}
		#blog_body p.day{
			float:right !important;
			text-align:right;
			margin-top:10px;
			margin-bottom:10px;
		}
		.flt_two{
			width:94%; padding:3%; background:url(../common_img/background.jpg);
		}
		#white_in_right ul{
			 margin-top:20px;
			 margin-bottom:20px;
			 width:100%;
			 margin-left:5px;
		}
		#white_in_right ul li{
			font-size:13px;
			text-align:left;
			list-style-image:url(../common_img/check_arow.png);
			margin-left:30px;
			
			color:#333;
		}
		#white_in_right #three_sep{
			width:100%;
			height:auto;
		}
		#white_in_right #three_sep p{
			margin-top:10px;
			font-size:12px;
			line-height:20px;
		}
		.non_size{
			width:100%;
			float:none;
			margin-left:0px;
		}
		.none_size{
			width:35%;
			float:left;
			margin-left:0px;
		}
#white_in p.brown{
	font-size:18px; line-height:36px;
	color:#6a3906;
}
#white_in p.brown a{
	color:#006934;
}
#white_in p.brown a:hover{
	color:#f90;
}	#white_areas h1.concept{
	margin-top:10px;
	margin-bottom:10px;
	text-align:center !important;
	font-size:1.0rem !important;
	text-align:40px;
	color:#666;
	}
	#white_areas h2.concept{
		margin-top:10px;
		margin-bottom:10px;
		text-align:center !important;
		font-size:1.0rem !important;
		text-align:40px;
		color:#666;
	}
	#white_areas p.concept{
		margin:20px auto;
		text-align:center !important;
		font-size:0.8rem !important;
		text-align:40px;
		color:#666;
	}
	
	#white_areas h3.concept{
		margin-top:10px;
		margin-bottom:10px;
		text-align:center !important;
		font-size:1.0rem !important;
		text-align:40px;
		color:#666;
	}
#white_ins {
		width: 86%;
		margin:0px auto;
		padding-top:0px;
		padding-bottom:20px;
	}
	#white_ins h2{
	margin-top:10px;
	margin-bottom:50px;
	text-align:center !important;
	font-size:0.2rem !important;
	text-align:40px;
	color:#666;
	}
	#white_ins p{
		margin:20px auto;
		text-align:center !important;
		font-size:0.9rem !important;
		text-align:40px;
		color:#666;
	}
	#white_in_spec{
	width:80%;
	height:auto;
	margin:0px auto;
	padding:5%;
}
	#concept_img_area{
	width:100%;
	height:auto;
	margin:0px auto;
}
#white_area_sep{
	width:40%;
	height: 145px;
	float:left;
	margin:0px 10% 0px 0px;
	display:block;
}
#white_area_sep a{
tap-highlight-color:rgba(186,151,123, 0.3)!important; /* タップした色 */
-webkit-tap-highlight-color:rgba(186,151,123, 0.3)!important; /* タップした色 */
}
#white_area_sepr{
	width:40%;
	height: 145px;
	float:left;
	margin:0px 0px 0px 10%;
	display:block;
}
#white_area_sepr a{
tap-highlight-color:rgba(186,151,123, 0.3)!important; /* タップした色 */
-webkit-tap-highlight-color:rgba(186,151,123, 0.3)!important; /* タップした色 */
}
#white_area_sep.hairs{
	background:url(../common_img/hair_care.png) 0px 0px no-repeat ;
	background-size:100%;
}
#white_area_sepr.skins{
	background:url(../common_img/skin_care.png) 0px 0px no-repeat;
	background-size:100%;
}
#title_c{
	width:60%;
	height:auto;
	margin:10px auto 0px;
}
/* スマホニュース */
#news_logo{
	width:60%;
	height:auto;
	margin-left:20px;
}
#news_boxarea{
	width:90%;
	height:auto;
	margin:2px auto 4px;
}
#news_boxarea a:link {color:#333; text-decoration:none;
tap-highlight-color:rgba(186,151,123, 0.3)!important; /* タップした色 */
-webkit-tap-highlight-color:rgba(186,151,123, 0.3)!important; /* タップした色 */
}
#news_boxarea a:hover {color:#f39800 !important; text-decoration:none;}
#news_boxarea a:active {color:#f39800 !important; text-decoration:none;}
#news_boxarea a:visited {color:#666; text-decoration:none;}

#news_boxarea_day{
	width:98%;
	height:auto;
	padding:5px 1% 0px;
	line-height:20px;
	text-align:left;
	color:#956134;
	font-size:11px;
}
#news_boxarea_word{
	width:100%;
	height:auto;
	padding:5px 1%;
	line-height:20px;
	text-align:left;
	color:#333;
	font-size:0.9rem;
	display:block;
	border-bottom:1px solid #ccc;
}
/* ムービーエリア */
#movie_area{
	width: 100% !important;
	margin:0px auto!important;
	background-color:#fff;
	padding-top:20px;
	padding-bottom:0px;
}
#movie_area_in{
	width: 100% !important;
	margin:0px auto!important;
	height:auto;
}
#movie_area_box{
	width:80%;
	height:50%;
	margin:10px auto;
}
#movie_area_title{
	width:100%;
	height:auto;
	margin-bottom:0px;
}
	#movie_area_title_l{
		width:70%;
		height:auto;
		margin-left:0px;
	}
	#movie_area_title_c{
		display:none;
	}
	#movie_area_title_r{
		display:none;
	}
		#movie_area_in h2{
			font-size:13px !important;
			margin:0px;
			padding:0px;
			text-align:left;
			color:#666;
			line-height:25px;
		}
		#movie_area_in p{
			font-size:12px !important;
			margin:0px;
			padding:0px;
			text-align:center;
			color:#666;
			line-height:20px;
		}
		#m_shortcut{
			width:80%;
			margin:15px auto !important;
			background:#FFF;
			box-shadow: 0px 0px 1px 1px rgba(200,200,200,0.4);
		}
			#m_shortcut_movie{
				width:100%;
				height:auto;
			}
			#m_shortcut_movie_detail{
				width:80%;
				height:auto;
				margin:20px auto;
				padding-bottom:15px;
			}
			#m_shortcut_movie_detail h2{
				font-size:1.1rem !important;
			}
			#m_shortcut_movie_detail p{
				font-size:0.9rem !important;
				text-align:center;
			}
			
			
			
			#m_shortcuts{
				width:90%;
				margin:15px auto !important;
				box-shadow: 0px 0px 1px 1px rgba(200,200,200,0.4);
				background-color:#fff;
			}
			#m_shortcut_pict{
				width:100%;
				height:auto;
			}
			#m_shortcut_detail{
				width:80%;
				height:auto;
				margin:20px auto;
				padding-bottom:15px;
			}
	
			#m_shortcut_details{
				width:80%;
				height:auto;
				margin:20px auto;
				padding-bottom:15px;
			}
			#m_shortcut_detail h2{
				font-size:0.9rem !important;
				color:#00913a !important;
				font-weight:bold;
			}
			#m_shortcut_detail p{
				font-size:0.7rem !important;
				text-align:left !important;
				color:#333 !important;
				line-height:1.5rem;
				margin-top:10px;
			}
			#m_shortcut_details h2{
				font-size:0.9rem !important;
				color:#00913a !important;
				font-weight:bold;
			}
			#m_shortcut_details p{
				font-size:0.7rem !important;
				text-align:left !important;
				color:#333 !important;
				line-height:1.5rem;
				margin-top:10px;
			}
/* ムービーエリア */
#footer_area{
	width: 100% !important;
	margin:0px auto 0px !important;
	background:url(../common_img/background.jpg);
	padding-top:0px !important;
	padding-bottom:0px !important;
	border-top:solid 1px #ccc;
}
#footer_area a:link {color:#333; text-decoration:none;}
#footer_area a:hover {color:#f39800 !important; text-decoration:none;}
#footer_area a:active {color:#f39800 !important; text-decoration:none;}
#footer_area a:visited {color:#666; text-decoration:none;}
#footer_area_in{
	width: 100% !important;
	margin:0px auto !important;
	height:auto;
}
#footer_box{
	width:100%;
	height:auto;
	background-color:#fff;
	margin-bottom:-20px;
}
#footer_box span{
	font-size:11px;
	font-weight:bold;
	color:#999;
}
#footer_box dl{
	width:90%;
	margin:0px;
	padding:0px;
}
#footer_box dt{
	margin:0px auto 5px !important;
	padding:0px;
	color:#00913a;
	font-size:1.0rem !important;
	text-align:center;
	border-bottom:2px solid #00913a;
	width:80%;
	line-height:1.5rem;
}
#footer_box dd{
	margin:0px !important;
	padding:0px !important;
	font-size:0.8rem !important;
}
#footer_box ul li{
	border-bottom:solid 1px #ccc;
	font-size:0.8rem !important;
	line-height:2.0rem;
}


#footer_boxs{
	width:100%;
	height:auto;
	padding:10px 0px;
}
#footer_boxs dl{
	width:90%;
	margin:0px auto !important;
	padding:0px !important;
}
#footer_boxs dt{
	margin:0px auto 5px !important;
	padding:0px !important;
	font-weight:bold;
	color:#00913a;
	font-size:1.0rem !important;
	text-align:center;
	border-bottom:2px solid #00913a;
	width:80%;
	line-height:1.5rem;
}
#footer_boxs dd{
	margin:0px !important;
	padding:0px !important;
	font-size:0.8rem !important;
}
#footer_boxs ul{
	margin:0px auto !important;
	padding:0px !important;
	list-style:none;
	width:70%;
}
#footer_boxs ul li{
	border-bottom:solid 1px #ccc;
	font-size:0.8rem !important;
	line-height:2.0rem;
}

#footer_boxss{
	width:100%;
	height:auto;
	padding:10px 0px;
}
#footer_boxss dl{
	width:90%;
	margin:0px auto !important;
	padding:0px !important;
}
#footer_boxss dt{
	margin:0px auto 5px !important;
	padding:0px !important;
	font-weight:bold;
	color:#00913a;
	font-size:1.0rem !important;
	text-align:center;
	border-bottom:2px solid #00913a;
	width:80%;
	line-height:1.5rem;
}
#footer_boxss dd{
	margin:0px !important;
	padding:0px !important;
	font-size:0.8rem !important;
}
#footer_boxss ul{
	margin:0px auto !important;
	padding:0px !important;
	list-style:none;
	width:70%;
}
#footer_boxss ul li{
	border-bottom:solid 1px #ccc;
	font-size:0.8rem !important;
	line-height:2.0rem;
}
#footer_copy_right{
	border-top: solid 1px #f90;
	width:100%;
	height:auto;
	margin:20px auto 0px auto !important;
	font-size:12px;
	color:#666;
	background-color:#fff;
	text-align:center;
	font-family:'Lato-Regular', 'Hiragino Kaku Gothic ProN', Verdana, Meiryo, sans-serif;
	padding-bottom:20px;
}
.sized{
	width:60%
}
	#white_ins h2{
	margin-top:10px;
	margin-bottom:50px;
	text-align:center !important;
	font-size:36px;
	text-align:40px;
	color:#666;
	}
	#white_ins p{
		margin:20px auto;
		text-align:center !important;
		font-size:2.6rem;
		text-align:40px;
		color:#666;
	}
/* ムービーエリア */
#orange_in {
    width: 100% !important;
	margin:0px auto!important;
	background-color:#F90;
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
}
#orange_in h1{
	width: 100% !important;
	margin:0px auto!important;
	color:#fff;
	font-size:1.6rem;
	margin:0px auto;
}
/* ムービーエリア */
#form_area{
	height:auto;
	width: 100% !important;
	margin:0px auto!important;
	background-color:#f0f0f0;
	padding-top:30px;
	padding-bottom:30px;
}
#form_areas{
	width:100%;
	height:auto;
	margin:0px auto;
	padding-top:30px;
	padding-bottom:30px;
}
#form_area_in{
	width: 100% !important;
	margin:0px auto!important;
}
#form_side{
	width: 100% !important;
	margin:0px auto!important;
	padding:10px 0px;
}
#form_side p{
	width: 90% !important;
	margin:0px auto!important;
	font-size:1.2rem;
	color:#666;
	line-height:22px;
}
#form_body{
	width: 100% !important;
	margin:0px auto!important;
	padding:0px !important;
}

#form_area_line{
	width:100% !important;
	height:auto;
	border-top:1px solid #ccc;
	color:#666;
	font-size:12px;
	margin:0px auto!important;
}
	#form_area_line_l{
	width:100%;
	height:auto;
	color:#666;
	font-size:14px;
	margin:0px auto;
	}
	#form_area_line_r{
	width: 90%;
	height:auto;
	color:#666;
	font-size:12px;
	margin:0px auto;
	}
	#form_area_line_r input{
		margin:0px !important;
		text-indent:0px !important;
		padding:0px !important;
	}
	#form_area_line_l p{
		line-height:30px;
		text-indent:20px;
		color:#666;
		text-align:left !important;
	}
	#form_area_line p.com{
		width:90%;
		margin:10px auto;
		line-height:30px;
		text-indent:20px;
		color:#666;
		text-align:left;
		font-size:14px;
	}
	
	#form_area_line li{
		width:100%;
		line-height:35px;
		color:#666;
		text-align:left;
	}
.ex1{
	height:35px;
	line-height:35px;
	color:#666;
	font-size:14px;
}
.ex2{
	line-height:35px;
	color:#666;
	font-size:14px;
	width:100%;
}
.ex5{
	line-height:37px !important;
	color:#666 !important;
	font-size:20px !important;
	margin:0px;
}

/* pageTopBtn */
	.pageTopBtn {
		width:50px;
	position: fixed;
	right:5%;
	bottom: 124px;
	font-size: 77%;
	text-align:right !important;
	}
#pan_area{
	display:none;
}

#news_body{
	width: 100% !important;
	margin:0px auto!important;
	padding:0px !important;
}
#news_body hr{
	width:90%;
	margin:5px auto;
	border-top: 1px dotted #F90;
	margin-bottom:50px;
}
#news_body h2{
		line-height:50px;
		text-indent:10px;
		color:#666;
		text-align:left;
		font-size:16px;
	}
	#news_body h2 a{
		text-decoration:none;
	}
#news_area_line{
	width:100% !important;
	height:auto;
	border-top:1px solid #ccc;
	color:#666;
	font-size:12px;
	margin:0px auto!important;
}
	#news_area_line_l{
	width:100%;
	height:auto;
	color:#666;
	font-size:14px;
	margin:0px auto;
	}
	#news_area_line_r{
	width: 90%;
	height:auto;
	min-height:150px;
	color:#666;
	font-size:12px;
	margin:0px auto;
	}
	
	#news_area_line p{
		line-height:30px;
		text-indent:0px;
		color:#666;
		text-align:left;
		font-size:14px;
	}
	#news_area_line p.com{
		line-height:30px;
		text-indent:20px;
		color:#666;
		text-align:left;
		font-size:14px;
	}
	
	#news_area_line p.day{
		line-height:30px;
		text-indent:20px;
		color:#666;
		text-align:left;
		font-size:12px;
	}
	#news_area_line p.news{
		line-height:40px;
		text-indent:0px;
		color:#666;
		text-align:left;
		font-size:14px;
	}
	#buy_bt{
	background:url(../common_img/buy_bt.png) no-repeat;
	background-size:contain;
	width:190px;
	height:50px;
	border:none;
}
#buy_next_bt{
	background:url(../common_img/buy_next_bt.png) no-repeat;
	background-size:contain;
	width:190px;
	height:50px;
	border:none;
}
#buy_check_bt{
	background:url(../common_img/buy_check_bt.png) no-repeat;
	background-size:contain;
	width:190px;
	height:50px;
	border:none;
}
/*-----------------------------------------------

	その他

-----------------------------------------------*/

.news_navi{
	border-top: 1px dotted #c4c4c4;
	margin-top: 40px;
	padding-top: 20px;
	padding-bottom:20px;
}
.news_navi .previous_post {
	float: left;
	margin-left:5%;
}
.news_navi .next_post{
	float: right;
	margin-right:5%;
}

.notfound{
	width:980px;
	margin:80px auto 80px;
}
.notfound p.not{
	font-size:60px;
	margin-bottom:50px;
}
.notfound p.found{
	font-size:36px;
	margin-bottom:30px;
}
.notfound ul.not_link{
	margin-top:30px;
}
.notfound ul.not_link li{
	background: url("../images/map_arrow.png") no-repeat scroll 0 4px ;
}
.notfound ul.not_link li a{
	display: block;
	padding: 0 0 10px 20px;
	text-decoration: none;
	border-bottom: 1px dotted #c4c4c4;
	margin-bottom:10px;
}
.ggmap {
	width:90%;
	margin:0px auto;
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.imp_message{
	display:none;
}
	.imp_news{
	position:absolute;
	top:20%;
	left:50%;
	width:300px;
	height:80px;
	background:rgba(255,255,255,0.8);
	z-index:99999;
	margin-left:-180px;
	padding: 30px;
		color: #f00;
		line-height: 20px;
		text-align: center;
}
.wideslider{
	display:none;
}
}