@charset "utf-8";

/*
	File Name   : layout.css
	Description : 各ブロックのレイアウト
*/

/*------------------------------------------------------*/



/* Body setting
----------------------------------------------------------- */
body {
	color: #333;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-style: normal;
	font-size: 12px;
	line-height:1.5;
	text-align: center;

}

/*
1.2rem = 12px , 1.4rem = 14px , 1.6rem= 16px
*/

.sp_view{
	display: none;
}
.pc_view{
	/**/
}

/* Container
----------------------------------------------------------- */
#container{
	min-width:1000px;
	overflow:hidden;
	text-align: center;
	background:#fff;
}

body#top #container{
	background:#fff url(../../img/common/contents_bg.png) 50% 198px no-repeat;	
}


#mainte #container{
	background:#fff url(../../img/common/contents_bg.gif) 50% 0px no-repeat;
}


/* Header
----------------------------------------------------------- */
body#top header {
	position:relative;
	position:fixed;
	background:#fff url(../../img/common/header_bg.png) 0 0 repeat-x;
	min-width:1000px;
	top:0;
	left:0;
	width:100%;
}

/* header追従用 */
body#top #container,
body#top #container.fixed{
	padding-top:245px !important;
}


/* Header
----------------------------------------------------------- */
header {
	position:relative;
	
	background:#fff url(../../img/common/header_bg.png) 0 0 repeat-x;
	min-width:1000px;
	
}



/* header追従用 */
#container.fixed{
	padding-top:245px !important;
}


header.fixed{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:999;
	border-bottom:1px solid #F1E9D8;
	/**/
   transition: .3s;
}

header.fixed #header_info,
header.fixed #g_navi_box,
header.fixed #header_flag_l,
header.fixed #header_flag_r{
	display:none;
}
/* END header追従用 */



#header_in{
	position:relative;
	width:1000px;
	margin:0 auto;
	text-align:left;


}

#header_catch_txt{
	padding-top:17px;
	color:#333;
	font-size:10px;
	font-weight:normal;
	line-height:1.3;
	min-height:40px;
	
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	margin-bottom:0;
}

#header_flag_l{
	width:534px;
	height:76px;
	position:absolute;
	top:-3px;
	left:-534px;
	z-index:100;
	background:url(../../img/common/header_flag_l.png) 0 0 no-repeat;
}
#header_flag_r{
	width:534px;
	height:76px;
	position:absolute;
	top:-3px;
	right:-534px;
	z-index:101;
	background:url(../../img/common/header_flag_r.png) 0 0 no-repeat;
}

#header_other_navi1{
	overflow:hidden;
	position:absolute;
	top:16px;
	right:123px;
}
#header_other_navi1 li{
	float:left;
	padding:0 18px;
	background:url(../../img/common/header_navi_line.png) 0 45% no-repeat;
}
#header_other_navi1{
	background:url(../../img/common/header_navi_line.png) 100% 45% no-repeat;
}
#header_other_navi1 li a{
	color: #101010;
}
#header_other_navi2{
	position:absolute;
	top:6px;
	right:0px;
	z-index: 2;
}
#header_other_navi2 li{

}
#header_btn_cart{
	position:relative;
}
#header_btn_cart > a{
	background:url(../../img/common/header_btn_cart.png) 0 0 no-repeat;
	display:block;
	width:105px;
	height:109px;
	
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	padding:0;
	text-align:left;
	
	color:#fff !important;
	font-size:15px;
	line-height:1;
}
#header_btn_cart > a:hover{
	text-decoration:none !important;
	
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

#header_btn_cart > a #header_btn_cart_num{
	font-size:10px;
	padding: 3px;
	color:#FF7936;
	background: #FFFF65;
	border: 2px solid #FF864B;
	border-radius: 5px;
	position: absolute;
	top: 8px;
	right: -3px;
}


#header_btn_cart > a #header_btn_txt{
	color:#FFFF4C;
	font-size:14px;
}

#sp_header_menu_btn{
	display:none;
}


/* ============================ */

