@charset "utf-8";

/*基本設定
----------------------------------------------------*/

html {
    height: 100%;
    overflow-y: scroll;
}

body {
    margin: 0;
    padding: 0;
    /*background:url(../img/bg.gif) left top repeat;*/
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #111;
    line-height: 1.8em;
    font-size: 12px;
    text-align: left;
    behavior: url("/httpdocs/honyaku/css/csshover.htc");
    width: 100%;
    position: relative;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    padding-bottom: 420px;

}



a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    border: 0;
}


h1 {
    font-size: 20px;
}

h2,
h3,
h4,
h5,
p {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

table {
    width: 100%;
    border: 0;

}

th,
td {
    font-size: 12px;
}

.inner {
    width: 960px;
    margin: 0 auto;
    padding: 0;

}





.company-t {
    border-top: dotted 1px #999;
    margin: 20px 0px;
}

.company-t th {
    border-bottom: dotted 1px #999;
    padding: 7px;
    text-align: left;
    width: 110px;
    background: #fafafa;
}

.company-t td {
    border-bottom: dotted 1px #999;
    padding: 7px;
}

.financial-t {
    border-top: dotted 1px #999;
    margin: 20px 0px;
    width: 600px;
}

.financial-t th {
    border-bottom: dotted 1px #999;
    padding: 7px;
    text-align: right;
    background: #fafafa;
}

.financial-t td {
    border-bottom: dotted 1px #999;
    padding: 7px;
}

#cont {}

.text-eng {
    font-size: 12px;
    font-weight: normal;
    color: #808080;
}

/*floatの解除案（新）
----------------------------------------------------*/

/*.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}


/*floatの解除(旧)
----------------------------------------------------*/

.fix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.fix {
    min-height: 1px;
}

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



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

#header {
    width: 100%;
    background: url(../img/header_bg.png) left top repeat-x #fff;
    padding-top: 4px;

}

#home {
    position: relative;
    height: 100px;
}

.logo h1 {
    display: block;
    position: absolute;
    background: url(../img/logo_namerozetta.png) left top no-repeat;
    width: 320px;
    height: 60px;
    text-indent: -9999px;
    position: absolute;
    top: 10px;
    left: 10px;
    margin-left: 10px;
}


.contact {
    position: absolute;
    bottom: 30px;
    right: 20px;
}

#navi {
    height: 54px;
    margin: 0;
    padding: 0;
    font-size: 14px;

}

#navi li {
    display: block;
    float: left;
    width: 16.6%;

    margin: 0;
    padding: 0;
}

#navi li a {
    display: block;
    height: 35px;
    padding: 15px 0 0;
    text-align: center;
    text-decoration: none;
    color: #000000;
    border-bottom: solid 4px #445cab;
    margin-right: 6px;
    margin-left: 6px;
}

#navi .orange a {
    border-bottom: solid 4px #02b7e6;
    margin-right: 4px;
    margin-left: 4px;
}

#navi li a:visited {
    color: #000000;
}

#navi li a:hover {

    color: #000000;
    background: #E5F3FF;
}


/*main
----------------------------------------------------*/

#main {
    width: 100%;
    max-height: 550px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

@media screen and (max-width: 768px) {
    #main {
        background-image: url("../img/sample1.jpg");
        width: 100%;
        max-height: 550px;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;

    }
}

.inner_main {
    width: 100%;
    margin: auto;
    position: relative;
    text-align: left;
}

.inner_image video {
    width: 100%;
    height: 100%;
    min-width: 1400px;
    min-height: 550px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: -150px auto 0;
    position: relative;
    z-index: -9999;
}


.inner_text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    max-width: 960px;
}

.comment {
    display: block;
    /*スマホ削除*/
    position: absolute;
    width: 100%;
    height: 50%;
    padding: 20px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: #ffffff;
    line-height: 1.8em;
    text-align: center;

}

.comment:not(:target) {
    filter: none;
}

.comment h2 {
    font-size: 36px;
    font-weight: bold;
    margin: 10px 0px;
    line-height: 1.2em;
}

.comment h2 strong {
    color: #445cab;
}

.comment p {
    font-size: 16px;
    margin-top: 20px;
}

.comment p strong {
    font-weight: bold;
}

