@charset "UTF-8";

/*===============================================================*/
/*


	style.css


*/
/*===============================================================*/

/*


	color: #009544;


body {
	background: url(../img/bg_grid.png) repeat left top !important;
}


*/


/*===============================================================*/
/*
	RESET
*/
/*===============================================================*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, 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-weight: normal;
    background:transparent;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	display: block;
}

html{
    overflow-y: scroll;
}

ol, ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

img{
     border:0;
	 vertical-align:top;
}

/*---------------------*/
/*	clearfix
/*---------------------*/
.cf:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow:hidden;
	font-size:0.1em;
	line-height:0;
}
.cf {display: inline-block;}

/* Hides from IE-mac \*/
* html .cf {height: 1%;}
.cf {display: block;}
/* End hide from IE-mac */

/*
div {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
}
*/

a:link,
a:visited {
	text-decoration:underline;
}

a:hover,
a:active {
	text-decoration: none;
}

.rollover {
}


/*===============================================================*/
/*
	FONT SETTINGS

	body		font-size: 62.5% = nearly 10px
*/
/*===============================================================*/

body {
	line-height: 1.67;
	color: #4C4C4C;
	font-size: 62.5%;
	font-family:"Hiragino Kaku Gothic Pro","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","meiryo","メイリオ", "Osaka", "ＭＳ Ｐゴシック", "sans-serif";
}

/*---------------------*/
/*	Reset
/*---------------------*/

h1, h2, h3, h4, h5, h6, p, li, dt, dd, th, td, figcaption {
	font-size: 120%;
}

#Container .parent {
	font-size: 100%;
}

a,input {
outline: none;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

dd,dt {
	margin: 0;
	padding: 0;
}

/*---------------------*/
/*	link setting
/*---------------------*/

a:link {
	color: #009544;
	text-decoration: none;
}

a:visited {
	color: #009544;
	text-decoration: none;
}

a:active,
a:hover {
	color: #009544;
	text-decoration: underline;
}

/* #FootLink */

#FootLink a:link {
	color:#FFF!important;/*009544*/
	text-decoration: none;
}

#FootLink a:visited {
	color: #4C4C4C;
}

#FootLink a:active,
#FootLink a:hover {
	text-decoration: underline;
}

/* .column_block */

.column_block a:link {
	color: #4C4C4C;
	text-decoration: none;
}

.column_block a:visited {
	color: #4C4C4C;
}

.column_block a:active,
.column_block a:hover {
	text-decoration: underline;
}

/* .casestudy */

.top_casestudy .section_cont a:link {
	color: #4C4C4C;
	text-decoration: none;
}

.top_casestudy .section_cont a:visited {
	color: #4C4C4C;
}

.top_casestudy .section_cont a:active,
.top_casestudy .section_cont a:hover {
	text-decoration: underline;
}

/* #Nav */

#Nav a:link {
	color: #4C4C4C;
	text-decoration: none;

}

#Nav a:visited {
	color: #4C4C4C;
}

#Nav a:active,
#Nav a:hover {
	color: #009544;
}

#Nav a.current:link,
#Nav a.current:visited,
#Nav a.current:active,
#Nav a.current:hover {
	color: #009544;
}



/* #BreadCrumb */

#BreadCrumb a {
	color: #999;
}

/*===============================================================*/
/*
	COMMON
*/
/*===============================================================*/

/*---------------------*/
/*	common styles
/*---------------------*/

body {
	background: #FFF;
	
}

.sp_block {
	display: none;
}

.tb_block {
	display: none;
}

.ie_visible {
	display: none;
}

.ie .ie_visible {
	display: block;
}

.ie .ie_hide {
	display: none;
}


/*---------------------*/
/*	Layout box
/*---------------------*/

#Container {
	font-size: 100%;
	width:998px;
	margin:0 auto;
}

.wrapper{
	width: 100%;
}

.wrapper > header,
.wrapper > nav,
.wrapper > footer,
.wrapper > div {
	width: 998px;
	margin: 0 auto;
}

/*---------------------*/
/*	spacer classes
/*---------------------*/


/*---------------------*/
/*	#Header
/*---------------------*/

#HeaderWrap {
	position:fixed;
	/*height:50px;*/
	Z-index:9999;
	background-color:#006C09;/*#FFF;*/
}

#Header {
	padding-bottom: 10px;
	padding:0 0 0 0;
	
}

#Logo {
	float: left;
}

#Logo h1 {
	/*padding: 17px 0 8px 0;*/
	float: left;
}

#Logo h1 img {
	width: 110px;
	height: auto;
	margin:0px;
	margin-bottom:10px;
}

#LogoSide {
	padding: 0px 0 0 35px;
	/*float: left;:*/
	font-size: 130%;
	color:#fff;
	text-align:right;
}

#HeaderGadget {
	width: 336px;
	float: right;
	/*padding: 20px 0 0;*/
	}


#download {
	float: right;
	width: 238px;
	position: relative;

-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
}

/*#download p {
	display: none;
}*/
/*#download-p{
	width:11px;
	height:10px;
	background: url(../img/dl-icon.png) no-repeat left top;
	background-color:yellow;
	padding-left:50px;
	}*/
#download-p {
    position: absolute;
    right: 0;
    
    padding: 10px 230px 0 25px;
    
	
}
#inq-p {
    position: absolute;
    right: 0;
    
    padding: 10px 20px 0 25px;
    
	
}

/*#onlineChatt{
	width:200px;
	height:110px;
	background-color:#F90;
	position: absolute;
    right: 0;
  
    padding: 10px 25px 0 0px;
	
	}*/
/*---------------------*/
/*	#Nav
/*---------------------*/

#NavWrap {
	Z-index:100000;
	width:998px;
	margin:0 auto;
	
}

#Nav {
	padding: 10px 0;
	background-color:#006C09;
}

#Nav ul.navWrap {

	/*border-left: 1px solid #999;
	border-right: 1px solid #999;*/
	line-height: 1.2;

}

#Nav li.navLabel {
	position: relative;
	width: 198px;
	float: left;
	border-right: 1px solid #FFF;
	text-align: center;
	font-size: 100%;
}

#Nav li.navLabel:last-child {
	width: 200px;
	border-right: none;
}

#Nav .navLabel a.navLabelLink {
	display: block;
	width: 100%;
	height: 20px;
	padding-top: 4px;
	font-size: 150%;
	font-weight: bold;
	letter-spacing: 1.5px;
	color:#FFF;
}

#Nav .navLabel a.navLabelLink:hover {
}

#Nav .navLabel a.navLabelLink span {
	display: block;
	width: 100%;
	padding-bottom: 6px;
}

#Nav .navLabel a.current span {
	border-bottom: 3px solid #FFFFFF !important; /*#009544*/
	color: #009544;

}

#Nav .navLabel a.navLabelLink:hover span {
	border-bottom: 3px solid #FFFFFF !important; /*#009544*/
}

#Nav .active a.navLabelLink span {
	border-bottom: 3px solid #FFFFFF !important; /*#009544*/
	color: #009544;
}

#Nav .navLabel a.navLabelLink span {
	font-weight: bold;
}

#Nav li dl {
	position: relative;
}

#Nav li dt {
	width: 198px;
	/*border-right: 1px solid #999;*/
	text-align: center;
	font-size: 100%;
}

#Nav li dd {
	position: absolute;
	top: 35px;
	z-index: 3;

	display: none;
}

#Nav .navChild {
	line-height: 1.69;
	margin: 0 auto;
	width: 200px;
}

#Nav .navChild li {
	font-size: 140%;
}


#Nav .navChild li:last-child {
	border-right: none;
}


#Nav .navChild li a {
	display: block;
	width: 196px;
	padding: 5px 0 3px;
	border: 1px solid #EEE;
	border-top: none;
	background: #FCFCFC;
	text-align: center;
	font-weight: bold;
}

#Nav .navChild li:first-child a {
	border-top: 1px solid #EEE;
}

/*---------------------*/
/*	#Content
/*---------------------*/

#ContentWrap {
	
}

.wrapper > #ContentWrap
 {
	width: 998px;
	margin: 0 auto;
}
#Content {
}

#BreadCrumb {
	margin: 5px 0 10px;
}

#BreadCrumb li {
	display: inline;
}

#BreadCrumb li:after {
	content: ">";
	padding-left: 10px;
	margin-right: 10px;
}

#BreadCrumb li.current:after {
	content: "";
	padding: 0;
	margin: 0;
}

