@charset "utf-8";
/* CSS Document */
/*============================*/
/*            WAVE            */
/*============================*/

/* WAVE関連ページリセット
------------------------------*/
.wave_reset {
	font-family: 'メイリオ', Meiryo, Osaka, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.wave_reset h1, .wave_reset h2, .wave_reset h3,
.wave_reset h4, .wave_reset h5, .wave_reset h6,
.wave_reset p, .wave_reset dl, .wave_reset dt, .wave_reset dd,
.wave_reset ol, .wave_reset ul, .wave_reset li {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
.wave_reset dl .wave_reset ol, .wave_reset ul {
	list-style: none;
}
.wave_reset img {
	vertical-align: bottom;
}

/* WAVEインデックス（旧）
------------------------------*/
/*
#waveindex_body {
	font-family: 'メイリオ', Meiryo, Osaka, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #666666;
	width: 930px;
	margin: 0 auto;
}
#waveindex_body p,
#waveindex_body ul,
#waveindex_body li,
#waveindex_body dl,
#waveindex_body dt,
#waveindex_body dd {
	margin: 0;
	padding: 0;
}
#waveindex_body ul {
	list-style: none;
}
#waveindex_body img {
	max-width: 100%;
}
#waveindex_body h1 {
	display: block;
	margin: 0;
	background: none;
}
#waveindex_body h2 {
	display: block;
	margin-bottom: 20px;
}
#waveindex_body .section_line {
	padding-bottom: 16px;
	background: url(/img/wave/index/section_line.png) left bottom no-repeat;
}
#waveindex_body .lineup > div {
	position: relative;
}
#waveindex_body .lineup li {
	position: absolute
}
#waveindex_body .lineup .btn01 {
	top: 270px;
	left: 13px;
}
#waveindex_body .lineup .btn02 {
	top: 270px;
	left: 318px;
}
#waveindex_body .lineup .btn03 {
	top: 270px;
	left: 623px;
}
#waveindex_body .voice {
	padding-bottom: 30px
}
#waveindex_body .voice ul li {
	display: table;
	float: left;
	width: 455px;
	height: 80px;
	margin: 0 20px 20px 0;
	background: url(/img/wave/index/pattern01.png) left top repeat;
}
#waveindex_body .voice ul li.even {
	margin-right: 0
}
#waveindex_body .voice ul li span {
	display: table-cell;
	padding: 0px 0px 0px 60px;
	background: url(/img/wave/index/icon_baloon.png) 10px center no-repeat;
	font-size: 20px;
	line-height: 1.4;
	vertical-align: middle;
}
#waveindex_body .point {
	padding-bottom: 30px
}
#waveindex_body .point dl {
	float: left;
	width: 455px;
	height: 232px;
	margin: 0 20px 20px 0;
	padding: 10px 30px 20px 30px;
	border: 4px solid #E7F4FF;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#waveindex_body .point dl.even {
	margin-right: 0
}
#waveindex_body .point dl dt {
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	color: #00A3E4;
	font-weight: bold;
	font-size: 34px;
	line-height: 1;
	border-bottom: 2px dotted #29A3E2;
}
#waveindex_body .point dl dt span {
	margin: 0 15px 0 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 60px;
	vertical-align: -4px;
}
#waveindex_body .point dl dd {
	font-size: 20px;
	line-height: 1.4;
	letter-spacing: 1px;
}
#waveindex_body .point .btn_area {
	clear: both;
	padding: 24px 0 20px 14px;
	background-color: #F3F3F3;
}
#waveindex_body .point .btn_area li {
	float: left;
	margin: 0 10px 0 0;
}
#waveindex_body .message {
	padding-bottom: 40px
}
#waveindex_body .message .text {
	padding: 0 0 0 35px;
	font-size: 18px;
	line-height: 1.8;
}
#waveindex_body .message .author {
	margin: 10px 0 0 0;
	text-align: right;
}
#waveindex_body .message .author p {
	display: inline-block;
	text-align: left;
	font-size: 18px;
	line-height: 1.8;
}
#waveindex_body .message .author span {
	font-size: 14px;
	vertical-align: 2px;
}
#waveindex_body .henkin {
	margin: 30px 0 30px 0
}
#waveindex_body .henkin .text {
	padding: 0 0 0 35px;
	font-size: 20px;
	line-height: 1.6;
}
#waveindex_body .henkin .btn {
	margin: 25px 0 0 0;
	text-align: right;
}
------------------------------*/

/* WAVEインデックス（新） 2016.10.18
------------------------------*/
#waveindex_body{
	overflow: hidden;
	padding-bottom: 40px;
	width: 950px;
	font-family: "ヒラギノ角ゴ Pro W3","Lucida Grande","Hiragino Kaku Gothic Pro","メイリオ","Verdana","ＭＳ Ｐゴシック","sans-serif";
}
#waveindex_body a:hover img{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=75)";
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
/***** 商品一覧 ****/
#waveindex_body .lineup{
	overflow: hidden;
	background-color:#FFFFFF;
	text-align: center;
}
#waveindex_body .itemlist01{
	background: url(/img/wave/index/2016/bk_01.png) left bottom no-repeat;
	width: 475px;
	height: 387px;
}
#waveindex_body .itemlist02{
	background: url(/img/wave/index/2016/bk_02.png) left bottom no-repeat;
	width: 474px;
	height: 387px;
}
#waveindex_body .itemlist03{
	background: url(/img/wave/index/2016/bk_03.png) left bottom no-repeat;
	width: 475px;
	height: 387px;
}
#waveindex_body .itemlist04{
	background: url(/img/wave/index/2016/bk_04.png) left bottom no-repeat;
	width: 474px;
	height: 387px;
}
#waveindex_body .lineup h4{
	padding: 38px 0 12px;
}
#waveindex_body .lineup ul{
	min-height: 52px;
}
#waveindex_body .lineup .item_icon {
	margin: -18px 0 20px 0;
}
/***** お客様の声 ****/
#waveindex_body .voices{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	width: 930px;
	margin: 0 auto;
	padding:40px 0;
}
#waveindex_body .voices h2 p{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 100;
	letter-spacing: 4px;
}
#waveindex_body .voices h2{
	text-align: center;
	display: block;
	padding: 0 0 33px;
	position: relative;
	border-top: solid 1px #005da4;
}
#waveindex_body .voices h2 p{
	font-size: 28px;
	color: #154c95;
	display: block;
	position: absolute;
	top:-20px;
	left:0;
	z-index: 5;
	width: 100%;
}
#waveindex_body .voices h2 span{
	background-color: #ffffff;
	padding: 0 10px;
}
#waveindex_body .voices h3{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #154c95;
	text-align: center;
	padding-bottom: 45px;
	font-size: 23px;
	display: block;
}
#waveindex_body .voices ul{
	padding: 0 20px;
}
#waveindex_body .voices li{
	background: url(/img/wave/index/2016/icon_01.png) no-repeat;
	min-height: 23px;
	padding: 2px 0 18px 33px;
	font-size:18px;
	letter-spacing: 3px;
}
/***** WAVEの４つのやさしい ****/
#waveindex_body .point{
	background-color: #f9fbfd;
	padding: 45px 0 22px;
	overflow: hidden;
}
#waveindex_body .point h2,
#waveindex_body .point h3,
#waveindex_body .point h4{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 100;
	letter-spacing: 4px;
}
#waveindex_body .point h2{
	width: 930px;
	margin: 0 auto;
	text-align: center;
	display: block;
	padding: 0 0 33px;
	position: relative;
	border-top: solid 1px #005da4;
}
#waveindex_body .point h2 p{
	font-size: 28px;
	color: #154c95;
	display: block;
	position: absolute;
	top:-20px;
	left:0;
	z-index: 5;
	width: 100%;
}
#waveindex_body .point h2 span{
	background-color: #f9fbfd;
	padding: 0 10px;
}
#waveindex_body .point h3{
	color: #154c95;
	text-align: center;
	padding-bottom: 45px;
	font-size: 23px;
	display: block;
}
#waveindex_body .point h4{
	color: #ffffff;
	background-color: #154c95;
	text-align: center;
	padding: 21px 0;
	font-size: 24px;
}
#waveindex_body .point_box{
	background-color: #f9fbfd;
	border: 5px solid #154c95;
	width: 402px;
	min-height: 324px;
	margin-bottom: 23px;
	font-size: 16px;
	line-height: 160%;
	letter-spacing: 1px;
}
#waveindex_body .point_box p{
	margin: 20px;
	padding: 0;
}
#waveindex_body .point_box span{
	font-size: 12px;
}
#waveindex_body .tup{
	vertical-align: super;
}
/***** アフターサービス ****/
#waveindex_body .after{
	border: 1px solid #154c95;
	padding: 30px;
	width: 830px;
	margin: 40px auto;
	overflow: hidden;
	font-size: 16px;
}
#waveindex_body .after h2 p{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 100;
	letter-spacing: 4px;
}
#waveindex_body .after h2{
	margin: 10px auto 0;
	text-align: right;
	display: block;
	padding: 0 0 33px;
	position: relative;
	border-top: solid 1px #005da4;
}
#waveindex_body .after h2 p{
	font-size: 28px;
	color: #154c95;
	display: block;
	position: absolute;
	top:-20px;
	right:0;
	z-index: 5;
	width: 100%;
}
#waveindex_body .after h2 span{
	background-color: #ffffff;
	padding: 0 50px 0 10px;
}

