@charset "euc-jp";

/*=======-otodoke=======*/
.otodoke01 {
	width: 720px;
	text-align: left;
	margin-bottom: 10px;
}
.otodoke01 div img {
	float: left;
	width: 100px;
}
.otodoke01 p {
	padding: 0;
	margin: 0;
}
.otodoke01 .otodoke-title {
	float: right;
	width: 600px;
	display:inline-block;
	padding: 0;
}
.otodoke01 .gift-title{
	font-size:24px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	color:#000066;
	margin: 10px 0;
}
.otodoke01 .attention {
	font-size: 14px;
	background: linear-gradient(transparent 0%, #ffff66 0%);
	text-align: center;
}
.otodoke01-contents {
	border: solid 3px #ff3232;
	border-radius: 10px; 
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	margin: 10px 10px 20px;
	padding: 5px 20px;
	font-size: 14px;
	line-height:1.1;
}

.otodoke01-contents span.red {
	color: #F00;
	font-weight:bold;
}
.otodoke01-contents p.name {
	text-align:right;
}




/*banner(vertical)==============
body { 
	background: url(https://www.rakuten.ne.jp/gold/1129saisonb/sale/201606ss_tate.jpg) repeat-y scroll top left;
}

.wrap {
	background: url(https://www.rakuten.ne.jp/gold/1129saisonb/sale/201606ss_tate.jpg) repeat-y scroll top right;
}


************************************/

/*****************

***********************************/
#tate_left { left: 0px; }
#tate_right { right: 0px; }

#tate_left a,
#tate_right a {
	display: block;
	min-height: 100%;
	width: 110px;
	visibility: visible;
	/*height: 30000px;*/
	text-indent:-9999px;
}

#tate_left,
#tate_right {
	position: absolute;
	width: 100px; 
	min-height:100%;
	visibility: visible;
	display: block;
}




.tateobi1 {
	background: url(https://www.rakuten.ne.jp/gold/1129saisonb/images/bunner/left_bnr.jpg) repeat-y scroll;
	min-height: 100%;
	height: 30000px;
	top: 180px;
	z-index: auto;
	visibility: visible;
}


.tateobi2 {
	background: url(https://www.rakuten.ne.jp/gold/1129saisonb/images/bunner/right_bnr.jpg) repeat-y scroll;
	min-height: 100%;
	height: 30000px;
	top: 180px;
	z-index: auto;
	visibility: visible;
}



/**/
.right-bnr {
	position: fixed;
	bottom: 150px;
	right: 0px;
}


.main_box {
	width:727px;
	text-align:center;
}

.bnr_text {
	text-align: left;
	font-size: 14px;
}

.bnr_text a {
	color:#3333CC;
	text-decoration:none;

}

.bnr_text a:hover {
	color:#FF3333;
	text-decoration:underline;
}

.bnr-border {
	border: solid 1px #666;
}

#big-bnr {
	width:950px;
}

#big-bnr p {
	margin: 15px 0 0;
}

#cate {
	margin: 15px 0;
}

.top-bnr {
	margin: 10px 0;
}

.top-bnr-1 {
	margin: 0 0 10px;
}

.top-bnr-2 {
	margin: 0 0 50px;
	text-align:center;
}






/***********************
   右下ボタン設定
************************/
#product_list {
	position: fixed;
	right: 30px;
	width: 100px;
	height: 200px;
	text-align: right;
	bottom: 30px;
	margin-bottom: -10px;

}
#product_list ul li {
	list-style: none;
	width: 75px;			/* 縮小時の横幅 */
	height: 75px;			/* 縮小時の縦幅 */
	margin: 0 auto;
	margin-bottom: 5px;
	text-align: right;
	right: 0px;
		/* トランジション */
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s; 
}

#product_list ul li img{
	position: relative;
	width: 100%;			/* 画像の横幅↑100%でのliにフィット */
	height: 100%;			/* 画像の横幅↑100%でのliにフィット */
}
#product_list ul li:hover{	
	position: relative;
	right: 20px;
	width: 100px;			/* 拡大時の横幅 */
	height: 100px;			/* 拡大時の横幅 */
}

#product_list ul li img:hover {
	right: 20px;
}

#product_list ul li a{
	display: block;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
}

@media screen and (max-width: 1200px) {
	#product_list {
		visibility: hidden;
	}
	#tate_left,  #tate_right {
		visibility: hidden;
	}
}
.top_wrapper{
	border-bottom: solid 42px #000;
	width:100%;
	display:block;
}
.top {
	text-align: left;
	width:950px;
	height:91px;

}
.top_logo {
	width:385px;
	height:80px;
	float:left;
padding:0;
}
.search {
	width:565px;
	height:80px;
	float:left;
	text-align:right;
}
.form {
	width:258px;
	display:block;
	float:right;
	padding:25px 0;
	box-sizing: border-box;
}
input[type=text]{
	height:30px;
	border:2px solid #000;
	border-radius:5px 0 0 5px;
	padding:0 10px;
	margin:0;
	float:left;
	box-sizing: border-box;
}
input[type=image]{
	border-radius:0 5px 5px 0;
	background-color:#000;
	width:30px;
	height:30px;
	padding:7px;
	display:block;
	float:left;
	box-sizing: border-box;
}

