.frame{
	overflow:hidden;
}

.list-scroll {
	white-space: nowrap;
	cursor: pointer;
	font-size: 0;
	padding: 0 30px 0 0;
}
.list-scroll li{
	font-size: 13px;
	padding-right: 4px;
}
.ab-user{
	position:relative;
	padding:30px 0;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	min-height: 110px;
}
.ab-user a{
	float:left;
	margin-right:20px;
}
.ab-user a:hover .user-img{
 	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;   
}
.ab-user .user-img{
	width:100px;
}
.user-lnk{
	float:left;
	line-height: 1.7;
}
.user-lnk .but-sh{
	position:relative;
	bottom: 0;
	width: 100%;
	line-height: 25px;
	margin: 12px 0 6px;
}
.user-lnk .line2-red a.social span{
	background: #ff8079;
	width: 25px;
	height: 25px;
	line-height: 25px;
	margin: 0 2px;
	font-size: 14px;
}

.user-lnk .line2-red .social:first-child span {
	margin-left: 0;
}
.list-sb li{
	border-top:1px solid #fbf1bc;
	padding:5px
}
.list-sb li:first-child{
	border:none;
}
.list-sb li a{
	color:#000;
	line-height: 1;
	font-size: 13px;
}
#cal-sidebar{
	/*min-height: 240px;*/
	min-height: 170px;
}

#cal-sidebar .datepicker .prev,#cal-sidebar .datepicker .next {
	background: #eee;
	color: #aaa;
	line-height: 17px;
	width: 19px;
	height: 21px;
	display: block;
}

#cal-sidebar .datepicker td, #cal-sidebar .datepicker th {
	padding: 3px;
	font-size: 11px;
}

#cal-sidebar .datepicker td.old,#cal-sidebar .datepicker td.new {
	display: none;
}

#cal-sidebar .datepicker table {
	width: 100%;
}

#cal-sidebar .datepicker {
	width: 100%;
	padding: 5px;
}
.row-grid{
	margin:0;
}
.row-grid:after{
	display:table;
	content:'';
	clear:both;
}
.blog-left{
	width: 74%;
	float:left;
	padding: 0 30px 0 0;
}
.inp-ser{
	position:relative;
	padding: 0 35px 0 0;
	overflow: hidden;
}

.inp-ser .ip-full {
	width: 100%;
	border: none;
	padding: 3px;
	height: 35px;
	font-size: 12px;
	line-height: 35px;
}

.inp-ser button {
	width: 35px;
	height: 35px;
	position: absolute;
	right: 0;
	top: 0;
	background: #fbf1bc;
	box-shadow: none;
	border: none;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
}

