@charset "UTF-8";
/* CSS Document */
body {
	font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px; /* 10px; */
	-webkit-text-size-adjust: none;
	line-height: 1.5;
	color: #555;
}
/* ie7 */ *:first-child+html body { font-size: 75%; /* 62.5%; */}
/* ie6Below */ * html body { font-size:75%; /* font-size: 62.5%; */}
/* ie8 */ html>/**/body { font-size /*\**/: 75%\9;}
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td
{ margin: 0; padding: 0;}
input, textarea
{ margin: 0; font-size: 100%;}
label
{ cursor: pointer;}
table
{ border-collapse: collapse; border-spacing: 0; font-size: 100%;}
img
{ vertical-align: top; border: 0;}
ol, ul
{ list-style: none;}
h1, h2, h3, h4, h5, h6
{ font-size: 100%; font-weight: normal;}

@media screen and (min-width: 1000px) { /*1000px〜*/
#topWrapper {
    width: 1000px;
    margin: 0 auto;
}
}

@media screen and (max-width: 999px) { /*〜999px*/
#topWrapper {
    width: 90%;
    margin: 0 auto;
}
}




/* マウスオーバー
---------------------------------------------------------- */
a{
	color: #555;
}
a:hover {
	color: #999;
}			
a img {
	-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;
}
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=70);
}
	
/* wrapper*/
/* ---------------------------------------------------------- */
#wrapper {
	margin: 0 auto;
	width: 1000px;
	text-align: left;
	position: relative;
}

/* main*/
/* ---------------------------------------------------------- */
#main {
	width: 1000px;
	margin-bottom: 30px;
}

/* side*/
/* ---------------------------------------------------------- */
#left {
	width: 200px;
	float: left;
}

/*contents*/
/* ---------------------------------------------------------- */
#contents {
	width:100%;
	margin: 0 0 0 230px;
}

/* header*/
/* ---------------------------------------------------------- */
#header {
	width: 100%;
	height: 135px;
	position: relative;
	margin: 0;
}
	#headerIn {
		position: absolute;
		top: 5px;
		right: 0;
	}
		#headerLogo {
          position: absolute;
          top: 45px;
          /* left: 0; */
          width: 100%;
          text-align: center;
		}
		.logo {
			position: relative;
			top: 27px;
			text-align: center;
		}
		#soryo {
			position: absolute;
			right: 0;
			top: 54px;
			text-align: right;
		}
		
		
		

---------------------------------------------------------- */
#main{
	width: 1000px;
	margin: 0 0 40px 0;
}

.center {
	margin-bottom: 14px;
	
}

/* topMenu(プルダウン使用しない）
---------------------------------------------------------- */

@media screen and (min-width: 1000px) { /*1000px〜*/

#topMenu{
	display: block;
	position: relative;
	width: 1000px;
	height: 38px;
}
	#topMenu ul {
		width: 1000px;
		height:38px;
		padding: 0;
		margin: 0;
	
	}
	#topMenu li {
	width: 166px;
	height: 28px;
	float: left;
	display: block;
	position: relative;
	background:url(http://www.rakuten.ne.jp/gold/chinavi/image/common/header_menu_back.gif) left top no-repeat;
	text-align: center;
	padding: 10px 0 0 0;
	}
	#topMenu li:nth-last-child(2) {  /* 末尾から2番目のみ */
	background:url(http://www.rakuten.ne.jp/gold/chinavi/image/common/header_menu_back_a.gif) left top no-repeat;
	}
	#topMenu li:nth-last-child(1) {  /* 末尾から1番目のみ */
	width: 170px;
	border-right: none;
	background:#9fccd4;
	color: #fff;
	}
		#topMenu ul li a {
			display: block;
			text-decoration: none;
		}
	
/* topNavi
---------------------------------------------------------- */
#topNavi {
}
	#topNavi ul {
		width: 1000px;
		height: 25px;
		margin: 1px 0 15px 0;
	}
	#topNavi ul li {
		width: 165px;
		height: 18px;
		border-right: solid 1px #fff;
		padding: 5px 0 0 0;
		font-size: 10px;
		float: left;
		text-align: center;
		background: #555;
		color: #fff;
	}
	#topNavi ul li:nth-last-child(1){
		border-right: none;
		width: 170px;
	}
	#topNavi ul li a {
		color: #FFF;
	}
	#topNavi ul li a:hover {
		color: #ddd;
	}
	
}