.comment a {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    background-color: #e19b0f;
    padding: 16px;
    border-radius: 4px;
}

.comment a:visited {
    color: #ffffff;
}

.comment a:hover {

    color: #ffffff;
    background-color: #ffe4b3;
    text-decoration: none;
}

/*pankuzu
----------------------------------------------------*/

#pankuzu {}

#pankuzu ul {
    margin-top: 20px;
    margin-left: 30px;
}

#pankuzu li {
    display: inline;
}

/*content
----------------------------------------------------*/

#content {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #f5f5f5
}

.content_prudct h2 {
    width: 90%;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-left: 40px;
    margin-bottom: 30px;
    font-size: 16px;
    color: #000000;
    border-bottom: solid 1px #445cab;
}


li.box2 a {
    margin: 38px;
    display: block;
    float: left;
    border: 1px solid #dcdcdc;
    width: 400px;
    background: #ffffff;
    text-decoration: none;
    color: #000000;
}

.box2 a:hover {
    border: 1px solid #445cab;

}

.box2 h3 {
    font-size: 20px;

    padding: 15px 0px;
    margin: 0px 20px;
    background: url(../img/h3-bg2.png) no-repeat bottom right;
    text-align: center;
}


.box2 p {
    font-size: 14px;
    margin: 20px;
    text-align: center;
}


li.box2t a {
    margin: 8px;
    display: block;
    float: left;
    border: 1px solid #dcdcdc;
    width: 300px;
    background: #ffffff;
    text-decoration: none;
    color: #000000;
}

.box2t a:hover {
    border: 1px solid #445cab;

}

.box2t h3 {
    font-size: 16px;

    padding: 15px 0px;
    margin: 0px 20px;
    background: url(../img/h3-bg2.png) no-repeat bottom right;
    text-align: center;
}


.box2t p {
    font-size: 14px;
    margin: 20px;
    text-align: center;
}

/*news
----------------------------------------------------*/

#news {}

.content_news h2 {
    width: 90%;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-left: 40px;
    margin-bottom: 30px;
    font-size: 16px;
    color: #000000;
    border-bottom: solid 1px #445cab;
}

.box {
    width: 880px;
    float: left;
    background: #ffffff;
    border: 1px solid #dcdcdc;
    margin: 40px 20px;
    padding: 20px;
}

.box h3 {
    font-size: 20px;
    padding-bottom: 15px;
    background: url(../img/h3-bg2.png) no-repeat bottom right;
}

.box p {
    font-size: 14px;
    margin: 20px;
}

/*footer
----------------------------------------------------*/

#footer {
    margin-top: 30px;
    width: 100%;
    height: 420px;
    background: #717071;
    text-align: left;
    position: absolute;
    bottom: 0;
    background-color: #4470AA;
    border-top: 6px solid #f5f5f5;
}

.box4 a {
    color: #ffffff;
}

.box4 a:visited {
    color: #ffffff;
}

.box4 a:hover {
    color: #ffffff;
}

.box3 a {
    color: #ffffff;
}

.box3 a:visited {
    color: #ffffff;
}

.box3 a:hover {
    color: #ffffff;
}

.box4 {
    width: 130px;
    float: left;
    height: 160px;
    margin-top: 20px;
}

.box4 h3 {
    font-size: 16px;
    font-weight: bold;
}

.box4 li {
    font-size: 12px;
    line-height: 1.6em;
}

.box3 {
    width: 160px;
    float: left;
    height: 160px;
    margin-top: 20px;
}

.box3 h3 {
    font-size: 16px;
    font-weight: bold;
}

.box3 li {
    font-size: 12px;
    line-height: 1.6em;
}

.box5 {
    width: 220px;
    float: left;
    height: 160px;
    margin-top: 20px;
    background-color: #ffffff;
}

.box5 li {
    font-size: 11px;
    padding: 10px;
    text-align: center;
    line-height: 1.4em;
}

.box5 li a {
    color: #445cab;
}

.box5 li a:visited {
    color: #445cab;
}

.box5 li a:hover {
    color: #445cab;
}

.footer-box a {
    color: #ffffff;
}

.footer-box a:visited {
    color: #ffffff;
}

.footer-box a:hover {
    color: #ffffff;
}

