/* CSS Document */
#header-area {
	margin-bottom:40px;
}
/* -----------------------------------------------------------------------------
 ログイン
----------------------------------------------------------------------------- */
#sidebar {
	width:240px;
	float:left;
	margin-top:40px;
}
#sidebar p {
	margin-bottom:20px;
}
#sec_login {
	margin-top:40px;
	margin-right:0;
	border-top: 1px solid #5a3d1c;
	border-right: 1px solid #5a3d1c;
	border-left: 1px solid #5a3d1c;
	border-bottom: 1px solid #5a3d1c;
}

#sec_signup {
	margin-top: 0;
	margin-right:0;
	border-top: 1px solid #5a3d1c;
	border-right: 1px solid #5a3d1c;
	border-left: 1px solid #5a3d1c;
	border-bottom: 1px solid #5a3d1c;
}


/* -----------------------------------------------------------------------------
 #sec_intro
----------------------------------------------------------------------------- */

#sec_intro {
	padding-top:20px;
	margin-left:280px;
}

#sec_intro h2 {
	text-align:center;
	margin-bottom:20px;
}
#sec_intro .read {
	font-size:124%;
	max-height: 999999px;
}
#sec_intro .read p {
	margin-bottom:1em;
}
#sec_intro .read .img {
	text-align:center;
}

#sec_intro .portal {
	clear:both;
	text-align:center;
	padding:20px 0px;
	margin-bottom:40px;
}

/* -----------------------------------------------------------------------------
 point
----------------------------------------------------------------------------- */
li.point1 {
	background: url(../../../img/point1.gif) no-repeat 5px top;
	height: 40px;
	padding:  25px 5px 10px 100px;
	margin-bottom: 20px;
	font-size:15px;
	max-height: 999999px;
}
li.point2 {
	background: url(../../../img/point2.gif) no-repeat 5px top;
	height: 57px;
	padding:  9px 5px 10px 100px;
	line-height:1.2em;
	margin-bottom: 16px;
	font-size:15px;
	max-height: 999999px;
}
li.point3 {
	background: url(../../../img/point3.gif) no-repeat 5px top;
	height: 40px;
	padding:  25px 5px 10px 100px;
	margin-bottom: 30px;
	font-size:15px;
	max-height: 999999px;
}
.point_note {
	text-align: center;
	background: #FFEEE5;
	border: 2px solid #FF9A5B;
	padding: 0.5em 1em;
	margin: 0 70px 0 70px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;	
	margin-bottom: 40px !important;
}

/* -----------------------------------------------------------------------------
 melit
----------------------------------------------------------------------------- */
#sec_intro .melit {
	background-color:#fff;
	border:4px solid #F29300;
	border-radius:20px;
	padding:20px 0px 5px;
	margin-bottom: 40px;
}

#sec_intro .melit .item {
	width:305px;
	float:left;
	padding:0px 15px 15px;
}
#sec_intro .melit .item h3 {
	background-color:#5A3D1C;
	color:#fff;
	text-align:center;
	border-radius:10px;
	padding:1px 0px 0px;
	margin-bottom:10px;
}
#sec_intro .melit .item strong {
	color:#EA6000;
}
#sec_intro .melit .item li span {
	color:#EA6000;
}

.toi {
	text-align:center;
	margin:20px 0px;
}

/* -----------------------------------------------------------------------------
 配達エリア
----------------------------------------------------------------------------- */
#sec_intro .delivery{
	background-color:#fff;
	border:4px solid #F29300;
	border-radius:20px;
	padding:20px 15px 5px;
	margin-bottom: 40px;	
}
#sec_intro .delivery h3 {
	background-color:#5A3D1C;
	color:#fff;
	text-align:center;
	border-radius:10px;
	padding:1px 0px 0px;
	margin-bottom:10px;
}
#sec_intro .area_list {
	margin-bottom: 20px;	
}
#sec_intro .area_list li {
	display: inline;
	white-space: nowrap;
	padding: 0 15px 0 0;
}

/* -----------------------------------------------------------------------------
 ログイン
----------------------------------------------------------------------------- */

#loginBox_top {
	padding:15px 0;
	background-color: #FFFFFF;
}
#loginBox_top dl {
	padding: 0 5px 10px 8px;
}
#loginBox_top dl dt {
	font-weight: bold;
	width: 85px;
	padding-bottom: 0;
	float: left;
	text-align: left;
}
#loginBox_top dl dd {
	margin-left: 85px;
	width: 135px;
	padding-bottom: 0px;
}
#loginBox_top input {
	width: 130px;	
}
#loginBox_top input.btn-login_ss {
	width: 160px;	
}

#sec_login #loginBox_top dl {
	padding: 0 5px 10px 365px;
}










