@charset "utf-8";

/*----- reset -----*/
html{font-size:62.5%;height:100%;}
body{margin:0;padding:0;font-size:1.6rem;font-family:YakuHanJP,'Noto Sans CJK JP','Noto Sans JP',sans-serif;line-height:1.5;color:#333;height:100%;position:relative;letter-spacing:0.1em;overflow-wrap:break-word;word-wrap:break-word;-webkit-text-size-adjust:100%;background:#fff;width:auto;}
header,main,article,section,nav,footer{display:block;}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;font-size:100%;}
textarea, select{font-family:YakuHanJP,'Noto Sans CJK JP','Noto Sans JP',sans-serif;}
input{font-family:YakuHanJP,'Noto Sans CJK JP','Noto Sans JP',sans-serif;line-height:1.5;color:#333;position:relative;letter-spacing:0.1em;overflow-wrap:break-word;word-wrap:break-word;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
em{font-style:normal;font-weight:500;}
ol,ul{list-style:none;}
caption{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;}
input[type="text"],input[type="submit"],input[type="email"],input[type="tel"],select,button{-webkit-appearance:none;appearance:none;border-radius:0;border:none;background:none;}
select::-ms-expand{display:none;}

*, *::before, *::after{box-sizing:border-box;}
/*----- reset end -----*/
:root{
	--vw_100:100vw;
	--vw_50:calc(var(--vw_100) / 2);
	--font_noto:YakuHanJP, 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
	--font_roboto:"Roboto", sans-serif;
	--font_teko:"Teko", sans-serif;
}

html{visibility:hidden;}
html.wf-active, html.wf-inactive{visibility:visible;}

#wrapper{overflow:hidden;}

.sp_size{display:none !important;}


/*----- header -----*/
#header_wrap{
	display:flex;
	align-items:center;
	justify-content:space-between;
	max-width:1500px;
	padding:30px 30px 28px;
	margin:auto;
}
.logo{width:247px;}
.logo_link, .logo_img{
	display:block;
	width:100%;
}
#toggle{display:none;}
.menu_list{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	padding:0;
	margin:0 0 2px;
}
.menu_item{
	list-style:none;
	margin:0 12px 0 28px;
	font-weight:500;
	letter-spacing:0;
}
.menu_link{
	position:relative;
	display:block;
	padding:8px 0;
	color:#333 !important;
	text-decoration:none;
}
.menu_link::after{
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:2px;
	background:#027758;
	opacity:0;
	transition:opacity 0.3s;
}
.menu_link:hover::after{opacity:1;}


