@charset "UTF-8";
/* CSS Document */


/* ======================
kage
====================== */

.kage {
}
.kage:after {
	content: " ";
	width:980px;
	height:13px;
	background:url(../images/content_shadow.gif) no-repeat;
	margin-bottom:-14px;
}
/* ======================
localmenu
====================== */


#localmenu {
	clear:both;
	padding:16px 0px;
}
#localmenu h1 {
	font-family:Lato;
	font-weight:300;
	font-size:30px;
	line-height:36px;
	color:#000000;
	float:left;
}
#localmenu ul {
	margin:10px 0 0 0;
	float:right;
}
#localmenu li {
	float:left;
	margin-left:19px;
	font-size:12px;
	line-height:14px;
	color:#333333;
}
#localmenu li a {
	color:#333333;
	text-decoration:none;
}
#localmenu li a:hover {
	color:#000;
	text-decoration:none;
}
/* ======================
banner
====================== */

#banner {
	clear:both;
	border:1px #CCCCCC solid;
	width:960px;
	padding:9px;
	margin:0 auto;
	border-radius: 5px;
}
#banner img {
	float:left;
	border-radius: 5px;
}
#banner h2 {
	font-family:Lato;
	font-weight:300;
	color:#333333;
	font-size:41px;
	line-height:46px;
	margin:23px 0 0 0;
}
#banner h3 {
	font-family:Lato;
	font-weight:400;
	font-size:18px;
	line-height:22px;
	color:#747484;
}
/* ======================
inner
====================== */

.inner {
	padding:41px 0 55px 0;
	background:url(../images/inner_bg.png) bottom center no-repeat;
}
.inner img.mainvsl {
	float:right;
	padding:0 40px;
}
.inner .kiten {
	position:relative;
}
.inner .waku {
}
.inner h2 {
	font-family:Lato;
	font-weight:300;
	font-size:48px;
	line-height:58px;
	color:#000000;
	margin-bottom:14px;
}
.inner p {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:16px;
	line-height:19px;
	margin-bottom:11px;
	margin-right:280px;
}
.inner li {
	font-family:Lato;
	font-weight:300;
	font-size:41px;
	line-height:49px;
	color:#888888;
}
#order_now {
	position:absolute;
	font-family:Lato;
	font-weight:400;
	color:#FFFFFF;
	border-radius: 5px;
	right:100px;
	bottom:70px;
	background:#008DC7;
	background:linear-gradient(-90deg, rgb(0,154,205) 0%, rgb(0,154,205) 1%, rgb(0,173,224) 26%, rgb(0,157,208) 74%, rgb(0,140,191) 95%, rgb(0,136,187) 100%);
	/* Firefox v3.6+ */
	background:-moz-linear-gradient(58% -8% -90deg, rgb(0,154,205) 0%, rgb(0,154,205) 1%, rgb(0,173,224) 26%, rgb(0,157,208) 74%, rgb(0,140,191) 95%, rgb(0,136,187) 100%);
	/* safari v4.0+ and by Chrome v3.0+ */
	background:-webkit-gradient(linear, 58% -8%, 58% 97%, color-stop(0, rgb(0,154,205)), color-stop(0.01, rgb(0,154,205)), color-stop(0.26, rgb(0,173,224)), color-stop(0.74, rgb(0,157,208)), color-stop(0.95, rgb(0,140,191)), color-stop(1, rgb(0,136,187)));
	/* Chrome v10.0+ and by safari nightly build*/
	background:-webkit-linear-gradient(-90deg, rgb(0,154,205) 0%, rgb(0,154,205) 1%, rgb(0,173,224) 26%, rgb(0,157,208) 74%, rgb(0,140,191) 95%, rgb(0,136,187) 100%);
	/* Firefox v3.5+ */
	-moz-box-shadow:inset 0px 1px 0px rgb(0,141,192);
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-box-shadow:inset 0px 1px 0px rgb(0,141,192);
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
	box-shadow:inset 0px 1px 0px rgb(0,141,192);
}
#order_now a {
	font-family:Lato;
	font-weight:400;
	color:#FFFFFF;
	padding:6px 25px;
	display:block;
	font-size:21px;
	line-height:22px;
	text-shadow:0px -1px 2px #113D64;
}
#order_now a strong {
	font-family:Lato;
	font-weight:400;
	color:#FFFFFF;
	font-size:16px;
}
#order_now a:hover {
	display:block;
	border-radius: 5px;
	background:#32B0E9;
	box-shadow:1px 1px 2px #666;
}

#order_now2 {
	position:absolute;
	font-family:Lato;
	font-weight:400;
	color:#FFFFFF;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	box-shadow:0 1px 1px #333;
	right:30px;
	bottom:0px;
	background:#984891;
	background:linear-gradient(-90deg,rgb(221,121,223) 0%,rgb(189,106,191) 50%,rgb(193,108,196) 96%,rgb(193,108,196) 99%);

	/* Firefox v3.6+ */
	background:-moz-linear-gradient(50% 0% -90deg,rgb(221,121,223) 0%,rgb(189,106,191) 50%,rgb(193,108,196) 96%,rgb(193,108,196) 99%); 
	/* safari v4.0+ and by Chrome v3.0+ */
	background:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(221,121,223)),color-stop(0.5, rgb(189,106,191)),color-stop(0.96, rgb(193,108,196)),color-stop(0.99, rgb(193,108,196)));
	/* Chrome v10.0+ and by safari nightly build*/
	background:-webkit-linear-gradient(-90deg,rgb(221,121,223) 0%,rgb(189,106,191) 50%,rgb(193,108,196) 96%,rgb(193,108,196) 99%);
	/* Firefox v3.5+ */
	-moz-box-shadow:inset 0px 1px 0px #D66DD4;
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-box-shadow:inset 0px 1px 0px #D66DD4;
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
	box-shadow:inset 0px 1px 0px #D66DD4;
}
#order_now2 a {
	font-family:Lato;
	font-weight:400;
	color:#FFFFFF;
	padding:6px 25px;
	display:block;
	font-size:21px;
	line-height:22px;
	text-shadow:0px -1px 2px #113D64;
}
#order_now2 a strong {
	font-family:Lato;
	font-weight:400;
	color:#FFFFFF;
	font-size:16px;
}
#order_now2 a:hover {
	display:block;
	border-radius: 5px;
	background:#AE57A4;
	box-shadow:1px 1px 2px #666;
}

/* ======================
rent-ad
====================== */

