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

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

ul {margin:0px; list-style:none; padding:0px;}
body li {list-style:none;}

/*　link   */

a:link{color:#222;}
a:hover{color:#666;}
a:active{color:#222;}

img{
	border-style:none;
	opacity: 1.0;
	filter: alpha(opacity=100);
				}
	
a:hover img {
	opacity: 0.7;
 	filter: alpha(opacity=70);
	
				}
	a {
	text-decoration: none;
}	



.bold{
	font-weight: bold;
	font-size: 12px;
}

.ma_5 {margin-bottom: 5px;}
.ma_10 {margin-bottom: 10px;}
.ma_20 {margin-bottom: 20px;}

/***********************   header   ***********************/

.top_ma {margin-top:-50px;}
.topnavi_menu {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
}


.headernavi {
	list-style: none;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	flex-wrap: -webkit-wrap;
}


.topnavi_menu {
	background: #ff809b;
	padding: 5px 0 7px;
}
		
.topnavi_menu a {
			color: #fff;
}

.topnavi_menu a:hover{color:#EEEEEE;}


/* 上段左ナビ */
.header_left { height: 20px; margin-left: 10px; }


/* 上段右ナビ */
.header_right { 
	padding-top: 3px;
	font-size: 12px;
	height: 20px; 
	margin-right: 15px; }


.header{

}

.wrap{

}

.header01 {

	}

.header01_wrap{
	margin: 0 auto;
	padding: 20px 0 15px;
	width: 1100px;
	height: 85px;
}


.shoplogo {
	width: 70%;
	height: 85px;
	float: left;
	padding-top: 5px;
}

.shoplogo div {
	float: left;
}

.shoplogo div p {
	display: block;
	height: 80px;
	padding-top: 5px;
	padding-left: 25px;
	font-size: 11px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.shoplogo img {
	height: 83px;
}

.top_title {
	float: left;
	display: block;
	margin: 0 auto ;
	height: 80px;
	padding-top: 5px;
	padding-left: 10px;
	font-size: 11px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight: normal;
	text-align: left;
}

.emblem {
	width: 29%;
	height: 85px;
    float: right;
	padding-top: 5px;
	position: relative;
}

.emblem img {
	height: 50px;
}


.emblem div p {
	padding-right: 5px;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	padding-top: 4px;
	font-weight: normal;
	text-align: right;
}

.emblem div p span {
	font-size: 16px;
	font-weight: bolder;
	color: #ff809b;
}


/***********************   headerメニュー   ***********************/


.header_w {
	/*position: absolute;*/
	width: 100%;
	z-index: 9999999;
	background:#fff;
	letter-spacing: 1px;
	color: #595757;
	font-weight: bold;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}


.h_menu {
	opacity: 0.85;
	width: 1100px;
	margin: 0 auto;
}


.menu_btn {
	display: inline-block;
	text-align: center;
	font-size: 13px;
	background:#fff;
	float: left;
	width: 20%;
	padding: 13px 0 13px;
	height:40px;
	line-height: 20px;
	color: #333;
}

.menu_btn span {
	font-size: 10px;
	font-weight: normal;
}

.menu_btn:hover {
	background-color:#ff809b;
	color: #FFFFFF;
	-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 .menu_btn:after:hover {
}

.menu_bigbtn {
	display: inline-block;
	text-align: center;
	font-size: 15px;
	background:#fff;
	float: left;
	width: 20%;
	padding: 13px 0 13px;
	height:40px;
	line-height: 20px;
	color: #333;
}

.menu_bigbtn span {
	font-size: 11px;
	font-weight: normal;
}

.menu_bigbtn:hover {
	background-color:#ff809b;
	color: #FFFFFF;
	-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 .menu_bigbtn:after:hover {
}


.menu_btn2 {
	display: inline-block;
	text-align: center;
	font-size: 12px;
	background:#f2f2f2;
	float: left;
	width: 20%;
	padding: 13px 0 13px;
	height:20px;
	line-height: 20px;
	
}

.menu_btn2:hover {
	background-color: #f2f2f2;
	color: #000;
	-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;
}

.menu_btn img {
	vertical-align: bottom;
}

.menu_bigbtn img {
	vertical-align: bottom;
}

.clear {
	clear: both;
}

.h_menu a:link {
	color: #222
}

.h_menu a:visited {
	color: #222
}

.h_menu a:hover {
	color: #222
}

.h_menu a:active {
	color: #222
}

/***********************   検索窓周辺   ***********************/

.search{
	width:1000px;
	padding:18px;
	margin:0 auto;
	text-align:left;
display: table;
	font-size: 11px;
	}
.search_box{
	width:250px;
	height:25px;
	border:0;
	background-color:#ffd7d7;
	padding-left:5px;
	color:#999999;
}
.search_button{
position: absolute;
height:26px;
	padding-left: 3px;
}

.search_box_in {
	height:35px;
	display:table-cell; 
	vertical-align:middle;}

.search_word{
	height:35px;
	display:table-cell; 
	vertical-align:middle;
padding-left: 50px;}

.search_word a{
	border-radius: 3px;
	border: 1px solid #ccc;
	line-height: 30px;
	font-size: 11px;
	background: white;
	color: #333;
	text-decoration: none;
	padding: 5px 5px;}

.search_word a:hover{
	border-radius: 3px;
	border: 1px solid #ff809b;
	line-height: 30px;
	font-size: 11px;
	background: #ff809b;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px 5px;}


.search_plus{
	width: 100px;
	display:table-cell;
	vertical-align:middle;
	border: 1px solid #000;
	text-align:center;
	border-radius: 3px;
}

/***********************   スライダー用   ***********************/

.slider {
    width: 100%;
    margin: 0 auto 80px;
}

.slick-slide img {
    width: 100%;
	height: 300px;
}

.mypattern {
    width: 100%;
}

.mypattern .slick-slide {
    margin: 0px;
}

/*slick setting*/

.mypattern .slick-slide:not(.slick-center) {
    -webkit-filter: opacity(50%);
    -moz-filter: opacity(50%);
    -o-filter: opacity(50%);
    -ms-filter: opacity(50%);
    filter: opacity(50%);
    transition: 0.2s linear;
}

/*slick setting*/

.slick-prev:before,
.slick-next:before {
    color: #000;
}

/*******************内部 ***************/

.contents_wrap {
	width: 1100px;
	margin: 10px auto 0;
}


/***********************   header周辺   ***********************/

.headeritem {
	width: 970px;
	margin: 0 auto;
	text-align: center;
	background: #ffffff;
}
.headeritem ul {
	width: 100%;
	margin: 0 auto;
}
.headeritem li {
	width: 480px;
	float: left;
	margin: 2px;
	list-style:none;
}

.headeritem li a {
	text-decoration: none;
}


.headeritem p.item_image img {
	margin: 0 auto;
	width:100%;
	border:0;
}

.headeritem2 {
	width: 970px;
	margin: 0 auto;
	text-align: center;
	background: #ffffff;
}
.headeritem2 ul {
	width: 100%;
	margin: 0 auto;
}
.headeritem2 li {
	width: 318px;
	float: left;
	margin: 2px;
	list-style:none;
}

.headeritem2 li a {
	text-decoration: none;
}


.headeritem2 p.item_image img {
	margin: 0 auto;
	width:100%;
	border:0;
}


.trend_title {
 display:block;
 text-align:center;
 color:#000;
 line-height:1.2em;
 font-size:20px;
 }

.trend_title span {
 color:#eb6877;
	font-weight: normal;
	font-size: 12px;
 }
 
/***********************   contents用   ***********************/
.midashi01 {
	padding: 10px 0px 10px 5px;
	background-color: #f6f6f6;
    border-left: 6px solid #ff809b;
	margin: 50px 10px 20px 10px;
	letter-spacing: 2px;
	position: relative;
	width: 720px;
	font-size: 20px;
	font-weight: bold;
	color: #ff809b;
}

.mini_title {
	font-size: 11px;
	font-weight: normal;
	color: #666;
}


#ranking_area {
    width: 725px;
    margin-top: 10px;
    line-height: 16px;
    font-size: 11px;
}
#ranking_area ul {
    width: 725px;
    margin: 0px 0px 10px 0px;
    display: block;
    height: 140px;
}
#ranking_area li {
    width: 112px;
    float: left;
    display: block;
    margin-right: 10px;
    text-align: center;
}

.top_no1 {
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	background-color: #F0AB00;
	width: 40px;
	height: 20px;
	line-height: 20px;
	margin: 5px 0;
	padding:0 5px 0 5px;
	border-radius: 2px;
}

.top_no2 {
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	background-color:#838383;
	width: 40px;
	height: 20px;
	line-height: 20px;
	margin: 5px 0;
	padding:0 5px 0 5px;
	border-radius: 2px;
}

.top_no3 {
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	background-color:#926A55;
	width: 40px;
	height: 20px;
	line-height: 20px;
	margin: 5px 0;
	padding:0 5px 0 5px;
	border-radius: 2px;
}

.top_no4 {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	background-color:#ffffff;
	width: 40px;
	height: 20px;
	line-height: 20px;
	margin: 5px 0;
	padding:0 5px 0 5px;
	border-radius: 2px;
	border:1px solid #D1D1D1;
}

.rank_plice {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-align: left;
}

.newitem {
	width: 720px;
	margin: 0 auto;
	text-align: center;
	background: #ffffff;
}
.newitem ul {
	width: 100%;
	margin: 0 auto;
}
.newitem li {
	width: 230px;
	float: left;
	margin: 5px;
	list-style:none;
}

.newitem li a {
	text-decoration: none;
}


.newitem p.item_title {
	margin: 0 auto;
	padding: 3px 0 3px 0;
	color: #000000;
	font-size: 12px;
	text-align:left;
	overflow: hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
}

.newitem p.item_image img {
	margin: 0 auto;
	width:100%;
	border:0;
}

.newitem p.price_prop {
	margin: 5px auto 0;
	color: #c5c5c5;
	font-size: 11px;
	line-height: 13px;
}

.newitem p.price_red {
	margin: 0 auto;
	color: #a90000;
	font-size: 12px;
	line-height: 1.0em;
	margin-top: 5px;
	text-align:left;
	font-weight:bold;
}
	

.newitem p.icon {
	width:100%;
	margin-top:0px;
	text-align:left;
}

.newitem p.icon span {
	padding:1px 3px;
	font-size:10px;
	margin-right:5px;
	background-color:#fff;
	border:1px solid #999;
	color:#666;
	text-align:left;
}

.newitem p.icon span.soumu {
	padding:1px 3px;
	font-size:10px;
	margin-right:5px;
	background-color:#fff;
	border:1px solid #eb6877;
	color:#eb6877;
	text-align:left;
}

.newitem p.icon span.rank {
	padding:1px 3px;
	font-size:10px;
	margin-right:5px;
	background-color:#fff;
	border:1px solid #3395E5;
	color:#3395E5;
	text-align:left;
}


.newitem p.price_red span {
	font-size:9px;
}


.pointitem {
	width: 720px;
	margin: 0 auto;
	text-align: center;
	background: #ffffff;
}
.pointitem ul {
	width: 100%;
	margin: 0 auto;
}
.pointitem li {
	width: 360px;
	float: left;
	margin: 0;
	list-style:none;
}

.pointitem li a {
	text-decoration: none;
}

.pointitem p.item_image img {
	margin: 0 auto;
	width:100%;
	border:0;
	position: relative;
}


.bnr_span {
margin-bottom: 10px;
}

#Topbnr1 {
width: 728px;
list-style-type: none;
padding: 0px;
margin: 0px;
}

#Topbnr1 li {
width: 720px;
margin: 0px 4px 8px 4px;

}

#Topbnr1 p{
	color: #eb6877;
	font-size: 14px;
	font-weight: bold;
	
}

#Topbnr1 p span {
	padding:2px 3px;
	font-size:12px;
	background-color:#fff;
	color:#eb6877;
	border: 1px solid #eb6877;
	text-align:left;
	border-radius: 3px;
	font-weight: normal;
}

#Topbnr1 li img {
	width: 720px;
	margin-top: 5px;
}

