/* Reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote, figure, th, td{
    margin: 0; 
    padding: 0;
}
html{
    overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6{
    font-size: 100%; 
    font-weight: bold;
}

ol, ul{
    list-style:none;
}
fieldset, img{
     border:0;
}
table{
    border-collapse: collapse; 
    border-spacing:0;
}
caption, th{
    text-align: left;
}
a:focus {
	outline:none;
}
address, caption, cite, code, dfn, em, th, var{
    font-style: normal; 
    font-weight: normal;
}

a:hover img{
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
}

/* main */

body {
	margin:0;
	padding:0;
	color:#555;
	width:100%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
line-height: 1.4;
	font-size:93%;
	background:#fff;
}

.clr {
	clear:both;
	padding:0;
	margin:0;
	width:100%;
	font-size:0;
	line-height:0;
}

a {
	color:#4786ab;
	text-decoration:none;
}
img {
	border:0;
	}
.header, .content, .menu_nav, .fbg, .footer, form, ol, ol li, ul, .content .mainbar, .content .sidebar {
	margin:0;
	padding:0;
}
.header {
	background:#1d332d;
}
.header_inner {
	position:relative;
	margin:0 auto;
	padding:0;
	width:960px;
	background:#1d332d;
	height:70px;
}
.logo {
	padding:3px 0 0;
	float:left;
	width:530px;
}


.gtlcs {
	float:right;
	padding:20px 0 0;
	line-height:1.2em;
}
.gtlcs_logo {
	float:right;
	padding:25px 10px 0 0;
	line-height:1.2em;
}
.hmenu {
	position:absolute;
	top:20px;
	right:100px;
	font-size:12px;
	padding-top:5px;
	padding-left:18px;
	background:url(../images/contact-sign.png) no-repeat left bottom;
	}
	
/* Global menu bar */
div.gmenu {
width: 100%;
background-color: #0F396B;
/*border-top: 1px #cccccc solid;
border-bottom: 1px #cccccc solid;*/
font-size: 12px;
}

div.gmenu ul.nl {
width: 960px;
margin: 0 auto;
padding: 0;
background-color: #0F396B;
border-right: 1px #cccccc solid;
list-style-type: none;
text-align: center;
}

div.gmenu ul.nl li {
width: 120px;
float: left;
}

div.gmenu ul.nl li a {
display: block;
position: relative; /* IE6 */
padding: 8px 2px;
border-left: 1px #cccccc solid;
color:#FFFFFF;
}

div.gmenu ul.nl li a:hover {
background-color: #33CBCC;
}

/* slider */
.slider {
	padding:12px 0;
	background:url(../images/slider-back01.png) repeat-x top;
	z-index:0;
}
.slider_inner {
	margin:0 auto;
	padding:0;
	width:960px;
	z-index:1;
}
.flexslider{
	z-index:2;
}
.flexslider ul.slides{
	z-index:3;
}



/* breadcrumbs */
ol.breadcrumbs {
margin: 8px 0 20px 0;
padding: 0;
list-style-type: none;
font-size: 0.7em;
color:#9FA6B6;
}

ol.breadcrumbs li {
display: inline;
}

ol.breadcrumbs li a {
padding-right: 16px; 
background:url(../images/bc_path.png) no-repeat right;
}

/* tabmenu */
div.tabmenu {
width: 100%;
padding-top: 0px;
background:url(../images/tabmenu_back.png) #fff repeat-x bottom;
font-size: 1em;
margin-bottom:30px;
}

div.tabmenu ul {
width: 100%;
margin: 0 auto;
padding: 0;
list-style-type: none;
text-align: center;
}

div.tabmenu ul li {
margin-right: 6px;
background:url(../images/tabmenu_shadow.png) #fff repeat-x bottom;
float: left;

}

div.tabmenu ul li a {
display: block;
position: relative;
padding: 8px 30px;


border-top:1px solid #ccc;
border-left:1px solid #ccc;
border-right:1px solid #ccc;

-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}

div.tabmenu ul.nl li a:hover {
background:url(../images/tabmenu_hover.png) repeat-x bottom;
border-top:1px solid #009999;
border-left:1px solid #009999;
border-right:1px solid #009999;

-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}

