
/* ==============================================================================
    CSS for touch-screen : common.css
============================================================================== */

/* ----------------------------------------------------------
  Common Settings : css-reset
---------------------------------------------------------- */
html{
font-family		: Meiryo,"MS PGothic",Osaka,sans-serif;
overflow-y:scroll;
-webkit-text-size-adjust:none;
-webkit-font-smoothing: antialiased;
-webkit-backface-visibility:hidden;
backface-visibility:hidden;
}

body,div,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,form,fieldset,legend,input,textarea,pre,code,blockquote,th,td{
margin:0;
padding:0;
}

div,h2,h3,h4,h5,h6,p,li,dt,dd,pre,code,blockquote,th,td{
word-break:break-all;
}

br{
letter-spacing:0;
}

fieldset,img{
border:0;
}

li{
list-style:none;
}

caption,th{
text-align:left;
}

h1,h2,h3,h4,h5,h6,th{
font-size:100%;
font-weight:normal;
font-style:normal;
}

input,textarea,select{
font-family:inherit;
font-size:inherit;
font-weight:inherit;
color:#333;
}

input[type="submit"]{
cursor:pointer;
}

select{
background-color:#ffffff !important;
}

address,caption,cite,code,dfn,var{
font-style:normal;
font-weight:normal;
}

abbr,acronym{
border:0;
font-variant:normal;
}

del,u{
text-decoration:none;
}

/*=================================================
 * CSS MAIN
 * ================================================= */

body{
	text-align	: center;
	font-size	: 12px;
	line-height	: 16px;
	font-family		: Meiryo, "MS PGothic", Osaka, sans-serif;
    -webkit-text-size-adjust: 100%;
	scrollbar-face-color: #ffffff;
	scrollbar-3dlight-color: #553f09;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-darkshadow-color: #553f09;
	scrollbar-arrow-color: #553f09;
	scrollbar-track-color: #ffffff;
	-webkit-font-smoothing: subpixel-antialiased;
}

a{
	color: #333;
	text-decoration	: none;
}

a[href^="tel:"] { cursor: default; text-decoration: none; color: #333}
a[href^="tel:"]:hover{	text-decoration: none;}

a:hover{
	text-decoration	: underline;
}

h1,h2,h3{
	font-size	: 13px;
}

ul{
	list-style-type	: none;
}

li{
	margin		: 0px;
	padding		: 0px;
}

table{
	font-size	: 13px;
}

table tr{
	vertical-align	: top;
}

em{
	font-style		: normal;
}

footer i{	font-style: normal;}


/*=================================================
 * CSS for PC
 * ================================================= */

body{
	overflow: hidden;
	min-width: 1000px;
	background: #fff;
}

/** header **/

header{
	height: 176px;
	background: url(../img/all/header.png?t=0203) no-repeat top center;
}

header h1{
	width: 1000px;
	font-size: 10px;
	font-weight: normal;
	line-height: 18px;
	text-align: right;
	margin: 0 auto;
	padding: 52px 0 0 0;
}

#navToggle{	display: none;}


/** menu **/

nav{
	height: 34px;
	font-size: 0;
	line-height: 0;
	text-align: center;
	padding: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

nav a{
	display: inline-block;
	vertical-align: top;
	width: 111px;
	height: 34px;
	font-size: 0;
	line-height: 0;
	margin: 0 0 0 0;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}
nav a.on{
	box-shadow:0px -1px 0px 0px #000 inset;
}

nav a:nth-child(1), nav a.on:nth-child(1){	background: url(../img/menu/01.gif) no-repeat;}
nav a:nth-child(2), nav a.on:nth-child(2){	background: url(../img/menu/02.gif) no-repeat;}
nav a:nth-child(3), nav a.on:nth-child(3){	background: url(../img/menu/04.gif) no-repeat;}
nav a:nth-child(4), nav a.on:nth-child(4){	background: url(../img/menu/05.gif) no-repeat;}
nav a:nth-child(5), nav a.on:nth-child(5){	background: url(../img/menu/06.gif) no-repeat;}
nav a:nth-child(6), nav a.on:nth-child(6){	background: url(../img/menu/07.gif) no-repeat;}
nav a:nth-child(7), nav a.on:nth-child(7){	background: url(../img/menu/08.gif) no-repeat;}
nav a:nth-child(8), nav a.on:nth-child(8){	background: url(../img/menu/09.gif) no-repeat;}
nav a:nth-child(1):hover{	background: url(../img/menu/01o.gif) no-repeat;}
nav a:nth-child(2):hover{	background: url(../img/menu/02o.gif) no-repeat;}
nav a:nth-child(3):hover{	background: url(../img/menu/04o.gif) no-repeat;}
nav a:nth-child(4):hover{	background: url(../img/menu/05o.gif) no-repeat;}
nav a:nth-child(5):hover{	background: url(../img/menu/06o.gif) no-repeat;}
nav a:nth-child(6):hover{	background: url(../img/menu/07o.gif) no-repeat;}
nav a:nth-child(7):hover{	background: url(../img/menu/08o.gif) no-repeat;}
nav a:nth-child(8):hover{	background: url(../img/menu/09o.gif) no-repeat;}



/** sub **/

#sub{
	width: 100%;
	height: 80px;
	font-size: 0;
	line-height: 0;
	text-align: right;
	color: #333;
	background: url(../img/all/sub.png?t=0428) no-repeat top left rgba(255, 255, 255, 1);
	position: fixed;
	padding: 0 10px;
	z-index: 1000;
	top: 0;
	left: 0;
	display: none;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.sub_menu{
	font-size: 11px;
	line-height: 20px;
	padding: 20px 10px 3px 0;
	color: #ccc;
}

.sub_menu a{
	position: relative;
	display: inline-block;
	vertical-align: top;
	color: #333;
	text-align: center;
	margin: 0 0px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}

.sub_info{
	font-size: 11px;
	line-height: 20px;
	padding: 0 10px;
	color: #333;
}

.sub_info em{	color: #333;}


/** title **/

.page_title{
	height: 120px;
	font-size: 0;
	line-height: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.s_title{
	font-size: 0;
	line-height: 0;
}


/** main **/

main{
	display: table;
	font-size: 0;
	line-height: 0;
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0 30px 0;
}

#left,
#right{
	display: table-cell;
	vertical-align: top;
	text-align: left;
}

#left{	width: 270px;}


/** today **/

#today{}

#today h2{
	margin: 0 0 10px 0;
}

#today ul{
	display: block;
	padding: 0 0 0 30px;
}

#today li{
	display: table;
	width: 210px;
	height: 100px;
	background: url(../img/all/today_box.png) no-repeat;
	margin: 0 0 10px 0;
}