.new_item {
	width: 710px;
	margin-left: 5px;
	padding:8px 3px;
	font-size:16px;
	background-color:#fff;
	border:1px solid #eb6877;
	color:#eb6877;
	text-align:center;
	font-weight: bold;
}

.new_item a {
	color:#eb6877;
}

.new_item a:hover {
	color:#FFB6B7;
	text-decoration: underline;
}


.news_top {
	margin-top:3px;
	padding: 0.3em;
	border-top: 1px dashed #ccc;
	text-align:center;
	color: #eb6877;
	font-size: .9em;
	line-height: 1.5em;
	font-weight: bold;
}

.news_top p {
	margin-top: 10px;
	padding: 0;}

.news_top span.re {
	padding:2px 3px;
	font-size:10px;
	background-color:#eb6877;
	color:#fff;
	text-align:left;
	border-radius: 3px;
	font-weight: normal;
}

/***********************   topics   ***********************/

.topics {
	width: 730px;
	margin: 0 auto;
	text-align: center;
	background: #ffffff;
}
.topics ul {
	width: 100%;
	margin: 0 auto;
}
.topics li {
	width: 235px;
	float: left;
	margin: 4px;
	list-style:none;
}

.topics li a {
	text-decoration: none;
}


.topics p.item_title {
	margin: 0 auto;
	padding: 3px 0 3px 0;
	color: #000000;
	font-size: 12px;
	text-align:left;
}

