/*==========================================================*/
/* reset */
*{
	word-break : break-all;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {text-align:left;margin:0;padding:0;border:0;vertical-align:baseline;font-weight:100;font-size:12px;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
a { outline: 0;}

/*==========================================================*/
/* initialize */
body {
	font: 14px arial, 'hiragino kaku gothic pro', "ヒラギノ角ゴ Pro", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.5;
	font-weight:100;
	*font-size:small;
	*font:x-small;
	color:#333333;

}
form input,
form select,
form select optgroup{
	font-family:"メイリオ", Meiryo, Osaka,"ＭＳ Ｐゴシック",centuly gothic,arial,helvetica,clean,sans-serif;
/*	padding:2px;*/
}
* html .iepngfix {behavior: url("/static/htc/iepngfix.htc");}
* html .iepngfix2 {behavior: url("/static/htc/iepngfix2.htc");}
/* * html img {behavior: url("/static/htc/iepngfix2.htc");} */
*html body {behavior:url("/static/htc/csshover.htc");}
.clearfix:after {content: ".";display: block;visibility: hidden;height: 0.1px;  font-size: 0.1em;line-height: 0;clear: both;}
.clearfix{display: inline-block;}
*html .clearfix {height : 1%;}
.clearfix{display: block;}

div:after {content: ".";display: block;visibility: hidden; font-size: 0.1em;line-height: 0;clear: both;}
div{display: inline-block;}
*html div {height : 1%;}
div{display: block;}

ul{list-style-type: none ;}

a{
display:inline-block;
color:#333;
text-decoration: none;
}

a:visited{color:#333333;}
a:hover{color:#009944; text-decoration: none;}

.mgn_t5{ margin-top:5px;}
.mgn_l5{ margin-left:5px;}
.mgn_b5{ margin-bottom:5px;}
.mgn_r5{ margin-right:5px;}
.mgn_t10{ margin-top:10px;}
.mgn_l10{ margin-left:10px;}
.mgn_b10{ margin-bottom:10px;}
.mgn_r10{ margin-right:10px;}

.width50{ width:50px;}
.width100{ width:100px;}
.width150{ width:150px;}
.width200{ width:200px;}

input[type="submit"],input[type="text"],input[type="image"],select{
	outline:none;
}

h1{font-size: 24px; font-weight: bold;}
h2{font-size: 22px; font-weight: bold;}
h3{font-size: 20px; font-weight: bold;}
h4{font-size: 18px; font-weight: bold;}
h5{font-size: 16px; font-weight: bold;}

/*==========================================================*/
/* body */
body{
        text-align:center;
}
/*==========================================================*/
/* wrapper */

#wrapper{
        width:100%;
        margin: 0px auto;
		text-align:center;
}

/*==========================================================*/
/* header_news */

#header_news{
	width: 100%;
	height: auto;
	line-height: 36px;
	background-color: #f5f5f5;
	color: #2daa65;

}
#header_news p.title{
	text-align: center;
	color:#2daa65;
	font-weight: bold;
}
#header_news p.title a{
	display: block;
	text-align: center;
	color:#2daa65;
}
#header_news p.title.news_popup{
	cursor: pointer;
}

#header_news p.title span{
	position: relative;
	font-weight: bold;
}
#header_news p.title span::after{
	position: absolute;
	content: "";
	top:4px;
	bottom:0;
	right:-20px;
	margin: auto;
	width:12px;
	height: 12px;
}
#header_news p.title span.side_allow::after{
    top:0;
	background: url(../../image/global/icon_link_g.png) no-repeat;
}
#header_news p.title span.bottom_allow::after{
	background: url(../../image/global/icon_link_open.png) no-repeat;
}
#header_news .inner{
	position: relative;
	border-bottom: 1px solid #dddddd;
}
#header_news .inner:last-child{
	border-bottom: none;
}
#header_news #head_news_text{
	z-index: 1000;
	position: absolute;
	color: #333;
	top:40px;
	right:0;
	left:0;
	margin: auto;
	background: #fff;
	padding:20px 15px;
	border:solid 1px #f8f8f8;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	width: 384px;
}
#header_news #head_news_text .inner{
	position: relative;
	border-bottom: none;
    line-height: 1.5;
}
#header_news #head_news_text .inner span {
    position: absolute;
    top: -33px;
    left: 46%;
    display: block;
    width: 18px;
    height: 13px;
    background: url(../../image/global/icon_header_news_modal_w.png) no-repeat;
}

#header_news .new_link_btn{
	width:300px;
	height:38px;
	line-height: 38px;
	margin: 20px auto 0;
	position: relative;
}
#header_news .new_link_btn a{
	display:block;
	color:#2daa65;
	border: 1px solid #ddd;
	text-align: center;
	font-weight: bold;
}
#header_news .new_link_btn a:hover{
	color:#fff;
	border: 1px solid #fff;
	background-color: #2daa65;
}
#header_news .new_link_btn span{
	position: absolute;
	top:14px;
	right:90px;
	width:12px;
	height: 12px;
	display: inline-block;
	background: url(../../image/global/icon_link_g.png) no-repeat;
}
#header_news .new_link_btn a:hover span{
	background: url(../../image/global/icon_link_w.png) no-repeat;
}
/*==========================================================*/
/* header */

#header{
    width:100%;
    position:relative;
	border-top: solid 1px #dddddd;
	padding-top: 10px;
	margin:0 0 30px;
}

#header .inner{
    width:1000px;
	margin:0 auto;
}

#header h1#site_logo {
    background:url("../../image/global/site_logo.png") no-repeat;
    width:194px;
    height:31px;
	float:left;
	margin:0 0 10px;
}

#header h1#site_logo:hover{
	opacity: 0.6;
}

#header h1#site_logo a{
    display:block;
    text-indent:-9999px;
    width:194px;
    height:31px;
}

#header .head_menu{
	float: right;
	margin:5px 0 10px;
}

#header .head_menu li{
	float: left;
	border-left:solid 1px #dddddd;
}

#header .head_menu li:last-child{
	border-right:solid 1px #dddddd;
}

#header .head_menu li a{
	font-size: 14px;
	font-weight: bold;
	padding:0 16px;
	text-decoration: none;
	line-height:21px;
}

#header .head_menu li input{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
	border:none;
	font-size: 14px;
	font-weight: bold;
	padding:0 16px;
	color: #333;
	cursor: pointer;
}

#header .head_menu li input:hover{
	color: #009944;

}

#header #head_search_visitmall{
	clear: both;
	height: 73px;
}

#head_search{
	clear: both;
	float: left;
	width: 410px;
	height:38px;
	border:solid 1px #ddd;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	margin-top:11px
}

#head_search .selectbox{
	float: left;
}

#head_search #select_searchbox{
    width:98px;
    height:38px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #ddd;
    padding:0 0 0 8px;
	border:none;
    border-radius: 4px 0px 0px 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	font-size: 12px;
	position: relative;
    margin: 0;
	cursor:pointer;
}


#head_search .selectbox label {
	position: relative;
	cursor:pointer;
}

#head_search .selectbox label:after {
	display: block;
	content: " ";
	position: absolute;
	top: 50%;
	right: 14px;
	width: 7px;
	height: 6px;
	margin-top: -4px;
	background: url("../../image/global/icon_selectbox.png") 0 0 no-repeat;
	background-size: 7px;
	pointer-events: none;
}

#head_search #select_searchbox::-ms-expand {
    display: none;
}

#head_search #select_searchbox span{
	margin-left: 6px;
}

#head_search p.box{
	float: left;
}

#head_search p.box input{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border:none;
	padding:8px;
	width: 254px;
}

#head_search p.box .red{
    color: #F00;
}

#head_search p.box input.text{
	color: #999999;
}

#head_search p.btnSend{
	float: right;
	padding:11px 12px 11px 0;
}

#header .head_visitmall{
	float: right;
	width: 330px;
	height: 59px;
	margin-bottom: 13px;
}

#header .head_visitmall a:hover{
	opacity: 0.6;
}

#header #head_login_contents{
	border-top: solid 1px #dddddd;
	padding:10px 0;
}

#header #head_login_contents .inner{
	width: 1000px;
	margin:0 auto;
}

#header #head_login_contents .card{
	float: left;
	margin: 7px 40px 0 0;
	width: 240px;
}

#header #head_login_contents .card p{
	background:url("../../image/global/icon_header_card.png") no-repeat;
	padding-left: 45px;
	font-size:14px;
	font-weight: bold;
	line-height: 15px;
	height: 28px;
	display: table-cell;
	vertical-align:middle;
}

#header #head_login_contents .head_news{
	float: left;
	margin: 7px 0 0;
	position: relative;
	cursor: pointer;
}

#header #head_login_contents .head_news p{
	background:url("../../image/global/icon_header_news.png") no-repeat;
	padding-left: 33px;
	font-size:14px;
	font-weight: bold;
	line-height: 30px;
}

#header #head_login_contents .head_news p.title{
	font-size:14px;
	font-weight: bold;
}

#header #head_login_contents .head_news p.title:hover{
	opacity: 0.6;
}

#header #head_login_contents .head_news p span{
	font-size:14px;
	font-weight: bold;
}

#header #head_login_contents .head_news p span.num{
	font-size:22px;
	font-weight: bold;
	color: #e60012;
	margin:0 4px;
}

#header #head_login_contents .head_news .popup{
	position: absolute;
	top: 54px;
	left: -130px;
	background: #FFF;
	z-index: 700;
	border:solid 2px #dddddd;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	padding:10px;
	width: 360px;
	display: none;
}

#header #head_login_contents .head_news .popup.info_none{
}

#header #head_login_contents .head_news .popup.info_none .out_side{
	position: relative;
	width: 360px;
	height: 58px;
}

#header #head_login_contents .head_news .popup .out_side{
	position: relative;
	width: 360px;
	height: 380px;
}

#header #head_login_contents .head_news .popup .inner{
	width: 360px;
	height: 380px;
	overflow: auto;
}

#header #head_login_contents .head_news .popup.info_none .inner{
	width: 360px;
	height: 58px;
	overflow: hidden;
}

#header #head_login_contents .head_news .popup .out_side .icon_arrow{
	position: absolute;
	top: -31px;
	left:46%;
	background:url("../../image/global/icon_head_info_popup.png") no-repeat 0 0;
	width: 25px;
	height: 21px;
	display: block;
}

#header #head_login_contents .head_news .popup .news{
	margin: 0 15px 0 0;
	border-bottom: solid 1px #ddd;
}

#header #head_login_contents .head_news .popup .news a{
	padding:15px 0;
	display: block;
	overflow: hidden;
}