.rent-ad {
	clear:both;
	padding:0px 0 31px 0;
	margin:36px auto 0;
	width:980px;
}
.rent-ad h1 {
	font-family:Lato;
	font-weight:300;
	color:#000;
	font-size:40px;
	line-height:48px;
	margin-bottom:22px;
}
.rent-ad h1 em {
	font-family:Lato;
	font-weight:300;
	color:#000;
	font-size:20px;
	line-height:48px;
	margin-bottom:22px;
}
.rent-ad p {
	color:#747484;
	font-size:16px;
	line-height:22px;
}
/* ======================
benefit
====================== */

#benefits {
	clear:both;
	background:#FAFAFA;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	padding:38px 0 47px;
}
#benefits .wrapper {
	background: url(../images/benefit_icon.png) no-repeat 888px 0px;
}
#benefits h2 {
	font-family:Lato;
	font-weight:400;
	color:#3F4559;
	font-size:26px;
	line-height:31px;
	margin:0 0 19px 49px;
	text-align:left;
}
#benefits p a {
	color:#0071D3;
	font-size:16px;
	line-height:22px;
	text-decoration:none;
}
#benefits ul {
	margin:0 0 0px 49px;
}
#benefits li {
	font-size:16px;
	line-height:27px;
	margin-bottom:10px;
	color:#535362;
	text-align:left;
	padding:0 0 0 33px;
	background:url(../images/benefit_listmark.png) no-repeat 0px 1px;
}
#benefits .callingRate .kakomi {
	margin:90px 32px 32px 32px;
	padding:14px 41px 14px 41px;
	background:#FFFFFF;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	/* Firefox v3.5+ */
	-moz-box-shadow:0px 1px 3px rgba(0,0,0,0.5);
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-box-shadow:0px 1px 3px rgba(0,0,0,0.5);
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
	box-shadow:0px 1px 3px rgba(0,0,0,0.5);
}
#benefits .callingRate table {
	border:none;
	width:100%;
}
#benefits .callingRate table tr {
	border-bottom:1px #D2D2D2 solid;
}
#benefits .callingRate table th {
	font-family:Lato;
	font-weight:400;
	font-size:18px;
	line-height:24px;
}
#benefits .callingRate table th.midashi {
	font-family:Lato;
	font-weight:400;
	font-size:22px;
	line-height:41px;
	color:#333333;
	height:41px;
	width:288px;
	background:url(../images/callingrate_th_bg.png) no-repeat bottom center;
	text-align:center;
}
#benefits .callingRate table td {
	font-family:Lato;
	font-weight:400;
	color:#666;
	font-size:18px;
	padding:10px;
	text-align:center;
}
#benefits .callingRate table td a {
	font-size:15px;
	color:#0071D3;
}
#benefits li a {
	font-size:16px;
	line-height:27px;
	margin-bottom:10px;
	color:#3939ff;
	text-align:left;
	text-decoration:none;
}
/* ======================
instruction
====================== */

#instruction {
	clear:both;
	border:1px #CCCCCC solid;
	width:978px;
	margin:45px auto 0;
	border-radius: 5px;
}
#instruction h2 {
	text-align:left;
	padding:23px 0 10px 25px;
	font-family:Lato;
	font-weight:300;
	font-size:32px;
	line-height:38px;
	border-bottom:1px #CCCCCC solid;
}
#instruction .manuals {
	margin:29px 32px;
}
#instruction .manuals h3 {
	font-size:23px;
	line-height:28px;
	color:#000;
	text-align:left;
	padding-left:24px;
	background:url(../images/hd3_eyecatch.png) no-repeat 0px 7px;
	margin-bottom:8px;
}
#instruction .manuals p {
	font-size:14px;
	line-height:20px;
	color:#666666;
	text-align:left;
	padding-left:24px;
	margin-bottom:10px;
}
#instruction .manuals p a {
	font-size:14px;
	line-height:20px;
	color:#666666;
	margin-right:25px;
	text-decoration:none;
}
#instruction p.video2 {
	margin:15px 30px 50px 35px;
	text-align:left;
	font-size:14px;
	line-height:20px;
	color:#0071D3;
	text-decoration:none;
}
#instruction p.video2 a {
	text-align:left;
	font-size:14px;
	line-height:20px;
	color:#0071D3;
	text-decoration:none;
}
/* ======================
plan
====================== */

