/*ボタン*/
.owlet-button {
	text-align: center;
	margin:0 auto 20px;
}
.owlet-button.owlet-submit-order input[type="submit"]{
	font-size: 18px;
	padding: 15px 60px 15px;
}
.owlet-button input[type="submit"],
.owlet-button input[type="image"],
.owlet-button input[type="button"] {
	cursor: pointer;
}
/*グレーボタン*/
.owlet-button.owlet-logout-btn input[type="submit"],
.owlet-button.owlet-cancel-btn input[type="submit"],
.owlet-button.owlet-cancel-btn a {
	min-width:150px;
	max-width:250px;
	box-sizing:border-box;
	display: inline-block;
	background: #646464;
	color: #fff;
	text-align: center;
	border: none;
	padding: 10px 30px 11px;
	position: relative;
	text-decoration: none;
	font-family: 'AXIS Std';
	font-size: 14px;
	line-height: 1.0;
}
.owlet-button.owlet-logout-btn input[type="submit"]:hover,
.owlet-button.owlet-cancel-btn input[type="submit"]:hover,
.owlet-button.owlet-cancel-btn a:hover {
	background: #333333;
	text-decoration: none;
}
.owlet-button.owlet-cancel-btn a:after{
	content: none;
}
.owlet-button.owlet-cancel-btn a:before {
	content:url(images/button_arrow_left.png);
	position: absolute;
	top:12px;
	left:19px;
}


/*
 ::会員
***************************/
/*マイページメニュー*/
p.owlet-account_name {
	margin: 0 auto 15px;
	border-bottom: 1px solid #f2008d;
	font-weight: bold;
	line-height:1.6;
	font-size:18px;
}
p.owlet-account_name span {

}
.owlet-member-nav {}
.owlet-member-nav ul {
	margin:0 auto 15px;
}
.owlet-member-nav ul li {
	width:24.2%;
	margin:0 1% 0 0;
	box-sizing:border-box;
	float:left;
}
.owlet-member-nav ul li:last-child {
    margin-right:0;
}
.owlet-member-nav ul li a {
	width:235px;
	height:55px;
	box-sizing:border-box;
	display: table-cell;
	vertical-align: middle;
    background:#f2008d;
    border:2px solid #f2008d;
	color: #fff;
	text-align: center;
	padding: 10px 30px 9px;
	position: relative;
	text-decoration: none;
	font-size: 16px;
	line-height: 1.0;
}
.owlet-member-nav ul li a:hover {
    background:#fff;
    border:2px solid #f2008d;
	color: #f2008d;
}
.owlet-member-nav ul li.current span {
	width:235px;
	height:55px;
	box-sizing:border-box;
	display: table-cell;
	vertical-align: middle;
    background:#fff;
    border:2px solid #f2008d;
	color: #f2008d;
	text-align: center;
	padding: 10px 30px 9px;
	position: relative;
	text-decoration: none;
	font-size: 16px;
	line-height: 1.0;
}
.owlet-member-nav ul li a span:after,
.owlet-member-nav ul li.current span:after {
	content:url(images/button_arrow.png);
	position: absolute;
	top:20px;
	right:20px;
}
@media (max-width: 736px) {
.owlet-member-nav ul li {
	width:100%;
	margin:0 0 10px 0;
}

.owlet-member-nav ul li a {
	width:100%;
	height:auto;
	display: inline-block;
	padding: 10px 5px 9px;
}
.owlet-member-nav ul li.current span {
	width:100%;
	height:auto;
	display: inline-block;
	padding: 10px 5px 9px;
}  
}