div.tabmenu ul.nl li.active a {
background: #fff;
border-top:1px solid #ccc;
border-left:1px solid #ccc;
border-right:1px solid #ccc;

-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}

/* pagetitle */
.pagetitle {
	background:url(../images/pagetitle_back.png) repeat-x top;
	padding:0 0;
	height:110px;
	}
.pagetitle_inner {
	width:960px;
	margin:0 auto;

	}
.pagetitle h2{
	font-size:28px;
	color:#fff;
	font-weight:bold;
	padding-top:30px;
	color:#333;
	}
.pagetitle p{
	font-size:16px;
	color:#fff;
	line-height:1.8em;
	}

/* content */
.content {
}
.content_resize {
	margin:0 auto;
	padding:0;
	width:960px;
}

.content h3 {
	padding:9px 0 9px 13px;
	font-size:21px;
	color:#fff;
	border-left:8px solid #386d56;
	margin-bottom:10px;
	background-color:#63c966;
}

.content p {
	font-size:1em;
	line-height:1.4em;
	}

/* top depot capability */

.top-depot {
	margin-top:20px;
	background:url(../images/top-depot_back01.png) #588e76 repeat-x top;
	}

.top-depot_resize {
	margin:0 auto;
	padding:10px 0 0 0;
	width:960px;
}

/* top news area */

.newsarea {
	padding:0;
	margin-top:40px;
}
.newsarea_resize {
	margin:0 auto;
	width:960px;
	padding:0;
	color:#6e6e6e;
}

.newsarea_title {
background:url(../images/news-title2.png) no-repeat left top;
height:30px;
text-align:right;
padding-top:10px;
}

.newsarea_title3 {
background:url(../images/news-title3.png) no-repeat left top;
height:30px;
text-align:right;
padding-top:10px;
}

.newsarea_title4 {
background:url(../images/news-title4.png) no-repeat left top;
height:30px;
text-align:right;
padding-top:10px;
}

.newsarea .col {
	margin:0;
	float:left;
}

.newsarea .n_cl {
	margin:0 30px 0 0;
	width:630px;
}
.newsarea .n_cr {
	margin:0;
	width:300px;
}

div.update {
width:630px;
font-size: 14px;
overflow:auto;
height:208px;

}

div.update dl {
width: 100%;
margin: 0;
border-top: 1px #c0c0c0 dotted;
}

div.update dt {
width: 90px;
float: left;
padding: 7px 0 6px 3px;
line-height: 1.6em;
}

div.update dd {
margin: 0;
padding: 7px 3px 6px 100px;
border-bottom: 1px #c0c0c0 dotted;
line-height: 1.6em;
}

.newsarea a img{
position:relative;
background:#CCD0D5;

}
.newsarea a:hover img{
position:relative;
	background:#C69D2B;

	}


/* colum ----------------------- */

.fbg {
	padding:0;
}
.fbg_resize {
	margin:0 auto;
	width:960px;
	padding:0;
	color:#6e6e6e;
}

.fbg .col {
	margin:0;
	float:left;
}

/* 6 col */
.fbg .c6-1 {
	margin:0 0 0 30px;
	width:130px;
}

/* 6col sp */
div.box150{
	float:left;
    width:150px;
	margin-right:9px;
	}

div.box150top{
width: 300px;
float: left;
padding: 0px;
line-height: 1.2em;
margin-left:310px;
}



/* 4 col */
.fbg .c4-1 {
	margin:0 11px 0 0;
	width:230px;
}
.fbg .c4-2 {
	margin:0 11px 0 0;
	width:230px;
}
.fbg .c4-3 {
	margin:0 11px 0 0;
	width:230px;
}
.fbg .c4-4 {
	margin:0 0 0 0;
	width:230px;
}

/* 3 col */
.fbg .c3-1 {
	margin:0 30px 0 0;
	width:300px;
}
.fbg .c3-2 {
	margin:0 30px 0 0;
	width:300px;
}
.fbg .c3-3 {
	margin:0 0 0 0;
	width:300px;
}

.fbg .c2-1 {
	margin:0 0 0 0;
	width:455px;
}


/* 2 col */
.fbg .cl {
	margin:0 50px 0 0;
	width:455px;
}
.fbg .cr {
	margin:0;
	width:455px;
}

