html {
    font-family : "ヒラギノ丸ゴ Pro W4", "Hiragino maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO","Verdana","Osaka",Meiryo, Arial,sans-serif;
}

#wrap{
    display: block;
    width:100%;
    height: 100%;
}

/*==============================
HEADER
==============================*/

header{
	display: block;
	overflow: hidden;
	width : 100%;
	height: 90px;
	border-bottom: 4px solid #005D31;
	position: fixed;
	top: 0;
	background-color: #fff;
	z-index: 10;
}

.head_inner{
    width:980px;
    margin:auto;
    display:block;
    clear:both;
}

h1.logo{
	width: 347px;
	height: 43px;
	background-position: 0px 0px;
	position: relative;
	float: left;
	margin: 0;
	top: 25px;
	padding: 0;
}

h1.logo a{
    display: block;
}

nav{
	float: right;
	display: inline-block;
	position: relative;
	top: 27px;
}

nav ul{
    clear:both;
}

nav ul li{
    display: block;
    padding:0 16px;
    float:right;
}

nav ul li:nth-of-type(1){
    padding-right: 0px;
}

nav ul li a{
    display: block;
    /*-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
*/}

nav ul li a:hover,h1.logo:hover{
    opacity:0.8;
    -moz-opacity:0.8;
    -ms-filter: "alpha(opacity=80)";
}    

nav ul li.business a{
    width:68px;
    height:14px;
    background-position: 0px -59px;
}

nav ul li.company a{
    width:68px;
    height:14px;
    background-position: -99px -59px;
}

nav ul li.contact a{
    width:94px;
    height:14px;
    background-position: -200px -59px;
}

.sprite,.nav-sprite a{
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/sprite2.png) no-repeat;
}

/*==============================
CONTENT
==============================*/

section{
    position: relative;
    overflow: hidden;
}

#mainImg{
	top: 94px;
	display: block;
	margin-bottom: 10px;
}

#mainImg img{
    width:100%;
    height:auto;
}

.area{
	top: 130px;
}

.business_inner{
    display:block;
    overflow:hidden;
    margin:auto;
    padding:0;
}

.business_detail{
    background: url(../images/line.gif) 0 87px repeat-x;
    padding:0;
}

.business_d-inner{
    width:980px;
    margin:auto;
}

.business_copy h3{
    line-height: 37px;
    margin:0 0 3px;
}

.business_copy span{
    font-size: 22px;
    color: #555;
    font-weight: normal;
    margin-top: 7px;
    margin-bottom: 17px;
    display: inline-block;
    letter-spacing: 0.05em;
    line-height: 22px;
}

.business_copy p{
    color: #575757;
    line-height: 1.7em;
    width:715px;
    overflow:hidden;
    position: relative;
    float:left;
    letter-spacing: 0.03em;
}

.b-d-img{
    top:-235px;
    left: 730px;
    position:relative;
    width:250px;
    height:250px;
    display: block;
}

.visual{
    margin: 50px auto 80px;
    width:980px;
}

.visual img{
    margin:auto;
    display:block;
}

.comapny_copy{
    width:100%;
    background: url(../images/dot_b.png) bottom repeat-x;
    margin: 50px auto 40px;
}

.comapny_copy h3{
    width: 980px;
    margin: auto auto 5px;
}

.gmap{
    width:980px;
    margin:auto auto 25px;
}

#map1,#map2{
    width:980px;
    height:500px;
    margin:auto auto 25px;
}

.company_inner{
    overflow: hidden;
    margin-bottom:100px;
    display: block;
}

.company_d-inner{
    width: 980px;
    margin:auto;
    clear: both;
    overflow: hidden;
    display: block;
}

.company_d-inner img{
    display: block;
    float:left;
}

.company_d-inner.place dl{
    width: 515px;
    margin:0px 0 0 465px;
    font-size: 14px;
    color: #575757;
    display: block;
    overflow: hidden;
}


.company_d-inner.place dl dt{
    width:175px;
    float: left;
    padding:9px 0 7px;
    clear: both;
    border-top: 1px solid #ccc;
    letter-spacing: 0.08em;
    line-height: 1.3em;
}

.company_d-inner.place dl dd{
	width:340px;
    padding:9px 0 7px;
    border-top: 1px solid #ccc;
    margin: 0;
    float: left;
    letter-spacing: 0.08em;
}

.company_d-inner dl dd:after{
    content: '';
    display: block;
    clear: both;
}

.company_d-inner.place dl dt:first-child,.company_d-inner.place dl dd:nth-of-type(1){
    border-top: none;
    padding-top:0;
}

.company_d-inner.about dl{
    width: 978px;
    font-size: 14px;
    color: #575757;
    display: block;
    overflow: hidden;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}

div.na{
    width:205px;
    background: url(../images/dot_k.png) 5px 10px repeat-x;
    display: block;
    overflow:hidden;
    float:left;
    padding:1px;
}
    
span.n{
    background-color: #fff;
    display: inline !important;
    margin:0;
}

span.p{
    width:80px;
    margin:0px 0 0 205px;
    overflow: hidden;
    display: block;
    padding:1px 2px 3px 2px;
}


.company_d-inner.about dl dt{
	width: 199px;
	float: left;
	padding: 9px 0 7px;
	clear: both;
	border-top: 1px solid #aaa;
	border-right: 1px dotted #aaa;
	letter-spacing: 0.1em;
	text-align: center;
	background-color: #00FF8B;
	margin: 0;
	color: #000;
}

.company_d-inner.about dl dd{
	width:718px;
    padding:9px 30px 7px;
    border-top: 1px solid #aaa;
    margin: 0;
    float: left;
    letter-spacing: 0.1em;
}




h2{
    width:100%;
    height:38px;
    text-align: center;
    padding:50px 0 24px;
    background: url(../images/title-back.gif) repeat-x;
}

h3{
	font-size: 37px;
	letter-spacing: 0.05em;
	margin: 0 0 5px;
	font-weight: normal;
	color: #005D31;
}


/*==============================
FOOTER
==============================*/

footer{
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative;
	top: 280px;
	height: 55px;
	padding: 20px 0;
	background-color: #005D31;
	border-bottom: 5px solid #D71718;
}

footer .foot_inner{
    width: 980px;
    margin: auto;
    text-align: center;
}

/*.copy-right{
    width:341px;
    height:13px;
    background-position: 0px -250px;
    margin: auto;
}*/


.foot_inner small{
    background-position: 0px -250px;
    margin: auto;
    width:341px;
    height:13px;
    display: block;
}
