@charset "utf-8";
/*!
 * member CSS
 * ---------------------------------------------
 * 下層ページのcss
 *
 */


/*===================================
	element
=====================================*/
/*  sprite
---------------------------------*/

.mypageMenu .icon a:before,
.addCart:before {
	background-image: url(../images/base/sprite.png);
	background-repeat: no-repeat;
}

/*===================================
	共通
=====================================*/

.member .content {
	overflow: hidden;
	margin-bottom: 80px;
}
.content p {
	line-height: 1.6;
}
.btnList {
	width: 540px;
	margin: auto;
	text-align: center;
}
.btnList li {
	float: left;
	margin: 0 10px;
}
.btnList li.execute {
	float: right;
}

/*===================================
	ヘッダー・フッター
=====================================*/
.boys .inner {
    height: auto;
}
.boys .header .inner img {
    margin: 20px auto;
    text-align: center;
}

.boys .supported {
    color: #999;
    margin-bottom:30px;
}

.boys .supported p,.boys .supported img {
    display: inline-block;
}
.boys .supported img {
    height: 26px;
    margin: 7px 0 0 7px;
}

.boys .supported p {
    vertical-align: top;
}


/*===================================
	login
=====================================*/
.loginWelcome {
	width: 570px;
    margin-left: auto;
    margin-right: auto;
}
.loginSec {
	width: 570px;
	margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}
.loginSec h2 {
	margin-bottom: 20px;
	font-size: 24px;
	text-align: center;
}
.loginForm,.newMemberRegist {
	height: 448px;
	background: #eee;
}
.loginForm {
	padding: 40px 30px 0;
}
.newMemberRegist {
	padding: 60px 35px 0;
}
.loginForm {
	font-size: 14px;
}
.loginForm dl {
	margin: 30px 0 32px;
}
.loginForm dd {
	margin-bottom: 20px;
	letter-spacing: -.40em;
}
.loginForm label,.loginForm input {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: normal;
}
.loginForm label {
	width: 155px;
	padding-left: 35px;
	line-height: 1.2;
}
.loginForm label br {
	display: inline-block;
}
.loginForm dl dd input {
	width: 309px;
	height: 45px;
	line-height: 45px;
}
.loginForm .inputError:after {
	left: 160px;
	margin-top: 2px;
}
.loginForm .execute {
	margin: 0 auto 30px;
	font-size: 16px;
	text-align: center;
}
.loginForm .forgotPW a {
	display: block;
	color: #e90f0f;
	text-align: center;
}
.newMemberRegist {
	text-align: center;
}

.newMemberRegist h3 {
	margin-bottom: 35px;
	font-size: 18px;

}
.newMemberRegist h3 + p {
	margin-bottom: 2.5em;
	font-size: 14px;
	text-align: left;
}

.boys .loginWelcome {
    text-align: center;
    background-color: #0d3c90;
    border-radius: 40px;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    margin: 30px auto;
    padding: 5px 0;
}

.boys .loginForm {
    height: auto;
    padding: 30px;
}

.boys .contact {
    text-align: center;
    font-size: 14px;
    width: 570px;
    margin: 30px auto;
}

.boys .contact .info {
    border: solid #ccc 2px;
    margin: 10px 40px;
    padding: 20px;
    color: #000;
}
.info .tel {
    font-size: 2em;
    font-weight: bold;
}

.loginSec .cau {
    text-align: center;
}
/*===================================
	teams
=====================================*/
.boys .selectTeam {
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}

.p-region-id {
    padding: 10px;
    width: 320px;
}
/*===================================
	item
=====================================*/
.team_back {
    display: block;
}
.team_back p {
    letter-spacing: normal;
    border: 1px solid #999;
    border-radius: 30px;
    display: inline-block;
    margin: 20px 0;
    padding: 5px 15px;
    font-size: 14px;
}
.cau {
    font-size: 16px;
    margin-top: 20px;
}
.cau p::before {
    content:'※';
    display:inline-block;
    color: #e90f0f;
}
.cau_stock {
    font-size: 16px;
    margin-bottom: 20px;
    color: #666;
}
.cau_stock p::before {
    content:'※';
    display:inline-block;
}
.boys_flow div {
    text-align: center;
}
.boys_flow p{
    text-indent: -1.3em;
    padding-left: 1.3em;
}
.boys_flow p span {
    color: #0d3c90;
    font-weight: bold;
    padding-right: 5px;
    font-size: 1.2em;
}
.boys_flow p::after {
    content:"↓";
    display:block;
    color: #0d3c90;
    text-align: center;
}
.boys_flow p:last-child::after {
    display: none;
}