/* history col */
.fbg .his-l {
	margin:0 33px 0 0;
	width:700px;
}
.fbg .his-r {
	text-align:right;
	margin:0 0 0 0;
	width:227px;
}



.fbg .fbg_ul {
	margin:0;
	padding:0;
	list-style:none;
}
.fbg .fbg_ul li {
	margin:0;
	padding:0;
	list-style:none;
}
.fbg .fbg_ul li a {
	display:block;
	margin:0;
	padding:2px 0 2px 12px;
	color:#6e6e6e;
	text-decoration:none;
	background:url(../images/li.gif) no-repeat left center;
}
.fbg .fbg_ul li a:hover {
	color:#4786ab;
	text-decoration:underline;
}
.fbg p.contact_info {
	line-height:1.6em;
}
.fbg p.contact_info a {
	color:#4786ab;
	text-decoration:underline;
}
.fbg p.contact_info span {
	display:block;
	float:left;
	width:74px;
	font-weight:bold;
	color:#6e6e6e;
}
ol {
	list-style:none;
}
ol li {
	display:block;
	clear:both;
}
ol li label {
	display:block;
	margin:0;
	padding:16px 0 0 0;
}
ol li input.text {
	width:480px;
	border:1px solid #c0c0c0;
	margin:0;
	padding:5px 2px;
	height:16px;
	background-color:#fff;
}
ol li textarea {
	width:480px;
	border:1px solid #c0c0c0;
	margin:0;
	padding:2px;
	background-color:#fff;
}
ol li .send {
	margin:16px 0 0 0;
}

/* top banner */
.topban a{
display:block;
width:300px;
background:url(../images/bottan.jpg) no-repeat;
height:80px;
line-height:80px;
text-decoration:none;
text-align:center;}

#image a:hover{
color:orange;
background:url(../images/bottan2.jpg) no-repeat;
}



/* bottom banner */
.bottombanarea {
	margin-top:20px;
	}
.bottomban a img{
position:relative;
background:#fff;
}
.bottomban a:hover img{
position:relative;
	background:#009999;
	}
	
/* normal banner */
.normalbanarea {
	margin-top:20px;
	}
.normalban a img{
position:relative;
background:#66cccc;

}
.normalban a:hover img{
position:relative;
	background:#009999;

	}

/* footer */
.footer {
	margin-top:40px;
	background:url(../images/footer-back.png) #999 repeat-x top;
	border-top:1px solid #fff;
	font-size:0.8em;
}
.footer_resize {
	margin:0 auto;
	padding:0;
	width:960px;
	color:#333;
}
.footer_resize p {
	margin:20px 0 30px 0;
	padding:0;
	line-height:normal;
	white-space:nowrap;
	text-indent:inherit;
}
.footer_resize a {
	color:#003399;
	font-weight:normal;
	margin:0;
	padding:0;
	border:none;
}
.footer_resize a:hover {
	color:#4786ab;
	background-color:transparent;
	text-decoration:none;
}
.footer_resize .lf {
	float:left;
}
.footer_resize .rf {
	float:right;
}
a {
	outline:none;
}


/* design -------------------------------- */

.img_b {
	border:1px solid #ccc;
	}
.text_r {
	text-align:right;
	}

/* spacer */
.spacer-top10 {margin-top:10px;}
.spacer-top20 {margin-top:20px;}
.spacer-top30 {margin-top:30px;}
.spacer-top40 {margin-top:40px;}
.spacer-top50 {margin-top:50px;}
.spacer-bottom10 {margin-bottom:10px;}
.spacer-bottom20 {margin-bottom:20px;}
.spacer-bottom30 {margin-bottom:30px;}
.spacer-bottom40 {margin-bottom:40px;}
.spacer-bottom50 {margin-bottom:50px;}

ul.size90 {
margin: 0;
padding: 10px 0 0 0;
list-style-type: none;
font-size:90%;
}
	
/* list sign */
ul.signlist {
margin: 0;
padding: 0;
list-style-type: none;
font-size:1em;
}

ul.signlist li {
padding: 0 0 5px 20px;
background: url(../images/list_sign.png) no-repeat left top;
	line-height:1.6em;
}

/* history list table */
table.histb {
	width:100%;
	font-size:0.9em;
	border-top:1px dotted #ccc;
	}
	