#header #head_login_contents .head_news .popup .news a.unread{
	background: #eeeeee;
}

#header #head_login_contents .head_news .popup .news a:hover{
	opacity: 0.6;
}

#header #head_login_contents .head_news .popup .news .icon{
	float: left;
	width: 64px;
	height: 24px;
	text-indent: -9999px;
	margin: 0 10px;
}

#header #head_login_contents .head_news .popup .news .icon.pointup{
	background:url("../../image/global/icon_head_info.png") no-repeat 0 0;
}

#header #head_login_contents .head_news .popup .news .icon.shop_news{
	background:url("../../image/global/icon_head_info.png") no-repeat 0 -24px;
	width: 64px;
	height: 24px;
}

#header #head_login_contents .head_news .popup .news .icon.shop_coupon{
	background:url("../../image/global/icon_head_info.png") no-repeat 0 -48px;
}

#header #head_login_contents .head_news .popup .news .info{
	float: left;
	line-height: 25px;
	width: 234px;
	color: #333333;
}

#header #head_login_contents .head_news .popup p.more{
	background: none;
	text-align: center;
	line-height: 20px;
	padding:10px 0 0;
}

#header #head_login_contents .head_news .popup p.more a{
	font-size: 14px;
	display: block;
	text-align: center;
}

#header #head_login_contents .head_news .popup p.more span{
	background: url(../../image/global/icon_arrow_single.png) 0 0 no-repeat;
    width: 5px;
    height: 9px;
    display: inline-block;
    margin-left: 7px;
}

#header #head_login_contents .head_favorite{
	float: right;
	border-left:solid 1px #dddddd;
	padding-left: 15px;
}

#header #head_login_contents .head_favorite p{
	float: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 13px;
	padding: 14px 0;
}

#header #head_login_contents .head_favorite p.title{
	background:url("../../image/global/icon_header_favorite.png") no-repeat;
	background-position: 0;
	padding: 14px 14px 14px 19px;
	line-height: 13px;
}

#header #head_login_contents .head_favorite ul li{
	float: left;
	margin-right: 10px;
	width: 80px;
	height: 40px;
}

#header #head_login_contents .head_favorite ul li a:hover{
	opacity: 0.6;
}

#header #head_login_contents .head_favorite .more_list{
	float: left;
	width: 60px;
	height: 23px;
	margin-top: 8px;
}

#header #head_login_contents .head_favorite .more_list a{
	width: 60px;
	height: 23px;
	background:url("../../image/global/btn_header_more_favotrite.png") no-repeat 0 0;
	text-indent: -9999px;
}

#header #head_login_contents .head_favorite .more_list a:hover{
	background:url("../../image/global/btn_header_more_favotrite.png") no-repeat 0 -23px;
}

#header #head_login_contents .head_favorite .more_list a:hover{
	background:url("../../image/global/btn_header_more_favotrite.png") no-repeat 0 -23px;
}

#header #global_menu{
	width: 100%;
	height: 64px;
	background:#009944;
}

#header #global_menu .inner{
	width: 1000px;
	margin:0 auto;
}

#header #global_menu ul li,
#header #global_menu ul li a{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #FFF;
}

#header #global_menu ul li{
	float: left;
	width : 33.33333% ;
	width : -webkit-calc(100% / 3);
	width : calc(100% / 3);
	border-left: solid 1px #7fc29d;
	box-sizing: border-box;
}

#header #global_menu ul li:hover{
	background: #66c28f;
}

#header #global_menu ul li.active:hover{
	opacity: 1.0;
}

#header #global_menu ul li a{
	padding:16px 0 15px;
	display: block;
    letter-spacing: 0.05em;
}

#header #global_menu ul li:last-child{
	border-right: solid 1px #7fc29d;
}

#header #global_menu ul li.active{
	background:#03633e;
	position: relative;
	border: none;
}

#header #global_menu ul li.active:hover{
	background:#017840;
}

#header #global_menu ul li .arrow{
	background:url("../../image/global/icon_arrow_globalmenu.png") no-repeat 0 0;
	position: absolute;
	bottom:-13px;
	left:46%;
	width: 24px;
	height: 13px;
}

#header #global_menu ul li a span.icon_menu{
	width: 40px;
	height: 30px;
	display: inline-block;
	margin: 0 7px -8px 0;
}
#header #global_menu ul li.shopping a span.icon_menu{
	background:url("../../image/global/icon_globalmenu.png") no-repeat 0 0;
}

#header #global_menu ul li.travel a span.icon_menu{
	background:url("../../image/global/icon_globalmenu.png") no-repeat 0 -30px;
}

#header #global_menu ul li.real a span.icon_menu{
	background:url("../../image/global/icon_globalmenu.png") no-repeat 0 -60px;
}
#header #global_menu ul li a span.menu_large{
    font-size:22px;
    font-weight: bold;
    letter-spacing: 0.05em;
}







#inner{
	clear:both;
	margin:0 auto;
	text-align:center;
}
#wrapper .inner_second{
	background:none;
}

/*==========================================================*/
/* jack_banner */

#jackbanner1 {
	position:absolute;
	top:0;
	left:-120px;
}

#jackbanner2 {
	position:absolute;
	top:0;
	right:-120px;
}

#jackbanner1 a:hover,
#jackbanner2 a:hover {
	opacity: 0.6;
}

/*==========================================================*/
/* global */

#global{
	width:679px;
	height:25px;
	display:inline-block;
	margin:18px  0 0 60px;
	float:right;
}

/* global */

.cardChange{
    float:right;
    width:100px;
    margin: 0 10px 0 0;
}

.userCard{
	width:560px;
    height:18px;
	display:inline-block;
	margin:10px  0 0 0;
    padding:2px 0 0 0;
	float:right;
}

#transferList .msg{
    width:765px;
    display:flex;
}

.userCard .card{
    text-align:right;
    float:right;
    display: block;
    padding: 0 25px 0 0;
    margin:0 10px 0 0;
}

.userCard .card span{
    font-weight:bold;
}

.top_shopLayout_box ul li.shop {
    text-align: center;
    margin-right: 10px;
    float: left;
	border:solid 1px #dddddd;
}

.top_shopLayout_box ul li.shop:last-child {
    margin-right: 0;
}

.top_shopLayout_box a {
    text-decoration: none;
	padding:20px;
}

.top_shopLayout_box a:hover{
	opacity: 0.6;
}

.top_shopLayout_box .point,
.top_shopLayout_box .cash{
	text-align: center;
	padding:12px 0 0px;
	line-height: 19px;
}

.top_shopLayout_box .cash{
	padding:18px 0 0px;
}

.top_shopLayout_box .point.point_regular{
	padding:18px 0 2px;
}


/*==========================================================*/
/* status */
#status{
	width:1000px;
	height: 20px;
	margin:0 auto 30px;
}

#status #topicPath{
	float:left;
	display: table;
}

#status #topicPath a{
	display: inline;
}

#status #topicPath span{
	font-size:14px;
}

/*==========================================================*/
/* contents */

#contents {
    position: relative;
}

#contents_ks {
    position: relative;
	width:1000px;
	margin:0 auto 20px;
}

#contents #f-banner{
    position: absolute;
    top: -25px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 2000;
}

#contents #f-banner .bg_f-banner{
	background:url("../../image/global/banner/banner_floating.png") 0px 0px;
    position: relative;
    width: 785px;
    height: 445px;
    margin: 0 auto;
}

#contents #f-banner .bg_f-banner a {
    display: block;
    width: 783px;
    height: 443px;
	text-indent: -9999px;
}

#contents #f-banner .bg_f-banner .btn_close {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 69px;
    height: 69px;
    cursor: pointer;
    z-index: 4000;
}



/*==========================================================*/
/* sideMenu */
#sideMenu{
	width:200px;
	margin:0 10px 0 0;
	float:left;
	display:inline;
	z-index:1000;
}

/* globalSearch */

#sideMenu .globalSearch{
	width: 200px;
	margin: 0 0 15px;
}

#sideMenu .globalSearch .categories {
	float:left;
	width: 200px;
}

#sideMenu .globalSearch .categories li {
	float:left;
}

#sideMenu .globalSearch .input {
    background:#f6f6f6;
    border: solid 1px #bcbcbc;
	padding: 10px 5px;
	clear: both;
}

#sideMenu .globalSearch .input li input {
	margin:5px 0 0 0;
}

#sideMenu .globalSearch .input li select {
	width:120px;
	margin:5px 0 0 0;
}

#sideMenu .globalSearch .input li .box {
	width:125px;
	height: 15px;
	margin:5px 0 0 0;
}

#sideMenu .globalSearch .input li .btn {
	margin:5px 0 0 0;
}


/* sideRecommendShop */

#sideRecommendShop {
    background: #d9f5ff none repeat;
    width: 320px;
}

#sideRecommendShop h2{
	background:url("../../image/side/title_recommendShop.jpg") no-repeat;
	text-indent:-9999px;
	width:320px;
	height:29px;
}

#sideContents .contents {
	padding: 10px;
}

#sideContents .contents .btn_recommend_shop{
    margin: 0 0 5px;
    text-align:center;
}

/* etcMenu */

#sideMenu .etcMenu{
	width:180px;
	margin: 0 0 15px 0;
}

#sideMenu .etcMenu h3.pointUpList a{
	background:url("../../image/global/menu_shop.jpg?161029") 0px -420px no-repeat;
	text-indent:-9999px;
	width:180px;
	height:39px;
	display:block;
}

#sideMenu .etcMenu h3.pointUpList a:hover{
	background:url("../../image/global/menu_shop.jpg?161029") -200px -420px no-repeat;
}

#sideMenu .etcMenu h3.shopList a{
	background:url("../../image/global/menu_shop.jpg?161029") 0px -459px no-repeat;
	text-indent:-9999px;
	width:180px;
	height:34px;
	display:block;
}

#sideMenu .etcMenu h3.shopList a:hover{
	background:url("../../image/global/menu_shop.jpg?161029") -200px -459px no-repeat;
}

/* shopMenu */

#sideMenu .shopMenu{
	width:199px;
	border: solid 1px #dddddd;
	border-right: none;
}

#sideMenu .shopMenu .bgContents{
	width:200px;
}

#sideMenu .shopMenu h2.menuTitle,
#sideMenu .shopMenu h2.menuTitleSubStyle{
	padding: 15px;
	font-size: 14px;
	background: #eeeeee;
	border-right: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
}


/* 2nd Menu */

.shopMenu ul#navmenu li .subTop {
	background-color: #006e3a;
	height:1px;
	width:202px;
}