@media screen and (max-width: 999px) { /*〜999px*/
#topMenu, #topNavi  {display: none;}
}

	
	
	
/* カテゴリー*/
/* ---------------------------------------------------------- */

/* カテゴリ 別ページ
---------------------------------------------------------- */
/* SP */

@media screen and (max-width: 750px) { /*〜750px*/
#cate_back {
	background-color: #EEE;
    margin: 0;
    padding: 0;
    display:inline-block;
   }

.category_top {
	  width: 90%;
	  margin: 0 auto;
	  padding-top: 25px;
	  padding-bottom: 30px;
	  overflow: auto;
		}
		
		
.cate_box {
    flex-wrap: wrap;
    width: 40%;
    height: auto;
    float: left;
    padding:0 11px;
    margin: 5px;

		}
		
		

.defaultlist
,.defaultlist li{
	padding:0 0 5px 0;
	margin:0px;
	font-size: 0.85em;
	text-align: left !important;
}
 
.defaultlist li{
	list-style-type:none !important;
	list-style-image:none !important;
	margin: 10px 0px 5px 0px !important;
}
 
.list1 li{
	position:relative;
	padding-left:18px;
	border-bottom: 1px dashed #CCC;
}
 
.list1 li:before{
	content:''; 
	display:block; 
	position:absolute; 
	box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
	top:3px; 
	left:2px; 
	height:0; 
	width:0; 
	border-top: 6px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 9px solid #aaa;
}

.cate_h_c {
	display: flex;
	align-items: center;
}


img#cate_imgh {
    width: 29%;
    float: left;
    padding-right: 8px;
}

#cate_h {
	text-align: left !important;
	  }




#cate {
	width: 100%;
	background: #9fcdd4;
	padding: 20px 0 10px;
	margin: 0 0 20px 0;
}
#cate img {
	vertical-align: bottom;
}
.cateTitle {
	margin: 0 20px;
	padding: 0.2em;
	background: #fff;
	opacity: 0.7;
	color: #660000;
	font-size: 1.3em;
	border-radius: 7px;
}
ul#cate {
	font-size: 1em;
}
ul#cate li {
	margin: 0 10px 15px;	
	text-align: left;
	padding: 10px 10px 0 10px;
}
ul#cate li li {
	margin: 0;
	line-height: 2;
	background: #fff;
	border-bottom: dotted 1px #ccc;
}
ul#cate li li:first-child {
	border-radius: 5px 5px 0 0;
}
ul#cate li li:last-child {
	border-radius: 0 0 5px 5px;
	padding-bottom: 5px;
}
ul#cate li li a {
	color: #444;
	display: block;
}
ul#cate li li a::after{
 content: url(../image/common/arrow_01.png);
 float: right;
 }
.radius {
	border-radius: 8px;
}
.col_white {
	color: #fff;
}

}


/* PC */

@media screen and (min-width: 751px) { /*751px〜*/
#cate_back {
    width: 100%;
    background-color: #EEE;
    margin-bottom: 30px;
   }

.category_top {
    width: 100%;
    margin: 0 auto;
    padding-top: 25px;
    padding-bottom: 30px;
    text-align: center;
		}
		
		
.cate_box {
    width: 16%;
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 0 0;

		}
		
.cate_box:last-child {margin-right: 0; padding-right: 0;}		
		
		

.defaultlist
,.defaultlist li{
	padding:0 0 5px 0;
	margin:0px;
	font-size: 1.0em;
	text-align: left !important;
}
 
.defaultlist li{
	list-style-type:none !important;
	list-style-image:none !important;
	margin: 10px 0px 5px 0px !important;
}
 
.list1 li{
	position:relative;
	padding-left:18px;
	border-bottom: 1px dashed #CCC;
}
 
.list1 li:before{
	content:''; 
	display:block; 
	position:absolute; 
	box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
	top:3px; 
	left:2px; 
	height:0; 
	width:0; 
	border-top: 6px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 9px solid #aaa;
}

.cate_h_c {
	display: flex;
	align-items: center;
}


img#cate_imgh {
    width: 40%;
    float: left;
    padding-right: 8px;
}

