@charset "utf-8";
/*
Theme Name: presus3.com
Description: プレサスキューブウェブサイト
Version: 2.0
Author: Masaru Oishi
Auther: URI: http://blancdeblancs.co.jp/
*/

/*reset_css*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	list-style: none;
	background:transparent;
}
body {
	line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}
nav ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
    content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	box-sizing: border-box;
	color: #4d4d4d;
	transition: 1s;
}
a:viseted {
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
	vertical-align:middle;
}
.clear {
	clear: both;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.grecaptcha-badge { visibility: hidden; }

/*===============================================
●style.css 画面の横幅が980px以上
===============================================*/
@media screen and (min-width: 980px){
	img{
		max-width: 100%;
		height: auto;
		width /***/:auto;
	}
	#container{
		width:100%;
	}

/*------------body------------*/
	html {
		overflow-y: scroll;
	}
	body {
		font-family: "Meiryo",serif;
		font-size: 16px;
		background: #fff;
		line-height: 1.8;
		color: #4f4f4f;
		background-attachment:fixed;
		background-size:cover;
		position:relative;
	}
	#wrap{
		min-width: 980px;
		position: relative;
		box-sizing: border-box;
	}
	a:hover,a li:hover {
		filter:alpha(opacity=60);
		-moz-opacity: 0.6;
		opacity: 0.6;
	}

/*-------------fede 表示------------*/
	.list li {
		transition: .8s;
	}
	.list-mv{
		opacity: 0;
		transform: translate(0,60px); 
		-webkit-transform: translate(0,60px); 
	}
	.mv{
		opacity: 1.0;
		transform: translate(0,0); 
		-webkit-transform: translate(0,0);
	}
	.list-mv2{
		opacity: 0;
	}
	.mv2{
		opacity: 1.0;
	}

/*----------header------------*/
	#header {
		display: block;
		padding: 10px 0px;
	}
	.inner-wrap {
		width: 980px;
		margin: 0 auto;
		padding: 0 20px;
	}
	.inner_header {
		overflow: hidden;
		position: relative;
		padding-top: 10px;
	}
	p#logo {
		float: left;
		width:160px;
	}

/*--------g-navi-------------*/
	.menu-nav-container {
		
	}
	ul#menu-nav {
		float: left;
		display: table;
		margin-top: 10px;
		margin-left: 20px;
	}
	li.menu-item {
		display: table-cell;
		vertical-align: middle;
		font-size: 0.9rem;
		line-height: 1.3;
		text-align: center;
	}
	#menu-nav li {
		list-style: none;
	}
	li.menu-item a {
		padding: 8px 26px;
		display: block;
		position: relative;
		border-bottom: 1px solid transparent;
		transition: 1s;
	}
	li.menu-item a:hover {
		opacity: 1.0;
		border-bottom:solid 1px #4d4d4d;
	}
	li.menu-item a:after {
		content: "";
		position: absolute;
		right: 0;
		top: 50%;
		width:1px;
		height: 14px;
		background:#999;
		margin-top: -7px;
	}



/*--------------breadcrumb----------------*/
	#breadcrumb {
		margin: 10px 0 ;
		height: 25px;
	}
	#breadcrumb ul {
		
	}
	#breadcrumb li {
		display: block;
		float: left;
		margin-right: 10px;
		font-size: 0.9em;
	}
	span.breadmark {
		margin-left: 10px;
	}

