@charset "UTF-8";

/*-------------------------------------------------
BASE
-------------------------------------------------*/
html, body{
	margin: 0;
	padding: 0;
	font-size: 62.5%;
}

body{
	color: #060001;
	font-family: Verdana, "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
	font-size: 1.5rem;
}

body#NO_MEMBER{
	background-color: #dddddd;
}


h1,h2,h3,h4,h5{
	margin: 0;
	padding: 0;
}

ul{	margin: 0; padding: 0;}
li{	list-style: none;}

p{
	margin: 0;
	padding: 0;
	line-height: 150%;
}

img{
	max-width: 100%;
	height: auto;
	width /***/:auto;
	vertical-align: bottom;
	border: none;
}

a{
	color: #dd6362;
}

.left{
	float: left;
}

.right{
	float: right;
}

p,div,li{
	font-size: 1.5rem;
}

@media screen and (min-width:641px){
	.sp_only{
		display: none;
	}
}

@media screen and (max-width:640px){
	.pc_only{
		display: none;
	}
}

#ALL{
	background-color: #fff;
}



/*-------------------------------------------------
form
-------------------------------------------------*/

.inp input,
.inp select{
	background-color: #f9f9f9;
	border: 1px solid #d8d8d8;
	padding: 5px;
	box-sizing: border-box;
}

.in100p input{
	width: 100%;
}

.in80 input{
	width: 80px;
}

.form_btn input{
	background-color: #c20000;
	color: #fff;
	border: 1px solid #c20000;
	padding: 7px 10px;
	border-radius: 5px;
}

/*-------------------------------------------------
p
-------------------------------------------------*/
p.ch01{
	margin-top: 7px;
	color: #6a6a6a;
}

p.ch02{
	margin-top: 7px;
	color: #ff0000;
}



/*-------------------------------------------------
HEADER
-------------------------------------------------*/

#HEADER_TOP,
#HEADER_SE{
	text-align: center;
	background-color: #c20000;
	padding: 13px 0;
	color: #fff;
}

#HEADER_TOP{
	margin-bottom: 30px;
}

#HEADER_TOP h1,
#HEADER_SE h1{
	font-weight: normal;
	font-size: 110%;
}

#HEADER_TOP p{
	margin-top: 5px;
}


/*-------------------------------------------------
HEAD_TEXT
-------------------------------------------------*/
p#HEAD_TEXT{
	background-color: #fff0c2;
	text-align: center;
	padding: 15px 10px;
}

/*-------------------------------------------------
BASE_BOX
-------------------------------------------------*/

@media screen and (min-width:641px){
	#BASE_BOX{
		width: 760px;
		margin: 0 auto;
	}
}

@media screen and (max-width:640px){
	#BASE_BOX{
		padding: 0 15px;
	}
}


/*-------------------------------------------------
PAGE_TITLE
-------------------------------------------------*/

h2#PAGE_TITLE{
	margin: 20px 0 15px;
	font-weight: normal;
	text-align: center;
}

h2#PAGE_TITLE.done{
	color: #ff0000;
}


/*-------------------------------------------------
MAIN_NAV
-------------------------------------------------*/
.MAIN_NAV{
	zoom:1;
}
.MAIN_NAV:before,
.MAIN_NAV:after{
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
}
.MAIN_NAV:after{
	clear: both;
}

.MAIN_NAV ul li{
	float: left;
	text-align: center;
	width: 33%;
	width : -webkit-calc(100% / 3) ;
	width : calc(100% / 3) ;
}

	.MAIN_NAV ul li a{
		background-color: #c20000;
		color: #fff;
		display: block;
		text-decoration: none;
		background-image: url(../../../img/mypage/nav_line.png);
		background-position: right top;
		background-repeat: repeat-y;
		background-size: 1px;
		padding: 65px 0 5px;
	}
	
		.MAIN_NAV ul li.nav_info a span{
			background-image: url(../../../img/mypage/nav_icon01.png);
			background-position: center top;
			background-repeat: no-repeat;
			background-size: 45px;
			padding-top: 55px;
		}
		
		.MAIN_NAV ul li.nav_friend a span{
			background-image: url(../../../img/mypage/nav_icon02.png);
			background-position: center top;
			background-repeat: no-repeat;
			background-size: 45px;
			padding-top: 55px;
		}
		
		.MAIN_NAV ul li.nav_reg a{
			background-image: none;
		}
		
			.MAIN_NAV ul li.nav_reg a span{
				background-image: url(../../../img/mypage/nav_icon03.png);
				background-position: center top;
				background-repeat: no-repeat;
				background-size: 45px;
				padding-top: 55px;
			}
		
		.MAIN_NAV ul li.on a{
			background-color: #ff902c;
		}

	.after_nav{
		margin-top: 30px;
	}