#cate_h {
    text-align: left !important;
    font-weight: 600;
    font-size: 1.2em;
    font-family: Hiragino Maru Gothic Pro;
	  }




#cate {
	width: 100%;
	background: #9fcdd4;
	padding: 20px 0 10px;
	margin: 0 0 20px 0;
}
#cate img {
	vertical-align: bottom;
}
.cateTitle {
	margin: 0 20px;
	padding: 0.2em;
	background: #fff;
	opacity: 0.7;
	color: #660000;
	font-size: 1.3em;
	border-radius: 7px;
}
ul#cate {
	font-size: 1em;
}
ul#cate li {
	margin: 0 10px 15px;	
	text-align: left;
	padding: 10px 10px 0 10px;
}
ul#cate li li {
	margin: 0;
	line-height: 2;
	background: #fff;
	border-bottom: dotted 1px #ccc;
}
ul#cate li li:first-child {
	border-radius: 5px 5px 0 0;
}
ul#cate li li:last-child {
	border-radius: 0 0 5px 5px;
	padding-bottom: 5px;
}
ul#cate li li a {
	color: #444;
	display: block;
}
ul#cate li li a::after{
 content: url(../image/common/arrow_01.png);
 float: right;
 }
.radius {
	border-radius: 8px;
}
.col_white {
	color: #fff;
}


}




/*--------------商品ページ--------------------*/
.category_pp {
    background-color: #444;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    font-size: 13px;
    font-weight: bold;
}

#sideMenu_pp {
}

#cate_back_pp {
	background-color: #EEE !important;
    margin: 0;
    padding: 0;
    display:inline-block;
   }

.category_top_pp {
	  width: 90%;
	  margin: 0 auto;
	  padding-top: 25px;
	  padding-bottom: 30px;
	  overflow: auto;
		}
		
		
.cate_box_pp {
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 5px 0;

		}		

.defaultlist_pp
,.defaultlist_pp li{
	padding:0 0 5px 0;
	margin:0px;
	margin-top: 20px;
	margin-left: 8px;
	font-size: 0.95em;
	text-align: left !important;
	clear: both;
}
 
.defaultlist_pp li{
	list-style-type:none !important;
	list-style-image:none !important;
	margin: 10px 0px 5px 0px !important;
}
 
.list1_pp li{
	position:relative;
	padding-left:18px;
	border-bottom: 1px dashed #CCC;
}
 
.list1_pp li:before{
	content:''; 
	display:block; 
	position:absolute; 
	box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
	top:3px; 
	left:2px; 
	height:0; 
	width:0; 
	border-top: 6px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 9px solid #aaa;
}

.cate_h_c_pp {
	display: flex;
	align-items: center;
}


img#cate_imgh_pp {
    width: 20%;
    float: left;
    padding-right: 8px;
}

#cate_h_pp {
	text-align: left !important;
	font-size: 1.3em;
	font-weight: 600;
	padding-top: 14px;
	  }


#cate_pp {
	width: 100%;
	background: #9fcdd4;
	padding: 20px 0 10px;
	margin: 0 0 20px 0;
}
#cate_pp img {
	vertical-align: bottom;
}
.cateTitle_pp {
	margin: 0 20px;
	padding: 0.2em;
	background: #fff;
	opacity: 0.7;
	color: #660000;
	font-size: 1.3em;
	border-radius: 7px;
}
ul#cate_pp {
	font-size: 1em;
}
ul#cate_pp li {
	margin: 0 10px 15px;	
	text-align: left;
	padding: 10px 10px 0 10px;
}
ul#cate_pp li li {
	margin: 0;
	line-height: 2;
	background: #fff;
	border-bottom: dotted 1px #ccc;
}
ul#cate_pp li li:first-child {
	border-radius: 5px 5px 0 0;
}
ul#cate_pp li li:last-child {
	border-radius: 0 0 5px 5px;
	padding-bottom: 5px;
}
ul#cate_pp li li a {
	color: #444;
	display: block;
}
ul#cate_pp li li a::after{
 content: url(../image/common/arrow_01.png);
 float: right;
 }
.radius_pp {
	border-radius: 8px;
}
.col_white_pp {
	color: #fff;
}









/* トップバナー 
---------------------------------------------------------- */

.top-banner{
	display: flex;
	flex-wrap:wrap;
	width: 100%;
	margin: 0 auto;
}

