@charset "utf-8";
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 2016/11/29, 10:41:53
    Author     : 1080421

*/

body{
    font-family: 'Noto Sans Japanese', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 14px;
}

@media (min-width: 768px) {
    .container {
        max-width: 600px!important;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 770px!important;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1000px!important;
    }
}

/* header
-------------------------------------------------- */
header h1{
    display: inline-block;
    width:100%;
}
header h1 img{
    margin-top: 10px;
    margin-bottom: 10px;
    height:auto;
    width:60%;
}

header{
    /*margin: 15px 0px;*/
    font-size: 14px;
    font-weight: bold;
    color: #3C7DC0;
}

/*header nav{
        float:right;
        width:100%;
    margin-top: 16px!important;
}*/

.none{
    display: none;
}

header li{
    list-style-type:none;
    display:inline-block;
}

.mainmenu{
    text-align: left;
}

.mainmenuli{
    margin: 0px 3px;
}

.mainmenuli:last-child{
    margin-right: 5px;
}

/*header nav{
    float:left;
    width:50%;
    margin-top: 0px;
}*/

header nav a:hover {
    color:#2EACE3;
    text-decoration:none;
}

header nav a{
    color:#1A305E;
}

.blueline{
    height:4px;
    background:#3C7DC0;
    margin-bottom:0px;
    margin-top:5px;
}


@media (min-width: 768px) {
    header h1{
        display: inline-block;
        width:40%;
    }
    header h1 img{
        margin-top: 10px;
        margin-bottom: 10px;
        height:auto;
        width:60%;
    }

    .none{
        display: inline-block;
        float:right;
    }

    header{
        margin: 15px 0px 5px;
        font-size: 16px;
        font-weight: bold;
        color: #3C7DC0;
    }

    header nav{
        float:right;
        width:60%;
        margin-top: 35px!important;
    }

    .sizechange{
        display: inline-block;
        float:right;
        /*        width:30%;*/
        margin: 0px 5px;
        text-align: right;
    }

    header p{
        float:right;
        /*width:30%;*/
        margin: 0px 5px;
        text-align: right;
        margin-top: 8px!important;
        display:inline-block;
        position:static;
        font-weight: normal;
    }

    header .size1{
        display:inline-block;
        font-weight: normal;
        border: solid 1px #3C7DC0;
        background:#3C7DC0;
        color: white;
        padding: 0px 2px;
        position:relative;
        bottom:7px;
    }

    header .size2{
        display:inline-block;
        font-size: 20px;
        font-weight: normal;
        border: solid 1px #3C7DC0;
        padding: 2px 4px 0px;
        position:relative;
        bottom:8px;
    }

    header .size3{
        display:inline-block;
        font-size: 24px;
        font-weight: normal;
        border: solid 1px #3C7DC0;
        padding: 2px 6px 0px;
        position:relative;
        bottom:9px;
    }

    .mainmenu {
        display: inline-block;
        overflow: hidden;
        float: right;
        width:100%;
        text-align: right;
        margin-top: 5%;
    }
    .mainmenuli{
        margin: 0px 10px;
    }
}

/*(竊塗elp)*/

.mainmenu{
    overflow: auto;
    position: relative;
}
#mainmenu li {
    /*float: left;*/
    padding: 0;
    margin: 5px;
}

#mainmenu li ul {
    display: none;
    position: absolute;
    top: 25px;
    right: 0px;
    padding: 22px 18px 18px 18px;
    /*background: rgba(19,101,167,0.5);*/
    background-repeat: no-repeat;
    z-index: 2;
}
#mainmenu li ul.submenuul01{
    background-image: url(../img/submenu_bg01.png);
}
#mainmenu li ul.submenuul02{
    background-image: url(../img/submenu_bg02.png);
}
#mainmenu li ul li {
    display:block;
    text-align: left;
    width: auto;
    margin:3px;
    /*                padding:3px;*/
}

#mainmenu li ul li a {
    display: inline-block;
    margin: 0;
    padding: 7px 3px 7px 30px;
    width: 215px;
    border: none;
    background: #1365A7;
    color: #FFFFFF;
    border: 1px solid #1365A7;
    font-weight: normal;
}
#mainmenu li ul li a:hover {
    background: #FFFFFF;
    color: #1365A7;
    border: 1px solid #1365A7;
}
/*(竊蘇elp)*/



/* slider
-------------------------------------------------- */

.container-fluid{
    padding: 0px!important;
}

/*.owl-nav{
    display: none;
}*/

.owl-prev {
    top: 42%; 
    left: 2%;
    font-size: 3em;
    color: #FFF;
    padding: 8px;
    position: absolute;
}

