/* CSS Document */

@charset "shift-JIS";

/* div.menu-navi	 2012.08.23
---------------------------------- */
div.menu-navi {
	width:710px;
	margin:20px auto;
	border-bottom:#239ECD solid 3px;
}
div.menu-navi ul {
	height:31px;
	margin:0 -4px 0 0;
	margin:0 -8px 0 0;
}
div.menu-navi li {
	margin:0 4px 0 0;
	float:left;
}
div.menu-navi img {
	vertical-align:top;
}

h1,h2,h3{
	text-indent: 0px;
}
h2,h3 {
	margin-bottom: 15px;
	clear: both;
	}
h4 {
	text-align: left;
}


#bnr_mobile {
	width: 680px;
	height: 100px;
	margin: 40px auto;
	}

.nmr10 {
	margin-right: -10px !important;
	*margin-right: 0 !important;
}

.override710c {
	width: 710px;
	margin: 0 auto;
	padding: 0;
}

.mt0 {
	margin-top: 0px !important;
}
.mt05 {
	margin-top: 05px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.ml05 {
	margin-left: 5px !important;
}
.ml12 {
	margin-left: 12px !important;
}


.mb30 {
	margin-bottom: 30px !important;
	*margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px;
	*margin-bottom: 10px;
}
.mb0 {
	margin-bottom: 0px;
}
.point_inner {
	margin: 18px 18px 30px 18px;
	padding: 0;
	}
.point_inner2 {
	margin: 18px 18px 0 18px;
	padding: 0;
	}
.point_inner3 {
	margin: 18px auto;
	padding: 0;
	border: 1px solid red;
	clear: both;
	}
.point_inner3 h3 {
	margin-top: 0;
}

.small_text {
	color: #333;
	font-size: 11px;
	line-height: 1.4;
	margin-top: 8px;
}
.small_text2 {
	color: #333;
	font-size: 11px;
	line-height: 1.4;
}

a.arrow {
	padding-left: 18px;
	background: url(/point/image/arrow01.jpg) no-repeat left center;
}

#charge_list_box {
	margin: 8px 0 0 5px;
	padding: 0;
	clear: both;
}
#charge_list_box ul{
	float: left;
}
#charge_list_box ul li {
	color: #333;
	font-size: 11px;
	line-height: 1.4;
}
#charge_list_box ul.box01 {
width: 40%;
padding-bottom:20px;
}
#charge_list_box ul.box02 {
width: 60%;
padding-bottom:20px;
}
.petbottles_list_last {
	width:146px;
	margin: 0;
	padding: 0;
	text-align:left;
}

/* clearfix */
.cl:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}
*:first-child+html .cl {display: inline-block;}
* html .cl {height: 1%;}