@charset "UTF-8";

/*===============================================
●初期設定
===============================================*/

body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
}

.btn_center {
	position: relative;
	margin-top: 20px;
}

p {
	color: #333333;
	font-size: 13px;
}

a:link {
	text-decoration: none;
}

a:link img {
	-webkit-transition: 1s;
	transition: 1s;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}


a:hover img {
	filter:alpha(opacity=0.6);
	-moz-opacity: 0.6;
	opacity: 0.6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";



}

/*===============================================
●float解除
===============================================*/
.floatL{
	float:left;
}

.floatR{
	float:right;
}

.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    font-size:0;
    clear: both;
    visibility:hidden;
}
.clearfix{
    display: inline-block;
}
/* Hides from IE Mac */
* html .clearfix{
    height: 1%;
}
.clearfix{
    display:block;
}

.clear {
	clear: both;
}

/*===============================================
●h1,h2,h3
===============================================*/

h2 {
	margin: 0;
	padding: 0;
}

h3.sg_area {
	width: 310px;
	height: 35px;
	margin-bottom: 20px;
}

/*===============================================
●文字色
===============================================*/
.red {
	color: #FF0000;
	font-size: 13px;
	letter-spacing: 2px;
}


/*===============================================
●hr装飾
===============================================*/
hr.underbar {
    border: 0;
    border-bottom: 1px solid #D5D5D5;
}

/*===============================================
●フォームカスタマイズ
===============================================*/
input.sc {
	width: 170px;
	margin-bottom: 10px;
}

/*===============================================
●block
===============================================*/
.block {
	width: 200px;
	margin-bottom: 20px;
}

/*===============================================
●margin指定
===============================================*/
/* 下指定 */

.b_3px {
	margin-bottom: 3px;
}

.b_5px {
	margin-bottom: 5px;
}

.b_10px {
	margin-bottom: 10px;
}

.b_20px {
	margin-bottom: 20px;
}

.b_30px {
	margin-bottom: 30px;
}

.b_40px {
	margin-bottom: 40px;
}

.b_50px {
	margin-bottom: 50px;
}

/* 上指定 */

.t_3px {
	margin-top: 3px;
}

.t_5px {
	margin-top: 5px;
}

.t_10px {
	margin-top: 10px;
}

.t_20px {
	margin-top: 20px;
}

.t_30px {
	margin-top: 30px;
}

.t_40px {
	margin-top: 40px;
}

.t_50px {
	margin-top: 50px;
}

/* 左指定 */
.l_10px {
	margin-left: 10px;
}

/*===============================================
●ヘッダー
===============================================*/

#header {
	width: 100%;
	height: 130px;
	background: #D01010;
	z-index: 9998;
}



#header_first {
	width: 100%;
	height: 35px;
	background: #BB0000;
	z-index: 9998;
}

.primary_area {
	width: 1000px;
	height: 35px;
	margin: 0 auto;
	background: #BB0000;
	letter-spacing: 0.1em;
	z-index: 9998;
}

.primary_left {
	float: left;
	width: 200px;
	height: 35px;
	letter-spacing: 0.1em;
	z-index: 9998;
}

.arrow_box2 {
	float: left;
	height: 35px;
	margin-left: 10px;
	font-size: 13px;
	color: #FFF;
	line-height:32px;
}

.arrow_box {
	position: relative;
	float: left;
	width: 83px;
	height: 18px;
	margin-top: 5px;
	padding-top: 5px;
	background: #990000;
	color: #FFF;
	font-size: 13px;
	text-align: center;
	border-radius: 4px;        /* CSS3草案 */
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 4px;   /* Firefox用 */
}
.arrow_box:after, .arrow_box:before {
	top: 80%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #990000;
	border-width: 10px;
	margin-left: -10px;
}
.arrow_box:before {
	border-color: rgba(0, 0, 0, 0);
	border-top-color: #;
	border-width: 16px;
	margin-left: -16px;
}

