body{
overflow-x: hidden;
margin:0;
padding:0;
line-height: 1.6;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

/* Edge対策 */
@supports (-ms-ime-align:auto) {
body {
    /*font-family: "游明朝体", "Yu Mincho", YuMincho, serif;*/
  }
}

/* IE対策 */
@media screen\0 {
body {
    /*font-family: "游明朝体", "Yu Mincho", YuMincho, serif;*/
  }
}


#fixedBox {
background-color:#EBEBEB;
width:100%;
min-width:1300px;
height:50px;
z-index:9999;
}

h2 {
font-family: sans-serif;
}

/* 固定メニュー　ここから */

#top_navi {
width:100%;
background-color: rgba(255, 227, 255, 0.9);
height:40px;
margin: 0px;
padding: 0px;
}

#top_navi>ul {
margin: 0 auto;
width: 1050px;
display: flex;
justify-content:space-between;
align-items: center;
font-size:1.0em;
list-style: none;
}

#top_navi>ul>li>a {
display:inline-block;
padding:08px 5px 8px 0px;

}

#top_navi>ul a,#top_navi>ul a:hover,#top_navi>ul a:active,#top_navi>ul a:focus,#top_navi>ul a:visited{
color:#000000;
}

#top_navi a {
text-decoration: none
}

.fixed {
position: fixed;
top: 0;
width: 100%;
z-index: 10000;
}

/* 固定メニュー　ここまで */

#toptext {margin-left:150px;
margin-top:8px;
padding:0;
vertical-align:bottom;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"
}

#toptext a {
text-decoration:none;
color:#000000;
font-size: 0.8em;
}

#h1 {
position: relative;
background: url(https://www.rakuten.ne.jp/gold/hana-collabo/mother/img/1700118_hana_b.jpg) repeat;
width: 100%;
height: 118px;
min-width: 1000px;
z-index: 9999;
box-sizing: border-box;
font-size: 3.5em;
color: #000000;
vertical-align: middle;
}
	
.title_txt {
    position: absolute;
    top: 14px;
    text-align: center;
    width: 100%;
}	

#bgColor {
background:#FFE3FF;
width:100%;
min-width:1090px;
height: auto;
padding-top: 20px;
}

#bgColor2 {
background:#f6f6f6;
width:100%;
min-width:1090px;
height: auto;
padding-top: 20px;
padding-bottom: 20px;
}
#bgColor3 {
background:#FFE3FF;
width:100%;
min-width:1090px;
height: auto;
padding-top: 10px;
padding-bottom: 10px;
}
#bgColor4 {
border-top:#000000 1px solid;
border-bottom:#000000 1px solid;
background:#f6f6f6;
width:100%;
min-width:1090px;
height: auto;
padding-top: 10px;
padding-bottom: 10px;
}


.info {
background: #ffffff;
position: relative;
margin: 2em 0;
padding: 0.5em 1em;
height: 200px;
/*border: solid 3px #62c1ce;*/
font-size: 0.85em;
}
.info .info_title {
position: absolute;
display: inline-block;
top: -26px;
left: -1px;
padding: 0 9px;
height: 25px;
line-height: 25px;
vertical-align: middle;
font-size: 17px;
background: #FF6CFF;
color: #ffffff;
font-weight: bold;
border-radius: 5px 5px 0 0;
}
.info p {
margin: 0; 
padding: 0;
}

/*リボンみたいラベル*/
.rbn_box {
display: block;
position: relative;
margin: 0 auto;
}
.rbn {
display: inline-block;
position: absolute;
left: 0;
top: -5px;
box-sizing: border-box;
padding: 0 12px;
margin: 0;
height: 30px;
line-height: 30px;
font-size: 18px;
letter-spacing: 0.1em;
color: white;
background: #ff7f7f;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
}
.rbn:before {
position: absolute;
content: '';
top: 0;
left: -7px;
border: none;
height: 38px;
width: 7px;
background: #ff7f7f;
border-radius: 5px 0 0 5px;
}
.rbn:after {
position: absolute;
content: '';
bottom: -7px;
left: -5px;
border: none;
height: 7px;
width: 5px;
background: #e64545;
border-radius: 5px 0 0 5px;
}

.rank_txt {
height: 35px;
font-size: 0.7em;
font-family: sans-serif;
margin-top: 5px;
margin-bottom: 5px;
}

.item_txt {
font-size: 0.7em;
font-family: sans-serif;
width: 95%;
height: 52px;
}

.item_txt2 {
font-size: 0.7em;
font-family: sans-serif;
height: 54px;
}