#cart_drop{
	display:none;
	/**/
	position:absolute;
	top:50px;
	right:2px;
	z-index:1000;
	
	background:#fff;
	border:5px solid #FFA701;
	
	box-shadow: 0px 2px 2px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.4);
	-o-box-shadow: 0px 2px 2px rgba(0,0,0,0.4);
	-ms-box-shadow: 0px 2px 2px rgba(0,0,0,0.4);
}

#cart_drop_num{
	text-align:center;
	padding:5px;
	border-bottom:1px solid #FFA701;
	margin-bottom:0;
	font-size:13px;
	font-weight:bold;
	background:#FFFFCE;
}
#cart_drop_num strong{
	font-size:18px;
	color:#FF3F00;
	display:inline-block !important;
	padding:0  3px;
}

#cart_drop_in{
	overflow:auto;
}

#cart_drop a{
	display:block;
	text-decoration:none !important;
}
#cart_drop a:hover{
	background:#FFF7E8;
}
#cart_drop dl{
	padding:10px 10px 5px 10px;
	overflow:hidden;
	border-bottom:1px dotted #ccc;
}
#cart_drop dl dt{
	float:left;
}
#cart_drop dl dd{
	padding-left:70px;
}
#cart_drop dl dd span{
	display:block;
}


#cart_drop dl dd span.cart_drop_item_name{
	color:#FF3F00;
}
#cart_drop dl dd span.cart_drop_item_count{
	color:#333;	
}
#cart_drop dl dd span.cart_drop_item_option{
	color:#666;	
	font-size:12px;
}
#cart_drop dl dd span.cart_drop_item_value{
	text-align:right;
	color:#333;	
}

#cart_drop_more{
	text-align:center;
	padding:10px 5px 0px;
}

#cart_drop_btn{
	padding:3px 10px 10px;
	margin-bottom:0;
}

/*===========================*/

#header_in2{
  position:relative;
  height: 114px;
}

#header_in2 #logo{
	padding-top: 38px;
		
}

#header_in2 ul{
	overflow:hidden;
	position:absolute;
	top:10px;
	right:117px;
}
#header_in2 ul li{
	float:left;
}

#header_in2 ul li.keyword-wrap{
	float:none;
	clear: both;
	padding-top: 6px;
	position: relative;
	width: 260px;
	display: block;
}

#header_in2 ul li.keyword-wrap #search_btn {
	position: absolute;
	top: 14px;
	right: 8px;
}

#header_in2 ul li.keyword-wrap input[type="text"]{
	border:1px solid #E7D6B8;
	background: #FFF8EC;
	padding:8px;
	border-radius: 1;
	-webkit-appearance: none;
	width: 242px;
}



/* header_info
----------------------------------------------------------- */
#header_info{
	background:url(../../img/common/header_info_bg.png) 0 0 repeat;
	height:45px;
	min-width:1000px;
	text-align:left;
}

#header_info_in{
	width:1000px;
	margin:0 auto;
	overflow:hidden;
	
	
}

#header_info_detail{
	margin-top:8px;
	float:left;
	background-size:70px auto;
	padding-left:0;
	min-height:28px;
	
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	padding-top:5px;
	
	width:800px;
}

#topics_path {
    text-align: left;
    font-size: 13px !important;
    line-height: 1.4;
    margin-bottom: 20px;
}

#header_sns_box{
	padding-top:15px;
	float:right;
}

.ticker ul {
	width: 100%;
	position: relative;
	font-size:14px;
	height:1.5em;
	overflow:hidden;
}

.ticker ul li {
	width: 100%;
}
.ticker ul li a{
	color:#333;
	text-decoration: underline;
}

.ticker ul li a:hover{
	text-decoration: none;
}

#sp-menu{
	display: none;
}

#getman_banner{
	position:fixed;
	top:150px;
	right:0;
	z-index:1000;
}


#cart_fixed{
	position:fixed;
	top:364px;
	right:0;
	z-index:1001;
}


#pagetop_fixed{
	position:fixed;
	top:530px;
	right:0;
	z-index:1002;
}


.ticker ul {
	width: 100%;
	position: relative;
	font-size:14px;
	height:1.5em;
	overflow:hidden;
}

.ticker ul li {
	width: 100%;
}
.ticker ul li a{
	color:#333;
	text-decoration: underline;
}

.ticker ul li a:hover{
	text-decoration: none;
}