#plan {
	clear:both;
	border:1px #CCCCCC solid;
	width:978px;
	margin:70px auto 0;
	border-radius: 5px;
}
#plan h2 {
	background:url(../images/plan_icon.png) no-repeat 13px 7px;
	text-align:left;
	padding:23px 0 10px 66px;
	font-family:Lato;
	font-weight:300;
	font-size:32px;
	line-height:38px;
	border-bottom:1px #CCCCCC solid;
}
#plan .fee_example {
	margin:29px 0 0 32px;
}
#plan .fee_example .rentalpack {
	float:left;
	margin-right:60px;
}
#plan .fee_example .rentalpack h3 {
	font-size:23px;
	line-height:28px;
	color:#000;
	text-align:left;
	padding-left:24px;
	background:url(../images/hd3_eyecatch.png) no-repeat 0px 7px;
	margin-bottom:8px;
}
#plan .fee_example .rentalpack p {
	font-size:14px;
	line-height:20px;
	color:#666666;
	text-align:left;
	margin:0 0 0 26px;
}
#plan .fee_example .rentalyen {
	float:left;
	margin-left:20px;
	width:256px;
	border:2px #FFFFFF solid;
	padding-bottom:10px;
	background:#F4F4F4;
	background:linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(234,234,234) 100%);
	/* Firefox v3.6+ */
	background:-moz-linear-gradient(50% -2% -90deg, rgb(255,255,255) 0%, rgb(234,234,234) 100%);
	/* safari v4.0+ and by Chrome v3.0+ */
	background:-webkit-gradient(linear, 50% -2%, 50% 103%, color-stop(0, rgb(255,255,255)), color-stop(1, rgb(234,234,234)));
	/* Chrome v10.0+ and by safari nightly build*/
	background:-webkit-linear-gradient(-90deg, rgb(255,255,255) 0%, rgb(234,234,234) 100%);
	/* Opera v11.10+ */
	background:-o-linear-gradient(-90deg, rgb(255,255,255) 0%, rgb(234,234,234) 100%);
	/* IE v10+ */
	background:-ms-linear-gradient(-90deg, rgb(255,255,255) 0%, rgb(234,234,234) 100%);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	/* Firefox v3.5+ */
	-moz-box-shadow:0px 1px 3px rgba(0,0,0,0.5);
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-box-shadow:0px 1px 3px rgba(0,0,0,0.5);
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
	box-shadow:0px 1px 3px rgba(0,0,0,0.5);
 -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffeaeaea, GradientType=0)  progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=1, Color=#80000000, Positive=true)";
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffeaeaea, GradientType=0)  progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=1, Color=#80000000, Positive=true);
}
#plan .fee_example .rentalyen h4 {
	color:#333333;
	font-size:22px;
	line-height:24px;
	padding:5px 10px;
	background:#FFF;
	border:#70C5F5 2px solid;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	display:block;
	margin:15px;
}
#plan .fee_example .rentalyen p {
	font-family:Lato;
	font-weight:400;
	color:#666666;
	font-size:20px;
	line-height:28px;
}
#plan .fee_example .rentalyen p.tyuui {
	font-family:Lato;
	font-weight:400;
	color:#666666;
	font-size:15px;
	line-height:18px;
	margin-bottom:12px;
}
#plan .fee_example .rentalyen p.tyuui a {
	color:#0071D3;
}
#plan .callingRate {
	clear:both;
	margin-top:29px;
	clear:both;
}
#plan .callingRate h3 {
	font-size:23px;
	line-height:28px;
	color:#000;
	text-align:left;
	padding-left:24px;
	background:url(../images/hd3_eyecatch.png) no-repeat 0px 7px;
	margin:0px 0 8px 32px;
}
#plan .callingRate .kakomi {
	margin:17px 32px 32px 32px;
	padding:14px 41px 14px 41px;
	background:#FFFFFF;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	/* Firefox v3.5+ */
	-moz-box-shadow:0px 1px 3px rgba(0,0,0,0.5);
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-box-shadow:0px 1px 3px rgba(0,0,0,0.5);
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
	box-shadow:0px 1px 3px rgba(0,0,0,0.5);
}
#plan .callingRate table {
	border:none;
	width:100%;
}
#plan .callingRate table tr {
	border-bottom:1px #D2D2D2 solid;
}
#plan .callingRate table th {
	font-family:Lato;
	font-weight:400;
	font-size:18px;
	line-height:24px;
}
#plan .callingRate table th.midashi {
	font-family:Lato;
	font-weight:400;
	font-size:22px;
	line-height:41px;
	color:#333333;
	height:41px;
	width:288px;
	background:url(../images/callingrate_th_bg.png) no-repeat bottom center;
	text-align:center;
}
#plan .callingRate table td {
	font-family:Lato;
	font-weight:400;
	color:#666;
	font-size:18px;
	padding:10px;
	text-align:center;
}
#plan .callingRate table td a {
	font-size:15px;
	color:#0071D3;
}
#plan .callingRate p {
	margin-top:14px;
	font-size:14px;
	clear:both;
	text-align:center;
}
#plan .callingRate p a {
	color:#0071D3;
}
#plan .callingRate p a:hover {
	color:#2563F9;
}
#plan .callingRate p.read {
	font-size:14px;
	line-height:20px;
	color:#666666;
	text-align:left;
	margin:8px 0 0 57px;
}
/* ======================
feebydays
====================== */

.feebydays {
	clear:both;
	border:1px #CCCCCC solid;
	width:978px;
	margin:45px auto;
	border-radius: 5px;
}
.feebydays h2 {
	font-size:23px;
	line-height:28px;
	color:#000;
	text-align:left;
	padding-left:24px;
	background:url(../images/hd3_eyecatch.png) no-repeat 0px 7px;
	margin:30px 20px 8px 32px;
	min-height:56px;
}
.feebydays h2 em {
	font-family:Lato;
	font-weight:400;
	font-size:21px;
}

.feebydays p {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
 	font-size:16px;
	font-weight:300;
	text-align:left;
	color:#666666;
	margin:0 20px 8px 60px;
}
.fee1 {
	float:left;
	width:488px;
	border-right:1px #CCCCCC solid;
}
.fee2 {
	float:left;
	width:489px;
}
.feebydays .kakomi {
	margin:15px 20px 29px 32px;
	border:2px #FFFFFF solid;
	padding:15px;
	background:#F4F4F4;
	background:linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(234,234,234) 100%);
	/* Firefox v3.6+ */
	background:-moz-linear-gradient(50% -2% -90deg, rgb(255,255,255) 0%, rgb(234,234,234) 100%);
	/* safari v4.0+ and by Chrome v3.0+ */
	background:-webkit-gradient(linear, 50% -2%, 50% 103%, color-stop(0, rgb(255,255,255)), color-stop(1, rgb(234,234,234)));
	/* Chrome v10.0+ and by safari nightly build*/
	background:-webkit-linear-gradient(-90deg, rgb(255,255,255) 0%, rgb(234,234,234) 100%);
	/* Opera v11.10+ */
	background:-o-linear-gradient(-90deg, rgb(255,255,255) 0%, rgb(234,234,234) 100%);
	/* IE v10+ */
	background:-ms-linear-gradient(-90deg, rgb(255,255,255) 0%, rgb(234,234,234) 100%);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	/* Firefox v3.5+ */
	-moz-box-shadow:0px 1px 3px rgba(0,0,0,0.5);
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-box-shadow:0px 1px 3px rgba(0,0,0,0.5);
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
	box-shadow:0px 1px 3px rgba(0,0,0,0.5);
 -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffeaeaea, GradientType=0)  progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=1, Color=#80000000, Positive=true)";
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffeaeaea, GradientType=0)  progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=1, Color=#80000000, Positive=true);
}
.feebydays table {
	width:100%;
}
.feebydays table tr {
}
.feebydays table th {
	background:#A8A8B7;
	color:#FFF;
	font-size:13px;
	text-align:center;
	vertical-align:middle;
	height:22px;
	border-right:1px #CCCCCC solid;
}
.feebydays table th.day {
	-moz-border-top-left-radius:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;
	-moz-border-bottom-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
}
.feebydays table td {
	font-size:12px;
	color:#444444;
	text-align:center;
	vertical-align:middle;
	height:44px;
	border-right:1px #CCCCCC solid;
}

.feebydays .under-border {
	border-top:1px #CCCCCC solid;
	width:100%;
}

/* ======================
WARNING
====================== */
.WARNING {
	border-top:1px #CCCCCC solid;
	clear:both;
	width:978px;
	margin:0 auto 45px;
	padding-top:20px;
}
.WARNING p {
	width:800px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	font-weight:400;
	line-height:20px;
	color:#000;
	text-align:left;
}
.WARNING p strong {
	font-size:15px;
	font-weight:900;
	color:#000;
	text-align:left;
}
/* ======================
steps
====================== */


