@charset "utf-8";

/* ////////////////////////////////////////////
 *                 OTHER
 * //////////////////////////////////////////// */

#shop-other .mini{
	font-size: 10px;
}
#shop-other .attention{
	color: #c00;
}
#shop-other .price{
	font-size: 116%;
}
#shop-other table{
	margin: 0 0 20px 0;
}
#shop-other table p{
	margin: 0;
}
#shop-other table th{
	padding: 10px;
	font-size: 93%;
	background: #eee;
	border: #ddd 1px solid;
}
#shop-other table td{
	padding: 10px;
	font-size: 93%;
	background: #fff;
	border: #ddd 1px solid;
}
.shop-other-btnarea{
	margin: 20px 0;
	text-align: center;
	zoom: 1;
}
.shop-other-btnarea:after{
	content: "";
	display: table;
	clear: both;
}
.shop-other-btnarea .float-left{
	width: 48%;
	text-align: right;
}
.shop-other-btnarea .float-right{
	width: 48%;
	text-align: left;
}
#shop-other input.box10{
	margin: 0 5px 0 0;
	padding: 2px 3px;
	width: 10%;
	border: #ddd 1px solid;
}
#shop-other input.box20{
	margin: 0 5px 0 0;
	padding: 2px 3px;
	width: 20%;
	border: #ddd 1px solid;
}
#shop-other input.box40{
	margin: 0 5px 0 0;
	padding: 2px 3px;
	width: 40%;
	border: #ddd 1px solid;
}
#shop-other input.box80,
#shop-other textarea.box80{
	margin: 0 5px 0 0;
	padding: 2px 3px;
	width: 80%;
	border: #ddd 1px solid;
}
.kiyaku_text{
	margin: 0 0 5px 0;
	padding: 5px;
	width: 100%;
	height: 200px;
	border: #ddd 1px solid;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.mynavi ul{
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	text-align: center;
	border-bottom: #ddd 1px dashed;
}
.mynavi ul li{
	display: inline;
	margin: 0;
	padding: 0 8px;
	list-style: none;
}
.login-area{
	padding: 30px 0;
}
.login-area dl dt{
	clear: both;
	float: left;
	margin: 0 0 5px 0;
	width: 25%;
	text-align: right;
}
.login-area dl dd{
	float: right;
	margin: 0 0 5px 0;
	width: 75%;
}
.login-area .login-memory{
	margin: 0 0 0 25%;
	width: 75%;
}
.flow-img{
	margin: 0 auto 20px auto;
	text-align: center;
}
.severaladdress-area{
	float: right;
	display: inline;
	margin: 0 0 20px 20px;
	padding: 20px;
	border: #ffddae 1px solid;
	background: #feefda;
}
#shop-other .pagenumber_area ul li{
	display: inline;
	margin: 0 10px 0 0;
	list-style: none;
}

/* ////////////////////////////////////////////
 *                 POPUP
 * //////////////////////////////////////////// */

body#popup{
	padding: 25px;
	min-width: auto;
	color: #444;
	text-align: left;
	background: #fff;
}

#popup #window-area h1{
	margin: 0 0 15px 0;
	padding: 8px;
	font-size: 138.5%;
	font-weight: bold;
	border-top: #ddd 5px solid;
	border-bottom: #ddd 1px solid;
}
#popup #window-area p{
	margin: 0 0 0.8em 0;
	font-size: 85%;
}