#sp-menu{
	display: none;
}

#getman_banner{
	position:fixed;
	top:150px;
	right:0;
	z-index:1000;
}


#cart_fixed{
	position:fixed;
	top:364px;
	right:0;
	z-index:1001;
}


#pagetop_fixed{
	position:fixed;
	top:530px;
	right:0;
	z-index:1002;
}


/* globalNavi
----------------------------------------------------------- */

#header_in2 ul#g_navi{
	overflow:hidden;
	position: absolute;
	top: 0;
	left: 220px;
}
#g_navi li{
	float:left;
}
#g_navi li a{
	display:block;
}

#g_navi li#g_n1 a{
	width:105px;
}
#g_navi li#g_n2 a{
	width:142px;
}
#g_navi li#g_n3 a{
	width:121px;
}
#g_navi li#g_n4 a{
	width:121px;
}
#g_navi li a:hover img{
	visibility:hidden;
}

#g_navi li#g_n2{
	background:url(../../img/common/g_navi2_o.png) 0 0 no-repeat;
}
#g_navi li#g_n3{
	background:url(../../img/common/g_navi3_o.png) 0 0 no-repeat;
}
#g_navi li#g_n4{
	background:url(../../img/common/g_navi4_o.png) 0 0 no-repeat;
}

/* G navi Other*/
#g_navi li#g_n_other1,
#g_navi li#g_n_other2{
	display:none;
}


body#top #g_navi li#g_n1 img,
body#event #g_navi li#g_n2 img,
body#novelty #g_navi li#g_n3 img,
body#petitgift #g_navi li#g_n4 img{
	visibility:hidden;
}

#g_navi_banner{
	float:right;
	overflow:hidden;
}
#g_navi_banner li{
	float:left;
	margin-left:7px;
}
#g_navi_banner li:first-child{
	margin-left:0 !important;
}


/* cate_ttl
----------------------------------------------------------- */
.cate_ttl_wrap{
	background:url(../../img/common/cate_ttl_bg_red.png) 0 0 no-repeat;
	background-size:100% 60px;
	padding:1px 0px;
	
	min-width:1000px;
}

.cate_ttl{
	border-top:1px dotted #FFAEAC;
	border-bottom:1px dotted #FFAEAC;
	text-align:left;
}

.cate_ttl p{
	position:relative;
	
	width:1000px;
	margin:0 auto;
	height:56px;
	
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	
	padding-top:18px;
	font-weight:bold;
	font-size:22px;
	vertical-align:middle;
	color:#fff;
	line-height:1;
}

.cate_ttl p .cate_ttl_detail{
	font-size:14px;
	font-weight:normal;
	display:inline;
	padding-left:20px;
	
}
.cate_ttl p .cate_ttl_img{
	position:absolute;
	top:0px;
	right:0;
}

.cate_ttl p a{
	color:#fff;
}
.cate_ttl p a:hover{
	text-decoration:none;
}


/* content-main
----------------------------------------------------------- */
#contents{
	width:1000px;
	margin:0 auto;
	padding-top:20px;
	
	min-height:650px;
}

#main{
	position:relative;
	width:587px;
	float:left;
	text-align:left;
	
	font-size: 14px;
}

#main-wide{
	position:relative;
	width:758px;
	float:left;
	text-align:left;
	
	font-size: 14px;
}

#main.main_large{
	width:750px;
	/*float:right;*/
	float:left;
}

body#top #main{
	width:750px;
	float:left;
	margin-bottom:40px;
}

body#mainte #main{
	width:100%;
	text-align:center;
	padding-top:200px;
	float:none;
}


#main .page_desc{
	margin-top:20px;
	margin-bottom:0px;
}
#main .page_desc p{
	margin-bottom:0px;
}


#cart_btn_wrap{
	position:relative;
}
#pc_cart_motion{
	display:none;
	/**/
	position:absolute;
	top:-60px;
	left:-205px;
	width:203px;
	height:146px;
	background:url(../../img/common/cart_motion.gif) 0 0 no-repeat;
	z-index:50;
}




/* side (R)
----------------------------------------------------------- */
#side_r{
	width:150px;
	float:right;
	text-align:left;
	margin-left:13px;
}

