@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	margin-top: 0px;
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/
/**,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}*/
/** {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}*/
body {
	padding: 0;
	margin: 0;
}
#toppage {
}
#wrapper {
	width: 100%;
	padding-bottom: 400px;
	background-repeat: no-repeat;
	height: auto;
	float: left;
}


/*フッター
-----------------------------------------------------------------*/
#wrap #footer {
	width: 100%;
	color: #FFFFFF;
	background-color: #767062;
	padding-left: auto;
	padding-right: auto;
	float: left;
}
#footer {
	padding-top: 23px;
	padding-bottom: 0;
	background-color: #333333;
	font-size: 11px;
	line-height: 17px;
	z-index: 10000;
	width: 100%;
	float: left;
	clear: left;
	color: #FFFFFF;
}
#footer2 {
	background-color: #4BCB21;
	color: #fff;
	width: 100%;
	margin-right: auto;
	margin-left: 0px;
	float: left;
}
#copyright {
	text-align: center;
	clear: both;
	color: #FFFFFF;
	background-color: #CFCFCF;
	padding-top: 3px;
	padding-bottom: 3px;
}
#footer_container {
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
	max-width: 1400px;
	width: 1208px;
}
#footer,#footer2 a {
	color: #FBFBFB;
	width: 100%;
	text-decoration: none;
}
#footer,#footer2 a:hover {
	color: #3E3E3E;
}
#footer2 h3 {
	color: #FFFFFF;
	width: 95%;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.3em;
	max-width: 1024px;
	margin-bottom: auto;
}
#footer .bloc {
	margin-bottom: 30px;
	margin-top: 7px;
	width: 30%;
	margin-right: 3%;
}
#footer .bloc:nth-child(3n) {
	width: 33%;
	margin-right: 0%;
}

#footer .bloc li {
	margin-bottom: 3px;
}
#footer .bloc li a {
}
#footer .child_bloc {
	float: left;
}

#footer .office {
	font-size: 14px;
	margin-bottom: 13px;
}
#footer .office span {
  font-size: 10px;
}
#footer .address {
  font-size: 11px;
}
#footer .jpn {
	background: url(../img/footer/sprite.png) no-repeat 1px 2px;
}
#footer .singa {
  margin-bottom: 12px;
  background: url(../img/footer/sprite.png) no-repeat 1px -19px;
}
#footer .tel {
	font-size: 1.6em;
	margin-bottom: 12px;
	font-weight: bolder;
	color: #FFFFFF;
}
#footer .tel a {
	font-size: 1.6em;
	margin-bottom: 12px;
	font-weight: bolder;
	color: #FFFFFF;
}
#footer .gmp p {
	width: 107px;
	margin: 0 auto;
}
#footer .gmp a {
	display: block;
	width: 158px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border: solid 1px #FFFFFF;
	background-position: 0 0;
}
#footer .gmp a:hover {
  text-decoration: none;
}
#footer .company_inner {
  margin-bottom: 18px;
}
.sitemap {
	width: 100%;
	color: #FFFFFF;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
.company {
	float: left;
	width: 30%;
	margin-top: 10px;
	font-size: 1em;
	margin-right: 3%;
}

.sitemap .left {
	float: left;
	width: 100%;
	margin-left: 0px;
}
.sitemap .right {
	width: auto;
	float: left;
	margin-left: 5px;
}
.sites {
  float: right;
  width: 300px;
}
.sites span {
  font-size: 9px;
}

.company h3 {
	margin-bottom: 26px;
	font-size: 1.5em;
	margin-top: 5px;
	font-weight: bolder;
}
.copy {
	height: 50px;
	line-height: 50px;
	color: #100f0d;
	font-size: 13px;
	text-align: center;
	position: relative;
	z-index: 10000;
	clear: left;
}
.sitemap .clearfix.left ul li {
}
.bloc.sitemap .clearfix.left ul li ul li {
	font-weight: normal;
	width: 100%;
}
#wrapper #footer_pict {
	width: 100%;
}
.backtotop {
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 9000;
	display: none;
	color: #FFFFFF;
} 
.backtotop a {
	display: block;
	color: #FFFFFF;
	padding-top: 14px;
	padding-right: 7px;
	padding-left: 7px;
	padding-bottom: 14px;
	margin: 0;
	background-color: #FF0004;
	border-radius: 5px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
.backtotop a:hover {
	color: #FFFFFF;
opacity: 0.8;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 80);
	filter: alpha(opacity = 80);
}


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

	CommonElements

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

#container {
	width: 100%;
	text-align: center;
}

.text_glay {
	color: #666;
}
.contents_wrapper h3 {
	color: #0099C8;
	font-size: 1.3em;
	border-bottom: 1px dotted #B9B9B9;
	margin-bottom: 7px;
	margin-top: 20px;
}
.room_blue {
	color: #1E95C0;
}
.kanri_case li {
	width: 46%;
	margin-right: 2%;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
	border: 1px solid #BEBEBE;
	display: inline-block;
	float: left;
	margin-bottom: 10px;
}
.kanri_case li:nth-child(2n+0) {
	margin-right: 0%;
	
}
.kanri_case {
	line-height: 1.2em;
}
.kanri_case li h4 {
	font-weight: bolder;
	background-color: #0AA4CA;
	color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 2px;
	margin-bottom: 4px;
	padding-left: 4px;
}
.kanri_case li img {
	width: 20%;
	float: left;
	margin-right: 2%;
}
.kanri_case li .kanri_btn {
	width: auto;
	margin-top: 5px;
	float: right;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	color: #FFFFFF;
	background-color: #FE7A7C;
}
.kanri_case li .kanri_data {
	float: left;
	width: 78%;
	font-size: 0.9em;
}

.sitemap .map_cont {
	width: 95%;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1024px;
	margin-top: 0px;
	padding-top: 10px;
	font-size: 0.8em;
}
.sitemap .map_cont ul {
	width: 25%;
	list-style-type: none;
	display: inline-block;
	float: left;
	margin-top: 1px;
}
.sitemap .map_cont ul li ul {
	list-style-type: none;
	padding-left: 1px;
	width: 100%;
}
.sitemap .map_cont ul li {
	font-weight: bolder;
	margin-bottom: 5px;
	margin-top: 5px;
	color: #FFFFFF;
}
.sitemap .map_cont ul li ul li {
	font-weight: normal;
}
.sitemap .map_cont ul li ul li:before {
/*font-family: 'FontAwesome';
	content: "\f068  ";*/
}

.honmon .waku {
	padding-top: 12px;
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 12px;
	border: 3px solid #BCD0FE;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 14px;
	float: left;
}
#contents_left_second .honmon .waku {
	width: 100%;
	float: left;
	clear: left;
}
.container {
	width: 100%;
	margin-bottom: 45px;
	float: left;
	font-size: 0.8em;
	margin-left: auto;
	margin-right: auto;
}