.histb th{
background:#B4E6EA;
padding:10px;
border-bottom:1px dotted #fff;
vertical-align:top;
line-height:1.4em;

}

.histb td {
padding:10px;
border-bottom:1px dotted #ccc;
vertical-align:top;
line-height:1.4em;
}

/* mapbox */
div.mapbox {
padding:10px;
background:url(../images/stripe.png) repeat;
border: 1px #B4E6EA solid;
}
div.mapbox h4 {
margin: 0;
padding: 10px;
border-bottom:1px solid #EAF3F9;
color:#336699;
background:#fff;
font-size: 20px;
font-weight:bold;
}

div.mapbox p {
background:#FFFFFF;
padding:10px;
}

/* color box */
div.box_gs{
background:#f7f7f7;
padding:10px;
border:1px solid #ccc;
}
div.box_gs h4 {
	font-size:16px;
	font-weight:bold;
	color:#1C5486;
	padding:5px 0;
	}
div.box_gs span {
	font-size:12px;
	}

div.box_gs2{
background:#f7f7f7;
padding:0px 10px 13px 10px;
border:1px solid #ccc;
height:135px;
}
div.box_gs2 h4 {
	font-size:16px;
	font-weight:bold;
	color:#1C5486;
	padding:5px 0;
	}
div.box_gs2 span {
	font-size:12px;
	}



h4.minititle{
margin: 0;
padding: 0 0 0 20px;
background: url(../images/heading_square.png) no-repeat left;
margin-bottom:20px;
font-weight:bold;
font-size:1em;
line-height: 1.1em;
}


/* users voice box */
.cvbox {
	border:1px solid #e9e9e9;
	padding:10px 15px 15px 15px;
	margin-bottom:30px;
}
.cvbox h4 {
	font-size:140%;
	margin-bottom:5px;
	border-bottom:1px dotted #e9e9e9;
	margin-bottom:15px;
	line-height:2em;
}

/* privacy about liststyle */
ul.decimalstyle {
	line-height:1.6em;
	margin-top:20px;
	padding-left:30px;
	list-style-position:outside;
	list-style-type:decimal;
	}

.decimalstyle li {
	padding:8px 0;
	}
/* TM mark */
.tmmark {
	font-size:0.6em;
	vertical-align:super;
	}


/* policy block style */
.polblock {
	background:#EEF5F7;
	}
	
.polblock p {
	padding:8px;
	font-size:0.9em;
	line-height:1.3em;
	height:7.5em;

	}

/* GT table style */
table.tbstyle1 {
border: 1px #c0c0c0 solid;
border-collapse: collapse;
font-size: 0.8em;
}

table.tbstyle1 th {
padding: 3px;
background:#DFFDFB;
border: 1px #c0c0c0 solid;
}
table.tbstyle1 td {
padding: 3px;
border: 1px #c0c0c0 solid;
}


table.tbstyle2 {
border: 0px #c0c0c0 solid;
border-collapse: collapse;
font-size: 1em;
}

table.tbstyle2 th {
padding: 5px;
background:#DFFDFB;
border: 1px #c0c0c0 solid;
}
table.tbstyle2 td {
padding: 5px;
border: 1px #fff solid;
margin-bottom:1px;
}


/* kome */
span.kome {
	color:#FF6666;
	font-size:0.8em;
	}

/* Googlemap ----------------------------- */

/* Clearfix ------------------------------ */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}



/* dropdown menu */
div.gmenu2 {
width: 100%;
background-color: #08233E;
/*border-top: 1px #cccccc solid;
border-bottom: 1px #cccccc solid;*/
font-size: 12px;
}

ul#DropDownMenu {
margin: 0 auto;
	width: 960px;
	*zoom: 1; /*forIE6,7*/
}
ul#DropDownMenu:after {
	content: "";
	display: block;
	clear: both;
}
ul#DropDownMenu li {
	width: 12.5%;
	float: left;
	*zoom: 1; /*forIE6,7*/
	white-space: nowrap;
}
ul#DropDownMenu li ul {
	display: none;
	visibility: hidden;
	position: absolute;
	width:12.5%;
}
ul#DropDownMenu li:hover > ul {
	visibility: visible;
}
ul#DropDownMenu li ul li {
	width: auto !important;
	width: 100%;
	min-width: 100%;
	clear: left;
	position: relative;
	top:100%;
	z-index:5;
}
ul#DropDownMenu li ul li ul {
	top: 100%;
	left: 0;
	z-index:100;
	width:100%;
}
ul#DropDownMenu li a {
	display: block;
	background-color: #588e76E;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 10px;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
