/* レイアウト関連 */
@font-face {
    font-family: Main Font IE;
    src: url('../fonts/cube.eot');
}

@font-face {
    font-family: Main Font;
    src: url('../fonts/cube.ttf');
}

body, html {
    font-family: Meiryo UI, serif;
    /*font-family: Meiryo UI, "Main Font IE", "Main Font", serif;*/
    background-color: #f0f8ff;
    height: 100%;
}

#body-home,
#html-home {
    background: rgba(255, 255, 255, 0.5) url("../img/main.jpg") no-repeat 0 -30px;
    background-size: cover;
}


#body-home,
#html-home {
    overflow: hidden;
}

#temp {
    position: fixed;
    background-color:rgba(255,255,255,0.7);
    width: 100%;
    height: 100%;
    z-index: 999998;
}

#temp_gift {
    position: fixed;
    background-color:rgba(255,255,255,1);
    width: 100%;
    height: 100%;
    z-index: 999998;
}

#temp_message {
    font-size: 40px;
    position: fixed;
    top: 50%;
    left: 35%;

    padding-right: 260px;
    z-index: 999999;
}


#107_home {
    width: 1024px;
    height: 100%;
}


#header {
    margin:0 auto;

    width: 100%;
    height: 130px;
}

#header-area {
    padding: 10px 0 0 40px;

    width: 100%;
    height: 60px;
    /*background-color: #f0f8ff;*/
}

.header-message {
    margin: 14px 0 0 300px;
    font-size: 18px;
}

#logo-area {
    margin: 14px 200px 0 0;
    font-size: 20px;
}

#container {
    background-color: #ffffff;
    height: auto;
}

#container-home,
#container {
    width: 100%;
    height: auto;
    min-height: 572px;
}

#container-home > div {
    position: relative;

    margin: 0 auto;
    width: 1024px;
    height: auto;

    color: #191970;
    font-size: 20px;
}

#main {
    margin:0 auto;
    padding: 30px 20px 20px 20px;
    width: 1000px;
    height: auto;
    min-height: 430px;

    background-color: #ffffff;

}

footer {
    position: fixed;
    bottom:0;

    width: 100%;
    height: 15px;

    font-size: 14px;
    background: #191970;

}

footer div {
    float: right;

    width: 472px;

    font-size: 14px;
    font-weight: bold;
    text-align: left;
    text-decoration: none;

}

footer div a {
    color: #000000;
    text-decoration: none;

}

/* システム事業リンク */
#system-link,
#system-link-shadow1,
#system-link-shadow2
{
    position: fixed;
    padding: 20px;
    width: 160px;
    height:120px;
}

#system-link {
    top: 160px;
    right: 20px;

    background-color: #c0a16b;
    transform: rotate(-5deg);

    z-index: 10;
}

#system-link-shadow1 {
    top: 160px;
    right: 20px;

    background-color: #998367;
    transform: rotate(-10deg);

    z-index: 9;
}

#system-link-shadow2 {
    top: 160px;
    right: 20px;

    background-color: #4d4132;
    transform: rotate(-15deg);

    z-index: 8;
}

#system-link a {
    text-decoration: none;
    color: #000000;
}


/* ヘッダーメニュー */
#menu {
    clear: both;

    width: 100%;
    height: 70px;
    background: #000080;
}

#menu ul {
    margin: 0 auto;
    padding: 0;

    width: 100%;
    height: 70px;

    list-style-type: none;
    background: #191970;

}

#menu ul li::before,
#menu ul li::after {
    display: block;
    content: '';
}
#menu ul li,
#menu ul li::before,
#menu ul li::after {
    -webkit-transition: all .3s;
    transition: all .3s;
}

#menu ul li {
    margin: 0;
    padding: 0;
    float: left;

    width: 20%;
    height: 70px;

    color: #fff;
    text-align: center;
}

#menu ul li:last-child {
    border-right: none;
}

#menu ul li a {
    display: block;

    margin: 0;
    padding: 0;

    width: auto;
    height: 70px;

    color: #191970;
    font-size: 1.2em;
    text-decoration: none;

}

#menu ul li a span  {
    display: block;
    position: absolute;
    width: 20%;
    height: 70px;

    text-align: center;
    line-height: 70px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-transition: all .3s;
    transition: all .3s;
    pointer-events: none;
}

#menu ul li a span:nth-child(1) {
    background-color: #87cefa;
    color: #000080;

    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    transform: rotateX(90deg);

    -webkit-transform-origin: 50% 50% -35px;
    -moz-transform-origin: 50% 50% -35px;
    transform-origin: 50% 50% -35px;
}

#menu ul li a span:nth-child(2) {
    background-color: #000080;
    color: #fff;

    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);

    -webkit-transform-origin: 50% 50% -35px;
    -moz-transform-origin: 50% 50% -35px;
    transform-origin: 50% 50% -35px;
}
#menu ul li:hover span:nth-child(1) {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
#menu ul li:hover span:nth-child(2) {
    background-color: #333;

    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
}