/*---------------------*/
/*	#Footer
/*---------------------*/


#FooterWrap {
	background-color:#006C09;
	
}

#Footer {
	margin: 40px auto 0;
	border-top: 1px solid #999;
	padding: 9px 0 10px;
}

#FootLink {
	float: left;
}
#FootLink li{
	display: inline;
	margin-right: 1em;
	font-size: 120%;
	color:#FFF!important;
	
}
#FootLink li a{
	font-size: 120%;
	color:#FFF!important;
	
}
#FootLink li:last-child {
	margin-right: 0;
}

#Copyright {
	float: right;
	font-size: 110%;
	font-weight: bold;
	color:#FFF;
}

#Copyright span {
	line-height: 1;
	vertical-align: sub;
	font-size: 18px;
}

/*---------------------*/
/*	.pagetop
/*---------------------*/

.pagetop {
	margin: 15px 0 0;
	padding-top: 10px;
	border-top: 1px dotted #CCC;
	text-align: right;
}

.section .pagetop p {
	font-size: 120%;
}

.pagetop img {
	padding-left: 5px;
	vertical-align: top;
}

.pagetop a:link,
.pagetop a:visited,
.pagetop a:hover,
.pagetop a:active {
	color: #4C4C4C;
}

/*---------------------*/
/*	#Content Common
/*---------------------*/

#Main {
	float: left;
	width: i020px;/*726px;*/
}

#Index #Main {
	width: 642px;
}

#Index #Main {
	margin-top: 20px;
}

#Contact #Main {
	width: 996px;
	float: none;
}

#Side {
	float: right;
	width: 252px;
}

#Index #Side {
	width: 304px;
	padding: 20px 15px 0;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}


.ipad #FontSizeChange {
	display: none;
}

.ipad #cse-search-box input {
	border-radius: 0;
}

/*===============================================================*/
/*
	pc only
*/
/*===============================================================*/

@media only screen and (min-width:960px) {

#cse-search-box {
	display: block !important;
}

.android #FontSizeChange {
	display: none;
}

}

/*===============================================================*/
/*
	template
*/
/*===============================================================*/


.ie #Foo {
	position: relative;
	behavior: url("/~naisho/mynavi/saiyo/PIE.htc");
}


/*===============================================================*/
/*
	for tb
*/
/*===============================================================*/

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


/*---------------------*/
/*	image
/*---------------------*/

img {
	max-width: 100%;
	height: auto;
}

/*---------------------*/
/*	spacer classes
/*---------------------*/

.tb_block {
	display: block;
}


/*---------------------*/
/*	Layout box
/*---------------------*/

.wrapper > #Header {
	width: 96%;
	padding: 0 2%;
}

.wrapper > div {
	width: 96%;
	margin: 0 2%;
}

.wrapper > #KeyVisual {
	width: 100%;
	margin: 0;
}

/*---------------------*/
/*	common
/*---------------------*/

#Container {
	font-size: 100% !important;
}

/*---------------------*/
/*	#Header
/*---------------------*/

#Header {
	margin-bottom: 20px;
}

#Logo h1 {
}

#LogoSide {
	padding: 0px 0 0 50px;
}

#HeaderGadget {
	width: auto;
}

#FontSizeChange {
	display: none;
}

#cse-search-box {
	display: block !important;
}

/*---------------------*/
/*	#Nav
/*---------------------*/

#Nav {
	width: 96%;
	margin: 0 2% 15px;
	padding: 0;
}

#Nav ul.navWrap {
	width: 100%;
	border: none;
}

#Nav li.navLabel {
	width: 20%;

-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
}

#Nav li.navLabel:last-child {
	width: 20%;
	border-right: 1px solid #999;

}

#Nav .navLabel a.navLabelLink {
	display: block;
	width: 100%;
	padding-top: 0;
	font-size: 150%;
	font-weight: bold;
	letter-spacing: 2px;

-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
}


#Nav .navChild li {
	font-size: 120%;
}

#Nav li:first-child {
	border-right: 1px solid #999;

}

#Nav li li,
#Nav li li:last-child,
#Nav li li:first-child {
	border: none;
}

#Nav li dl {
	width: 100%;
}

#Nav li dt {
	width: 100%;
}

#Nav li dd {
	width: 100%;
}

#Nav .navChild {
	line-height: 1.69;
	margin: 0 auto;
	width: 100%;
}

#Nav a.navLabel span {
	font-size: 100%;
}

#Nav .navChild li a {
	width: 100%;
}

/*---------------------*/
/*	#Content
/*---------------------*/

#BreadCrumb {
	display: none;
}

#Index #Main {
    float: none;
    width: 100%;
}

#Index #Side {
	clear: both;
    float: none;
    width: 100%;
	padding: 0;
	border-left: none;
	border-right: none;
	border-bottom: none;
}

#Main {
    float: none;
    width: 100%;
}

#Contact #Main {
    width: 100%;
	float: none;
}



#Side {
	clear: both;
    float: none;
    width: 100%;
	border-left: none;
	border-right: none;
	border-bottom: none;
}

#Content {
	width: 100%;
	margin: 0;
}

#Footer {
	width: 100%;
	padding: 0;
}

#FootLink {
	float: none;
	margin-bottom: 10px;
}

#FootLink li {
	display: block;
	width: 33.3%;
	float: left;
	margin: 0;
	font-size: 130%;
}

#FootLink li a {
	display: block;
	width: 100%;
	padding: 8px 0 3px;
	border: 1px solid #EEE;
	background: #F7F7F7;
	text-align: center;

-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
}

#Copyright {
	clear: both;
	float: none;
	text-align: center;
	padding: 10px;
}



}

/*===============================================================*/
/*
	for sp common
*/
/*===============================================================*/

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

img {
	height: auto;
}

#BreadCrumb {
	display: none;
}

.sp_hide {
	display: none;
}

#Container {
	font-size: 100% !important;
}

#FontSizeChange {
	display: none;
}

#LogoSide {
	padding: 0px 0 0 50px;
}

#HeaderGadget {
	width: auto;
	/*padding: 19px 0 10px;*/
}

#download {
	width: auto;
}

#download p {
	float: right;
	display: block;
	width: 29px;
	height: 28px;
	border: 1px solid #CCC;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
a #download-p{
	background: url(/img/dl-icon.png) no-repeat left top;
	
	}
#download {
	display: none;

	position: absolute;
	width: 238px;
	right: 0;
}

#Nav li dt {
	width: auto;
	border: none;
}

#Nav li dd {
	width: 100%;

-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
}

#Nav a.navLabel span {
	display: block;
	width: 100%;
	height: 40px;
	padding-top: 6px;
	font-size: 100%;
	font-weight: bold;
	letter-spacing: 2px;

-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
}

#Nav .navChild {
	line-height: 1.69;
	margin: 0 auto;
	width: 100%;
}

#Nav .navChild li {
    font-size: 100%;
}

#Nav a.navLabel span {
	font-size: 100%;
}

#Nav .navChild li a {
	padding: 10px 0 8px;
	width: 100%;
}


#Index #Main {
    float: none;
    width: 100%;
}


}

/*===============================================================*/
/*
	for sp landscape
*/
/*===============================================================*/


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

/*---------------------*/
/*	image
/*---------------------*/

img {
	max-width: 100%;
}

/*---------------------*/
/*	spacer classes
/*---------------------*/

.tb_block {
	display: block;
}


/*---------------------*/
/*	Layout box
/*---------------------*/

.wrapper > #Header {
	width: 96%;
	padding: 0 2%;
}

.wrapper > div {
	width: 96%;
	margin: 0 2%;
}

.wrapper > #KeyVisual {
	width: 100%;
	margin: 0;
}

/*---------------------*/
/*	common
/*---------------------*/

/*---------------------*/
/*	#Header
/*---------------------*/

#Header {
	/*padding-bottom: 10px;*/
}

#Logo h1 {
	float: left;
}

#LogoSide {
	padding: 0px 0 0 50px;
}

#Nav {
	width: 96%;
	margin: 5px 2% 10px;
	padding: 0;
}

#Nav ul.navWrap {
	width: 100%;
	border: none;
}

#Nav li.navLabel {
	width: 20%;
	padding: 0;
	font-size: 100%;

-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
}

#Nav li.navLabel:last-child {
	width: 20%;
	border-right: 1px solid #999;
}

#Nav li:first-child {
	border-left: 1px solid #999;
}