.shopMenu ul#navmenu li .subBottom {
	background-color: #006e3a;
	height:1px;
	width:202px;
}

*:first-child+html .shopMenu ul#navmenu li .subTop{
    margin-top:-12px;
    margin-bottom:-5px;
    height:3px;
}

*:first-child+html .shopMenu ul#navmenu li .subBottom{
    margin-top:-13px;

}

* html .shopMenu ul#navmenu li .subTop{
    margin-bottom:-11px;
}

* html .shopMenu ul#navmenu li .subBottom{
    margin-top:-3px;
    margin-bottom:-11px;

}

.serviceMenu ul#navmenu li .subTop {
	background-color: #6aa700;
	height:1px;
	width:152px;
}

.serviceMenu ul#navmenu li .subBottom {
	background-color: #6aa700;
	height:1px;
	width:152px;
}

*:first-child+html .serviceMenu ul#navmenu li .subTop{
    margin-top:-12px;
    margin-bottom:-5px;
    height:3px;
}

*:first-child+html .serviceMenu ul#navmenu li .subBottom{
    margin-top:-13px;

}

* html .serviceMenu ul#navmenu li .subTop{
    margin-bottom:-11px;
}

* html .serviceMenu ul#navmenu li .subBottom{
    margin-top:-0px;
    margin-bottom:-11px;
}

.shopMenu ul#navmenu li.subBg{
	border-left: 1px solid #006e3a;
	border-right: 1px solid #006e3a;
}

.shopMenu ul#navmenu li.subBg a{
	font-size:12px;
}

.serviceMenu ul#navmenu li.subBg{
	border-left: 1px solid #006e3a;
	border-right: 1px solid #006e3a;
}

.serviceMenu ul#navmenu li.subBg a{
	font-size:12px;
}

.shopMenu ul#navmenu li.category:hover li.subBg{
    text-indent:0px;
    width:200px;
    color: #2b2b2b;
    background-color:#eafff3;
z-index:1000;
}

.serviceMenu ul#navmenu li.category:hover li.subBg{
    text-indent:0px;
    width:200px;
    color: #2b2b2b;
    background-color:#eafff3;
z-index:1000;
}

ul#navmenu li.category:hover li a{
    margin-left:10px;
    display:block;
    text-indent:0px;
    width:140px;
    height:26px;
    padding: 5px 0 0 0;
    color: #025CCE;

}

/* favorite */
#sideMenu .favorite{
	margin:0 0 15px;
}

#sideMenu .favorite .contents{
    background: none repeat scroll 0 0 #F6F6F6;
    border: 1px solid #BCBCBC;
    padding: 4px 6px;
}


#sideMenu .favorite .shopList{
	background: #fff;
	margin: 5px 0 0;
	padding: 0 5px;
}

#sideMenu .favorite .shopList p{
	background: url("../../image/global/icon_triangle_orange.gif") no-repeat scroll 0px 11px;
	padding: 6px 5px 6px 13px;
	border-bottom: dotted 1px #e3e3e3;
}

#sideMenu .favoriteList {
	margin: 4px 0;
	text-align: right;
}

#sideMenu .favoriteList a {
	font-size: 11px;
}

/* 2nd Menu Hover Persistence */

#sideMenu .dropup,
#sideMenu .dropdown {
  position: relative;
}

#sideMenu .caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

#sideMenu .dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

#sideMenu .navmenu {
	position: relative;
	top: 100%;
	left: 0;
	display: block;
	float: left;
	min-width: 160px;
	padding: 0;
	list-style: none;
	background-color: #ffffff;
}
*:first-child+html #sideMenu .navmenu {
	position: static;
}

#sideMenu .navmenu > a {
	display:block;
	width:200px;
	height:30px;
	background:#FFAEB0;
}
#sideMenu .navmenu.pull-right {
  right: 0;
  left: auto;
}

#sideMenu .navmenu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}


#sideMenu .navmenu > li > a:hover,
#sideMenu .navmenu > li > a:focus,
#sideMenu .dropdown-submenu:hover > a,
#sideMenu .dropdown-submenu:focus > a {
  color: #ffffff;
  text-decoration: none;
  background-repeat: repeat-x;
}

#sideMenu .navmenu > .active > a,
#sideMenu .navmenu > .active > a:hover,
#sideMenu .navmenu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-repeat: repeat-x;
  outline: 0;
}

#sideMenu .navmenu > .disabled > a,
#sideMenu .navmenu > .disabled > a:hover,
#sideMenu .navmenu > .disabled > a:focus {
  color: #999999;
}

#sideMenu .navmenu > .disabled > a:hover,
#sideMenu .navmenu > .disabled > a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
  background-image: none;
}
#sideMenu .open {
  *z-index: 1000;
}

#sideMenu .open > .navmenu {
  display: block;
}

#sideMenu .pull-right > .navmenu {
  right: 0;
  left: auto;
}

#sideMenu .dropup .caret,
#sideMenu .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}

#sideMenu .dropup .navmenu,
#sideMenu .navbar-fixed-bottom .dropdown .navmenu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

#sideMenu .dropdown-submenu {
  position: relative;
}

#sideMenu .dropdown-submenu > .navmenu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px 6px;
	border-radius: 0 6px 6px 6px;
}

#sideMenu .dropdown-submenu:hover > .navmenu {
  display: block;
}

#sideMenu .dropup .dropdown-submenu > .navmenu {
	top: auto;
	bottom: 0;
	margin-top: 0;
	margin-bottom: -2px;
	-webkit-border-radius: 5px 5px 5px 0;
	-moz-border-radius: 5px 5px 5px 0;
	border-radius: 5px 5px 5px 0;
}

#sideMenu .dropdown-submenu > a:after {
  display: block;
  float: right;
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-right: -10px;
  border-color: transparent;
  border-left-color: #cccccc;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
}

#sideMenu .dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}

#sideMenu .dropdown-submenu.pull-left {
  float: none;
}

#sideMenu .dropdown-submenu.pull-left > .navmenu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
     -moz-border-radius: 6px 0 6px 6px;
          border-radius: 6px 0 6px 6px;
}

#sideMenu .dropdown .navmenu .nav-header {
  padding-right: 20px;
  padding-left: 20px;
}

#sideMenu .fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	-moz-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}

#sideMenu .fade.in {
  opacity: 1;
}

#sideMenu .collapse {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height 0.35s ease;
	-moz-transition: height 0.35s ease;
	-o-transition: height 0.35s ease;
	transition: height 0.35s ease;
}

#sideMenu .collapse.in {
  height: auto;
}

#sideMenu button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

#sideMenu .nav {
  margin-bottom: 20px;
  margin-left: 0;
  list-style: none;
}

#sideMenu .nav > li > a {
  display: block;
}

#sideMenu .nav > li > a:hover,
#sideMenu .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

#sideMenu .nav > li > a > img {
  max-width: none;
}

#sideMenu .nav > .pull-right {
  float: right;
}

#sideMenu .nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

#sideMenu .nav li + .nav-header {
  margin-top: 9px;
}

#sideMenu .nav .dropdown-toggle .caret {
  margin-top: 6px;
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
}

#sideMenu .nav .dropdown-toggle:hover .caret,
#sideMenu .nav .dropdown-toggle:focus .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}

/* move down carets for tabs */

#sideMenu .nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}

#sideMenu .nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

#sideMenu .nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

#sideMenu .nav > .dropdown.active > a:hover,
#sideMenu .nav > .dropdown.active > a:focus {
  cursor: pointer;

}

#sideMenu .nav-tabs .open .dropdown-toggle,
#sideMenu .nav-pills .open .dropdown-toggle,
#sideMenu .nav > li.dropdown.open.active > a:hover,
#sideMenu .nav > li.dropdown.open.active > a:focus {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}

#sideMenu .nav li.dropdown.open .caret,
#sideMenu .nav li.dropdown.open.active .caret,
#sideMenu .nav li.dropdown.open a:hover .caret,
#sideMenu .nav li.dropdown.open a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}


#sideMenu .nav > .disabled > a {
  color: #999999;
}

#sideMenu .nav > .disabled > a:hover,
#sideMenu .nav > .disabled > a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
}

#sideMenu .navbar {
  *position: relative;
  *z-index: 2;
  overflow: visible;
}

#sideMenu .navbar .container {
  width: auto;
}

#sideMenu .nav-collapse.collapse {
  height: auto;
  overflow: visible;
}

#sideMenu .navbar .brand {
  display: block;
  float: left;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
}

#sideMenu .navbar .brand:hover,
#sideMenu .navbar .brand:focus {
  text-decoration: none;
}

#sideMenu .navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #f2f2f2;
}

#sideMenu .navbar .btn,
#sideMenu .navbar .btn-group {
  margin-top: 5px;
}

#sideMenu .navbar .btn-group .btn,
#sideMenu .navbar .input-prepend .btn,
#sideMenu .navbar .input-append .btn,
#sideMenu .navbar .input-prepend .btn-group,
#sideMenu .navbar .input-append .btn-group {
  margin-top: 0;
}

#sideMenu .navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}

#sideMenu .navbar-search .search-query {
	padding: 4px 14px;
	margin-bottom: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 1;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#sideMenu .navbar-static-top {
  position: static;
  margin-bottom: 0;
}

#sideMenu .navbar-static-top .container,
#sideMenu .navbar-fixed-top .container,
#sideMenu .navbar-fixed-bottom .container {
  width: 940px;
}

#sideMenu .navbar-fixed-top {
  top: 0;
}

#sideMenu .navbar-fixed-bottom {
  bottom: 0;
}

#sideMenu .navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}

#sideMenu .navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}

#sideMenu .navbar .nav > li {
  float: left;
}

#sideMenu .navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #777777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}

#sideMenu .navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}

#sideMenu .navbar .nav > li > a:focus,
#sideMenu .navbar .nav > li > a:hover {
  color: #333333;
  text-decoration: none;
  background-color: transparent;
}

#sideMenu .navbar .nav > .active > a,
#sideMenu .navbar .nav > .active > a:hover,
#sideMenu .navbar .nav > .active > a:focus {
	color: #555555;
	text-decoration: none;
	background-color: #e5e5e5;
	-webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
	-moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}

#sideMenu .navbar-fixed-bottom .nav > li > .navmenu:before {
  top: auto;
  bottom: -7px;
  border-top: 7px solid #ccc;
  border-bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.2);
}

#sideMenu .navbar-fixed-bottom .nav > li > .navmenu:after {
  top: auto;
  bottom: -6px;
  border-top: 6px solid #ffffff;
  border-bottom: 0;
}

#sideMenu .navbar .nav li.dropdown > a:hover .caret,
#sideMenu .navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}