/*-----------top page main content--------------*/
	#wrapper {
		
	}
	#topPagescreen {
		overflow: hidden;
		height: 100vh;
		width: 100vw;
		position: relative;
	}
	video {
		display:block;
	}
	#bg-video {
		position:fixed;
		right:0;
		bottom:0;
		min-width:100%;
		min-height:100%;
		width:auto;
		height:auto;
		z-index:-1;
	}
	#main {
		display: block;
		text-align: center;
		width:100%;
	}
	.main_screen{
		position: absolute;
		left:0;
		top:0;
		background:cover;
		display: table;
		transition: 1.6s;
		opacity: 1;
		height:100%;
		width: 100%;
		animation-name: fadeInUp;
	}
	#top_logo {
		position: absolute;
		top: 35%;
		left: 50%;
		margin-left: -136px;
	}
	#top_logo img{
		width: 272px;
		transition: 0.3s;
	}
	#top_logo img:hover {
		width: 282px;
		margin-left: -5px;
	}
	.text_wrap{
		display: table-cell;
		vertical-align: middle;
	}
	h1.copy_title {
		opacity: 1;
		font-size: 2.2rem;
		margin-bottom:10px;
		line-height: 1.6;
	}
	.sub_title {
		transition: 0.7s;
		font-size: 1.3rem;
		margin-top:20px;
	}
	.topMainbtn{
		opacity:1;
		position: absolute;
		bottom: 80px;
		left:50%;
		margin-left: -360px;
	}
	.topMainbtn li {
		float: left;
		padding:20px 20px;
		font-size:1.1em;
		font-weight:bold;
		height: 60px;
		width:270px;
	}
	.topMainbtn a {
		
	}
	.topMainbtnleft {
		margin-right: 90px;
	}
	.topMainbtnright {
		
	}
	.bansection {
		padding: 30px 0;
	}
	.banarea {
		position: absolute;
		bottom: 5%;
		left:50%;
		margin-left: -210px;
		width: 420px;
	}
	.banarea li {
		float: left;
		margin-right: 30px;
		height: 60px;
	}
	.banarea li:last-child {
		margin-right: 0;
	}
	.banarea img {
		width: 190px;
		height: 60px;
	}

/*----------------page content---------------------*/
	.contentBody {
		
	}
	#page_content_wrap {
		width: 980px;
		padding: 0 20px;
		margin: 0 auto;
	}
	#page_content_main {
		margin: 10px 0;
	}
	.page_topImageWrap {
		clear: both;
		background: #f2f2f2;
		height: 60px;
	}
	.page_topImage{
		height:100%;
		width: 980px;
		margin:0 auto;
		vertical-align: middle;
	}
	.page_topImage h1 {
		display: block;
		vertical-align: middle;
		font-size: 1.5rem;
		font-weight: 300;
		letter-spacing: 0.2em;
		line-height: 60px;
	}
	.entry {
		background: #fff;
	}
	.entry_wrap {
		padding: 20px;
	}
	.entry_wrap p {
		font-size: 0.95em;
		padding: 0 5px;
	}
	.post_titleWrap {
		background: #e6e6e6;
		height: 60px;
		vertical-align: middle;
	}
	.post_title {
		width: 980px;
		margin: 0 auto;
		line-height: 60px;
	}
	.post_title h2 {
		font-size: 1.2rem;
	}
	.entry_wrap h3 {
		padding: .5em .75em;
		background-color: #f6f6f6;
		box-shadow: 1px 1px 0 rgba(255, 255, 255, .5) inset;
		margin-bottom: 20px;
	}