#Nav .navLabel a.navLabelLink {
	font-size: 140%;
	letter-spacing: 1px;
}

#Main {
    float: none;
    width: 100%;
}

#Contact #Main {
    width: 100%;
	float: none;
}

#Index #Side {
	clear: both;
    float: none;
    width: 100%;
	padding: 30px 0 0;
	border-left: none;
	border-right: none;
	border-bottom: none;
}

#Side {
	clear: both;
    float: none;
    width: 100%;
	border-left: none;
	border-right: none;
	border-bottom: none;
}

#Content {
	width: 100%;
	margin: 0;
}

#Footer {
	width: 100%;
	padding: 0;
}

#FootLink {
	float: none;
	margin-bottom: 10px;
}

#FootLink li {
	display: block;
	width: 33.3%;
	float: left;
	margin: 0;
	font-size: 130%;
}

#FootLink li a {
	display: block;
	width: 100%;
	padding: 8px 0 3px;
	border: 1px solid #EEE;
	border-top: none;
	background: #F7F7F7;
	text-align: center;

-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
}

#Copyright {
	clear: both;
	float: none;
	text-align: center;
	padding: 10px;
}



}


/*===============================================================*/
/*
	for sp portrait
*/
/*===============================================================*/

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

/*---------------------*/
/*	body
/*---------------------*/

body {
	min-width: 320px;
}

/*---------------------*/
/*	image
/*---------------------*/

img {
	max-width: 100%;
}

/*---------------------*/
/*	layout box
/*---------------------*/

.wrapper > #Header {
	width: 96%;
	padding: 0 2% 10px;
}

.wrapper > div {
	width: 96%;
	margin: 0 2%;
}

.wrapper > #KeyVisual {
	width: 100%;
	margin: 0;
}


/*---------------------*/
/*	spacer classes
/*---------------------*/

.tb_block {
	display: block;
}

.sp_block {
	display: block;
}

/*---------------------*/
/*	common
/*---------------------*/


#Logo h1 {
	line-height: 1.1;
	margin-top: 0;
	padding: 10px 0 0;
}

#Logo #LogoSide {
	padding: 10px 0 0 100px;
	font-size: 100%;
}

#HeaderGadget {
	width: auto;
	padding: 12px 0 0;
}



#Nav {
	width: 96%;
	margin: 0 2% 15px;
	padding: 0;
}

#Nav ul.navWrap {
	border: none;
}

#Nav li.navLabel {
	width: 50%;
	float: left;
	padding: 0;
	margin-top: 10px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;

-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
}

#Nav li.navLabel:last-child {
	width: 50%;
	border-right: 1px solid #999999;
}

#Nav li:nth-child(2n-1) {
	clear: both;
	width: 50%;
}

#Nav li:nth-child(2n) {
	border-left: none;
}

#Nav .navLabel a.navLabelLink {
	font-size: 140%;
}

#Main {
    float: none;
    width: 100%;
}

#Contact #Main {
    width: 100%;
	float: none;
}

#Contact #trust-form textarea {
    width: 100%;
	float: none;
}



#Index #Side {
	clear: both;
    float: none;
    width: 100%;
	padding: 0;
	border-left: none;
	border-right: none;
	border-bottom: none;
}

#Side {
	clear: both;
    float: none;
    width: 100%;
	border-left: none;
	border-right: none;
	border-bottom: none;
}

#Content {
	width: 100%;
	margin: 0;
}

#Footer {
	width: 100%;
	padding: 0;
	margin: 0;
}
#Footre ul li a.font-c{
	color:#fffff;
	
	}
#FootLink {
	float: none;
	margin-bottom: 10px;
}

#FootLink li {
	display: block;
	width: 100%;
	float: none;
	margin: 0;
	font-size: 130%;
}

#FootLink li a {
	display: block;
	width: 100%;
	padding: 8px 2% 3px;
	border-bottom: 1px solid #EEE;
	background: #F7F7F7;
	text-align: left;
	

-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
}

#Copyright {
	clear: both;
	float: none;
	text-align: center;
	padding: 10px;
}

}

/*===============================================================*/
/*
	index
*/
/*===============================================================*/

/*---------------------*/
/*	#MainVisual
/*---------------------*/

#MainVisualWrap {
	padding:85px 0 0 0;

}

#MainVisual {
	border: 1px solid #999;
	width: 996px;
	margin: 10px auto 0;
	position: relative;
	overflow: hidden;
height: 298px\9;
}

.bx-caption {
	display: none;
}

#MainVisual li {
}

#MainVisual li .bg_mv {
	position: relative;
	z-index: 1;
}

#MainVisual li a {
	display: block;
	position: relative;
	width: 100%;
}

#MainVisual li .window {
	opacity: 0;
	position: absolute;
    z-index: 2;
	width: 100%;
	height: 100%;
}

#MainVisual li .window div {
	position: relative;
}

#MainVisual li.type_01 .window img {
	top: 50px;
	left: 50px;
	position: relative;
	z-index: 3;
}

#MainVisual li.type_02 .window img {
	top: 50px;
	right: 50px;
	position: relative;
	z-index: 3;
	float: right;
}

#top-th{
	width:996px;
	margin:0 auto;
}

#top-th ul{
	margin-left:9%;
	position: relative;
	margin-top:-30px;
	z-index: 4;
}

#top-th ul li a{
	/*max-width:340px;*/

/*max-width:100%;/*20150403橋本変更*/
/*	position:relative;
    left:17%;/*20150403橋本追加*/

	float:left;
	white-space:nowrap;
	list-style-type: none;
	border:#CCC 1px solid;
	border-bottom:none;
	}

#top-th ul li a:hover{
	text-align: center;
	opacity:0.9;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	}


/*---------------------*/
/*	content
/*---------------------*/
.top_qurity{
	width:450px;
	height:230px;
	float:left;
	padding:0 23px;
	margin-top:20px;
	}
.top_qurity header{
	border-bottom: 1px dotted #999;
	margin-bottom: 3px;
	font-size: 150%;
	font-weight: bold;
	letter-spacing: 2px;
}

.top_nejikomi{	
	clear:both;
	width:950px;
	margin: 20px auto;
	height:130%;

}
.top_nejikomi header{
	border: 1px dotted #999;
	font-size: 150%;
	font-weight: bold;
	letter-spacing: 2px;
	margin:0 auto;
	text-align:center;
	
}
.top_qurity header .top_nejikomi header p.ca{
	padding-top:20px;
}
.top_section {
	width: 306px;
	float: left;
	padding-bottom: 15px;
}

.top_section header img {
	width: 16px;
	height: 16px;
	padding: 0 0 1px 5px;
	vertical-align: text-top;
}

#Side .top_section {
	float: none;
}

#Side .top_section.top_news {
	padding-bottom: 0;
}


.top_section/*:nth-child(2n-1)*/ {
	padding-right: 26px;
}

#Side .top_section:nth-child(2n-1) {
	padding-right: 0;
}

.top_section header {
	border-bottom: 1px dotted #999;
}

.top_section header h1 {
	float: left;
	margin-bottom: 3px;
	font-size: 150%;
	font-weight: bold;
	letter-spacing: 2px;
}
.top_section header h1 a{
	float: left;
	margin-bottom: 3px;
	font-size: 100%;
	font-weight: bold;
	letter-spacing: 2px;
}
.top_section header p {
	float: right;
	padding-top: 2px;
	font-size: 140%;
}

#Main .top_section .section_cont img {
    margin-bottom: 10px;
}

.top_section .section_cont {
	padding: 20px 0;
}

.top_casestudy ul li img {
	border: 1px solid #999;
}

.top_casestudy dt {
	font-size: 140%;
	padding-bottom: 8px;
	font-weight: bold;
}

.top_sevice dl {
	margin-bottom: 9px;
	padding-top: 10px;
	border-top: 1px dotted #999;
}

.top_sevice dl:first-child {
	padding-top: 0;
	border-top: none;
}

.top_sevice dt img {
	width: 124px;
	height: 53px;
	border: 1px solid #999;
}

.top_sevice dd {
}

.top_report ul {
	list-style: outside disc;
	margin-left: 20px;
	color: #009544;
}

.top_report li {
	line-height: 2.5;
}

.top_report dt {
	padding-top: 15px;
}

.top_report dl dt:first-child {
	padding-top: 0;
}

.top_news dt {
	padding-top: 15px;
}

.top_news dl dt:first-child {
	padding-top: 0;
}

