@charset "utf-8";

@media screen and (max-width: 768px) {

body {
	min-width: auto;
}
img {
    width: auto;
    max-width: 100%;
    height: auto;
}

/*----------------------------
共通部品
-----------------------------*/
.inner {
	width: 97%;
}
.pc_only { display: none!important; }
.sp_only { display: block!important; }

/*----------------------------
ヘッダー
-----------------------------*/
header {
}

/*----------------------------
フッター
-----------------------------*/
footer {
}

/*----------------------------
コンテンツ
-----------------------------*/
/*============================
TOP
================================================*/
#bl_logo span {
    max-width: 214px;
    width: 100%;
}
#bm_logo span {
    max-width: 120px;
    width: 33%;
}
#bm_mainmenu ul li {
    width: 100%;
}
/*----------------------------
ダウンロードコンテンツ
-----------------------------*/
}

@media screen and (max-width: 400px) {
}