.primary_right {
	float: right;
	height: 35px;
	text-align: left;
}

.primary_right a {
	color: #FFF;
}

.primary_pulldown {
	float: right;

}

.primary_left p.arrow_box2 a:link {
	color: #FFF;
}

.primary_left p.arrow_box2 a:visited {
	color: #FFF;
}

.primary_left p.arrow_box2 a:hover {
	color: #FFF;
}

p.primary_cart {
	float: left;
	height: 35px;
	background: url("../img/icon_cart.png") no-repeat left center;
	margin-right: 20px;
	padding-left: 25px;
	font-size: 13px;
	color: #FFF;
	line-height: 35px;
}

p.primary_login {
	float: left;
	height: 35px;
	background: url("../img/icon_login.png") no-repeat left center;
	margin-right: 20px;
	padding-left: 25px;
	font-size: 13px;
	color: #FFF;
	line-height: 35px;
}

p.primary_user {
	float: left;
	height: 35px;
	background: url("../img/icon_men.gif") no-repeat left center;
	margin-right: 20px;
	padding-left: 25px;
	font-size: 13px;
	color: #FFF;
	line-height: 35px;
}

.btn {
	position: relative;
	float: left;
	margin-right: 10px;
    top: 50%;
    color: #FFF;
    font-size: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#header_second {
	width: 1000px;
	height: 95px;
	margin: 0 auto;
	background: #D01010;
	z-index: 9998;
}


#logo_area {
	float: left;
	width: 200px;
	height: 95px;
	margin-right: 30px;
	z-index: 9998;
}

#logo_area img {
	margin-top: 20px;
}

/* プライマリープルダウン  */
ul.menu li {
    float: right;
    list-style: none;
    margin:0;
    padding:0;
    font-size:14px;
    position: relative;
    height: 35px;/*親メニューの高さ*/
    line-height: 35px;
    background:#FF818D;/*親メニューの背景色*/
    color: #4D4D4D;/*親メニューの文字色*/
    text-align:center;
}
ul.menu li a {
    color: #FFF;
    display: block;
    text-decoration: none;
}
ul.menu li:hover, ul.menu li a:hover {
    background: #FFF;/*ホバー時の親メニューの背景色*/
    color:#fff;/*ホバー時の親メニューの文字色*/
}
ul.menu li ul {
    position: absolute;
    top: 35px;/*親メニューの高さと同じにする*/
    z-index: 100;
}
ul.menu li ul li {
    visibility: hidden;
    overflow: hidden;
    width: 100px;/*サブメニューの幅*/
    height: 0;
	background: #990000;
	font-size: 11px;
	text-align: left;
	padding-left: 20px;
}
ul.menu li ul li:hover, ul.menu li ul li a:hover {
    background:#000;/*ホバー時のサブメニューの背景色*/
	color:white;
}
ul.menu li:hover ul li, ul.menu li a:hover ul li{
    visibility: visible;
    overflow: hidden;
    height:35px;/*サブメニューの高さ*/
    z-index: 10;
}
ul.menu * {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#bar {
	width: 100%;
	height: 56px;
	background: #D01010;
}
div.primary_right p,div.primary_left p {font-size:11px;}


/*===============================================
●ヘッダー2
===============================================*/


#chenge {
	width: 100%;
	height: 75px;
	margin-top: -130px;
	background: #D01010;
	z-index: 9998;
	position: fixed;
	display: none;
	font-size: 14px;
	font-family: "Maven Pro", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}


#chenge #header_first {
	width: 100%;
	height: 35px;
	background: #BB0000;
	z-index: 9998;
}

#chenge .primary_area {
	width: 1000px;
	height: 35px;
	margin: 0 auto;
	background: #BB0000;
	z-index: 9998;
}

#chenge .primary_left {
	float: left;
	width: 200px;
	height: 35px;
	z-index: 9998;
}

#chenge .arrow_box2 {
	float: left;
	height: 35px;
	margin-left: 10px;
	font-size: 13px;
	color: #FFF;
	line-height:32px;
}