.column_block {
	margin-top: 30px;
}

.column_block:first-child {
	margin-top: 0;
}

.column_date {
	background: #4C4C4C;
	width: 84px;
	float: left;
	text-align: center;
	margin: 4px 15px 0 0;
}

.column_date .date {
	color: #FFF;
	font-size: 290%;
	line-height: 1.1;
	padding-top: 6px;
}

.column_date .month {
	color: #FFF;
	font-size: 100%;
	line-height: 1.1;
	padding-bottom: 3px;
}

.column_date .year {
	background: #F7F7F7;
	border: 1px solid #EEE;
	font-size: 120%;
	padding: 1px 0 0;
}

div.recruit,
div.facebook  {
	padding: 0;
}

.recruit .section_cont {
	border-top: 1px dotted #999;
	text-align: center;
}

.facebook .section_cont {
	text-align: center;
}

.recruit .section_cont img,
.facebook .section_cont img {
	width: 206px;
	height: auto;
}

/*---------------------*/
/*	pc only
/*---------------------*/


@media only screen and (min-width:960px) {

#MainVisual .bx-wrapper .bx-prev {
	left: 0px;
	background: url(../img/controls.png) no-repeat right bottom;
}

#MainVisual .bx-wrapper .bx-prev:hover {
	background-position: right top;
}

#MainVisual .bx-wrapper .bx-next {
	right: 0px;
	background: url(../img/controls.png) no-repeat left bottom;
}

#MainVisual .bx-wrapper .bx-next:hover {
	background-position: left top;
}

#MainVisual {
	height: 298px;

}

.bxslider {
	height: 298px;
	overflow: hidden;
}


.bxslider2 {
	height: 241px;
	overflow: hidden;
}



}

/*---------------------*/
/*	for tb
/*---------------------*/

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

#MainVisual {
	width: 96%;
	margin: 0 2% 20px;
}

#MainVisual li .window div img {
	width: 30%;
}

#MainVisual .bx-wrapper .bx-prev {
	left: 0px;
	background: url(../img/controls.png) no-repeat right bottom;
}

#MainVisual .bx-wrapper .bx-next {
	right: 0px;
	background: url(../img/controls.png) no-repeat left bottom;
}

#MainVisual li.type_01 .window img {
	top: 30px;
	left: 30px;
}

#MainVisual li.type_02 .window img {
	top: 30px;
	right: 30px;
}

.column_block a {
	border: 1px solid #EEE;
	background: #FAFAFA;
	padding: 5px 10px;
}

.top_section,
#Side .top_section {
	float: left;
	width: 50%;
	padding: 0 2%;

-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
}

.top_section:nth-child(2n-1) {
	clear: both;
    padding-right: 2%;
}

#Side .top_section:nth-child(2n-1) {
	clear: both;
	padding-right: 2%;
}


.top_section .section_cont {
}

.section_cont img {
	width: 100%;
}

.top_movie iframe {
	width: 100%;
	max-width: 100%;
}

.top_casestudy .section_cont ul li img {
	width: 100%;
	height: auto;
}

.recruit .section_cont {
	border-bottom: none;
	margin-top: 28px;
}

.facebook {
	float: left;
	padding: 30px 0;

-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
}

.top_report ul {
	list-style: none;
	margin: 0;
}

.top_report ul li {
	margin-bottom: 5px;
}

.top_casestudy dl {
    padding: 0 10px 10px;
}


.top_report .section_cont a,
.top_news .section_cont a {
	display: block;
	border: 1px solid #EEE;
	background: #FAFAFA;
	padding: 5px 10px;
}

.top_casestudy .section_cont li a {
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #EEEEEE;
    display: block;
}

#FootLink a:link,
.section_cont a:link {
	color: #FFFFFF !important;
	text-decoration: none;
}

#FootLink a:visited,
.section_cont a:visited {
	color: #4C4C4C;
	text-decoration: none;
}

#FootLink a:active,
#FootLink a:hover,
.section_cont a:active,
.section_cont a:hover {
	color: #4C4C4C;
	text-decoration: underline;
	border-color: #CCC;
}


}


/*---------------------*/
/*	for sp landscape
/*---------------------*/

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

#MainVisual {
	width: 96%;
	margin: 10px 2% 0;
}

.top_section,
#Side .top_section {
	float: left;
	width: 50%;
	padding: 0 2%;

-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
}

.top_section:nth-child(2n-1) {
	clear: both;
    padding-right: 2%;
}

#Side .top_section:nth-child(2n-1) {
	clear: both;
	padding-right: 2%;
}


.top_section .section_cont {
	padding: 20px 0 30px;
}

.section_cont img {
	width: 100%;
}

.top_movie iframe {
	width: 100%;
	max-width: 100%;
}

.top_casestudy .section_cont ul li img {
	width: 100%;
	height: auto;

-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
}

.recruit .section_cont {
	border-bottom: none;
	margin-top: 28px;
}

.facebook {
	padding: 30px 0;

-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
}

}

/*---------------------*/
/*	for sp portrait
/*---------------------*/

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

#MainVisual {
	width: 96%;
	margin: 10px 2% 0;
}


.top_section,
#Side .top_section {
	float: none;
	width: auto;
	padding: 0 2%;

-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
}

.top_section:nth-child(2n-1) {
	clear: both;
    padding-right: 2%;
}

#Side .top_section:nth-child(2n-1) {
	clear: both;
	padding-right: 2%;
}


.top_section .section_cont {
}

.section_cont img {
	width: 100%;
}

.top_movie iframe {
    max-width: 100%;
    width: 100%;
}

.top_casestudy .section_cont ul li img {
	float: left;
	width: 48%;
	height: auto;
}

#Main .top_section .section_cont img {
    padding: 0;
}

.top_casestudy .section_cont ul a:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow:hidden;
	font-size:0.1em;
	line-height:0;
}
.top_casestudy .section_cont ul a {display: inline-block;}


.top_casestudy .section_cont ul a {
	display: block;
	padding: 10px 2%;
}

#Main .top_casestudy .bx-wrapper .bx-controls-direction a {
    top: 50%;
}

.top_casestudy .section_cont dl {
	float: right;
	width: 46%;
	padding: 0 2% 0 0;
}

.top_casestudy .section_cont dt {
	font-size: 120%;
}

.recruit .section_cont {
	border-bottom: none;
}

.facebook {
	float: none;
	padding: 30px 0;

-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
}


.bg_mv_concept {
	left: 100px;
}

.bg_mv_product {
	left: 150px;
}


}

/*---------------------*/
/*	for sp common
/*---------------------*/

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

#MainVisual {
	width: auto;
	height: auto;
	margin-bottom: 20px;
}

#MainVisual li {
	width: 100%;
	overflow: hidden;
}

#MainVisual li a {
	display: block;
	width: 678px;
	margin-left: -339px;
	position: relative;
	left: 50%;
	text-align: center;
}

#MainVisual li .window {
	display: none;
}

#MainVisual li img {
	max-width: none;
	width: 678px;
}

#MainVisual .bx-wrapper .bx-controls-direction a {
	margin-top: -10px;
	width: 19px;
	height: 19px;
}

#MainVisual .bx-wrapper .bx-prev,
.top_casestudy .bx-wrapper .bx-prev {
	background-image: url(../img/controls_s.png);
}

#MainVisual .bx-wrapper .bx-next,
.top_casestudy .bx-wrapper .bx-next {
	background-image: url(../img/controls_s.png);
}

.bx-caption {
	display: block;
}

.column_block {
	margin-top: 20px;
}

.column_block a {
	border: 1px solid #EEE;
	background: #FAFAFA;
	padding: 5px 10px;
}

.section_cont li > a {
	display: block;
	border: 1px solid #EEE;
	background: #FAFAFA;
}

.section_cont .sub_nav li > a {
	display: block;
	border: none;
	background: #FAFAFA;
}

.top_casestudy dl {
	padding: 0 10px 10px;
}

.top_report ul {
	list-style: none;
	margin: 0;
}

.top_report ul li {
	margin-bottom: 5px;
}

.top_report .section_cont a,
.top_news .section_cont a {
	display: block;
	border: 1px solid #EEE;
	background: #FAFAFA;
	padding: 5px 10px;
}

#FootLink a:link,
.section_cont a:link {
	color: #4C4C4C;
	text-decoration: none;
}

#FootLink a:visited,
.section_cont a:visited {
	color: #4C4C4C;
	text-decoration: none;
}