* html ul#DropDownMenu li a { /*forIE6*/
	zoom: 1;
}
ul#DropDownMenu li a:hover {
	background-color: #ccff00;
}

/* ●ボタン　*/
.btn_a {
	width: 50px;
	height: 28px;
	background: #FFF;
	border: 2px solid #2a82a3;
	border-radius: 60px;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	color: #2a82a3;
	padding: 37px 10px 25px;
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 120%;
	transition: background-color 0.5s ease-in;
	-webkit-transition: background-color 0.5s ease-in;
}
.btn_a:hover {
	background: #69F;
	color: #FFF;
	border: 2px solid #FFF;
}

.btn2_a {
	width: 70px;
	height: 50px;
	background: #FFF;
	border: 2px solid #2a82a3;
	border-radius: 60px;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	color: #2a82a3;
	padding: 40px 30px 20px 10px;
	display: block;
	text-align: left;
	font-weight: bold;
	font-size: 90%;
	line-height:1.0;
	transition: background-color 0.5s ease-in;
	-webkit-transition: background-color 0.5s ease-in;
}
.btn2_a:hover {
	background: #69F;
	color: #FFF;
	border: 2px solid #FFF;
}


.btn3_a {
	width: 70px;
	height: 50px;
	background: #FFF;
	border: 2px solid #2a82a3;
	border-radius: 60px;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	color: #2a82a3;
	padding: 30px 30px 30px 10px;
	display: block;
	text-align: left;
	font-weight: bold;
	font-size: 90%;
	line-height:1.0;
	transition: background-color 0.5s ease-in;
	-webkit-transition: background-color 0.5s ease-in;
}
.btn3_a:hover {
	background: #69F;
	color: #FFF;
	border: 2px solid #FFF;
}

/* dropdown menu 2 */
div.gmenu3 {
width: 100%;
background-color: #08233E;
	background:url(../images/menu-bk95.png) repeat-x;
font-size: 12px;
height:46px;
}


/* 3 */
.dropmenu{
  *zoom: 1;
  list-style-type: none;
  width: 960px;
  margin: 0px auto 0px;
  padding: 0px;
}
.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}


.dropmenu li{
  position: relative;
  width: 19.9%;
  float:left;
  margin: 0;
  padding: 0;
  text-align: center;
  	border-right: 1px solid #e6e4e4;
}
.dropmenu li:last-child {
	border-right: none;
}

 .dropmenu li a{
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  height:20px;
  /* background: #10467c; */
  background:url(../images/btn193.png);
  color: #333;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
}
.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
.dropmenu li ul li{
  width: 190px;
    border-right: 0px solid #e6e4e4;
  	border-left: 0px solid #e6e4e4;
	
}
.dropmenu li ul li:last-child {
  	border-right: 0px solid #e6e4e4;
	  	border-bottom: 1px solid #e6e4e4;

}

.dropmenu li ul li a{
  display: block;
  margin: 0;
  padding: 13px 15px;
  border-top: 1px solid #ccc;
  background: #06C;
  text-align: left;
    color: #fff;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
}
.dropmenu li:hover > a{
  background: #555e76;
}
.dropmenu li a:hover{
  background: #99cc66;
}


#normal li ul{
  display: none;
}
#normal li:hover ul{
  display: block;
}

/*topmenu*/


/*table*/
td.contact_top_place {
    padding: 10px 0px 10px 15px;
    font-size: 16px;
    font-weight: bold;
    width: 26%;
    border-top: 3px solid #00aeff;
    border-bottom: 1px dashed #e0e0e0;
}

td.contact_place {
    padding: 10px 0px 10px 15px;
    font-size: 16px;
    font-weight: bold;
    width: 26%;
    border-bottom: 1px dashed #e0e0e0;
}

td.contact_top {
    padding: 10px 0px 10px 5px;
    width: 37%;
    border-top: 3px solid #00aeff;
    border-bottom: 1px dashed #e0e0e0;
}