#steps {
	clear:both;
	border:1px #CCCCCC solid;
	width:978px;
	margin:45px auto;
	border-radius: 5px;
	padding-bottom:0px;
}
#steps h2 {
	text-align:left;
	padding:23px 0 10px 66px;
	font-family:Lato;
	font-weight:300;
	font-size:32px;
	line-height:38px;
	border-bottom:1px #CCCCCC solid;
	position:relative;
}
#steps h2 img.icon {
	position:absolute;
	top:-14px;
	left:-11px;
}
#steps ul {
	margin:22px 0 0 22px;
}
#steps li {
	padding-top:11px;
	margin-right:7px;
	font-family:Lato;
	font-weight:700;
	font-size:18px;
	line-height:22px;
	color:#333333;
	text-align:center;
	float:left;
	width:163px;
	background:#F4F4F4;
	background:linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(234,234,234) 100%);
	/* Firefox v3.6+ */
	background:-moz-linear-gradient(50% -2% -90deg, rgb(255,255,255) 0%, rgb(234,234,234) 100%);
	/* safari v4.0+ and by Chrome v3.0+ */
	background:-webkit-gradient(linear, 50% -2%, 50% 103%, color-stop(0, rgb(255,255,255)), color-stop(1, rgb(234,234,234)));
	/* Chrome v10.0+ and by safari nightly build*/
	background:-webkit-linear-gradient(-90deg, rgb(255,255,255) 0%, rgb(234,234,234) 100%);
	/* Opera v11.10+ */
	background:-o-linear-gradient(-90deg, rgb(255,255,255) 0%, rgb(234,234,234) 100%);
	/* IE v10+ */
	background:-ms-linear-gradient(-90deg, rgb(255,255,255) 0%, rgb(234,234,234) 100%);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	/* Firefox v3.5+ */
	-moz-box-shadow:0px 1px 3px rgba(0,0,0,0.5);
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-box-shadow:0px 1px 3px rgba(0,0,0,0.5);
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
	box-shadow:0px 1px 3px rgba(0,0,0,0.5);
 -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffeaeaea, GradientType=0)  progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=1, Color=#80000000, Positive=true)";
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffeaeaea, GradientType=0)  progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=1, Color=#80000000, Positive=true);
}
#steps li img {
	display:block;
	margin:12px auto 17px;
}
#steps .yajirushi {
	float:left;
	width:15px;
	height:22px;
	margin:60px 7px 0 0;
	background:url(../images/steps_arrow.png) no-repeat;
}
#steps h3 {
	clear:both;
	font-size:23px;
	line-height:28px;
	color:#000;
	text-align:left;
	padding-left:24px;
	background:url(../images/hd3_eyecatch.png) no-repeat 0px 7px;
	margin:30px 0 8px 32px;
}
#steps p {
	font-size:14px;
	line-height:20px;
	color:#666666;
	text-align:left;
	margin:0 0 0 58px;
}
#steps img.term {
	padding:19px 0 50px 0;
}
/* ======================
delivery
====================== */


#delivery {
	clear:both;
	border:1px #CCCCCC solid;
	width:978px;
	margin:45px auto 45px;
	border-radius: 5px;
}
#delivery h2 {
	background:url(../images/delivery_icon.png) no-repeat 13px 10px;
	text-align:left;
	padding:23px 0 10px 96px;
	font-family:Lato;
	font-weight:300;
	font-size:32px;
	line-height:38px;
	border-bottom:1px #CCCCCC solid;
}
#delivery .forusers {
	margin:33px;
	padding:9px 54px 9px 22px;
	background:#ECECFB;
	position:relative;
	float:left;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
#delivery .forusers img.airplane {
	position:absolute;
	top:0px;
	right:-45px;
}
#delivery .forusers p {
	font-size:14px;
	line-height:17px;
	text-align:left;
	color:#333333;
	margin:0px;
}
#delivery .forusers p em {
	font-size:14px;
	line-height:17px;
	text-align:left;
	color:#FF3040;
}
#delivery h3 {
	clear:both;
	font-size:23px;
	line-height:28px;
	color:#000;
	text-align:left;
	padding-left:24px;
	background:url(../images/hd3_eyecatch.png) no-repeat 0px 7px;
	margin:30px 0 8px 32px;
}
#delivery p {
	font-size:14px;
	line-height:20px;
	color:#666666;
	text-align:left;
	margin:0 0 0 58px;
}
#delivery table {
	margin:8px 70px 8px 58px;
	width:848px;
}
#delivery table tr {
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}
#delivery table tr.odd {
	background:#F4F4F4;
}
#delivery table td {
	font-family:Lato;
	font-weight:400;
	font-size:16px;
	line-height:35px;
	text-align:center;
	color:#333333;
}
#delivery table td.yen {
	font-size:18px;
	color:#111111;
}
#delivery table th {
	font-family:Lato;
	font-weight:400;
	font-size:18px;
	line-height:35px;
	text-align:left;
	color:#000000;
	padding-left:7px;
}
#delivery table td a {
	color:#0071D3;
}
#delivery table td a strong {
	color:#FF303F;
}
#delivery .aki {
	height:50px;
}
/* ======================
return
====================== */


#return {
	clear:both;
	border:1px #CCCCCC solid;
	width:978px;
	margin:45px auto 50px;
	border-radius: 5px;
}
#return h2 {
	text-align:left;
	padding:23px 0 10px 25px;
	font-family:Lato;
	font-weight:300;
	font-size:32px;
	line-height:38px;
	border-bottom:1px #CCCCCC solid;
}
#return ul {
	padding:12px 0 12px 25px;
}
#return li {
	font-family:Lato;
	font-weight:400;
	font-size:24px;
	line-height:29px;
	text-align:left;
}
#return p {
	margin:12px 26px 30px 40px;
	min-height:80px;
	background:url(../images/return_icon.png) no-repeat top left;
	font-size:14px;
	line-height:20px;
	color:#666666;
	text-align:left;
	padding-left:87px;
}
#return h3 {
	clear:both;
	font-size:23px;
	line-height:28px;
	color:#000;
	text-align:left;
	padding:0 0 5px 24px;
	background:url(../images/hd3_eyecatch.png) no-repeat 0px 7px;
	margin:30px 0 20px 32px;
	border-bottom:1px solid #CCC;
}
#return p.manualpdf {
	font-family:Lato;
	font-weight:400;
	font-size:16px;
	line-height:35px;
	min-height:16px;
	margin:12px 26px 30px 40px;
	background:none;
	padding-left:0px;
}

#return p.manualpdf a {
	color:#0071D3;
	padding:0 15px;
}


/* ======================
why
====================== */