/*----- footer -----*/
#return{
	position:relative;
	z-index:10;
}
.return_btn{
	display:block;
	position:fixed;
	right:20px;
	bottom:20px;
	width:60px;
	height:60px;
	background:#fff;
	border:2px solid #374048;
	font-size:0;
	text-decoration:none !important;
	opacity:0;
	visibility:hidden;
	transition:background 0.3s, opacity 0.3s, visibility 0.3s;
}
.return_btn:hover{background:#374048;}
.return_btn::before, .return_btn::after{
	content:'';
	position:absolute;
	top:12px;
	right:0;
	bottom:0;
	left:0;
	width:20px;
	height:20px;
	margin:auto;
	border-top:2px solid #374048;
	border-right:2px solid #374048;
	transform:rotate(-45deg);
	transition:border 0.3s;
}
.return_btn:hover::before, .return_btn:hover::after{border-color:#fff;}
.return_btn.display{
	opacity:1;
	visibility:visible;
}
.return_btn.pos_end{
	position:absolute;
	bottom:41px;
	opacity:1;
	visibility:visible;
}

#footer_wrap{
	padding-top:70px;
	border-top:2px solid #374048;
}
.f_logo{
	width:247px;
	margin:0 auto 30px;
}
.f_logo_link, .f_logo_img{
	display:block;
	width:100%;
}
.f_contact{
	display:flex;
	justify-content:space-between;
	margin:0 auto 65px;
	max-width:630px;
}
.f_tel, .f_fax{
	font-family:var(--font_teko);
	font-size:4rem;
	letter-spacing:0;
	line-height:4rem;
}
.f_tel_in, .f_fax_in{
	font-size:6rem;
	letter-spacing:0;
	line-height:6rem;
	margin-left:10px;
}

.copyright{
	padding:20px 20px 28px;
	margin:0;
	background:#374048;
	line-height:2rem;
	text-align:center;
}
.copy_txt{
	color:#fff;
	font-size:1.1rem;
	letter-spacing:0;
}


/*----- main -----*/
a, a:visited{
	color:#333;
	text-decoration:underline;
}
a:hover{text-decoration:none;}
a[target="_blank"]{
	padding-left:20px;
	background:url(/img/icon_popup.svg) no-repeat center left;
}
a.non[target="_blank"]{
	padding-left:0;
	background:none;
}
[href^="tel:"]{
	color:#333 !important;
	text-decoration:none !important;
	pointer-events:none;
}

img{
	display:block;
	max-width:100%;
	width:auto;
	height:auto;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
a img{pointer-events:none;}

h2{
	position:relative;
	padding-bottom:30px;
	margin:0 0 35px;
	font-size:2.4rem;
	letter-spacing:0;
	line-height:3.5rem;
	font-weight:bold;
}
h2::before{
	content:attr(data-en);
	display:block;
	font-family:var(--font_teko);
	font-size:10rem;
	font-weight:normal;
	letter-spacing:0;
	line-height:10rem;
	text-transform:uppercase;
}
h2::after{
	content:'';
	position:absolute;
	right:0;
	bottom:0;
	left:0;
	width:60px;
	height:6px;
	margin:auto;
	background:#047656;
}
h3{
	font-size:2.2rem;
	font-weight:500;
	letter-spacing:0;
	line-height:3.2rem;
}
p{
	letter-spacing:0;
	line-height:2.9rem;
	margin-bottom:20px;
}
table{
	table-layout:fixed;
	width:100%;
	margin-bottom:20px;
	border-top:1px solid #ddd;
}
th, td{
	padding:15px 18px 16px;
	border-bottom:1px solid #ddd;
	letter-spacing:0;
	vertical-align:top;
}
th{
	width:220px;
	background:#F5F5F5;
	font-weight:bold;
	text-align:left;
}
td{background:#fff;}
td *:last-child{margin-bottom:0;}

.content_area{
	max-width:1140px;
	margin:auto;
	padding:0 20px;
}

.mv_area{
	display:flex;
	align-items:center;
	max-width:1500px;
	margin:0 auto 115px;
}
.mv_txt{
	flex-shrink:0;
	position:relative;
	min-width:460px;
	padding:0 120px 0 calc((100% - 1190px) / 2);
}
.mv_txt::before{
	content:'';
	position:absolute;
	z-index:-1;
	top:85px;
	right:-100px;
	width:339px;
	height:353px;
	background:url(/img/bg_shape.png) no-repeat center/cover;
}
.mv_copy{
	font-size:4.6rem;
	font-weight:bold;
	letter-spacing:0;
	line-height:6.2rem;
	margin-bottom:18px;
}
.mv_txt_in{
	color:#025F41;
	font-size:2.4rem;
	font-weight:500;
	letter-spacing:0;
	line-height:3.5rem;
	margin:0;
}
.mv_catch{width:100%;}
.mv_img{
	width:100%;
	min-height:540px;
	height:100%;
	object-fit:cover;
}

.news_area{
	display:flex;
	align-items:flex-start;
	padding:50px 20px;
	margin-bottom:65px;
}
.news_head{
	flex-shrink:0;
	width:320px;
}
.news_head::after{right:auto;}
.news_list{
	width:100%;
	margin-top:10px;
	border-top:1px solid #ccc;
}
.news_date{
	padding:25px 30px 2px;
	font-family:var(--font_teko);
	font-size:2.2rem;
	line-height:3.3rem;
}
.news_content{
	padding:0 30px 35px;
	border-bottom:1px solid #ccc;
	letter-spacing:0;
	line-height:2.9rem;
}

.message_area{
	position:relative;
	padding:50px 540px 50px 20px;
	margin-bottom:120px;
}
.message_head::after{right:auto;}
.message_catch{
	position:absolute;
	right:20px;
	bottom:55px;
	max-width:467px;
	margin:0;
}
.message_txt{
	font-size:1.8rem;
	letter-spacing:0;
	line-height:2.7rem;
	margin-bottom:30px;
}
.message_txt_in{
	display:block;
	margin:25px 0;
}
.message_sign{
	margin:0;
	font-size:1.6rem;
	letter-spacing:0;
	line-height:2.9rem;
	text-align:right;
}
.message_name{
	font-size:2.2rem;
	margin-left:12px;
}

.features_area{
	padding:170px 0 85px;
	margin-bottom:80px;
	background:url(/img/bg_features.jpg) no-repeat center/cover;
}
.features_box{
	display:flex;
	align-items:flex-start;
	justify-content:space-between;
}
.features_head{margin-right:50px;}
.features_head::after{right:auto;}
.features_list{max-width:555px;}
.features_title{
	font-size:2.6rem;
	font-weight:500;
	letter-spacing:0;
	line-height:3.9rem;
	margin-bottom:20px;
}
.features_title::before{
	content:attr(data-en);
	display:inline-block;
	position:relative;
	top:5px;
	margin-right:17px;
	color:#027758;
	font-family:var(--font_teko);
	font-size:4.6rem;
	font-weight:normal;
	line-height:4.6rem;
}
.features_txt{
	letter-spacing:0;
	line-height:2.9rem;
	margin-bottom:35px;
}

.works_area{
	padding-top:50px;
	margin-bottom:130px;
}
.works_head{
	margin-bottom:45px;
	text-align:center;
}
.works_box{
	display:grid;
	grid-template-columns:repeat(2, 1fr);
	grid-gap:40px 30px;
}
.works_pic{margin-bottom:8px;}
.works_address{margin:0;}
.works_title{
	font-size:2rem;
	font-weight:bold;
	margin:0;
}

.company_area{
	padding:130px 0;
	margin-bottom:80px;
	background:url(/img/bg_company.jpg) no-repeat center/cover;
}
.company_head{
	margin-bottom:-35px;
	color:#fff;
	text-align:center;
}
.company_head::after{background:#fff;}
.company_subhead{
	color:#fff;
	margin:75px 0 25px;
}

.csr_area{
	padding-top:50px;
	margin-bottom:120px;
}
.csr_head{
	margin-bottom:30px;
	text-align:center;
}
.csr_txt{
	margin-bottom:40px;
	font-size:2rem;
	font-weight:500;
	line-height:3.9rem;
	text-align:center;
}
.csr_subhead{margin:75px 0 25px;}
.csr_list{
	display:grid;
	grid-template-columns:1fr 1fr;
	grid-gap:40px 30px;
}
.csr_pic{margin-bottom:10px;}
.csr_title{
	font-size:1.4rem;
	letter-spacing:0;
	line-height:2rem;
	text-align:center;
}

.recruit_area{
	background:#006448;
	padding-bottom:100px;
}
.recruit_area::before{
	content:'';
	display:block;
	width:100%;
	height:410px;
	background:url(/img/bg_recruit.jpg) no-repeat center/cover;
}
.recruit_head{
	margin:-40px 0 60px;
	color:#fff;
	text-align:center;
}
.recruit_head::after{background:#fff;}
.recruit_copy{
	color:#fff;
	font-size:2.8rem;
	line-height:4rem;
	text-align:center;
}
.recruit_subhead{
	color:#fff;
	margin:50px 0 20px;
}
.recruit_txt{color:#fff;}
.recruit_cta{
	padding:45px 20px 15px;
	margin-top:80px;
	background:#fff;
}
.cta_head{
	margin-bottom:10px;
	font-size:2.4rem;
	font-weight:bold;
	letter-spacing:0;
	line-height:3.5rem;
	text-align:center;
}
.cta_info{
	margin-bottom:25px;
	font-size:2rem;
	font-weight:500;
	text-align:center;
}
.cta_tel{
	font-family:var(--font_teko);
	font-size:4rem;
	line-height:4rem;
	text-align:center;
}
.cta_tel a{
	font-size:6rem;
	line-height:6rem;
	margin-left:15px;
}


/*----- 404 -----*/
.error #header_wrap{padding-bottom:29px;}
.error #footer_wrap{
	padding:0;
	margin-top:100px;
	border:none;
}
.page_title{
	font-size:3.6rem;
	font-weight:bold;
	letter-spacing:0;
	line-height:5.2rem;
	margin:50px 0 45px;
}


@media screen and (max-width:1260px){

/*----- header -----*/
#header_wrap{
	padding-right:20px;
	padding-left:20px;
}
.menu_item{margin:0 0 0 20px;}

/*----- main -----*/
.mv_txt{
	min-width:435px;
	padding-right:80px;
	padding-left:50px;
}
.mv_txt::before{right:-130px;}

}


@media screen and (max-width:1024px){

#wrapper.fixed{
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
}

/*----- header -----*/
#header_wrap{padding:0;}
.logo{margin-left:15px;}
#toggle{display:block;}
.toggle_btn{
	display:block;
	position:relative;
	width:70px;
	height:70px;
	padding:0;
	font-size:0;
	cursor:pointer;
}
.toggle_txt{
	display:block;
	position:relative;
	width:70px;
	height:70px;
}
.toggle_btn::before, .toggle_btn::after, .toggle_txt::before{
	content:'';
	display:block;
	position:absolute;
	z-index:10;
	left:0;
	right:0;
	margin:auto;
	width:30px;
	height:2px;
	background:#06775C;
	transition:all 0.3s;
}
.toggle_btn::before{top:26px;}
.toggle_btn::after{top:42px;}
.toggle_txt::before{top:34px;}
.toggle_btn.open::before{
	top:34px;
	transform:rotate(150deg);
}
.toggle_btn.open::after{
	top:34px;
	transform:rotate(-150deg);
}
.open .toggle_txt::before{
	opacity:0;
	visibility:hidden;
}
#menu{
	display:block;
	position:fixed;
	z-index:50;
	top:70px;
	right:0;
	left:0;
	width:100%;
	max-height:100%;
	padding:0 20px 30px;
	background:#374048;
	overflow:auto;
	-webkit-overflow-scrolling:touch;
}
.menu_dis{display:none !important;}
.menu_list{
	display:block;
	margin:0;
}
.menu_item{
	margin:0;
	font-size:1.4rem;
	line-height:2rem;
}
.menu_link{
	display:block;
	padding:17px 20px;
	border-bottom:1px solid #2A3239;
	color:#fff !important;
	text-align:center;
}
.menu_link::after{display:none;}


/*----- main -----*/
h2::before{margin-bottom:-5px;}
.mv_txt::before{
	width:230px;
	height:240px;
}
.news_area{display:block;}
.news_date{padding:25px 20px 8px;}
.news_content{padding:0 20px 30px;}


/*----- 404 -----*/
.error #header_wrap{padding:15px 0 14px;}

}


@media screen and (min-width:768px) and (max-width:1024px){

/*----- footer -----*/
.f_logo{margin-bottom:25px;}
.f_contact{
	max-width:580px;
	margin-bottom:60px;
}
.f_tel, .f_fax{
	font-size:3.7rem;
	line-height:3.7rem;
}
.f_tel_in, .f_fax_in{
	font-size:5.2rem;
	line-height:5.2rem;
}


/*----- main -----*/
h2{
	padding-bottom:25px;
	margin-bottom:40px;
	font-size:1.8rem;
	line-height:2.6rem;
}
h2::before{
	font-size:8rem;
	line-height:8rem;
}
h3{
	font-size:1.8rem;
	line-height:2.7rem;
}
p{
	font-size:1.5rem;
	line-height:2.2rem;
}
th, td{
	font-size:1.5rem;
	line-height:2.2rem;
}
th{width:200px;}

.mv_area{margin-bottom:95px;}
.mv_img{min-height:455px;}
.mv_copy{
	font-size:4rem;
	line-height:5.6rem;
}
.mv_txt{
	min-width:350px;
	padding-right:50px;
	padding-left:30px;
}
.mv_txt::before{
	top:145px;
	right:-70px;
}
.mv_txt_in{
	font-size:2.2rem;
	line-height:3.2rem;
}

.news_area{
	padding:40px 20px;
	margin-bottom:60px;
}
.news_date{
	font-size:2rem;
	line-height:3rem;
}
.news_content{
	font-size:1.5rem;
	line-height:2.2rem;
}

.message_area{
	padding:40px 400px 40px 20px;
	margin-bottom:70px;
}
.message_catch{max-width:342px;}
.message_txt{
	font-size:1.7rem;
	line-height:2.5rem;
}

.features_area{
	padding:110px 0 50px;
	margin-bottom:50px;
}
.features_title{
	font-size:2.4rem;
	line-height:3.6rem;
}
.features_title::before{
	top:3px;
	font-size:3.8rem;
	line-height:3.8rem;
}
.features_txt{
	font-size:1.5rem;
	line-height:2.5rem;
	margin-bottom:40px;
}

.works_area{
	padding-top:40px;
	margin-bottom:100px;
}
.works_head{margin-bottom:40px;}
.works_box{grid-gap:35px 25px;}
.works_address{
	font-size:1.4rem;
	line-height:2.4rem;
}
.works_title{
	font-size:1.8rem;
	line-height:2.7rem;
}

.company_area{
	padding:90px 0 80px;
	margin-bottom:50px;
}
.company_head{margin-bottom:-20px;}
.company_subhead{margin-top:55px;}

.csr_area{
	padding-top:40px;
	margin-bottom:85px;
}
.csr_head{margin-bottom:25px;}
.csr_txt{
	font-size:1.8rem;
	line-height:3.4rem;
	margin-bottom:30px;
}
.csr_subhead{margin-top:55px;}
.csr_list{grid-gap:35px 25px;}
.csr_title{
	font-size:1.3rem;
	line-height:1.9rem;
}

.recruit_area{padding-bottom:75px;}
.recruit_area::before{height:290px;}
.recruit_head{margin:-35px 0 40px;}
.recruit_copy{
	font-size:2.2rem;
	line-height:3.4rem;
}
.recruit_subhead{margin-bottom:15px;}
.recruit_cta{margin-top:40px;}
.cta_head{
	font-size:2.1rem;
	line-height:3rem;
}
.cta_info{
	font-size:1.8rem;
	line-height:2.7rem;
	margin-bottom:20px;
}
.cta_tel{
	font-size:3.7rem;
	line-height:3.7rem;
}
.cta_tel a{
	font-size:5.2rem;
	line-height:5.2rem;
}


/*----- 404 -----*/
.page_title{
	font-size:3.1rem;
	line-height:4.4rem;
	margin:40px 0;
}

}


@media screen and (max-width:767px){

.pc_size{display:none !important;}
.sp_size{display:block !important;}


/*----- footer -----*/
.f_logo{margin-bottom:20px;}
.f_contact{
	display:block;
	margin-bottom:50px;
}
.f_tel, .f_fax{
	display:block;
	margin-bottom:15px;
	font-size:3.4rem;
	line-height:3.4rem;
	text-align:center;
}
.f_tel_in, .f_fax_in{
	font-size:4.5rem;
	line-height:4.5rem;
}


/*----- main -----*/
h2{
	padding-bottom:20px;
	margin-bottom:30px;
	font-size:1.4rem;
	line-height:2rem;
}
h2::before{
	font-size:6rem;
	line-height:6rem;
}
h3{
	font-size:1.6rem;
	line-height:2.4rem;
}
p{
	font-size:1.4rem;
	line-height:2.1rem;
}
th, td{
	display:list-item;
	list-style:none;
	width:100%;
	font-size:1.4rem;
	line-height:2.1rem;
}
th{padding:17px 15px 18px;}
td{padding:17px 15px 23px;}

[href^="tel:"]{pointer-events:auto;}

.mv_area{
	flex-direction:column-reverse;
	margin-bottom:70px;
}
.mv_txt{
	min-width:auto;
	width:100%;
	padding:15px 20px 0;
}
.mv_txt::before{
	top:15px;
	right:-50px;
}
.mv_copy{
	font-size:3.2rem;
	line-height:4.6rem;
	margin-bottom:8px;
}
.mv_txt_in{
	font-size:2rem;
	line-height:2.9rem;
}
.mv_img{min-height:auto;}

.news_area{
	padding:30px 20px;
	margin-bottom:120px;
}
.news_date{
	font-size:1.8rem;
	letter-spacing:0;
	line-height:2.5rem;
}
.news_content{
	font-size:1.4rem;
	line-height:2.1rem;
	padding-bottom:25px;
}

.message_area{
	padding:0 20px;
	margin-bottom:50px;
}
.message_catch{
	position:static;
	margin:auto;
}
.message_txt{
	font-size:1.6rem;
	line-height:2.4rem;
	margin:15px 0 25px;
}

.features_area{
	padding:50px 0 10px;
	margin-bottom:50px;
}
.features_box{display:block;}
.features_list{max-width:none;}
.features_title{
	font-size:2.2rem;
	line-height:3.3rem;
	margin-bottom:15px;
}
.features_title::before{
	display:block;
	position:static;
	margin:0 0 2px;
	font-size:3rem;
	line-height:3rem;
}
.features_txt{
	font-size:1.4rem;
	line-height:2.1rem;
	margin-bottom:45px;
}

.works_area{margin-bottom:60px;}
.works_head{margin-bottom:30px;}
.works_box{grid-gap:30px 20px;}
.works_address{
	font-size:1.2rem;
	line-height:1.8rem;
	margin-bottom:4px;
}
.works_title{
	font-size:1.6rem;
	line-height:2.4rem;
}

.company_area{
	padding:50px 0 35px;
	margin-bottom:50px;
}
.company_head{margin-bottom:-10px;}
.company_subhead{margin:35px 0 20px;}

.csr_area{margin-bottom:50px;}
.csr_head{margin-bottom:20px;}
.csr_txt{
	font-size:1.6rem;
	line-height:2.9rem;
	margin-bottom:20px;
}
.csr_subhead{margin:35px 0 20px;}
.csr_list{grid-gap:30px 20px;}
.csr_title{
	font-size:1.2rem;
	line-height:1.8rem;
}

.recruit_area{padding-bottom:50px;}
.recruit_area::before{height:155px;}
.recruit_head{margin:-30px 0 25px;}
.recruit_copy{
	display:flex;
	flex-direction:column;
	align-items:center;
	margin-bottom:-5px;
	color:#006448;
	font-size:1.8rem;
	font-weight:500;
	letter-spacing:0;
	line-height:2rem;
}
.recruit_copy_in{
	padding:2px 12px 4px;
	margin-bottom:5px;
	background:#fff;
}
.recruit_subhead{margin-bottom:10px;}
.recruit_cta{
	padding-top:40px;
	margin-top:0;
}
.cta_head{
	font-size:1.8rem;
	line-height:2.6rem;
	margin-bottom:12px;
}
.cta_info{
	font-size:1.6rem;
	line-height:2.4rem;
	margin-bottom:15px;
}
.cta_tel{
	font-size:3.4rem;
	line-height:3.4rem;
}
.cta_tel a{
	font-size:4.5rem;
	line-height:4.5rem;
}


/*----- 404 -----*/
.page_title{
	font-size:2.6rem;
	line-height:3.7rem;
	margin:30px 0;
}

}


@media screen and (max-width:600px){

.works_box, .csr_list{display:block;}
.works_box_in, .csr_box{margin-bottom:30px;}

}


@media screen and (max-height:500px){

#menu{padding-bottom:80px;}
.mv_area{margin-bottom:165px;}
.mv_br{display:none;}

}

/*----- print -----*/
@media print{
	:root{--vw_100:1200px;}
	body{
		width:1200px;
		transform:scale(1);
		-moz-transform:scale(1);
		-webkit-transform:scale(1);
		transform-origin:0 0;
		zoom:.91;
		margin:auto
	}
	@media all and (-ms-high-contrast:none){
		body{width:1200px}
	}
	@media (-ms-high-contrast:none),(-ms-high-contrast:active){
		body{width:1200px}
	}
	@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm){
		body{
			width:1200px;
			transform:scale(.8);
			-moz-transform:scale(.8);
			-webkit-transform:scale(.8);
			transform-origin:0 0;
			margin:auto
		}
	}
}
/*----- print end -----*/