table, tr, th, td {
    margin: 0;
    outline: none;
    padding: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; 
}

td.contact {
    padding: 10px 0px 10px 5px;
    width: 37%;
    border-bottom: 1px dashed #e0e0e0;
}

td.contact_bottom_place {
    padding: 10px 0px 10px 15px;
    font-size: 16px;
    font-weight: bold;
    width: 26%;
    border-bottom: 3px solid #00aeff;
}

td.contact_bottom {
    padding: 10px 0px 10px 5px;
    width: 37%;
    border-bottom: 3px solid #00aeff;
}

td.contact_bottom {
    padding: 10px 0px 10px 5px;
    width: 37%;
    border-bottom: 3px solid #00aeff;
}

td.fl {
    margin: 0;
    outline: none;
    padding: 0;
    font-size: 100%;
    font: inherit;
    vertical-align:top;
}




/*table07*/
table.type07 {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.2;
	border: 1px solid #ccc;
	width:100%;
	font-size:85%;
}
table.type07 thead {
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: #04162e;
}
table.type07 thead th {
	padding: 2px;
	font-weight: bold;
	vertical-align: top;
	color: #fff;
}
table.type07 tbody th {
	width: 25%;
	padding: 2px;
	font-weight: bold;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	background: #efefef;
}
table.type07 td {
	width: 25%;
	padding: 2px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}


/*pagetop*/
#pageTop{
	background:#555;
	border-radius:5px;
	color:#FFF;
	padding:10px;
	position:fixed;
	bottom:0px;
	right:20px;
	}
#pageTop:hover{
	background:#ccc;
	}


/*button*/
.center {
    float: none;
    text-align: center;
    margin: inherit auto;
}


/*table*/

table.topleft td {
text-align: left;
vertical-align: middle;
margin-bottom:10px;
padding:7px;
}

/*新ボタン*/
.btn500 {
    width:500px;
    font-size:20px;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:10px 0 10px;
    color:#fff;
    background-color:#002d5e;
    border-radius:5px;
	box-shadow:2px 2px 2px #ccc;
	margin:20px auto;
}

.btn500:hover {
    /* 透明度を20%に指定 */
    opacity: 0.8;
}

/*sitemap*/
ul.sitemap
{ font-size:14px;
}
ul.sitemap li {
	margin: 0 0 0 10px;
	padding: 0 0 0 20px;
	background: url(../images/ic_home.gif) no-repeat 0 4px;
	line-height: 160%;
}
ul.sitemap li ul {
	background: url(../images/ic_bk.gif) no-repeat 17px 0;　// ul の背景に点線の画像を設定
}
ul.sitemap li ul.category li {
	background: url(../images/ic_category.gif) no-repeat 1px -283px;　// 長さ 300px あるのでマイナスで位置調整
}
ul.sitemap li ul.page li {
	background: url(../images/ic_page.gif) no-repeat 1px -283px;
}
ul.sitemap li ul li.last {
	background-color: #FFFFFF; // 点線の表示を消すため、背景と同じ色にします。
}

/*sitemap右*/
ul.sitemap2{ 
	font-size:14px;
}
ul.sitemap2 li {
	margin: 0 0 0 10px;
	padding: 0 0 0 20px;
	background: #fff no-repeat 0 4px;
	line-height: 160%;
}
ul.sitemap2 li ul {
	background: url(../images/ic_bk.gif) no-repeat 17px 0;　// ul の背景に点線の画像を設定
}
ul.sitemap2 li ul.category li {
	background: url(../images/ic_category.gif) no-repeat 1px -283px;　// 長さ 300px あるのでマイナスで位置調整
}
ul.sitemap2 li ul.page li {
	background: url(../images/ic_page.gif) no-repeat 1px -283px;
}
ul.sitemap2 li ul li.last {
	background-color: #FFFFFF; // 点線の表示を消すため、背景と同じ色にします。
}