#chenge .arrow_box {
	position: relative;
	float: left;
	width: 83px;
	height: 18px;
	margin-top: 5px;
	padding-top: 5px;
	background: #990000;
	color: #FFF;
	font-size: 13px;
	text-align: center;
	border-radius: 4px;        /* CSS3草案 */
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 4px;   /* Firefox用 */
}
#chenge .arrow_box:after, .arrow_box:before {
	top: 80%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#chenge .arrow_box:after {
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #990000;
	border-width: 10px;
	margin-left: -10px;
}
#chenge .arrow_box:before {
	border-color: rgba(0, 0, 0, 0);
	border-top-color: #;
	border-width: 16px;
	margin-left: -16px;
}

#chenge .primary_right {
	float: right;
	height: 35px;
	text-align: left;
}

#chenge .primary_pulldown {
	float: right;

}

#chenge p.primary_cart {
	float: left;
	height: 35px;
	background: url("../img/icon_cart.png") no-repeat left center;
	margin-right: 20px;
	padding-left: 25px;
	font-size: 13px;
	color: #FFF;
	line-height: 35px;
}

#chenge p.primary_login {
	float: left;
	height: 35px;
	background: url("../img/icon_login.png") no-repeat left center;
	margin-right: 20px;
	padding-left: 25px;
	font-size: 13px;
	color: #FFF;
	line-height: 35px;
}

#chenge p.primary_user {
	float: left;
	height: 35px;
	background: url("../img/icon_men.png") no-repeat left center;
	margin-right: 20px;
	padding-left: 25px;
	font-size: 13px;
	color: #FFF;
	line-height: 35px;
}

#chenge .btn {
	position: relative;
	float: left;
	margin-right: 10px;
    top: 50%;
    color: #FFF;
    font-size: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#chenge #header_second {
	width: 1000px;
	height: 40px;
	margin: 0 auto;
	background: #D01010;
	z-index: 9998;
}


#chenge #logo_area {
	float: left;
	width: 200px;
	height: 40px;
	margin-right: 30px;
	z-index: 9998;
}

#chenge #logo_area img {
	margin-top: 10px;
}

/* プライマリープルダウン  */
ul.menu li {
    float: right;
    list-style: none;
    margin:0;
    padding:0;
    font-size:14px;
    position: relative;
    height: 35px;/*親メニューの高さ*/
    line-height: 35px;
    background:#FF818D;/*親メニューの背景色*/
    color: #4D4D4D;/*親メニューの文字色*/
    text-align:center;
}
ul.menu li a {
    color: #FFF;
    display: block;
    text-decoration: none;
}
ul.menu li:hover, ul.menu li a:hover {
    background: #FFF;/*ホバー時の親メニューの背景色*/
    color:#fff;/*ホバー時の親メニューの文字色*/
}
ul.menu li ul {
    position: absolute;
    top: 35px;/*親メニューの高さと同じにする*/
    z-index: 100;
}
ul.menu li ul li {
    visibility: hidden;
    overflow: hidden;
    width: 120px;/*サブメニューの幅*/
    height: 0;
	background: #990000;
	font-size: 11px;
	text-align: left;
	padding-left: 20px;
}
ul.menu li ul li:hover, ul.menu li ul li a:hover {
    background:#000;/*ホバー時のサブメニューの背景色*/
	color:white;
}
ul.menu li:hover ul li, ul.menu li a:hover ul li{
    visibility: visible;
    overflow: hidden;
    height:35px;/*サブメニューの高さ*/
    z-index: 10;
}
ul.menu * {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#bar {
	width: 100%;
	height: 56px;
	background: #D01010;
}
div.primary_right p,div.primary_left p {font-size:11px;}


/*===============================================
●フッター
===============================================*/
#footer_wrap {
	width: 100%;
	height: 120px;
    background: #CC0000;
}

#footer_area {
	width: 1000px;
	height: 120px;
	margin: 0 auto;
}