#FootLink a:active,
#FootLink a:hover,
.section_cont a:active,
.section_cont a:hover {
	color: #4C4C4C;
	text-decoration: underline;
	border-color: #CCC;
}

}


/*===============================================================*/
/*
	other pages and oopcss
*/
/*===============================================================*/


/*---------------------*/
/*	#
/*---------------------*/

.typo_en {
    font-size: 180%;
    font-weight: bold;
    letter-spacing: 2px;
}



/*---------------------*/
/*	content
/*---------------------*/

.bold {
	font-weight: bold;
}

.blue {
	color: #009544;
}

.red {
	color: #DE1D16;
}

.gray {
	color: #999;
}

.font_s {
	font-size: 85.7%;
}

.section .align_l {
	text-align: left;
}

.section .align_r {
	text-align: right;
}

.section .align_c {
	text-align: center;
}

.align_l {
	text-align: left;
}

.align_r {
	text-align: right;
}

.align_c {
	text-align: center;
}

.w_50 {
	width: 50%;
}

.w_75 {
	width: 75%;
}

.section {
}

a.pdf {
	padding: 1px 23px 1px 0;
	background: url(../img/ico_pdf_2x.png) no-repeat right 0px;
	background-size: 16px 16px;
}

.ie a.pdf {
	padding: 1px 23px 2px 0;
	background: url(../img/ico_pdf.png) no-repeat right 0px;
}

.section p,
.section li,
.section dd,
.section dt,
.section td,
.section th,
.section figcaption {
	font-size: 140%;
}

.section p.font_l {
	font-size: 160%;
}

.section p.intro {
	padding-bottom: 20px;
}

.section p {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 1em;
}

.mb_0 {
	margin-bottom: 0 !important;
}

.section .mb_2l {
	margin-bottom: 2em;
}

.section .mb_20 {
	margin-bottom: 20px;
}

.section .pt_20 {
	padding-top: 20px;
}

.section .pt_15 {
	padding-top: 15px;
}

.section h1,
.section h2,
.section h3,
.section h4,
.section h5,
.section h6 {
	padding-left: 15px;
	padding-right: 15px;
}

.mb_1l {
	margin-bottom: 1.4em;
}

.section header {
	padding: 8px 14px;
	border: 1px solid #CCC;
	background: #FAFAFA;
	margin-bottom: 19px;
}

.section header h1 {
	font-size: 260%;
	color: #009544;
	padding-left: 0;
}

.section .ttl_2nd {
	margin: 10px 0 20px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #999;
	font-size: 210%;
}

.section .ttl_2nd sub {
	letter-spacing: 0;
	font-size: 75%;
	vertical-align: text-bottom;
}

.section .ttl_3rd {
	margin: 30px 0 20px;
	font-size: 180%;
	font-weight: bold;
}

.section .ttl_4th {
	margin: 10px 0;
	font-size: 160%;
	font-weight: bold;
}

.section .ttl_5th {
	padding-left: 0;
	padding-right: 0;
	font-size: 120%;
	margin: 5px 0;
	font-weight: bold;
}

.section_block {
	padding-bottom: 20px;
}

.section .line_btm {
	margin-bottom: 19px;
	border-bottom: 1px dotted #CCC;
	padding-bottom: 20px;
}

.section_wrap {
	padding-right: 15px;
	padding-left: 15px;
}

.section_wrap .fl_l {
	float: left;
}

.section_wrap .fl_r {
	width: 338px;
	float: right;
}

.section_wrap img.fl_l {
	padding-right: 20px;
}

.list_disc {
	list-style: outside disc;
	margin-left: 2em;
}

.list_disc li {
	margin-bottom: 0.5em;
}

.list_arrow {
}

.list_arrow li {
	padding-left: 2em;
	background: url(../img/ico_arrow.png) no-repeat 16px 6px;
	margin-bottom: 0.5em;
}

.list_num {
	list-style: outside decimal;
	margin-left: 2em;
}

.list_num li {
	margin-bottom: 0.5em;
}

.box_link {
	display: block;
}

a.box_link:link,
a.box_link:visited {
	color: #4C4C4C;
}

a.box_link:hover,
a.box_link:active {
	color: #4C4C4C;
	text-decoration: none;
}

.button {
	text-align: center;
}

.button a {
	display: inline-block;
	padding: 10px 30px 8px;
	background: #009544;
	border: 1px solid #005FC6;

	font-weight: bold;
	border-radius: 4px;
}

.button a:link,
.button a:visited {
	color: #FFF;
}

.button a:hover,
.button a:active {
	background: #1a77be;
	color: #FFF;
	text-decoration: none;
}

.toggle a {
	display: inline-block;

    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #CCC;
    border-radius: 4px 4px 4px 4px;
    font-weight: bold;
    padding: 3px 15px 1px;
}

.toggle a:hover {
	color: #4C4C4C;
    border: 1px solid #AAA;
    background: none repeat scroll 0 0 #EEE;
	text-decoration: none;
}

.toggle a {
	color: #666;
}

.toggle a:after {
	content: "+";
	font-size: 11px;
	color: #666;
	vertical-align: top;
	border: 1px solid #AAA;
	padding: 0 3px;
	margin-left: 5px;
}

.toggle a.open:after {
	content: "-";
}

.toggle_cont {
	display: none;
}

.tag a {
	display: block;
	float: left;

    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #CCC;
    border-radius: 4px 4px 4px 4px;
    font-weight: bold;
    padding: 3px 5px 1px;
	margin: 5px;
}

.tag a:link,
.tag a:visited {
	color: #666;
}

.tag a:hover,
.tag a:active {
	background: #FFF;
	color: #333;
	text-decoration: none;
}



.ttl_link a {
	display: block;
	float: right;
	font-size: 66.7%;

    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #CCC;
    border-radius: 4px 4px 4px 4px;
    display: inline-block;
    font-weight: bold;
    padding: 3px 15px 1px;
}

.ttl_link a:hover {
	color: #4C4C4C;
    border: 1px solid #AAA;
    background: none repeat scroll 0 0 #EEE;
	text-decoration: none;
}

.ttl_link a {
	color: #666;
}

.section_table dl {
	border-bottom: 2px solid #EEE;
	background: #FAFAFA;
}

.section_table dl:first-child {
	border-top: 2px solid #EEE;
}

.section_table dt {
	float: left;
	width: 120px;
	padding: 15px;
	font-weight: bold;
}

.section_table dd {
	float: left;
	width: 545px;
	padding: 15px;
	border-left: 1px dotted #EEE;
	background: #FFF;
}

.section_table.research_table dt {
	width: 210px;
	text-align: center;
}

.section_table.research_table dd {
	width: 212px;
	text-align: center;
}


.section_table_en dt {
	width: 160px;
}

.section_table_en dd {
	width: 505px;
}

.company_img {
	float: left;
}

.section_table_map {
	float: right;
	width: 380px;
}

.section_table_map dt,
.section_table_map dd {
	float: none;
	width: auto;
}

.related_banner {
	padding: 0 15px 0;
}

.related_banner dl {
	display: table;
	border: 1px solid #EEE;
	background: #FAFAFA;
	width: 100%;


-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
}

.related_banner dt {
	display: table-cell;
	width: 200px;
	padding: 15px;
	border-right: 1px dotted #EEE;
	background: #FFF;

	text-align: center;
}

.related_banner dt img {
	border: 1px solid #999;
}

.related_banner dt img.calendar {
	border: none;
}

.related_banner dd {
	display: table-cell;
	width: auto;
	padding: 15px;
	font-size: 120%;
	vertical-align: middle;
}

.ie6 .related_banner dt,
.ie7 .related_banner dt {
	display: block;
	float: left;
}

.ie6 .related_banner dd,
.ie7 .related_banner dd {
	display: block;
	width: 433px;
	float: left;
	vertical-align: bottom;
}

.section .related_banner h4 {
	padding-left: 0;
	padding-right: 0;
}

.section .related_banner p {
	padding-left: 0;
	padding-right: 0;
}

.section .related_banner .section_table {
	font-size: 83.3%;
}

.section .related_banner .section_table dl {
	border-left: none;
	border-right: none;
	border-top: none;
}

.section .related_banner .section_table dl:first-child {
	border-top: 1px solid #EEE;
}

.section .related_banner .section_table dt {
	width: 80px;
	padding: 14px 15px 6px;
	border-right: none;
	background: none;
}

