﻿@charset "UTF-8";

/*top_contents
------------------------------------------------------------*/
#content_1,#content_3{
    width: 100%;
    height: 310px;
}

#content_2{
    width: 100%;
    height: 600px;
}

#content_10{
    width: 100%;
    height: 400px;
}

.cn1_a{
    border: 6px solid #efefef;
    border-radius: 10px 10px 10px 10px / 7px 7px 7px 7px;
    float: left;
    margin: 30px 0 0 0;
    width: 924px;
    overflow: hidden;
    color: #00AAD9;
    padding: 20px 0  0 24px;
}

.cn1_a h1,.cn1_c h1{
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 10px 0;
}

.cn1_a h2{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #00AAD9;
    margin: 10px 0;
}

.cn1_a p{
    font-size: 13px;
    letter-spacing: 0.1em;
    color: #727171;
    line-height: 30px;
    margin: 0 0 30px 0;
}

.cn1_b{
    float: right;
    margin: 60px 0;
}

.chart img{
    position: relative;
    left: 90px;
}

.cn1_c{
    margin: 30px 0;
    width: 960px;
    overflow: hidden;
}

.cn1_e{
    position: relative;
    top: 40px;
}
.cn1_c p{
    margin-top: 30px;
}

.map{
    width: 958px;
    height: 400px;
    border: 1px solid #222;
}

/*table
------------------------------------------------------------*/
table{
    width: 960px;
    height: 200px;
    margin: 30px 0 20px 0;
    border: solid 1px #222; border-collapse: collapse;
}

th{
    width: 240px;
    background-color: #ededed;
    color: #00AAD9;
}

th,td{
    font-size: 1.1em;
    letter-spacing: 0.2em;
    padding-left: 15px;
    border-bottom: 1px dashed #c0c0c0;
}

.none{
    border-bottom: none;
}

td{
    color: #727171;
}

/*top_contents
------------------------------------------------------------*/
.bak{
    clear: both;
    width: 160px;
    height: 25px;
    margin: 0 auto;
    text-align: center;
    background-color: #00AAD9;
    /*background: url(../images/modoru.png)no-repeat;*/
    position: relative;
    left: 400px;
    border-radius: 10px 10px 0 0 / 10px 10px 0 0;
    font-size: smaller;
    line-height: 25px;
}

/*main a:link{color: #fff;}
main a:visited{color: #fff;}
main a:hover{background: #fff;}

main .product_wrap a:link{color: #000;}
main .product_wrap a:visited{color: #000;}*/

.bak:before{
    content: url("../images/modoru2.png");
    margin: 0 5px 0 0;
    position: relative;
    top: 3px;
    left: 3px;
}