#today li .today_photo,
#today li .today_prof{
	display: table-cell;
	vertical-align: top;
	text-align: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#today li .today_photo{
	position: relative;
	width: 75px;
	padding: 12px 0 0 12px;
}

#today .today_photo .icon{
	display: inline-block;
	position: absolute;
	top: 62px;
	left: 37px;
}

#today .today_prof .name{
	font-size: 12px;
	line-height: 18px;
	padding: 10px 0 9px 0;
}

#today .today_prof .data{
	font-size: 11px;
	line-height: 14px;
	padding: 0 0 3px 0;
}

#today .today_prof .data span{	color: #333;}

#today .today_prof .time{
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}

#today .today_prof .time .on{	color: #333; font-weight: bold;}
#today .today_prof .time .off{ 	color: #999;}
#today .today_prof .time .tel{	color: #9d8361;}


/** main **/

.main{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.main2_bg{
	padding: 15px;
	background-color: #f5f5f5;
	background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
	background-position: 0 0, 1px 1px;
	background-size: 2px 2px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.main2{
	border: 1px solid #ddd;
	background: #fff;
	box-shadow:0px 0px 0px 3px #f5f5f5 inset;
	-moz-box-shadow:0px 0px 0px 3px #f5f5f5 inset;
	-webkit-box-shadow:0px 0px 0px 3px #f5f5f5 inset;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#topimg{	display: none;}


/** footer **/

footer{
	width: 100%;
	height: 270px;
	text-align: center;
	background:
	url(../img/all/footer.gif) no-repeat top center #f8f6f4;
}

footer div{
	width: 1000px;
	height: 270px;
	position: relative;
	font-size: 11px;
	line-height: 28px;
	margin: 0 auto;
}

footer .s_title{	display: none;}

footer .textlink{
	line-height: 55px;
	color: #666666;
}

footer .textlink a{	color: #666666;}

footer .up{
	margin: 0 0 97px 0;
	padding: 10px 0;
}

footer .up a{
	display: inline-block;
	vertical-align: top;
	width: 150px;
	height: 40px;
	text-indent: -9999px;
	background: url(../img/all/up.png) no-repeat top center;
}

footer #copy,
footer #des{
	height: 12px;
	font-size: 0;
	line-height: 0;
}

footer #copy{
	background: url(../img/all/copy.png) no-repeat top center;
	margin: 0 0 5px 0;
}

footer #des{
	background: url(../img/all/design.png) no-repeat top center;
}

footer #des a{
	display: inline-block;
	vertical-align: top;
	height: 10px;
}

