@charset "utf-8";


/*---------------------------------------------------------------------------------
初期設定
--------------------------------------------------------------------------------- */
body {
/*
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    color: #222;
    line-height: 160%;
    font-size: 13px;
*/
    margin: 0px;
    padding: 0px;
    position: relative;
    background: #fff;
}


h1,h2,h3,h4,h5,h6,
ul,ol,dl,
p,li,dt,dd,th,td {
    margin: 0px;
    padding: 0px;
    border: 0;
    vertical-align: baseline;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
th,td {
    text-align: left;
    vertical-align: top;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
    margin: 0px;
    padding: 0px;
}

img {
   vertical-align: middle;
}

button {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

a:link,a:visited {
    color:#000;
    text-decoration: none;
}

a:hover {
    color:#222;
    text-decoration: underline;
}

a img {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

a img:hover,
a img:hover,
input[type="image"]:hover {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;

    text-decoration: none;
    filter: alpha(opacity=60);
    -moz-opacity:0.6;
    opacity:0.6;

}

a.nop img:hover,
a.nop img:hover {
    text-decoration: none;
    filter: alpha(opacity=100);
    -moz-opacity:1;
    opacity:1;

}

ul {
    list-style-type: none;
}

div.clear {
    clear: both;
    height: 0px;
    overflow:hidden;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
}

.none {
    display: none !important;
}

.bold {
    font-weight: bold;
}

.cont {
    width: 1000px;
    margin: 0 auto;
}

img {
    max-width: 100%;
    height: auto;
}



/* 共通 */

body {
    background: #fff url(../images/common/common_bg1.jpg);
}

.mainh {
    margin: 35px 10px;
}





/* ヘッダー */
header {
    width: 100%;
    min-width: 1020px;
    height: 250px;
/*    background: rgba(45,64,108,0.5);*/
/*    position: fixed;*/
    top: 0;
    z-index: 5;
/*    background: #224B8F;*/
/*    position: absolute;*/
/*
    -moz-box-shadow: 0 1px 3px #ccc;
    -webkit-box-shadow: 0 1px 3px #ccc;
    box-shadow: 0 1px 3px #ccc;
*/
}

header h1 {
    position: absolute;
    top: 3px;
    right: 70px;
    font-size: 10px;
}

header .logo {
/*    position: absolute;*/
    width: 225px;
    margin: 0 auto;
/*
    top: 8px;
    left: 25px;
*/
}

header nav {
    width: 852px;
    margin: 0 auto;
/*    position: absolute;*/
/*
    top: 17px;
    right: 10px;
*/
    overflow:hidden;
}

header nav ul {
    width: 852px;
    float: left;
    overflow: hidden;
}

header nav ul li {
    float: left;
    text-align: center;
}

header nav ul li a:hover {
    transition: 0.3s ease-in-out;
    text-decoration: none;
}

#hed {
    width: 100%;
}