#waveindex_body .fl_l{float: left;}
#waveindex_body .fl_r{float: right;}

#waveindex_body .btn01{
	color: #005da4;
	padding:20px 50px 0 15px;
	float: right;
}
#waveindex_body a:link.btn01{
	background: url(/img/wave/index/2016/icon_02.png) 0px 24px no-repeat;
	font-size: 12px;
}
#waveindex_body a:hover.btn01{
	background: url(/img/wave/index/2016/icon_02.png) 2px 24px no-repeat;
}

/* WAVE1DAY
------------------------------*/
#wave1day_body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:13px;
	line-height:200%;
}
#wave1day_body a:hover img{
	opacity:0.8;
	-moz-opacity:0.5;
	filter:alpha(opacity = 50);
}
/*価格*/
#wave1day_body .bnr_kago{
	position:relative;
	background:url(/img/wave/wave1day/wave1day_bnr_kago.jpg) no-repeat top center;
	width:950px;
	height:408px
}
#wave1day_body .item_detail_right{
	margin:81px 38px 0 0;
	width:260px;
	float:right;
	display:inline-block;
}
#wave1day_body .bnr_kago .sale_price_inner{
	position:absolute;
	top:249px;
	left:231px;
}
#wave1day_body .bnr_kago .sale_price_inner .price{
	font-size:65px;
	font-weight:bold;
	height:65px;
	line-height:60px;
	color:#F00;
}
#wave1day_body .bnr_kago .sale_price_inner .tax{
	font-size:25px;
	font-weight:bold;
	color:#F00;
}
#wave1day_body .bnr_kago .day{
	position:absolute;
	left:40px;
	top:340px;
	font-size:20px;
	font-weight:bold;
	color:#FFF;
	width:567px;
	height:24px;
	text-align:center;
	padding-top:5px;
}
#wave1day_body .right-eye{
	margin-bottom:10px;
}