#side_r .over_banner{
	margin-bottom:10px;
}
#side_r ul li{
	margin-bottom:5px;
}


/* スタッフのオススメ週刊ランキング */
#side_r .side_r_ttl{
	margin-bottom:0;
}

#side_staff_osusume_box{
	border-left:1px solid #E99A8A;
	border-right:1px solid #E99A8A;
	margin-bottom:20px;
}
#side_staff_osusume_box li{
	border-bottom:1px solid #E99A8A;
	padding:9px;
	background:#FFF3EE;
	margin:0 !important;
}
#side_staff_osusume_box li a{
	display:block;
	color:#333;
	text-decoration:none !important;
}
#side_staff_osusume_box li:first-child{
	background:#FFFADC;
}
#side_staff_osusume_box li p{
	margin-bottom:5px;
}
#side_staff_osusume_box li figure{
	display:block;
	margin-bottom:5px;
}

#side_staff_osusume_box li a dt{
	color:#FF3F00;
}
#side_staff_osusume_box li a dd{
	color:#333333;
}


/* 今月のお買い得商品 */
#side_okaidoku_box{
	border-left:1px solid #E99A8A;
	border-right:1px solid #E99A8A;
	margin-bottom:20px;
	background:#FFFADC;
}
#side_okaidoku_box li{
	border-bottom:1px solid #E99A8A;
	padding:9px;
	margin:0 !important;
}
#side_okaidoku_box li a{
	display:block;
	color:#333;
	text-decoration:none !important;
}

#side_okaidoku_box li a dt{
	color:#0000D8 !important;
	font-weight:bold;	
}
#side_okaidoku_box li a dd{
	color:#FF3F00 !important;
	margin-bottom:5px;
}

#side_okaidoku_box figure{
	display:block;
	text-align:center;
	margin-bottom:5px;	
}
#side_okaidoku_box s{
	display:block;
	text-align:center;
	font-size:13px;
	font-weight:bold;
}
#side_okaidoku_box p{
	margin-bottom:0;
}
#side_okaidoku_box p.side_okaidoku_value{
	font-size:12px;
	text-align:center;
	color:#FF3F00;
}
#side_okaidoku_box p.side_okaidoku_value strong{
	font-size:16px;
	font-weight:bold;
}


/* 今月のゲーム景品 */
#side_game_box{
	background:#FFFADC;	
	margin-bottom:30px;
}
#side_game_box li{
	border-bottom:1px dotted #FF6600;
	margin:0 !important;
}
#side_game_box li a{
	display:block;
	color:#FF3F00 !important;
	text-decoration:none !important;
	padding:8px;
}
#side_game_box li dl{
	overflow:hidden;
}
#side_game_box li dl dt{
	float:left;
}
#side_game_box li dl dd{
	padding-left:70px;
}


/* 今月のオススメノベルティ */
#side_osusume_novelty_box{
	border-left:1px solid #A1D600;
	border-right:1px solid #A1D600;
	margin-bottom:30px;
	background:#FFFADC;
}
#side_osusume_novelty_box li{
	border-bottom:1px solid #A1D600;
	text-align:center;
	margin:0 !important;
}
#side_osusume_novelty_box li a{
	display:block;
	color:#FF3F00 !important;
	text-decoration:none !important;
	padding:10px;
}
#side_osusume_novelty_box li dt{
	margin-bottom:5px;
}


/* 今月のオススメ プチギフト */
#side_osusume_petitgift_box{
	border-left:1px solid #FFA1D0;
	border-right:1px solid #FFA1D0;
	margin-bottom:30px;
	background:#fff;
}
#side_osusume_petitgift_box li{
	border-bottom:1px solid #FFA1D0;
	text-align:center;
	margin:0 !important;
}
#side_osusume_petitgift_box li a{
	display:block;
	color:#FF3F00 !important;
	text-decoration:none !important;
	padding:10px;
}
#side_osusume_petitgift_box li dt{
	margin-bottom:5px;
}