.section .related_banner .section_table dd {
    background: none repeat scroll 0 0 #FFFFFF;
	width: 291px;
}

.box_smarket_info .fl_l {
	float: left;
}

.box_smarket_info .fl_r {
	float: right;
}

.calendar_intro {
}

.calendar_img {
	float: left;
	width: 50%;
}

.calendar_lead {
	float: right;
	width: 50%;
}

#ContactBox {
	border: 1px solid #CCC;
	border-bottom: none;
	margin-bottom: 20px;
}

#ContactBox h1 span {
	display: block;
	padding: 10px 14px 8px;
	border-bottom: 1px solid #CCC;
	font-weight: bold;
}

#ContactBox p {
	padding: 10px 14px 9px;
	border-bottom: 1px solid #CCC;
}

#ContactBox dt {
	padding: 5px 14px 4px;
	border-bottom: 1px dotted #CCC;
	font-weight: bold;
	background: #FAFAFA;
}

#ContactBox dd {
	padding: 10px 14px 9px;
	border-bottom: 1px solid #CCC;
}

#ContactBox .button {
	margin: 10px 14px 9px;
}

.typo_tel {
	display: block;
	text-align: center;
	font-size: 200%;
	font-weight: bold;
}

#Works {
}

#SideNav {
	border: 1px solid #CCC;
	margin-bottom: 20px;
}

#SideNav h1 span {
	display: block;
	padding: 14px 14px 15px;
	font-weight: bold;
}

#SideNav h1 a {
	display: block;
	padding: 14px 14px 15px;
	color: #4C4C4C !important;
}

#SideNav dt {
	padding: 5px 14px 4px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	font-weight: bold;
	background: #FAFAFA;
}

#SideNav ul {
	border-top: 1px solid #CCC;
}

#SideNav li,
#SideNav dd {
	font-size: 150%;
	border-bottom: 1px dotted #CCC;
}

#SideNav li a,
#SideNav dd a {
	display: block;
	padding: 8px 14px 6px 24px;
	background: url(../img/ico_arrow.png) no-repeat 12px 16px;
}

#SideNav li a.active,
#SideNav dd a.active {
	color: #009544 !important;
	background: url(../img/ico_arrow.png) no-repeat 12px 16px #E5F1FB;
}

#SideNav li a:link, #SideNav dd a:link,
#SideNav li a:visited, #SideNav dd a:visited {
	color: #4C4C4C;
}

#SideNav li a:hover, #SideNav dd a:hover,
#SideNav li a:active, #SideNav dd a:active {
	color: #009544;
	background: url(../img/ico_arrow.png) no-repeat 12px 16px #E5F1FB;
	text-decoration: none;
}

#SideNav dd:last-child {
	border-bottom: none;
}

#SideNav li:last-child {
	border-bottom: none;
}

#SideNav .SideNavParent {
	border-bottom: 1px solid #CCC;
}

#SideNav .SideNavChild li {
	font-size: 85.7%;
}

#SideNav .SideNavChild li a {
	padding: 5px 14px 3px 34px;
	background: url(../img/ico_arrow.png) no-repeat 22px 11px #FAFAFA;
}

#SideNav .SideNavChild li a:hover,
#SideNav .SideNavChild li a:active {
	background: url(../img/ico_arrow.png) no-repeat 22px 11px #E5F1FB;
}

#SideNav .SideNavChild li a.active {
	background: url(../img/ico_arrow.png) no-repeat 22px 11px #E5F1FB !important;
}

.side_content {
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
}

.side_content h1 {
    font-size: 150%;
    letter-spacing: 2px;
	border-bottom: 1px solid #CCC;
}

.side_content h1 span {
	display: block;
    font-weight: bold;
    padding: 10px 14px 9px;
}

.side_content .column_block {
	padding: 15px 14px 14px;
	border-bottom: 1px dotted #CCC;
	margin: 0;
}

.side_content .column_block:nth-child(even) {
	background: #FCFCFC;
}

.side_content .column_date {
	width: auto;
	margin: 0 0 5px;
}

.side_content .column_date .month,
.side_content .column_date .date,
.side_content .column_date .year {
	float: left;
	display: block;
	font-size: 140%;
	padding: 1px 5px 0;
	line-height: 1.69;
}

.side_content .column_date .month {
	padding: 2px 0 1px 5px;
}

.side_content .column_date .date {
	padding: 2px 5px 1px 5px;
}


.side_content .column_name {
	font-size: 120%;
	clear: both;
}

.side_content .column_name p {
	font-size: 100%;
}

.profnamem {
	font-size: 120%;
	color: #009544;
	font-weight: bold;
}

.profnamef {
	font-size: 120%;
	color: #EE66AE;
	font-weight: bold;
}

.side_content .sub_nav {
    padding: 0;
}

.side_content .sub_nav li {
	font-size: 140%;
	border-bottom: 1px dotted #CCC;
}

.side_content .sub_nav li:last-child {
	border-bottom: none;
}

.side_content .sub_nav li a {
	display: block;
	padding: 5px 14px 4px 24px;
	color: #4C4C4C;
	background:url(../img/ico_arrow.png) no-repeat scroll 12px 12px;
}

.side_content .sub_nav li a.active {
	color: #009544;
	background:url(../img/ico_arrow.png) no-repeat scroll 12px 12px #E5F1FB;
}

.side_content .sub_nav li a:hover,
.side_content .sub_nav li a:active {
	color: #009544;
	background:url(../img/ico_arrow.png) no-repeat scroll 12px 12px #E5F1FB;
	text-decoration: none;
}

.side_list {
	font-size: 140%;
	text-align: right;
    padding: 5px 14px 4px;
}

.side_list img {
    height: 16px;
    padding: 0 0 1px 5px;
    vertical-align: text-top;
    width: 16px;
}


/*---------------------*/
/*	works
/*---------------------*/

.works_list dt {
	font-size: 160%;
	margin-bottom: 14px;
}

.works_list {
	width: 66%;
	float: right;
}

.case_interviewer {
	margin-bottom: 20px;
}

.case_interviewer .ttl_2nd {
	padding-top: 20px;
	padding-bottom: 15px;
}

.case_img_fl_r {
	float: right;
	padding: 0 15px 15px;
}

.section p.case_narration {
	margin-left: 15px;
	padding-left: 10px;
	border-left: 4px solid #009544;
	font-weight: bold;
}

/*---------------------*/
/*	Company
/*---------------------*/

.company_map small {
	font-size: 120%;
}

p.txt_philosophy {
	text-align: center;
	font-size: 200%;
}

#Side .widget ul {
	padding: 14px 14px 15px;
}

#Side .widget ul.children {
	padding: 0 14px 2px 24px;
}

#Side .widget ul li li {
	font-size: 100%;
}

#Side .widget form {
	padding: 14px 0 15px 14px;
}

/*---------------------*/
/*	csr
/*---------------------*/

.csr_img_01 li {
	float: right;
	margin-right: 20px;
}

.csr_img_01 li:first-child {
	float: left;
	margin-right: 20px;
}

.csr_img_02 {
	float: right;
	margin-left: 20px;
}

.csr_img_02 li {
	float: right;
	margin-right: 15px;
}

.csr_img_02 li:first-child {
	float: left;
}

/*---------------------*/
/*	sitemap
/*---------------------*/

#Sitemap .section_body a:link {
	color: #4C4C4C;
	text-decoration: underline;
}

#Sitemap .section_body a:visited {
	color: #888;
}

#Sitemap .section_body a:active,
#Sitemap .section_body a:hover {
	color: #009544;
	text-decoration: none;
}

#Sitemap .section_body h2 {
	font-size: 200%;
	margin: 0 0 5px;
}

#Sitemap .section_body h3 {
	font-size: 180%;
	margin: 15px 0 5px;
	padding-top: 15px;
	border-top: 1px dotted #CCC;
}

#Sitemap .section_body h4 {
	font-size: 160%;
	margin: 10px 0 5px;
}

#Sitemap .section_body ul {
	margin: 0 0 10px 15px;
}

#Sitemap .section_body a {
	padding: 0 0 0 15px;
	background: url(../img/ico_arrow.png) no-repeat left center;
}

.sitemap_list {
	margin-right: 15px !important;
}

/*---------------------*/
/*	smarket
/*---------------------*/

.smarket_img .fl_l {
	float: left;
	padding: 0 10px;

-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
}

.smarket_img .fl_r {
	padding: 0 10px;
	float: right;

-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
}