.footer_logo {
	float: left;
    margin-right: 25px;
    margin: 50px 30px 0 0;
}

.footer_copyright {
	float: left;
    margin: 60px 0 0;
    font-size: 13px;
    color: #FFF;
}




/*===============================================
●コンテンツ
===============================================*/
#contents_wrap {
	width: 1060px;
	min-width: 320px;
	margin: 40px auto 50px;
	background: #FFF;
}

#contents_wrap2 {
	width: 1060px;
	margin: 0 auto;
	padding-top: 30px;
}

#contents {
	width: 1000px;
	margin: 0 auto;
}

.side {
	float: left;
	width: 200px;
	margin-right: 30px;
}

.main {
	float: left;
	width: 770px;
}

.hd_items ul {
	margin-botomm: 5px;
    overflow: hidden;
}
.hd_items ul li  {
	float:left;
	list-style:none;
}


/*===============================================
●ショッピングガイド
===============================================*/

#shop_guide_wrap {
	width: 100%;
	background: #EFEFEF;
}


#shop_guide_area {
	width: 1000px;
	margin: 0 auto;
	padding: 40px 0;
	letter-spacing:1px;
	line-height:1.6;
}

.bn_area {
	width: 960px;
	height: 300px;
	margin: 30px 0;
	padding: 0 20px;
	background: url("../img/bg_shop_guide.png") no-repeat;

}

.bn_area img {
    margin: 20px 0 0;
}

ul#detail_area {
  list-style: none;
  padding: 0;
  width: 1035px;
  height:100px;
  margin: 15px -35px 0 0;
  overflow: hidden;
}

ul#detail_area li {
  float: left;
  width: 310px;
  margin-right: 35px;
}

ul#detail_area li p {
	margin: 10px 0;
	color: #333333;
	font-size: 12px;
	line-height: 20px;
}

/*===============================================
●商品検索
===============================================*/

#search_area {
	width: 200px;
}

.search_btn_area {
	width: 200px;
	margin-top: 20px;
	padding: 20px 0;
	background: #EFEFEF;
	text-align: center;
}

.search_btn_area p {
	margin-bottom: 10px;
	font-size: 13px;
}


/*===============================================
●カテゴリー
===============================================*/

#category_area {
	width: 200px;
	text-align: center;
}

#category_area ul {
	list-style: none;
	margin-bottom: 20px;
}

#category_area ul li {
	width: 200px;
	height: 40px;
}

#category_area ul li a:link {
	display: block;
	/* padding-left: 10px; */
	color: #666666;
	background: #FFF;
	font-size: 13px;
	text-decoration: none;
	text-align: left;
	line-height: 30px;
	-webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
}

#category_area ul li a:visited {
	display: block;
	/* padding-left: 10px; */
	color: #666666;
	background: #FFF;
	font-size: 13px;
	text-decoration: none;
	text-align: left;
	line-height: 30px;
}

#category_area ul li a:hover {
	display: block;
	/* padding-left: 10px; */
	color: #FFF;
	background: #CC0000;
	font-size: 13px;
	text-decoration: none;
	text-align: left;
	line-height: 30px;
}

#category_area ul li a:hover > p.cate {
	color:#FFF;
}

#category_area ul li a:hover > img {
	filter:alpha(opacity=1.0);
	-moz-opacity: 1.0;
	opacity: 1.0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#category_area ul li.master {
	width: 200px;
	height: 30px;
}




#category_area p.title {
	width: 180px;
	height: 35px;
	padding-left: 20px;
	background: #CCC;
	font-size: 12px;
	text-align: left;
	line-height: 35px;
	margin-bottom:10px;
}

#category_area ul li.master a:visited {
	display: block;
	padding-left: 10px;
	color: white;
	font-size: 13px;
	text-decoration: none;
	text-align: left;
	line-height: 30px;
}

#category_area ul li.master a:link {
	background: url("../img/cat_after.png") no-repeat;
	color: #FFF;
	-webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
	padding-left: 10px;
}