.but-zoo {
	overflow: hidden;	
}
.but-zoo > span{
	-moz-transition: all ease-in 0.3s;
	-webkit-transition: all ease-in 0.3s;
	transition: all ease-in 0.3s;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.but-zoo:hover > span {
	-moz-transform: scale(0.9);
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	opacity: 0.8;
}
.blog-right{
	width: 26%;
	float:right;
	width: 190px;
}
#sidebar{}
.wid{
	border:1px solid #fbf1bc;
	margin: 0 0 25px;
	padding: 3px;
}
.tit-wid{
	text-align: center;
	margin: 0;
	background: #fbf1bc;
	color: #000;
	font-size: 15px;
	line-height: 30px;
}
.row7{
	margin: -7px;
}

.row7:after {
	display: table;
	content: '';
	clear: both;
}
.blog-pos{
	padding: 0;
	margin-bottom: 25px;
	overflow: hidden;
}
.blog-ite{
	color:#000;
	transition: all ease-in 0.3s;
	display: block;
	padding: 7px;
	opacity: 1;
	font-size: 13px;
}
.blog-ite:hover{
	text-decoration:none;
	color:#000;
	transform: translateY(-15px);
	opacity: 0.8;
}
.blog-left .blog-ite .imgp{
	position : relative ;
	float : left ;
	width : 170px ;
	height : 150px ;
	overflow : hidden ;
}
.blog-left .blog-ite .imgp img{
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.ranking .imgp{
	position : relative ;
	float : left ;
	width : 100% ;
	overflow : hidden ;
}
.ranking .imgp img{
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.relate-pos{
	margin:100px 0 0;
	height:50px;
	position: relative;
	padding: 0 150px;
}

.relate-pos a {
	position: absolute;
	color: #000;
}

.relate-pos .next-pos {
	right: 0;
}

.relate-pos .prev-pos {
	left: 0;
}
.detail-bl{
	padding:20px 0;
}
.desc-page{
	font-size:19px;
	line-height:1.5;
	margin: 0 0 0;
}
.paginate{
	margin: 30px 0 0;
}
.paginate li{
	padding: 0 5px 0;
	border-right: 1px solid #000;
	line-height: 1;
	min-width: 43px;
	text-align: center;
}

.paginate li a {
	color: #000;
}
.paginate li.active a,
.paginate li.active span {
	font-weight:bold;
}

.lnk-prev:before {
	content: '«';
	display: inline-block;
	padding:0 20px 0 0;
	line-height: 18px;
	font-size: 13px;
}

.lnk-prev {
	text-transform: uppercase;
}
.lnk-next:after {
	content: '»';
	display: inline-block;
	padding:0 0 0 20px;
	line-height: 18px;
	font-size: 13px;
}

.lnk-next {
	text-transform: uppercase;
}
.lnk-blk,.lnk-blk:hover{
	color:#000;
}
.paginate li:first-child {
	text-align: left;
	min-width: 26px;
	padding-left: 0;
}

.paginate li:last-child {
	border: none;
}
#ctact-page{
	margin:40px 0 0;
}
#ctact-page .phone-hr{
	font-size: 29px;
}
#ctact-page .line2 a.social span{
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 13px;
}
#ctact-page .line2u a.social span{
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 13px;
}
/* homepag */
.list-page li{
	padding: 0 7px;
	border-left:1px solid #fff;
	line-height: 1.3;
	font-size: 12px;
}

.list-page li:first-child {
	border: none;
}
.group-bl{
	background:#fdfae8;
	padding: 15px;
	margin:0 0 10px;
}
.dis-bl{
	display:block;
}
.phone-sh{
	font-size:20px;
	color:#000;
	text-transform:uppercase;
}
.phone-sh:hover{
	color:#333;
	text-decoration:none;
}
.sh-bl{
	background: rgba(237, 208, 30, 0.1);
	margin: 0 0 10px;
	padding: 25px 10px 25px 44px;
	position: relative;
	font-size: 14px;
	line-height: 1.7;
}

.sh-image {
	max-width: 260px;
	width: 35%;
	vertical-align: top !important;
}
.sh-ct{
	padding: 0 180px 0 20px;
	vertical-align: top !important;
	position: relative;
}
.sh-bl:before {
	content: '';
	display: block;
	background: #edd01e;
	position: absolute;
	top: 0px;
	left: 0;
	border-left: 25px solid #fff;
	border-bottom: 25px solid transparent;
}
#special-ct{
	background:#c8c9ca;
	margin: 40px 0 60px;
	padding: 7px;
}

#carousel-special {
	padding: 10px;
	margin: 0 0 20px;
}

#carousel-special .carousel-indicators {
	bottom: -33px;
}

#carousel-special .carousel-indicators li {
	margin: 0 5px;
}

#carousel-special .carousel-indicators li.active {
	width: 10px;
	height: 10px;
}

#special-txt {
	padding: 15px;
}
.tb-contain{
	display:table;
	width:100%;
}

.group-img {
	width: 27%;
}

.group-img2 {
	display:none;
}

.group-ct {
	padding-left: 15px;
}
.tb-cell{
	display:table-cell;
	vertical-align:middle;
}
#home-post{
	background: #fff;
}
#header img{
	width: 123px;
	height: auto;
	position: relative;
	z-index: 0;
}
.logo-hd{
	padding: 0 0 15px;
	margin: 0;
}
.logo-hd img:hover {
	opacity: 0.8;
}