/* 今週の人気アイテム */
#side_favorite_item_box{
	border-left:1px solid #14A1FF;
	border-right:1px solid #14A1FF;
	margin-bottom:30px;
	
}
#side_favorite_item_box li{
	border-bottom:1px solid #14A1FF;
	text-align:center;
	background:#FFEEFB;
	margin:0 !important;
}
#side_favorite_item_box li:first-child{
	border-bottom:1px solid #14A1FF;
	text-align:center;
	background:#FFFADC;
}
#side_favorite_item_box li a{
	display:block;
	color:#FF3F00 !important;
	text-decoration:none !important;
	padding:9px;
}
#side_favorite_item_box li dt{
	margin-bottom:5px;
}

#side_other_banner{
	padding-top:15px;
}


#side_r .side_r_banner{
	font-size:11px;
}




/* side (L)
----------------------------------------------------------- */
#side{
	width:220px;
	text-align:left;
	font-size:12px;
	padding-bottom:50px;
	/*
	margin-right:30px;
	*/
	margin-right:21px;
	
	float:left;
}

#side_otodoke{
	background:url(../../img/common/side_otodoke_bg.png) 0 0 no-repeat;
	width:220px;
	height:146px;
	
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	
	position:relative;
	margin-bottom:3px;
}
#side_otodoke p{
	position:absolute;
	bottom:32px;
	left:38px;
	line-height:1;
	font-size:25px;
	color:#FF3E00;
	margin-bottom:0;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#side_otodoke p strong{
	font-size:44px;
}

#side_otodoke_txt{
	margin-bottom:20px;
	font-size:12px;	
}
#side_otodoke_txt a{
	text-decoration:underline;
	color:#FF3E00 !important;
}
#side_otodoke_txt a:hover{
	text-decoration:none !important;
}

.side_ttl1{
	font-size:14px;
	color:#333;
	background:#F5F5F5;
	
	border-bottom:1px solid #EEEEEE;
	/*
	border-left:1px solid #EEEEEE;
	border-right:1px solid #EEEEEE;
	*/
	border-top:3px solid #009AFF;
	padding:9px 5px 9px 10px;
}

.side_ttl2{
	position:relative;
	font-size:14px;
	color:#fff;
	background:url(../../img/common/side_ttl_bg_blue.png) #009AFF 0 0 repeat-x;
	padding:1px;
}
#side .side_ttl2 span{
	display:block;
	/*border-top:1px dotted #87CFFF;*/
	padding:7px 5px 7px 10px;
}

#side .side_ttl2 span.icon_holiday{
	position:absolute;
	top:7px;
	right:7px;
	display:block;
	border:none !important;
	padding:5px;
	background:#FFF3EE;
	color:#D83500;
	line-height:1;
	font-weight:normal;
	font-size:12px;
}

#side_search{
	margin-bottom:10px;
}
#side_search form{
	padding:20px 20px 10px;
}
#side_search input[type="text"]{
	width:100%;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

#side_search_btn{
	padding-top:10px;
	text-align:center;
}
#side_search_btn a{
	display:inline-block;
	width:140px;
	background:#009AFF;
}

#side_keyword{
	overflow:hidden;
	padding:5px;
	background:#EBF7FF;
}
#side_keyword li{
	float:left;
	margin-right:10px;
}
#side_keyword li.one{
	float:none;
	text-align:center;
	margin-right:0px;
}
#side_keyword li a{
	color:#0098FF !important;
}


/* side_list_other */
ul.side_list_other{
	border-top:1px dotted #CCCCCC;
	margin-bottom:20px;
}
ul.side_list_other li{
	margin:0;
	border-bottom:1px dotted #CCCCCC;
}
ul.side_list_other a{
	display:block;
	padding:10px 10px 10px 27px;
	color:#333333 !important;
	background:#F5F5F5 url(../../img/common/arrow_blue.png) 5px 0.95em no-repeat;
}


/* side_list1 */
ul.side_list1{
	margin-bottom:20px;
}
ul.side_list1 li{
	margin:0;
	border-bottom:1px dotted #CCCCCC;
}
ul.side_list1 a{
	display:block;
	padding:10px 10px 10px 27px;
	color:#333333 !important;
	background:url(../../img/common/arrow_blue2.png) 5px 0.95em no-repeat;
}


