@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 #logoBox p {
    width: 94px;
}

/*----------------------------
フッター
-----------------------------*/
footer #ftLogo {
    margin: 25px auto;
    width: 50%;
}

/*----------------------------
コンテンツ
-----------------------------*/
/*============================
TOP
================================================*/
#loginBox {
    width: 100%;
}
#loginInputBox {
    margin: 0 auto;
    width: 98%;
}
p#loginLink {
    margin: 25px 0 50px;
    text-align: center;
}
#adminBox,
#profBox {
    margin: 0 auto;
    width: 98%;
}
/*----------------------------
マイページ
-----------------------------*/
#mypageBox #vsTop {
    background: none;
    height: auto;
}
#mypageBox #bnrBox {
    width: 100%;
}
#mypageBox #bnrBox p {
    margin-bottom: 20px;
}
#mypageBox #bnrBox ul {
    width: 100%;
}
#mypageBox #bnrBox ul li {
    width: 49%;
}
#profBox table {
    box-sizing: border-box;
    width: 100%;
}
#profBox table th {
    border-bottom: 1px solid #025d3e;
    display: block;
    font-weight: bold;
    padding: 0 0 4px;
    width: 100%;
}
#profBox table td {
    box-sizing: border-box;
    display: block;
    padding: 4px 12px 16px;
    width: 100%;
}
#profBox table td span br {
    display: none;
}
#profBox table td input {
    box-sizing: border-box;
    font-size: 1.4rem;
    border: 1px solid #000;
    padding: 8px;
    width: 100%;
}
#profBox #btns {
    margin: 0 auto;
    width: 55%;
}
#profBox #btns input {
    background: #ff8400;
    border: none;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    height: 40px;
    width: 100%;
}
/*----------------------------
お問い合わせ
-----------------------------*/
#inquiryBox {
    width: 100%;
}
#inquiryInputBox {
    width: 100%;
}
#inquiryInputBox dl dt {
    float: none;
    padding: 8px 0 0 0;
    width: 100%;
}
#inquiryInputBox dl dd {
    float: none;
    margin-bottom: 24px;
    width: 100%;
}
/*----------------------------
ダウンロードコンテンツ
-----------------------------*/
#dlBox {
    width: 95%;
}
#dlBox h2 {
    font-size: 2rem;
}
#dlBox h2:before {
    width: 30px;
    height: 22px;
}
#dlBox ul li {
    margin: 0 1% 30px;
    width: 48%;
}
#dlBox ul li .mmaga {
    height: auto;
    width: 100%;
}
#dlBox ul li .pic {
    text-align: center;
}
#dlBox ul li:nth-child(2n+1) {
    clear: both;
}
#dlBox ul li:nth-child(3n+1) {
    clear: none;
    margin-left: 1%
}
#dlBox #backBtn {
    width: 70%;
}
#dlBoxInner .fL {
    float: none;
    width: 100%;
}
#dlBoxInner .fL p {
    width: 100%;
}
#dlBoxInner .fL div {
    margin: 0 auto;
    width: 80%;
}
#dlBoxInner .fR {
    float: none;
    text-align: center;
    margin-bottom: 24px;
    width: 100%;
}
}


@media screen and (max-width: 400px) {
footer #ftTxt {
    width: 100%;
}
}