/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents-p {
	clear: left;
	width: 960px;	/*コンテンツ幅*/
	padding-top: 30px;
	margin: 0px auto;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: right;	/*右側に回り込み*/
	width: 700px;	/*メインコンテンツ幅*/
	padding-bottom: 30px;
}
/*mainコンテンツのh2タグの設定*/
#main h2 {
	background-color: #37a423;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: url(../images/midashi_bg1.png) no-repeat left center, -webkit-gradient(linear, left top, left bottom, from(#65c54c), to(#37a423));	/*背景画像の読み込みとグラデーション*/
	background: url(../images/midashi_bg1.png) no-repeat left center, -webkit-linear-gradient(#65c54c, #37a423);	/*同上*/
	background: url(../images/midashi_bg1.png) no-repeat left center, linear-gradient(#65c54c, #37a423);			/*同上*/
	-webkit-box-shadow: 1px 2px 5px #CCC;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 5px #CCC;			/*同上*/
	font-size: 100%;
	color: #FFF;		/*文字色*/
	padding: 7px 15px 7px 30px;	/*左から、上、右、下、左への余白*/
	border-radius: 4px;	/*角丸のサイズ*/
	clear: both;
}
/*mainコンテンツのh3タグの設定*/
#main h3 {
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#f4f4f4));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #e8e8e8);	/*同上*/
	background-image: linear-gradient(#FFF, #e8e8e8);			/*同上*/
	-webkit-box-shadow: 1px 2px 5px #e2e2e2;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 5px #e2e2e2;			/*同上*/
	font-size: 100%;
	padding: 4px 15px;	/*左から、上下、左右への余白*/
	border-radius: 4px;	/*角丸のサイズ*/
	clear: both;
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
}
/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 0.5em 15px 1em;	/*左から、上、左右、下への余白*/
}

/*service.html内の製品紹介の各ブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.list section {
	border: 3px double #CCC;	/*枠線の幅、線種、色*/
	margin-bottom: 15px;	/*ボックスの下に空けるスペース*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e3e3e3));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #e3e3e3);	/*同上*/
	background-image: linear-gradient(#FFF, #e3e3e3);			/*同上*/
	-webkit-box-shadow: 0px 2px 5px #CCC;	/*影の設定。右・下・ぼかし幅・色の設定*/
	box-shadow: 0px 2px 5px #CCC;			/*同上*/
}
#main section.list section {
	padding: 10px;	/*ボックス内の余白*/
	text-decoration: none;
	display: block;
	overflow: hidden;
	color:#333333;
}
/*マウスオン時*/
/*#main section.list section a:hover {}
	background-color: #fff;	背景色*/

/*ボックス内の段落タグ設定*/
#main section.list section p {
	padding: 0px;
	margin-left: 10%;	/*左の写真とのバランスをとって設定*/
}
/*ボックス内の写真設定*/
#main section.list section figure img {
	float: left;			/*画像を左へ回り込み*/
	background-color: #FFF;	/*画像の背景色。ここでは枠線と画像の間の色になります。*/
	padding: 5px;			/*余白。ここに上の行で設定した背景色が出ます。*/
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	width: 47%;		/*写真の幅*/
	height: auto;	/*写真の高さ*/
}
/*ボックス内のh4タグ設定*/
#main section.list section h4 {
	padding: 2px 0px 2px 10px;	/*左から、上、右、下、左側への余白*/
	font-size: 100%;
	border-bottom: 1px solid #CCC;	/*下側の線の幅、線種、色*/
	border-left: 3px solid #4cb833;	/*左側の線の幅、線種、色*/
	margin-bottom: 0.5em;
	color: #222222;	/*文字色*/
}

/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: left;	/*左側に回り込み*/
	width: 220px;	/*サブコンテンツ幅*/
	padding-bottom: 30px;
}
/*subコンテンツ内のh2タグ設定*/
#sub h2 {
	font-size: 100%;
	padding: 15px 10px;		/*左から、上下、左右への余白*/
	background: #eee;		/*背景色*/
	border-bottom: 1px solid #d2d2d2;	/*下部の線の幅、線種、色*/
	border-top: 5px solid #4cb833;		/*上部の線の幅、線種、色*/
}

/*サブコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニュー全体の設定*/
#sub ul.submenu {
	margin-bottom: 15px;			/*メニューブロックの下にあけるスペース*/
	color: #333333;
}
/*メニュー１個ごとの設定*/
#sub ul.submenu li a {
	border-bottom: 1px solid #d2d2d2;	/*下側の線の幅、線種、色*/
	text-decoration: none;
	display: block;
	padding: 2px 10px;	/*左から、上下、左右への余白*/
}
/*マウスオン時の設定*/
#sub ul.submenu li a:hover {
	background-color: #4cb833;	/*背景色*/
	color: #fff;				/*文字色*/
}