#sideMenu .navbar .nav li.dropdown.open > .dropdown-toggle,
#sideMenu .navbar .nav li.dropdown.active > .dropdown-toggle,
#sideMenu .navbar .nav li.dropdown.open.active > .dropdown-toggle {
  color: #555555;
  background-color: #e5e5e5;
}

#sideMenu .navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}

#sideMenu .navbar .nav li.dropdown.open > .dropdown-toggle .caret,
#sideMenu .navbar .nav li.dropdown.active > .dropdown-toggle .caret,
#sideMenu .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

#sideMenu .navbar .pull-right > li > .navmenu,
#sideMenu .navbar .nav > li > .navmenu.pull-right {
  right: 0;
  left: auto;
}

#sideMenu .navbar .pull-right > li > .navmenu:before,
#sideMenu .navbar .nav > li > .navmenu.pull-right:before {
  right: 12px;
  left: auto;
}

.navbar .pull-right > li > .navmenu:after,
.navbar .nav > li > .navmenu.pull-right:after {
  right: 13px;
  left: auto;
}

#sideMenu .navbar .pull-right > li > .navmenu .navmenu,
#sideMenu .navbar .nav > li > .navmenu.pull-right .navmenu {
	right: 100%;
	left: auto;
	margin-right: -1px;
	margin-left: 0;
}


#sideMenu .popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1010;
	display: none;
	max-width: 700px;
	padding: 15px 20px;
	text-align: left;
	white-space: normal;
	background-color: #ffffff;
}

#sideMenu .popover.top {
  margin-top: -10px;
}

#sideMenu .popover.right {
  margin-left: 10px;
}

#sideMenu .popover.bottom {
  margin-top: 10px;
}

#sideMenu .popover.left {
  margin-left: -10px;
}

#sideMenu p.popover-title {
	margin: 0 0 20px;
	background-color: #ffffff;
}

#sideMenu p.popover-title a{
	color:#000000;
	font-size: 16px;
	font-weight: bold;
    text-decoration: none;
}

#sideMenu div.link{
    height: 235px;
	display:inline-block;
	padding:5px;
	font-size:13px;
}
#sideMenu ul.category{
	width:200px;
	height:207px;
	display:block;
	float:left;
	margin:0;
}
#sideMenu ul.comment{
	width:280px;
	height:207px;
	display:inline-block;
	float:left;
	margin:0;
}
#sideMenu ul.category li,
#sideMenu ul.comment li{
	list-style:none;
	display:block;
	margin-bottom: 20px;
}

#sideMenu .link ul.category li span{
	display: inline-block;
	margin: 0 3px;
	font-size: 18px;
	font-size: 14px;\9; /* IE10以下 */
	font-family:"ＭＳ Ｐゴシック",centuly gothic,arial,helvetica,clean,sans-serif;
	float: left;
}
#sideMenu .link ul.category li strong{
	display:inline-block;
}
#sideMenu ul.category li a{
	text-decoration:none;
	display:block;
	font-size: 13px;
	background:url("../../image/global/icon_arrow_single.png") 0 0 no-repeat;
	padding-left: 12px;
	line-height: 10px;
}

#sideMenu ul.comment li a{
	text-decoration:none;
	display:block;
	font-size: 13px;
	background:url("../../image/global/icon_arrow_double.png") 0 0 no-repeat;
	padding-left: 20px;
	line-height: 10px;
}
#sideMenu ul.category li a:hover,
#sideMenu ul.comment li a:hover{
}

#sideMenu .popover-title:empty {
  display: none;
}
#sideMenu .popover-content {
}
#sideMenu .popover .arrow,
#sideMenu .popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

#sideMenu .popover .arrow {
  border-width: 11px;
}

#sideMenu .popover .arrow:after {
  border-width: 10px;
  content: "";
}

#sideMenu .popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

#sideMenu .popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
}

#sideMenu .popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

#sideMenu .popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
}

#sideMenu .popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

#sideMenu .popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
}

#sideMenu .popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

#sideMenu .popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
}

#sideMenu .btn .label,
#sideMenu .btn .badge {
  position: relative;
  top: -1px;
}

#sideMenu .btn-mini .label,
#sideMenu .btn-mini .badge {
  top: 0;
}

#sideMenu .pull-right {
  float: right;
}

#sideMenu .pull-left {
  float: left;
}

#sideMenu .hide {
  display: none;
}

#sideMenu .show {
  display: block;
}

#sideMenu .invisible {
  visibility: hidden;
}

#sideMenu .affix {
  position: fixed;
}

#sideMenu .navbar .popover {
	width: 490px;
	height: 462px;
	overflow: hidden;
	cursor:default;
	border:solid 1px #dddddd;
	border-left:none;
}

#sideMenu .navbar .popover-content {
	height: 140px;
	text-align: center;
}
#sideMenu .navbar .popover-content img {
	height: 140px;
	width: 490px;
}

#sideMenu .navmenu #navmenu {
	width: 180px;
}

/*==========================*/
#sideMenu .navmenu li.category {
	width:199px;
	cursor : pointer;
}

#sideMenu .navmenu li.category:hover{
	/margin-bottom:-2px;
	z-index:900;
}

#sideMenu .navmenu a.maincat{
	width:200px;
	height:40px;
	display:block;
	text-indent:-9999px;
}

#sideMenu .navmenu a.maincat:hover{
	background:none;
	text-indent:-9999px;
}

#sideMenu .navmenu li.category{
	height:40px;
	display:block;
}

#sideMenu li.type_201{
	background: url("../../image/global/menu_shop.jpg?161029") 0px 0px no-repeat;
}

#sideMenu li.type_202{
	background:url("../../image/global/menu_shop.jpg?161029") 0px -40px no-repeat;
}

#sideMenu li.type_203{
	background:url("../../image/global/menu_shop.jpg?161029") 0px -80px no-repeat;
}

#sideMenu li.type_204{
	background:url("../../image/global/menu_shop.jpg?161029") 0px -120px no-repeat;
}

#sideMenu li.type_205{
	background:url("../../image/global/menu_shop.jpg?161029") 0px -160px no-repeat;
}

#sideMenu li.type_206{
	background:url("../../image/global/menu_shop.jpg?161029") 0px -200px no-repeat;
}

#sideMenu li.type_207{
	background:url("../../image/global/menu_shop.jpg?161029") 0px -240px no-repeat;
}

#sideMenu li.type_208{
	background:url("../../image/global/menu_shop.jpg?161029") 0px -280px no-repeat;
}

#sideMenu li.type_209{
	background:url("../../image/global/menu_shop.jpg?161029") 0px -320px no-repeat;
}

#sideMenu li.type_210{
	background:url("../../image/global/menu_shop.jpg?161029") 0px -360px no-repeat;
}

#sideMenu li.type_211{
	background:url("../../image/global/menu_shop.jpg?161029") 0px -400px no-repeat;
}

#sideMenu li.type_212{
	background:url("../../image/global/menu_shop.jpg?161029") 0px -440px no-repeat;
}

#sideMenu li.type_201.select{
	background: url("../../image/global/menu_shop.jpg?161029") -199px 0px no-repeat;
}

#sideMenu li.type_202.select{
	background:url("../../image/global/menu_shop.jpg?161029") -199px -40px no-repeat;
}

#sideMenu li.type_203.select{
	background:url("../../image/global/menu_shop.jpg?161029") -199px -80px no-repeat;
}

#sideMenu li.type_204.select{
	background:url("../../image/global/menu_shop.jpg?161029") -199px -120px no-repeat;
}

#sideMenu li.type_205.select{
	background:url("../../image/global/menu_shop.jpg?161029") -199px -160px no-repeat;
}

#sideMenu li.type_206.select{
	background:url("../../image/global/menu_shop.jpg?161029") -199px -200px no-repeat;
}

#sideMenu li.type_207.select{
	background:url("../../image/global/menu_shop.jpg?161029") -199px -240px no-repeat;
}

#sideMenu li.type_208.select{
	background:url("../../image/global/menu_shop.jpg?161029") -199px -280px no-repeat;
}

#sideMenu li.type_209.select{
	background:url("../../image/global/menu_shop.jpg?161029") -199px -320px no-repeat;
}

#sideMenu li.type_210.select{
	background:url("../../image/global/menu_shop.jpg?161029") -199px -360px no-repeat;
}

#sideMenu li.type_211.select{
	background:url("../../image/global/menu_shop.jpg?161029") -199px -400px no-repeat;
}

#sideMenu li.type_212.select{
	background:url("../../image/global/menu_shop.jpg?161029") -199px -440px no-repeat;
}


#sideMenu li.type_201:hover{
	background:url("../../image/global/menu_shop.jpg?161029") -398px 0px no-repeat;
}

#sideMenu li.type_202:hover{
	background:url("../../image/global/menu_shop.jpg?161029") -398px -40px no-repeat;
}

#sideMenu li.type_203:hover{
	background:url("../../image/global/menu_shop.jpg?161029") -398px -80px no-repeat;
}

#sideMenu li.type_204:hover{
	background:url("../../image/global/menu_shop.jpg?161029") -398px -120px no-repeat;
}

#sideMenu li.type_205:hover{
	background:url("../../image/global/menu_shop.jpg?161029") -398px -160px no-repeat;
}

#sideMenu li.type_206:hover{
	background:url("../../image/global/menu_shop.jpg?161029") -398px -200px no-repeat;
}

#sideMenu li.type_207:hover{
	background:url("../../image/global/menu_shop.jpg?161029") -398px -240px no-repeat;
}

#sideMenu li.type_208:hover{
	background:url("../../image/global/menu_shop.jpg?161029") -398px -280px no-repeat;
}

#sideMenu li.type_209:hover{
	background:url("../../image/global/menu_shop.jpg?161029") -398px -320px no-repeat;
}

#sideMenu li.type_210:hover{
	background:url("../../image/global/menu_shop.jpg?161029") -398px -360px no-repeat;
}

#sideMenu li.type_211:hover{
	background:url("../../image/global/menu_shop.jpg?161029") -398px -400px no-repeat;
}

#sideMenu li.type_212:hover{
	background:url("../../image/global/menu_shop.jpg?161029") -398px -440px no-repeat;
}


/* addendum */

.addendum{
	width:100%;
	text-align:center;
	margin:0 0 15px 0;
}
.addendum ul{
	width:990px;
	display:inline-block;
	text-align:right;
}
#top_addendum ul{
	width:990px;
	display:inline-block;
	text-align:left;
}
.addendum ul li{
	width:775px;
	display:inline-block;
	text-align:left;
}

