@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

/* Common Styles ------------------------------------------ */
html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; text-rendering: optimizelegibility; }
body {
	font-family: Meiryo, "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #333;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
}

a { 
	text-decoration: none;
	 
	-webkit-transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
	-moz-transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
	-ms-transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
	-o-transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
	transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
}
a:hover, a:focus { text-decoration: none; border: none; }
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px 0 10px 0px;
	font-weight: normal;
	line-height: 1.3;
	color: inherit;
	font-family: 'Roboto', sans-serif;
	text-transform: lowercase;
}

h1,
h2 {
	letter-spacing: 3px;
}

h1 {
	font-size: 1px;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 24px;
	letter-spacing: 2px;
}

h4 {
	font-size: 18px;
	letter-spacing: 1px;
}

h5 {
	font-size: 14px;
	letter-spacing: 1px;
}

h6 {
	font-size: 12px;
}

p {
	color: #666;
	font-size: 13px;
	line-height: 1.5em;
}

img {
	border: 0;
}
/* Colors ------------------------------------------ */
body.color-1::-moz-selection {background: #e74c3c; color: #fff; }
body.color-1::selection {background: #e74c3c; color: #fff; }
body.color-1 a{
	text-decoration: none;
}
body.color-1 div#top-nav #fixed-nav li a:hover {
	color: #00d9ce;
}
body.color-1 div#top-nav #fixed-nav li.current a {
	border-bottom: 2px solid #00d9ce;
}
body.color-1 .bg-color{
	background-color: #153F8D;
}
body.color-1 hr {
	border-bottom: 1px solid #e74c3c;
}
body.color-1 span.highlight{
	color: #e74c3c;
}
body.color-1 #footer {
	font-weight: normal;
	color: #333;
	text-align: center;
	font-size: 13px;
	padding: 20px 0 20px 0;
}
body.color-2::-moz-selection {background: #3498db; color: #fff; }
body.color-2::selection {background: #3498db; color: #fff; }
body.color-2 a{
	color: #3498db;
	text-decoration: none;
	border-bottom: 1px solid #3498db;
}
body.color-2 div#top-nav #fixed-nav li a:hover {
	color: #3498db;
}
body.color-2 div#top-nav #fixed-nav li.current a {
	border-bottom: 3px solid #3498db;
}
body.color-2 .bg-color{
	background: #3498db;
}
body.color-2 hr {
	border-bottom: 1px solid #3498db;
}
body.color-2 span.highlight{
	color: #3498db;
}
body.color-2 #footer {
	font-weight: bold;
	background: #3498db;
	color: #fff;
	text-align: center;
	font-size: 13px;
	padding: 20px 0 20px 0;
}
body.color-3::-moz-selection {background: #9b59b6; color: #fff; }
body.color-3::selection {background: #9b59b6; color: #fff; }
body.color-3 a{
	color: #9b59b6;
	text-decoration: none;
	border-bottom: 1px solid #9b59b6;
}
body.color-3 div#top-nav #fixed-nav li a:hover {
	color: #9b59b6;
}
body.color-3 div#top-nav #fixed-nav li.current a {
	border-bottom: 3px solid #9b59b6;
}
body.color-3 .bg-color{
	background: #9b59b6;
}
body.color-3 hr {
	border-bottom: 1px solid #9b59b6;
}
body.color-3 span.highlight{
	color: #9b59b6;
}
body.color-3 #footer {
	font-weight: bold;
	background: #9b59b6;
	color: #fff;
	text-align: center;
	font-size: 13px;
	padding: 20px 0 20px 0;
}
body.color-4::-moz-selection {background: #34495e; color: #fff; }
body.color-4::selection {background: #34495e; color: #fff; }
body.color-4 a{
	color: #34495e;
	text-decoration: none;
	border-bottom: 1px solid #34495e;
}
body.color-4 div#top-nav #fixed-nav li a:hover {
	color: #34495e;
}
body.color-4 div#top-nav #fixed-nav li.current a {
	border-bottom: 3px solid #34495e;
}
body.color-4 .bg-color{
	background: #34495e;
}
body.color-4 hr {
	border-bottom: 1px solid #34495e;
}
body.color-4 span.highlight{
	color: #34495e;
}
body.color-4 #footer {
	font-weight: bold;
	background: #34495e;
	color: #fff;
	text-align: center;
	font-size: 13px;
	padding: 20px 0 20px 0;
}
body.color-5::-moz-selection {background: #f39c12; color: #fff; }
body.color-5::selection {background: #f39c12; color: #fff; }
body.color-5 a{
	color: #f39c12;
	text-decoration: none;
	border-bottom: 1px solid #f39c12;
}
body.color-5 div#top-nav #fixed-nav li a:hover {
	color: #f39c12;
}
body.color-5 div#top-nav #fixed-nav li.current a {
	border-bottom: 3px solid #f39c12;
}
body.color-5 .bg-color{
	background: #f39c12;
}
body.color-5 hr {
	border-bottom: 1px solid #f39c12;
}
body.color-5 span.highlight{
	color: #f39c12;
}
body.color-5 #footer {
	font-weight: bold;
	background: #f39c12;
	color: #fff;
	text-align: center;
	font-size: 13px;
	padding: 20px 0 20px 0;
}
body.color-6::-moz-selection {background: #f1c40f; color: #fff; }
body.color-6::selection {background: #f1c40f; color: #fff; }
body.color-6 a{
	color: #f1c40f;
	text-decoration: none;
	border-bottom: 1px solid #f1c40f;
}
body.color-6 div#top-nav #fixed-nav li a:hover {
	color: #f1c40f;
}
body.color-6 div#top-nav #fixed-nav li.current a {
	border-bottom: 3px solid #f1c40f;
}
body.color-6 .bg-color{
	background: #f1c40f;
}
body.color-6 hr {
	border-bottom: 1px solid #f1c40f;
}
body.color-6 span.highlight{
	color: #f1c40f;
}
body.color-6 #footer {
	font-weight: bold;
	background: #f1c40f;
	color: #fff;
	text-align: center;
	font-size: 13px;
	padding: 20px 0 20px 0;
}
/* Navigation & Logo ------------------------------------------ */
#header{
	top: 0px;
	border-bottom: 1px solid #5c85ba;
	width: 100%;
	position: fixed;
	height: 60px;
	z-index: 10;
	background-color: #153f8d;
}
#nav-button{
	display: none;
}
#logo{
	display: block;
	border: none;
	margin-bottom: 0px;
	float: left;
}
#logo a{
	color: #333;
	text-decoration: none;
	border: none;	
}
#logo span{
	margin-left: -12px;
}
div#top-nav{
	margin-top: 19px;
}
div#top-nav ul {
	float: right;
	margin-bottom: 0px;
}
div#top-nav #fluid-nav li, div#top-nav #fixed-nav li {
	display: inline-block;
	margin-left: 20px;
}