#wave1day_body .right-eye td{
	border-bottom:1px solid #ccc;
	margin: 2px 5px;
	padding:3px 5px 3px;
}
#wave1day_body .left-eye table{margin-bottom:10px;}
#wave1day_body .left-eye td{
	border-bottom:1px solid #ccc;
	margin: 2px 5px;
	padding:3px 5px 3px;
}
/*見出し*/
#wave1day_body h2,h3,p{display:block;margin:0;}
#wave1day_body .wave_title_01{
	background:url(/img/wave/wave1day/line_02.gif) no-repeat left center;
	padding:0 0 0 30px;
	margin:0 0 20px 0;
	font-weight:normal;
	font-size:20px;
	color:#00b0fe;
}
/*流用*/
#wave1day_body .wave_box{overflow:hidden;}
#wave1day_body .wave_box_02{width:441px;font-size:13px;line-height:180%;float:right;}
#wave1day_body .wave_box_02 p{padding-bottom:20px;}
#wave1day_body .wave_textbox{
	font-size:16px;
	line-height:180%;
}
#wave1day_body .wave_l{float:left;}
#wave1day_body .wave_r{float:right;}
/*size*/
#wave1day_body .width473{width:473px;}
#wave1day_body .height74{height:74px;}

/*font*/
#wave1day_body .tac{text-align:center;}
#wave1day_body .tab{font-weight:bold;}
#wave1day_body .tac12{font-size:12px;}
#wave1day_body .tac16{font-size:16px;}
#wave1day_body .taclc{color:#fff;}
#wave1day_body .taclr{color:#ff0000;}

/*padding*/
#wave1day_body .pb15{padding-bottom:15px;}
#wave1day_body .pb30{padding-bottom:30px;}
#wave1day_body .pb35{padding-bottom:35px;}
#wave1day_body .pb40{padding-bottom:40px;}
#wave1day_body .pb60{padding-bottom:60px;}