@media screen and (min-width: 951px) {
.top-banner li {
	width: calc(100%/4);/*←画像を横に4つ並べる場合*/
	padding:0px;/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing:border-box;
}


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

.top-banner li {
	width: calc(100%/2);/*←画像を横に4つ並べる場合*/
	padding:0/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing:border-box;
	margin-bottom: 20px;
}


}


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

.top-banner li {
	width: calc(100%/1);/*←画像を横に4つ並べる場合*/
	padding:0/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing:border-box;
	margin-bottom: 20px;
}


}

.top-banner li img {
	max-width:100%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */
}

/* トップバナー2 
---------------------------------------------------------- */

.top-banner2{
	display: flex;
	flex-wrap:wrap;
	width: 100%;
	margin: 0 auto;
}

@media screen and (min-width: 951px) {
.top-banner2 li {
	width: calc(100%/2);/*←画像を横に4つ並べる場合*/
	padding:0px;/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing:border-box;
}


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

.top-banner2 li {
	width: calc(100%/2);/*←画像を横に4つ並べる場合*/
	padding:0/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing:border-box;
	margin-bottom: 20px;
}


}


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

.top-banner2 li {
	width: calc(100%/1);/*←画像を横に4つ並べる場合*/
	padding:0/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing:border-box;
	margin-bottom: 20px;
}


}

.top-banner2 li img {
	max-width:100%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */
}


/* 検索 */
/* ---------------------------------------------------------- */
@media screen and (min-width: 811px) { /*701px〜*/
#search {
	width: 100%;
	text-align: center;
	background: #9fccd4;
    height: 100%;
    position: relative;
    
}
    
.search-inner {
 	    position: absolute;
    height: 50%;
    width: 100%;
    top: 41%;
    left: 50%;
    transform: translate(-50%,-50%); 
    } 
}

@media screen and (max-width: 810px) { /*〜700px*/
#search {
	width: 100%;
	text-align: center;
	background: #9fccd4;
    
}
    
.search-inner {
    width: 100%;
    padding: 20px 0;
    } 


}


.search-h { 
font-weight: 600;
    font-size: 1.6em;
    margin: 0 0 5px 0;
    color: #FFF;
    letter-spacing: 0.3em;
    font-family: Hiragino Maru Gothic Pro;
    }

#searchFrame {
	width: 80%;
	height: 20px;
	margin: 0 0 7px 0;
	border: none;
}

#searchBtn {
	width: 80%;
	height: 20px;
	background: #434343;
	color: #fff;
	text-align: center;
	border: none;
}

#pp_search {
    text-align: center;
    background: #9fccd4;
    padding: 20px 0;
}


/* キーワード
---------------------------------------------------------- */

.word_top  {
	width: 100%;
	 margin: 20px auto;
	}

.word  ul {
	 text-align: center;
	 font-size: 0;

	 
   }   
   
   
.word  li {
    display: inline-block;
    font-size: 0.9em;
    border: 1px solid;
    border-radius: 3px;
    padding: 5px;
    margin-bottom: 5px;
   }
   
.word  li:first-child {
	background-color: #444;
	color: #FFF;
   } 
   
.word  li:hover {
	background-color: #9fccd4;
}
	




/* サイドバナー */
/* ---------------------------------------------------------- */
.sideBanner {
	width: 200px;
	margin: 5px 0;
}

/* 注目キーワード*/
/* ---------------------------------------------------------- */
#keyword{
	width: 100%;
	height: 21px;
	margin: 0 0 15px 0;
}
	#keyword dl{
			font-weight: bold;
	}
	#keyword dt{
		width: 95px;
		height:  15px;
		padding: 2px 0;
		float: left;
		border: solid 1px #656565;
		text-align: center;
	}
	#keyword dd{
		margin: 0 0 0 105px;
		padding: 4px 0 0 0;
	}

/* スライダー */
/* ---------------------------------------------------------- */
#top_slider {
	width: 100%;
	height: 240px;
	margin: 0 0 40px 0;
	background: #4A90BC;
	border: solid 10px #efefef;
}

/* ピックアップ*/
/* ---------------------------------------------------------- */
#pickup {
	width:100%;
	overflow: hidden;
}

.pickup-cnt {
	text-align: center;
}