.boys_orderTab {
	width: auto;
	margin: 1em 0 0.5em;
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #ccc;
	background: #fff;
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
}
.boys_orderTab th,.boys_orderTab td {
	padding: 0.5em;
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
}
.boys_orderTab th {
	background: #eee;
	font-weight: 500;
	min-width: 5em;
	text-align: center;
}
.boys_orderTab td.boys_orderDetail {
    background: #fefef7;
}
.boys_orderTab p.stock_status {
    text-align: right;
    color: #666;
}
.boys_orderCount {
    width: 80px;
    padding: 10px 15px !important;
    font-size: 16px;
    text-align: right;
}

/*===================================
	orders
=====================================*/
.boyTeam,
.boyTeam ol,
.boyTeam li,
.boyTeam::before {
    display: inline-block;
}
.boyTeam {
    line-height: 1.5em;
    border-radius: 5px;
    padding: 10px 20px;
    margin-bottom: 30px;
    background: #f2f2f2;
}
.boyTeam::before {
    content: "選択したチーム：";
    position: relative;
    font-weight: bold;
}
.boyTeam li {
    margin-right: 15px;
}



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

	/*===================================
		共通
	=====================================*/

	.btnList {
		width: auto;
	}
	.btnList li{
		float: none;
		display: block;
		margin: 0 auto 40px;
	}
	.btnList li.execute {
		float: none;
	}
	/*===================================
		ヘッダー・フッター
	=====================================*/
	.boys .supported {
        margin-bottom:0;
    }
	.boys .supported img {
        height: 40px;
        margin: 15px 0 0 7px;
	}
	.boys .copy:before {
        margin:0 auto 30px;
    }
    .inner.boys_ft_nav ul li {
        font-size: 28px;
        margin-top: 1.5em;
    }

	/*===================================
		login
	=====================================*/

	.loginSec {
		float: none;
		width: auto;
		margin-bottom: 60px;
	}
	.loginSec h2 {
		margin-bottom: 35px;
		font-size: 28px;
	}
	.loginForm,.newMemberRegist {
		height: auto;
	}
	.loginForm {
		padding: 40px 40px 50px;
	}
	.newMemberRegist {
		padding: 60px 40px 80px;
	}
	.loginForm {
		font-size: 24px;
	}
	.loginForm dl {
		margin: 30px 0 42px;
	}
	.loginForm dd {
		margin-bottom: 35px;
	}
	.loginForm label,.loginForm input {
		display: block;
	}
	.loginForm label {
		width: auto;
		margin-bottom: 13px;
		padding-left: 0;
		font-size: 24px;
	}
	.loginForm label br {
		display: none;
	}
	.loginForm dl dd input {
		width: 100%;
		height: 70px;
		line-height: 70px;
	}
	.loginForm .execute {
		margin-bottom: 36px;
		font-size: 32px;
	}
	.loginForm .forgotPW a {
		font-size: 28px;
	}
	.newMemberRegist li:nth-of-type(1) {
		margin-bottom: 55px;
		padding-bottom: 68px;
	}
	.newMemberRegist h3 {
		margin-bottom: 38px;
		font-size: 28px;
	}
	.newMemberRegist h3 + p {
		font-size: 24px;
	}
	.boys .loginWelcome {
    	font-size: 30px;
    	margin: 0 auto 30px;
    }
    .boys .contact {
        font-size: 18px;
        width: auto;
    }
    .boys .contact .info{
        margin: 20px 40px;
        padding: 30px;
    }
    .boys .contact p,.boys .contact .info h2 {
        font-size: 24px;
    }
    .boys .contact .info p.tel {
        font-size: 34px;
    }
    .boys .contact .info p span {
        font-size: 20px;
    }


    /*===================================
	    teams
    =====================================*/
    .p-region-id {
        padding: 20px;
        width: 100%;
    }
    /*===================================
	    item
    =====================================*/
    .team_back {
        margin-left: 20px;
    }
    .team_back p {
        font-size: 26px;
        margin-bottom: 40px;
        padding: 10px 30px;
    }
    .cau {
    font-size: 28px;
    margin-top: 40px;
    }
    .cau_stock {
    font-size: 28px;
    }
    .boys_flow div {
    text-align: left;
    }

    .boys_orderTab {
		width: 100%;
		font-size: 28px;
	}
	.boys_orderTab p.stock_status {
		text-align: center;
    }
	.boys_orderCount {
    width: 100%;
    font-size: 28px;
    }

}