.owl-next {
    top: 42%;
    right: 2%;
    font-size: 3em;
    color: #FFF;
    padding: 8px;
    position: absolute;
}

/*.owl-carousel .owl-item img {
    opacity: 0.5; 
}*/

/* news
-------------------------------------------------- */

.news{
    margin:30px 0px 45px;
    /*    background: lime;*/
}

h1,h2,h3{
    margin-bottom: 5px;
}

.news h2{
    font-size: 16px;
    font-weight: bold;
    color: #666666;
}

.news li{
    list-style-type: none;
}

.news .summary{
    background:#3C7DC0;
    color: #FFFFFF;
    float: right;
    padding: 5px 10px;
    margin-top: 10px;
    margin-right: 10px;
}

.news .summary:hover {
    color:#1365A7;
    background-color: #FFFFFF;
    text-decoration:none;
    border: solid 1px #3C7DC0;
}

.news h2{
    border-bottom:5px solid #3C7DC0;
    padding-bottom: 8px;
    margin-bottom: 15px;

}

.sectionline_blue{
    height:4px;
    background:#3C7DC0;
    margin:0px 0px 10px;
}

.newsli{
    padding: 0px 10px;
}

.news span,time{
    display: inline-block;
    margin-left:10px;
}

.newsicon,time{
    color: #3C7DC0;
}

.newstype1{
    width: 70px;
    background: #30A7B0;
    color: #FFFFFF;
    text-align: center;
    padding: 5px 0px;
}

.newstype2{
    width: 70px;
    background: #2EACE3;
    color: #FFFFFF;
    text-align: center;
    padding: 5px 0px;
}

.newsupdate{
    float: right;
    width: 45px;
    background: #9E005D;
    color: #FFFFFF;
    text-align: center;
    padding: 5px 0px;
    margin-right:10px;
}

.newstitle a{
    color:#666666;
    clear: both;
}

.newstitle{
    margin-top: 8px;
}

.newstitle a:hover {
    color:#2EACE3;
    text-decoration:none;
}


.dashedline_blue{
    border: dashed 1px #3C7DC0;
    margin: 2px auto 10px;
    width: 98%;
}

.margin_offset{
    overflow: hidden;
}

@media (min-width: 769px) {
    .newstitle{
        margin-top: 0px;
    }
}

/* products
-------------------------------------------------- */

.products{
    padding:30px 0px 45px;
    color: #FFFFFF;
    background:#1365A7;
}

.products h2{
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 8px;
}

.sectionline_white{
    height:4px;
    background:#FFFFFF;
    margin:0px 0px 10px;
}

.productsli{
    padding: 0px 15px;
}

.productsli .off{
    padding: 0px 5px;
}

.product{
    padding: 0px 5px;
    list-style:none;
    padding: 5px;
    background-color:rgba(200,202,201,0.2);
    margin: 20px 0px;
}

.product h3{
    border-bottom: #FFF solid 2px;
    color: #FFF;
    font-size: 1.0em;
    font-weight: bold;
    margin-top: -5px;
    padding: 15px 5px;
}

.product:hover{
    background-color:rgba(200,202,201,0);
}


.products img{
    width:100%;
    height: auto;
}

.productname{
    font-weight: bold;
    color:#FFFFFF;
}

.line_white{
    height:2px;
    background:#FFFFFF;
    margin:1px 0px 5px;
}

.detail{
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 10px 0px;
    border: solid 2px #FFFFFF;
    color:#FFFFFF;
    padding: 8px 0;
}

.detail:hover {
    color:#1365A7;
    background-color: #FFFFFF;
    text-decoration:none;
}

/* pickups
-------------------------------------------------- */

.pickups{
    padding:30px 0px 45px;
    color: #666666;
    background:#EEEEEF;
}

.pickups h2{
    font-size: 16px;
    font-weight: bold;
}