@media screen and (min-width: 1000px) {#pickup {margin: 20px 0 30px 0;}}

@media screen and (max-width: 999px) {#pickup {margin: 10px 0 30px 0;}}

#pickup ul {
	    overflow: hidden;
	    margin: 20px auto;
	    
	}
	
	
@media screen and (min-width: 551px) {

#pickup ul li {
    width: 22%;
    display: inline-block;
    margin: 0 30px 0 0;
    vertical-align: top;
		}
		
#pickup ul li:last-child{
	    margin: 0;

		}
}
		
		
@media screen and (max-width: 550px) {
#pickup ul li {
width: 100%;
margin: 0 0 30px 0;
		}
		
#pickup ul li:last-child{
	    margin: 0;

		}
}
				
		
		
		
		
.pick-h {
	font-size: 1.1em;
    font-weight: 600;
    border-bottom: 1px solid #444;
    margin-bottom: 5px;
    margin-top: 15px;
 }	
 
.pick-txt {
text-align: left;
 }	




/* ランキング*/
/* ---------------------------------------------------------- */
#ranking {
	width:100%;
	height: 280px;
	margin: 0 0 30px 0;
}
	#ranking ul {
	}
		#ranking ul li {
			width: 138px;
			height: 200px;
			float: left;
			display: block;
			margin: 0 20px 10px 0;
		}
		#ranking ul li:last-child{
			margin: 0;
		}
		
/* ニュース*/
/* ---------------------------------------------------------- */
#news {
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
}
	#news dl {
    width: 95%;
    overflow: hidden;
    margin-bottom: 30px;
    margin: 0 auto;
    padding-top: 20px;
	}
	
	#news dl dt {
		float:left;
		width:10%;
		border-bottom: dotted 1px #ccc;
		padding: 5px 0;
	}
	#news dl dd {
		float:left;
		width:90%;
		border-bottom: dotted 1px #ccc;
		padding: 5px 0;
	}
	#news dl dd a {
		color: #D368A5;
		text-decoration: underline;
		font-weight: bold;
	}
	#news dl dd a:hover {
		color: #F7C0EE;
	}


/* ピックアップ、ランキング、news　共通*/
/* ---------------------------------------------------------- */
.midashi {
	text-align: center;
	background: #555;
	padding: 3px 10px;
	color: #fff;
	letter-spacing: 0.8em;
	clear: both;
}

/* footer
---------------------------------------------------------- */
#footerPage {
	display: inline-block;
	
}

#footer {
	width: 100%;
	margin: 0 auto;
	clear: both;
}
	#footer table {
		background: #efefef;
		font-size: 12px;
		line-height: 1.3;
	}
.dotLine, .line {
		padding: 10px 15px;
		text-align: left;
		vertical-align:top;
	}
	.dotLine {
			border-right: dotted 1px #444;;
	}
	#footer table p {
		background: #9fccd4;
		color: #Fff;
		font-weight: bold;
		padding: 3px 7px;
		margin: 0 0 10px 0;
	}
	.ingo_title {
		background: #555;
		color: #fff;
	}
	.fs-s {
		font-size: 10px;
	}
	.fs-l {
		font-size: 14px;
		font-weight: bold;
	}	
/* copyright
---------------------------------------------------------- */
#copyright {
	height: 30px;
	text-align: center;
	padding: 12px 0 7px 0;
	font-size: 9px;
}
/* ページ上部ドット
---------------------------------------------------------- */
#header_dot {
	height: 22px;
	background:url( http://www.rakuten.ne.jp/gold/chinavi/image/common/top_back_dot.gif) left top repeat-x;
}
/* ページ下部ドット
---------------------------------------------------------- */
#footer_dot {
	height: 30px;
	background:url(http://www.rakuten.ne.jp/gold/chinavi/image/common/top_back_dot.gif) left top repeat-x;
}

/* トップページレイアウト
---------------------------------------------------------- */
#topWrapper {

}
#topHeader {
	margin-bottom: 20px;

}
#topLeft {
	float:left;
	width:200px;
	margin-right:20px;
}
#topMain {
	width:100%;
}
#topFoote{
	clear: both;
}