/*サブコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニュー全体の設定*/
#sub ul.submenu2 {
	margin-bottom: 15px;			/*メニューブロックの下にあけるスペース*/
	color: #333333;
	font-size:13px;
}
/*メニュー１個ごとの設定*/
#sub ul.submenu2 li a {
	border-bottom: 0px solid #d2d2d2;	/*下側の線の幅、線種、色*/
	text-decoration: none;
	color:#666;
	display: block;
	padding: 2px 10px;	/*左から、上下、左右への余白*/
}
/*マウスオン時の設定*/
#sub ul.submenu2 li a:hover {
	background-color:#FFC;	/*背景色*/
	color: #666;				/*文字色*/
}

/*サブコンテンツ内のbox1
---------------------------------------------------------------------------*/
#sub .box1 {
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	padding: 10px;			/*ボックス内の余白*/
	margin-bottom: 15px;	/*ボックスの下に空けるのスペース*/
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#eaeaea));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #eaeaea);	/*同上*/
	background-image: linear-gradient(#FFF, #eaeaea);			/*同上*/
	-webkit-box-shadow: 0px 0px 1px #FFF inset;	/*内側への影を右・下・ぼかし幅・距離・色を設定*/
	box-shadow: 0px 0px 0px 1px #FFF inset;		/*同上*/
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
}
#pagetop a {
	color: #FFF;		/*文字色*/
	font-size: 10px;	/*文字サイズ*/
	background-color: #4cb833;	/*背景色*/
	text-decoration: none;
	text-align: center;
	width: 12em;	/*ボックス幅*/
	display: block;
	float: right;
	letter-spacing: 0.1em;	/*文字間隔を少し広めにとる設定。*/
}
/*マウスオン時*/
/*#pagetop a:hover {
	background-color: #333;	
	color: #FFF;			
}*/

/*メインメニュー
---------------------------------------------------------------------------*/
nav#menubar {
	border-bottom: 1px solid #d2d2d2;
	overflow: hidden;
}
/*メニュー１個ごとの設定*/
nav#menubar ul li {
	width: 50%;
	border-bottom: none;
	border-left: none;
}
/*奇数番目のメニューの設定*/
nav#menubar ul li:nth-child(odd) {
	border-right: 1px solid #d2d2d2;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/*service.html内の製品紹介の各ブロック
---------------------------------------------------------------------------*/
/*ボックス内の段落タグ設定*/
#main section.list section p {
	margin-left: 0;
	float:right;
	width:330px;
}

#main section.list section img {
	float:left;
	margin:0 10px 0 0;
}
/*ボックス内の写真設定*/
/*#main section.list section figure img {
	float: none;
	width: 50%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}*/

/*工事概要内のh4タグ設定*/
h4.overview{
	padding: 2px 0px 2px 10px;	/*左から、上、右、下、左側への余白*/
	font-size: 110%;
	border-bottom: 1px solid #CCC;	/*下側の線の幅、線種、色*/
	border-left: 7px solid #4cb833;	/*左側の線の幅、線種、色*/
	margin-bottom: 0.5em;
	color: #222222;	/*文字色*/
	font-weight:bold;
	line-height:2.2em;
	font:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h5.overview{
	padding: 2px 0px 2px 10px;	/*左から、上、右、下、左側への余白*/
	background-color:#d5eae5;
	font-size: 105%;
	/* border-bottom: 1px solid #CCC;*/	/*下側の線の幅、線種、色*/
	/* border-left: 7px solid #4cb833;*/	/*左側の線の幅、線種、色*/
	margin-bottom: 0.5em;
	color: #222222;	/*文字色*/
	font-weight:bold;
	line-height:1.7em;
}

.float{
float:left;
width:350px;
height:auto;
margin-right:15px;
background: #fff;
}

.float2{
float:left;
width:590px;
height:auto;
background: #fff;
}

.float3{
float:left;
width:560px;
height:auto;
background: #fff;
}

.inner1{
margin:auto;
width:470px;
height:auto;
background: #fff;
}

p.green-title {
	color:#336633;
	font-weight:bold;
}