/*背景*/
#wave1day_body .bclb{background:#00a1e9;}
#wave1day_body .bclimg{
	background:url(/img/wave/wave1day/line_01.jpg) no-repeat bottom center;
	margin-bottom:30px;
}
/*表関連*/
#wave1day_body .list_01{padding:0 0 30px;}
#wave1day_body .list_01 li{
	margin-bottom:10px;
	border-bottom:1px solid #bff2ff;
	line-height:0;
	list-style:none;
}
#wave1day_body table.wave1day_table{
	border-top:1px solid #a7e2ff;
	border-left:1px solid #a7e2ff;
	width:100%;
	margin-bottom:5px;
}
#wave1day_body .wave1day_table td{
	vertical-align:middle;
	text-align:center;
	line-height:120%;
	padding:10px 10px 7px;
	border-right:1px solid #a7e2ff;
	border-bottom:1px solid #a7e2ff;
}
#wave1day_body .wave1day_table sup{font-size:9px;}
#wave1day_body .wave1day_ttxt{
	font-size:11px;
	text-align:right;
	line-height:120%;
	margin-bottom:30px;
}
/*ユーザーボイス*/
#wave1day_body  #voice_box{
	margin-bottom:60px;
}
#wave1day_body .voice_name_box{
	font-family:"Osaka","Verdana","Arial","sans-serif";
	font-size:16px;ry
	line-height:22px;
	border-bottom:1px solid #E9E9E9;
	padding-bottom:15px;
}
#wave1day_body  #voice_box .voice_name_box img{
	float:left;
	margin:10px 25px;
}
#wave1day_body .voice_name_box p.title, .spec_01 p.title{
	font-weight:bold;
	color:#1AADEB;
	margin:30px 0px 5px;
}
#wave1day_body .coment_box{
	font-family:"Osaka","Verdana","Arial","sans-serif";
	font-size:14px;
	line-height:22px;
	padding-top:20px;
	overflow:hidden;
}
#wave1day_body #voice_box .coment_box img{
	float:left;
	margin:0px 10px 10px 0px;
}
/*SNS*/
#wave1day_body .bnr_sns{
	width:950px;
	height:100px;
	background:transparent url(/img/wave/wave1day/wave1day_sns.gif) no-repeat;
	position:relative;
}
#wave1day_body .icon_f{
	position:absolute;
	top:20px;
	right:242px;
}
#wave1day_body .icon_t{
	position:absolute;
	top:20px;
	right:162px;
}
#wave1day_body .icon_g{
	position:absolute;
	top:20px;
	right:82px;
}
/*販売終了の表記 2016.10.18*/
#wave1day_body .wave_news {
	background-color: #eff8ff;
	margin-bottom: 30px;
	text-align: right;
	width: 950px;
	height: 84px;
}
#wave1day_body .wave_news dt {
	float: left;
	width: 154px;
	margin: 30px 30px 0 150px;
}
#wave1day_body .wave_news dd {
	float:left;
	width: 600px;
	margin: 16px 0 0 0;
	font-size: 14px;
	text-align: left;
}
#wave1day_body .airslim_btn {
	width: 755px;
	height: 73px;
	margin: 0 auto;
}
#wave1day_body .sale_end_msg {
	width: 434px;
	margin: 0 0 10px auto;
	padding: 4px 0 2px;
	background-color: #FF8700;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}
/*ページトップ*/
#page-top{
	position:fixed;
	bottom:63px;
	right:20px;
	font-size:180%;
}
#page-top a{
	background:#00a1e9;
	text-decoration:none;
	color:#fff;
	width:60px;
	padding:20px 0;
	text-align:center;
	display:block;
	border-radius:50%;
	line-height:90%;
}
#page-top a:hover{
	text-decoration:none;
	background:#00b0ff;
}

/* WAVE2WEEK UV
------------------------------*/
#wave2week_body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:13px;
	line-height:200%;
}
#wave2week_body a:hover img{
	opacity:0.8;
	-moz-opacity:0.5;
	filter:alpha(opacity = 50);
}
/*ヘッダーレイアウト*/
#wave2week_body .wave_hbox{
	position:relative;
	width:950px;
	height:458px;
	padding-bottom:30px;
}
#wave2week_body .price2week{
	color:#154c95;
	font-size:52px;
	font-weight:bold;
}
#wave2week_body .tax2{
	color:#154c95;
	font-size:27px;
	font-weight:bold;
}
#wave2week_body .sale_price_inner2{
	position:absolute;
	top:377px;
	left:284px;
}
/*価格*/
#wave2week_body .bnr_kago{
	position:relative;
	background:url(/img/wave/wave2week/wave2week_bnr_kago.jpg) no-repeat top left;
	width:950px;
	height:432px;
}
#wave2week_body .item_detail_right {
	margin:81px 38px 0 0;
	width:260px;
	float:right;
	display:inline-block;
}
#wave2week_body .bnr_kago .sale_price_inner {
	position:absolute;
	top:278px;
	left:231px;
}
#wave2week_body .bnr_kago .sale_price_inner .price {
	font-size:65px;
	font-weight:bold;
	height:65px;
	line-height:60px;
	color:#F00;
}
#wave2week_body .bnr_kago .sale_price_inner .tax {
	font-size:25px;
	font-weight:bold;
	color:#F00;
}
#wave2week_body .bnr_kago .day {
	position:absolute;
	left:40px;
	top:365px;
	font-size:20px;
	font-weight:bold;
	color:#FFF;
	width:567px;
	height:24px;
	text-align:center;
	padding-top:5px;
}
#wave2week_body .right-eye{
	margin-bottom:10px;
}

