#content {
    word-break: keep-all;
}

#main .info h3 {
    width: 15%;
}

.info_box {
    width: 85%;
    float: right;
}

#header_in img:nth-child(2) {
    margin: 40px 0 20px 137px;
}

#main .sub h4.case:before {
    content: none;
    padding-right: 0;
}


/********************
	page
*********************/

.sub_page #header {
    width: 100%;
    border-bottom: 4px solid #33cccc;
    background: #fff;
    height: 145px;
    padding-top: 45px;
    overflow: hidden;
}

.sub_page #header_in .img_txt {
    float: left;
    display: block;
    /* width: 50%; */
    margin: 10px 0 20px 25px;
}

/************************
    Registrationページ
*************************/

.attention {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
}

.attention span {
    color: #CC0000;
    font-weight: bold;
}

.login {
    width: 100%;
}

.login p {
    width: 30%;
    margin: 0 auto;

}

.login p a {
    display: block;
    /*border: 2px solid #000;*/
    padding: 10px 5px;
    text-align: center;
    font-weight: bold;
    background: #33cccc;
    -webkit-border-radius: 6px;
            border-radius: 6px;
    color: #FFF;
}

.login p a:hover {
    opacity: 0.8;
}

.registration {
    padding-bottom: 200px !important;
}

/************************
    Pressページ
*************************/
.press_page p {
    word-break: keep-all;
}

/************************
    Aboutページ
*************************/
.about-page  {
    word-break: keep-all;
}

/************************
    earthquakeページ
*************************/
.earthquake-page p  {
    word-break: keep-all;
}

/*.earthquake-page .dc_mt_img img {
    margin-top: 95px;
}*/


.earthquake-page #movie_area {
    margin: 0 0 0 30px;
    width: 640px;
}

.earthquake-page h3.bg-position {
    background: url(../images/sub_arw_h3.png) no-repeat;
    padding-left: 30px;
    margin-bottom: 20px;
    color: #02595B;
    font-weight: bold;
    -webkit-background-size: 20px;
    -o-background-size: 20px;
    background-size: 20px;
    background-position: 0% 15% !important;
}

.earthquake-page .box_in_right h4 {
    margin-bottom: 0;
}

.earthquake-page .box_in_left h4 {
    margin-bottom: 35px;
}

.earthquake-page .indent {
    margin-left: 50px;
}

.earthquake-page .indent span {
    margin-left: -60px;
    padding-left: 20px;
}

.earthquake-page .dc_height img {
    height: 167px !important;
}

.earthquake-page .dc_height02 img {
    height: 414px !important;
}

.earthquake-page .dc_long {
    width:68%;
    clear: both;
    float: left;
}

.earthquake-page .dc_middle {
    width:30%;
    float: left;
}


