@charset "UTF-8";
img{
    max-width: 100%;
}

article{
    margin-bottom: 30px;
}

#main h1{
    background-color:#324EA4;
    color:#fff;
    font-size:20px;
    padding:5px 10px;
    border-left: solid 10px #C1CAE4;
    margin-bottom: 30px;
}

#main h2{
    color:#26A31F;
    font-size:24px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: normal;
}

#main h3{
    padding-bottom: 5px;
    border-bottom:solid 3px #C1CAE4;
    font-size:17px;
    margin-bottom: 10px;
}

#main article p{
    font-size:14px;
    line-height: 1.8;
    margin-bottom: 10px;
}

#main article p strong{
    color:#324EA4;
}

.pic2col,
.pic3col{
    overflow: hidden;
    margin-bottom: 30px;
}

.pic2col p,
.pic3col p{
    text-align: center;
}

.pic2col li{
    width: 350px;
    float: left;
    margin-right: 10px;
}

.pic2col li:nth-child(2n){
    margin-right: 0;
}

.pic2col li:nth-child(2n+1){
    clear: left;
}

.pic3col li{
    width:230px;
    float: left;
    margin-right: 10px;
}

.pic3col li:nth-child(3n){
    margin-right: 0;
}

.pic3col li:nth-child(3n+1){
    clear: left;
}

.voiceBox{
    border-bottom: dotted 1px #666;
}

#main .voiceBox a{
    background:url(/images/voice/arrow_blue_big.png) no-repeat left center;
    display: block;
    text-decoration: none;
    padding:15px 0 15px 55px;
}

#main .voiceBox a:hover{
    opacity: 0.7;
}

#main .voiceBox h1{
    color:#324ea4;
    background-color: transparent;
    border-left: none;
    padding:0;
    text-decoration: underline;
    margin-bottom: 15px;
}

#main .voiceBox h2{
    text-align: left;
    margin-bottom: 0;
}

#main article ul{
    margin-bottom: 15px;
}

#main article ul li{
    font-size:14px;
    line-height: 2.2;
    font-weight: bold;
    background: url(/images/common/icon_catch_san.gif) no-repeat left 10px;
    padding-left: 10px;
}