#why {
	clear:both;
	border:1px #CCCCCC solid;
	width:978px;
	margin:45px auto 45px;
	border-radius: 5px;
}
#why h2 {
	text-align:left;
	padding:23px 0 10px 25px;
	font-family:Lato;
	font-weight:300;
	font-size:32px;
	line-height:38px;
	border-bottom:1px #CCCCCC solid;
}
#why ul {
	padding:12px 0 12px 25px;
}
#why li {
	font-family:Lato;
	font-weight:400;
	font-size:24px;
	line-height:29px;
	text-align:left;
}
#why p {
	margin:12px 26px 30px 40px;
	min-height:80px;
	background:url(../images/why_icon.png) no-repeat top left;
	font-size:14px;
	line-height:20px;
	color:#666666;
	text-align:left;
	padding-left:87px;
}

/* ======================
jump
====================== */
.jump {
	clear:both;
	width:734px;
	margin:45px auto;
}
.jump ul {
	margin:0 -4px 0 0;
}
.jump ul li {
	float:left;
	margin:0 4px 0 0;
}






@media screen and (max-width: 768px) {

/* ======================
kage
====================== */

.kage {
    background: none;
}

.kage:after {
	content: " ";
	width:100%;
	height:13px;
	background:url(../images/content_shadow.gif) no-repeat;
	margin-bottom:-14px;
	background-size:100%;
}


/* ======================
localmenu
====================== */


#localmenu {
	clear:both;
	padding:20px 0px;
}
#localmenu h1 {
	font-family:Lato;
	font-weight:300;
	font-size:30px;
	line-height:36px;
	color:#000000;
	float: none;
	text-align: center;
}
#localmenu ul {
	margin:10px 10px 0;
	float: none;
	text-align: center;
}
#localmenu li {
	float:left;
	margin: 0 8px;
	font-size:14px;
	line-height:14px;
	color:#333333;
	display:block;
	padding:8px 0;
}
#localmenu li a {
	color:#333333;
	text-decoration:none;
}
#localmenu li a:hover {
	color:#000;
	text-decoration:none;
}
/* ======================
banner
====================== */

#banner {
	clear:both;
	border:1px #CCCCCC solid;
	width: 96%;
	padding: 1% 1% 12px 1% ;
	margin:0 auto;
	border-radius: 5px;
}
#banner img {
	float:left;
	border-radius: 5px;
	width: 98%;
	height: auto;
	margin-bottom:15px;
}
#banner h2 {
	font-family: Lato;
	font-weight: 300;
	color: #333333;
	font-size: 24px;
	line-height: 33px;
	margin: 0px 0 14px;
}
#banner h3 {
	font-family:Lato;
	font-weight:400;
	font-size:18px;
	line-height:22px;
	color:#747484;
}
/* ======================
inner
====================== */

.inner {
	padding: 41px 0 25px 0;
	background:url(../images/inner_bg.png) bottom center no-repeat;
}
.inner img.mainvsl {
	float:none;
	padding-right:0;
	width: 60%;
	height: auto;
	padding:0 0 0 70px;
	margin:-85px auto -70px;
	position:relative;
	z-index:-1;
}
.inner .kiten {
	position:relative;
}
.inner .waku {
}
.inner h2 {
	font-family:Lato;
	font-weight:300;
	font-size:37px;
	line-height:42px;
	color:#000000;
	margin-bottom:14px;
}
.inner p {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:16px;
	line-height:19px;
	color:#747484;
	margin:11px 15px;
}
.inner li {
	font-family:Lato;
	font-weight:300;
	font-size:22px;
	line-height:28px;
	color:#888888;
}
.inner h3 {
	font-family:Lato;
	font-weight:300;
	font-size:22px;
	line-height:28px;
	color:#888888;
	margin-bottom: 15px;
}
#order_now {
	position:static;
	font-family:Lato;
	font-weight:400;
	color:#FFFFFF;
	border-radius: 5px;
	right: 50%;
	bottom: -20px;
	background:#008DC7;
	background:linear-gradient(-90deg, rgb(0,154,205) 0%, rgb(0,154,205) 1%, rgb(0,173,224) 26%, rgb(0,157,208) 74%, rgb(0,140,191) 95%, rgb(0,136,187) 100%);
	/* Firefox v3.6+ */
	background:-moz-linear-gradient(58% -8% -90deg, rgb(0,154,205) 0%, rgb(0,154,205) 1%, rgb(0,173,224) 26%, rgb(0,157,208) 74%, rgb(0,140,191) 95%, rgb(0,136,187) 100%);
	/* safari v4.0+ and by Chrome v3.0+ */
	background:-webkit-gradient(linear, 58% -8%, 58% 97%, color-stop(0, rgb(0,154,205)), color-stop(0.01, rgb(0,154,205)), color-stop(0.26, rgb(0,173,224)), color-stop(0.74, rgb(0,157,208)), color-stop(0.95, rgb(0,140,191)), color-stop(1, rgb(0,136,187)));
	/* Chrome v10.0+ and by safari nightly build*/
	background:-webkit-linear-gradient(-90deg, rgb(0,154,205) 0%, rgb(0,154,205) 1%, rgb(0,173,224) 26%, rgb(0,157,208) 74%, rgb(0,140,191) 95%, rgb(0,136,187) 100%);
	/* Firefox v3.5+ */
	-moz-box-shadow:inset 0px 1px 0px rgb(0,141,192);
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-box-shadow:inset 0px 1px 0px rgb(0,141,192);
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
	box-shadow:inset 0px 1px 0px rgb(0,141,192);
	margin:0 auto 15px auto;
	width:95%;
}
#order_now a {
	font-family:Lato;
	font-weight:400;
	color:#FFFFFF;
	padding:6px 25px;
	display:block;
	font-size:21px;
	line-height:22px;
	text-shadow:0px -1px 2px #113D64;
}
#order_now a strong {
	font-family:Lato;
	font-weight:400;
	color:#FFFFFF;
	font-size:16px;
}
#order_now a:hover {
	display:block;
	border-radius: 5px;
	background:#32B0E9;
	box-shadow:1px 1px 2px #666;
}
#order_now2 {
	position:static;
	font-family:Lato;
	font-weight:400;
	color:#FFFFFF;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	box-shadow:0 1px 1px #333;
	right: 2%;
	bottom: -20px;
	background:#984891;
	background:linear-gradient(-90deg,rgb(221,121,223) 0%,rgb(189,106,191) 50%,rgb(193,108,196) 96%,rgb(193,108,196) 99%);
	/* Firefox v3.6+ */
	background:-moz-linear-gradient(50% 0% -90deg,rgb(221,121,223) 0%,rgb(189,106,191) 50%,rgb(193,108,196) 96%,rgb(193,108,196) 99%);
	/* safari v4.0+ and by Chrome v3.0+ */
	background:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(221,121,223)),color-stop(0.5, rgb(189,106,191)),color-stop(0.96, rgb(193,108,196)),color-stop(0.99, rgb(193,108,196)));
	/* Chrome v10.0+ and by safari nightly build*/
	background:-webkit-linear-gradient(-90deg,rgb(221,121,223) 0%,rgb(189,106,191) 50%,rgb(193,108,196) 96%,rgb(193,108,196) 99%);
	/* Firefox v3.5+ */
	-moz-box-shadow:inset 0px 1px 0px #D66DD4;
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-box-shadow:inset 0px 1px 0px #D66DD4;
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
	box-shadow:inset 0px 1px 0px #D66DD4;
	margin:0 auto 15px auto;
	width:95%;
}
#order_now2 a {
	font-family:Lato;
	font-weight:400;
	color:#FFFFFF;
	padding:6px 12px;
	display:block;
	font-size:21px;
	line-height:22px;
	text-shadow:0px -1px 2px #113D64;
}
#order_now2 a strong {
	font-family:Lato;
	font-weight:400;
	color:#FFFFFF;
	font-size:16px;
}
#order_now2 a:hover {
	display:block;
	border-radius: 5px;
	background:#AE57A4;
	box-shadow:1px 1px 2px #666;
}