/* メール
---------------------------------------------------------- */
#mail {
	background: #EFEFEF;
	padding:12px 14px;
	margin: 30px 0;
}
#mail p {
	margin: 0 0 7px 0;
	font-size: 11px;
}
.komidashi {
	background: url(http://www.rakuten.ne.jp/gold/chinavi/image/common/arrow_01) left 2px no-repeat;
	border-bottom: dotted 1px #ccc;
	padding: 0 0 0 10px;
	font-weight: bold;
}

/* カレンダー
---------------------------------------------------------- */
table.calbase_rakuten     {
    background-color: #FFFFFF;
    border:1px solid #CECECE;
    width: 280px;
    border-collapse: collapse;
    padding: 0px 0px 10px 0px;
    }
table.calbase_rakuten *   {
    font-size: 98%;
    color: #000000;
    border-collapse: collapse;
    padding: 0px;
    margin: 0px;
    }
table.calbase_rakuten th  {
    text-align: center;
    }
th.caltitle_rakuten       {
    font-size: 85%;
    padding: 10px 0px 0px 0px;
    }
table.calframe_rakuten    {
    border-collapse: collapse;
    margin: 10px 10px 0px 10px;
    table-layout: fixed;
    width: 120px;
    }
table.calframe_rakuten th {
    text-align: center;
    padding: 0px 0px 3px 0px;
    }
table.calframe_rakuten td {
    border:1px solid #000000;
    background-color: #FFFFFF;
    width:16px;
    height:16px;
    text-align: center;
    }
tr.weektitle_rakuten td   {
    background-color: #CCCCCC;
    }
td.event1day_rakuten      {
    background-color: #FF33CC !important;
    }
font.event1day_rakuten    {
    color: #FF33CC;
    }
td.event2day_rakuten      {
    background-color: #33CCFF !important;
    }
font.event2day_rakuten    {
    color: #33CCFF;
    }
td.event3day_rakuten      {
    background-color: #FFCC33 !important;
    }
font.event3day_rakuten    {
    color: #FFCC33;
    }
table.event_rakuten       {
    text-align: left;
    word-break: break-all;
    margin: 7px 10px 7px 10px;
    border-collapse: collapse;
    line-height:120%;
    table-layout: fixed;
    width: 120px;
    }
table.event_rakuten td   {
    padding: 0px 0px 0px 0px;
    }
table.text_rakuten       {
    text-align: left;
    word-break: break-all;
    margin: 0px 10px 10px 10px;
    border-collapse: collapse;
    line-height:120%;
    table-layout: fixed;
    width: 120px;
    }

/* 右側タブバナー
---------------------------------------------------------- */
#tab1{
width: 85px;/* 最初に表示されるバナーの幅 */
height: 130px;/* バナーの高さ */
background:url(http://www.rakuten.ne.jp/gold/chinavi/image/tab/tab_coupon_100off.png) no-repeat;/* 画像のURL */
position: fixed;/* バナーを固定します */
right: 0;/* 右から0pxの位置に指定 */
top: 200px;/* 下から＋110px */
}
#tab1 a {/* リンクするエリアをバナー全体に広げる設定 */
display: block;
width: 100%;
height: 100%;
}
#tab1:hover {/* カーソルが乗った時の動きを指定 */
width: 290px;/* バナーが伸びた時の幅 */
/* 以下アニメーションの設定 */
-webkit-transition: width ease-in-out 0.3s;
-moz-transition: width ease-in-out 0.3s;
-ms-transition: width ease-in-out 0.3s;
-o-transition: width ease-in-out 0.3s;
transition: width ease-in-out 0.3s;
}
#tab2{
width: 72px;/* 最初に表示されるバナーの幅 */
height: 155px;/* バナーの高さ */
background: url(../image/tab/pokkiri_tab_02.gif)  no-repeat;
position: fixed;/* バナーを固定します */
right: 0;/* 右から0pxの位置に指定 */
top: 320px;/* 下から＋110px */
}
#tab2 a {/* リンクするエリアをバナー全体に広げる設定 */
display: block;
width: 100%;
height: 100%;
}
#tab2:hover {/* カーソルが乗った時の動きを指定 */
width: 92px;/* バナーが伸びた時の幅 */
/* 以下アニメーションの設定 */
-webkit-transition: width ease-in-out 0.3s;
-moz-transition: width ease-in-out 0.3s;
-ms-transition: width ease-in-out 0.3s;
-o-transition: width ease-in-out 0.3s;
transition: width ease-in-out 0.3s;
}
#tab3{
width: 72px;/* 最初に表示されるバナーの幅 */
height: 155px;/* バナーの高さ */
background: url(../image/tab/pokkiri_tab_03.gif)  no-repeat;
position: fixed;/* バナーを固定します */
right: 0;/* 右から0pxの位置に指定 */
top: 490px;/* 下から＋110px */
}
#tab3 a {/* リンクするエリアをバナー全体に広げる設定 */
display: block;
width: 100%;
height: 100%;
}
#tab3:hover {/* カーソルが乗った時の動きを指定 */
width: 92px;/* バナーが伸びた時の幅 */
/* 以下アニメーションの設定 */
-webkit-transition: width ease-in-out 0.3s;
-moz-transition: width ease-in-out 0.3s;
-ms-transition: width ease-in-out 0.3s;
-o-transition: width ease-in-out 0.3s;
transition: width ease-in-out 0.3s;
}
	