#wave2week_body .right-eye td{
	border-bottom:1px solid #ccc;
	margin: 2px 5px;
	padding:3px 5px 3px;
}
#wave2week_body .left-eye table{margin-bottom:10px;}
#wave2week_body .left-eye td{
	border-bottom:1px solid #ccc;
	margin: 2px 5px;
	padding:3px 5px 3px;
}
/*プレゼント*/
#wave2week_body .bnr_present{
	background:url(/img/wave/wave2week/wave2week_present.gif) no-repeat center bottom;
	width:950px;
	height:565px;
}
#wave2week_body .wave_box_present{
	width:475px;
	text-align:center;
	overflow:hidden;
}
#wave2week_body .present_price{
	font-size:33px;
	color:#ff0000;
	font-weight:bold;
}
#wave2week_body .present_tax{
	font-size:23px;
	color:#ff0000;
	font-weight:bold;
}
#wave2week_body .bnr_present_text{
	text-align:left;
	overflow:hidden;
	padding-left:15px;
}
/*見出し*/
#wave2week_body h2,h3,h4,h5,p{
	display:block;margin:0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#wave2week_body .wave_title_01{
	background:url(/img/wave/wave1day/line_02.gif) no-repeat left center;
	padding:0 0 0 30px;
	margin:0 0 10px 0;
	font-weight:normal;
	font-size:20px;
	color:#00b0fe;
}
#wave2week_body .wave_title_02{
	font-weight:normal;
	font-size:18px;
	color:#00b0fe;
}
#wave2week_body .wave_title_03{
	border-left:8px solid #2a489e;
	padding:5px 0px 5px 13px;
	margin-bottom:5px;
}
/*流用*/
#wave2week_body .wave_box{overflow:hidden;}
#wave2week_body .wave_box_02{width:441px;font-size:13px;line-height:180%;float:right;}
#wave2week_body .wave_box_02 p{padding-bottom:20px;}
#wave2week_body .wave_textbox{
	font-size:16px;
	line-height:180%;
}
#wave2week_body .wave_l{float:left; overflow:hidden;}
#wave2week_body .wave_r{float:right;}
/*size*/
#wave2week_body .width460{width:430px;}
#wave2week_body .width560{width:540px;}
#wave2week_body .width340{width:340px;}
#wave2week_body .width473{max-width:473px;}
#wave2week_body .height74{height:74px;}
/*font*/
#wave2week_body .tac{text-align:center;}
#wave2week_body .tab{font-weight:bold;}
#wave2week_body .tac12{font-size:12px;}
#wave2week_body .tac16{font-size:16px;}
#wave2week_body .taclc{color:#fff;}
#wave2week_body .taclr{color:#ff0000;}
#wave2week_body .tac10{font-size:10px;}
#wave2week_body .tar{text-align:right;}
/*padding*/
#wave2week_body .pb5{padding-bottom:5px;}
#wave2week_body .pb10{padding-bottom:10px;}
#wave2week_body .pb15{padding-bottom:15px;}
#wave2week_body .pb20{padding-bottom:20px;}
#wave2week_body .pb30{padding-bottom:30px;}
#wave2week_body .pb35{padding-bottom:35px;}
#wave2week_body .pb40{padding-bottom:40px;}
#wave2week_body .pb60{padding-bottom:60px;}
#wave2week_body .pr10{padding-right:10px;}
#wave2week_body .pt45{padding-top:45px;}
/*margin*/
#wave2week_body .mr10{margin-right:10px;}
/*背景*/
#wave2week_body .bclb{background:#00a1e9;}
#wave2week_body .bclimg{
	background:url(/img/wave/wave1day/line_01.jpg) no-repeat bottom center;
	margin-bottom:30px;
}
/*表関連*/
#wave2week_body .list_01 {padding-bottom:25px;}
#wave2week_body .list_01 li{padding-bottom:10px;}
#wave2week_body table.wave2week_table{
	border-top:1px solid #a7e2ff;
	border-left:1px solid #a7e2ff;
	width:100%;
	margin-bottom:5px;
}
#wave2week_body .wave2week_table td{
	vertical-align:middle;
	text-align:center;
	line-height:120%;
	padding:7px;
	border-right:1px solid #a7e2ff;
	border-bottom:1px solid #a7e2ff;
}
#wave2week_body .wave2week_table sup{font-size:9px;}
#wave2week_body .wave2week_ttxt{
	font-size:11px;
	text-align:right;
	line-height:120%;
	margin-bottom:30px;
}
/*ユーザーボイス*/
#wave2week_body #voice_box{margin-bottom:60px;}
#wave2week_body .voice_name_box {
	font-family:"Osaka","Verdana","Arial","sans-serif";
	font-size:16px;
	line-height:22px;
	border-bottom:1px solid #E9E9E9;
	padding-bottom:15px;
}
#wave2week_body #voice_box .voice_name_box img {
	float:left;
	margin:10px 25px;
}
#wave2week_body .voice_name_box p.title, .spec_01 p.title {
	font-weight:bold;
	color:#1AADEB;
	margin:30px 0px 5px;
}
#wave2week_body .coment_box {
	font-family:"Osaka","Verdana","Arial","sans-serif";
	font-size:14px;
	line-height:22px;
	padding-top:20px;
	overflow:hidden;
}
#wave2week_body #voice_box .coment_box img {
	float:left;
	margin:0px 10px 10px 0px;
}
/*ページトップ*/
#page-top{
	position:fixed;
	bottom:63px;
	right:20px;
	font-size:180%;
}
#page-top a{
	background:#00a1e9;
	text-decoration:none;
	color:#fff;
	width:60px;
	padding:20px 0;
	text-align:center;
	display:block;
	border-radius:50%;
	line-height:90%;
}
#page-top a:hover{
	text-decoration:none;
	background:#00b0ff;
}
/* WAVE1DAY RING UV 20151210 */
#wave1dayring_body{
	font-family: 'メイリオ',Meiryo,Verdana,Arial,Helvetica,sans-serif;
	color:#844700;
}
#wave1dayring_body .price{
	line-height:normal;
}
#wave1dayring_body .price span{
	font-size: 50px;
}
#wave1dayring_body .ring_header{
	position:relative;
	margin-bottom:50px;
}
#wave1dayring_body .ring_header .price{
	position: absolute;
	top: 948px;
	left: 537px;
}
#wave1dayring_body .ring_header .price span{
	font-size: 50px;
}
/**キャンペーン期間部分**/
#wave1dayring_body .wave1dayring_limited_box{
	width:900px;
	text-align:center;
	color:#834400;
	background-color:#dec187;
	font-size:28px;
	padding:14px;
	margin:10px auto;
}
#wave1dayring_body .wave1dayring_limited_box span{
	font-size:40px;
	font-weight:bold;
}
/**キャンペーン期間部分 ここまで**/
#wave1dayring_body .kago{
	display:inline;
	padding:0;
	line-height:0;
}
#wave1dayring_body .kago li{
	background:url(/img/wave/wave1dayring/kago_bg.jpg);
	text-align:center;
	list-style:none;
}
#wave1dayring_body .kago .kago_natural{
	float:left;
	width:460px;
	margin-left:10px;
}
#wave1dayring_body .kago .kago_vivid{
	float:right;
	width:460px;
	margin-right:10px;
}
#wave1dayring_body .kago .cart_box{
	margin:20px 100px;
	line-height:normal;
}
#wave1dayring_body .detail{
	text-align:center;
	margin-top:50px;
	padding-bottom:20px;
	background:url(/img/wave/wave1dayring/detail_bg.jpg) no-repeat;
}
#wave1dayring_body .detail .ttl{
	margin-bottom:30px;
}