/*--------------bhi-lite page-------------*/
	.service{
		
	}
	
	.service h2 , .agreement h2 , .entry-form-wrap h2 {
		clear:both;
		margin-top: 20px;
		font-size: 1.2rem;
		padding: .5em .75em;
		background-color: #f6f6f6;
		box-shadow: 1px 1px 0 rgba(255, 255, 255, .5) inset;
		margin-bottom: 20px;
	}
	
	.service .service-flow-flex {
		display:flex;
		justify-content:space-between;
	}
	
	.service .service-flow-flex .step_box {
		margin-right: 10px;
		padding-bottom:20px;
		border: solid 1px #4f4f4f;
		width: calc(25% - 10px);
	}
	
	.service .service-flow-flex .step_box > h3 {
		text-align: center;
		padding: 5px 0;
		background: #4f4f4f;
		color: #fff;
	}
	
	.service .service-flow-flex .step_box > p {
		text-align:center;
		font-size:0.85em;
		margin: 10px 0;
		padding: 0 20px;
		line-height:1.4em;
		height: 40px;
	}
	
	.service .service-flow-flex .step_box i {
		display: block;
		text-align: center;
		font-size: 3rem;
	}
	.service .service-flow-flex .step_box .icon_flex {
		display:flex;
		justify-content:center;
	}
	
	.service .service-flow-flex .step_box i.fa-id-card{
		margin-right:10px;
	}
	
	.service .service-flow-flex .step4 {
		margin-right: 0;
	}
	
	.service .calender-cont {
		margin-top: 20px;
	}
	
	.service .calender-cont h3 {
		margin-bottom: 10px;
	}
	
	.service .calender-wrap{
		display: flex;
		justify-content: space-between;
	}
	
	.service .calender-wrap .calender {
		width: calc( 33% - 10px);
	}
	
	.service .calender-wrap .calender .calender-week {
		display: flex;
		justify-content:start;
		border-top: solid 1px #4f4f4f;
		border-left: solid 1px #4f4f4f;
	}
	
	.service .calender-wrap .calender .calender-week div {
		border-right: solid 1px #4f4f4f;
		width: calc( 100% / 7 );
		text-align: center;
	}
	
	.service .calender-wrap .calender .calender-days {
		display: flex;
		flex-wrap:wrap;
		border-top: solid 1px #4f4f4f;
		border-left: solid 1px #4f4f4f;
	}
	
	.service .calender-wrap .calender .calender-days div {
		border-right: solid 1px #4f4f4f;
		border-bottom: solid 1px #4f4f4f;
		width: calc( 100% / 7 - 1.05px );
		text-align: center;
		min-height: 28px;
		position: relative;
	}
	
	.service .calender-wrap .calender .calender-days .upload{
		background: #ffefae;
	}
	
	.service .calender-wrap .calender .calender-days .trial{
		background: #fcd9d6;
	}
	
	.service .calender-wrap .calender .calender-days .confirmation{
		background: #f49992;
	}
	
	.service .calender-wrap .calender .calender-days .preparation{
		background: #e2ffcc;
	}
	
	.service .calender-wrap .calender .calender-days .contract{
		background: #9ed375;
	}
	
	.calender-days div.d1::after {
		position:absolute;
		top: 0;
		right: 2px;
		content:"1";
		font-size: 0.7em;
	}
	.calender-days div.d2::after {
		position:absolute;
		top: 0;
		right: 2px;
		content:"2";
		font-size: 0.7em;
	}
	.calender-days div.d3::after {
		position:absolute;
		top: 0;
		right: 2px;
		content:"3";
		font-size: 0.7em;
	}
	.calender-days div.d4::after {
		position:absolute;
		top: 0;
		right: 2px;
		content:"4";
		font-size: 0.7em;
	}
	.calender-days div.d5::after {
		position:absolute;
		top: 0;
		right: 2px;
		content:"5";
		font-size: 0.7em;
	}
	.calender-days div.d6::after {
		position:absolute;
		top: 0;
		right: 2px;
		content:"6";
		font-size: 0.7em;
	}
	.calender-days div.d7::after {
		position:absolute;
		top: 0;
		right: 2px;
		content:"7";
		font-size: 0.7em;
	}
	.calender-days div.d8::after {
		position:absolute;
		top: 0;
		right: 2px;
		content:"8";
		font-size: 0.7em;
	}
	.calender-days div.d9::after {
		position:absolute;
		top: 0;
		right: 2px;
		content:"9";
		font-size: 0.7em;
	}
	.calender-days div.d10::after {
		position:absolute;
		top: 0;
		right: 3px;
		content:"10";
		font-size: 0.7em;
		letter-spacing:-0.2em;
	}
	.calender-days div.d11::after {
		position:absolute;
		top: 0;
		right: 3px;
		content:"11";
		font-size: 0.7em;
		letter-spacing:-0.2em;
	}
	.calender-days div.d12::after {
		position:absolute;
		top: 0;
		right: 3px;
		content:"12";
		font-size: 0.7em;
		letter-spacing:-0.2em;
	}
	.calender-days div.d13::after {
		position:absolute;
		top: 0;
		right: 3px;
		content:"13";
		font-size: 0.7em;
		letter-spacing:-0.2em;
	}
	.calender-days div.d14::after {
		position:absolute;
		top: 0;
		right: 3px;
		content:"14";
		font-size: 0.7em;
		letter-spacing:-0.2em;
	}
	.calender-days div.d15::after {
		position:absolute;
		top: 0;
		right: 3px;
		content:"15";
		font-size: 0.7em;
		letter-spacing:-0.2em;
	}
	.calender-days div.d16::after {
		position:absolute;
		top: 0;
		right: 3px;
		content:"16";
		font-size: 0.7em;
		letter-spacing:-0.2em;
	}
	.calender-days div.d17::after {
		position:absolute;
		top: 0;
		right: 3px;
		content:"17";
		font-size: 0.7em;
		letter-spacing:-0.2em;
	}
	.calender-days div.d18::after {
		position:absolute;
		top: 0;
		right: 3px;
		content:"18";
		font-size: 0.7em;
		letter-spacing:-0.2em;
	}
	.calender-days div.d19::after {
		position:absolute;
		top: 0;
		right: 3px;
		content:"19";
		font-size: 0.7em;
		letter-spacing:-0.2em;
	}
	.calender-days div.d20::after {
		position:absolute;
		top: 0;
		right: 3px;
		content:"20";
		font-size: 0.7em;
		letter-spacing:-0.2em;
	}
	.calender-days div.d21::after {
		position:absolute;
		top: 0;
		right: 3px;
		content:"21";
		font-size: 0.7em;
		letter-spacing:-0.2em;
	}
	.calender-days div.d22::after {
		position:absolute;
		top: 0;
		right: 3px;
		content:"22";
		font-size: 0.7em;
		letter-spacing:-0.2em;
	}
	.calender-days div.d23::after {
		position:absolute;
		top: 0;
		right: 3px;
		content:"23";
		font-size: 0.7em;
		letter-spacing:-0.2em;
	}
	.calender-days div.d24::after {
		position:absolute;
		top: 0;
		right: 3px;
		content:"24";
		font-size: 0.7em;
		letter-spacing:-0.2em;
	}
	.calender-days div.d25::after {
		position:absolute;
		top: 0;
		right: 3px;
		content:"25";
		font-size: 0.7em;
		letter-spacing:-0.2em;
	}
	.calender-days div.d26::after {
		position:absolute;
		top: 0;
		right: 3px;
		content:"26";
		font-size: 0.7em;
		letter-spacing:-0.2em;
	}
	.calender-days div.d27::after {
		position:absolute;
		top: 0;
		right: 3px;
		content:"27";
		font-size: 0.7em;
		letter-spacing:-0.2em;
	}
	.calender-days div.d28::after {
		position:absolute;
		top: 0;
		right: 3px;
		content:"28";
		font-size: 0.7em;
		letter-spacing:-0.2em;
	}
	.calender-days div.d29::after {
		position:absolute;
		top: 0;
		right: 3px;
		content:"29";
		font-size: 0.7em;
		letter-spacing:-0.2em;
	}
	.calender-days div.d30::after {
		position:absolute;
		top: 0;
		right: 3px;
		content:"30";
		font-size: 0.7em;
		letter-spacing:-0.2em;
	}
	.calender-days div.d31::after {
		position:absolute;
		top: 0;
		right: 3px;
		content:"31";
		font-size: 0.7em;
		letter-spacing:-0.2em;
	}


	.service .calender-notes-wrap {
		margin-top: 15px;
		display: flex;
		justify-content: space-between;
	}
	
	.service .calender-notes-wrap .calender-notes {
		font-size: 0.9em;
	}
	
	.service .calender-notes-wrap .calender-notes ul {
		position: relative;
		padding: 0.5em 2em 0.5em 2.3em;
	}
	
	.service .calender-notes-wrap .calender-notes ul li{
		line-height: 1.3;
		padding: 0.5em 0;
		list-style-type: none!important;/*ポチ消す*/
	}
	
	.service .calender-notes-wrap .calender-notes ul li:before {
		/*font-family: "Font Awesome 5 Free";
		content: "\f058";*/
		content: "・";
		position: absolute;
		left : 1em; /*左端からのアイコンまで*/
		color: #4f4f4f; /*アイコン色*/
	}
	
	.service .calender-notes-wrap .calender-case {
		margin-top: 10px;
		font-size: 0.8em;
		width: 30%;
	}
	
	.service .calender-notes-wrap .color-case-wrap {
		border-top: solid 1px #4f4f4f;
		border-left: solid 1px #4f4f4f;
		border-right: solid 1px #4f4f4f;
		border-bottom: solid 1px #4f4f4f;
	}
	
	.service .calender-notes-wrap .color-case {
		display: flex;
		justify-content: start;
		line-height: 25px;
	}
		
	.color-case .upload{
		width: 30px;
		min-height: 25px;
		background: #ffefae;
	}
	
	.color-case div.trial {
		width: 30px;
		min-height: 25px;
		background: #fcd9d6;
	}
	.color-case div.preparation {
		width: 30px;
		min-height: 25px;
		background: #e2ffcc;
	}
	
	.service .calender-notes-wrap .color-case .color-case-cont {
		padding: 3px 5px;
	}
	
	.service .calender-notes-wrap .mark-case-wrap {
		margin-top: 10px;
		border-top: solid 1px #4f4f4f;
		border-left: solid 1px #4f4f4f;
		border-right: solid 1px #4f4f4f;
		border-bottom: solid 1px #4f4f4f;
	}
	
	.service .calender-notes-wrap .mark-case-wrap .mark-case {
		display: flex;
		justify-content: start;
	}
	
	.service .calender-notes-wrap .mark-case-wrap .mark-case div:first-child{
		width: 30px;
		min-height: 25px;
		text-align: center;
		line-height: 29px;
	}
	
	.service .calender-notes-wrap .mark-case-wrap .mark-case .upload{
		background: #ffefae;
	}
	
	.service .calender-notes-wrap .mark-case-wrap .mark-case .trial {
		background: #fcd9d6;
	}
	
	.service .calender-notes-wrap .mark-case-wrap .mark-case .confirmation {
		background: #f49992;
	}
	
	.service .calender-notes-wrap .mark-case-wrap .mark-case .preparation{
		background: #e2ffcc;
	}
	
	.service .calender-notes-wrap .mark-case-wrap .mark-case .contract{
		background: #9ed375;
	}
	
	.service .calender-notes-wrap .mark-case-wrap .mark-case .color-case-cont {
		padding: 3px 5px;
	}
	
	.agreement {
		margin-top: 40px;
	}
	
	.agreement > ul {
		position: relative;
		padding: 0.5em 2em 0.5em 2.3em;
	}
	
	.agreement > ul > li {
		font-size: 0.85em;
		line-height: 1.3;
		padding: 0.5em 0;
		list-style-type: none!important;/*ポチ消す*/
	}
	
	.agreement > ul > li:before {
		content: "・";
		position: absolute;
		left : 1em; /*左端からのアイコンまで*/
		color: #4f4f4f; /*アイコン色*/
	} 
	
	.agreement .nda {
		margin-top: 10px;
		width: calc( 100% - 42px);
		height: 300px;
		overflow-y: scroll;
		border: solid 1px #4f4f4f;
		padding: 20px;
		font-size: 0.8em;
	}
	
	.agreement .submit_btn {
		text-align: center;
		margin: 20px 0;
	}