/* side_list2 */
ul.side_list2{
	margin-bottom:20px;
}
ul.side_list2 li{
	margin:0;
	border-bottom:1px dotted #CCCCCC;
	line-height:1.3;
}
ul.side_list2 li a{
	display:table;
	width:100%;
	padding:10px 0px 10px 0px;
	
	color:#333333 !important;
}
ul.side_list2 li a span{
	display:table-cell;
	vertical-align:middle;
}
ul.side_list2 li a span:first-child{
	width:32px;
}


/* カレンダー */
#side_regular_holiday{
	
}

#side_regular_holiday ul{
	overflow:hidden;
	padding:10px 0px 0px;
}
#side_regular_holiday ul li{
	float:left;
	width:33%;
}

#side_regular_holiday ul li.cale_prev{
	text-align:left;
}
#side_regular_holiday ul li.cale_now{
	text-align:center;
}
#side_regular_holiday ul li.cale_next{
	text-align:right;
}

.calender_prev {
	background: url(../../img/common/calender_prev.png) left center no-repeat;
	padding-left: 17px;
}

.calender_next {
	background: url(../../img/common/calender_next.png) right center no-repeat;
	padding-right: 17px;
}


#side_regular_holiday table {
	width: 100%;
	margin: 10px auto;
	border-collapse:collapse;
	
	border:1px solid #fff;
}

#side_regular_holiday caption {
	margin: 0 0 5px;
	text-align: center;
}

#side_regular_holiday th {
	padding: 3px 0;
	border:1px solid #fff;
	color: #444;
	font-size: 11px;
	text-align: center;
	background: #F7F3EE;
}

#side_regular_holiday td {
	padding: 3px 0;
	border:1px solid #fff;
	color: #444;
	font-size: 11px;
	text-align: center;
	background: #F7F3EE;
}

#side_regular_holiday th.holiday,
#side_regular_holiday td.holiday {
	background: #FDE4E7;
	color:#D23F3F;
}

#side_regular_holiday th.saturday,
#side_regular_holiday td.saturday {
	background: #D6EFF6;
	color:#3489BF;
}

#side_regular_holiday td.today {
	background: #E8E0D7;
	color:#444;
}


#side_regular_holiday td.today {
}



#side_sns{
	padding:15px;
}
#side_security{
	padding:15px;
}
.small_text{
	font-size:10px;	
}
.addthis_toolbox{
	margin-bottom:10px;
	white-space:nowrap !important;
	overflow:hidden;
	width:135px !important;
}

#side_questionnaire{
	padding:10px;
	background:#f9f9f9;
	margin-bottom:20px;
}
#side_questionnaire li{
	margin-bottom:5px;
	overflow:hidden;
}
#side_questionnaire li input{
	margin-right:5px;
	vertical-align:middle;
}
#side_questionnaire .side_questionnaire_btn{
	text-align:center;
}

#side_questionnaire .side_questionnaire_btn a {
  display: inline-block;
  width: 140px;
  background: #666;
  color:#fff !important;
  padding:10px 0px;
}

#side_questionnaire_sp{
	display:none;
}



#side_review {
  height: 380px;
  overflow: auto;
  margin: 0px 0 15px;
  outline: none;
}

.sideReviewImage {
  float: left;
  margin: 0 0 10px;
}
.sideReviewProduct {
  margin: 0 2px 3px 0px;
  padding: 5px 0;
  font-size:13px;
}
.sideReviewProduct a{
	color:#FF3F00 !important;
}
.sideReviewStar {
  margin: 0 2px 3px 0;
  color: #fc0;
  font-size: 12px;
  text-align: left;
  line-height:1;
	padding: 5px;
	background: #F5EBD9;
}
.sideReview_txt{
  clear: both !important;
  border-bottom:1px dotted #CCCCCC;
  padding-bottom:10px;
  margin: 0 2px 15px 0px;
}

#sp_side_menu_btn{
	display:none;	
}


#side .twitter{
	width:100%;
	margin-bottom:10px;
}



p.side_review_txt{
	margin-bottom:5px;
}
p.side_review_txt a {
	display: block;
	text-align: center;
	border: 2px solid #009AFF;
	border-radius: 30px;
	margin-top:5px;
	margin-bottom: 10px;
	padding: 5px 0;
	color: #009AFF !important;
	/*background: url(../../img/common/arrow_blue.png) 5px 50% no-repeat;*/
	font-size:13px;
}