#wave1dayring_body .detail .spec{
	margin:50px 10px 0 10px;
}
#wave1dayring_body .detail .spec ul{
	display:table;
	width:100%;
}
#wave1dayring_body .detail .spec ul li{
	display:table-cell;
	width:180px;
	padding:15px 0;
	text-align:center;
	vertical-align:middle;
}
#wave1dayring_body .detail .spec .heading{
	padding-left:0;
	margin-top:0;
	margin-bottom:0;
}
#wave1dayring_body .detail .spec .heading li{
	background:#faf1cc;
	border-bottom:1px dotted #ddc186;
	border-right:1px solid #ddc186;
	border-top:1px solid #ddc186;
}
#wave1dayring_body .detail .spec .heading li:first-child{
	border-left:1px solid #ddc186;
}
#wave1dayring_body .detail .spec .text{
	padding-left:0;
	margin-top:0;
	margin-bottom:0;
}
#wave1dayring_body .detail .spec .text li{
	background:#fff;
	border-right:1px solid #ddc186;
}
#wave1dayring_body .detail .spec .text li:first-child{
	border-left:1px solid #ddc186;
}

#wave1dayring_body .detail .spec ul:last-child{
	border-bottom:1px solid #ddc186;
}
#wave1dayring_body .detail_natural{
	background:#f9f6f2;
	padding-bottom:15px;
}
#wave1dayring_body .detail_natural .natural_box{
	margin:0 10px;
	border:1px solid #ddc186;
	background:#fff;
	position:relative;
}
#wave1dayring_body .detail_natural .natural_box .natural_pict{
	position: absolute;
	top: 81px;
	left: 470px;
}
#wave1dayring_body .detail_natural .natural_box .natural_ttl{
	margin:50px 0 0 20px;
}
#wave1dayring_body .detail_natural .natural_box .natural_package{
	margin:50px 0 0 50px;
}
#wave1dayring_body .detail_natural .natural_box .natural_text{
	margin:20px 0 0 20px;
	font-size:16px;
	line-height:1.6;
	width:420px;
}
#wave1dayring_body .detail_natural .natural_box .natural_text span{
	font-size:12px;
}
#wave1dayring_body .detail_natural .natural_box .natural_eye {
	margin:40px 0 30px 20px;
	width: 505px;
}
#wave1dayring_body .detail_natural .natural_box .natural_eye .atn {
	display: block;
	text-align: center;
	padding: 15px 0 0;
}
#wave1dayring_body .detail_vivid{
	background:#f9f6f2;
	padding-bottom:15px;
}
#wave1dayring_body .detail_vivid .vivid_box{
	margin:0 10px;
	border:1px solid #ddc186;
	background:#fff;
	position:relative;
}
#wave1dayring_body .detail_vivid .vivid_box .vivid_pict{
	position: absolute;
	top: 81px;
	left: 470px;
}
#wave1dayring_body .detail_vivid .vivid_box .vivid_ttl{
	margin:50px 0 0 20px;
}
#wave1dayring_body .detail_vivid .vivid_box .vivid_package{
	margin:50px 0 0 50px;
}
#wave1dayring_body .detail_vivid .vivid_box .vivid_text{
	margin:20px 0 0 20px;
	font-size:16px;
	line-height:1.6;
	width:420px;
}
#wave1dayring_body .detail_vivid .vivid_box .vivid_text span{
	font-size:12px;
}
#wave1dayring_body .detail_vivid .vivid_box .vivid_eye{
	margin:40px 0 30px 20px;
	width: 505px;
}
#wave1dayring_body .detail_vivid .vivid_box .vivid_eye .atn {
	display: block;
	text-align: center;
	padding: 15px 0 0;
}
#wave1dayring_body .voice{
}
#wave1dayring_body .voice .ttl{
	text-align:center;
	margin:50px 0 30px 0;
}
#wave1dayring_body .voice .voice_natural_txt p{
	font-size:16px;
	line-height:1.4em;
	background:url(/img/wave/wave1dayring/voice_icon_natural.jpg) no-repeat;
	background-position:10px 0;
	min-height:80px;
	padding:0 0 15px 105px;
	margin-top:15px;
	border-bottom:1px solid #c3b09a;
}
#wave1dayring_body .voice .voice_vivid_txt p{
	font-size:16px;
	line-height:1.4em;
	background:url(/img/wave/wave1dayring/voice_icon_vivid.jpg) no-repeat;
	background-position:10px 0;
	min-height:80px;
	padding:0 0 15px 105px;
	margin-top:15px;
	border-bottom:1px solid #c3b09a;
}
#wave1dayring_body .safety{
	text-align:center;
	margin-top:50px;
}
#wave1dayring_body .safety .safety_ttl{
	font-size:42px;
	color:#f08a8f
}
#wave1dayring_body .safety .safety_sub_ttl{
	font-size:24px;
	color:#844700;
	margin-top:15px;
}
#wave1dayring_body .safety .safety_images{
	margin:20px 0 30px 0;
}
#wave1dayring_body .safety .safety_explain{
	font-size:14px;
	line-height:1.6;
	text-align:left;
	margin-left:10px;
	padding:10px 0;
}
#wave1dayring_body .after{
	text-align:center;
	margin-top:50px;
}
#wave1dayring_body .after img{
	margin-bottom:30px;
}
/*リング装用画像拡大用のスタイル*/
.js_ring_zoom_content {
	-webkit-box-shadow: 1px 1px 3px #DDD;
	box-shadow: 1px 1px 3px #DDD;
	border: 9px solid rgba(255,255,255,1);
}