/*--------------entry fom page-------------*/
	
	.entry-form-wrap p {
		font-size: 0.9em;
		padding-left:10px;
	}
	
	.entry-form-wrap h3{
		margin-top:10px;
	}
	
	.entry-form-wrap .bhi-lite-form{
		padding: 10px;
	}
	
	.entry-form-wrap .bhi-lite-form .basic-info , .details-info{
		border-bottom: solid 1px #dfdfdf;
	}
	
	.basic-info .basic-question , .details-info .basic-question{
		display: flex;
		justify-content: start;
		border-top: solid 1px #dfdfdf;
		border-right: solid 1px #dfdfdf;
		border-left: solid 1px #dfdfdf;
	}
	
	.basic-question .q-title {
		width: calc( 22% - 4px);
		font-size: 0.95em;
		padding: 4px 0 4px 4px;
		border-right: solid 1px #dfdfdf;
		background: #f6f6f6;
	}
	
	.basic-question .answer {
		padding:4px 0 4px 4px;
	}
	
	.price-title-flex , .price-flex{
		font-size: 0.9em;
		display: flex;
		justify-content: safe start;	
		border-left: solid 1px #dfdfdf;
		
	}
	
	.price-title-flex .p-title {
		width: calc( 22% - 4px);
		border-top: solid 1px #dfdfdf;
		border-right: solid 1px #dfdfdf;
		background: #efefef;
		padding: 4px 0 4px 4px;
	}
	
	.price-flex .stores-num {
		width: calc( 22% - 4px);
		border-top: solid 1px #dfdfdf;
		border-right: solid 1px #dfdfdf;
		padding: 4px 0 4px 4px;
	}
	
	.price-flex .price {
		width: calc( 22% - 4px);
		padding: 4px 0 4px 4px;
		border-top: solid 1px #dfdfdf;
		border-right: solid 1px #dfdfdf;
	}
	
	.price-num-last .stores-num , .price-num-last .price {
		border-bottom: solid 1px #dfdfdf;
	}
	
	.entry-form-wrap .submit-area {
		margin-top: 20px;
		text-align: center;
		font-size: 1.4em;
	}
	
	
