/*-----------------------------------------------------	*/
/*	for all						*/
/*-----------------------------------------------------	*/

/* ------ Web Font ------ */

/* IE */
@font-face {
	font-family: iconfont;
	src: url(CONDENSEicon.eot);
}
/* Firefox, Opera, Safari */
@font-face {
	font-family: iconfont;
	src: url(CONDENSEicon.otf) format("truetype");
}


.L{
	float:left;
}

.R{
	float:right;
}

.icon {
	font-family: iconfont;
	font-weight: normal;
}

.icon-download:before {
	content: "\00ed";
}
.icon-customize:before {
	content: "w";
}
.icon-iphone:before {
	content: "T";
}
.icon-list:before {
	content: "\002c7";
}

.clear{
	clear:both;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/* ------ General Settings ------ */


body {
	background:#fff;
}

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

#wrapper {
	width: 100%;
}



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

header {
	width: 100%;
	background:#fff;
	border-bottom:#26a04c 3px solid;
}

/* #26a04c */

#header-inner {
	width: 750px;
	margin: 0 auto;
	overflow: hidden;
}


#header-inner nav{
	font-size:70%;
	float:right;
	width:150px;
}
#header-inner nav ul{
	padding:30px 0 0 0;
}
#header-inner nav li{
	list-style:none;
	margin:7px 20px 0 0;
	float:left;
}
#header-inner nav li a{
	display:block;
	background:url(../../images/format/foot_icon.png) no-repeat 0 7px;
	padding:0 0 0 12px;
}
#header-inner nav li a:hover{
	color:#26a14d;
}

#header-inner nav li#btn_inquiry{
	margin:0;
	padding:0;
}

#header-inner nav #btn_inquiry a{
	background:url(../../images/format/btn_head_inquiry.jpg) repeat-x;
	/*background: -moz-linear-gradient(
		top,
		#31bc61 0%,
		#26a14d);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#31bc61),
		to(#26a14d));*/
	padding:0 14px 10px 13px;
}


#header-inner nav li:last-child,
#header-inner nav li.last{
	margin-right:0;
}


#header-inner nav li a{
	color:#666;
	text-decoration:none;
	
}


/* head-left */
#header-inner #head_left{
	width:300px;
	float:left;
}

#header-inner #head_left #logo {
	padding: 25px 0 24px 0;
	float:left;
	width:235px;
}
#header-inner #head_left  #logo a {
	display: block;
	max-width: 279px;
}




/* ------ Contents ------ */

#contents {
	width: 750px;
	margin: 0 auto;
	padding: 20px 0;
	overflow: hidden;
	background:#fff;
	text-align:center;
}

.map_img{
	padding:0 0 30px 0;
}


h3.formatH3{
	background:url(../../images/format/h3_format.jpg) no-repeat bottom left;
	height:30px;
	color:#26a04c;
	font-size:18px;
	font-weight:bold;
	padding:0 0 3px 0;
	margin:0 0 10px 0;
	text-align:left;
}

#contents .txt_box{
	font-size:14px;
	line-height:2.0em;
	padding:0 0 10px 0;
	border-bottom:#d1d1d1 3px solid;
	text-align:left;
}


.print{
	text-align:center;
	margin:0 auto;
	padding:40px 0 30px 0;
}

.close a{
	font-size:14px;
	text-align:center;
	margin:0 auto;
	color:#26a04c;
	text-decoration:underline;
}
.close a:hover{
	text-decoration:none;
}





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

footer {
	width: 100%;
	background: #fff;
	clear:both;
	border-top:solid 3px #26a04c;
}

#footer-inner {
	width: 750px;
	margin: 0 auto;
	padding: 20px 0 20px;
	position:relative;
}

#footer-inner #toTop{
	position:absolute;
	right:0;
	top:-28px;
}


footer .L{
	float:left;
}

footer .R{
	float:right;
	width:500px;
}

footer nav{

}

footer nav,
#copyright {
	}
	
footer .L{
	width:163px;
}

footer ul li {
	display: inline-block;
	*display: inline;
	*margin-bottom: 12px;
	padding: 0 10px 0 15px;
	line-height: 100%;
	font-size: 10px;
	color: #999;
	*zoom: 1;
	background:url(../images/format/foot_icon.png) no-repeat;
}
footer ul li:last-child{
	padding-right:0;
}

footer ul li a:link,
footer ul li a:visited{
	color:#26a04c;
}


footer ul li:first-child {
	border-left: none;
}

footer .R p{
	float:right;
	font-size:10px;
	color:#777777;
}