/* pagetop */
.pagetop_link{
	width:100%;
}
.pagetop_link p{
	width:970px;
	margin:0 auto;
	text-align:right;
	padding:0 10px;
}
.pagetop_link p a{
	padding:4px 0 5px 23px;
	font-weight:bold;
	font-size:14px;
	background:url("../../image/global/icon_page_top.png?141007") no-repeat;
	background-position:0 10px;
	text-decoration:none;
	color:#464646;
}

/* history */

#history .history_center{
	width:990px;
	display:block;
	margin:0 auto;
}
#history .history_center h2{
    height:16px;
	padding:12px 0;
	font-weight:bold;
	font-size:14px;
}
#history .history_center dl{
	width:130px;
	max-height:105px;
	padding:10px 0;
	margin:0 5px;
	float:left;
}

#history .history_center dl dt{
	text-align:center;
	margin:0 0 5px 0;
}

#history .history_center dl dd{
	text-align:center;
}
 #history .history_center dl dd a{
	font-weight:bold;
	text-align:center;
	color:#0b99e2;
}


/* domesticMenu */

#sideMenu #domesticMenu{
	width:199px;
	border: solid 1px #dddddd;
	margin: 0 0 15px;
}

#sideMenu #domesticMenu h2{
	padding: 15px;
	font-size: 14px;
	background: #eeeeee;
	border-bottom: solid 1px #dddddd;
}

#sideMenu #domesticMenu li a{
	display: block;
	text-indent:-9999px;
	width:199px;
	height:40px;
}

#sideMenu #domesticMenu li.domesticStay a{
	background:url("../../image/travel/menu_travel.gif?160405") 0px 0px no-repeat;
}

#sideMenu #domesticMenu li.domesticStay a:hover{
	background-position: -199px 0px;
}

#sideMenu #domesticMenu li.domesticTour a{
	background:url("../../image/travel/menu_travel.gif?160405") 0px -40px no-repeat;
}

#sideMenu #domesticMenu li.domesticTour a:hover{
	background-position: -199px -40px;
}

#sideMenu #domesticMenu li.domesticAirTicket a{
	background:url("../../image/travel/menu_travel.gif?160405") 0px -80px no-repeat;
}

#sideMenu #domesticMenu li.domesticAirTicket a:hover{
	background-position: -199px -80px;
}
#sideMenu #domesticMenu li.domesticRental a{
	background:url("../../image/travel/menu_travel.gif?160405") 0px -120px no-repeat;
}

#sideMenu #domesticMenu li.domesticRental a:hover{
	background-position: -199px -120px;
}

#sideMenu #domesticMenu li.domesticAbout a{
	display: block;
	background:url("../../image/travel/menu_travel.gif?160405") 0px -280px no-repeat;
}

#sideMenu #domesticMenu li.domesticAbout a:hover{
	background-position: -199px -280px;
}


/* abroadMenu */

#sideMenu #abroadMenu{
	width:199px;
	border: solid 1px #dddddd;
	margin: 0 0 15px;
}

#sideMenu #abroadMenu h2{
	padding: 15px;
	font-size: 14px;
	background: #eeeeee;
	border-right: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
}

#sideMenu #abroadMenu li a{
	display: block;
	text-indent:-9999px;
	width:199px;
	height:40px;
}

#sideMenu #abroadMenu li.abroadStay a{
	background:url("../../image/travel/menu_travel.gif?160405") 0px -160px no-repeat;
}

#sideMenu #abroadMenu li.abroadStay a:hover{
	background-position: -199px -160px;
}

#sideMenu #abroadMenu li.abroadTour a{
	background:url("../../image/travel/menu_travel.gif?160405") 0px -200px no-repeat;
}

#sideMenu #abroadMenu li.abroadTour a:hover{
	background-position: -199px -200px;
}

#sideMenu #abroadMenu li.abroadEtc a{
	display: block;
	background:url("../../image/travel/menu_travel.gif?160405") 0px -240px no-repeat;
}

#sideMenu #abroadMenu li.abroadEtc a:hover{
	background-position: -199px -240px;
}

#sideMenu #abroadMenu li.abroadAbout a{
	display: block;
	background:url("../../image/travel/menu_travel.gif?160405") 0px -320px no-repeat;
}

#sideMenu #abroadMenu li.abroadAbout a:hover{
	background-position: -199px -320px;
}

/* travelNews */

#sideMenu #travelNews{
    margin: 0 0 15px 0;
    width:200px;
	background:#ffffff;
	border: #d9e1e3 1px solid;
}

#sideMenu #travelNews h2{
	padding: 15px;
	font-size: 14px;
	background: #eeeeee;
	border-bottom: solid 1px #dddddd;
}

#sideMenu #travelNews .sideColumnBg{
	padding:5px 0 0 0;
}

#sideMenu #travelNews .sideColumnBottom{
}

#sideMenu #travelNews .article {
	padding: 5px;
	font-size: 11px;
}

#sideMenu #travelNews .article .title .nolink{
	font-weight:bold;
}

#sideMenu #travelNews .article .title a{
	font-weight:bold;
}



/* recentHotel */

#sideMenu #recentHotel{
    margin: 0 0 15px 0;
    width:200px;
	background:#ffffff;
	border: #d9e1e3 1px solid;
}

#sideMenu #recentHotel h2{
	padding: 15px;
	font-size: 14px;
	background: #eeeeee;
	border-bottom: solid 1px #dddddd;
}

#sideMenu #recentHotel h2.recentAbroad{
	padding: 15px;
	font-size: 14px;
	background: #eeeeee;
	border-bottom: solid 1px #dddddd;
}

#sideMenu #recentHotel .sideColumnBg{
	padding:5px 0 0 0;
}

#sideMenu #recentHotel .sideColumnBottom{

}

#sideMenu #recentHotel ul li{
    list-style-type: none;
    background-image: url("../../image/global/icon_triangle_orange.gif");
    background-repeat: no-repeat;
    background-position: 7px 9px;
	font-size: 11px;
    padding:5px 5px 0 20px;
}

#sideMenu #recentHotel ul li a{
	font-size: 11px;
}

#sideMenu .recentList {
	text-align: right;
    padding: 5px 5px;
}

#sideMenu .recentList a {
	font-size: 11px;
}

/* t_free */

#sideMenu .t_free {
    margin: 0 0 15px;
}

#sideMenu .t_free a{
	vertical-align:bottom;
}

/* leftSquareTop */

#sideMenu .leftSquareTop{
	width: 200px;
	margin: 15px 0 0 0;
}

#sideMenu .leftSquareTop .banner{
	margin: 0 0 5px 0;
}

#sideMenu .leftSquareBottom{
	width: 200px;
	margin: 15px 0 0 0;
}

#sideMenu .leftSquareBottom .banner{
	margin: 0 0 5px 0;
}


/* corporate */

#sideMenu .corporate{
	width: 200px;
    margin: 0 0 15px;
}

#sideMenu .corporate .banner{
	text-align: center;
	margin: 0 0 20px 0;
}

#sideMenu .corporate .banner a{
    text-decoration:none;
}

#sideMenu .corporate .banner img{
    vertical-align:bottom;
}


/*==========================================================*/
/* mainContents */
#swfslide{
        z-index:2;
}

#mainContents{
        width:1000px;
}

#mainContents div.titleS{
        width:450px;
        height:27px;
        background:url(../../image/category/title_category_shop.jpg) no-repeat;
        margin-bottom:10px;
}

#mainContents div.titleS.search{
        background:url(../../image/global/title_search2.jpg) no-repeat;
        position:relative;
        width:450px;
        height:25px;
        margin-top:-1px;
}

#mainContents div.titleS.search h2{
    margin-left:10px;
}


#mainContents div.titleS h2{
        color:#fff;
}

#mainContents div.titleS.second{
        margin-top:40px;
}

#mainContents div.titleS h2{
		color:#FFFFFF;
		font-size:108%;
		font-weight:700;
		padding:3px 0 0 15px;
		text-indent:0;
		width:420px;
}

.detail .title a{
    font-size:93%;
}
/*==========================================================*/
/* mainContentsM */
#mainContentsM{
    width:785px;
    float:left;
    display:inline;
	background:#ffffff;
	border: solid 1px #dddddd;
}
/*==========================================================*/
/* mainContentsL */

#mainContentsL{
    width:765px;
    float:left;
    display:inline;
	background:#ffffff;
	padding: 20px 10px 20px 10px;
	border: solid 1px #dddddd;
}

#mainContentsL div.titleS h2{
    color:#fff;
    font-size:108%;
    font-weight:700;
    padding:3px 0 0 15px;
    text-indent:0;
    width:420px;
}

#mainContentsL h2{
    color:#333333;
    font-size:22px;
    font-weight:bold;
    padding: 0 0 22px;
    text-indent:0;
}

#mainContentsL div.titleS.search{
		margin: 0 0 7px 0;
}

#mainContentsL .searchNum{
	float: right;
}

#mainContentsL div.titleS.second{
		margin: 40px 0 7px 0;
}

/*==========================================================*/
/* detialsSearch */

#mainContentsL div.detailsSearch{
    width: 765px;
    margin: 5px 0 15px;
}

#mainContentsL div.detailsSearch .detail{
    width:765px;
}

#mainContentsL div.detailsSearch .btn{
    width:100px;
    text-align: center;
	margin:10px auto 0;
}

#mainContentsL div.detailsSearch .btn input {
	-webkit-appearance: none;
    appearance: none;
    width: 100%;
    margin: 0;
	padding: 5px 4px 3px 25px;
    background: url(../../image/global/icon_search_white.png) no-repeat 22px 5px #094;
    background-size: 20px;
	cursor: pointer;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
    border: 1px solid #009944;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}

#mainContentsL div.detailsSearch .btn input:hover{
	opacity: 0.6;
}

#mainContentsL .detailsSearch .categories li {
	float:left;
	width:100px;
	height:23px;
}

#mainContentsL div.detailsSearch .input{
        background:#efefef;
		border:solid 1px #ddd;
		display:inline-block;
		width: 765px;
		padding: 10px 0;
}

#mainContentsL div.detailsSearch .input ul{
		width: 740px;
		display:inline-block;
		margin:10px 0 0 0\9; /* IE10以下 */
		display:inline-block\9; /* IE10以下 */
}

#mainContentsL div.detailsSearch .input li{
		margin: 5px 0 0 0;
}

#mainContentsL div.detailsSearch .input li.title{
		float:left;
		width: 100px;
		text-align: right;
		margin:10px 0 0;
}

#mainContentsL div.detailsSearch #TabbedPanelsContent .input li.title{
    width:190px;
}

