@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */


/* PC START ###################################################### */


.bg01 {
    background: url(../images/contents/bg_img_dojima.png) 95% bottom no-repeat, url(../images/contents/bg01.jpg) top center;
    padding: 120px 0;
}


/* PC END ###################################################### */



@media screen and (max-width: 900px){

div#builingual {
	padding: 55px 0 5px !important;
	background:#fff;
}
#mainArea {
    padding: 0;
}

}



@media screen and (max-width: 768px){
/* ================================================================= 
 *
 * tablet size
 *
 * ================================================================= */
div#builingual div.language {
    float: right !important;
    padding: 0 20px;
}



/* tablet END ###################################################### */



}
@media screen and (max-width: 468px){
/* ================================================================= 
 *
 * smartphone size
 *
 * ================================================================= */

/* smartphone END ################################################## */
}