/* ======================
rent-ad
====================== */

.rent-ad {
	clear:both;
	padding:0px 0 31px 0;
	margin:36px auto 0;
	width: 100%;
	background: url(../images/rent-ad_icon.png) no-repeat top center;
	padding-top:90px;
}
.rent-ad h1 {
	font-family:Lato;
	font-weight:300;
	color:#000;
	font-size:27px;
	line-height:33px;
	margin-bottom:22px;
}
.rent-ad h1 em {
	line-height:33px;
}
.rent-ad p {
	color:#747484;
	font-size:16px;
	line-height:23px;
}
.rent-ad p strong {
	color:#f03;
	font-size:16px;
	line-height:23px;
}

/* ======================
benefit
====================== */

#benefits {
	clear:both;
	background:#FAFAFA ;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	padding:21px 0 21px;
}
#benefits .wrapper {
	background: url(../images/benefit_icon.png) no-repeat 813px 0px;
}
#benefits h2 {
	font-family:Lato;
	font-weight:400;
	color:#3F4559;
	font-size:21px;
	line-height:30px;
	margin:0 15px 19px 15px;
	text-align:left;
}
#benefits ul {
	margin:0 15px 0px 15px;
}
#benefits li {
	font-size:15px;
	line-height:23px;
	margin-bottom:15px;
	color:#535362;
	text-align:left;
	padding:0 0 0 33px;
	background:url(../images/benefit_listmark.png) no-repeat 0px 0px;
	min-height:25px;
}
/* ======================
instruction
====================== */

#instruction {
	clear:both;
	border:1px #CCCCCC solid;
	width: 100%;
	margin:45px auto 0;
	border-radius: 5px;
}

#instruction h2 {
	text-align:left;
	padding:15px 0 10px 15px;
	font-family:Lato;
	font-weight:300;
	font-size:27px;
	line-height:33px;
	border-bottom:1px #CCCCCC solid;
}



#instruction .manuals {
	margin: 4%;
}

	


#instruction  .manuals h3 {
	font-size:23px;
	line-height:28px;
	color:#000;
	text-align:left;
	padding-left:24px;
	background:url(../images/hd3_eyecatch.png) no-repeat 0px 7px;
	margin-bottom:8px;
	clear:both;
}
#instruction  .manuals p {
	font-size:14px;
	line-height:23px;
	color:#666666;
	text-align:left;
	padding-left:0px;
	/* width: 100%; */
}
#instruction  .manuals p a{
	font-size:14px;
	line-height:23px;
	color:#666666;
	margin-right:25px;
	text-decoration:none;
	display:block;
	float:left;
}

#instruction p.video2 {
	clear:both;
}


/* ======================
plan
====================== */

#plan {
	clear:both;
	border:1px #CCCCCC solid;
	width: 100%;
	margin:45px auto 0;
	border-radius: 5px;
}

#plan h2 {
	background:url(../images/plan_icon.png) no-repeat 10px 15px;
	text-align:left;
	padding:15px 0 10px 66px;
	font-family:Lato;
	font-weight:300;
	font-size:27px;
	line-height:33px;
	border-bottom:1px #CCCCCC solid;
}

#plan .fee_example {
	margin:15px 0 0 15px;
}
#plan .fee_example .rentalpack {
	float: none;
	margin-bottom: 20px;
	margin-right: 15px;
}

#plan .fee_example .rentalpack h3 {
	font-size:23px;
	line-height:28px;
	color:#000;
	text-align:left;
	padding-left:24px;
	background:url(../images/hd3_eyecatch.png) no-repeat 0px 7px;
	margin-bottom:8px;
}
#plan .fee_example .rentalpack p {
	font-size:14px;
	line-height:20px;
	color:#666666;
	text-align:left;
	margin:0 0 0 0px;
}
#plan .fee_example .rentalyen {
	float:left;
	margin:0 auto 15px;
	width:95%;
	border:2px #FFFFFF solid;
	padding-bottom:10px;
	background:#F4F4F4;
	background:linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(234,234,234) 100%);
	/* Firefox v3.6+ */
	background:-moz-linear-gradient(50% -2% -90deg,rgb(255,255,255) 0%,rgb(234,234,234) 100%); 
	/* safari v4.0+ and by Chrome v3.0+ */
	background:-webkit-gradient(linear,50% -2%,50% 103%,color-stop(0, rgb(255,255,255)),color-stop(1, rgb(234,234,234)));
	/* Chrome v10.0+ and by safari nightly build*/
	background:-webkit-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(234,234,234) 100%);
	/* Opera v11.10+ */
	background:-o-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(234,234,234) 100%);
	/* IE v10+ */
	background:-ms-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(234,234,234) 100%);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	/* Firefox v3.5+ */
	-moz-box-shadow:0px 1px 3px rgba(0,0,0,0.5);
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-box-shadow:0px 1px 3px rgba(0,0,0,0.5);
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
	box-shadow:0px 1px 3px rgba(0,0,0,0.5);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffeaeaea,GradientType=0)
		progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#80000000,Positive=true)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffeaeaea,GradientType=0)
		progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#80000000,Positive=true);
}
#plan .fee_example .rentalyen h4 {
	color:#333333;
	font-size:22px;
	line-height:24px;
	padding:5px 10px;
	background:#FFF;
	border:#70C5F5 2px solid;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	display:block;
	margin:15px;
}
#plan .fee_example .rentalyen p {
	font-family:Lato;
	font-weight:400;
	color:#666666;
	font-size:20px;
	line-height:28px;
}
#plan .fee_example .rentalyen p.tyuui {
	font-family:Lato;
	font-weight:400;
	color:#666666;
	font-size:15px;
	line-height:18px;
	margin-bottom:12px;
}
#plan .fee_example .rentalyen p.tyuui a {
	color:#0071D3;
}