.item_name {
height: 50px;
}

.icon {
height: 20px;
font-family: sans-serif;
display: inline-block;
padding: 3px;
text-decoration: none;
border-radius: 3px;
transition: .4s;
color: #ffff00;
background: #00B900;
}
.icon2 {
height: 20px;
font-family: sans-serif;
font-weight: bold;
display: inline-block;
padding: 5px;
margin-left: 5px;
text-decoration: none;
color: #CC0000;
/*border: solid 2px #c0c0c0;*/
border-radius: 3px;
transition: .4s;
background: #ffffff;
}
.icon3 {
font-family: sans-serif;
font-size: 0.7em;
display: inline-block;
padding: 5px;
margin: 3px;
text-decoration: none;
color: #000000;
border-radius: 3px;
transition: .4s;
background: #f0e68c;
}

.icon4 {
height: 20px;
font-family: sans-serif;
display: inline-block;
padding: 5px;
text-decoration: none;
border-radius: 3px;
transition: .4s;
color: #ffff00;
background: #FF0000;
}

.icon6 {
height: 20px;
font-family: sans-serif;
display: inline-block;
padding: 3px;
text-decoration: none;
border-radius: 3px;
transition: .4s;
color: #FFFFFF;
background:#FF0000;
margin-left: 1px;
}

.icon6_m {
height: 20px;
font-family: sans-serif;
display: inline-block;
padding: 3px;
text-decoration: none;
border-radius: 3px;
transition: .4s;
color: #FFEB91;
background:#FF4D4D;
margin-left: 1px;
}

.doubleline {
display: inline-block;
height: 30px;
margin-left: 1em;
color: #F00004;
font-weight: bold;
font-size: 20px;
background-image:url(https://www.rakuten.ne.jp/gold/oimoya/top/img/timesale_04m_icon2.png);
background-repeat:repeat-x;
background-position: center;
}


.icon7 {
height: 20px;
font-family: sans-serif;
display: inline-block;
padding: 3px;
text-decoration: none;
border-radius: 3px;
transition: .4s;
color: #ffffff;
background: #00B900;
margin-left: 1px;
}


.icon_last {
height: 20px;
font-family: sans-serif;
display: inline-block;
padding: 5px;
text-decoration: none;
border-radius: 3px;
transition: .4s;
color: #FFFFFF;
background: #E0455C;
}

.price {
display: inline-block;
height: 30px;
margin-left: 1em;
}

.rank_price {
font-size: 0.9em;
text-align: right;
width: 130px;
float: right;
padding-top: 7px;
}


.price2 {
display: inline-block;
height: 30px;
margin-left: 1em;
color: #F00004;
font-weight: bold;
font-size: 18px;
}

.price3 {
display: inline-block;
height: 30px;
color: #F00004;
font-weight: bold;
font-size: 18px;
}

.rank_price2 {
font-size: 0.9em;
text-align: right;
width: 130px;
float: right;
padding-top: 7px;
color: #F00004;
}

.rank {
position: relative;
}

.rank_btn {
position: absolute;
top: -20px;
left: 0px;
width:65px;
}

#category img {
width: 100%;
border-radius: 100px;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
}
#category p {
font-family: sans-serif;
font-weight: bold;
font-size: 0.75em;
color: #a0a0a0;
text-decoration: none;
margin-top: 0;
background: linear-gradient(transparent 70%, #FFE3FF 70%);
}
#category a {
text-decoration: none;
}

#category2 img {
width: 100%;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
}
#category2 p {
font-family: sans-serif;
font-weight: bold;
font-size: 1.1em;
color: #777777;
text-decoration: none;
margin-top: 0;
margin-bottom: 5px;
width: 90%;
background: linear-gradient(transparent 70%, #FFE3FF 70%);
}
#category2 a {
text-decoration: none;
}
.category_txt {
font-family: sans-serif;
font-size: 0.5em;
}



.category_txt {
font-family: sans-serif;
font-size: 0.5em;
}

.item_ct a {
color:#cc0000;
font-size:1.2em;
font-weight:bold;
font-family: sans-serif;
text-decoration: none;
}

.fav_btn {
margin-top: 5px;
width: 65%;
display: inline-block;
padding: 1px 5px;
border-radius: 25px;
text-decoration: none;
border: solid 2px #cc0000;
transition: .4s;
text-align: center;
font-family: sans-serif;
font-weight: bold;
font-size: 0.8em;
}
.fav_btn a {
color: #CC0000;
}