#mainContentsL div.detailsSearch .input li.condition{
		float:left;
		width: 620px;
		padding: 0 0 0 10px;
}

#mainContentsL div.detailsSearch #TabbedPanelsContent .input li.condition{
    width:500px;
}
#mainContentsL div.detailsSearch #TabbedPanelsContent .input li.condition input{
    vertical-align:middle;
}

#mainContentsL div.detailsSearch .input li.condition select{
		/*width: 130px;*/
}

#mainContentsL div.detailsSearch .input li.condition select.pointup{
		width: 50px;
}

#mainContentsL div.detailsSearch .input li.condition .box{
		width: 450px;
}

#mainContentsL div.detailsSearch .input li.condition .pointGive{
		width: 50px;
}

#mainContentsL  div.detailsSearch .condition .pointuFlg{
		margin: 0px 2px 0 20px;
}

#mainContentsL div.detailsSearch .input li.condition .price{
		width: 75px;
}

#mainContentsL div.detailsSearch .attention {
		width: 550px;
		margin: 0;
		padding:0;
}

#mainContentsL div.detailsSearch .attention .title{
		color:#FF872B;
		width: 90px;
		float: left;
}

#mainContentsL div.detailsSearch .attention .keyword{
		width: auto;
}

#mainContentsL  div.detailsSearch .attention .keyword a{
		margin: 0 0 0 5px;
}

#mainContentsL .detailsSearch .categories li.help {
	float:right;
}

/*==========================================================*/
/* campaignNews */
#campaignNews .nolink{
        color:#413FFF;
}

/*==========================================================*/
/* mainContentsLL */

#mainContentsLL{
	width: 1000px;
	float: left;
	display: inline;
	padding: 30px 20px;
	background: #ffffff;
}

#mainContentsLL div.title{
}

#mainContentsLL div.title h2{
	color: #333;
    font-size: 18px;
    font-weight: bold;
    border-bottom: solid 1px #333333;
    padding-bottom: 3px;
    margin-bottom: 20px;
}



/*==========================================================*/
/* sideContents */
#sideContents{
        width:320px;
        float:left;
}

#sideContents .sideContentsBg{
    padding:10px 10px 0;
}

/* display */

#sideContents #display{
	background:#ffffff;
	text-align:center;
	padding:10px;
}

#sideContents #display a img{
	margin:0 0 4px;
}

#sideContents #display .pointTxt{
	width:122px;
    margin: 0 auto;
}

/* login_newReg */

#sideContents #login_newReg {
        background-color:#fffae0;
        border: solid 1px #E3E3E3;
		width: 300px;
		height: 76px;
		padding: 10px;
		margin: 15px 0 0;
}
#sideContents #login_newReg p a{
	color:#0b99e2;
}
#sideContents #login_newReg .login{
	width: 145px;
	height:35px;
	float: left;
	margin: 0 10px 0 0;
}

#sideContents #login_newReg .newReg{
	width: 145px;
	float: left;
}

#sideContents #login_newReg .newReg a{
	display:block;
	background:url(../../image/side/btn_newregist.jpg) 0px 0px;
	text-indent:-9999px;
	width:145px;
	height:35px;
}

#sideContents #login_newReg .newReg a:hover{
    background:url(../../image/side/btn_newregist.jpg) 0px 35px;
}

#sideContents #login_newReg p{
        *margin: -5px 0 0 0;
		margin:3px 0 0 0;
		display:inline-block;
}

#sideContents #login_newReg p span{
	font:13px Osaka,"ＭＳ Ｐゴシック",centuly gothic,arial,helvetica,clean,sans-serif;
}

#sideContents #login_newReg p a:hover{
	color:#ff919a;
}

#sideContents #mall_movie{
        margin:15px 0 0;
		background:#ffffff;
		padding:5px 0;
}

#sideContents #mall_movie a{
        margin: 5px auto 0;
		width: 300px;
		display: block;
}

/* rightMiddle*/

#sideContents #rightMiddle{
        margin:15px 0;
		background:#ffffff;
		padding-bottom:5px;
}

#sideContents #rightMiddle h2{
        background:url(../../image/side/title_special.jpg?141007) no-repeat;
        text-indent:-9999px;
		width: 320px;
		height: 30px;
}

#sideContents #rightMiddle .column{
        padding:5px 0;
		width:320px;
		text-align:center;
}
#sideContents #rightMiddle .column .banner{
	display:inline-block;
   *display: inline;
    *zoom: 1;
}

/* rank */


#sideContents #rank {
	margin: 15px 0 0 0;
	background:#ffffff;
}
#sideContents #rank .sideContentsBg{
	padding:0 ;
}

#sideContents #rank h2{
        background:url(../../image/side/title_ranking.jpg?141007) no-repeat;
        text-indent:-9999px;
		width: 320px;
		height: 36px;
}

#sideContents #rank .icon{
        width:40px;
        height:14px;
        text-indent:-9999px;
        float:left;
        margin-right:5px;
}

#sideContents #rank .orange{
	background:#fffae0;
}

#sideContents #rank .article p{
	font-size: 11px;
}

#sideContents #rank .article .num {
	font-family:arial;
    width: 20px;
	height:auto;
	text-align:center;
	font-weight:bold;
	padding:20px 0;
	margin:0 7px 0 0;
	float: left;
}
#sideContents #rank .article .n1{
	background:#ffaa30;
}
#sideContents #rank .article .n2{
	background:#ffc230;
}
#sideContents #rank .article .n3{
	background:#f1cb6f;
}
#sideContents #rank .article .n4,
#sideContents #rank .article .n5{
	background:#d8cfba;
}

#sideContents #rank .article .title {
	width:255px;
	padding:5px 0 4px 0;
	float: left;
}
#sideContents #rank .article .title a {
	font-size: 12px;
	font-weight: bold;
}

#sideContents #rank .article .pointTxt{
    display: inline-block;
    width: 122px;
    height: 23px;
    float:left;
    margin:0 5px 0 0;
}

#sideContents #rank .article .pointUp{
	padding:5px 0 5px 5px;
}
#sideContents #rank .pointTxt{
	height:19px!important;
}

/* new */


#sideContents #new{
	margin: 15px 0 0 0;
	background:#ffffff;
}

#new .sideContentsBg{
	padding:10px 0;
}

#sideContents #new h2 {
	background:url("../../image/side/title_new.jpg?141007") no-repeat;
	text-indent:-9999px;
	height:33px;
	width:320px;
	/*margin: 0 0 10px 0;*/
}

#sideContents #new .newShop h3 {
	color: #019946;
	font-weight: bold;
}

#sideContents #new .newService h3 {
	color: #019946;
	font-weight: bold;
}

#sideContents #new .pink {
	background:#fff4f3;
}

#sideContents #new .article {
	width: 300px;
	padding:10px;

}

#sideContents #new .article .day,
#sideContents #new .article .title{
	float: left;
	font-size: 11px;
    margin:0 0 4px;
}

#sideContents #new .article a{
	font-size: 11px;
}

#sideContents #new .article .day{
	font-size:12px;
	font-weight:bold;
	margin:0 5px 0 0;
}

#sideContents #new .article .pointTxt{
    clear:both;
    width:124px;
    height:23px;
}

#sideContents #new .article .title{
	width: 255px;
}
#sideContents #new .article .title a{
	font-size:12px;
	font-weight:bold;
}


#new .sideContentsBg p.pointUp{
	margin:2px 0 0 0;
}

#sideContents #new .pointTxt{
	height:19px!important;
}



/* info */

#info .sideContentsBg{
	padding:0;
}

#sideContents #info{
	margin: 15px 0 0 0;
	background:#ffffff;
}

#sideContents #info h2 {
	background:url("../../image/side/title_info.jpg?141007") no-repeat;
	text-indent:-9999px;
	height:23px;
	width:320px;
}

#sideContents #info .article {
	width: auto;
	padding: 15px 10px;
}

#sideContents #info .scrollarea .article {
	width: auto;
}

#sideContents #info .orange {
	background:#fffae0;
}
#sideContents #news .glay {
	background:#f8f8f8;
}

#sideContents #info .article p{
	font-size: 12px;
	float: left;
	margin:0 5px 0 0;
}

#sideContents #info .article .icon{
	float: left;
	width: 36px;
	margin: 0 3px 0 0;
}

#sideContents #info .article .title{
	margin: 0;
	clear:both;
}

#sideContents #info .article .title a{
	display:inline;
	font-weight:bold;
}
#sideContents #info .article .text{
	margin: 0;
	clear:both;
}

#sideContents #info span.line{
        font-size:0%;
        margin-bottom:10px;
        display:block;
        padding-bottom:4px;
        margin-left:13px;
        width:264px;
        border-bottom:1px dotted #999;
}

/* news */


#news .sideContentsBg{
	padding:0;
}
#sideContents #news{
	margin: 15px 0 0 0;
	background:#ffffff;
}

#sideContents #news h2 {
	background:url("../../image/side/title_news.jpg?141007") no-repeat;
	text-indent:-9999px;
	height:23px;
	width:320px;
}

#sideContents .scrollarea{
	overflow: auto;
	height: auto;
	max-height: 320px;
}

#sideContents #news .article {
	width: auto;
	padding: 15px 10px;
}

#sideContents #news .scrollarea .article {
	width: auto;
	padding: 15px 10px;
}

#sideContents #news .orange {
	background:#fffae0;
}

#sideContents #news .article p{
	font-size: 12px;
	float: left;
	margin:0 5px 0 0;
}

#sideContents #news .article .icon{
	float: left;
	width: 36px;
	margin: 0 3px 0 0;
}

#sideContents #news .article .title{
	margin: 0;
	clear:both;
	width:280px;
}

#sideContents #news .article .title a{
	display:inline;
	font-weight:bold;
}

#sideContents #news .article .text{
	clear:both;
	width:280px;
}

#sideContents #news span.line{
        font-size:0%;
        margin-bottom:10px;
        display:block;
        padding-bottom:4px;
        margin-left:13px;
        width:264px;
        border-bottom:1px dotted #999;
}

/* link */
#sideContents #link .column{
        padding-top:10px;
}

#sideContents #link h3{
        text-indent:-9999px;
        background:url(../../image/top/link.jpg) no-repeat;
        height:24px;
        margin:15px 0px 0px 0px;
}

#sideContents .mobile {
		width: 300px;
		margin: 10px 0 0 0;
}

#sideContents .mobile{
        background:url(../../image/global/mobile_bg.jpg?200100301) no-repeat;
		width:300px;
		height:120px;
}

/*==========================================================*/
/* footer */

#footer{
    width:100%;
	padding:40px 0 37px 0;
	background:#FFFFFF;
}

