@charset "utf-8";
/* CSS Document */
#main .check {
    margin: 20px 20px 40px;
    padding: 0px 0px 10px 0px;
    overflow: hidden;
    border-bottom: 1px dotted #3954a4;
}
.img_title {
    background: url(../img/check_image.png) top left no-repeat;
    background-size: cover;
}
.img_title p{
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
}
.check h1 {
    font-size: 16px;
    padding: 6px 0 0 25px;
}
.check h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 6px;
    padding: 6px 12px 6px 6px;
    color: #3954a4;
}
.check_box2,
.check_box3{
    margin-top: 15px;
    margin-left: 15px;
}
.check_txt {
    border-top: solid 1px #3954a4;
    padding-top: 6px;
    margin: 15px 0 10px 0;
}
.check_txt strong {
    font-weight: bold;
    color: #900;
}
.price {
    font-size: 16px;
    font-weight: bold;
    color: #900;
}
.chek_mente {
    clear: both;
    margin-top: 15px;
}
.chek_mente h2 {
    text-shadow: 2px 2px 2px gray;
    color: #900;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: center;
    background: url(../img/line.gif) no-repeat top;
    display: block;
}
.chek_mente table {
    border-collapse: separate;
    border-spacing: 4px;
    clear: both;
    text-align: center;
    margin: 0 auto;
}
.check_box3 {
    float: left;
    border: 4px solid #3954a4;
    padding: 15px;
}
.check_box3 ul li.years {
    background: url(../img/circle2.gif) no-repeat left 4px;
    text-align: left;
    padding-left: 36px;
}
.check_box3 ul li {
    text-align: left;
    padding-left: 18px;
    text-indent: -1em;
    line-height: 1.6em;
    font-size: 14px;
}
.check_box .check_txt li {
    background: url(../img/main_check.gif) no-repeat left 0.3em;
    padding-left: 1.2em;
    color: #3954a4;
    font-size: 14px;
}
.chek_mente table tr th {
    background-color: #CCC;
}
th,td {
    border: 1px solid #999;
    padding: .5em;
}
.chek_mente table tr th:first-child {
    width:40%;
}

/* ########### 599px以下 ########### */
@media only screen and ( max-width: 599px){
div .check_box{
    width: 100%;
    margin-right: 0;
    float: none;
}
div .check_box2 {
    width: 100%;
    float: none;
    margin-top:15px;
    text-align: center;
}
div .check_box3 {
    width: 100%;
    float: none;
    margin-top:15px;
    text-align: center;
}
.check_box3 ul li {
    font-size: 13px;
}
.check_box .check_txt li {
    font-size: 13px;
}
}
/* ########### 768px以下 ########### */
@media only screen and ( max-width: 768px){
#main .check {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.check_box {
    width: 55%;
    margin-right: 2%;
    float: left;
}
.check_box2 {
    width: 43%;
    margin-right: 0;
    margin-left: 0;
    float: left;
}
.check_box3 {
    width: 43%;
    margin-right: 0;
    margin-left: 0;
    float: left;
}
}

/* ########### 769px以上 ########### */
@media ( min-width: 769px){
#main .check {
    width: 710px;
}
.check .check_txt2 {
    height: 77px;
    width: 296px;
}
.check_box {
    width: 297px;
    float: left;
}
.check_box2 {
    width: 392px;
    float: left;
    text-align: right;
}
.check_box3 {
    width: 392px;
    height: 233px;
}
}