.more_btn {
margin-top: 15px;
width: 65%;
display: inline-block;
padding: 1px 5px;
border-radius: 25px;
text-decoration: none;
background-color: #cc0000;
border: solid 2px #cc0000;
transition: .4s;
text-align: center;
font-family: sans-serif;
font-weight: bold;
font-size: 0.8em;
}
.more_btn a {
color: #FFFFFF;
}

.more_btn_m {
margin-top: 15px;
width: 65%;
display: inline-block;
padding: 1px 5px;
border-radius: 25px;
text-decoration: none;
background-color: #DE475A;
border: solid 2px #DE475A;
transition: .4s;
text-align: center;
font-family: sans-serif;
font-weight: bold;
font-size: 0.8em;
}
.more_btn_m a {
color: #FFFFFF;
}

.item_info {
height: 140px;
background-color: #f6f6f6;
padding: 5px;
text-align: left;
}

#search_rank a {
text-decoration: none;
}
#search_rank span {
font-weight: bold;
font-family: sans-serif;
color: #cc0000;
}

#keyword {
width:1050px;
background: #FAF9F5;
padding: 20px;
}

#keyword a {
margin-top: 5px;
display: inline-block;
padding: 7px 20px;
border-radius: 25px;
text-decoration: none;
transition: .4s;
text-align: center;
font-family: sans-serif;
font-weight: bold;
background: #FFFFFF;
color: #000000;
}

.kanban_cont {
padding: 10px 30px;
margin: 2em 0;
color: #2c2c2f;
background: #fffff;
font-size: 1.6em;
text-align: center;
}
.kanban_cont span {
padding: 5px 20px;
border-top: solid 5px #FFD2FF;
border-bottom: solid 5px #FFD2FF;
}

.contents_ttl {
position: relative;
left: auto;
}
.contents_ttl span {
font-size: 1.4em;
border-width: 0px 0px 1px 5px;
border-style: solid;
border-color: #FFD2FF;
}

.contents {
position: relative;
left: auto;
}
.contents p {
font-size: 0.9em;
color: #2c2c2f;
text-align: left;
}

.fukidashi{
position: relative;
padding: 0.6em;
background: #FFE3FF;
font-size: 1.8em;
text-align: center;
}
.fukidashi:after {
position: absolute;
content: '';
top: 100%;
left: 30px;
border: 15px solid transparent;
border-top: 15px solid #FFE3FF;
width: 0;
height: 0;
}

#budget{
font-size: 2.0em;
font-family: sans-serif;
}
#budget a {
text-decoration: none;
color: #000000;
}

/*ボックス全体*/
.menubox {
z-index: 9999999;
position: fixed;
margin: 0;
padding: 0;
width: 200px;
height: 950px;
float:left;
top: 50px;
overflow: auto;
font-family: 'Meiryo', sans-serif;
}

/*ラベル*/
label[for="label1"] {
display: block;
height: 105px;	
font-weight: bold;
cursor: pointer;
transition: all 0.5s;	
}
	
label[for="label2"] {
display: block;
height: 70px;	
font-weight: bold;
cursor: pointer;
transition: all 0.5s;	
}	

.menubox h3 {	
font-size: 11px;
color: #cc0000;	
padding: 0;
margin: 0;
line-height: 1;	
}	
	
.menubox h4 {	
font-size: 14px;
position: relative;
left: 10px;	
padding: 0;
margin: 0;

}		
	
/*ラベルホバー時*/
.menubox label:hover {	

}

/*チェックは隠す*/
.menubox input {
display: none;
}

/*中身を非表示にしておく*/
.menubox .accshow {
height: 0;
padding: 0;
overflow: hidden;
opacity: 0;
/*transition: 0.8s;*/
}

.menubox .accshow p {
	font-size: 15px;
	text-align: center;
	padding: 0;
	margin: 0;
	}

.menubox .accshow a {
	font-size: 13px;
	padding: 0;
	margin: 0;
	}

/*クリックで中身表示*/
.cssacc:checked + .accshow {
height: auto;
padding: 5px;
background-color: #F7F7F7;	
opacity: 1;
text-align: left;
}

.menubox a {
text-decoration: none;
}

.l_info {
width: 100%;
margin-top: 2px;
margin-bottom: 2px;
background-color: #ff0000;
}

.l_info a {
color: #FFF000;
}

.l_ranking {
text-align: left;
}

.l_ranking img {
width: 40%;
}

.timesale {
position: relative;
}

.timesale p {
position: absolute;
bottom: 0;
left: 50%;
-ms-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
margin:0;
padding:0;
font-weight: bolder;
color: #CC0000;
font-family: sans-serif;
}

#item_box img {
width: 100%;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
}
