﻿/* ----------------------index page---------------------- */
.wrapper 
{
    width: 100%;
    margin: 0 auto;
}

.container 
{
    padding: 0;
    max-width: 1200px;
    margin: 0 auto;
}

.navbar 
{
    margin-bottom: 0 !important;
}

.navbar-default 
{
    border: none !important;
}

p 
{
    margin: 0 !important;
}

.new-data
{
    font-size: 1.35em;
    border:2px dotted #082a77;
    border-radius: 5px;
    color: #3a5e96;
    font-weight: bold;
    background-color: #f2f6ff;
    /*margin-bottom:10px;*/
}

.navbar-default
{
    background-color: #85a1e2 !important;
}

.navbar-default ul li a
{
    color: #fff !important;
    font-weight: bold;
}

.picBox {
    position: relative;
    margin: 0;
    padding: 0.5em 0.5em;
    border: solid 3px #688ac1;
    border-radius: 10px;
}
.picBox .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover
,.dropdown-menu
{
    background-color: #6f89c6 !important;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover
{
    background-color: #9fbbfc;
}

.new-data p
{
    /*margin-top:15px;
    text-indent:15px;*/
}

p.dataContent
{
    text-indent: 10px;
}

.data-field
{
    height: 200px;
    overflow-y:scroll;
}

.data-field a
{
    display:block;
    padding:8px 0;
    width:100%;
    text-indent:2%;
    border-bottom: 1px dashed #CCC;
}

.data-field a:hover
{
    background-color: #f0f0f0;
    text-decoration:none;
}

.dataArea 
{
    margin-bottom: 10px;
}

.mainContent
{
    padding:10px 15px 10px;
}

.mainContent img
{
    width: 100%;
}

.contactArea 
{
    padding: 80px 15px;
}

.contactHarf 
{
    width: 477px;
    text-align: center;
    margin: 0 auto;
    font-size: 1.25em;
}

.contactHarf a
{
    font-size: 1.25em;
    font-weight: 700;
}


/* ----------------------product page---------------------- */

.tableData td
{
    vertical-align: middle !important;
}

.baseDescription
{
    margin: 10px auto 30px;
}

.baseDescription p
{
    margin: 0;
}

.baseTitle
{
    font-size: 1.25em;
}

.handlingTitle 
{
    font-size: 1.25em;
    font-weight: bold;
}

.baseSection
{
    margin-bottom: 10px;
    border-bottom:1px solid black;
}

.powerNavi
{
    margin-bottom: 10px;
    margin-top: 10px;
}

.systems,
.featurs,
.baseFeatures
{
    margin-top: 20px;
    margin-bottom: 30px;
}

.systemDescription
{
    margin: 20px 0;
}

/* ---------------------    company  ------------------------*/

.company
{
    margin-bottom: 10px;
}

/* ----------------------       work     ------------------------*/
.workHover:hover
{
    opacity: 0.8;
}

.workArea
{
    max-height:415px;
    overflow:hidden;
}

.workArea img
{
    display: block;
    margin: 0 auto;
    width: 100%;
}

/* ---------------------- recruit page ---------------------- */
.admissions .row
{
    padding-top: 15px;
    padding-bottom: 30px;
    /*padding: 25px 0 40px;*/
}

.border-bottom
{
    border-bottom: 1px solid #ccc;
}

/*.admissions .row div
{
    margin-top:20px;
    margin-bottom:40px;
}*/

.admissions p
{
    margin: 10px 0 !important;
    margin-left: 20px;
}

.icon 
{
    display: inline-block;
    width: 10px;
    height: 5px;
    background-image: url("../img/triangle.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/* -------------------------------- contactForm -------------------------------*/
.contactForm
{
    margin-top: 30px;
    margin-bottom: 10%;
}

.contactForm p
{
    margin-bottom: 20px !important;
}

.contactForm input[type="text"]
{
    height: 25px !important;
}

.contact
{
    margin-bottom: 20px;
}

.radioBox p
{
    margin-bottom: 10px !important;
}

/* web fonts */
body *{
    /*font-family: 'Noto Sans Japanese', sans-serif important;*/
    font-family: 'Sawarabi Gothic', sans-serif important;
}
/* --------- */

@media (max-width: 1199px)
{

    .logoMark
    {
        width: 55%;
    }

    .container
    {
        width: 99% !important;
    }
}

@media (max-width: 992px)
{
    /*.container
    {
        width: 99% !important;
    }*/
}

@media (max-width: 991px)
{
    .fContent02
    {
        margin-bottom: 30px;
    }

    .logoMark
    {
        width: 80%;
    }

    .telTIme,.hInfo
    {
        padding: 0 !important;
    }

    .hTel
    {
        width: 222px !important;
    }

    .footerLogo
    {
        padding-bottom: 91px;
    }
}

@media (max-width: 767px) {
    .header
    {
        height: 206px !important;
    }

    .logoMark
    {
        width: 360px;
        min-width: 30%;
    }

    .hInfo
    {
        margin-top: 0 !important;
        width: 50% !important;
    }

    .telTIme
    {
        padding-left: 0 !important;
        height: 76px !important;
    }

    .nav a
    {
        text-align: center;
    }

    .navbar-toggle
    {
        margin-bottom: 23px !important;
    }

    .footerLogo
    {
        padding-bottom: 35px;
    }

    .comp img
    {
        width: 335px !important;
    }


}

@media (max-width: 662px) {
    .hInfo
    {
        margin-top: 0 !important;
        width: 50% !important;
    }

    .telTIme
    {
        height: 56px !important;
    }
}

@media (max-width: 638px) {

}