#plan .callingRate {
	clear:both;
	margin-top:30px;
	clear:both;
}
#plan .callingRate h3 {
	font-size:23px;
	line-height:28px;
	color:#000;
	text-align:left;
	padding-left:24px;
	background:url(../images/hd3_eyecatch.png) no-repeat 0px 7px;
	margin:0px 0 15px 15px;
}
#plan .callingRate .kakomi {
	margin: 2%;
	padding: 2%;
	background:#FFFFFF;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	/* Firefox v3.5+ */
	-moz-box-shadow:0px 1px 3px rgba(0,0,0,0.5);
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-box-shadow:0px 1px 3px rgba(0,0,0,0.5);
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
	box-shadow:0px 1px 3px rgba(0,0,0,0.5);
}
#plan .callingRate table {
	border:none;
	width:100%;
}
#plan .callingRate table tr {
	border-bottom:1px #D2D2D2 solid;
}
#plan .callingRate table th {
	font-family:Lato;
	font-weight:400;
	font-size:16px;
	line-height:22px;
}
#plan .callingRate table th.midashi {
	font-family:Lato;
	font-weight:400;
	font-size:16px;
	line-height:21px;
	color:#333333;
	height:41px;
	width:36%;
	background:url(../images/callingrate_th_bg.png) no-repeat bottom center;
	background-size:100% 100%;
	text-align:center;
	padding:6px 0 4px;
	
}
#plan .callingRate table td {
	font-family:Lato;
	font-weight:400;
	color:#666;
	font-size:18px;
	padding:10px;
	text-align:center;
}
#plan .callingRate table td a {
	font-size:15px;
	color:#0071D3;
}
#plan .callingRate p {
	margin-top:14px;
	font-size:14px;
	clear:both;
	text-align:center;
}
#plan .callingRate p a {
	color:#0071D3;
}
#plan .callingRate p a:hover {
	color:#2563F9;
}


/* ======================
feebydays
====================== */

.feebydays {
	clear:both;
	border:1px #CCCCCC solid;
	width: 100%;
	margin:45px auto;
	border-radius: 5px;
}
.feebydays p {
 	font-size:16px;
	font-weight:300;
	text-align:left;
	color:#666666;
	margin:0 15px 8px 15px;
}
.feebydays h2 {
	font-size:21px;
	line-height:28px;
	color:#000;
	text-align:left;
	padding-left:24px;
	background:url(../images/hd3_eyecatch.png) no-repeat 0px 7px;
	margin:15px 0 15px 15px;
}
.fee1 {
	
	width: 100%;
	border-right:1px #CCCCCC solid;
}
.fee2 {
	width: 100%;
	border-right:1px #CCCCCC solid;
}
.feebydays .kakomi {
	margin: 2%;
	border:2px #FFFFFF solid;
	padding: 2%;
	background:#F4F4F4;
	background:linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(234,234,234) 100%);
	/* Firefox v3.6+ */
	background:-moz-linear-gradient(50% -2% -90deg,rgb(255,255,255) 0%,rgb(234,234,234) 100%); 
	/* safari v4.0+ and by Chrome v3.0+ */
	background:-webkit-gradient(linear,50% -2%,50% 103%,color-stop(0, rgb(255,255,255)),color-stop(1, rgb(234,234,234)));
	/* Chrome v10.0+ and by safari nightly build*/
	background:-webkit-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(234,234,234) 100%);
	/* Opera v11.10+ */
	background:-o-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(234,234,234) 100%);
	/* IE v10+ */
	background:-ms-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(234,234,234) 100%);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	/* Firefox v3.5+ */
	-moz-box-shadow:0px 1px 3px rgba(0,0,0,0.5);
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-box-shadow:0px 1px 3px rgba(0,0,0,0.5);
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
	box-shadow:0px 1px 3px rgba(0,0,0,0.5);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffeaeaea,GradientType=0)
		progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#80000000,Positive=true)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffeaeaea,GradientType=0)
		progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#80000000,Positive=true);
	overflow-x: scroll;
}
.feebydays table {
	width:100%;
}
.feebydays table tr {
}
.feebydays table th {
	background:#A8A8B7;
	color:#FFF;
	font-size:13px;
	text-align:center;
	vertical-align:middle;
	height:22px;
	border-right:1px #CCCCCC solid;
}
.feebydays table th.day {
	-moz-border-top-left-radius:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;
	-moz-border-bottom-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
}
.feebydays table td {
	font-size:12px;
	color:#444444;
	text-align:center;
	vertical-align:middle;
	height:44px;
	border-right:1px #CCCCCC solid;
}


/* ======================
WARNING
====================== */
.WARNING {
	border-top:1px #CCCCCC solid;
	clear:both;
	width:100%;
	margin:0 auto 45px;
	padding-top:20px;
}
.WARNING p {
	width:auto;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	font-weight:400;
	line-height:20px;
	color:#000;
	text-align:left;
}
.WARNING p strong {
	font-size:15px;
	font-weight:900;
	color:#000;
	text-align:left;
}

/* ======================
steps
====================== */


#steps {
	clear:both;
	border:1px #CCCCCC solid;
	width: 100%;
	margin:45px auto;
	border-radius: 5px;
	padding-bottom:0px;
}