#footer .pageTop{
	text-align: right;
}

#footer .inner{
	width:1000px;
	margin:0 auto;
}

#footer #corporate{
	background:#e8e8e8;
	padding:20px 0;
    margin: 0 0 24px;
}

#footer #corporate .inner div{
	float: left;
}

#footer #corporate .inner div a:hover{
	opacity: 0.6;
}

#footer #corporate .inner div:nth-child(2){
	margin:0 10px;
}
=====================================
#footer #footer_news {
}
#footer #footer_news a{
	text-decoration: underline;
}
#footer #footer_news h5 {
    margin-bottom: 20px;
}
#footer #footer_news .article{
    border: solid 1px #dddddd;
    border-bottom:none;
}
#footer #footer_news .article:last-child{
    border-bottom: solid 1px #dddddd;
}
#footer #footer_news .article p.day_title{
	text-align: center;
	color:#009340;
    padding: 10px 0;
}
#footer #footer_news .article p.day_title a{
	display:block;
	color:#009340;
	text-decoration: none;
	text-align: center;
}
#footer #footer_news .article p.day_title.pointer{
	cursor: pointer;
}
#footer #footer_news .article p.day_title .news_title{
	position: relative;
	font-weight: bold;
}
#footer #footer_news .article p.day_title .open{
	position: absolute;
	top:4px;
	bottom:0;
	margin: auto;
	right:-24px;
	width: 12px;
	height:12px;
	display: block;
	background:url(../../image/global/icon_link_close.png) no-repeat;
}
#footer #footer_news .article p.day_title .close{
	position: absolute;
	top:4px;
	bottom:0;
	margin: auto;
	right:-24px;
	width: 12px;
	height:12px;
	display: block;
	background:url(../../image/global/icon_link_open.png) no-repeat;
}
#footer #footer_news .article p.day_title .anchor_allow{
	position: absolute;
	top:0;
	bottom:0;
	margin: auto;
	right:-24px;
	width: 12px;
	height:12px;
	display: block;
	background:url(../../image/global/icon_link_g.png) no-repeat;
}

#footer #footer_news .new_link_btn{
	width:508px;
	height:38px;
	line-height: 38px;
	margin:10px auto 20px;
	position: relative;
}
#footer #footer_news .new_link_btn a{
	display:block;
	color:#009340;
	border: 1px solid #ddd;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}
#footer #footer_news .new_link_btn span{
	position: absolute;
	top:14px;
	right:190px;
	width:12px;
	height: 12px;
	display: inline-block;
	background:url(../../image/global/icon_link_g.png) no-repeat;
}
#footer #footer_news .new_link_btn a:hover{
	color: #fff;
	background-color:#009340;
	border: 1px solid #fff;
}
#footer #footer_news .new_link_btn a:hover span{
	background: url(../../image/global/icon_link_w.png) no-repeat;
}
#footer #footer_news .article .text{
	background:#fff;
    line-height: 1.5;
}
#footer #footer_news .article .text p{
	text-align: center;
	padding: 10px 20px;
}

#footer #menu_list{
	margin-top:40px;
}

#footer .menu{
	float: left;
	width:200px;
}

#footer .menu ul li{
	margin-bottom: 8px;
}

#footer .menu a{
	font-size:12px;
}

#footer .menu p{
	font-size:14px;
	font-weight: bold;
	margin-bottom: 14px;
}

#main_copyright{
	border-top:6px solid #009340;
	width:100%;
	background:#ffffff;
	padding: 23px 0 30px;
}

#main_copyright .inner{
	width:1000px;
	margin:0 auto;
}

#main_copyright .inner p{
	text-align: center;
}

#main_copyright .inner p.company_logo{
	margin-bottom: 14px;
}

#main_copyright .inner p.company_logo:hover{
	opacity: 0.6;
}

#toTop{
	position: fixed;
	right: 20px;
	bottom: 70px;
	width: 100%;
}

#toTop div{
	/*position: relative;*/
	position:static;
	width: 1200px;
	margin: 0 auto;
}

#toTop span{
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	background:url("../../image/global/btn_pagetop.png?150421") no-repeat ;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	cursor: pointer;
}

#toTop span:hover{
	background-position: 0 -50px;
}

/*==========================================================*/
/* floatingBanner */

#floatingBanner{
    position: absolute;
    top: 190px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 2000;
}

#floatingBanner .bgFloatingBanner {
    position: relative;
    width: 783px;
    height: 443px;
    margin: 0 auto;
}

#floatingBanner .bgFloatingBanner a {
    display: block;
    width: 793px;
    height: 443px;
}

#floatingBanner .bgFloatingBanner .btnClose {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 52px;
    height: 52px;
    cursor: pointer;
    z-index: 4000;
}

/*==========================================================*/
/* topList */

#mainContents .mainColumnBg{
        padding:10px 10px 0;
        width:430px;
}

#mainContents .mainColumnBg .inner{
        margin:0px 15px;
}

.mainColumnBg .list {
        border-top:dotted 1px #e4e4e4;
		margin:0 0 15px;
		padding:15px 0 0 10px;
}


.mainColumnBg .column{
		width: 370px;
		float: left;
		margin: 0 20px 20px 0;
		border:solid 1px #dddddd;
}

.mainColumnBg .column a{
	padding:15px 10px;
	width: 350px;
	height:140px;
	position: relative;
}

.mainColumnBg .column a .thanks{
	position: absolute;
	top:0;
	right: 0;
}

.mainColumnBg .column a:hover{
	opacity: 0.6;
	text-decoration: none;
}

.mainColumnBg .column.right{
		margin-right: 0;
}

.mainColumnBg .column .title{
		margin: 0px 0px 5px 0;
		clear:both;
}

.mainColumnBg .column .shop_top{
	padding: 0 15px 15px;
	margin-bottom: 15px;
	border-bottom: solid 1px #dddddd;
}

.mainColumnBg .column .banner{
        float:left;
        width:120px;
		margin: 0 20px 0 0;
}

.mainColumnBg .column .banner img{
        width:120px;

}

.mainColumnBg .column .shop_info{
        float:left;
		width: 180px;
}

.mainColumnBg .column .shop_info h3{
	font-size: 12px;
	font-weight: normal;
	margin-top: 6px;
	color: #333333;
}

.mainColumnBg .column .detail{
	clear: both;
	padding:0 15px;
}

.mainColumnBg .column .exp{
		color:#333333;
        display:block;
        width:320px;
        }

.mainColumnBg .column .exp h4{
		background-color:#f2f2f2;
		padding: 5px;
        font-size:96%;
        line-height:13px;
		font-weight: bold;

}

.mainColumnBg .column .btn{
	margin: 5px 0 ;
}

.mainColumnBg .column .btn .shopSite{
	float: left;
	width: 140px;
}

.mainColumnBg .column .btn .shopDetails{
	float: left;
	margin: 4px 0 0 0;
}

/*==========================================================*/
/* itemList */

.mainColumnBg .itemList td {
	border-left:3px solid #FFFFFF;
	text-align:center;
	vertical-align:top;
	padding: 10px 0 0 ;
}

.mainColumnBg .itemList .itemImgTitle,
.mainColumnBg .itemList .itemDetailTitle,
.mainColumnBg .itemList .itemPointTitle{
	background:none repeat scroll 0 0 #e3e3e3;
	font-weight:bold;
	padding:3px 10px;
}

.mainColumnBg .itemList .itemImg{
	width: 130px;
	padding: 10px 10px 0;
}

.mainColumnBg .itemList .itemImg img{
	max-width: 130px;
}

*html .mainColumnBg .itemList .itemImg img{
	width:expression(this.width >= 130 ? "130px" : "auto");
}

.mainColumnBg .itemList .itemDetail{
	width: 350px;
	padding:10px 10px 0 10px;
}

.mainColumnBg .itemList .itemDetail .itemTxt{
	margin: 0 0 5px;
}

.mainColumnBg .itemList .itemDetail .shopName{
	font-size: 11px;
}

.mainColumnBg .itemList .itemName{
	font-weight:bold;
}

.mainColumnBg .itemList .itemPrice{
	color:#FF0000;
}

.mainColumnBg .itemList .itemPoint{
	width: 180px;
	padding:10px 10px 0 10px;
}

.mainColumnBg .itemList .btn{
	float: right;
	margin: 5px 0 0 10px;
	width: 270px;
}

.mainColumnBg .itemList .btn a{
	display:block;
	width: 130px;
	height: 24px;
}

.mainColumnBg .itemList .bottom{
	border-bottom: 1px dotted #E4E4E4;
	height:10px;
}


/*==========================================================*/
/* icon */
.icon{
	width: 119px;
	height: 15px;
	margin: 0px 0 2px 0;
}

.icon .pointUp {
	float: left;
	width:75px;
}

.icon .new {
	float: right;
	width:39px;
}

.icon_favorite {
	width: 119px;
	height: 15px;
	margin: 0px 0 2px 0;
	float:left;
}

.icon_favorite .pointUp {
	float: left;
	width:75px;
}

.icon_favorite .new {
	float: right;
	width:39px;
}


/*==========================================================*/
/* order */

.order .by a {
	margin:0 5px;
}

/*==========================================================*/
/* pager */

.page-navi{
    text-align: center;
    margin: 20px 0 15px;
}

.page-navi .bigTarget{
    display: -moz-inline-box; /*for Firefox 2*/
    display: inline-block; /*for modern*/
    /display: inline; /*for ie5～7*/
    /zoom: 1; /*for ie5～7*/
    margin:0px auto;
    text-align: center;
}

.page-navi li{
	font-size:11px;
	text-align:center;
	width:32px;
	height:32px;
	margin-right: 4px;
	margin-bottom: 4px;
	float:left;
	display:inline-block;
	overflow:hidden;
	font-weight:700;
	line-height: 25px;
	border:solid 1px #ddd;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	background: #FFF;
	font-size: 12px;
}

.page-navi li.hover{
	border-color: #009944;
	background: #009944;
}

.page-navi li.hover a{
	color: #FFF;
	font-weight: bold;
}

.page-navi li.u999 a{
	width:24px;
}

.page-navi li.u999{
	width:32px;
}

.page-navi li.o1000 a{
	width:30px;
}

.page-navi li.o1000{
	width:39px;
}

.page-navi li.o10000 a{
	width:34px;
}

.page-navi li.o10000{
	width:44px;
}

.page-navi li.o100000 a{
	width:39px;
}

.page-navi li.o100000{
	width:49px;
}

.page-navi li a{
    font-size:11px;
	font-weight: normal;
    text-align:center;
	color:#333333;
	padding:4px;
	display: block;
}