/* SS用
---------------------------------------------------------- */
#ss_banner {
	width: 100%;
	height: 90px;
	margin: 0 0 20px 0;
	padding: 0;
}
	ul#ss_banner {
	}
	ul#ss_banner li {
		float: left;
		height: 90px;
		width: 250px;
		margin: 0 10px 0 0;
	}
	ul#ss_banner li:nth-last-child(1) {
		margin: 0;
	}
/* SS用カウントダウンバナー(固定）
---------------------------------------------------------- */
#countdown {
	height: 131px;
	text-align: center;
	width: 100%;
	position: fixed;
	z-index: 999;
}
#ss {
	height: 138px;
	background: url(../image/common/ss_back.gif) left bottom repeat-x;
}
#ss iframe {
	padding: 0;
	margin: 0;
}
.ss {
	height: 88px;
	background: #fff;
}

/*タイムセール html5
---------------------------------------------------------- */
.marquee {
width:100%;
padding:0.2em 0;
overflow:hidden;
background-color:#f6f6f6;
margin-bottom:10px;
position:relative;
color: #ff3399;
font-size: 15px;
font-weight: bold;
}

.marquee p:after {
content:"";
white-space:nowrap;
padding-right:50px;
}

.marquee p {
margin:0;
padding-left:600px;
display:inline-block;
white-space:nowrap;
	-webkit-animation-name:marquee;
	-webkit-animation-timing-function:linear;
	-webkit-animation-duration:10s;
	-webkit-animation-iteration-count:infinite;
	-moz-animation-name:marquee;
	-moz-animation-timing-function:linear;
	-moz-animation-duration:10s;
	-moz-animation-iteration-count:infinite;
	-ms-animation-name:marquee;
	-ms-animation-timing-function:linear;
	-ms-animation-duration:10s;
	-ms-animation-iteration-count:infinite;
	-o-animation-name:marquee;
	-o-animation-timing-function:linear;
	-o-animation-duration:10s;
	-o-animation-iteration-count:infinite;
	animation-name:marquee;
	animation-timing-function:linear;
	animation-duration:10s;
	animation-iteration-count:infinite;
	marquee-speed:slow;
-webkit-marquee-speed: slow;
}
@-webkit-keyframes marquee {
  from   { -webkit-transform: translate(0%);}
  99%,to { -webkit-transform: translate(-100%);}
}
@-moz-keyframes marquee {
  from   { -moz-transform: translate(0%);}
  99%,to { -moz-transform: translate(-100%);}
}
@-ms-keyframes marquee {
  from   { -ms-transform: translate(0%);}
  99%,to { -ms-transform: translate(-100%);}
}
@-o-keyframes marquee {
  from   { -o-transform: translate(0%);}
  99%,to { -o-transform: translate(-100%);}
}
@keyframes marquee {
  from   { transform: translate(0%);}
  99%,to { transform: translate(-100%);}
}

/*タイムセール marpuee
---------------------------------------------------------- */
#timeSale {
	background: #efefef;
	padding: 3px 0;
	margin: 0 0 10px 0;
	color: #ff0099;
	font-weight: bold;
	font-size: 17px;
	font-weight: bold;
}
#timeSale a {
	color: #ff3399;
}