#steps h2 {
	text-align:left;
	padding:15px 0 10px 66px;
	font-family:Lato;
	font-weight:300;
	font-size:27px;
	line-height:33px;
	border-bottom:1px #CCCCCC solid;
	position:relative;
}
#steps h2 img.icon {
	position:absolute;
	top:-10px;
	left:0px;
}
#steps ul {
	margin:22px 0 0 0px;
}
#steps li {
	padding-top:11px;
	margin: 0 auto 10px auto;
	font-family:Lato;
	font-weight:700;
	font-size:18px;
	line-height:22px;
	color:#333333;
	text-align:center;
	float: none;
	width:70%;
	background:#F4F4F4;
	background:linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(234,234,234) 100%);
	/* Firefox v3.6+ */
	background:-moz-linear-gradient(50% -2% -90deg,rgb(255,255,255) 0%,rgb(234,234,234) 100%); 
	/* safari v4.0+ and by Chrome v3.0+ */
	background:-webkit-gradient(linear,50% -2%,50% 103%,color-stop(0, rgb(255,255,255)),color-stop(1, rgb(234,234,234)));
	/* Chrome v10.0+ and by safari nightly build*/
	background:-webkit-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(234,234,234) 100%);
	/* Opera v11.10+ */
	background:-o-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(234,234,234) 100%);
	/* IE v10+ */
	background:-ms-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(234,234,234) 100%);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	/* Firefox v3.5+ */
	-moz-box-shadow:0px 1px 3px rgba(0,0,0,0.5);
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-box-shadow:0px 1px 3px rgba(0,0,0,0.5);
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
	box-shadow:0px 1px 3px rgba(0,0,0,0.5);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffeaeaea,GradientType=0)
		progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#80000000,Positive=true)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffeaeaea,GradientType=0)
		progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#80000000,Positive=true);
}
#steps li img {
	display:block;
	margin:5px auto 0;
	padding-bottom:17px;
}
#steps .yajirushi {
	float: none;
	width:15px;
	height:22px;
	margin:10px auto;
	background:url(../images/steps_arrow.png) no-repeat;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
#steps h3 {
	clear:both;
	font-size:23px;
	line-height:28px;
	color:#000;
	text-align:left;
	padding-left:24px;
	background:url(../images/hd3_eyecatch.png) no-repeat 0px 7px;
	margin:15px 0 8px 15px;
}
#steps p {
	font-size:14px;
	line-height:20px;
	color:#666666;
	text-align:left;
	margin:0 15px 0 15px;
}
#steps img.term {
	padding:19px 0 50px 0; 
	width: 96%;
	height: auto;
}


/* ======================
delivery
====================== */


#delivery {
	clear:both;
	border:1px #CCCCCC solid;
	width: 100%;
	margin:45px auto 45px;
	border-radius: 5px;
}

#delivery h2 {
	background:url(../images/delivery_icon.png) no-repeat 13px 10px;
	text-align:left;
	padding:15px 0 10px 96px;
	font-family:Lato;
	font-weight:300;
	font-size:27px;
	line-height:33px;
	border-bottom:1px #CCCCCC solid;
}

#delivery .forusers {
	margin:15px;
	padding:9px;
	background:#ECECFB;
	position:relative;
	float:left;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
#delivery .forusers img.airplane {
	position:absolute;
	top:-10px;
	right: 9px;
	width:30px;
	height:auto;
}
#delivery .forusers p {
	font-size:14px;
	line-height:17px;
	text-align:left;
	color:#333333;
	margin:0px;
}
#delivery .forusers p em {
	font-size:14px;
	line-height:17px;
	text-align:left;
	color:#FF3040;
}
#delivery h3 {
	clear:both;
	font-size:23px;
	line-height:28px;
	color:#000;
	text-align:left;
	padding-left:24px;
	background:url(../images/hd3_eyecatch.png) no-repeat 0px 7px;
	margin:15px 0 10px 15px;
}
#delivery p {
	font-size:14px;
	line-height:20px;
	color:#666666;
	text-align:left;
	margin:0 15px 15px 15px;
}
#delivery table {
	margin: 2%;
	width: 96%;
}
#delivery table tr {
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}
#delivery table tr.odd {
	background:#F4F4F4;
}
#delivery table td {
	font-family:Lato;
	font-weight:400;
	font-size:16px;
	line-height:21px;
	text-align:center;
	color:#333333;
}
#delivery table td.yen {
	font-size:16px;
	color:#111111;
}
#delivery table th {
	font-family:Lato;
	font-weight:400;
	font-size:16px;
	line-height:24px;
	text-align:left;
	color:#000000;
	padding-left:7px;
	width:23%;
}

#delivery table td a {
	color:#0071D3;
}
#delivery table td a strong {
	color:#FF303F;
}
#delivery .aki {
	height:50px;
}

/* ======================
return
====================== */


#return {
	clear:both;
	border:1px #CCCCCC solid;
	width: 100%;
	margin:45px auto 50px;
	border-radius: 5px;
}

#return h2 {
	text-align:left;
	padding:15px 0 10px 15px;
	font-family:Lato;
	font-weight:300;
	font-size:27px;
	line-height:33px;
	border-bottom:1px #CCCCCC solid;
}

#return ul {
	padding:12px 10px 12px 10px;
}
#return li {
	font-family:Lato;
	font-weight:400;
	font-size:21px;
	line-height:27px;
	text-align:center;
}
#return p {
	margin:0px 15px 15px 15px;
	min-height:80px;
	background:url(../images/return_icon.png) no-repeat top center;
	font-size:14px;
	line-height:20px;
	color:#666666;
	text-align:left;
	padding-left:0px;
	padding-top:85px;
}
#return h3 {
	clear:both;
	font-size:23px;
	line-height:28px;
	color:#000;
	text-align:left;
	padding:0 0 5px 24px;
	background:url(../images/hd3_eyecatch.png) no-repeat 0px 7px;
	margin:30px 0 20px 32px;
	border-bottom:1px solid #CCC;
}
#return p.manualpdf {
	font-family:Lato;
	font-weight:400;
	font-size:16px;
	line-height:35px;
	min-height:16px;
	margin:12px 26px 30px 40px;
	background:none;
	padding-left:0px;
}

#return p.manualpdf a {
	color:#0071D3;
	padding:0 15px;
}


/* ======================
why
====================== */


#why {
	clear:both;
	border:1px #CCCCCC solid;
	width: 100%;
	margin:45px auto 45px;
	border-radius: 5px;
}

#why h2 {
	text-align:left;
	padding:15px 0 10px 15px;
	font-family:Lato;
	font-weight:300;
	font-size:27px;
	line-height:33px;
	border-bottom:1px #CCCCCC solid;
}

#why ul {
	padding:12px 0 12px 25px;
}
#why li {
	font-family:Lato;
	font-weight:400;
	font-size:24px;
	line-height:29px;
	text-align:left;
}
#why p {
	margin:0px 10px 15px 15px;
	min-height:80px;
	background:url(../images/why_icon.png) no-repeat top center;
	background-size:20% auto;
	font-size:14px;
	line-height:20px;
	color:#666666;
	text-align:left;
	padding-left:0px;
	padding-top:75px;
	margin-top:15px;
}

/* ======================
jump
====================== */
.jump {
	clear:both;
	width: 100%;
	margin:25px auto;
	text-align: center;
}
.jump ul {
	margin:0 -4px 0 0;
}
.jump ul li {
	float: none;
	margin: 0 0 20px;
}

}