@media only screen and (max-width: 480px) {

    #menu { display: none; }
    #menu li { width: 100%; }
    #toggle {
        display: block;
        position: relative;
        width: 100%;
        background: #000080;
    }

    #toggle a {
        display: block;
        position: relative;
        padding: 12px 0 10px;
        border-bottom: 1px solid #444;
        color: #fff;
        text-align: center;
        text-decoration: none;
    }

    #toggle:before {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 10px;
        width: 20px;
        height: 20px;
        margin-top: -10px;
        background: #fff;
    }

    #toggle a:before, #toggle a:after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 10px;
        width: 20px;
        height: 4px;
        background: #222;
    }

    #toggle a:before { margin-top: -6px; }
    #toggle a:after { margin-top: 2px; }

}


/*****************************************/
/* 共通部品                              */
/*****************************************/
.left { float: left; }
.right { float: right; }
.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right {  text-align: right; }
.large { font-size: 28px; }
.medium { font-size: 24px; }
.yellow { color: #ff8c00; }
.bold { font-weight: bold; }
.headline {
    clear: both;
    margin:0;
    padding:6px 20px;
    height: 40px;

    background: #ff6347;
    background: -moz-linear-gradient(left, #191970 0%, #4169e1 50%, #191970 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#191970), color-stop(50%,#4169e1), color-stop(100%,#191970));
    background: -webkit-linear-gradient(left, #191970 0%,#4169e1 50%,#191970 100%);
    background: -o-linear-gradient(left, #191970 0%,#4169e1 50%,#191970 100%);
    background: -ms-linear-gradient(left, #191970 0%,#4169e1 50%,#191970 100%);
    background: linear-gradient(left, #191970 0%,#4169e1 50%,#191970 100%);

    color:#FFF;
    font-size: 20px;
}

.headline span {
    display: block;
    float: left;
}

.headline .cube-left {
    float: left;
    margin-top: 5px;
    margin-right: 4px;
    width: 16px;
    height: 16px;
    background-color: #c0c0c0;
}

.headline .cube-center {
    float: left;
    margin: 10px 4px 0 0;
    width: 12px;
    height: 12px;
    background-color: #dcdcdc;
}

.headline .cube-right {
    float: left;
    margin: 14px 20px 0 0;
    width: 8px;
    height: 8px;
    background-color: #f5f5f5;
}

table {
    float: left;
    margin: 20px 0;
    width: auto;
    overflow: auto;
    display: block;

    -moz-box-shadow: 1px 1px 3px #999999;
    -webkit-box-shadow: 1px 1px 3px #999999;
    box-shadow: 1px 1px 3px #999999;
}

table th {
    padding: 20px 30px;
    /*width: 300px;*/

    background-color: #00008b;
    color: white;
    text-align: center;
}

table td {
    padding: 10px 30px;
    /*width: 300px;*/

    background-color: rgb(238, 238, 238);
    color: rgb(111, 111, 111);
}

div.text-area { margin-top: 10px; width:100%; }

table td.size { min-width: 120px; }
table td.floor { min-width: 140px; }
table td.price { min-width: 140px; }
table td.tax { min-width: 110px; }
table td.frequency { min-width: 130px; }
table td.price-calc { min-width: 240px; }

div.arrow-box {
    padding: 0 20px;
}
div.arrow-box i {
    display: block;
    margin-left: 30px;
    font-size: 40px;
}

div.full-box div.col-xs-3 {
    margin: 0 3% 3% 3%;
    padding: 20px;
    width: 19%;

    text-align: center;
    background-color: #add8e6;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

}

div.full-box div.col-xs-3 img {
    margin-top: 10px;
    width: 100%;
    height: 80px;
}

/*****************************************/
/* ホーム                                */
/*****************************************/
#txt-01 {
    position: absolute;
    top:60px;
    left:160px;
}

#txt-02 {
    position: absolute;
    top:120px;
    left:160px;
}

#footer-home {
    position: absolute;
    bottom: 0;

    width: 100%;
    height: 170px;

    /*background-color:rgba(25,25,112,0.4);*/
}

#footer-home > div {
    margin: 15px auto;
    width: 866px;
    height: 130px;
}

#footer-home div.information-box {
    float: left;
    margin: 5px 5px 25px 35px;
    padding: 10px 10px 10px 15px;

    width: 240px;
    height: 125px;

    background-color:#000080;

    /*background-color:rgba(224,255,255,0.3);*/
}



#footer-home > div > div {
    float: left;
    margin: 5px;
    padding: 20px;

    width: 300px;
    height: 300px;

    color: #ffffff;
    /*background-color:#f0f8ff;*/
    /*background-color:rgba(224,255,255,0.3);*/
}

#footer-home div.title {
    margin-bottom: 10px;
    text-align: center;
}

#footer-home span {
    display: block;

}

div.information-box  .inquiry { padding-left:10px;  }
div.information-box  .receive { text-align: center;  }