/*--------------search page-------------*/
	h2.searchTitle {
		font-size:1.5rem;
		position: relative;
	}
	h2.searchTitle span {
		font-size: 1rem;
	}
	.single-desc{
		padding: 20px 10px;
		border-bottom: dotted 1px #4d4d4d;
	}


/*----------------footer----------------*/
	#page-top {
		position: fixed;
		bottom: 10px;
		right: 20px;
		font-size: 77%;
	}
	#page-top a {
		width: 70px;
		padding: 30px 0;
		text-align: center;
		display: block;
	}
	footer {
		clear:both;
		width: 100%;
	}
	#footer {
		background: #424242 cover;/* Old browsers */
		background: -moz-linear-gradient(top, #424242 0%, #1e1e1e 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, #424242 0%,#1e1e1e 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #424242 0%,#1e1e1e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#424242', endColorstr='#1e1e1e',GradientType=0 ); /* IE6-9 */
		width: 100%;
		padding: 60px 0;
		color: #fff;
	}
	#footer a {
		color: #fff;
		list-style: none;
	}
	.footer_wrap {
		overflow: hidden;
		width: 980px;
		margin: 0 auto;
	}
	.footer_navlist {
		
	}
	.footer_navlist ul {
		display: table;
		padding-left: 0;
		margin: 0 auto;
	}
	.footer_nav ul li {
		display: block;
		float:left;
		vertical-align: middle;
		font-size: 0.9rem;
		line-height: 1.3;
		text-align: center;
	}
	.footer_nav ul li a {
		padding: 8px 36px;
		display: block;
		position: relative;
		border-bottom: 1px solid transparent;
		transition: 0.2s;
	}
	.footer_nav li a::after {
		content: "";
		position: absolute;
		right: 0;
		top: 30%;
		width:1px;
		height: 14px;
		background:#fff;
		margin-top: 0px;
	}
	.footer_nav ul li.footerHome a::before {
		content: "";
		position: absolute;
		left: 0;
		top: 30%;
		width:1px;
		height: 14px;
		background:#fff;
		margin-top: 0px;
	}
	.sub_footer {
		padding: 20px 0;
		background: #fff;
		color:#4d4d4d;
		font-size: 0.8rem;
	}
	.subfooter_wrap {
		width: 980px;
		margin:0 auto;
		padding: 0 20px;
	}
	.subfooter_leftnav {
		display: block;
		float:left;
	}
	.subfooter_leftnav li{
		float: left;
		margin-right: 20px;
	}
	.copy{
		text-align: right;
	}
}