/* Footer
----------------------------------------------------------- */

/* SP - PC Change */
#change_device{
	
	display:none;
	
	text-align:center;
	vertical-align:middle;
	font-size:15px;
	font-weight:bold;
	padding-bottom:20px;
}
#change_device img{
	vertical-align:middle;
}
#change_device a{
	display:inline-block;
	margin:0 10px;
}
/* END SP - PC Change */

#pagetop {
	position:absolute;
	top:10px;
	right:-110px;
}

footer {
	background:url(../../img/common/footer_flag.png) 50% 0 repeat-x #F8F1E4;
	min-width:1000px;
	color:#666666;
	padding-top:15px !important;
	
	overflow:hidden;
}

#footer_in_wrap{
	border-bottom:1px solid #E8DEC7;
}


#footer_in{
	position:relative;
	width:1000px;
	margin:0 auto;
	text-align:left;
	padding:25px 0;
}

#footer_in2{
	position:relative;
	width:1000px;
	margin:0 auto;
	text-align:left;
	padding:30px 0px;
}

footer nav{
	display:block;
	overflow:hidden;
}


.footer_list{
	float:left;
	margin-right:23px;
}

.footer_list h3{
	font-size:14px;
	padding-left: 20px;
	margin-bottom:10px;
	background: url(../../img/common/arrow_blue2.png) left 4px no-repeat;
	
}

.footer_list li{
	/*background:url(../../img/common/footer_list_icon.png) 0 0.5em no-repeat;*/
	padding-left:0px;
	font-size:12px;
	margin-bottom:5px;
}
.footer_list li a,
.footer_list h3 a{
	color:#666666 !important;
}


#footer_list1{
	width:165px;
}
#footer_list2{
	width:180px;
}
#footer_list3{
	width:160px;
}
#footer_list4{
	width:160px;
}
#footer_list5{
	width:240px;
	margin-right:0px !important;
}

#footer_in2 dl{
	overflow:hidden;
	float:left;
	margin-right:30px;
}
#footer_in2 dt{
	float:left;
}
#footer_in2 dd{
	padding-left:70px;
}
#footer_in2 dd p{
	margin-bottom:3px;
}

#footer_in2 dd p a{
	color: #000000;
}

#footer_chara{
	position:absolute;
	top:-30px;
	right:0;
}

#copyright{
/*	min-width:1000px;
	text-align:center;
	background:#EEEEEE;*/
	padding:10px 0px;
	color:#666666;
	font-size:12px;
	margin-bottom:0;
	clear: both;
}

#secur_logo {
	position: absolute;
	top: 25px;
	left: 570px;
}



/* ----------------------------------------------------------- */
/* Color Red(イベント)
----------------------------------------------------------- */
body.style_red{
	
}
body.style_red .side_ttl1{
	border-top:3px solid #FF7475 !important;
}

body.style_red .side_ttl2{
	background:url(../../img/common/side_ttl_bg_pink1.png) 0 0 repeat !important;
}
body.style_red .side_ttl2 span{
	border:1px dotted #FFBEBE !important;
}

body.style_red #side_search_btn a{
	background:#FF7475 !important;
}

body.style_red #side_keyword{
	background:#FDF4F3 !important;
}


body.style_red #side_keyword li a{
	color:#FF7475 !important;
}

body.style_red ul.side_list_other a{
	background:#F5F5F5 url(../../img/common/arrow_pink1.png) 5px 0.95em no-repeat !important;
}

body.style_red ul.side_list1 a{
	background:url(../../img/common/arrow_pink1.png) 5px 0.95em no-repeat !important;
}
body.style_red p.side_review_txt a {
	background: url(../../img/common/arrow_pink1.png) 5px 50% no-repeat !important;
}


body.style_red .cate_ttl_wrap{
	background:url(../../img/common/cate_ttl_bg_red.png) 0 0 no-repeat !important;
	background-size:100% 60px !important;
}

body.style_red .cate_ttl{
	border-top:1px dotted #FFAEAC !important;
	border-bottom:1px dotted #FFAEAC !important;
}



