/******************************************************

共通

******************************************************/

@charset "utf-8";

html{
/*     font-size: 62.5%;  10px 1em */
}

ul.breadcrumb {
    font-size: 13px;
    line-height: 1.3;
    width: 950px;
    margin: 10px auto;
    color: #888;
}

ul.breadcrumb li a {
	padding-right: 0;
	text-decoration: none;
	color: #545454;
	background: none;
}

ul.breadcrumb li a:hover {
	color: #f60;
}


.nobottom {
	padding-bottom:0!important;
	margin-bottom:0!important;
}

.top0 {
	margin-bottom:0!important;
}

.top10 {
	margin-top:10px;
}

.top20 {
	margin-top:20px;
}

.top30 {
	margin-top:30px;
}

.top40 {
	margin-top:40px;
}

.top50 {
	margin-top:50px;
}

.bottom0 {
	margin-bottom:0!important;
}

.bottom10 {
	margin-bottom:10px;
}

.bottom20 {
	margin-bottom:20px;
}

.bottom30 {
	margin-bottom:30px;
}

.bottom40 {
	margin-bottom:40px;
}

.bottom50 {
	margin-bottom:50px;
}

.left {
	float:left;
	display:inline;
}

.right {
	float:right;
	display:inline;
}

.ta_center {
	text-align:center;
}

.ta_left {
	text-align:left!important;
}

.ta_right {
	text-align:right;
}

.clearfix:after {
	content:"";
	display:block;
	clear:both;
}

body {
	font: normal 12px 'メイリオ','Meiryo','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Osaka','ＭＳ Ｐゴシック',sans-serif;
	margin: 0px;
	padding: 0px;
}

a:link{
	color: #936f47;
	text-decoration:underline;
}

a:visited{
	color: #936f47;
}

a:hover{
	color: #ff6600;
}

a:active{
	color: #ff6600;
}

a:hover img {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

img {
	vertical-align:top;
}

.sp{
    display: none;
}

.pink{
    color: #ff6c7a;
}

#page-top {
	z-index: 9999;
	position: fixed;
	right: 30px;
	bottom: 40px;
}

#page-top a {
	opacity: .6;
}

#page-top a:hover {
	opacity: 1 !important;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

#page-top img {
	width: 70px;
	height: 70px;
	-webkit-transition: all .6s .3s;
}


/******************************************************

PC

******************************************************/

@media (min-width: 1023px) {

.sp_none{
    display: block;
}

.pc_none{
    display: none;
}

#gnavi{
	overflow:hidden;
}

#gnavi li{
	float:left;
}

header{
	width:950px;
	margin:0 auto;
	padding:0;
}

header .logo{
	margin:0;
	display:table-cell;
	vertical-align:middle;
	width:350px;
}

header .headerContents{
	margin:9px auto 9px;
	display:table;
}

header .headerBanner{
	vertical-align:bottom;
	display:table-cell;
	width:400px;
}

header .headerMenu{
	vertical-align:middle;
	width:200px;
	display:table-cell;
}

header .headerMenu a{
	color:#0000FF;
}

header .headerMenu .signup{
	font-size:10px;
	line-height:1.6em;
	padding:0 0 0 18px;
	background: url("/esthe_img/common/icon_signup.gif") no-repeat scroll 0 0 transparent;
}

header .headerMenu .aboutsite{
	font-size:10px;
	line-height:1.6em;
	padding:0 0 0 17px;
	background: url("/esthe_img/common/icon_aboutsite.gif") no-repeat scroll 0 0 transparent;
}

.breadcrumb li a {
	padding-right: 15px;
	background: url(/esthe_img/n_common/marker_03.gif) right center no-repeat;
	white-space: nowrap;
}

.contents{
	background-color:#FC0;
	width:1000px;
	height:1000px;
	margin:0 auto;
}

.breadcrumb{
	width:950px;
	margin:10px auto;
	font-size:80%;
	overflow:hidden;
	min-height: 15px;
	height: auto !important;
	height: 15px;
}

.breadcrumb li{
	float:left;
	margin-right: 10px;
}

.copy{
	width:950px;
	margin:20px auto 0;
	text-align:center;
	font-size:86%;
	color:#555;
}

#fnavi{
	margin:20px 0;
	overflow:hidden;
	position: relative;
	
}

#fnavi ul{
	float: left;
	margin:0 auto;
	position: relative;
    left: 50%;
}

#fnavi ul li{
	float:left;
	border-right:1px solid #555;
	padding-right:8px;
	margin-right:8px;
	position: relative;
    left: -50%;
}

#fnavi ul li:last-child{
	border-right:0;
	padding-right:0;
	margin-right:0;
}

#fnavi ul li a,
#findex dl dd a{
	color: #555;
	text-decoration:none;
}
#fnavi ul li a:link,
#findex dl dd a:link{
	color: #555;
	text-decoration:none;
}
#fnavi ul li a:visited,
#findex dl dd a:visited{
	color: #555;
}
#fnavi ul li a:hover,
#findex dl dd a:hover{
	color: #ff6600;
	text-decoration:underline;
}
#fnavi ul li a:active,
#findex dl dd a:active{
	color: #ff6600;
}

#findex {
	margin-bottom: 20px;
	border:2px solid #ffe7ed;
	border-radius:9px;
	width:936px;
	overflow:hidden;
	margin:0 auto;
	padding:15px 0 15px 34px;
}

#findex dl {
	float: left;
	width: 146px;
	margin-right: 10px;
	font-size: 86%;
}
#findex dl dt {
	padding-bottom: 2px;
	font-weight: bold;
	color: #FF5C88;
}
#findex dl dd {
	margin-left: 1em;
	padding-bottom: 2px;
	text-indent: -1em;
	line-height: 1.3;
}