/*トップナビ*/
.top_nav {
	width: 100%;
}

.top_nav:after {
	content: ".";
	clear: both;
	height: 0;
	display: block;
	color: #fff;
}

.top_nav ul {
	width: 625px;
	margin: 6px 0 0 0;
	padding: 0;
	display: table;
	float: right;
}

.top_nav > a {
	float: right;
}

.top_nav ul li {
	height: 20px;
	list-style: none;
	display: table-cell;
	margin: 0;
	border-left: solid 1px #000;
	vertical-align: middle;
}

.top_nav ul li a {
	display: block;
	padding: 0 20px;
	font-size: 12px;
	cursor: pointer;
	color: #000;
	text-decoration: none;
}

.top_nav ul li a:hover {
	opacity: 0.7;
}
 
.main_img {
	height:400px;
	padding:20px;
}
 
/*トップカテゴリーナビ*/
#category_nav {
	width: 100%;
	margin: 10px 0;
	padding: 5px 0;
	background: #000;
}
#category_nav ul {
	width: 760px;
	display: table;
	background: #000;
}

#category_nav ul li {
	border-right: solid 1px #fff;
	display: table-cell;
}

#category_nav ul li:first-of-type {
	border-left: solid 1px #fff;
}

#category_nav ul li a {
	padding: 0 15px;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	display: block;
	cursor: pointer;
}

#category_nav ul li a:hover {
	opacity: 0.7;
}

.flexslider .slides li img{
	width:100%;
	max-width:950px;
	height:auto;
	border:none;
}



@charset "euc-jp";
.top_wrapper{
	border-bottom: solid 42px #000;
	width:100%;
	display:block;
}
.top {
	text-align: left;
	width:950px;
	height:91px;

}
.top_logo {
	width:385px;
	height:80px;
	float:left;
padding:0;
}
.search {
	width:565px;
	height:80px;
	float:right;
	text-align:right;
}
.form {
	width:258px;
	display:block;
	float:right;
	padding:25px 0;
	box-sizing: border-box;
}
input[type=text]{
	height:30px;
	border:2px solid #000;
	border-radius:5px 0 0 5px;
	padding:0 10px;
	margin:0;
	float:left;
	box-sizing: border-box;
}
input[type=image]{
	border-radius:0 5px 5px 0;
	background-color:#000;
	width:30px;
	height:30px;
	padding:7px;
	display:block;
	float:left;
	box-sizing: border-box;
}

/*トップナビ*/
.top_nav {
	width: 100%;
}

.top_nav:after {
	content: ".";
	clear: both;
	height: 0;
	display: block;
	color: #fff;
}

.top_nav ul {
	width: 800px;
	margin: 6px 0 0 0;
	padding: 0;
	display: table;
	float: right;
}

.top_nav > a {
	float: right;
}

.top_nav ul li {
	height: 20px;
	list-style: none;
	display: table-cell;
	margin: 0;
	border-left: solid 1px #000;
	vertical-align: middle;
}

.top_nav ul li a {
	display: block;
	padding: 0 20px;
	font-size: 12px;
	cursor: pointer;
	color: #000;
	text-decoration: none;
}

.top_nav ul li a:hover {
	opacity: 0.7;
}
 
.main_img {
	height:400px;
	padding:20px;
}

/*メインコンテンツ*/
#main {
	width:950px:
	margin:20 auto;
}
address {
	text-align:center;
}

@media screen and ( max-width:768px) {
.top_wrapper{
	border-bottom: solid 42px #000;
	width:100%;
}
.top {
	width:100%;
	height:auto;

}
.top_logo {
	height:auto;
	float:none;
	margin:0 auto;
}
h1 {
	height:80px;
}
.search {
	width:100%;
	height:35px;
	text-align:center;
	float:none;
}
.form {
	float:none;
	margin:0 auto;
	height:35px;
	padding:0;

}

/*トップナビ*/
.top_nav {
	display:none;
}
 
.main_img {
	width:100%;
	height:auto;
	padding:0;
}
.main_img img{
	width:90%;
	height:auto;
	padding:20px 5%;
}
/*トップカテゴリーナビ*/
/*メインコンテンツ*/
#main , time_sale , flexslider , slides , slides > li{
	width:100%:
}
.slides img {
	width:100%:
	height:auto;
}
#footer {
	display:none;
}
address {
	text-align:center;
}
}