/*****************************************/
/* 会社概要                              */
/*****************************************/
#main div.full-box {
    float: left;
    padding: 20px;
    width: 100%;
    height: auto;
}

/*#main div.half-box {*/
    /*float: left;*/
    /*padding: 20px;*/
    /*width: 50%;*/
    /*height: auto;*/
/*}*/

#main div.full-box > div {
    float: left;
    /*margin-bottom: 5px;*/
}

.full-box .title { width: 100px; }
.full-box .column { width: 800px; }

div.letter {
    /*padding: 20px 20px 200px 200px;*/
    padding: 40px ;

    background: #87ceeb;
    /*background: rgba(255, 255, 255, 0.5) url("../img/letter.jpg") no-repeat 0 -300px;*/
    background-size: cover;

    -moz-box-shadow: 1px 1px 3px #999999;
    -webkit-box-shadow: 1px 1px 3px #999999;
    box-shadow: 1px 1px 3px #999999;

}

div.letter p {
    font-size: 1.2em;
    /*line-height: 2.2em;*/
    /*padding-bottom: 0.25em;*/
    /*display: inline;*/
    /*border-bottom: 1px solid #999999;*/
    color: #000000;
}

table.company {
    width: 500px;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0 15px;
    font-size: 12px;
    box-shadow: none;
}

table.company th,
table.company td {
    padding: 10px;
}

table.company th {
    background: #295890;
    vertical-align: middle;
    text-align: left;
    width: 100px;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
}

table.company th:after {
    left: 100%;
    top: 50%;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border: 10px solid rgba(136, 183, 213, 0);
    border-left-color: #295890;
    margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() {
    table.company th::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #295890 10px solid;
        margin-top: -10px;
    }
}

table.company td {
    background: #ffefd5;
    width: 360px;
    padding-left: 20px;
}

/*****************************************/
/* 賃貸物件                              */
/*****************************************/
div.full-box div.column-left, div.full-box div.column-right { float: left; width:400px; height: 100px; }
div.full-box div.column-right {
    padding: 40px 0 0 20px;
    border-left: solid 1px #444444;
}
div.full-box div.frame {
    float: left;
    padding: 10px;
    width:auto;
    height:126px;
    border: double 3px #444444;
}

div.full-box div.column-left div.breadth {
    float: left;
    width: 120px;
}

div.half-box div.column-left div.price {
    float: left;
    width: 120px;
}

div.flow-title {
    padding: 10px;
    width: 100px;

    text-align: center;
    font-size: 18px;
    background-color: #f0e68c;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

div.flow-content {
    padding: 10px;
    width: auto;

    font-size: 18px;
}

/*****************************************/
/* 対応エリア                            */
/*****************************************/
div.full-box div.frame {
    margin: 0 auto;
    width:486px;
    height:156px;
    border: double 3px #444444;
}

div.full-box div.column-left {
    float: left;
    width: 400px;
    border-right: double 3px #444444;
}

div.full-box div.column-right {
    float: left;
    width: 380px;
}

div.prefecture {
    padding: 14px 24px;
    height: 50px;
}

div.city {
    float: left;
    padding: 14px 40px;
    height: 50px;
}

#area-map {
    float: left;
    padding: 20px;
    height: 310px;
}

#area-map > img {
    display: block;
    margin: 0 auto;
    height: 100%;
}

/*****************************************/
/* ギフトカード                          */
/*****************************************/
div.full-box img {
    width: inherit;
}

div.disp-gift div.full-box {
padding: 10px 0 0 0;
}

div.gift-area {
    padding: 5px;
    background-color: #f0f8ff;

}

div.first {
    margin-top: 20px;
}

div.gift-arrow {
    padding: 0 40px 0 70px;
}

div.gift-arrow span {
    display: block;
    font-size: 40px;
}

div.gift-title {
    padding: 10px 10px 5px 10px;
    width: 140px;
    height: 80px;

    text-align: center;
    line-height: 60px;
    font-size: 18px;
    background-color: #f0e68c;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

div.gift-content {
    padding: 10px 10px 0 40px;
    width: auto;

    font-size: 18px;
}

#main div.use-box {
    float: left;
    padding: 0 20px 10px 20px;
    width: 100%;
    height: auto;
}

div.use-title {
    margin: 0;
    padding: 10px 10px 5px 165px;
    width: 100%;
    height: auto;

    text-align: left;
    font-size: 24px;
    background-color: #afeeee;

    -moz-box-shadow: 1px 1px 3px #6495ed;
    -webkit-box-shadow: 1px 1px 3px #6495ed;
    box-shadow: 1px 1px 3px #6495ed;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#use-example {
    padding: 10px 10px 5px 10px;
    text-align: center;
}
div.use-title .example {
    margin: 10px auto;
    padding: 10px;
    width: 85%;
    height: auto;

    font-size: 16px;
    text-align: left;

    border: 6px double #000080;

}