/* スーパーセール
---------------------------------------------------------- */
#ss {
	height: 135px;
	background: #bf0000;
}
#ss iframe {
	padding: 0;
	margin: 0;
}
.ss {
	height: 90px;
	background: #fff;
}

/* ベビー用品タブ
---------------------------------------------------------- */
#tab_baby1{
width: 105px;/* 最初に表示されるバナーの幅 */
height: 100px;/* バナーの高さ */
background:url(../image/tab/tab_baby_10.png) no-repeat;
position: fixed;/* バナーを固定します */
right: 10px;/* 右から0pxの位置に指定 */
top: 100px;/* 下から＋110px */
}
#tab_baby1 a {/* リンクするエリアをバナー全体に広げる設定 */
display: block;
width: 100%;
height: 100%;
}
#tab_baby1:hover {/* カーソルが乗った時の動きを指定 */
top:105px;
}

/* tab1から130px下 */
#tab_baby2{
width: 105px;/* 最初に表示されるバナーの幅 */
height: 100px;/* バナーの高さ */
background:url(../image/tab/tab_baby_11.png) no-repeat;
position: fixed;/* バナーを固定します */
right: 10px;/* 右から0pxの位置に指定 */
top: 210px;/* tab1から130px下 */
}
#tab_baby2 a {/* リンクするエリアをバナー全体に広げる設定 */
display: block;
width: 100%;
height: 100%;
}
#tab_baby2:hover {/* カーソルが乗った時の動きを指定 */
top:215px;
}

#tab_baby3{
width: 105px;/* 最初に表示されるバナーの幅 */
height: 100px;/* バナーの高さ */
background:url(../image/tab/tab_baby_07.png) no-repeat;
position: fixed;/* バナーを固定します */
right: 10px;/* 右から0pxの位置に指定 */
top: 320px;/* 下から＋110px */
}
#tab_baby3 a {/* リンクするエリアをバナー全体に広げる設定 */
display: block;
width: 100%;
height: 100%;
}
#tab_baby3:hover {/* カーソルが乗った時の動きを指定 */
top:325px;
}

#tab_baby4{
width: 105px;/* 最初に表示されるバナーの幅 */
height: 100px;/* バナーの高さ */
background:url(../image/tab/tab_baby_12.png) no-repeat;
position: fixed;/* バナーを固定します */
right: 10px;/* 右から0pxの位置に指定 */
top: 430px;/* 下から＋110px */
}
#tab_baby4 a {/* リンクするエリアをバナー全体に広げる設定 */
display: block;
width: 100%;
height: 100%;
}
#tab_baby4:hover {/* カーソルが乗った時の動きを指定 */
top:435px;
}

#tab_baby5 {
width: 105px;/* 最初に表示されるバナーの幅 */
height: 100px;/* バナーの高さ */
background:url(../image/tab/tab_baby_12.png) no-repeat;
position: fixed;/* バナーを固定します */
right: 10px;/* 右から0pxの位置に指定 */
top: 540px;/* 下から＋110px */
}
#tab_baby5 a {/* リンクするエリアをバナー全体に広げる設定 */
display: block;
width: 100%;
height: 100%;
}
#tab_baby5:hover {/* カーソルが乗った時の動きを指定 */
top:545px;
}

#tab_baby6 {
width: 105px;/* 最初に表示されるバナーの幅 */
height: 100px;/* バナーの高さ */
background:url(../image/tab/tab_baby_09.png) no-repeat;
position: fixed;/* バナーを固定します */
right: 10px;/* 右から0pxの位置に指定 */
top: 650px;/* 下から＋110px */
}
#tab_baby6 a {/* リンクするエリアをバナー全体に広げる設定 */
display: block;
width: 100%;
height: 100%;
}
#tab_baby6:hover {/* カーソルが乗った時の動きを指定 */
top:655px;
}





/* QAタブ
---------------------------------------------------------- */
#tab_qa {
    width: 130px;
    height: 114px;
    background: url(https://www.rakuten.ne.jp/gold/chinavi/chat/QA.png) no-repeat;
    position: fixed;
    left: 10px;
    bottom: 40px;
   }
   
#tab_qa a {/* リンクするエリアをバナー全体に広げる設定 */
display: block;
width: 100%;
height: 100%;
}
#tab_qa:hover {/* カーソルが乗った時の動きを指定 */
bottom:45px;
}
   
   
