@charset "utf-8";
/* #PC ========================================================================================================== */


/* #スマートフォン ========================================================================================================== */
@media only screen and (max-width: 750px) {
#header2 {
    width: 100%;
    height: 90px;
    position: fixed;
    float: left;
    background-color: #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
    z-index: 100;
}
#logo2 {
    display: block;
    height: 90px;
    width: 500px;
    z-index: 2000;
    background-image: url(../../../common_/imgs/header/logo.jpg);
    background-repeat: no-repeat;
    cursor: pointer;
    background-position: 20px center;
    position: absolute;
    background-size: 400px auto;
}

#title_back {
	margin-top: 12px;
}
/* footer ---------------------------------------------------------- */
#pagetop {
	min-width: 100%;
}
/* footer ---------------------------------------------------------- */
#footer1 {
	display: none;
}
#footer2_in {
	width:100%;
}
#cr {
	width:680px;
	margin-left: 35px;
	font-size: 20px;
	line-height: 30px;
}
.text_8 {
	font-size: 16px;
}
#facebook {
	display: none;
}

}