div#top-nav #fluid-nav li:first-child, div#top-nav #fixed-nav li:first-child  {
	margin-left: 0;
}
div#top-nav #fluid-nav li a, div#top-nav #fixed-nav li a {
	color: #FFF;
	font-size: 17px;
	border: none;
	font-family: 'Roboto', Helvetica-Light;
}
div#top-nav #fluid-nav li a:hover {
	color: #333;
	text-decoration: none;

}
div#top-nav #fluid-nav li.current a {
	color: #faa3a5;
}
div#top-nav #fixed-nav li a:hover {
	text-decoration: none;
}
div#top-nav #fixed-nav li.current a {
	color: #FFF;
	padding-bottom: 5px;
}
/* Slogan & Banners ------------------------------------------ */
.slogan{
	height: 100%;
	text-align: center;
	width: 100%;
}
.slogan h1{
	text-shadow: 2px 2px 2px #333333;
	color: #ffffff;
}
.hero{
	border-bottom: 1px solid #e1e1e1;
	display: inline-block;
	width: 100%;
	margin-top: 50px;
	height: 150px;
}
.home .hero{
	margin-top: 0px;
}
/* Backgrounds ------------------------------------------ */
.bg-fixed {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/* Icon Blocks ------------------------------------------ */
.i-block{
	text-align: center;
	float: left;
}
.i-block i{display: inline-block;margin-bottom: 24px;font-size: 6em; color: #a1a1a1}
.i-block h3{ color: #a1a1a1;
	font-weight: bold;
	font-size: 1.8em;
	margin-top: 0px;
	margin-bottom: 14px;
}
/* Dividers ------------------------------------------ */
.hr-small {
	float: none;
}
.hr {
	clear: both;
	display: block;
	width: 100%;
	height: 20px;
	line-height: 20px;
	position: relative;
	margin: 10px 0;
	float: left;
}
.hr-center.hr-small .hr-inner {
	left: 50%;
}
.hr-small .hr-inner {
	width: 32%;
	margin-left: -16%;
}
.hr-inner {
	border-color: #e1e1e1;
	width: 100%;
	position: absolute;
	height: 1px;
	top: 50%;
	width: 100%;
	margin-top: -1px;
	border-top-width: 1px;
	border-top-style: solid;
}
.hr-invisible {
	margin-bottom: 0;
}
hr {
	border: 0;
	margin: 10px 0;
}
#contact hr.grey {
	margin: 17px 0 16px 0;
}
hr.grey {
	border: 0;
	border-bottom: 1px solid #e5e5e5;
	margin: 10px 0;
}

/* Contact us block ------------------------------------------ */
#contact .social a{
	margin-right: 10px;
	font-size: 30px;
	float: left;
	border: none;
}