.backtop{
	margin:20px auto 5px;
	font-size: 86%;
	text-align: center;
}


}

/******************************************************

SP

******************************************************/

@media (max-width: 1023px) {
	
	
.breadcrumb {
    width: 950px;
    margin: 10px auto;
    font-size: 80%;
    overflow: hidden;
    min-height: 15px;
    height: auto !important;
    height: 15px;
}	
	

.pc_none{
    display: block;
}

.sp_none{
    display: none;
}


body{
	background-color:#F7F7F0;
}

.contents{
	background-color:#33C;
	width:100%;
	height:1000px;
	margin:0 auto;
}

.copy{
	color:#FFF;
	text-align: center;
	line-height: 35px;
	font-size:12px;
	background-color:#ff6699;
}

#gheader {
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px;
    text-align: center;
    border-top: 5px solid #f69;
    position: relative;
}


#gheader .login{
	float:left;
}

#gheader .logo {
    display: table-cell;
    width: 1023px;
    vertical-align: middle;
}

#gheader .logo img {
    margin-top: 8px;
    text-align: center;
    vertical-align: bottom;
    width: 223px;
    height: 20px;
}

#gheader .login_icon {
    width: 30px;
    height: 31px;
    margin-top: 2px;
}

#gheader .gnavi-open {
    float: right;
    position: absolute;
    top: 34%;
    right: 3%;
}

#gheader .gnavi-open img{
	vertical-align: bottom;
}

.gnavi-open .button {
    padding: 5px 0;
    font-size: 8px;
}



.gnavi-open {
	/*display:table-cell;
	padding-left:5px;
	width:100%;
	vertical-align:middle;*/
}

#globalnavi {
	width:100%;
	font-size:12px;
	position:relative;
	z-index:3;
	margin-top:-6px;
}

#globalnavi:before { 
    position:absolute; 
    content:"▲"; 
    top:-12px; 
    right:15px; 
    color:#C0B6BC; 
}

#globalnavi nav {
	margin:0 5px;
	padding:5px;
	background-color:#C0B6BC;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-background-clip:padding-box;
	box-shadow:0 0 5px rgba(0,0,0,0.3);
	-moz-box-shadow:0 0 5px rgba(0,0,0,0.3);
	-webkit-box-shadow:0 0 5px rgba(0,0,0,0.3);
}

#globalnavi h1 {
	text-align:center;
	color:#FFFFFF;
	margin-bottom:5px;
	font-size:14px;
}

#globalnavi li {	
	float:left;
	width:50%;
	background-color:#FFFFFF;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-bottom:1px solid #C0B6BC;
}

#globalnavi li a {
	color:#333333;
	text-decoration:none;
	outline:none;
	display:block;
	padding:7px 0 7px 15px;
	position:relative;
}

#globalnavi li a:before {
	content:"";
	position:absolute;
	left:0;
	top:50%;
	width:16px;
	height:16px;
	margin-top:-8px;
	background:url(/esthe_smartphone/img/icon.png) no-repeat 0 -257px;
}

#globalnavi li:nth-child(2n) {
	border-left:1px solid #C0B6BC;
}
	
#globalnavi .gnavi-close {
	clera:both;
	text-align:right;
	background-color:#C0B6BC !important;
}

#globalnavi .gnavi-close a {
	color:#fff;
	clear:both;
	line-height:1em;
	font-size:12px;
	display:inline-block;
	padding:5px;
	-webkit-background-clip:padding-box;
	/*background-color:#FFFFFF;
	border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;*/
	margin-top:5px;
}

#globalnavi .gnavi-close a:before {
	background-image:none !important;
}

.cfx {
	zoom:1;
	overflow:auto;
}

.cfx:after {
	content:"";
	display:block;
}


.title-01 {
	background-color:#C0B6BC;
	padding:8px 10px;
	color:#FFFFFF;
	font-size:13px;
	line-height:1em;	
}


footer{
	-webkit-text-size-adjust: none;
}

.btnset {
    overflow: hidden;
    background-color: #F7F7F0;
    font-size: 12px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
}

.btnset li {
    float: left;
    width: 33.09%;
    text-align: center;
}
.btnset li a {
    color: #FFFFFF;
    padding: 5.5% 5% 5% 5%;
    display: block;
    background-color: #FF6699;
    text-decoration: none;
}

.btnset .hidari{
	border-right:1px solid #ffffff;
	border-bottom:1px solid #FF6699;
}


.btnset .hidari p {
    padding: 35px 0 0 0;
    background: url(/esthe_smartphone/img/top_icon_special.png) no-repeat top center transparent;
    background-size: 37px 33px;
}

.btnset .naka{
	border-right:1px solid #ffffff;
	border-bottom:1px solid #FF6699;
}

.btnset .naka p {
    padding: 35px 0 0px 0;
    background: url(/esthe_smartphone/img/top_icon_ranking.png) no-repeat top center transparent;
    background-size: 34px 30px;
    background-position: 50% 11%;
}

.btnset .migi{
	border-bottom:1px solid #FF6699;
}

.btnset .migi p {
    padding: 35px 0 0px 0;
    background: url(/esthe_smartphone/img/top_icon_search.png) no-repeat top center transparent;
    background-size: 30px;
    background-position: 50% 21%;
}

.linkset
{
  padding: 20px 0;
  background-size: 7px 7px;
  font-size: 12px;
  text-align: center;
}

.linkset a
{
  color: #ff6699;
  font-size: 12px;
  text-decoration:none;
}


}