.ie .smarket_img .fl_l {
	width: 326px;
}

.ie .smarket_img .fl_r {
	width: 326px;
}

/*---------------------*/
/*	smarket
/*---------------------*/


.section .calendar_replacement header {
	border: 1px solid #EEE;
	margin-bottom: 0;
}

.calendar_replacement .section_wrap {
	border: 1px solid #EEE;
	border-top: none;
	padding-top: 20px;
	padding-bottom: 20px;
}

.section .calendar_replacement footer {
	background: #EEE;
	padding: 5px 0;
}

.section .calendar_replacement footer p {
	margin-bottom: 0;
}

.section .calendar_qa .toggle_cont p {
	padding-left: 30px;
}

.section_table .two_lines {
	padding: 30px 15px;
}

#Service .section_wrap img {
	max-width: 698px;
	height: auto;
}

.calendar_warning {
	padding: 10px;
	text-align: center;
	border: 1px solid #DE1D16;
}


/*---------------------*/
/*	concept
/*---------------------*/

#Concept #Main {
	width: auto;
	float: none;
}

.img_concept {
}

#Concept iframe {
	border: 1px solid #999;
}

/*---------------------*/
/*	pc only
/*---------------------*/


@media only screen and (min-width:960px) {

.case_thumb {
	float: left;
	margin-right: 15px;
}

.section_wrap img {
	max-width: 698px;
	height: auto;
}


.section_table {
}

#ContactBox .contact_body {
	display: block !important;
}

#Recruit .ico_update {
	float: right;
	margin-left: 15px;
}

}

/*---------------------*/
/*	for tb
/*---------------------*/

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

.box_link {
	padding: 4px;
	border: 1px solid #EEE;
	background: #FAFAFA;
}

.works_list {
	width: 60%;
}

.case_thumb {
	width: 36%;
	float: left;
}

.section_table dl {
	display: table;
	border-bottom: 2px solid #EEE;
	background: #FAFAFA;
	width: 100%;
}

.section_table dl:first-child {
	border-top: 2px solid #EEE;
}

.section_table dt {
	display: table-cell;
	padding: 15px;
	font-weight: bold;
}

.company_img {
	float: left;
}

.section_table_map {
	float: right;
	width: 415px;
}

.section_table dd {
	display: table-cell;
	padding: 15px;
	border-left: 1px dotted #EEE;
	background: #FFF;
}

.section_table dt {
	width: 25%;

-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
}

.section_table dd {
	width: 75%;

-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
}

.section_table_en dt {
	width: 30%;

-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
}

.section_table_en dd {
	width: 70%;

-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
}

.section_table.research_table dt {
	width: 33%;
	text-align: center;
}

.section_table.research_table dd {
	width: 33%;
	text-align: center;
}

.company_map iframe {
	width: 100%;
}

.related_banner dl {
	display: table;
}

.related_banner dt {
	float: none;
	width: 40%;
	display: table-cell;

-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
}

.related_banner dd {
	float: none;
	width: 60%;
	display: table-cell;

-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
}

#SideNav .SideNavChild li a {
    padding: 8px 14px 6px 34px;
	background: url(../img/ico_arrow.png) no-repeat 22px 15px #FAFAFA;
}

#SideNav .SideNavChild li a:hover,
#SideNav .SideNavChild li a:active {
	background: url(../img/ico_arrow.png) no-repeat 22px 15px #E5F1FB;
}

#SideNav .SideNavChild li a.active {
	background: url(../img/ico_arrow.png) no-repeat 22px 15px #E5F1FB !important;
}

#SideNav .SideNavChild .child_one_third {
	float: left;
	width: 50%;
	border-right: 1px dotted #CCC;

-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
}

#SideNav .SideNavChild .child_one_third:nth-child(2n) {
	border-right: none;
}

#SideNav .SideNavChild .child_one_third:nth-child(2n-1) {
	clear: both;
}

#SideNav .SideNavChild .child_half {
	float: left;
	width: 50%;
	border-right: 1px dotted #CCC;

-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
}

#SideNav .SideNavChild .child_half:nth-child(2n) {
	border-right: none;
}

#SideNav .SideNavChild .child_half:nth-child(2n-1) {
	clear: both;
}

#Company #SideNav .SideNavChild .child_half {
	border-bottom: none;
}

#ContactBox .contact_body {
	display: block !important;
}

#ContactBox dl {
	display: table;
	width: 100%;
	border-bottom: 1px solid #CCC;

-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
}

#ContactBox dt,
#ContactBox dd {
	display: table-cell;
	border-right: 1px dotted #CCC;
	border-bottom: none;
	width: 50%;
	vertical-align: middle;

-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
}

.section .related_banner .section_table dt {
	width: 33%;
}

.section .related_banner .section_table dd {
	width: 67%;
}

.box_smarket_info {
	padding: 0 10px;
}

.btn_cal_apply .fl_l,
.btn_cal_apply .fl_r {
	float: none;
	width: auto;
}


/*---------------------*/
/*	csr
/*---------------------*/

.csr_img_01 li {
	width: 50%;
	margin-right: 0;
	text-align: center;

-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
}

.csr_img_01 li img {
}

.csr_img_01 li:first-child {
	margin-right: 0;
}

.csr_img_02 {
	float: right;
	margin-left: 20px;
}

.csr_img_02 li {
	float: right;
	margin-right: 15px;
}

.csr_img_02 li:first-child {
	float: left;
}

.section_table .two_lines {
	padding: 30px 15px;
}

/*---------------------*/
/*	recruit
/*---------------------*/

#KeyVisual {
	margin: 0 auto 30px;
	width: 96%;
	text-align: center;
}

#Recruit .ico_update {
	float: right;
	margin-left: 15px;
}

/*---------------------*/
/*	concept
/*---------------------*/

.img_concept {
	width: 96%;
	margin: 0 2%;

-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
}

#Concept iframe {
	width: 96%;
	margin: 0 2%;

-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
}




}

/*---------------------*/
/*	for sp common
/*---------------------*/

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

.box_link {
	padding: 4px;
	border: 1px solid #EEE;
	background: #FAFAFA;
}

.section_table dl {
	display: block;
	border-bottom: 1px solid #EEE;
	background: #FAFAFA;
	width: 100%;
}

.section_table dl:first-child {
	border-top: 2px solid #EEE;
}

.section_table dt {
	width: 100%;
	display: block;
	padding: 10px;
	font-weight: bold;

-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
}

.section_table dd {
	width: 100%;
	display: block;
	padding: 10px;
	border-left: 1px dotted #EEE;
	background: #FFF;

-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
}

.section_table.research_table dl {
	display: table;
}

.section_table.research_table dt {
	display: table-cell;
	width: 34%;
	text-align: center;
}

.section_table.research_table dd {
	display: table-cell;
	width: 33%;
	text-align: center;
}

.company_img {
	float: none;
	margin-bottom: 20px;
}

.section_table_map {
	float: none;
	width: auto;
}

.ttl_link a.print {
	display: none;
}

.section .related_banner .section_table dt {
	border-left: 1px solid #EEE;
	border-right: 1px solid #EEE;
	width: auto;
}

.section .related_banner .section_table dd {
	border-left: 1px solid #EEE;
	border-right: 1px solid #EEE;
	width: auto;
}

.section .related_banner .section_table dt {
	width: auto;
}

.section .related_banner .section_table dd {
	width: auto;
}

.company_map iframe {
	width: 100%;
}

p.txt_philosophy {
	text-align: center;
	font-size: 180%;
}

.case_img_fl_r {
	max-width: 50%;
	float: right;
	padding: 0 15px 15px;
}

.related_banner dt,
.related_banner dd {
	display: block;
	float: none;
	width: auto;
}

.section_table .two_lines {
	padding: 15px;
}


/*---------------------*/
/*	calendar
/*---------------------*/

.calendar_intro {
}

.calendar_img {
	float: none;
	width: 80%;
	display: block;
	margin: 0 auto 15px;
}

.calendar_lead {
	float: none;
	width: 100%;
}

.btn_cal_apply .fl_l,
.btn_cal_apply .fl_r {
	float: none;
	width: auto;
}


/*---------------------*/
/*	Side
/*---------------------*/

#ContactBox {
	margin: 0 15px 20px;
}

#ContactBox h1 span {
	cursor: pointer;
}

#ContactBox h1 span:hover {
	background: #FCFCFC;
}