#category_area ul li.master a:hover {
	display: block;
	padding-left: 10px;
	background: url(../img/bg_black.gif) no-repeat;
	font-size: 13px;
	text-decoration: none;
	text-align: left;
	line-height: 30px;
}

#category_area ul li img {
	width:200px;
	height:35px;
	display:block;
}

#category_area ul li p.cate {
	padding-left: 10px;
	color: #666666;
	font-size: 13px;
	text-decoration: none;
	text-align: left;
	line-height: 35px;
}



/*===============================================
●ダイショーメニュー
===============================================*/

#side_menu {
	width: 200px;
	text-align: center;
}

#side_menu a:link img {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:alpha(opacity=100);
}


/*===============================================
●カレンダー
===============================================*/

#carender_area {
	width: 200px;
	text-align: center;
}

.cal_comment {
	width: 200px;
	background: #EFEFEF;
}

.cal_comment p {
	padding: 10px;
	font-size: 13px;
	text-align: left;
	line-height: 15px;
}

/*===============================================
●新商品,おすすめ商品
===============================================*/
#new_item {
	width: 770px;
	height: 320px;
}

#recommend_item {
	width: 770px;
	height: 250px;
}


/*===============================================
●新着情報
===============================================*/
#infomation {
	width: 770px;
}

#infomation ul {
	width: 768px;
	height: 150px;
	list-style: none;
	overflow-y: scroll;
	overflow-x: hidden;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

#infomation ul li {
	width: 750px;
	height: 25px;
	margin: 10px 0 10px 20px;
}

.news_date {
	float: left;
	width: 80px;
	margin-left: 10px;
	font-size: 15px;
	line-height: 20px;
}


.news_status {
	float: left;
	width: 45px;
	margin-left: 10px;
}

.news_comment {
	float: left;
	width: 585px;
	margin-left: 20px;
	font-size: 15px;
	line-height: 20px;
}
/*===============================================
●ランキング
===============================================*/
#ranking {
	width:770px;
	height: 280px;
}
#ranking ul {padding:10px 0px 0px 0px;list-style:none;width:770px;}
#ranking ul li {float:left;width:154px;height:240px; position:relative;text-align:center;}
#ranking ul li p{height:35px;text-align:left;font-size:10px; line-height:14px !important;margin:0px;padding:5px 3px 5px 32px;margin-bottom:1px;}
#ranking ul li .r_name1{background:url(../img/hd_r1.png) 5px 5px no-repeat ; z-index:1;}
#ranking ul li .r_name2{background:url(../img/hd_r2.png) 5px 5px no-repeat ; z-index:1;}
#ranking ul li .r_name3{background:url(../img/hd_r3.png) 5px 5px no-repeat; z-index:1;}
#ranking ul li .r_name4{background:url(../img/hd_r4.png) 5px 5px no-repeat; z-index:1;}
#ranking ul li .r_name5{background:url(../img/hd_r5.png) 5px 5px no-repeat; z-index:1;}
#ranking ul li img{height:150px; width:150px;}


/*===============================================
●バナーエリア
===============================================*/

#bn_area {
	width: 770px;
}

#bn_area p {
	float: left;
	width: 255px;
	height: 237px;
	border-left: 1px solid #D5D5D5;
	border-bottom: 1px solid #D5D5D5;
}

#bn_area_health p {
	float: left;
	width: 255px;
	height: 237px;
}

#bn_area p.border {
	float: left;
	width: 254px;
	height: 237px;
	border-right: 1px solid #D5D5D5;
	border-bottom: 1px solid #D5D5D5;
	border-top: 1px solid #D5D5D5;
}

#bn_area p.sea {
	float: left;
	width: 128px;
	height: 190px;
	border: none;
	/*border-left: 1px solid #D5D5D5;
	border-bottom: 1px solid #D5D5D5;*/
}