.logo-hd .txt-logo {
	font-size: 11px;
}
.logo24h{
	display:block;
	margin:20px 0 0;
	width: 100px;
	position: relative;
	height: 100px;
	background-size: cover;
	transition:all ease-in 0.3s;
}
.logo24h:hover{
}
.logo24h img {
	width: 100%;
}
.list-menu li a{
	font-size:18px;
	color:#000;
	line-height: 40px;
	padding: 0;
	display: inline-block;  
}
#main-menu{
	padding:0;
}
#header-wrap{
	width:100%;
	position: relative;
	overflow: hidden;
	height: 100vh;
	padding: 0;
	max-height: 720px;
}
#contact-bl{
	padding: 25px 0;
	position: relative;
	width: 100%;
	top: 0;
	z-index: 99;
}
#slider-home{
	position:relative;
	z-index:99;
	padding: 0;
	margin-top: 50px;
}
#contact-bl .inl-bl {
	position: relative;
	z-index: 9;
	top:0;
	float: right;
	width: 800px;
}
.contain-large{
	max-width: 1230px;
	margin:0 auto;
	padding: 0 15px;
}
.inl-bl{
	display:inline-block;
	vertical-align: top;
}
.line2 {
	display: table;
	margin: 0px 0 0;
	float: right;
}

.line2 a {
	display: table-cell;
	vertical-align: bottom;
}

.line2 a.social {
	padding-right: 3px;
}

.line2 a.social span {
	background: #edd01e;
	height: 33px;
	width: 33px;
	display: table;
	text-align: center;
	line-height: 33px;
	font-size: 18px;
}

.line2 a.social span:hover {
	opacity: 0.8;
}

.line2 a.social span i {
	color: #fff;
}

.line2u {
	display: table;
	margin: 0px 0 0;
}

.line2u a {
	display: table-cell;
	vertical-align: bottom;
}

.line2u a.social {
	padding-right: 3px;
}

.line2u a.social span {
	background: #edd01e;
	height: 33px;
	width: 33px;
	display: table;
	text-align: center;
	line-height: 33px;
	font-size: 18px;
}

.line2u a.social span:hover {
	opacity: 0.8;
}

.line2u a.social span i {
	color: #fff;
}
.phone-hr{
	font-size: 39px;
	color:#000;
	line-height:1;
}
.phone-hr:hover{
	text-decoration:none;
	opacity:0.8;
	color:#000;
}
#carousel-home{
	position:relative;
	padding:0 50px 0 0;
}
#carousel-home .carousel-indicators{
	right:0;
	width: 20px;
	margin: 0;
	bottom: 0;
	left: auto;
	text-align: right;
}

#carousel-home .carousel-indicators li {
	display: inline-block;
	border-radius: 0;
	width: 10px;
	height: 10px;
	margin: 6px 0 0;
	background: #fff;
	border: none;
}

#carousel-home .carousel-indicators li.active {
	background: #aaa;
}
/* end */
.txt-up{
	text-transform:uppercase;
}
.txt15{
	font-size:14px;
	line-height: 1.8em;
}
.txt14{
	font-size:14px;
}

.txt12{
	font-size:12px;
}

.txt12_{
	display:none;
}