/* Section, Footer & Misc ------------------------------------------ */
.content{
	padding-bottom: 50px;
	padding-top: 50px;
}
.section{
	border-bottom: 1px solid #e1e1e1;
	padding-top: 83px;
	overflow: hidden;
}
.section-alt{
	background-color: #FFF;
}

.title{
	text-align: center;
	margin-bottom: 40px;
}
.title h2{
	font-weight: bold;
	font-size: 2.2em;
	margin: 0px;
	text-align: center;
}
.title p{
	letter-spacing: 1px;
line-height: 1.6em;
font-size: 20px;
margin: 0px;
}
.text-center{
	text-align: center;
}
.clear{
	clear: both;
}
#footer {
	font-weight: bold;
	color: #fff;
	text-align: center;
	font-size: 13px;
	padding: 20px 0 20px 0;
}
#footer a{
	color: #fff;
	text-decoration: underline;
}
/*Media Queries*/
/*
@media (max-width: 767px) {
	#drop-nav{
		display: inline;
	}
	#logo{
	width: 100%;
	font-size: 26px;
	margin-top: 30px;
	text-align: center;
	}
	div#top-nav{
		margin-top: 0px;
		display: none;
	background: #fff;
	position: absolute;
	top:50px;
		z-index: 99999;
		border-right: 1px solid #D6D6D6;
		border-bottom: 1px solid #D6D6D6;
		left: 0;
	}
	div#top-nav ul{

		
		
		float: none;
		display: block;
		
	}
	div#top-nav #fluid-nav li, div#top-nav #fixed-nav li {
		padding: 10px;
		
		display: block;
		margin-bottom: 0px;
		margin-left: 0px;
	}
	#nav-button{
		display: inline-block;
		position: absolute;
		left: 24px;
		font-size: 24px;
		top: 50%;
		margin-top: -12px;

	}
}
@media (max-width: 480px) { 
	#logo{
		font-size: 24px;
	}

}
*/
/* top ------------------------------------------ */
.top_frame_top {
	height: 690px;
	width: 1190px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	overflow: hidden;
	margin-top: 10px;
}
.top_frame00 {
	height: 690px;
	width: 1190px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	overflow: hidden;
	z-index: 1;
}
.top_frame01 {/*
	background-image: url(../img/top/frame01.png);
	background-repeat: no-repeat;*/
	background-image: url(../img/top/top_policy_back.png);
	width: 900px;
	text-align: center;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 80px;
	margin-bottom: 120px;
	z-index: 3;
	padding-top: 60px;
}
.top_frame02 {
	width: 1190px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	margin-top: 35px;
	margin-bottom: 30px;
}
.top_frame03 {
	width: 1190px;
	height: 529px;
	text-align: center;
	margin-bottom: 50px;
	position: relative;
}
.top_frame04 {
	width: 100%;
	height: 650px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 60px;
}
.top_frame05 {
	background-image: url(../img/top/frame_comp.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 1190px;
	height: 677px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 0;
}
.top_frame06 {
	width: 1190px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 150px;
	margin-bottom: 15px;
	font-size: 13px;
	line-height: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	height: 700px;
}
.top_text00 {
	font-size: 35px;
	color: #585656;
	padding-bottom: 15px;
	line-height: 40px;
}
.top_text01 {
	font-size: 28px;
	padding-bottom: 15px;
	color: #55639b;
	margin: 0px;
	line-height: 35px;
}
.top_text02 {
	font-size: 20px;
	padding-bottom: 30px;
	color: #585656;
	line-height: 32px;
	margin: 0px;
}
.top_text03 {
	font-size: 21px;
	line-height: 25px;
	padding-bottom: 10px;
	color: #55639b;
	margin: 0px;
}
.top_text04 {
	font-size: 14px;
	line-height: 22px;
	padding-bottom: 30px;
	margin: 0px;
}
.top_text05,
.top_text06,
.top_text07,
.top_text08 {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #004092;
}
.top_text05 {
	font-size: 13px;
	line-height: 21px;
	margin: 0px;
	background-image: url(../img/top/frame02.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	height: 142px;
	width: 234px;
	padding-top: 57px;
	padding-right: 32px;
	padding-left: 32px;
	color: #FFF;
}
.top_text06 {
	font-size: 13px;
	line-height: 21px;
	margin: 0px;
	background-image: url(../img/top/frame03.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	height: 142px;
	width: 233px;
	padding-top: 57px;
	padding-right: 32px;
	padding-left: 32px;
}
.top_text07 {
	font-size: 13px;
	line-height: 21px;
	margin: 0px;
	background-image: url(../img/top/frame04.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	height: 142px;
	width: 234px;
	padding-top: 57px;
	padding-right: 32px;
	padding-left: 32px;
	color: #FFF;
}
.top_text08 {
	font-size: 13px;
	line-height: 21px;
	margin: 0px;
	background-image: url(../img/top/frame05.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	height: 142px;
	width: 233px;
	padding-top: 57px;
	padding-right: 32px;
	padding-left: 32px;
}
.top_text09 {
	font-size: 28px;
	line-height: 25px;
	padding-bottom: 10px;
	margin: 0px;
	padding-top: 200px;
	color: #55639b;
}
.top_text10 {
	font-size: 17px;
	line-height: 30px;
	padding-bottom: 40px;
	margin: 0px;
	padding-top: 20px;
}
.top_text11 {
	color: #FFF;
	width: 900px;
	position: absolute;
	left: 58px;
	top: 586px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.top_text12 {
	position: absolute;
	left: 1000px;
	top: 586px;
}
.top_text13 {
	position: absolute;
	left: 58px;
	top: 533px;
}
#access .span6 img.map {
	width: 545px;
}
.top_frame06 .span6 {
	margin-left: 0px;
}
.flout_r {
	float: right;
}




/* common ------------------------------------------ */
.com_text01 {
	font-size: 14px;
	line-height: 24px;
	padding-bottom: 40px;
	margin: 0px;
	padding-top: 15px;
}
.center {
	text-align:center;
	}





/* contact ------------------------------------------ */
.contact_st_01 {
	width: 238px;
	float: left;
}
.contact_st_02 {
	width: 238px;
	float: right;
	padding-bottom: 30px;
}
.contact_st_03 {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
}



/* recruit ------------------------------------------ */
.rec_st01 {
	background-image: url(../img/recruit/icon_tokyo.png);
	background-repeat: no-repeat;
	background-position: right 17px;
	width: 220px;
	margin-right: auto;
	margin-left: auto;
	font-size: 20px;
	line-height: 25px;
	padding-top: 17px;
}

.recruit{
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 70px;
}

.recruit .row .recruit01 .recruit_text .recruit_head{
	float: left;
	width: 170px;
	text-align: right;
	font-weight: bold;
	font-size: 15px;
}

.recruit .row .recruit01 .recruit_text .recruit_content{
	float: left;
	margin-left: 31px;
	margin-bottom: 25px;
}

.recruit .row .recruit01 .recruit_text .recruit_content .icon_1{
}

.recruit .row .recruit01 .recruit_text .recruit_content .icon_2{
	background-image: url(../img/recruit/icon_2.png);
	background-repeat: no-repeat;
	background-position: left center;
	float:left;
	margin-left:20px;
	padding-left:22px;
}

.recruit .row .recruit01 .recruit_text .recruit_content .icon_01{
	background-image: url(../img/recruit/icon_1.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.recruit .row .recruit01 .recruit_text .recruit_content .icon_02{
	background-image: url(../img/recruit/icon_2.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:22px;
}

.recruit .row .recruit01 .recruit_text .recruit_content .icon_ex{
	background-image: url(../img/recruit/icon_ex.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top:-5px;
	padding-left:80px;
}

.recruit .row .recruit01 .recruit_text .recruit_content .icon_nex{
	background-image: url(../img/recruit/icon_nex.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top:-5px;
	padding-left:80px;
}
	
.recruit .row .recruit02{
	text-align: center;
	margin-top: 25px;
}

.recruit .row .recruit02 #recruit_concept{
	color: #153F8D;
	margin-top: 15px;
	font-size: 16px;
	font-weight: bold;
}

.clear{
	clear:both;
}


/* company ------------------------------------------ */
.company{
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 50px;
}

.company .title{
	margin-bottom: 60px;
}

.company .row .company01{
	margin-bottom: 100px;
	height: 550px;
	position: relative;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}

.company .row .company01 p{
	margin-bottom: 20px;
}

.company .row .company01 #company_head{
	float:left;
	width: 80px;
	padding-right:10px;
}

.company .president{
	margin-top:147px;
}

.company .row .company01 #company_content{
	float: left;
	width: 700px;
	margin-left: 10px;
}

.company .row .company01 #company_content #btn_googlemap01{
	position: absolute;
	left: 376px;
	top: 245px;
}

.company .row .company01 #company_content #btn_googlemap02{
	position: absolute;
	left: 376px;
	top: 340px;
}

.company .row .company01 #company_content .location{
	line-height: 1.5em;
} 

.company .row .company01 #company_pic{
	position: absolute;
	left: 535px;
	top: 109px;
}

.company .row .history02 .history_content .history_text{
	margin-bottom:30px;
}

.company .row .history02 .history_content .history_year{
	float:left;
	width: 89px;
}

.company .row .history02 .history_content .history_text{
	float:left;
	width: 967px;
	margin-left:25px;
}

.company .row .history02 .history_content .history_text p{
	float:left;
	margin-top:-3px;
}

.company .row .history02 .history_content .history_text .history_text01{
	width:465px;
}

.company .row .history02 .history_content .history_text .history_text02{
	margin-left:20px;
	width:465px;
}


/* about us ------------------------------------------ */
.about .row{
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
}

.about .row .about_head{
	background-color: #EAE0C9;
	margin-top: 60px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.about .row .about_head .theme{
	font-size: 35px;
	color: #612E19;
	text-align: center;
	line-height: 40px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

.about .row .about_head .theme_text{
	padding-top: 0px;
	margin-right: 40px;
	margin-left: 40px;
	line-height: 32px;
}

.about .row .works_btn{
	text-align: center;
	margin-bottom: 150px;
	padding-top: 120px;
}

/* case01 */

.about .row .case01{
	height: 520px;
	position: relative;
	padding-top: 83px;
}
.about .row .case01_e{
	margin-top:-5px;
}

.about .row .case01 .case_head .case_text01{
	border-top: 1px #3E3A39 solid;
	border-bottom: 1px #3E3A39 solid;
	width:680px;
	font-size:22px;
	margin-top:-10px;
}

.about .row .case01 .case_head .case_text02{
	margin-top: -10px;
	line-height: 22px;
	width: 100%;
}

.about .row .case01 .case_head{
	width:680px;
	height:260px;
	float:left;
}

.about .row .case01 .case01_2{
	position: absolute;
	left: 714px;
	top: 82px;
}

.about .row .case01 p{
	float:left;
}

/* case02 */

.about .row .case02{
	margin-top:134px;
	height:520px;
}

.about .row .case02_e{
	margin-top:-5px;
}

.about .row .case02 .case02_3{
	float:left;
	margin-top:50px;
}

.about .row .case02 .case_text01{
	border-top: 1px #3E3A39 solid;
	border-bottom: 1px #3E3A39 solid;
	width:640px;
	font-size:22px;
	margin-top:-10px;
}

.about .row .case02 .case_head{
	width:640px;
	height:444px;
	float:right;
}

.about .row .case02 .case_head .case_text02{
	width:448px;
	float:left;
	margin-top:-10px;
}

.about .row .case02 .case_head .case_text02 p{
	line-height:22px;
}

.about .row .case02 .case02_2{
	float:right;
}

.about .row .case02 .case02_1{
	margin-left:40px;
	float:left;
}

/* case03 */

.about .row .case03{
	margin-top:134px;
	height:420px;
	position:relative;
}

.about .row .case03_e{
	margin-top:-5px;
}

.about .row .case03 .case_text{
	width: 450px;
	height: 100px;
}

.about .row .case03 .case_text01{
	border-top: 1px #3E3A39 solid;
	border-bottom: 1px #3E3A39 solid;
	font-size: 22px;
	width: 450px;
	margin-top: -5px;
}

.about .row .case03 .case_text02{
	margin-top:-10px;
	line-height:22px;
}

.about .row .case03 .case_head{
	width:680px;
	height:260px;
	float:left;
}

.about .row .case03 .case03_1{
	position: absolute;
	left: 456px;
	top: 26px;
}

.about .row .case03 p{
	float:left;
}

/* case04 */

.about .row .case04{
	margin-top:134px;
	height:520px;
	position:relative;
}

.about .row .case04 .case04_1{
	position: absolute;
	z-index: 1;
	margin-left: 0px;
	margin-top: 0px;
	left: 0px;
	top: 0px;
}

.about .row .case04 .case04_j{
	position: absolute;
	z-index: 2;
	left: 540px;
	top: 18px;
}

.about .row .case04 .case04_e{
	position: absolute;
	z-index: 3;
	left: 540px;
	top: 95px;
}

.about .row .case04 .case_text01{
	border-top: 1px #3E3A39 solid;
	border-bottom: 1px #3E3A39 solid;
	width: 544px;
	font-size: 22px;
	position: absolute;
	z-index: 4;
	left: 540px;
	top: 135px;
}

.about .row .case04 .case_text02{
	margin-top:180px;
	width:463px;
	height:334px;
	float:right;
}

.about .row .case04 .case_text02 p{
	line-height:22px;
}

.about .row .case04 .case04_2{
	float:left;
	margin-top:10px;
}

.about .row .case04 .case04_3{
	margin-left:10px;
	float:left;
	margin-top:10px;
}

/* case05 */

.about .row .case05{
	margin-top: 134px;
	height: 460px;
	position: relative;
}

.about .row .case05_e{
	margin-top:-5px;
}

.about .row .case05 .case_text{
	width:505px;
	height:200px;
	float:left;
	padding-right:50px;
}

.about .row .case05 .case_text01{
	border-top: 1px #3E3A39 solid;
	border-bottom: 1px #3E3A39 solid;
	font-size:22px;
	width:505px;
	margin-top:-5px;
}

.about .row .case05 .case_text02{
	margin-top:-10px;
	line-height:22px;
}

.about .row .case05 .case05_1{
	position: absolute;
	left: 67px;
	top: 297px;
}

.about .row .case05 .case05_2{
	position: absolute;
	left: 544px;
	top: 69px;
}

/* case06 */

.about .row .case06{
	margin-top:134px;
	height:470px;
}

.about .row .case06 .case06_1{
	float:left;
	margin-top:25px;
}

.about .row .case06 .case_head{
	width:586px;
	height:440px;
	float:left;
	margin-left:30px;
}


.about .row .case06 .case06_e{
	margin-top:-5px;
}


.about .row .case06 .case_text01{
	border-top: 1px #3E3A39 solid;
	border-bottom: 1px #3E3A39 solid;
	font-size:16px;
	width:586px;
	margin-top:-5px;
}

.about .row .case06 .case_text02{
	margin-top:-5px;
}

.about .row .case06 .case_text02 p{
	line-height:22px;
}

/* case07 */

.about .row .case07{
	margin-top: 134px;
	height: 520px;
	position: relative;
}

.about .row .case07 .case_head{
	width:585px;
	height:255px;
	float:left;
	padding-right:29px;
}

.about .row .case07 .case07_e{
	margin-top:-5px;
}

.about .row .case07 .case_text01{
	border-top: 1px #3E3A39 solid;
	border-bottom: 1px #3E3A39 solid;
	font-size:22px;
	width:586px;
	margin-top:-5px;
}

.about .row .case07 .case_text02{
	margin-top:-10px;
}

.about .row .case07 .case_text02 p{
	line-height:22px;
}

.about .row .case07 .case07_1{
	float:left;
	margin-top:25px;
}
.row.topwork .i-block {
	height: 250px;
	margin-left: 30px;
}
h1#logo {
	font-size: 1px;
	line-height: 1px;
	margin-top: 19px;
}
.bold {
	font-weight: bold;
}
.case_text01 {
	padding-top: 3px;
}
.recruit_text2 {
	font-size: 17px;
}
.recruit_text3 {
	font-size: 20px;
}
.contact_st_04 {
	font-size: 17px;
	padding-bottom: 50px;
}
.content.topwork {
	padding-top: 120px;
	padding-bottom: 120px;
}
.topwork p {
	font-size: 13px;
	color: #999;
}

#policy {
	position: absolute;
	bottom: -40px;
	left: 0px;
}





/* pagetop ------------------------------------------ */
.pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 50;
}
.pagetop a {
	display: block;
	width: 60px;
	height: 60px;
	background-image: url(../img/pagetop_al.png);
	background-position: left top;
	background-repeat: no-repeat;
}
.topbtn {
	padding-top: 15%;
}

div#top-nav ul#access-light {
	padding: 0px;
	margin-top: 0px;
	position: relative;
	top: 6px;
}
div#top-nav ul#access-light li {
	margin: 0px;
	padding: 0px;
	line-height: 13px;
}
div#top-nav ul#access-light #other-light {
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	display: none;
	height: 0px;
	width: 0px;
}
.span6.map_l {
padding-left:0px;
padding-right:100px;
}
.span6.map_r {
padding-left:0px;
padding-right:0px;
}
.history_content {
	overflow: auto;
}
.recruit_text {
	overflow: auto;
}
.recruit01 {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.history02 {
	position: relative;
}
.dic {
	position: absolute;
	left: 825px;
	top: 121px;
}
.contact_st_05 {
	text-align: center;
	padding-bottom: 30px;
}
.top_god01 {
	position: absolute;
	left: 346px;
	top: 40px;
	z-index: 2;
}
.top_god02 {
	position: absolute;
	left: 0px;
	top: 0px;
}
.top_god03 {
	position: absolute;
	left: 795px;
	top: 160px;
}
.top_text09 {
	z-index: 3;
	position: relative;
}
.top_text10 {
	z-index: 3;
	position: relative;
}
.top_god02b {
	margin: 0px;
	padding: 0px;
	width: 459px;
}
.topwork_a {
	background-image: url(../img/top/bgpos.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	display: block;
	padding: 0px;
	height: 124px;
	width: 164px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	-webkit-transition: background-position 250ms linear; 
	-moz-transition: background-position 250ms linear; 
	-o-transition: background-position 250ms linear; 
}
.topwork_a:hover {
	background-position: center -140px;
}
.policy_backA {
	height: 414px;
	width: 873px;
	background-image: url(../img/top/top_policy_A.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: absolute;
	top: -80px;
	left: 90px;
	z-index: 1;
}
.policy_backA2 {
	height: 414px;
	width: 873px;
	background-image: url(../img/top/top_policy_A2.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: absolute;
	top: -80px;
	left: 90px;
	z-index: 2;
}
.policy_backB {
	height: 731px;
	width: 604px;
	background-image: url(../img/top/top_policy_B.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: absolute;
	top: -159px;
	left: 682px;
	z-index: 1;
}
.policy_backC {
	height: 470px;
	width: 874px;
	background-image: url(../img/top/top_policy_C.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: absolute;
	top: 341px;
	left: 461px;
	z-index: 1;
}
.policy_backD {
	height: 982px;
	width: 873px;
	background-image: url(../img/top/top_policy_D.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: absolute;
	top: 302px;
	left: -58px;
	z-index: 1;
}
.policy_backE {
	height: 982px;
	width: 873px;
	background-image: url(../img/top/top_policy_E.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: absolute;
	top: -197px;
	left: -271px;
	z-index: 1;
}