.footer-box {
    float: left;
    margin-top: 20px;
}

.w25p {
    width: 25%;
}

.w50p {
    width: 50%;
}

.footer-box h3 {
    font-size: 14px;
    border-bottom: 1px solid #f5f5f5;
    margin-right: 30px;
    margin-top: 15px;
    padding-bottom: 2px;
}

.footer-box ul {
    margin-right: 20px;
    padding-top: 5px;
}

.footer-box li {
    font-size: 11px;
    margin-top: 5px;
    padding-left: 25px;
    background: url("../img/arrow-WH.png") no-repeat 2% 50%;
}

.footer-box .footer-fl {
    float: left;
    width: 40%;
}

.footer-box .privacy {
    background-color: #ffffff;
    width: 360px;
    margin-top: 20px;
}

.footer-box .privacy li {
    float: left;
}

.footer-box .privacy li a {
    color: #000000;
}

.footer-box .privacy li a:visited {
    color: #000000;
}

.footer-box .privacy li a:hover {
    color: #000000;
}

/*2ページ目以降
----------------------------------------------------*/

.main {
    width: 70%;
    float: left;
    background: #ffffff;
    border: 1px solid #dcdcdc;
    margin: 20px 0px;
}

.section {
    margin: 20px;
}

.section p {
    margin-top: 20px;
}

.section h4 {
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #445cab;
}

.section h5 {
    margin-top: 20px;
    font-size: 20px;
    color: #445cab;
    border-bottom: 1px solid #e19b0f;
}


.main h3 {
    font-size: 28px;

    padding-bottom: 15px;
    background: url(../img/second/h3-bg.png) no-repeat bottom right;
    color: #445cab;
}


.listdecimal li {
    margin-top: 20px;
    margin-left: 20px;
    list-style: decimal;
}

.listdisc li {
    margin-top: 0px;
    margin-left: 20px;
    list-style: disc;
}

.listdecimalin li {
    margin-top: 0px;
    margin-left: 20px;
    list-style: decimal;
}

.listdiscin li {
    margin-top: 0px;
    margin-left: 20px;
    list-style: disc;
}

.rowbox {
    margin-top: 20px;
    padding: 0px 20px 20px 20px;
    border: 1px solid #dcdcdc;
}

.rowbox h4 {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #dcdcdc;
}

.rowbox p {
    margin-top: 10px;
}

.border-line {
    margin-top: 20px;
    border-bottom: 1px dotted #dcdcdc;
}

#map {
    width: 80%;
    height: 320px;
}

.side {
    width: 27%;
    float: right;
    background: #ffffff;
    border: 1px solid #dcdcdc;
    margin: 20px 0px;
    padding-bottom: 20px;
}

.side li {
    background: url(../img/second/side_menu_bg.gif) 0 bottom no-repeat;
    padding: 5px 0 5px 25px;
    margin: 5px 15px;
    font-size: 14px;

}

.side li a {
    color: #000000;
}

.side li a:visited {
    color: #000000;
}

.side li a:hover {
    color: #000000;
}

.pmark {
    margin: 20px auto;
    width: 75px;
    height: 75px;
}

.rowline {
    font-size: 0px;
}

.rowline li {
    display: inline-block;
    vertical-align: top;
    font-size: 10px;
    padding-top: 20px;
    margin-right: 10px;
}

.section iframe {
    margin-top: 20px;
    padding: 0px 20px 20px 20px;
}

*:focus {
    outline: none;
}

.officer .post {
    margin-left: 12px;
}

/*臨時
----------------------------------------------------*/

.logo2 h1 {
    display: block;
    position: absolute;
    width: 320px;
    height: 60px;
    position: absolute;
    top: 10px;
    left: 10px;
    margin-left: 10px;
}

.contact2 a {
    position: absolute;
    bottom: 30px;
    right: 20px;
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    background-color: #ffa800;
    border-bottom: 4px solid #cc7000;
    border-right: 4px solid #cc7000;
    padding: 8px 24px;
    border-radius: 3px;
}

.contact2 a:visited {
    color: #ffffff;
}

.contact2 a:hover {

    color: #ffffff;
    background-color: #cc7000;
    text-decoration: none;
}