.txt11{
	font-size: 11px;
	line-height: 1.5;
}
.txt-condent{
	font-family: 'Roboto Condensed', sans-serif;
}
.lab-wh{
	display:inline-block;
	background:#Fff;
	color:#e4c947;
	padding:3px 5px;
	text-align:center;
	min-width:120px;
	position:relative;
}
.lab-wh:after{
	content:'';
	display:block;
	border-left: 8px solid #fff;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	position:absolute;
	right: -7px;
	top:50%;
	margin-top: -4px;
}
.label-bl{
	position:relative;
	padding: 2px 0px 10px 140px;
}
.label-bl .lab-wh{
	position:absolute;
	left:0;
	top:0;
}
.tit{
	font-family: 'Questrial', sans-serif;
}
.tit-quest{
	font-family: 'Questrial', sans-serif;
}
.tit-page{
	font-size:28px;
	text-transform:uppercase;
	margin: 10px 0 30px;
	line-height: 1.1;
}
.tit-bor{
	font-size:15px;
	line-height:2;
	border-bottom: 1px solid #717071;
	letter-spacing: 2px;
}
.tit-pos{
	font-size:23px;
	line-height:1.3;
	margin:10px 0 20px;
	letter-spacing: 2px;
}
.tit-ico{
	font-size:28px;
	padding: 0 0 0 0px;
	text-transform: uppercase;
}
.tit-ico:before{
	content:'';
	display:inline-block;
	vertical-align:middle;
	width: 50px;
	height:45px;
}
.tit-line{
	font-size: 18px;
	line-height: 1.5;
	margin: 5px 0 10px;
}
.group-tit:before{
	background:url('../images/main02_102.png')no-repeat left center;
}
.sns-tit:before{
	background:url('../images/main02_76.png')no-repeat left center;
}
.shop-tit:before{
	background:url('../images/main02_66.png')no-repeat left center;
}
.hair-tit:before{
	background:url('../images/main02_63.png')no-repeat left center;
}
.news-tit:before{
	background:url('../images/main02_16.png')no-repeat left center;
}
.blog-tit:before{
	background:url('../images/main02_20.png')no-repeat left center;
}
.line-tit:before{
	background:url('../images/main02_45.png')no-repeat left center; 
}
.bl-tit{
	position:relative;
}
#sns-sl iframe{
	width:100%!important;
}
.bl-tit .but-ar {
	position: absolute;
	top: 11px;
	right: 0;
}
.bl-conc{
	border-bottom: 1px solid #717071;
	padding: 0 0 20px;
	margin: 0 0 60px;
}

.bl-ct {
	padding: 40px 0 60px;
}
.but{
	background:#edd01e;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
	line-height: 30px;
	display: inline-block;
	padding: 0px 11px 0 12px;
	border: 2px solid #edd01e;
	transition: all ease-in 0.3s;
}
.but-ar:after {
	content: '';
	display: inline-block;
	border-left: 8px solid #fff;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	vertical-align: middle;
	margin: 0 0 3px 7px;
}
.but:hover{
	background:#fff;
	border-color:#edd01e;
	color:#edd01e;
	text-decoration:none;
}
.but-ar:hover:after{
	border-left-color:#edd01e;
}
.but-sh{
	background:#FF8079;
	border-color:#FF8079;
	width:170px;
	text-align:center;
	font-size: 14px;
	line-height: 35px;
	position: absolute;
	right: 0;
	bottom: -15px;
}
.blog_saloninfo .but-sh{
	right: auto;
	bottom: auto;
}