#bn_area_health p.health {
	float: left;
	width: 256px;
	height: 174px;
	border: none;
	/*border-left: 1px solid #D5D5D5;
	border-bottom: 1px solid #D5D5D5;*/
}

#bn_area_health p.border {
	float: left;
	width: 384px;
	height: 237px;
	border-bottom: 1px solid #D5D5D5;
	border-top: 1px solid #D5D5D5;
}

#bn_area1 {
	width: 770px;
}

#bn_area1 p {
	float: left;
	width: 255px;
	height: 237px;
/*	border-left: 1px solid #D5D5D5;
	border-bottom: 1px solid #D5D5D5;
*/
}

#bn_area1 p.border {
	float: left;
	width: 255px;
	height: 237px;
	border-right: 1px solid #D5D5D5;
	border-bottom: 1px solid #D5D5D5;
}

#bn_area1 p.sea {
	float: left;
	width: 128px;
	height: 257px;
	border: none;
	/*border-left: 1px solid #D5D5D5;
	border-bottom: 1px solid #D5D5D5;*/
}

#bn_area1 p.health {
	float: left;
	width: 256px;
	height: 174px;
	border: none;
	/*border-left: 1px solid #D5D5D5;
	border-bottom: 1px solid #D5D5D5;*/
}

#bn_area1 p.health_top {
	float: left;
	width: 385px;
	height: 237px;
	border: none;
	/*border-left: 1px solid #D5D5D5;
	border-bottom: 1px solid #D5D5D5;*/
}

#bn_area2 {
	width: 770px;
}

#bn_area2 p.bn_left {
	float: left;
	margin-right: 22px;
}

#bn_area2 p.bn_right {
	float: left;
}


#bn_area3 {
	width:770px;
}

#bn_area3 .waku {
	width:734px;
	padding:18px;
}

#bn_area3 .picup {
	border:#CCC solid 1px;
	padding: 10px;
	text-align:center;
	width:150px;
	height:165px;
	float:left;
	margin-right:15px;
	margin-bottom:10px;
}

#bn_area3 .picup_r {
	border:#CCC solid 1px;
	padding: 10px;
	text-align:center;
	width:150px;
	height:165px;
	float:left;
	margin-bottom:10px;
}

/*#bn_area3 .picup img, #bn_area3 .picup_r img {
	width:150px;
}*/

#bn_area3 p {
	font-size:12px;
	color:#666;
	line-height: 16px;
}

#bn_area3 p .price {
	color:#C00;
}


/*===============================================
●安心安全への取り組み
===============================================*/

#safe_area_wrap {
	width: 770px;
}

.safe_left {
	float: left;
	width: 410px;
	margin-right: 20px;
	padding-left: 20px;

}

.safe_left p {
	font-size: 13px;
	color: #999999;
	line-height: 25px;

}

.safe_right {
	float: right;
	width: 320px;
}

/*===============================================
●ページトップへ戻る
===============================================*/
#pageTop {
	width: 1000px;
	margin: 0 auto;
	text-align: right;
}


.btn02 {
    text-align: center;
    display: block;
    margin: 0 auto;
    text-decoration: none;
}


.animated {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
}
.animated_ {
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
	animation-delay: 3s;
	-webkit-animation-delay: 3s;
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
    40% {-webkit-transform: translateY(-12px);}
    60% {-webkit-transform: translateY(-10px);}
	80% {-webkit-transform: translateY(-5px);}
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-12px);}
    60% {transform: translateY(-10px);}
	80% {transform: translateY(-5px);}
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
}

.shake_animated {
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
	animation-delay: 5s;
	-webkit-animation-delay: 5s;
}

@-webkit-keyframes shake {
    0%, 100% {-webkit-transform: translateX(0);}
    10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-5px);}
    20%, 40%, 60%, 80% {-webkit-transform: translateX(3px);}
}
@keyframes shake {
    0%, 100% {transform: translateX(0);}
    10%, 30%, 50%, 70%, 90% {transform: translateX(-5px);}
    20%, 40%, 60%, 80% {transform: translateX(3px);}
}
.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}
/*===============================================
●その他
===============================================*/
img.vertiB {vertical-align:bottom;}


