@charset "UTF-8";


body {
    font-family:Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    background: url(../img/bg.jpg);
    overflow-y:scroll;
    color: #4e5764;
}

.claerfix:after {
    content: "";
    clear: both;
    display: block;
}



/*
 header
-----------------------------*/

header {
    background: url(../img/bg_head_foot.jpg);
    min-width: 950px;
}
header .head {
    width: 950px;
    margin: 0 auto;
    padding: 28px 0 24px;
    overflow:hidden;
}
header img {
    vertical-align:bottom;
}
header h1 {
    margin: 0;
    width: 322px;
    float: left
}
header h1 a {
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
header h1 a:hover {
    opacity:0.6;
}
header dl {

    float: right;
    margin:0;
    padding: 3px 0 0;
}
header dt,
header dd {
    float:left;
}
header dt {
    margin: 8px 0 0 17px;
}
header dt:first-child {
    margin: 8px 0 0;
}
header dd {
	width:203px;
    margin: 0 0 0 12px;
}
header dt:first-child + dd {
	width:184px;
}
header dd a {
	display:block;
	height:14px;
	margin-top:6px;
}
header dd a img {
	vertical-align:top;
}


nav {
    background: #fff;
    min-width: 950px;
}
nav ul {
    width: 950px;
    margin: 0 auto;
    padding: 11px 0;
    overflow:hidden;
}
nav li {
    display:inline;
    line-height: 1.2;
    float: left;
    list-style-type: none;
    font-size: 13px;
    color: #00a5a5;
    border-right: solid 1px #b3e7e7;
}
nav a {
	width: 133px;
	min-height: 18px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	color: #00a5a5;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
nav li:first-child {
    border-left: solid 1px #b3e7e7;
}
nav a:hover,
nav a.on {
    color: #ff9226;
}



.breadlist {
    width: 950px;
    margin: 18px auto 20px;
    clear: both;
}
.breadlist ul {
    padding: 0;
    margin: 0;
}
.breadlist li {
    font-size: 11px;
    color: #384250;
    list-style-type: none;
    margin: 0;
    line-height: 1.2;
    display: inline-block;
}
.breadlist li:before {
    content: ">";
    padding: 0 6px 0 0;
    color: #a3a8ae;
}
.breadlist li:first-child:before {
    display:none;
}
.breadlist a {
    color: #a3a8ae;
    text-decoration: none;
}
.breadlist a:hover {
    text-decoration: underline;
}




/*
 container
-----------------------------*/
.container {
    width:950px;
    margin: 0 auto 38px;
}


/*
 main
-----------------------------*/
.main {
    width: 636px;
    float:right;
    background: #fff;
    padding: 42px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.main h1 {
    border-bottom: solid 1px #00a5a5;
    font-size: 10px;
    line-height: 1;
    padding: 0 0 26px 5px;
    margin: 12px 0 48px;
}
.main h1 img {
    vertical-align: top;
}
.main h2 {
    font-size: 18px;
    line-height: 1.2;
    color: #00a5a5;
    font-weight: normal;
    background: url(../img/bar_heading.gif) no-repeat left top;
    padding: 10px 0 0 18px;
    min-height: 32px;
    margin: 0 0 24px;
}
.main h3 {
    font-size: 14px;
    line-height: 1.4;
    font-weight: normal;
    margin: 0 0 7px;
    padding:0;
    color: #00a5a5;
    clear:both;
}
.main h4 {
    font-size:14px;
    line-height: 1.4;
    margin: 0 0 12px;
    padding: 0;
    color: #00a5a5;
    clear: both;
}


/*
 sub menu
-----------------------------*/
.sub {
    width: 210px;
    float: left;
    position: relative;
}
.sub .sidemenu {
    background: #00a5a5;
    margin: 0;
    padding: 0 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.sub .sidemenu.stuck {
    position: fixed;
    width:182px;
    top:0;
}
.sidemenu li {
    background: url(../img/bg_sidebar.gif) no-repeat center top;
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 10px;
    line-height: 1;
}
.sidemenu li:first-child {
    background: none;
}
.sidemenu img {
    vertical-align:top;
}
.sidemenu a {
    display:block;
    padding: 21px 0 19px 20px;
    background: url(../img/icon_arrow3.png) no-repeat 6px center;
}
.sidemenu a:hover {
    opacity: 0.5;
}





/*
 footer
-----------------------------*/
footer {
    background: url(../img/bg_head_foot.jpg);
    min-width: 950px;
    color: #fff;
}
.footmenu {
    background: url(../img/bg_footlist.jpg);
    min-width: 950px;
}
.footmenu ul {
    width: 950px;
    margin: 0 auto;
    line-height: 1;
    padding: 28px 0 21px;
}
.footmenu li {
    display:inline-block;
    vertical-align: top;
    color: #fff;
    font-size: 12px;
    margin-right: 24px;
    line-height: 1;
}
.footmenu li:before {
    content:"";
    background: url(../img/icon_arrow1.png) no-repeat left center;
    font-weight: bold;
    padding: 0 0 0 6px;
    margin:0 8px 0 0;
}
.footmenu a {
    color: #fff;
    text-decoration: none;
}
.footmenu a:hover {
    opacity:0.7;
}
.foot {
    width: 950px;
    margin: 0 auto;
    overflow: hidden;
}
.foot img {
    vertical-align:top;
}
.foot .logo {
    padding: 20px 0 0;
}
.foot .copy {
    font-size: 0.765em;
}
.foot div {
    width: 353px;
    float:left;
}
.foot ul {
    float: left;
    margin:0 auto 0 40px;
    padding:40px 30px 18px 0;
}
.foot li {
    display: inline-block;
	vertical-align: top;
    width:205px;
    margin:0 0 0 12px;
}

.foot dl,
.foot dt, 
.foot dd {
    margin: 0;
    padding: 0;
    font-size: 11px; 
}
.foot dt {
    font-size: 12px;
}

.foot .address {
    font-size: 10px;
}
.foot .tel {
    padding:6px 0;
}
/*
parts
-----------------------------*/
.txt_right{text-align: right;}
.flex{display: flex;}
.flexSb{display: flex; justify-content: space-between;}
.bg_white{background: white;}
li{list-style: none;}
.col_green{color:#00A5A5;
}