@media screen and (max-width:640px){
	.MAIN_NAV ul li{
		font-size: 90%;
	}
}


/*-------------------------------------------------
cont_head_text
-------------------------------------------------*/
p.cont_head_text{
	margin-bottom: 25px;
}

@media screen and (min-width:641px){
	p.cont_head_text{
		text-align: center;
	}
}


/*-------------------------------------------------
PAGER_BOX
-------------------------------------------------*/
#PAGER_BOX{
	zoom:1;
}
#PAGER_BOX:before,
#PAGER_BOX:after{
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
}
#PAGER_BOX:after{
	clear: both;
}


#PAGER_BOX{
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

#PAGER_BOX ul{
	position: relative;
	left: 50%;
	float: left;
}

#PAGER_BOX ul li{
	position: relative;
	float: left;
	left: -50%;
}

	#PAGER_BOX ul li{
		color: #c20000;
		margin: 0 5px;
		
		
	}
	
	#PAGER_BOX ul li a{
		border: 1px solid #c20000;
		background-color: #fff;
		color: #c20000;
		text-decoration: none;
		width: 30px;
		height: 25px;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
		text-align: center;
		padding-top: 5px;
		display: block;
	}

	#PAGER_BOX ul li.on a{
		background-color: #c20000;
		border: 1px solid #c20000;
		color: #fff;
	}


/*-------------------------------------------------
ARROW_BOX
-------------------------------------------------*/
#ARROW_BOX{
	zoom:1;
}
#ARROW_BOX:before,
#ARROW_BOX:after{
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
}
#ARROW_BOX:after{
	clear: both;
}
	
	
#ARROW_BOX{
	margin:0 0 30px;
}
	
#ARROW_BOX ul{

}

#ARROW_BOX ul li{
	float: left;
	width: 33.333333%;
	width : -webkit-calc(100% / 3) ;
	width : calc(100% / 3) ;
}

	#ARROW_BOX ul li a{
		
	}
	
	#ARROW_BOX ul li.left_arrow{
		text-align: left;
	}
	
	#ARROW_BOX ul li.center_arrow{
		text-align: center;
	}
	
		#ARROW_BOX ul li.center_arrow a{
			text-decoration: none;
			height: 25px;
			padding-top: 5px;
			border: 1px solid #c20000;
			display: block;
			border-radius: 5px;
		}
	
		@media screen and (max-width:640px){
			#ARROW_BOX ul li.center_arrow span{
				display: none;
			}
		}
	
	#ARROW_BOX ul li.right_arrow a{
		float: right;
	}
	
	#ARROW_BOX ul li.left_arrow a,
	#ARROW_BOX ul li.right_arrow a{
		border: 1px solid #c20000;
		background-color: #c20000;
		color: #fff;
		text-decoration: none;
		width: 30px;
		height: 25px;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
		text-align: center;
		padding-top: 5px;
		display: block;

	}
	
	



/*-------------------------------------------------
footer
-------------------------------------------------*/
footer #SHOP_INFO{
	margin-top: 10px;
	text-align: center;
}

	footer #SHOP_INFO p{
		margin: 5px 0;
	}
	
	footer #SHOP_INFO p.shop_name{
		font-weight: bold;
	}

footer p#COPYRIGHT{
	margin-top: 40px;
	padding-bottom: 20px;
	text-align: center;
	color: #9a9a9a;
}


footer.new_foot{
	background-color: #dddddd;
}

	footer.new_foot #SHOP_INFO{
		padding-top: 20px;
	}

	footer.new_foot p#COPYRIGHT{
		color: #848484;
	}








