/* エアー＆ウォーター共通スタイル
------------------------------*/
.air_water {
	margin: 0 0 70px 0;
}
.air_water .head_area img {
	vertical-align: bottom;
}
.air_water .feature_area {
	margin: 0 0 50px 0;
}
.air_water .ttl_style01 {
	display: block;
	padding: 10px 0 5px;
	background: url(/img/wave/wave1dayuv-airslim/ttl_bg.png) center center no-repeat;
	font-family: "-apple-system", "Helvetica Neue", Helvetica, '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 22px;
	line-height: 1.4;
	text-align: center;
	letter-spacing: 1px;
}
.air_water .feature_area .feature_box {
	width: 850px;
	margin: 30px auto;
}
.air_water .feature_area .feature_box:after {
	content: "";
	display: block;
	clear: both;
}
.air_water .feature_area .feature_box .cap {
	font-family: "-apple-system", "Helvetica Neue", Helvetica, '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #00a6e1;
	font-weight: normal;
	font-size: 22px;
	line-height: 1.6;
	letter-spacing: 3px;
}
.air_water .feature_area .feature_box .cap:first-letter {
	font-size: 35px;
}
.air_water .feature_area .feature_box .text {
	float: left;
	width: 410px;
	margin: 0 0 0 30px;
	font-size: 15px;
	line-height: 2.4;
}
.air_water .feature_area .feature_box .fig {
	float: right;
	width: 390px;
	padding: 10px 0 0 0;
}
.air_water .feature_area .feature_box .figcap {
	margin: 8px 0 0 0;
	color: #3db5e9;
	font-size: 12px;
	line-height: 2;
	text-shadow: 0 0 1px rgba(86,194,234,0.2);
}
.air_water .spec_area {
	margin: 0 0 30px 0;
}
.air_water .spec_img {
	margin: 20px 0;
	text-align: center;
}
.air_water .spec_table {
	width: 870px;
	margin: 0 auto;
}
.air_water .spec_table table{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #1F4C93;
}
.air_water .spec_table th,
.air_water .spec_table td {
	border: 1px solid #1F4C93;
	font-size: 11px;
	line-height: 1.4;
	text-align: center;
}
.air_water .spec_table th {
	padding: 8px 0 8px;
	background-color: #1F4C93;
	color: #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
.air_water .spec_table tr th:last-child {
	border-right: 0;
}
.air_water .spec_table td {
	padding: 10px 0;
}
.air_water .spec_table .spac_small_text {
	margin: 2px 0 0 0;
	font-size: 11px;
	line-height: 1.4;
}
.air_water .cost_area {
	width: 870px;
	margin: 0 auto 60px;
	border: 1px solid #88C1E0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #F3FAFE;
}
.air_water .cost_area:after {
	content: "";
	display: block;
	clear: both;
}
.air_water .cost_area h3 {
	padding: 4px 0 4px 0;
	background-color: #88C1E0;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.6;
	text-align: center;
}
.air_water .cost_area .text_box {
	float: left;
	width: 446px;
	margin: 22px 0 22px 22px;
}
.air_water .cost_area .text_box .text {
	font-size: 15px;
	line-height: 2;
}
.air_water .cost_area .text_box .text em {
	color: #ff0000;
	font-style: normal;
}
.air_water .cost_area .text_box .atn {
	margin: 10px 0 0 0;
	font-size: 12px;
	line-height: 1.8;
}
.air_water .cost_area .fig {
	float: right;
	width: 362px;
	margin: 22px 22px 22px 0;
}
.air_water .cart_area {
	margin: 0 0 30px 0;
}
.air_water .cart_area:after {
	content: "";
	display: block;
	clear: both;
}
.air_water .cart_area .product_box {
	float: left;
	width: 590px;
	margin: 30px 0 30px 40px;
}
.air_water .cart_area .product_box .sale_price_box {
	margin: 15px 0 0 0;
	font-size: 24px;
	line-height: 1;
	text-align: center;
}
.air_water .cart_area .product_box .sale_price_box .price {
	color: #e8382c;
	font-size: 40px;
	font-weight: bold;
}
.air_water .cart_area .product_box .sale_price_box .tax {
	color: #e8382c;
	font-size: 17px;
	font-weight: bold;
}
.air_water .cart_area .product_box .day {
	position: relative;
	margin: 20px 0 0 0;
	padding: 10px 0 7px;
	background-color: #F8F5A0;
	color: #4c4948;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.4;
	text-align: center;
}
.air_water .cart_area .product_box .day:before {
	display: block;
	position: absolute;
	top: -14px;
	left: 50%;
	content: "";
	width: 0;
	height: 0;
	margin: 0 0 0 -9px;
	border-style: solid;
	border-width: 0 9px 14px 9px;
	border-color: transparent transparent #F8F5A0 transparent;
}
.air_water .cart_area .cart {
	float: right;
	width: 260px;
	margin: 30px 40px 30px 0;
}
.air_water .item_detail_select_ttl {
	padding: 5px 10px;
	margin: 0 0 12px 0;
}
.air_water .item_detail_select {
	margin: 0 0 6px 0;
}
.air_water .right-eye table,
.air_water .left-eye table {
	margin-bottom: 15px;
}
.air_water .right-eye td,
.air_water .left-eye td {
	border-bottom: 1px solid #CCCCCC;
	margin: 2px 5px;
	padding: 6px 5px 6px;
}
.air_water .henkin_area {
	padding: 0 0 40px 0;
	background-color: #FDEBC0;
}
.air_water .henkin_area h3 {
	margin: 0 0 50px 0;
	text-align: center;
}
.air_water .henkin_area .after_service {
	margin: 0 0 40px 0;
	text-align: center;
}
.air_water .henkin_area .btn {
	text-align: center;
}
.air_water .henkin_area .btn a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}