.page-navi li a:hover{
	background : #009944;
	color: #FFF;
	text-decoration: none;
}

.page-navi .on{
	border:solid 1px #ddd;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	background: #009944;
	color: #FFF;
	font-size: 12px;
	line-height: 33px;
}

.page-navi a{
	width:24px;
	margin: 0px auto;
	float:left;
}

#search_num_order{
	margin-bottom: 15px;
}

#search_num_order .order{
    float: right;
}

#search_num_order .order label{
	position: relative;
}

#search_num_order .order label:after{
	display: block;
    content: " ";
    position: absolute;
    top: 50%;
    right: 14px;
    width: 7px;
    height: 6px;
    margin-top: -4px;
    background: url(../../image/global/icon_selectbox_green.png) 0 0 no-repeat;
    background-size: 7px;
    pointer-events: none;
}

#search_num_order .order select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
	border:none;
	border:solid 1px #ddd;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	padding:10px 27px 10px 15px;
}

#search_num_order .order select::-ms-expand {
    display: none;
}

#search_num_order .searchNum{
    float: right;
	margin: 10px 10px 0 0;
	font-size: 14px;
}

#search_num_order .searchNum span{
	font-size: 14px;
}


/*==========================================================*/
/* attention */

div.attention ol{
        margin-left:30px;
        margin-bottom:20px;
}

div.attention ul{
        margin-left:10px;
        margin-bottom:20px;
}

div.attention ul.inner{
        margin-left:10px;
        margin-top:10px;
        margin-bottom:10px;
}

/*==========================================================*/
/* privacy */

div.privacy ol{
        margin-left:30px;
        margin-bottom:20px;
}

div.privacy ul{
        margin-left:10px;
        margin-bottom:20px;
}

div.privacy ul.inner{
        margin-left:10px;
        margin-top:10px;
        margin-bottom:10px;
}


/*==========================================================*/
/* error */
div.note{
        color:#D84340;
        margin-bottom:10px;

}

span.note {
        color:#D84340;
        margin-bottom:10px;
}

/*==========================================================*/
/* attention */

div.attention{
        margin:0;

}

div.attention{
		padding: 5px 15px;
        margin:0;

}

div.attention dt{
		color:#666666;
		font-size:11px;
		font-weight:bold;
		text-align:center;
}

#aboutPoint .flow dd {
		background:none repeat scroll 0 0 #FBFBFB;
		border:1px solid #BBC7CC;
		margin:10px 0;
		padding:10px 5px;
		text-align: center;
}

#aboutPoint .flow .btns {
	text-align:center;
	vertical-align:middle;
	width:154px;
}

#aboutPoint .flow a{
		font-size:11px;
}


#aboutPoint .notandum dd p{
		color:#999999;
		font-size:11px;
		margin-top:10px;
}

#aboutPoint .notandum dd p a{
		font-size:11px;
}

div.attention p.index{
        margin-top:20px;
        margin-bottom:5px;
        border-bottom:2px solid #464646;
}

div.attention div.textArea{
        margin-left:10px;
}

div.attention div.textArea p{
        font-size:85%;
}

div.attention div.textArea ol li{
        font-size:85%;
}

div.attention div.textArea ul li{
        font-size:85%;
}

div.attention div.textArea a{
        font-size:85%;
}




/*==========================================================*/
/* point_text */

.pointTxt{
}

.pointTxt .regular_net{
	color: #666666;
	font-weight: bold;
	font-size: 18px;
}

.pointTxt .point_regular .regular_net{
	color: #333333;
	font-weight: bold;
}

.pointTxt .up_net{
	color: #e60012;
	font-weight: bold;
}

.pointTxt .up_net.real_detail{
	color: #e60012;
	font-weight: bold;
}

.cash.point_up .up_net,
.cash.point_up .yen{
	font-weight: bold;
	color:#e60012;
}

.point.point_up .arrow_up{
	margin:0 4px;
}

.point_up .up_net{
	font-size: 26px;
}

.point_up .percent{
	font-size: 16px;
	font-weight: bold;
	color:#e60012;
}

.point_up .text_max{
	font-size: 16px;
	font-weight: bold;
	color:#333333;
}

.point_regular .regular_net{
	font-size: 26px;
}

.point_regular .percent,
.point_regular .yen,
.point_up .yen{
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}

.cash .up_icon{
	margin-right: 7px;
}


/*====== type1 ======*/

/*====== type2 ======*/

.type2{
    width: 135px;
    height: 29px;
    position:relative;
    padding:16px 0 0;
}

.type2 p .txt{
    font-size:10px;
    display:block;
    position:absolute;
    top:2px;
    left:4px;
}

.type2 p span{
    font-weight:bold;
}

/*パーセント*/
.type2 .point_regular_p .regular_net{
    font-size:18px;
    display:block;
    text-align:center;
}

.type2 .point_up_p .regular_net{
    margin:5px 0 0 25px;
    float:left;
}

.type2 .point_up_p .up_net{
    font-size:18px;
    color:#FF0000;
}
/*ポイント*/

.type2 .point_regular_en .regular_net{
    font-size:18px;
    display:block;
    text-align:center;
}

.type2 .point_up_en .up_net{
    font-size:18px;
    display:block;
    text-align:center;
    color:#FF0000;
}

/*====== type3 ======*/

.type3{
    background:none;
}

.type3 .txt{
    text-align:left;
    width:90px;
    float:left;
    font-weight:bold;
}

.type3 p{
    width:110px;
    display:inline-block;
    text-align:right;
}

.type3 p span{
    font-weight:bold;
    text-align:right;
    font-size:13px;
    color:#FF0000;
}

.type3 .point_up .regular_net{
    color:#464646;
}


/*====== type4======*/

.type4{
    width: 179px;
    height: 39px;
    position:relative;
    display:inline-block;
    padding:21px 0 0;
}

.type4 p{
    text-align:center;
}

.type4 p .txt{
    font-size:11px;
    font-weight:bold;
    position:absolute;
    top:4px;
    left:4px;
    color:#464646;
}

.type4 p span{
    font-size:20px;
    font-weight:bold;
    color:#FF0000;
}

.type4 .point_up .regular_net{
    color:#464646;
}

/*====== type5======*/

.type5{
    width:79px;
    height:60px;
    display:inline-block;
    position:relative;
}

.type5 .txt{
    position:absolute;
    top:2px;
    left:2px;
    font-size:10px;
}

.type5 p{
    text-align:center;
}

.type5 p span{
    font-weight:bold;
    display:inline-block;
}

.type5 .point_regular_p .regular_net{
    font-size:17px;
    margin:25px 0 0;
    color:#ff0000;
}

.type5 .point_up_p .regular_net{
    font-size:17px;
    margin:16px 0 0 10px;
}

.type5 .point_up_p .up_net{
    font-size:17px;
    margin:-6px 0 0;
    color:#ff0000;
}

.type5 .point_up_en .up_net{
    font-size:15px;
    color:#ff0000;
    margin:25px 0 0;
}

.type5 .point_regular_en .regular_net{
    font-size:15px;
    margin:25px 0 0;
    color:#ff0000;
}


/*====== type6 ======*/

.type6{
    width: 135px;
    height: auto!important;
    position:relative;
    text-align:center;
}

.type6 p .txt{
    font-size:10px;
    display:block;
	padding-left:4px;
	color:#464646;
}

.type6 p span{
    font-weight:bold;
}
.type6 .point_up_p{
    text-align:center;
}

/*パーセント*/
.type6 .point_regular_p .regular_net{
    font-size:18px;
    display:block;
    text-align:center;
	color:#FF0000;
}

.type6 .point_up_p .regular_net{
    font-size:14px;
 	color:#464646;
}
.type6 .point_up_p .up_net{
    font-size:18px;
    color:#FF0000;

}
/*ポイント*/

.type6 .point_regular_en .regular_net{
    font-size:18px;
    display:block;
    text-align:center;
}

.type6 .point_up_en .up_net{
    font-size:18px;
    display:block;
    text-align:center;
    color:#FF0000;
}

/*====== type7======*/

.type7{
    width: 179px;
    height: 39px;
    position:relative;
    display:inline-block;
    padding:21px 0 0;
}

.type7 p{
    text-align:center;
    color:#FF0000;
}

.type7 p .txt{
    font-size:11px;
    font-weight:bold;
    position:absolute;
    top:4px;
    left:4px;
    color:#464646;
}

.type7 p span{
   font-size:18px;
    color:#FF0000;
}

.type7 .point_up .up_net,
.type7 .point_regular .regular_net{
    font-size:26px;
    font-weight:bold;
}

.type7 .point_up .regular_net{
    color:#464646;
}







/*　contents_shadow　*/

.contents_shadow{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px;
}


/*==========================================================*/
/* shopNews */

.shopNews .more{
	padding:10px;
	text-align:right;
}

.shopNews .news_list .articlet{
	padding:10px;
}

.shopNews .news_list .title a{
	font-size:16px;
    display:inline;
}

.shopNews .news_list a{
	font-weight:bold;
}

 /*==========================================================*/
/* slick */

.loading{
	width:32px;
	height: 100px;
	margin: 120px auto 0;
}

.sliders{
	display:none;
}

.buttons div{
	padding:0 10px;
	display:block;
}

.slick-dots {
	position: absolute;
	bottom: -40px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0px;
	width: 100%;
	height:12px;
}

.slick-dots li {
    cursor: pointer;
    display: inline-block;
    height: 12px;
    margin: 0 2px;
    padding: 0;
    position: relative;
    width: 12px;
	background-size:12px;
	background-repeat:no-repeat;
	background: url("../../image/global/slide_indicator.png") no-repeat 0 -12px;
	color:#FFF;
	text-indent: -9999px;
}

.slick-dots li.slick-active {
	background-size:12px;
	background-repeat:no-repeat;
	background: url("../../image/global/slide_indicator.png") no-repeat 0 0;
}


.slick-dots li div {
	height: 12px;
}

.btn_prev {
	width:30px;
	height:30px;
	position:absolute;
	background: url("../../image/global/slide_arrow.png") no-repeat 0 0;
	text-indent:-9999px;
	display:none;
}

.btn_next {
	width:30px;
	height:30px;
	position:absolute;
	background: url("../../image/global/slide_arrow.png") no-repeat 0 -30px;
	text-indent:-9999px;
	display:none;
}

.modal-overlay {
    z-index: 600;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(0,0,0,0.6);
}

.info-overlay {
    z-index: 600;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
}

/*==========================================================*/
/* UTILITY */
.color_red{
    color:#FF0000;
}
.color_red:visited{
    color:#FF0000;
}