.but-sh:hover{
	background: transparent;
	border-color:#FF8079;
	color:#FF8079;
	text-decoration:none;
}
.ite-pos{
	padding: 15px 0 5px;
	border-bottom: 1px solid #cccccc;
}
#news-pos .ite-pos{
	border-color:#ddd;
}
.clr-gr{
	color: #717071;
}
/*
.clr-gr2{
	display:none;
}
*/
.img-center{
	display:block;
	margin:0 auto;
	width:auto;
}
.img-zoo{
	position:relative;
	overflow:hidden;
}
.img-zoo img{
	-moz-transition:all ease-in 0.5s;
	-webkit-transition:all ease-in 0.5s;
	transition:all ease-in 0.5s;
}
.gallery_thumb{
	position: relative;
	width: 249px;
	height: 249px;
}
.gallery_thumb img{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.blog_thumb { 
	position: relative;
}
.blog_thumb img{ 
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.gallery_thumb img:hover,
.blog_thumb img:hover{
	-moz-transform:translate(-50%, -50%) scale3d(1.1,1.1,1.1);
	-webkit-transform:translate(-50%, -50%) scale3d(1.1,1.1,1.1);
	transform:translate(-50%, -50%) scale3d(1.1,1.1,1.1);
}
.img-opa{
	-moz-transition:all ease-in 0.3s;
	-webkit-transition:all ease-in 0.3s;
	transition:all ease-in 0.3s;
	opacity:1;	
}
.img-opa:hover{
	opacity:0.6;
}
.img-auto{
	width:auto;
}
/*
.po_left {
	display:none;
}
*/
/*
.img-zoo2{
	display:none;
}
*/


@media screen and (min-width: 768px){
	/*  home-page	*/
	#subpage .list-menu li:hover a,#subpage .list-menu li.active a{
		color:#EDA01E;
	}
	.list-menu li:hover a{
		text-decoration: none;
		-webkit-animation-name: slideOutRight;
		animation-name: slideOutRight;
		animation-duration: 0.7s;	
	}	
	#home-page #header{
		margin-left: 0;
		background: none;
		z-index: 99999;
	}
	#home-page .container{
		padding-left:160px;
		position: relative;
	}
	#home-page #footer .container{
		padding-left:15px;
	}
	#home-page #contain-post{
		padding-left:100px;
	}
	#home-post{
		padding: 40px 0 0 60px;
	}
	#header-wrap:before{
		content:'';
		display:block;
		position: fixed;
		top:0;
		left:0;
		width:50%;
		height:50%;
		background: #edd01e;
		padding: 0;
		margin: 0 0 0 -300px;
		max-height: 360px;
	}
	#header-wrap:after{
		content:'';
		display:block;
		position: absolute;
		bottom:0;
		left:50%;
		width:50%;
		height:50%;
		background: #edd01e;
		padding: 0;
		margin: 0 0 0 300px;
		z-index: 0;
	}	
	/*   end.   */
	#subpage #header{
	left: 0;
	margin-left: 0;
	padding-right: 0;
	z-index: 100000;
}
}
@media screen and (max-width:1150px) and (min-width:1025px){
	#home-post{
		padding-left:30px;
	}
	#home-page #contain-post{
		padding-left:140px
	}
	#home-page #header{
		padding:0 0 0 10px;
		width:150px;
	}
}
@media screen and (max-width:1024px) and (min-width:768px){
	.row-grid{
		position:relative;
		padding-right:190px;
	}

.blog-right {
	position: absolute;
	right: 0;
	top: 0;
}

.blog-left {
	width: 100%;
	float: none;
}
	#home-page #header{
		padding:0 0 0 15px;
		width: 140px;
	}
	#home-page #contain-post{
		padding-left: 150px;
	}
	#header-wrap:before{
		margin-left: -150px;
	}

#header-wrap:after {
	margin-left: 150px;
}
	#home-post{
		padding:40px 0 0 30px
	}
	#home-page .container{
		padding-left:180px;
	}
	
}
@media screen and (max-width:900px) and (min-width:768px){
	#header-wrap{
		max-height:600px
	}
	.relate-pos{
		padding: 23px 0;
	}

.relate-pos .next-pos {
	bottom: 0;
}

.relate-pos .prev-pos {
	top: 0;
}
}
@media screen and (max-width:767px){
	.sm-label{
		color:#000;
	}
	#sidebar{
		width:260px;
		margin:40px auto 0
	}
	.tit-page{
		text-align:center;
		font-size: 24px;
		margin: 10px 0 20px;
	}
	.relate-pos .next-pos{
		top: 30px;
	}
.blog-left,.blog-right{
	width:100%;
	float:none;
	padding:0;
}
.relate-pos {
	padding: 0;
	height: 60px;
	margin: 10px 0;
}
	#ctact-page .line2{
		margin:0 auto 30px;
	}
	#ctact-page .line2u{
		margin:0 auto 30px;
	}
	.sm-txt-right{
		text-align:right!important;
	}
	.lin2-ft{
		margin: 20px auto 30px;
		padding-bottom: 20px;
		text-align:center;
		/*width: 215px;*/
		float: none;
	}
	.line2 a {
		display: inline-block;
	}
	.list-page a{
		color:#000;
	}
	.label-bl{
		padding:0;
	}
	.label-bl .lab-wh{
		display:block;
		position: relative;
		text-align: left;
		color: #000;
		font-size: 14px;
		font-weight: bold;
	}
	.group-line.pr5{
		/* padding-left:0; */
		float:left;
		width:100%;
		padding-right: 15px;
	}
	.group-line.pl5{
		/* padding-right:0; */
	}
	.group-img{
		vertical-align:top;
	}
	.group-bl{
		padding:7px
	}
	.logo24h{
		margin: 20px auto 0 !important;
	}
	.logo-hd {
		position: relative;
		padding-top: 0;
		padding-bottom: 0;
		margin: 0 auto;
		text-align: center;
	}
	.logo-hd a {
		height: 60px;
		width: 50%;
		position: relative;
		display: inline-block;
	}
	.logo-hd img {
		position: absolute!important;
		display: inline;
		margin: 0 auto;
		max-height: 60px!important;
		height:auto!important;
		width: auto;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	#slider-home{
		padding:0;
		margin-top: 5px;
	}
	#carousel-home{
		padding:0;
	}
	#carousel-home .carousel-indicators{
		right:10px;
	}
	#carousel-home .carousel-indicators li{
		border:1px solid #aaa;
		margin: 3px 0 0;
	}
	#header-wrap{
		height:auto;
	}
	#header img{
		width: auto;
		height: 40px;
	}
	.bl-ct{
		padding: 10px 0 10px;
	}
	.bl-conc{
		margin:0 0 10px;
	}
	.line-bl{
		padding: 0 15px;
	}
	.sh-ct{
		padding: 0 0px 0 15px;
	}