/*===============================================
●ページトップ
===============================================*/

#back-top {
    position: fixed;
    bottom: 0;
    z-index: 999;
    right: 0;
}

#back-top a {
    width: 50px;
    height: 60px;
    display: block;
    text-align: center;
    text-decoration: none;
}

/*===============================================
●年末年始の営業
===============================================*/

.newyear {
	width: 990px;
	margin-bottom: 30px;
	border: 5px solid #CC0000;
}

.newyear p {
	padding: 20px;
	line-height: 20px;
	font-size: 14px;
	letter-spacing: 0.1em;
}

.newyear span {
	color: #CC0000;
}



/*===============================================
●商品ページのキャッチの画像
===============================================*/

#itemDetail-cont .itemOutline h1 {
	background: url(/img/zaiko.jpg) no-repeat top 10px left;
    padding: 90px 0 10px 0;
}



/*===============================================
●トップ/ぴょこたん気になるランキング
===============================================*/

#P_rank {width:724px; border:3px #CC0000 solid; padding:20px; color:#B20000; text-align:left;}
#P_rank h2 {margin:0 auto;}
.maginL20 { margin-left:20px;}
.maginB0 { margin-bottom:0px;}

#P_rank .rank10 .top ,#P_rank .rank10 .middle{width:730px; margin-bottom:20px;}
#P_rank .rank10 .image {position: absolute;bottom: 20px;width:313px;}
#P_rank .rank10 .image img,#P_rank .rank10 .image_mid img ,#P_rank .rank10 .image_small img{display:block; margin:0 auto;}
#P_rank .rank10 .image_mid {position: absolute;bottom: 20px;width:190px;}
#P_rank .rank10 .image_small {position: absolute;bottom: 10px;width:110px;}
#P_rank .rank10 .item img {margin:0 auto;}

/*1～2位*/
#P_rank .rank10 .top .item {width:313px; height:430px; padding:0 20px 20px 20px;  border:1px #CC0000 solid; position:relative;}
#P_rank .rank10 .top .item p.number {color:#FAF3D7; font-size:38px; position:absolute; left:45px;top: 5px;}
#P_rank .rank10 .top .item p.name {font-size:20px; width:235px; float: right; line-height: 22px;margin-top: 10px;}
#P_rank .rank10 .top .item p.name span {font-size:15px;}
/*3～5位*/
#P_rank .rank10 .middle .item {width:188px; height:365px; padding:0 20px 20px 20px;  border:1px #CC0000 solid; position:relative;}
#P_rank .rank10 .middle .item p.number {color:#FAF3D7; font-size:30px; position:absolute; left:35px;top: 5px;}
#P_rank .rank10 .middle .item p.name {font-size:20px; line-height: 22px;}
#P_rank .rank10 .middle .item p.name span {font-size:15px;}
/*6～10位*/
#P_rank .rank10 .bottom .item {width:108px; height:270px; padding:0 10px 10px 10px;  border:1px #CC0000 solid; position:relative;}
#P_rank .rank10 .bottom .item p.number {color:#FAF3D7; font-size:15px; position:absolute; left:20px;top: 3px;}
#P_rank .rank10 .bottom .item p.number10 {color:#FAF3D7; font-size:15px; position:absolute; left:16px;top: 3px;}
#P_rank .rank10 .bottom .item p.name {font-size:13px; line-height:15px;}
#P_rank .rank10 .bottom .item p.name span {font-size:11px;}




/*===============================================
●右バナー
===============================================*/
/* フローティングバナー */
a.Side_Banner {
 position: fixed;
 display: inline-block;
 transition: all .2s ease;
 z-index: 9999;
 right:0;
 width:250px;
}

a.Side_Banner.right { right: -25px;} /*マウスを乗せた時に出てくる幅*/
a.Side_Banner.right:hover{ right: 0;}