/* ----------------------------------------------------------- */
/* Color Green(ノベルティ)
----------------------------------------------------------- */
body.style_green{
	
}

body.style_green .side_ttl1{
	border-top:3px solid #A3D900 !important;
}

body.style_green .side_ttl2{
	background:url(../../img/common/side_ttl_bg_green.png) 0 0 repeat !important;
}
body.style_green .side_ttl2 span{
	border:1px dotted #E9F1CF !important;
}

body.style_green #side_search_btn a{
	background:#A3D900 !important;
}

body.style_green #side_keyword{
	background:#F6FBE5 !important;
}


body.style_green #side_keyword li a{
	color:#8FBF00 !important;
}

body.style_green ul.side_list_other a{
	background:#F7FBED url(../../img/common/arrow_green.png) 5px 0.95em no-repeat !important;
}

body.style_green ul.side_list1 a{
	background:url(../../img/common/arrow_green.png) 5px 0.95em no-repeat !important;
}

body.style_green p.side_review_txt a {
	background: url(../../img/common/arrow_green.png) 5px 50% no-repeat !important;
}



body.style_green .cate_ttl_wrap{
	background:url(../../img/common/cate_ttl_bg_green.png) 0 0 no-repeat !important;
	background-size:100% 60px !important;
}

body.style_green .cate_ttl{
	border-top:1px dotted #AFDF22 !important;
	border-bottom:1px dotted #AFDF22 !important;
}





/* ----------------------------------------------------------- */
/* Color Pink(プチギフト)
----------------------------------------------------------- */
body.style_pink{
	
}

body.style_pink .side_ttl1{
	border-top:3px solid #FFBFFF !important;
}

body.style_pink .side_ttl2{
	background:url(../../img/common/side_ttl_bg_pink2.png) 0 0 repeat !important;
}
body.style_pink .side_ttl2 span{
	border:1px dotted #FFDFFE !important;
}

body.style_pink #side_search_btn a{
	background:#FFBFFF !important;
}

body.style_pink #side_keyword{
	background:#F6FBE5 !important;
}


body.style_pink #side_keyword li a{
	color:#8FBF00 !important;
}

body.style_pink ul.side_list_other a{
	background:#F5F5F5 url(../../img/common/arrow_pink2.png) 5px 0.95em no-repeat !important;
}

body.style_pink ul.side_list1 a{
	background:url(../../img/common/arrow_pink2.png) 5px 0.95em no-repeat !important;
}

body.style_pink p.side_review_txt a {
	background: url(../../img/common/arrow_pink2.png) 5px 50% no-repeat !important;
}


body.style_pink .cate_ttl_wrap{
	background:url(../../img/common/cate_ttl_bg_pink.png) 0 0 no-repeat !important;
	background-size:100% 60px !important;
}

body.style_pink .cate_ttl{
	border-top:1px dotted #FFDFFE !important;
	border-bottom:1px dotted #FFDFFE !important;
}



/* ----------------------------------------------------------- */
/* Color (幹事)
----------------------------------------------------------- */

.side_ttl_kanji{
	position:relative;
	font-size:14px;
	color:#fff;
	background:url(../../img/kanji/ttl_bg.png) 0 0 repeat !important;
	padding:1px !important;
	margin-bottom:0px;
}
#side .side_ttl_kanji span{
	display:block;
	border:1px dotted #FFB7B2;
	padding:7px 5px 7px 10px;
}

#side_kanji_menu{
	padding:5px;
	background:#FFF9F2;
	margin-bottom:20px;
}

#side_kanji_menu .side_ttl1{
	border-top:3px solid #FF8000 !important;
	background:#FFEBD5 !important;
}

#side_kanji_menu ul.side_list_other a{
	background:#fff url(../../img/common/arrow_orange.png) 5px 0.95em no-repeat !important;
}

#side_kanji_menu ul.side_list1 a{
	background:#fff url(../../img/common/arrow_orange.png) 5px 0.95em no-repeat !important;
}


/* iPad用 CSS */

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

body {
	width: 1024px !important;
}

.top_slide_main .bx-viewport ul{
	margin-left: 126px !important;
}
	
}