.sh-bl {
	padding: 30px 30px 20px;
}
.sh-bl .sh-image{
	display: block;
  width: 100%;
  max-width: 100%;
}
.sh-bl .sh-ct{
	display: block;
  padding: 15px 0 0;
}

.sh-ct:after {
	display: table;
	content: '';
	clear: both;
}
	.but-sh{
		position:relative;
		bottom: 0;
		float: right;
		padding: 7px 0;
		width: 170px;
		font-size: 12px;
		line-height: 12px;
		margin-top: 5px;
}
.sh-bl p  {
	margin-bottom: 0;
}
	.group-ct{
		vertical-align:top;
	}
	  #special-ct{
		margin:10px 0;
		padding: 0;
	  }

#carousel-special {
	border: none;
	padding: 5px;
}
	  .tit-ico{
		margin:10px 0 20px
	  }
	  .blog-bl,.soc-bl{
		padding: 0 15px;
	  }

.bl-conc{
	padding: 0 0 5px;
}

.ite-pos {
	padding: 10px 0 0px;
}

.bl-tit .but-ar {
	top: 4px;
}
	  
/*-------------------------------*/	 
	  
.txt15{
	font-size:13px;
}
.txt14{
	font-size:14px;
}

.txt12{
	font-size:12px;
}

.txt12_sp{
	font-size:12px;
	display:block;
}

.txt11{
	font-size: 11px;
	line-height: 1.5;
}

.tit-pos{
	font-size:16px;
	line-height:1.3;
	margin:10px 0 20px
}

.img-zoo2{
	position:relative;
	overflow:hidden;
	width:45%;
	float:left;
	display:block;
}

.clr-gr2{
	color: #717071;
	margin-left:10px;
	display:block;
	position:relative;
	left:15px;
}

.po_left {
	position:relative;
	left:15px;
	display:block;
	padding:0 15px;
}

#carousel-special .carousel-indicators {
	bottom: -27px;
}

.group_p {
	position: relative;
	top: 8px;
	font-size: 13px;
	display:block;
	padding-right:3px;
}

.group_p2 {
	position: relative;
	top: 8px;
	font-size: 13px;
	display:block;
	padding-right:3px;
}

.spcon_thumb {
	width: 100%;
	height: auto;
}
	  
}
@media screen and (max-width:360px){
	.tit-pos{
		font-size:16px;
	}
	.tit-ico{
		font-size: 22px;
	}
	.ab-user .user-img{
	width: 80px;
}

.ab-user {
	padding-left: 90px;
}
}
@media screen and (max-height:710px){
	#subpage .list-menu li a{
		font-size:15px;
		line-height:35px;
	}
	#subpage .list-menu li li a{
		font-size:15px;
		line-height:1em;
	}
	#subpage .logo24h{
	margin: 10px 0 0;
}

#ctact-page {
	margin: 20px 0 0;
}
}
@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0)
	}

	50% {
		visibility: hidden;
		-webkit-transform: translate3d(20px,0,0);
		transform: translate3d(20px,0,0)
	}
	100% {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0)
	}
}

@keyframes slideOutRight {
	0% {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0)
	}

	50% {
		visibility: hidden;
		-webkit-transform: translate3d(20px,0,0);
		transform: translate3d(20px,0,0)
	}
	100% {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0)
	}	
}