.pickups img{
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.pickupsli{
    padding: 0px 15px;
}

.pickupsdetail{
    padding: 5px;
    list-style:none;
    float: left;
    /*width:30%;*/
    /*margin: 10px 3px;*/
    position: relative;
}

.pickupsdetail li{
    display: inline-block;
}

.picknewsup{
    float: left;
    width: 45px;
    background: #9E005D;
    color: #FFFFFF;
    text-align: center;
    padding: 5px 0px;
    margin:10px 0px;
}

.pickicon{
    float: left;
    width: 10px;
    margin:17px 0px;
}

.pickups time{
    /*    float: left;
        width:100px;*/
    color: #3C7DC0;
    margin:17px 10px;
}

.picknewstype1{
    width: 90px;
    background: #30A7B0;
    color: #FFFFFF;
    text-align: center;
    padding: 5px 0px;
    display: block;
    position: absolute;
    top:1.6%;
    right:1.3%;
}

.picknewstype2{
    width: 90px;
    background: #2EACE3;
    color: #FFFFFF;
    text-align: center;
    padding: 5px 0px;
    display: block;
    position: absolute;
    top:1.6%;
    right:1.3%;
}

.picknewstitle:hover {
    /*display: block;*/
    color:#2EACE3;
    text-decoration:none;
}

.picknewstitle{
    display: inline-block;
    color:#666666;
    clear: right;
}

/* footer
-------------------------------------------------- */

footer{
    padding:30px 0px 45px;
    background:url(../img/footer.png) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    height: 100%;
}

.footerli{
    padding: 0px 5px;
}

footer h3{
    color:#1a305e;
    font-weight: bold;
}

footer h3{
    color:#1a305e;
    font-size: 12px;
}

footer ul{
    padding-left: 10px;
}

footer ul li{
    list-style-type: none;
    font-size: 12px;
}

footer ul li:last-child{
    margin-bottom: 15px;
}

.copyright{
    color:#FFFFFF;
    background-color: #333333;
    text-align: center;
    padding: 10px 0px;
}



/* breadcrumb
-------------------------------------------------- */
.breadcrumb {
    padding:8px 15px 8px 0px;
}

.breadcrumb li+li:before {
    content:'\00bb';
}

.breadcrumb a{
    color: #666666;
}

.breadcrumb a:hover{
    color: #2eace3;
    text-decoration:none;
}

.breadcrumb,.breadback{
    background-color: #EEEEEF;
}

.breadback ol,.breadcrumb{
    margin-bottom: 0px;
}

.breadback{
    margin-bottom: 20px;
}

@media only screen and (max-width:480px){
    .breadback{
        margin-bottom: 5px;
    }
}



.sectionline_gray{
    height:4px;
    background:#c8cac9;
    margin:0px 0px 30px;
}

.contents{
    font-size: 14px;
    margin: 30px 0 50px 0;
}

.contents h2{
    font-weight: bold;
    font-size: 18px;
}

/* sidemenu
-------------------------------------------------- */


.side_mother>.sidemenu{
    margin-right: 30px;
    margin-left: -30px;
}

.fixed {
    position: fixed;
    top: 20px;
    /*width: 100%;*/
    z-index: 10000;
}

.sidemenu ul{
    background-color: #4a86b7;
    padding: 3px;
}

.sidemenu li{
    list-style: none;
    margin: 0;
    border-bottom: 2px solid #4a86b7;
}

.sidemenu li a{
    display: block;
    color: #FFFFFF;
    background: #1365A7;
    border: 1px solid #4a86b7;
    width: 100%;
    padding: 8px 10px;
}

.sidemenu li a:hover{
    background: #FFFFFF;
    color: #1365A7;
    border: 1px solid #1365A7;
    text-decoration: none;
}



/* maincontents
-------------------------------------------------- */
.maincontents{
    margin-right: 10px;
    padding-right: 10px;
}

@media only screen and (max-width:480px){
    .maincontents{
        margin:0 auto!important;
        padding-right: 0px;
    }
}

/* profile
-------------------------------------------------- */

.profile table{
    margin: 0px auto 30px;
    /*    border-collapse: separate;
        border-spacing: 1px;*/
    border: #3c7dc0 1px solid;
    width: 100%;
}

.profile table th{
    padding: 15px;
    vertical-align: middle;
    text-align: center;
    border-bottom: #FFFFFF 1px dashed;
    color: #FFFFFF;
    width: 30%;
    background-color: #3c7dc0;
}

.profile table td{
    padding: 15px;
    vertical-align: middle;
    text-align: left;
    border-bottom: #3c7dc0 1px dashed;
    color: #666666;
}

.profile table td ol{
    padding-left: 20px;
}

@media only screen and (max-width:480px){
    .profile table th,.profile table td{
        width:100%;
        display: block;
        border-top: none;
    }
    .profile table th{
        text-align: left;
        padding: 10px 10px;
        border-bottom: none;
    }
    .profile table td{
        padding: 10px 10px;
        border-bottom: none;
    }
    .profile table{
        border: none;
        /*border: #3c7dc0 1px solid;*/
    }
    .profile table tr{
        display: block;
        border: #3c7dc0 1px solid;
        margin-bottom: 5px;
    }
}
/* message
-------------------------------------------------- */
.message .topimg{
    display: block;
    width: 100%;
    height: 200px;
    background-image: url("../img/topimg2.jpg");
    background-size: cover;
    margin-bottom: 15px;
    position: relative;
}
@media only screen and (max-width:1024px){
    .message .topimg{
        background-image: url("../img/topimg4.jpg");
        height: 200px;
    }
}
@media only screen and (max-width:480px){
    .message .topimg{
        background-image: url("../img/topimg3.jpg");
        height: 150px;
    }
}
.toptitle{
    background-color: rgba(255,255,255,0.8);
    padding: 15px;
    display: block;
    width: 250px;
    position: absolute;
    top:30%;
    left: 0%;
    /*font-weight: 500;*/
}
.toptitle1{
    font-size: 20px;
    margin-left: 20px;
}
.toptitle3{
    font-size: 14px;
    margin-left: 20px;
}
.toptitle2{
    font-size: 14px;
    margin-left: 10px;
}
@media only screen and (max-width:480px){
    .toptitle{
        background-color: rgba(255,255,255,0.7);
        padding: 10px;
        display: block;
        width: 150px;
        position: absolute;
        top:30%;
        left: 0%;
        /*font-weight: 500;*/
    }
    .toptitle1{
        font-size: 16px;
        margin-left: 5px;
    }
    .toptitle3{
        font-size: 12px;
        margin-left: 5px;
    }
    .toptitle2{
        font-size: 12px;
        margin-left: 5px;
    }
}

.maincontents h3{
    display: inline-block;
    padding: 13px;
    vertical-align: middle;
    text-align: left;
    color: #FFFFFF;
    width: 98%;
    background-color: #1365a7;
    font-size: 16px!important;
    z-index: 2;
    position: relative;
    font-weight: 600;
/*    font-family: "繝｡繧､繝ｪ繧ｪ"!important;*/
}
@media only screen and (max-width:1024px){
    h3{
        font-size: 14px!important;
    }
}
.relt{
    position: relative;
    margin-bottom: 5px;
}
.titleback{
    z-index: 1;
    width: 98%;
    height: 46px;
    background-color: #c8cac9;
    position: absolute;
    top:32%;
    left:3%;
}
@media only screen and (max-width:480px){
    .titleback{
        display: none;
    }
}
.message .daihyo{
    display: inline-block;
    float: right;
    width: 80px;
    margin-top: 21px;
    margin-bottom: 15px;
}
.message img{
    display: inline-block;
    float: right;
    width: 150px;
    margin-top: 10px;
    margin-bottom: 15px;
}
/* object
-------------------------------------------------- */
.bulebold{
    color: #1365a7;
    font-weight: bold;
}
.object h6{
    font-size: 16px!important;
    margin-top: 30px;
}
.objectdrawing1{
    width:100%;
    height: auto;
    margin-top: 10px;
}
.objectdrawing2{
    width:100%;
    height: auto;
    margin-bottom: 20px;
}
.objectdrawing3{
    width:100%;
    height: auto;
    margin-bottom: 20px;
}

/* products
-------------------------------------------------- */
.products_description_img{
    width: 100%;
}

.comparison table{
    width: 610px!important;
    margin: 10px auto 30px;
    border-collapse: separate!important;
    border-spacing: 3px 3px!important;
}

.comparison table th,.comparison table td{
    text-align: center;
    vertical-align: middle;
    margin: 0 auto;
    padding: 3px 5px;
}

/*.comparison table th:first-child,.comparison table td:first-child{
    border-collapse: separate!important;
    border-spacing: 2px 5px!important;
    padding: 10px;
}*/

.comparison table thead tr{
    height: 80px!important;
}

.comparison table tbody tr{
    height: 50px!important;
}


.comparison table thead th,.comparison table thead td{
    padding: 10px 5px;
}

.comparison table th{
    background-color: #a0e2f9;
    color: #1365a7;
    /*    border-bottom: 3px solid #FFF;*/
}

.comparison table .green_comparison{
    background-color: #30a7b0;
    color: #ffffff;
}

.comparison table .blue_comparison{
    background-color: #1365a7;
    color: #ffffff;
}

.comparison table .gray1_comparison{
    background-color: #f4f4f4;
    color: #1365a7;
}

.comparison table .gray2_comparison{
    background-color: #e6e6e6;
    color: #1365a7;
}

.comparison table .yellow_comparison{
    background-color: #f9f3bd;
    color: #c1272d;
}

/* desitacho
-------------------------------------------------- */

.comparison_desitacho th{
    width: 300px!important;
}

.comparison_desitacho td{
    width: 190px!important;
}

.resize1{
    font-size: 23px;
}

.resize2{
    font-size: 27px;
}

.kome{
    font-size: 9px;
}

.dra_in_desi table{
    /*width: 610px!important;*/
    margin: 10px auto 5px;
    border-collapse: separate!important;
    border-spacing: 3px 3px!important;
}

.dra_in_desi table th{
    width: 40%;
    text-align: center;
    background-color:rgba(19,101,167,0.7);
    color: #ffffff;
    font-weight: bold;
}

.dra_in_desi table td{
    width: 60%;
    text-align: left;
    background-color: #f4f4f4;
    color: #4d4d4d;
    font-size: 14px;
}

.dra_in_desi table th,.dra_in_desi table td{
    vertical-align: middle!important;
    margin: 0 auto;
    padding: 3px 5px;
    /*height: 50px!important;*/
}

@media only screen and (max-width:480px){
    .dra_in_desi table th,.dra_in_desi table td{
        width: 100%;
        display: block;
    }
}

.dra_in_desi_img1{
    background-image: url("../img/desitacho3.png");
}

.dra_in_desi_img2{
    background-image: url("../img/desitacho4.png");
}

.dra_in_desi_img3{
    background-image: url("../img/drareco2.png");
}

.dra_in_desi_img4{
    background-image: url("../img/drareco3.png");
}

.dra_in_desi_img1,.dra_in_desi_img2,.dra_in_desi_img3,.dra_in_desi_img4{
    display: block;
    background-size:contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
}

@media only screen and (max-width:480px){
    .dra_in_desi_img1,.dra_in_desi_img2,.dra_in_desi_img3,.dra_in_desi_img4{
        height: 100px;
    }
}


.table_software_description table{
    /*width: 610px!important;*/
    margin: 10px auto 5px;
    border-collapse: separate!important;
    border-spacing: 3px 3px!important;
}

.table_software_description table th{
    /*width: 40%;*/
    text-align: center;
    background-color:rgba(19,101,167,0.7);
    color: #ffffff;
    font-weight: bold;
}

.table_software_description table td{
    /*width: 60%;*/
    text-align: left;
    background-color: #f4f4f4;
    color: #4d4d4d;
    font-size: 14px;
}

.table_software_description table td:last-child{
    background-color: #ffffff;
}

@media only screen and (max-width:480px){
    .table_software_description table td:last-child{
        margin-top: 10px;
    }
}

.table_software_description table th,.table_software_description table td{
    vertical-align: middle!important;
    margin: 0 auto;
    padding: 3px 5px;
    /*height: 50px!important;*/
}

@media only screen and (max-width:480px){
    .table_software_description table th,.table_software_description table td{
        width: 100%;
        display: block;
    }
}

.software_description_img5{
    display: block;
    background-image: url("../img/desitacho5.png");
    background-size:contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 130px;
}

.software_description_img6{
    display: block;
    background-image: url("../img/desitacho6.png");
    background-size:contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 130px;
}

.software_description_img7{
    display: block;
    background-image: url("../img/desitacho7.png");
    background-size:contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 130px;
}

.software_description_img8{
    display: block;
    background-image: url("../img/desitacho8.png");
    background-size:contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 130px;
}

.software_description_img9{
    display: block;
    background-image: url("../img/desitacho9.png");
    background-size:contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 130px;
}

.software_description_img10{
    display: block;
    background-image: url("../img/desitacho10.png");
    background-size:contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 130px;
}

.software_description_img13{
    display: block;
    background-image: url("../img/tsuisekikun5.png");
    background-size:contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 130px;
}

.software_description_img14{
    display: block;
    background-image: url("../img/tsuisekikun6.png");
    background-size:contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 130px;
}

.software_description_img15{
    display: block;
    background-image: url("../img/tsuisekikun7.png");
    background-size:contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 130px;
}

.software_description_img16{
    display: block;
    background-image: url("../img/tsuisekikun8.png");
    background-size:contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 130px;
}

.software_description_img17{
    display: block;
    background-image: url("../img/tsuisekikun9.png");
    background-size:contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 130px;
}



/* software_list
-------------------------------------------------- */

.software_list{
    margin: 30px 10px;
}

.software_thead1{
    background-color: rgba(19,101,167,0.8);
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    padding: 62px 10px 20px;
    text-align: center;
    height: 150px;
}

.software_thead2{
    background-color: rgba(19,101,167,0.8);
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    padding: 180px 10px 20px;
    text-align: center;
    height: 450px;
}

.software_thead3{
    background-color: rgba(19,101,167,0.8);
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    padding: 180px 10px 20px;
    text-align: center;
    height: 450px;
}

@media only screen and (max-width:480px){
    .software_thead3{
        height: 250px;
        padding: 110px 10px 20px;
    }
}


.software_tbody1{
    background-color: #f2f2f2;
    color: #1365a7;
    font-size: 14px;
    padding: 20px 10px;
    font-weight: bold;
    height: 150px;
    display: block;
}

.software_tbody2{
    background-color: #f2f2f2;
    color: #1365a7;
    font-size: 14px;
    padding: 20px 10px;
    font-weight: bold;
    height: 450px;
    display: block;
}

.software_tbody3{
    background-color: #f2f2f2;
    color: #1365a7;
    font-size: 14px;
    padding: 20px 10px;
    font-weight: bold;
    height: 450px;
    display: block;
}

@media only screen and (max-width:480px){
    .software_tbody3{
        height: 250px;
    }
}

.software_description_height{
    padding: 3px;
    display: block;
}

.software_description_height ul{
    margin-top: 10px;
}

.software_description_height li{
    color: #4d4d4d;
    font-size: 12px;
    font-weight: normal;
    list-style: none;
}

.software_description_type1{
    padding: 15px 10px;
}

.software_description_type1 .zou{
    margin-top: 10px;
}

@media only screen and (max-width:480px){
    .software_description_type1 .zou{
        margin-top: 15px;
    }
}

.software_description_img3{
    display: block;
    background-image: url("../img/desitacho3.png");
    background-size:contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
}

@media only screen and (max-width:400px){
    .software_description_img3{
        height: 130px;
    }
}

.software_description_img4{
    display: block;
    background-image: url("../img/desitacho4.png");
    background-size:contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
}
@media only screen and (max-width:400px){
    .software_description_img4{
        height: 130px;
    }
}

.software_thead4{
    background-color:rgba(19,101,167,0.8);
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    padding: 40px 5px 20px;
    text-align: center;
    height: 120px;
}

@media only screen and (max-width:480px){
    .software_thead4{
        padding: 5px 5px;
        height: auto;
    }
}

.software_tbody4{
    background-color: #f2f2f2;
    color: #1365a7;
    font-size: 14px;
    padding: 27px 5px 20px;
    height: 120px;
    display: block;
    font-weight: bold;
}

@media only screen and (max-width:480px){
    .software_tbody4{
        padding: 5px 5px;
        height: auto;
    }
}

/* drareco
-------------------------------------------------- */

.comparison_drareco th{
    width: 300px!important;
}

.comparison_drareco td{
    width: 290px!important;
}

.kome2{
    font-size: 12px;
}

.event_description{
    width: 45px!important;
    margin: 5px;
    border-collapse: separate!important;
    border-spacing: 1px 1px!important;
}

.event_description td{
    width: 20px;
    background-color: #1365a7;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    margin: 0 auto;
    padding: 1px;
}

.software_description_img11{
    display: block;
    background-image: url("../img/drareco2.png");
    background-size:contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 130px;
}

.software_description_img12{
    display: block;
    background-image: url("../img/drareco3.png");
    background-size:contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 180px;
}

.software_thead5{
    background-color:rgba(19,101,167,0.8);
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    padding: 45px 5px 20px;
    text-align: center;
    height: 120px;
}

@media only screen and (max-width:480px){
    .software_thead5{
        padding: 5px 5px;
        height: auto;
    }
}

.software_tbody5{
    background-color: #f2f2f2;
    color: #1365a7;
    font-size: 14px;
    padding: 30px 5px 20px;
    height: 120px;
    display: block;
    font-weight: bold;
}

@media only screen and (max-width:480px){
    .software_tbody5{
        padding: 5px 5px;
        height: auto;
    }
}
.software_thead6{
    background-color:rgba(19,101,167,0.8);
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    padding: 55px 5px 20px;
    text-align: center;
    height: 120px;
}

@media only screen and (max-width:480px){
    .software_thead6{
        padding: 5px 5px;
        height: auto;
    }
}

.software_tbody6{
    background-color: #f2f2f2;
    color: #1365a7;
    font-size: 14px;
    padding: 9px 5px 20px;
    height: 120px;
    display: block;
    font-weight: bold;
}

@media only screen and (max-width:480px){
    .software_tbody6{
        padding: 5px 5px;
        height: auto;
    }
}

.software_thead7{
    background-color:rgba(19,101,167,0.8);
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    padding: 70px 5px 20px;
    text-align: center;
    height: 180px;
}

@media only screen and (max-width:480px){
    .software_thead7{
        padding: 5px 5px;
        height: auto;
    }
}

.software_tbody7{
    background-color: #f2f2f2;
    color: #1365a7;
    font-size: 14px;
    padding: 40px 5px 20px;
    height: 180px;
    display: block;
    font-weight: bold;
}

@media only screen and (max-width:480px){
    .software_tbody7{
        padding: 5px 5px;
        height: auto;
    }
}

.descri{
    padding-bottom: 2px;
}
.software_thead8{
    background-color: rgba(19,101,167,0.8);
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    padding: 100px 10px 20px;
    text-align: center;
    height: 270px;
}

.software_tbody8{
    background-color: #f2f2f2;
    color: #1365a7;
    font-size: 14px;
    padding: 20px 10px;
    font-weight: bold;
    height: 270px;
    display: block;
}

.software_thead9{
    background-color: rgba(19,101,167,0.8);
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    padding: 100px 10px 20px;
    text-align: center;
    height: 270px;
}

@media only screen and (max-width:480px){
    .software_thead9{
        height: 230px;
    }
}

.software_tbody9{
    background-color: #f2f2f2;
    color: #1365a7;
    font-size: 14px;
    padding: 20px 10px;
    font-weight: bold;
    height: 270px;
    display: block;
}

@media only screen and (max-width:480px){
    .software_tbody9{
        height: 230px;
    }
}

/* ipradio
-------------------------------------------------- */

.comparison_ipradio th{
    width: 300px!important;
}

.comparison_ipradio td{
    width: 190px!important;
}

.resize3{
    font-size: 18px;
}


.type table{
    width: 610px!important;
    margin: 10px auto 30px;
    border-collapse: separate!important;
    border-spacing: 3px 3px!important;
}

.type_ipradio th{
    width: 100px!important;
}

.type_ipradio td{
    width: 245px!important;
}

.type table th,.type table td{
    vertical-align: middle;
    margin: 0 auto;
    padding: 3px 5px;
}

.type table thead tr{
    height: 40px!important;
}

.type table tbody .iptype_tr1{
    height: 200px!important;
}
.type table tbody .iptype_tr2{
    height: 40px!important;
}
.type table tbody .iptype_tr3{
    height: 200px!important;
}

.type table thead th,.type table thead td{
    padding: 10px 5px;
}

.type table thead th{
    background-color: #ffffff;
}

.type table tbody th,.type table thead td{
    background-color:rgba(19,101,167,0.7);
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

.type table tbody td{
    background-color: #f4f4f4;
    color: #4d4d4d;
    font-size: 14px;
    text-align: left;
}

.type table tbody .iptype_tr2 td{
    text-align: center;
}

.iptype1{
    background-image: url("../img/ipradio4.png");
    background-size:contain;
    background-position: center;
    background-repeat: no-repeat;
}

.iptype2{
    background-image: url("../img/ipradio5.png");
    background-size:contain;
    background-position: center;
    background-repeat: no-repeat;
}

.repletion{
    display: block;
    background-image: url("../img/ipradio_descri.png");
    background-size:contain;
    background-position: center;
    background-repeat: no-repeat;
    float: right;
    width:50%;
    margin-top: 10px;
    height: 20px;
}

@media only screen and (max-width:480px){
    .repletion{
        width:60%;
        background-image: url("../img/ipradio_descri_s.png");
        margin-top: 10px;
    }
}


.clearance{
    display: inline-block;
    margin-top: 10px;
}

.ipradio_description_img1{
    display: block;
    background-image: url("../img/ipradio6.png");
    background-size:contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 130px;
}

.ipradio_description_img2{
    display: block;
    background-image: url("../img/ipradio7.png");
    background-size:contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 130px;
}

.ipradio_description_img3{
    display: block;
    background-image: url("../img/ipradio8.png");
    background-size:contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 130px;
}

.ipradio_description_img4{
    display: block;
    background-image: url("../img/ipradio9.png");
    background-size:contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 130px;
}

.ipradio_description_img5{
    display: block;
    background-image: url("../img/ipradio10.png");
    background-size:contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 130px;
}

.ipradio_description_img6{
    display: block;
    background-image: url("../img/ipradio11.png");
    background-size:contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 130px;
}

.zou2{
    margin-top:2px;
}

/* contact
-------------------------------------------------- */
.contact{
    display: block;
    /*width: 90%;*/
    background-image: url("../img/contact.png");
    background-size:contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    margin-bottom: 30px;
}

@media only screen and (max-width:480px){
    .contact{
        height: 100px;
    }
}

/* policy
-------------------------------------------------- */
.sign{
    float: right;
    width:400px;
    text-align: right;
}

.policy{
    margin-top: 80px;
}

.service{
    margin-bottom:30px;
    width: 960px!important;
}

.service th,.service td{
    border: solid 1px;
    height: 50px;
    font-weight: normal;
    vertical-align: middle;
    text-align: left;
    width: 240px!important;
    padding: 10px;
}

.to_contact{
    /*margin-bottom:30px;*/
    width: 100%;
}

.to_contact th{
    border: solid 1px;
    /*height: 50px;*/
    font-weight: normal;
    vertical-align: middle;
    text-align: center;
    width: 30%;
    padding: 10px 10px 10px 30px;
}

.to_contact td{
    border: solid 1px;
    /*height: 50px;*/
    font-weight: normal;
    vertical-align: middle;
    text-align: center;
    /*width: 70%;*/
    padding: 10px 10px 10px 30px;
}

@media only screen and (max-width:480px){
    .to_contact th,.to_contact td{
        width: 100%;
        display: block;
        padding: 10px;
        font-size: 12px;
    }
    .to_contact th{
        border-bottom:none;
    }
    .con{
        margin-top: 10px;
    }
}

.pdf_img{
    border: none;
    width: 3em;
}

.adobe_reader{
    border: none;
    width: 7em;
}

/* agree
-------------------------------------------------- */

.agree table{
    border-collapse: separate!important;
    border-spacing: 3px 3px!important;
    width: 100%;
}

.agree table th,.agree table td{
    text-align: center;
    vertical-align: middle;
    padding: 10px;
}

.agree table th{
    width: 60%;
}
.agree table td{
    width: 20%;
}


.agree table thead tr{
    height: 30px;
    font-size: 16px!important;
}

.agree table tbody tr{
    height: 60px;
    font-size: 14px!important;
}

.agree table thead th,.agree table thead td{
    background: rgba(19,101,167,0.7);
    color: #ffffff;
}

.agree table tbody th,.agree table tbody td{
    background: #f4f4f4;
    color: #4d4d4d;
}

.agree table .dlicon:hover{
    color: #2eace3;
}

.agree table .dlicon{
    color: #1365a7;
    font-size: 20px!important;
}


@media only screen and (max-width:480px){
    .agree table thead{
        display: none;
    }
    .agree table tbody tr{
        height: auto;
    }
    .agree table tbody th{
        width: 100%;
        display: block;
        background: rgba(19,101,167,0.7);
        color: #ffffff;
        margin-top: 5px;
    }
    .agree table tbody td{
        width: 50%;
        display: inline-block;
    }
}

/*map-------------------*/

ul.sitemap {
    width: 100%;
    margin: 0;
    padding: 0;
    font-weight: bold;
    list-style-type: none;
    font-size: 80%;
    color: #2b2b2b;
}

ul.sitemap ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.sitemap li {
    padding: 1px 0 0 10px;
    background: url(v_line7.gif) no-repeat left top;
    line-height: 120%;
}

ul.sitemap div.contentNav {
    width: 100%;
    margin-top: 20px;
}

ul.sitemap ul.section {
    width: 49.9%;
    float: left;
}
@media only screen and (max-width:480px){
    ul.sitemap ul.section {
        width: 100%;
        float: none;
    }
}
ul.sitemap ul.separator {
    background: url(v_separator.gif) repeat-y right top;
}
ul.sitemap ul.section li {
    margin: 0 20px 20px 0;
    padding: 1px 0 10px 15px;
    background: url(v_line7.gif) no-repeat 5px 0;
    border-bottom: 1px #c0c0c0 dotted;
}
ul.sitemap ul.section ul {
    margin: 7px 0 0 8px;
    font-weight: normal;
}
ul.sitemap ul.section ul li {
    margin: 0 0 6px 0;
    padding: 0 0 0 12px;
    background: url(triangle7.gif) no-repeat 0 0.2em;
    border-bottom: none;
}
ul.sitemap ul.section ul li li {
    padding: 0 0 0 9px;
    background: url(square.gif) no-repeat 0 0.4em;
}
.clearFix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearFix {
    min-height: 1px;
}


/*sliders*/

.mainmenu{
    overflow: inherit;
    position: relative;
}
#mainmenu li {
    /*float: left;*/
    padding: 0;
    margin: 5px;
}

#mainmenu li ul {
    display: none;
    position: absolute;
    top: 25px;
    right: 0px;
    padding: 22px 18px 18px 18px;
    /*background: rgba(19,101,167,0.5);*/
    background-repeat: no-repeat;
    z-index: 2;
}
@media only screen and (max-width:480px){
    #mainmenu li ul {
        left: 25px;
    }
}
#mainmenu li ul.submenuul01{
    background-image: url(../img/submenu_bg01.png);
}
#mainmenu li ul.submenuul02{
    background-image: url(../img/submenu_bg02.png);
}
#mainmenu li ul li {
    display:block;
    text-align: left;
    width: auto;
    margin:3px;
    /*                padding:3px;*/
}

#mainmenu li ul li a {
    display: inline-block;
    margin: 0;
    padding: 7px 3px 7px 30px;
    width: 215px;
    border: none;
    background: #1365A7;
    color: #FFFFFF;
    border: 1px solid #1365A7;
    font-weight: normal;
}
@media only screen and (max-width:480px){
    #mainmenu li ul li a {
        width: 225px;
    }
}
#mainmenu li ul li a:hover {
    background: #FFFFFF;
    color: #1365A7;
    border: 1px solid #1365A7;
}