#ContactBox h1 span:after {
	content: "+";
	padding: 1px 3px 1px 5px;
	margin: 0 0 0 15px;
	background: #FAFAFA;
	border: 1px solid #DDD;
	color: #666;
	font-size: 15px;
	vertical-align: top;
	cursor: pointer;
}

#ContactBox .contact_body {
	display: none;
	width: 100%;
}

#ContactBox dt,
#ContactBox dd {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
}

/*---------------------*/
/*	concept
/*---------------------*/

.img_concept {
	width: 96%;
	margin: 0 2%;

-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
}

#Concept iframe {
	width: 96%;
	margin: 0 2%;

-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
}


}

/*---------------------*/
/*	for sp landscape
/*---------------------*/

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

.case_thumb {
	margin-right: 15px;
}

.works_list {
	width: 55%;
}

.case_thumb {
	width: 40%;
	float: left;
}


.case_interviewer {
	margin-bottom: 0;
}

.case_interviewer img.fl_l {
	width: auto;
	float: none;
	padding: 0;
}

.case_interviewer .ttl_2nd {
	padding-top: 15px;
	padding-bottom: 15px;
}

#SideNav .SideNavChild li a {
    padding: 8px 14px 6px 34px;
	background: url(../img/ico_arrow.png) no-repeat 22px 15px #FAFAFA;
}

#SideNav .SideNavChild li a:hover,
#SideNav .SideNavChild li a:active {
	background: url(../img/ico_arrow.png) no-repeat 22px 15px #E5F1FB;
}

#SideNav .SideNavChild li a.active {
	background: url(../img/ico_arrow.png) no-repeat 22px 15px #E5F1FB !important;
}


#SideNav .SideNavChild .child_one_third {
	float: left;
	width: 50%;
	border-right: 1px dotted #CCC;

-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
}

#SideNav .SideNavChild .child_one_third:nth-child(2n) {
	border-right: none;
}

#SideNav .SideNavChild .child_one_third:nth-child(2n-1) {
	clear: both;
}

#SideNav .SideNavChild .child_half {
	float: left;
	width: 50%;
	border-right: 1px dotted #CCC;

-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
}

#SideNav .SideNavChild .child_half:nth-child(2n) {
	border-right: none;
}

#SideNav .SideNavChild .child_half:nth-child(2n-1) {
	clear: both;
}

#Company #SideNav .SideNavChild .child_half {
	border-bottom: none;
}

.box_smarket_info .fl_l {
	width: 42%;
}

.box_smarket_info .fl_r {
	width: 58%;
}

.box_smarket_info .fl_l:last-child {
	width: 58%;
}

/*---------------------*/
/*	csr
/*---------------------*/

.csr_img_01 li {
	width: 50%;
	margin-right: 0;
	text-align: center;
	padding: 10px;

-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
}

.csr_img_01 li img {
}

.csr_img_01 li:first-child {
	margin-right: 0;
}

.csr_img_02 {
	float: right;
	margin-left: 20px;
}

.csr_img_02 li {
	float: right;
	margin-right: 15px;
}

.csr_img_02 li:first-child {
	float: left;
}

/*---------------------*/
/*	recruit
/*---------------------*/


#Recruit .ico_update {
	float: right;
	margin-left: 15px;
}


}

/*---------------------*/
/*	for sp portrait
/*---------------------*/

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

.case_thumb {
	width: 100%;
	margin-bottom: 10px;
}

.works_list {
	width: auto;
}

.case_interviewer {
	margin-bottom: 0;
}

.case_interviewer img.fl_l {
	width: auto;
	float: none;
	padding: 0;
}

.case_interviewer .ttl_2nd {
	padding-top: 15px;
	padding-bottom: 15px;
}

#SideNav .SideNavChild li a {
    padding: 8px 14px 6px 34px;
	background: url(../img/ico_arrow.png) no-repeat 22px 15px #FAFAFA;
}

#SideNav .SideNavChild li a:hover,
#SideNav .SideNavChild li a:active {
	background: url(../img/ico_arrow.png) no-repeat 22px 15px #E5F1FB;
}

#SideNav .SideNavChild li a.active {
	background: url(../img/ico_arrow.png) no-repeat 22px 15px #E5F1FB !important;
}

.box_smarket_info .fl_l {
	float: none;
	text-align: center;
}

.box_smarket_info .fl_l img {
	width: 72.4%;
}

.box_smarket_info .fl_r {
	width: auto;
	float: none;
	text-align: center;
}

.box_smarket_info .fl_l:last-child img {
	width: 100%;
}

/*---------------------*/
/*	csr
/*---------------------*/

.csr_img_01 li {
	float: none;
	width: auto;
	margin: 0 15px 0;
	text-align: center;

-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
}

.csr_img_01 li img {
	width: auto;
}

.csr_img_01 li:first-child {
	float: none;
	margin: 0 15px 20px;
}

.csr_img_02 {
	float: none;
	width: 80%;
	margin: 0 auto 20px;
}

.csr_img_02 li {
	margin-right: 0;
}

.csr_img_02 li:first-child {
	margin-right: 15px;
}

/*---------------------*/
/*	recruit
/*---------------------*/

#Recruit .ico_update {
	position: relative;
	margin: -60px 0 10px 15px;
	float: right;
	width: 47px;
	height: 47px;
}



.calendar_yoyaku {
	display:inline-block;
	background-color:#f5dddd;
	padding: 10px 40px;
	font-size:20px;
	font-weight:bold;
	color: #ee4444;
	border: 3px #ee4444 solid;
	border-radius: 10px;
	margin-bottom: 20px;
}

.calendar_yoyaku_title {
	color: #ee4444;
}

#Service .section_wrap img.whatsnew01 {
	height: 17px;
	margin-left: 6px;
	margin-top: 3px;
}
}
/*---------------------*/
/*	お問い合わせ
/*---------------------*/

#main_content { 
  width:900px;
  margin:30px auto 10px; 

}
.tbl001 {
  width:100%;
  margin:0px;
  border-collapse:collapse;
  border-spacing:0;
  border:none;
  font-size:100%;
}
.tbl001 th {
  width:60px;
  padding:5px;
  text-align:left;
  background: #fff;
  border:none;
  white-space:nowrap;

}

.tbl001 td {
  padding:10px 10px;
  border:none;
  text-align:left;
}

.required02 {
  color: #fff;
  background: #ff0000;
  padding: 0px 4px;
  font-size: 90%;

  
}

h1.tx-b{
	font-size:150%;
	padding:5px 10px;
	
	}
p.ca{
	margin-top:10px;
	font-size:150%;
		
		}
p.ca-l{
	width:998px;
	margin-top:10px;
	font-size:150%;
	margin:20px auto;
	text-align:center;		}
	
p.ca-r{
	width:998px;
	margin:-10px auto 30px;
	font-size:120%;
	text-align:center;
		}


/*---------------------*/
/*	会社概要
/*---------------------*/		
		
table.hyou{
margin:40px auto;
border:1px solid #ccc;
border-collapse: collapse;
border-spacing: 0;
}
.hyou th {
	background-color: #F0F0F0;
	padding: 10px;
	border: 1px solid #CCCCCC;
	text-align: left;
	font-weight: normal;
}
.hyou .th1 {
	width: 200px;
}
.hyou td {
	width: 600px;
	vertical-align: middle;
	border: 1px solid #CCCCCC;
	padding: 10px;
}



table.hyou2{
margin:0 20px 30px;
border:1px solid #ccc;
border-collapse: collapse;
border-spacing: 0;
}
.hyou2 th {
	background-color: #F0F0F0;
	padding: 10px;
	border: 1px solid #CCCCCC;
	text-align: center;
	font-weight: normal;
}
.hyou2 td {
	vertical-align: middle;
	border: 1px solid #CCCCCC;
	padding: 10px;
}
.inner_table th {
	color: #FFFFFF;
	background-color: #2CA34D;
	padding: 5px;
	border: 1px solid #CCCCCC;
}
.inner_table td {
	text-align: center;
	padding: 5px;
	border: 1px solid #CCCCCC;
}
/*---------------------*/
/*	リンク位置ずれ回避
/*---------------------*/

#lineup{
	padding-top:140px;
	margin-top:-140px;
	}
#quality{
	padding-top:280px;
	margin-top:-280px;
	}
#salse{
	padding-top:280px;
	margin-top:-280px;
	}
#tec{
	padding-top:140px;
	margin-top:-140px;
	}
#company{
	padding-top:280px;
	margin-top:-280px;
	}