.topics p.item_image img {
	margin: 0 auto;
	width:100%;
	border:0;
}

.topics p.price_prop {
	margin: 5px auto 0;
	color: #c5c5c5;
	font-size: 11px;
	line-height: 13px;
}

.topics p.price_red {
	margin: 0 auto;
	color: #a90000;
	font-size: 12px;
	line-height: 1.0em;
	margin-top: 5px;
	text-align:left;
	font-weight:bold;
}
	

.topics p.icon {
	width:100%;
	margin-top:0px;
	text-align:left;
}

.topics p.icon span {
	padding:1px 3px;
	font-size:10px;
	margin-right:5px;
	background-color:#fff;
	border:1px solid #999;
	color:#666;
	text-align:left;
}

.topics p.icon span.soumu {
	padding:1px 3px;
	font-size:10px;
	margin-right:5px;
	background-color:#fff;
	border:1px solid #eb6877;
	color:#eb6877;
	text-align:left;
}

.topics p.icon span.rank {
	padding:1px 3px;
	font-size:10px;
	margin-right:5px;
	background-color:#fff;
	border:1px solid #3395E5;
	color:#3395E5;
	text-align:left;
}


.topics p.price_red span {
	font-size:9px;
}


.title-box1 {
  margin-top:5px;
	padding: 0.3em;
	border-bottom: 1px dashed #ccc;
	text-align:left;
	color: #666666;
	font-size: .9em;
	line-height: 1.5em;
	width: 725px;
}

.title-box1 p {
	margin-top: 10px;
	padding: 0;}

.title-box1 span {
	padding:2px 3px;
	font-size: .8em;
	background-color:#eb6877;
	color:#fff;
	text-align:left;
	border-radius: 2px;
	font-weight: normal;
}