footer #des a:nth-of-type(1){	width: 61px;}
footer #des a:nth-of-type(2){	width: 84px;}

.sat{	color: #0066ff;}
.sun{	color: #ff0000;}

#page-top{
	position: absolute;
	top: -9999px;
}


/* rollpver */

.fade{
	display: inline-block;
	padding: 0;
}

.fade img,
.fade input,
.up a{
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}

.fade img:hover,
.fade input:hover,
.up a:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.red{	color: #ff0000;}

i.ban{
	content: '';
	display: inline-block;
	width: 100%;
	height: 100%;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 0;
	left: 0;
}

#left i.ban{
	width: 50px;
	height: 75px;
	top: 12px;
	left: 12px;
}

#schedule i.ban,
#companion i.ban{
	width: 170px;
	height: 255px;
	top: 1px;
	left: 1px;
}

#newface i.ban{
	width: 170px;
	height: 255px;
	top: 1px;
	left: 1px;
}


/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 650px) {
	body{
		overflow: hidden;
		min-width: auto;
		background: #fff;
		padding-top: 55px;
	}
	body::before{
		content:"";
		display:block;
		position:fixed;
		top:0;
		left:0;
		z-index:-1;
		width:100%;
		height:100vh;
		background: url(../img/all/sp_bg.jpg) top center;
		-webkit-background-size: cover;
		background-size: cover;
	}
	a[href^="tel:"] { cursor: pointer;}
	a:hover{	text-decoration: none;}

	/** header **/
	header{
		display: none;
		width: 100%;
		height: auto;
		position: relative;
		margin: 0 0 0 0;
		padding-top: calc(115 / 320 * 100%);
		background: url(../img/all/sp_header.png) top center / cover no-repeat;
		-webkit-background-size: contain;
		background-size: contain;
	}
	header h1{
		position: absolute;
		top: -100px;
	}

	/** navToggle **/
	#navToggle{
		display: block;
		width: 100%;
		border-bottom: 1px solid #f8f6f4;
		background: #fff;
		position: fixed;
		z-index: 1000;
		top: 0;
		left: 0;
	}
	#navToggle div{
		height: 54px;
		background: url(../img/all/sp_logo.png?t=0428) no-repeat;
		-webkit-background-size: 140px 55px;
		background-size: 140px 55px;
	}
	#navToggle button{
		position: absolute;
		top: 0;
		right: 0;
		cursor: pointer;
		display:block;
		background: url(../img/all/sp_navi.png) no-repeat top center;
		-webkit-background-size: 60px 55px;
		background-size: 60px 55px;
		width: 60px;
		height: 55px;/** header,nav,SAME HEIGHT **/
		text-indent: -9999px;
		border: none;
	}
	nav{
		width: 210px;
		height: 100vh;
		text-align: left;
		font-size: 0;
		line-height: 0;
		position: fixed;
		right: -210px;
		top: 55px;/** header,nav,SAME HEIGHT **/
		background: #fff;
		z-index: 1000;
		overflow: hidden;
		-webkit-transition	: 0.2s ease-in-out;
		-moz-transition	: 0.2s ease-in-out;
		-o-transition	: 0.2s ease-in-out;
		transition		: 0.2s ease-in-out;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		padding: 0 0 55px 0;
	}
	nav.opennav{
		width: 210px;
		height: 100vh;
		overflow: visible;
		right: 0;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}
	nav.opennav::-webkit-scrollbar {
	  display: none;
	}
	nav div{
		padding: 0 10px;
		margin: 0 0 60px 0;
	}
	nav a{
		display: block;
		width: auto;
		height: auto;
		font-size: 13px;
		line-height: 20px;
		letter-spacing: 1px;
		text-decoration: none;
		color: #333;
		padding: 15px 0 14px 5px;
		border-bottom: 1px dotted #ddd;
		box-shadow: none !important;
		background: url(../img/all/i2.png) no-repeat 100% 50% !important;
		-webkit-background-size: 18px 48px !important;
		background-size: 18px 48px !important;
	}

	/** sub **/
	#sub{
		width: 100%;
		height: 35px !important;
		text-align: center;
		background: #f8f6f4;
		position: static;
		display: block !important;
	}
	.sub_menu{	display: none;}
	.sub_info{
		font-size: 14px;
		line-height: 35px;
		padding: 0;
		color: #333;
	}
	.sub_info em{
		font-size: 10px;
		color: #333;
	}

	/** main **/
	.main_bg,
	.main{
		padding: 0;
		border: none;
		box-shadow:none;
		-moz-box-shadow:none;
		-webkit-box-shadow:none;
		background: none;
	}
	.main2_bg,
	.main2{
		padding: 0;
		border: none;
		box-shadow:none;
		-moz-box-shadow:none;
		-webkit-box-shadow:none;
		background: none;
	}

	/** page_title **/
	.page_title{
		position: relative;
		height: 80px;
		font-size: 11px;
		line-height: 18px;
		padding-top: 17px;
		margin: 0 10px;
		border-bottom: 1px solid #d6c6b5;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.page_title:before,
	.page_title:after{
		content: '';
		width: 5px;
		height: 5px;
		border: 1px solid #d1c0ad;
		border-radius: 50%;
		background: #fff;
		position: absolute;
		bottom: -4px;
	}
	.page_title:before{	left: -5px;}
	.page_title:after{	right: -5px;}
	.page_title em{
		position: relative;
		display: inline-block;
		vertical-align: top;
		font-size: 20px;
		line-height: 28px;
		letter-spacing: 4px;
	}
	.s_title{
		height: 60px;
		font-size: 11px;
		font-weight: normal;
		line-height: 12px;
		color: #333;
		text-align: center;
		padding: 8px 0 0 0;
		background: #fff;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.s_title em{
		display: inline-block;
		vertical-align: top;
		font-size: 20px;
		line-height: 26px;
		letter-spacing: 4px;
	}
	.s_title.ss em{	font-size: 20px;}	.s_title2{
		height: 60px;
		font-size: 11px;
		font-weight: normal;
		line-height: 12px;
		color: #333;
		text-align: center;
		padding: 0 0 0 0;
		background: #fff;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.s_title2 em{
		display: inline-block;
		vertical-align: top;
		font-size: 20px;
		line-height: 60px;
		letter-spacing: 1px;
	}
	.s_title2.ss em{	font-size: 20px;}

	/** main **/
	main{
		display: block;
		width: 100%;
		padding: 0;
		text-align: left;
	}
	#left{	display: none;}
	#right{	display: block;}

	/** page-top **/
	#page-top{
		display: none;
		width: 100%;
		vertical-align: top;
		font-size: 0;
		line-height: 0;
		text-align: right;
		position: fixed;
		z-index: 10;
		top: auto;
		right: 0;
		bottom: 0;
		padding: 5px 0;
	}
	#page-top a , #page-top a:hover{	color: #ffffff;}
	#page-top table{	width: 100%;}
	#page-top tr{	vertical-align: middle;}
	#page-top td{	padding: 0 1px;}
	#page-top tr td:first-child{	padding-left: 3px;}
	#page-top tr td:last-child{	padding-right: 3px;}
	#page-top td.pg_td{	width: 33px;}
	.pg_tel1{
		display: block;
		height: 35px;
		text-align: left;
		background: rgba(85, 153, 85, 0.9);
	}
	.pg_tel1 a{
		position: relative;
		display: block;
		height: 35px;
		font-weight: bold;
		text-decoration: none;
	}
	.pg_tel1 a em,
	.pg_tel1 a span{
		font-family: Meiryo,"MS PGothic",Osaka,sans-serif;
		display: inline-block;
		vertical-align: top;
	}
	.pg_tel1 a em{
		font-size: 10px;
		line-height: 20px;
		position: absolute;
		top: 50%;
		left: 35px;
		margin-top: -8px;
	}
	.pg_tel1 a span{
		font-size: 16px;
		line-height: 30px;
		padding: 4px 0 0 108px;
	}
	.pg_tel2{
		display: block;
		height: 35px;
		text-align: left;
		background: rgba(85, 153, 85, 0.9);
	}
	.pg_tel2 a{
		position: relative;
		display: block;
		height: 35px;
		text-decoration: none;
		font-size: 24px;
		font-weight: bold;
		line-height: 35px;
		text-align: left;
	}
	.pg_tel2 a em,
	.pg_tel2 a span{
		font-family: Meiryo,"MS PGothic",Osaka,sans-serif;
		display: block;
		font-size: 10px;
		line-height: 12px;
	}
	.pg_tel2 a em{	padding: 5px 0 0 33px;}
	.pg_tel2 a span{	padding: 0 0 0 33px;}
	#pg_top,
	#pg_up{
		display: block;
		width: 33px;
		height: 35px;
		background: rgba(174, 147, 118, 0.9);
	}
	#pg_top a,
	#pg_up a{
		display: block;
		width: 33px;
		height: 35px;
		font-size: 24px;
		line-height: 35px;
		text-align: center;
	}
	#move-page-top{
		text-decoration: none;
		display: block;
		cursor: pointer;
	}
	.bt_sub a{	background-image: url(../img/all/fd_i1.png); background-repeat: no-repeat; background-position: top left; -webkit-background-size: 35px 35px; background-size: 35px 35px;}
	#pg_top a{	background-image: url(../img/all/fd_i2.png); background-repeat: no-repeat; background-position: top center; -webkit-background-size: 35px 35px; background-size: 35px 35px;}
	#pg_up a{	background-image: url(../img/all/fd_i3.png); background-repeat: no-repeat; background-position: top center; -webkit-background-size: 35px 35px; background-size: 35px 35px;}

	/** footer **/
	footer{
		width: 100%;
		height: auto;
		text-align: center;
		padding: 5px 0 50px 0;
		background: url(../img/all/sp_footer.png) no-repeat bottom center #f8f6f4;
		-webkit-background-size: 320px 140px;
		background-size: 320px 140px;
	}
	footer .s_title{	display: block;}
	footer div{
		width: auto;
		height: auto;
		font-size: 10px;
		line-height: 14px;
		margin: 0;
	}
	footer .textlink{
		line-height: 12px;
		background: #fff;
	}
	footer .textlink a{
		display: inline-block;
		vertical-align: top;
		width: 50%;
		font-size: 12px;
		line-height: 30px;
		text-align: left;
		color: #666;
		padding: 10px 0 10px 10px;
		border-bottom: 1px solid #ddd;
		background: url(../img/all/i1.png) no-repeat 100% 50%;
		-webkit-background-size: 25px 50px;
		background-size: 25px 50px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	footer .textlink a:nth-of-type(even){	border-left: 1px solid #ddd;}
	footer .textlink a:nth-of-type(7){
		height: 51px;
		line-height: 14px;
		padding: 0;
	}
	footer .textlink a:nth-of-type(7) em{
		display: table;
		width: 100%;
	}
	footer .textlink a:nth-of-type(7) em i{
		display: table-cell;
		vertical-align: middle;
		font-style: normal;
		width: 100%;
		height: 51px;
		padding: 0 20px 0 10px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	/*footer .textlink a:nth-of-type(12){border-bottom: none; width: 100%;}*/
	footer .textlink span{	display: none;}
	footer .up{
		margin: 0 0 75px 0;
		padding: 10px 0;
		border-bottom: 1px solid #fff;
	}
	footer .up a{
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 130px;
		height: 40px;
		color: #fff;
		font-size: 14px;
		line-height: 20px;
		text-indent: 0;
		border-radius: 20px;
		padding: 14px 0 0 0;
		background: #559955;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	footer .up a:before{
		content			: "";
		display			: block;
		clear			: both;
		width: 4px;
		height: 4px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		position: absolute;
		top: 8px;
		left: 50%;
		-webkit-transition	: 0.2s ease-in-out;
		-moz-transition	: 0.2s ease-in-out;
		-o-transition	: 0.2s ease-in-out;
		transition		: 0.2s ease-in-out;
	}
	footer #copy,
	footer #des{
		height: auto;
		font-size: 10px;
		line-height: 14px;
		background: none;
		margin: 0;
		color: #bdb0a3;
	}
	footer #des a{
		display: inline;
		height: auto;
		color: #bdb0a3;
	}
	footer #des a:nth-of-type(1){	width: auto;}
	footer #des a:nth-of-type(2){	width: auto;}

	#schedule i.ban,
	#companion i.ban,
	#newface i.ban{
		width: 100px;
		height: 150px;
		top: 1px;
		left: 1px;
	}

	/***************************************
	GOOGLE FONT
	****************************************/
	@font-face {
		font-family: FontA;
		src: url('../font/JosefinSans-Regular.ttf') format("truetype");
	}

	/***** font *****/
	footer .up a,
	footer #copy,
	footer #des,
	.font1,
	.page_title em,
	.s_title em,
	.s_title2 em,
	.font2{
		font-family: FontA;
	}
}


