﻿@charset "UTF-8";

/*top_contents
------------------------------------------------------------*/
#content_1{
    border-top: 1px solid #00AAD9;
    width: 100%;
    height: 200px;
    margin-top: 30px;
}

#content_2{
    border-top: 1px solid #00AAD9;
    width: 100%;
    height: 350px;
    background-color: #FEF9EE;
}

#content_10{
    border-top: 1px solid #00AAD9;
    width: 100%;
    height: 180px;
}

.cn1_a{
    float: left;
    margin: 30px 0;
}

.cn1_a p{
    width: 810px;
    overflow: hidden;
    font-size: 14px;
    letter-spacing: 0.2em;
    color: #727171;
    line-height: 40px;
    margin: 0 0 30px 0;
    text-align: center;
}

.cn1_a span{
    font-size: 16px;
    color: #00AAD9;
}

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

.cn1_c{
    clear: both;
    text-align: center;
    font-size: 30px;
    overflow: hidden;
    font-weight: bold;
    color: #00AAD9;
    margin: 30px 50px 30px 0;
}

.cn1_e{
    margin: 50px 0;
}

/*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;
}