@charset "utf-8";

html {
	width:100%;
}
body {
	width:100%;
	background-color:#ccbba8;
}
#wrap {
	width: 100%;
	max-width: 568px;
	margin: 0 auto;
	background: #fff;
	position:relative;
    border-bottom: 1px solid #fff;
    overflow: hidden;
}
#wrap.wideview {
	max-width: initial;
}

body #header {
	margin:0;
	padding:8px 0 10px 8px;
	width:auto;
}

body>img,
body>iframe {
    display: none;
}

/* header
----------------------------------------------------*/
header.global {
	display:block;
	position:relative;
	height:43px;
    background-color: #fff;
    border-bottom: 1px solid #e61e0a;
	z-index:8000;
}

header.oem {
	border-top:1px solid #ccbba8;
}
	header.global .site_logo {
        display: block;
        margin: 0 auto;
		width: 115px;
		height: 43px;
        position: relative;
	}
        header.global .site_logo a {
            display: block;
			width: 115px;
            height: 30px;
            position: absolute;
            top: 8px;
            left: 0;
        }
			header.global .site_logo a .logo {
				width: 105px;
				height: 23px;
				position: absolute;
				top: 3px;
				left: 5px;
				background-position: -1px -1px;
			}

	header.global .site_logo_c {
        display: block;
        margin: 0 auto;
		width: 234px;
		height: 43px;
        position: relative;
	}
        header.global .site_logo_c a {
            display: block;
			width: 234px;
            height: 33px;
			position: absolute;
			top: 5px;
			left: 0px;
        }
			header.global .site_logo_c a .logo {
				display: block;
				height: 33px;
				text-indent: -9999px;
				background: url(../contents/images/shared/site_log.png) no-repeat 0 0;
				background-size: 234px 33px;
				z-index:400;
			}

    a.g_menu_btn {
        display: block;
        height: 30px;
        width: 35px;
        position:absolute;
        top:7px;
        right:4px;
    }
        .g_menu_btn a i {
            position: absolute;
        }
        a.g_menu_btn_open i {
            position: absolute;
            top: 5px;
            left: 5px;
            width: 25px;
            height: 20px;
            background-position: -134px -1px;
        }
        a.g_menu_btn_close i {
            position: absolute;
            top: 7px;
            left: 9px;
            width: 17px;
            height: 17px;
            background-position: -160px -1px;
        }  

.g_menu {
	display:none;
	
	position:absolute;
	
	/*top:43px;*/
	right:10px;
	
	font-size:12px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	
	border:1px solid #b1aba5;
	background-color:#fff;
	z-index:9000;
	
	width:235px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
	.g_menu ul {
		
	}
		.g_menu ul li {
			border-bottom:1px dotted #aca69f;
		}
		.g_menu ul li:last-child {
			border-bottom:none;
		}
			.g_menu ul li a {
				display:table;
				background-color:#fff;
				padding:10px 0 10px 10px;
				color:#3c3c3c;
				font-weight:bold;
				table-layout: fixed;
				vertical-align: middle;
				width: 100%;

				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				-ms-box-sizing: border-box;
				-o-box-sizing: border-box;
				box-sizing: border-box;
			}
			.g_menu li:first-child a {
				border-radius: 3px 3px 0 0 / 3px 3px 0 0;
			
				-moz-border-radius-topleft: 3px;
				-moz-border-radius-topright: 3px;
				-moz-border-radius-bottomleft: 0px;
				-moz-border-radius-bottomright: 0px;
				
				-webkit-border-top-left-radius: 3px;
				-webkit-border-top-right-radius: 3px;
				-webkit-border-bottom-left-radius: 0px;
				-webkit-border-bottom-right-radius: 0px;
			}
			.g_menu li:last-child a {
				border-radius: 0 0 3px 3px / 0 0 3px 3px;
			
				-moz-border-radius-topleft: 0px;
				-moz-border-radius-topright: 0px;
				-moz-border-radius-bottomleft: 3px;
				-moz-border-radius-bottomright: 3px;
				
				-webkit-border-top-left-radius: 0px;
				-webkit-border-top-right-radius: 0px;
				-webkit-border-bottom-left-radius: 3px;
				-webkit-border-bottom-right-radius: 3px;
			}
			.g_menu li:only-child a {
				border-radius: 3px;
				-moz-border-radius: 3px;
				-webkit-border-radius: 3px;
			}
			.g_menu li a:hover {
				background-color:#f8f8f8;
			}
				.g_menu li a .text {
					display: table-cell;
					vertical-align: middle;
					font-size: 12px;
					color: #3c3c3c;
				}
				.g_menu li a .arrow {
					display: table-cell;
					vertical-align: middle;
					width: 26px;
					background-position: -59px -116px;
				}
					.g_menu li a .arrow i {
						display: inline-block;
						width: 6px;
						height: 8px;
						background-position: -59px -116px;
						margin: 0 0 0 10px;
					}
			.g_menu ul li.g_menu_appli a {
				background-color: #69bfab;
				position: relative;
			}
				.g_menu ul li.g_menu_appli a .text {
					padding: 0 0 0 60px;
					color: #fff;
				}
					.g_menu ul li.g_menu_appli a .text .icon {
						width: 50px;
						height: 35px;
						background-position: -59px -31px;
						position: absolute;
						bottom: 0;
						left: 10px;
					}
				
				.g_menu ul li.g_menu_appli a .arrow {
				}
					.g_menu ul li.g_menu_appli a .arrow i {
						background-position: -59px -131px;
					}
			


	.g_menu ul::after {
		content:'';
		width:10px;
		height:5px;
		position:absolute;
		top:-5px;
		right:5px;
		
		display:block;
		background-image:url(../img/share/item.png?140529);
		background-repeat:no-repeat;
		background-size:138px 285px;
		text-indent:-9999px;
		overflow:hidden;
		
		background-position:-64px -75px;
		
	}
			
/*--------------------------------------------------

  鎌田追加　共通クラス

--------------------------------------------------*/
.bg_item {
	display:block;
	background-image:url(../img/share/item_v4.png?18061100);
	background-repeat:no-repeat;
	background-size:280px 250px;
	text-indent:-9999px;
	overflow:hidden;
}
.bg_item_text {
	text-indent:inherit;
}
.bg_item_btn {
	outline:none;
}
.bg_item_submit {
	outline:none;
	border:none;
	background-color:#fff;
}



.section_unit {
	margin:0 0 15px;
}

.section_head_A {
	height:22px;
	margin:0 0 5px;
}
.section_head_B {
	height:14px;
	margin:0 0 5px;
}
.section_box_A {
	background-color:#f8f8f8;
	border:1px solid #ccc;
	padding:7px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	position:relative;
	/*behavior: url(http://www.shufoo.net/site/201009/css/ie-css3.htc);*/
}
.section_box_B {
	background-color:#ecf5ff;
	border:1px solid #accdfa;
	padding:7px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	position:relative;
	/*behavior: url(http://www.shufoo.net/site/201009/css/ie-css3.htc);*/
}

.section_box_A .section_box_inner {
	background-color:#fff;
	border:1px solid #ccc;
	padding:7px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position:relative;
	/*behavior: url(http://www.shufoo.net/site/201009/css/ie-css3.htc);*/
}
.section_box_B .section_box_inner {
	background-color:#fff;
	border:1px solid #accdfa;
	padding:7px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position:relative;
	/*behavior: url(http://www.shufoo.net/site/201009/css/ie-css3.htc);*/
}
.section_box_head {
	margin:0 0 7px;
	padding:0 0 0 14px;
	position:relative;
}
.section_box_head i {
	height:10px;
	width:10px;
	position:absolute;
	top:0;
	left:0;
	background-position:-165px 0;
}
.section_box_head .section_box_head_text {
	height:10px;
	font-size:10px;
}
#sectionPickup .section_box_head i {
	top:1px;
}
#sectionPickup .section_box_head .section_box_head_text {
	height:12px;
	font-size:12px;
}
.section_box_A .section_box_head .section_box_head_text em {
	color: #E71E0A;
	font-weight:normal;
}

.section_side {
	margin:0 0 10px;
}




.section_head_type_A {
	font-size:12px;
	color:#3c3c3c;
	padding:10px;
	font-weight:bold;
	padding:0 0 0 14px;
	margin:0 0 6px;
	position:relative;
	background-position:0 100%;
	text-indent:0;
	zoom: 1;
	overflow:inherit;
	z-index:1000;
}
	.section_head_type_A a {
		color:#3c3c3c;
	}
.section_box_type_A {
	position:relative;
	z-index:1000;
}

.section_head_type_B_TOP {
	font-size:14px;
    padding: 7px 10px 5px;
    margin: 15px 0 0;
    background-color: #f4f0ea;
    border-bottom: 2px solid #ddcfbe;
}

.section_head_type_B {
	font-size:14px;
	padding: 9px 10px 8px;
	margin: 0 0 0;
	background-color: #aca69f;
	color: #fff;
	font-weight: normal;
}

.section_head_type_B .text {
}

.section_box_type_B {
	padding:5px 10px 6px;
	background-color: #f4f0ea;
}

.section_box_paddingTop {
	padding-top:10px;
}

.section_head_nm {
	margin:0;
}


.btn_ui_box {
	margin:0 0 10px;
	position:relative;
	min-height:2em;
	height:auto !important;
	height:2em;
}
.btn_ui {
	font-size: 12px;
	line-height: 22px;
}
.btn_ui_large a,
.btn_ui_large input {
	font-size: 14px !important;
	line-height: 24px;
}

.btn_ui_medium a,
.btn_ui_medium input {
	font-size: 11px !important;
	line-height: 20px;
}

.btn_ui_small a,
.btn_ui_small input {
	font-size: 10px !important;
	line-height: 16px;
}
.btn_ui a,
.btn_ui input {
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	padding: 0.45em 0.75em;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
	white-space: nowrap;
    outline: none;
    border: none;
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	text-decoration:none;
	
	-webkit-appearance: none;

}
.btn_ui_off {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}


.btn_ui_A {
}
	.btn_ui_A a,
	.btn_ui_A input {
		background-color: #ddcfbe;
		color:#3c3c3c;
        
        -moz-border-radius: 3px;
		-webkit-border-radius: 3px;
        border-radius: 3px;
		
		overflow: hidden;
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis; /* Opera9,10対応 */
	}
	.btn_ui_A a:hover,
	.btn_ui_A input:hover {
		opacity: 0.7;
	}
	.btn_ui_A[class*=btn_ui_off] a:hover,
	.btn_ui_A[class*=btn_ui_off] input:hover {
		opacity: 0.7;
	}
	.btn_ui_A a.active,
	.btn_ui_A input.active {
		background-color: #f4f0ea;
	}	

.btn_ui_B {
}
	.btn_ui_B a,
	.btn_ui_B input {
		background-color: #aca69f;
		color:#fff;
        
        -moz-border-radius: 3px;
		-webkit-border-radius: 3px;
        border-radius: 3px;
		
		overflow: hidden;
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis; /* Opera9,10対応 */
	}
	.btn_ui_B a:hover,
	.btn_ui_B input:hover {
		opacity: 0.7;
	}
	.btn_ui_B[class*=btn_ui_off] a:hover,
	.btn_ui_B[class*=btn_ui_off] input:hover {
		opacity: 0.7;
	}
	.btn_ui_B a.active,
	.btn_ui_B input.active {
		opacity: 0.7;
	}	

.btn_ui_C {
}
	.btn_ui_C a,
	.btn_ui_C input {
		background-color: #69bfab;
		color:#fff;
        
        -moz-border-radius: 3px;
		-webkit-border-radius: 3px;
        border-radius: 3px;
		
		overflow: hidden;
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis; /* Opera9,10対応 */
	}
	.btn_ui_C a:hover,
	.btn_ui_C input:hover {
		opacity: 0.7;
	}
	.btn_ui_C[class*=btn_ui_off] a:hover,
	.btn_ui_C[class*=btn_ui_off] input:hover {
		opacity: 0.7;
	}
	.btn_ui_C a.active,
	.btn_ui_C input.active {
		opacity: 0.7;
	}	

.btn_ui_D {
}
	.btn_ui_D a,
	.btn_ui_D input {
		background-color: #787878;
		color:#fff;
        
        -moz-border-radius: 3px;
		-webkit-border-radius: 3px;
        border-radius: 3px;
		
		overflow: hidden;
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis; /* Opera9,10対応 */
	}
	.btn_ui_D a:hover,
	.btn_ui_D input:hover {
		opacity: 0.7;
	}
	.btn_ui_D[class*=btn_ui_off] a:hover,
	.btn_ui_D[class*=btn_ui_off] input:hover {
		opacity: 0.7;
	}
	.btn_ui_D a.active,
	.btn_ui_D input.active {
		background-color: #aeaeae;
	}

.btn_text_ui_box {
}
	.btn_text_ui {
		font-size: 12px;
	}
	.btn_text_ui_large a,
	.btn_text_ui_large input {
		font-size: 14px !important;
	}
	
	.btn_text_ui_small a,
	.btn_text_ui_small input {
		font-size: 10px !important;
	}
	.btn_text_ui a {
	}
	
	.btn_text_ui_A {
	}
		.btn_text_ui_A a {
			display:inline-block;
			padding:0 0 0 1.2em;
			position:relative;
			color:#3c3c3c;
		}
		.btn_text_ui_A i {
			position: absolute;
			top: 0.4em;
			left: 0.3em;
			width:5px;
			height:6px;
			background-position:-33px -44px;
		}
		.btn_text_ui_A a:hover {
			color:#987767;
			background-color:#eae2d9;
		}
	.btn_text_rihgt {
		text-align:right;
	}


.ddb {
	display:none;
	position:absolute;
}
	.ddb_head {
	}
	.ddb_body {
	}

.dob {
	display:none;
}
	.dob_head {
	}
		.dob_head_arrow {
		}
	.dob_body {
	}


.search_btn_list {
    margin: 0 0 0 -10px;
    padding: 5px 0 0;
}
	.sbl_item {
		float:left;
	}
		.sbl_item a {
			display:block;
			position:relative;
		}

	.sbl_2 .sbl_item  {
		width:49.99999%
	}
		.sbl_2 .sbl_item a {
			display:block;
			margin:0 0 0 10px;
            padding: 0;
            height: 38px;
            line-height: 38px;
			vertical-align:middle;
		}
			.sbl_2 .sbl_item a .text {
				display:inline-block;
				position: relative
			}
				.sbl_2 .sbl_item a i.icon {
					position: absolute;
					left: 0;
				}
			.sbl_2 .sbl_location a .text {
				padding-left: 32px;
			}
				.sbl_2 .sbl_location a i.icon {
					top: 7px;
					width: 25px;
					height: 25px;
					background-position: -1px -81px;
				}
			.sbl_2 .sbl_category a .text {
				padding-left: 31px;
			}
				.sbl_2 .sbl_category a i.icon {
					top: 10px;
					width: 24px;
					height: 19px;
					background-position: -27px -81px;
				}

	.sbl_3 .sbl_item {
		width:33.33333%
	}
		.sbl_3 .sbl_item a {
			display:block;
			margin:0 0 0 10px;
            padding: 0 0 5px;
			line-height: 1.1;
		}
	
			.sbl_3 a i.icon {
				display:block;
				margin:6px auto;
			}

			.sbl_3 .sbl_all a i.icon {
				width:22px;
				height:29px;
				background-position: -74px -81px;
				margin-bottom: 6px;
			}
			.sbl_3 .sbl_location a i.icon {
				width: 25px;
                height: 25px;
				background-position: -1px -81px;
				margin-bottom: 10px;
			}
			.sbl_3 .sbl_shop_peripheral a i.icon {
				width:21px;
				height:27px;
				background-position:-52px -81px;
				margin-bottom: 8px;
			}


.list_ui {
	font-size:14px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.list_ui_A {
	border:1px solid #aca69f;
	margin:0 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
	.list_ui_A li {
		border-bottom:1px dotted #dbcfc0;
	}
	.list_ui_A li:last-child {
		border-bottom:none;
	}
		.list_ui_A li a {
			display:table;
			background-color:#fff;
			padding:0.8em 0 0.8em 1em;
			color:#000;
			font-weight:bold;
            table-layout: fixed;
            vertical-align: middle;
            width: 100%;
            
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -ms-box-sizing: border-box;
            -o-box-sizing: border-box;
            box-sizing: border-box;
		}
            .list_ui_A li a .text {
                display: table-cell;
                vertical-align: middle;
                
            }
            .list_ui_A li a .arrow {
                display: table-cell;
                vertical-align: middle;
                width: 26px;
                background-position: -59px -116px;
            }
                .list_ui_A li a .arrow i {
                    display: inline-block;
                    width: 6px;
                    height: 8px;
                    background-position: -59px -116px;
                    margin: 0 0 0 10px;
                }
		.list_ui_A li:first-child a {
				border-radius: 3px 3px 0 0 / 3px 3px 0 0;
			
				-moz-border-radius-topleft: 3px;
				-moz-border-radius-topright: 3px;
				-moz-border-radius-bottomleft: 0px;
				-moz-border-radius-bottomright: 0px;
				
				-webkit-border-top-left-radius: 3px;
				-webkit-border-top-right-radius: 3px;
				-webkit-border-bottom-left-radius: 0px;
				-webkit-border-bottom-right-radius: 0px;
		}
		.list_ui_A li:last-child a {
				border-radius: 0 0 3px 3px / 0 0 3px 3px;
			
				-moz-border-radius-topleft: 0px;
				-moz-border-radius-topright: 0px;
				-moz-border-radius-bottomleft: 3px;
				-moz-border-radius-bottomright: 3px;
				
				-webkit-border-top-left-radius: 0px;
				-webkit-border-top-right-radius: 0px;
				-webkit-border-bottom-left-radius: 3px;
				-webkit-border-bottom-right-radius: 3px;
		}
		.list_ui_A li:only-child a {
			border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
		}
		.list_ui_A li a:hover {
			background-color:#fff;
		}

		
.list_ui_B {
	margin:0 0;
}
	.list_ui_B li {
		border-bottom:1px dotted #aca69f;
	}
	.list_ui_B li:last-child {
		border-bottom:none;
	}
		.list_ui_B li a {
			display:table;
			background-color:#fff;
			padding:0.8em 0 0.8em 1em;
			color:#3c3c3c;
			font-weight:bold;
            table-layout: fixed;
            vertical-align: middle;
            width: 100%;
            
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -ms-box-sizing: border-box;
            -o-box-sizing: border-box;
            box-sizing: border-box;
			
		}
		.list_ui_B li:first-child a {
		}
		.list_ui_B li:last-child a {
		}
		.list_ui_B li:only-child a {
		}
		.list_ui_B li a:hover {
			background-color:#fbf9f7;
		}
			.list_ui_B li a .content {
                display: table-cell;
                vertical-align: middle;
                
            }
				.list_ui_B li a .thumb {
					display:block;
					width:104px;
					float:left;
				}
					.list_ui_B li a .thumb img {
						width:94px;
						margin:0 auto;
					}
				.list_ui_B li a .title {
					display:block;
					line-height:1.3;
					padding:0 0 0 104px;
				}

            .list_ui_B li a .arrow {
                display: table-cell;
                vertical-align: middle;
                width: 26px;
                background-position: -59px -116px;
            }
                .list_ui_B li a .arrow i {
                    display: inline-block;
                    width: 6px;
                    height: 8px;
                    background-position: -59px -116px;
                    margin: 0 0 0 10px;
                }

.list_ui_C {
	border:1px solid #dbcfc0;
	margin:10px 0 0;
	font-size:12px;
}
	.list_ui_C li {
		background-color:#fff;
		border-bottom:1px dotted #dbcfc0;
	}
	.list_ui_C li:last-child {
		border-bottom:none;
	}
		.list_ui_C li a {
			display:block;
			position:relative;
			background-image:url(../img/share/arrow_A.png);
			background-position:100% 50%;
			background-size:18px 13px;
			background-repeat:no-repeat;
			padding:0.8em 30px 0.8em 1em;
			color:#3c3c3c;
			font-weight:bold;
		}
		.list_ui_C li:first-child,
		.list_ui_C li:first-child a {
				border-radius: 3px 3px 0 0 / 3px 3px 0 0;
			
				-moz-border-radius-topleft: 3px;
				-moz-border-radius-topright: 3px;
				-moz-border-radius-bottomleft: 0px;
				-moz-border-radius-bottomright: 0px;
				
				-webkit-border-top-left-radius: 3px;
				-webkit-border-top-right-radius: 3px;
				-webkit-border-bottom-left-radius: 0px;
				-webkit-border-bottom-right-radius: 0px;
		}
		.list_ui_C li:last-child,
		.list_ui_C li:last-child a {
				border-radius: 0 0 3px 3px / 0 0 3px 3px;
			
				-moz-border-radius-topleft: 0px;
				-moz-border-radius-topright: 0px;
				-moz-border-radius-bottomleft: 3px;
				-moz-border-radius-bottomright: 3px;
				
				-webkit-border-top-left-radius: 0px;
				-webkit-border-top-right-radius: 0px;
				-webkit-border-bottom-left-radius: 3px;
				-webkit-border-bottom-right-radius: 3px;
		}
		.list_ui_C li:only-child,
		.list_ui_C li:only-child a {
			border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
		}
		.list_ui_C li:hover {
			background-color:#fbf9f7;
		}

.list_ui_D {
	border:1px solid #dbcfc0;
	margin:0 10px;
}
	.list_ui_D li {
		
	}
	.list_ui_D li:last-child {
		
	}
		.list_ui_D li a {
			display:block;
			position:relative;
			background-color:#fff;
			padding:1.25em 1.25em 1.25em 1.25em;
			color:#3c3c3c;
			font-weight:bold;
			border-bottom:1px dotted #aca69f;
		}
		.list_ui_D li.selected a {
			background-color: #f4f0ea;
		}
		.list_ui_D li:first-child a {
				border-radius: 3px 3px 0 0 / 3px 3px 0 0;
			
				-moz-border-radius-topleft: 3px;
				-moz-border-radius-topright: 3px;
				-moz-border-radius-bottomleft: 0px;
				-moz-border-radius-bottomright: 0px;
				
				-webkit-border-top-left-radius: 3px;
				-webkit-border-top-right-radius: 3px;
				-webkit-border-bottom-left-radius: 0px;
				-webkit-border-bottom-right-radius: 0px;
		}
		.list_ui_D li:last-child a {
				border-radius: 0 0 3px 3px / 0 0 3px 3px;
			
				-moz-border-radius-topleft: 0px;
				-moz-border-radius-topright: 0px;
				-moz-border-radius-bottomleft: 3px;
				-moz-border-radius-bottomright: 3px;
				
				-webkit-border-top-left-radius: 0px;
				-webkit-border-top-right-radius: 0px;
				-webkit-border-bottom-left-radius: 3px;
				-webkit-border-bottom-right-radius: 3px;
			
			border-bottom:none;
		}
		.list_ui_D li:only-child a {
			border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
		}
		.list_ui_D li:not(.selected) a:hover {
			background-color:#f4f0ea;
		}

.list_ui_E {
	margin:0 0;
}
	.list_ui_E li {
		border-bottom:1px dotted #aca69f;
	}
	.list_ui_E li:last-child {
		border-bottom:none;
		margin-bottom:9px;
	}
		.list_ui_E li a {
			display:table;
			background-color:#fff;
			padding:0.8em 0 0.8em 1em;
			color:#000;
			font-weight:bold;
            table-layout: fixed;
            vertical-align: middle;
            width: 100%;
            
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -ms-box-sizing: border-box;
            -o-box-sizing: border-box;
            box-sizing: border-box;
		}
            .list_ui_E li a .text {
                display: table-cell;
                vertical-align: middle;
                
            }
            .list_ui_E li a .arrow {
                display: table-cell;
                vertical-align: middle;
                width: 26px;
                background-position: -59px -116px;
            }
                .list_ui_E li a .arrow i {
                    display: inline-block;
                    width: 6px;
                    height: 8px;
                    background-position: -59px -116px;
                    margin: 0 0 0 10px;
                }


.bnr_box {
	margin:15px 10px 20px;
}
	.bnr_box_item {
		margin:0 auto 10px;
		max-width:420px;
	}
		.bnr_box_item img {
			width:100%;
		}


.kero_sorry {
    text-align: center;
    margin: 15px 0 30px;
}
    .kero_sorry img {
        width: 136px;
        height: 203px;
    }


/*--------------------------------------------------
  static sectionSearchBox
--------------------------------------------------*/
/* セクション　チラシを探す */
#sectionSearchBox {
	position:relative;
	margin:-10 0 0;
	z-index:1900;
    background-color: #f4f0ea;
}
#sectionSearchBox .section_head_type_B {

}
.already_myarea #sectionSearchBox .section_head_type_B {
	margin-top:10px;
}
	#sectionSearchBox .section_head_type_B i {
		position:absolute;
		top:5px;
		left:0px;
		width:14px;
		height:14px;
		background-position:-1px -24px;
	}
.search_keyword_box {
	margin:0 0 8px;
	position:relative;
}
	.search_option_area {
		width:63px;
		position:absolute;
		top:0;
		left:0;
		z-index:300;
	}
		.search_option_select {
			font-size: 12px;
			line-height:28px;
		}
			.search_option_select a {
				position:relative;
				
				cursor: pointer;
				display: block;
				font-weight: bold;
				text-align:center;
				text-decoration: none;
				vertical-align: top;
				white-space: nowrap;

				border-radius: 3px 0 0 3px / 3px 0 0 3px;
			
				-moz-border-radius-topleft: 3px;
				-moz-border-radius-bottomleft: 3px;
				-moz-border-radius-topright: 0px;
				-moz-border-radius-bottomright: 0px;
				
				-webkit-border-top-left-radius: 3px;
				-webkit-border-bottom-left-radius: 3px;
				-webkit-border-top-right-radius: 0px;
				-webkit-border-bottom-right-radius: 0px;

				user-select: none;
				-moz-user-select: none;
				-khtml-user-select: none;
				-webkit-user-select: none;
				text-decoration:none;

				background-color: #f0f0f0;
				
				background: linear-gradient(bottom, #eae4dc, #fff);
				background: -o-linear-gradient(bottom, #eae4dc, #fff);
				background: -moz-linear-gradient(bottom, #eae4dc, #fff);
				background: -webkit-linear-gradient(bottom, #eae4dc, #fff);
				background: -ms-linear-gradient(bottom, #eae4dc, #fff);
			
				background: -webkit-gradient(linear, left bottom, left top, from(#eae4dc), to(#fff));
				border: 1px solid #b8a48d;
				border-bottom-color: #a99177;
				color:#3c3c3c;
			}
			.search_option_select a i {
				position: absolute;
				top: 13px;
				right:6px;
				width: 7px;
				height: 4px;
				background-position: -2px -45px;
			}
		#searchOptionSelectBoxDOB {
			display:none;
			position:absolute;
			z-index:100;
			top:-10px;
			left:-10px;
			width:100%;
		}
			#searchOptionSelectBoxDOB .ddb_inner {
				position:relative;
				background-color:#fff;
				border:1px solid #dbcfc0;
				padding:3em 10px 0.5em;
				width:100%;
				box-shadow:2px 2px 15px rgba(0, 0, 0, 0.4);
				-moz-box-shadow:2px 2px 15px rgba(0, 0, 0, 0.4);
				-webkit-box-shadow:2px 2px 15px rgba(0, 0, 0, 0.4);
				-o-box-shadow:2px 2px 15px rgba(0, 0, 0, 0.4);
				-ms-box-shadow:2px 2px 15px rgba(0, 0, 0, 0.4);
			}
				.st_search_option_select_list {
				}
					.st_search_option_select_list_item {
						font-size:14px;
						line-height:20px;
					}
						.st_search_option_select_list_item a {
							display:block;
							color:#3c3c3c;
							padding:0.5em 10px 0.5em 28px;
							position:relative;
							zoom: 1;
						}
						.st_search_option_select_list_item i {
							display:none;
							position:absolute;
							top:0.9em;
							left:10px;
							width: 13px;
							height: 9px;
							background-position: -89px -270px;
						}
					.st_search_option_select_list_item_on {
						font-weight:bold;
						background-color:#e8e0d5;
					}
						.st_search_option_select_list_item_on i {
							display:block;
						}
						
	.search_title {
		font-size: 12px;
		color: #3c3c3c;
		font-weight: bold;
		text-indent: 0;
        padding: 6px 0 6px 24px;
	}
        .search_title .icon {
            position: absolute;
            left: 0;
        }
        .search_title_area .icon {
            width: 17px;
            height: 16px;
            background-position: -1px -116px;
            top: 6px;
        }
        .search_title_shopname .icon {
            width: 19px;
            height: 18px;
            background-position: -19px -116px;
            top: 5px;
        }
	.search_main_area {
		margin:0;
		position:relative;
		z-index:300;
	}
		.search_keyword_box_text {
			display:block;
			height:28px;
			position:relative;
			margin:0 63px 0 0;
            background-color:#fff;
            border:1px solid #ccbba8;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
		}
			.search_keyword_box_text input {
				display:block;
				width:92%;
				height:24px;
				line-height:24px;
				font-size:12px;
				outline:none;
				background-color:#fff;
				border:none;
				padding:2px 8px;
				margin:0;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                border-radius: 4px;
			}
		.search_keyword_box_btn {
			display:block;
			width:60px;
			height:30px;
			position:absolute;
			top:0;
			right:0;
		}
			.search_keyword_box_btn input {
				font-size:12px !important;
				height:30px;
				width:60px;
				padding:0;
			}
	#sectionSearchBox .sbl_item_A a {
		margin:0 0 0 9px;
	}

    .myarea_set_btn {
        margin: 9px 0 0;
    }
        .myarea_set_btn a {
            display:block;
            text-align: center;
            border: 2px solid #fff;
            background-color: #69bfab;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
        }
            .myarea_set_btn_text {
                display:inline-block;
                height: 48px;
                line-height: 48px;
                padding: 0 0 0 32px;
                color: #fff;
                font-size: 14px;
                position: relative;
            }
                .myarea_set_btn a .icon {
                    position: absolute;
                    left:0;
                    top:10px;
                    width: 24px;
                    height: 28px;
                    background-position: -1px -31px;
                }


/* category list
----------------------------------------------------*/
#searchCategoryBoxDOB {
	padding:0 0 0 0;
}
	#searchCategoryBoxDOB ul li {
		background-position:7px 50%;
		background-repeat:no-repeat;
		
	}
		#searchCategoryBoxDOB ul li a {
			padding-left:10px; /*padding-left:50px;*/
		}

#searchCategoryBoxDOB ul li.category-101 {background-image:url(../img/icon/icon_category101.gif);}
#searchCategoryBoxDOB ul li.category-102 {background-image:url(../img/icon/icon_category102.gif);}
#searchCategoryBoxDOB ul li.category-103 {background-image:url(../img/icon/icon_category103.gif);}
#searchCategoryBoxDOB ul li.category-104 {background-image:url(../img/icon/icon_category104.gif);}
#searchCategoryBoxDOB ul li.category-105 {background-image:url(../img/icon/icon_category105.gif);}
#searchCategoryBoxDOB ul li.category-106 {background-image:url(../img/icon/icon_category106.gif);}
#searchCategoryBoxDOB ul li.category-107 {background-image:url(../img/icon/icon_category107.gif);}
#searchCategoryBoxDOB ul li.category-108 {background-image:url(../img/icon/icon_category108.gif);}
#searchCategoryBoxDOB ul li.category-109 {background-image:url(../img/icon/icon_category109.gif);}
#searchCategoryBoxDOB ul li.category-110 {background-image:url(../img/icon/icon_category110.gif);}
#searchCategoryBoxDOB ul li.category-111 {background-image:url(../img/icon/icon_category111.gif);}
#searchCategoryBoxDOB ul li.category-112 {background-image:url(../img/icon/icon_category112.gif);}
#searchCategoryBoxDOB ul li.category-113 {background-image:url(../img/icon/icon_category113.gif);}
#searchCategoryBoxDOB ul li.category-114 {background-image:url(../img/icon/icon_category114.gif);}
#searchCategoryBoxDOB ul li.category-115 {background-image:url(../img/icon/icon_category115.gif);}
#searchCategoryBoxDOB ul li.category-116 {background-image:url(../img/icon/icon_category116.gif);}
#searchCategoryBoxDOB ul li.category-117 {background-image:url(../img/icon/icon_category117.gif);}
#searchCategoryBoxDOB ul li.category-118 {background-image:url(../img/icon/icon_category118.gif);}
#searchCategoryBoxDOB ul li.category-119 {background-image:url(../img/icon/icon_category119.gif);}
#searchCategoryBoxDOB ul li.category-120 {background-image:url(../img/icon/icon_category120.gif);}
#searchCategoryBoxDOB ul li.category-121 {background-image:url(../img/icon/icon_category121.gif);}
#searchCategoryBoxDOB ul li.category-122 {background-image:url(../img/icon/icon_category122.gif);}
#searchCategoryBoxDOB ul li.category-123 {background-image:url(../img/icon/icon_category123.gif);}
#searchCategoryBoxDOB ul li.category-124 {background-image:url(../img/icon/icon_category124.gif);}
#searchCategoryBoxDOB ul li.category-125 {background-image:url(../img/icon/icon_category125.gif);}
#searchCategoryBoxDOB ul li.category-126 {background-image:url(../img/icon/icon_category126.gif);}
#searchCategoryBoxDOB ul li.category-127 {background-image:url(../img/icon/icon_category127.gif);}
#searchCategoryBoxDOB ul li.category-128 {background-image:url(../img/icon/icon_category128.gif);}
#searchCategoryBoxDOB ul li.category-129 {background-image:url(../img/icon/icon_category129.gif);}
#searchCategoryBoxDOB ul li.category-130 {background-image:url(../img/icon/icon_category130.gif);}
#searchCategoryBoxDOB ul li.category-131 {background-image:url(../img/icon/icon_category131.gif);}
#searchCategoryBoxDOB ul li.category-132 {background-image:url(../img/icon/icon_category132.gif);}



/* main_header
----------------------------------------------------*/
.main_header {
    position:relative;
	background:#fff;
	border-bottom: 2px solid #ddcfbe;
    padding: 14px 10px 11px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
    .main_header h1 {
        font-size:12px;
        font-weight: bold;
    }
    .main_header h1.main_header_large {
        font-size:14px;
    }

/* pageTop
----------------------------------------------------*/
.pageTop {
	margin: 20px 0;
	text-align: right;
}
	.pageTop a {
		padding-left: 13px;
		color: #06f;
		position:relative;
		display:inline-block;
	}
		.pageTop a i {
			width:8px;
			height:4px;
			position:absolute;
			top:0.6em;
			left:0;
			background-position:-41px -45px;
			text-indent:0;
		}
		
/* adArea
----------------------------------------------------*/
.adArea {
		margin: 20px -10px;
		padding: 0;
		text-align: center;
	}
    .adArea div {
		margin: 0 auto;
	}


/* footer
----------------------------------------------------*/
footer.global {
	padding: 0 0;
	position:relative;
	z-index:100;
}
	footer.global ul {
		list-style: none;
		margin: 0;
		text-align: center;
        background-color: #f4f0ea;
        font-size: 10px;
        padding: 15px 0 10px;
	}
		footer.global ul li {
			margin: 0 10px 5px;
			display: inline-block;
		}
			footer.global ul li a {
				color: #3c3c3c;
			}
    a.footer_sitetop,
    a.footer_app {
        display: block;
        background-color: #aca69f;
        color: #fff;
        text-align: center;
        font-size: 12px;
    }
    a.footer_sitetop {
        height: 35px;
        line-height: 35px;
    }
    a.footer_app {
        position: relative;
        height: 44px;
        line-height: 44px;
    }
        a.footer_app .icon {
            width: 50px;
            height: 35px;
            background-position: -59px -31px;
            position: absolute;
            bottom: 0;
            left: 10px;
        }

	footer.global p.copyright {
        height: 31px;
        line-height: 31px;
		text-align: center;
        font-size: 10px;
        background-color: #fff;
	}
	
/* .a_page_top
----------------------------------------------------*/
.a_page_top {
    width: 50px;
    height: 77px;
    background-position: -144px -81px;
    position: absolute;
    bottom: 63px;
    right: 10px;
    z-index: 2000;
}



/* .app_appeal_btn
----------------------------------------------------*/
a.app_appeal_btn {
    display: block;
    position: relative;
    height: 64px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0 108px;
    background-color: #f4f0ea;
    border-top: 1px dotted #aca69f;
    border-bottom: 1px dotted #aca69f;
}

a.app_appeal_btn_chirashi_DB {
    display: block;
    position: relative;
    height: 64px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0 60px;
    background-color: #f4f0ea;
    border-top: 1px dotted #aca69f;
    border-bottom: 1px dotted #aca69f;
}

a.app_appeal_btn_v3 {
    padding: 0 90px 0 62px;
}

a.app_appeal_btn_arrow {
    padding-right: 20px;
}
    a.app_appeal_btn .icon_1 {
        width: 42px;
        height: 42px;
        background-position: -110px -31px;
        position: absolute;
        top: 10px;
        left: 10px;
    }
    a.app_appeal_btn .icon_2 {
        width: 42px;
        height: 42px;
        background-position: -153px -31px;
        position: absolute;
        top: 10px;
        left: 57px;
    }
    a.app_appeal_btn .icon_3 {
        width: 91px;
        height: 39px;
        background-position: 0 -211px;
        position: absolute;
        top: 12px;
        left: 10px;
    }
    a.app_appeal_btn .text {
        font-size: 14px;
        color: #3c3c3c;
        display: table-cell;
        height: 64px;
        vertical-align: middle;
    }
    a.app_appeal_btn .arrow {
        width: 6px;
        height: 8px;
        background-position: -59px -116px;
        position: absolute;
        top: 27px;
        right: 10px;
    }
a.app_appeal_btn_sd {
	height: 78px;
}
	a.app_appeal_btn_sd .icon_1 {
        top: 17px;
    }
    a.app_appeal_btn_sd .icon_2 {
        top: 17px;
    }
	a.app_appeal_btn_sd .text {
		line-height: 18px;
		height: 78px;
    }


input.chirashi_DB_button {
	display: inline;
	float: right;
	font-size: 10px;
	position: absolute;
	right: 10px;
	top: 28px;
}

/* .app_appeal_btn_v2
----------------------------------------------------*/
a.app_appeal_btn_v2 {
	background-color: #b2e7da;
}
    a.app_appeal_btn_v2 .icon_1 {
    }
    a.app_appeal_btn_v2 .icon_2 {
        width: 47px;
        height: 37px;
        background-position: -95px -211px;
        position: absolute;
        top: 12px;
        left: 55px;
    }
a.app_appeal_btn_sd.app_appeal_btn_v2 {
	height: auto;
}
	a.app_appeal_btn_sd.app_appeal_btn_v2 .icon_1 {
        top: 17px;
    }
    a.app_appeal_btn_sd.app_appeal_btn_v2 .icon_2 {
        top: 19px;
        left: 55px;
    }
	a.app_appeal_btn_sd.app_appeal_btn_v2 .text {
		line-height: 18px;
		height: 78px;
    }

/* .app_appeal_btn_v3 .app_appeal_btn_v4
----------------------------------------------------*/
.global_header_favoriteshop {
	position:absolute;
}

a.app_appeal_btn_v3 .icon_favoriteshop {
    width: 23px;
    height: 23px;
    background-position: -237px -73px;
    position: absolute;
    top: 5px;
    left: 9px;
}

a.app_appeal_btn_v4 .icon_favoriteshop {
    width: 42px;
    height: 35px;
    background-position: -230px -73px;
    position: absolute;
    top: 6px;
    left: 6px;
    z-index:300;
}

	.icon_favoriteshop_circle {
		color: #fff;
		background-color:#f00;
		position: relative;
		font-size: 12px;
		font-weight: bold;
		padding: 0;
	    margin-left: -35px;
		width: 20px;
		height: 20px;
		line-height: 20px;
		text-align: center;
		display: inline-block;
		border-radius: 50%;
		bottom: 3px;
	}

	.icon_favoriteshopgrey {
	    width: 23px;
	    height: 23px;
	    background-position: -237px -136px;
	    float: left;
	    margin-top: 7px;
	    margin-right: 7px;
	}

	.icon_text {
	    vertical-align: middle;
    }

    .icon_favoriteshop_text {
    	vertical-align: top;
    	display: inline-block;
    	background-size: 210px;
    	height: 18px;
    	background-position: -178px -54px;
    	width: 18px;
    }



.circle {
	color: #fff;
	background-color:#f00;
	position: relative;
	font-size: 12px;
	font-weight: bold;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
}

.wide_btn {
	background-color: #ddcfbe;
    color: #3c3c3c;
    border-radius: 3px;
    margin: 15px 10px 30px 10px;
    padding: 0;
    font-weight: bold;
    font-size: 12px;
    height: 38px;
    line-height: 38px;
}
	.wide_btn div {
	    display: table;
	    margin-left: auto;
	    margin-right: auto;
	}
	.wide_btn a:visited {
		color: #3c3c3c;
	}
	.wide_btn a:link {
		color: #3c3c3c;
	}



table.favoriteshoplist {
	background-color: #fff;
	width: 100%;
}
	table.favoriteshoplist td {
		padding: 10px;
		border-bottom: dotted 1px #aca69f;
	}
	table.favoriteshoplist td:first-child {
		background-color: #f4f0ea;
		width: 20px;
	}
	table.favoriteshoplist a {
		display: block;
		width: 100%;
		height: 100%;
		font-weight: bold;
	    font-size: 14px;
	}

	.favoriteshoplist_item_arrow {
		background-position: -59px -116px;
		width: 6px;
		height: 8px;
		float: right;
		margin-top: 0.5em;
	}

	table.favoriteshoplist a:visited {
		color: #3c3c3c;
	}
	table.favoriteshoplist a:link {
		color: #3c3c3c;
	}

.icon_checkbox {
    width: 19px;
    height: 19px;
}
.icon_checkbox_off {
    background-position: -206px -179px;
}
.icon_checkbox_on {
    background-position: -206px -150px;
}
.icon_garbagecan {
    background-position: -156px -217px;
    width: 19px;
    height: 23px;
    float: left;
    margin-right: 7px;
    margin-top: 7px;
}

.hidden {
	display: none;
}

/* .tabNavChild
----------------------------------------------------*/

ul.tabNavChild {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: none;
    padding: 10px 10px 0 5px;
    border-bottom: 1px solid #aca69f;
}


    ul.tabNavChild li {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        width: 49.9999%;
    }
        ul.tabNavChild li a {
            display: block;
            position: relative;
            
            margin: 0 0 -1px 5px;
            padding: 2px 0 0;

            background-color: #e9e1d5;
            color: #3c3c3c;
            height: 30px;
            line-height: 30px;
            font-weight: bold;
            text-align: center;
            
            border-bottom: 1px solid #aca69f;

            border-radius: 3px 3px 0 0 / 3px 3px 0 0;

            -moz-border-radius-topleft: 3px;
            -moz-border-radius-topright: 3px;
            -moz-border-radius-bottomleft: 0px;
            -moz-border-radius-bottomright: 0px;

            -webkit-border-top-left-radius: 3px;
            -webkit-border-top-right-radius: 3px;
            -webkit-border-bottom-left-radius: 0px;
            -webkit-border-bottom-right-radius: 0px;
        }
        ul.tabNavChild li a.active {
            background-color: #aca69f;
            color: #fff;
            border-bottom: 1px solid #e61e0a;
        }
            ul.tabNavChild li a .text {
                display:inline-block;
                font-size: 12px;
				padding-left: 19px;
				position: relative;
            }
				ul.tabNavChild li a .icon {
					display:block;
					position: absolute;
					top: 6px;
					left: 0;
					width: 12px;
					height: 17px;
				}
                ul.tabNavChild li.search-address a .icon {
                    background-position: -14px -141px;
                }
                ul.tabNavChild li.search-address a.active .icon {
                    background-position: -1px -141px;
                }
                ul.tabNavChild li.search-station a .icon {
                    background-position: -40px -141px;
                }
                ul.tabNavChild li.search-station a.active .icon {
                    background-position: -27px -141px;
                }


            ul.tabNavChild li a .arrow {
                display: none;
                width: 100%;
                height: 7px;
                position: absolute;
                bottom: -7px;
                left: 0;
                text-align: center;
            }
                ul.tabNavChild li a .arrow i {
                    display: block;
                    width: 8px;
                    height: 7px;
                    margin: 0 auto;
                    background-position: -66px -116px;
                }
            ul.tabNavChild li a.active .arrow {
                display: block;
            }

/* .label_sponsor_link
----------------------------------------------------*/
.label_sponsor_link {
	text-align: center;
	font-size: 12px;
	color: #666;
	padding: 5px 0 0;
}

/* #headerad_banner
----------------------------------------------------*/
#headerad_banner {
	padding-bottom: 5px;
	left: 0;
	top: 0px;
	border-bottom: 1px solid #d2d0ca;
	width: 100%;
	font-family: 'Helvetica Neue',sans-serif;
	background-color: #ffffff;
	-webkit-font-smoothing: antialiased;
	overflow: hidden;
	-webkit-text-size-adjust: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

/*--------------------------------------------------
  static sectionMyBox
--------------------------------------------------*/
/* セクション　チラシを探す */
#sectionMyBox {
	position:relative;
	margin:10px 0 10px;
	z-index:2000;
}

#sectionMyBox .section_box_type_B {
	padding-top:  0;
    padding-left: 0;
}
	.myarea_set {
		position:relative;
		font-size:12px;
	}
		.myarea_set_text {
			padding:0.5em 4em 0.5em 0.1em;
			margin:0 0 9px 9px;
		}
		.myarea_edit_btn {
			position:absolute;
			top:0;
			right:0;
		}
		
.mybox_btn_list {
    margin: 0;
}
    .mbl_item {
        float:left;
        width:49.99999%;
        font-size: 14px
    }
        .mbl_item a {
            display:block;
            position:relative;
            height: 80px;
            
            cursor: pointer;
            font-weight: bold;
            text-align: center;
            text-decoration: none;
            vertical-align: top;
            white-space: nowrap;
            outline: none;
            border: none;
            user-select: none;
            -moz-user-select: none;
            -khtml-user-select: none;
            -webkit-user-select: none;
            text-decoration:none;
            
            margin: 0 0 0 10px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -ms-box-sizing: border-box;
            -o-box-sizing: border-box;
            box-sizing: border-box;
            
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
        }
            .mbl_item a .text {
                display: block;
                position: absolute;
                bottom: 4px;
                left: 0;
                text-align: center;
                width: 100%;
            }

        .mbl_delivery a {
            border: 2px solid #d72617;
            background-color: #ffe8e6;
            color: #d72617;
            padding-left: 32px;
        }
            .mbl_delivery a i.icon {
                width:98px;
                height:43px;
                margin: 4px auto;
                background-position:-1px -161px;
                text-indent:0;
                position:relative;
            }
                .mbl_delivery a i.icon em {
                    width:32px;
                    height: 32px;
                    line-height:32px;
                    position:absolute;
                    top:0;
                    right:0;
                    font-size:14px;
                    text-decoration:none;
                    font-style:normal;
                    /*font-family:Verdana, Geneva, sans-serif;*/
                    font-weight: normal;
                    color: #fff;
                }
        .mbl_all a {
            background-color: #d72617;
            color: #fff;
            padding: 8px 0 0;
        }
            .mbl_all a i.icon {
                width:32px;
                height:41px;
                background-position:-26px -31px;
                margin: 0 auto;
            }
.mybox_minichira_btn {
    margin: 14px 0 0;
}

    .mmb_item {
        float:left;
        width:99.99999%;
        font-size: 14px
    }
        .mmb_item a {
			display:block;
			position:relative;

            height: 52px;
            
            cursor: pointer;
            font-weight: normal;
            text-align: center;
            text-decoration: none;
			line-height: 52px;
			vertical-align: middle;
            white-space: nowrap;
            outline: none;
            border: solid #fff 2px;
            -moz-user-select: none;
            -khtml-user-select: none;
            -webkit-user-select: none;
            text-decoration:none;
            
            margin: 0 0 0 10px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -ms-box-sizing: border-box;
            -o-box-sizing: border-box;
            box-sizing: border-box;
            
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;

            background-color: #0ea9e2;
            color: #fff;
        }
            .mmb_item a .text {
				display:inline-block;
				position: relative;
                text-align: center;
				vertical-align: middle;
                margin-top: -2px;
				padding-left: 40px
            }
            .mmb_item a i.icon {
				width: 26px;
				height: 30px;
				background-position: -203px -71px;
				position: absolute;
				top: 10px;
				left: 10px;
            }

.mybox_favoriteshop_btn {
    margin: 14px 0 0;
}

    .mfb_item {
        float:left;
        width:99.99999%;
        font-size: 14px
    }
        .mfb_item a {
			display:block;
			position:relative;

            height: 52px;
            
            cursor: pointer;
            font-weight: normal;
            text-align: center;
            text-decoration: none;
			line-height: 52px;
			vertical-align: middle;
            white-space: nowrap;
            outline: none;
            border: solid #fff 2px;
            -moz-user-select: none;
            -khtml-user-select: none;
            -webkit-user-select: none;
            text-decoration:none;
            
            margin: 0 0 0 10px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -ms-box-sizing: border-box;
            -o-box-sizing: border-box;
            box-sizing: border-box;
            
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;

            background-color: #FEAD0A;
            color: #fff;
        }

		.mfb_item_1 a {
		    margin: 0 0;
		}

            .mfb_item a .text {
				display:inline-block;
				position: relative;
                text-align: center;
				vertical-align: middle;
                margin-top: -2px;
				padding-left: 40px;
            }
            .mfb_item a i.icon {
				position: absolute;
				width: 26px;
				height: 30px;
				background-position: -203px -111px;
				top: 10px;
				left: 10px;
            }

    .mfb_item_2 {
    	float: none;
    }

	    .mfb_item_2 a {
	    	margin: 0;
	    	background-color: #FEAD0A;
	    	height: 52px;
	    	line-height: 52px;
	    	border: solid #fff 2px;
	    	font-weight: normal;
	    }

.mybox_history {
    margin: 14px 0 0;
}
    .mh_item {
        float:left;
        width:49.99999%;
        font-size: 14px
    }
        .mh_item_ttl {
            margin: 0 0 3px 12px;
            font-size: 12px;
        }
        .mh_item_list {
            margin: 0 0 0 10px;
            padding: 7px 10px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -ms-box-sizing: border-box;
            -o-box-sizing: border-box;
            box-sizing: border-box;
            font-size: 12px;
            border: 1px solid #aca69f;
            background-color: #fff;
            
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            
            min-height: 118px;
        }

.dialog_overlay {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 2147483647;
	background-color: rgba(0,0,0,.8);
	top: 0;
}
	.dialog_wrapper {
	    margin: 0 auto;
		max-width: 540px;
	}
	.dialog {
		background-color: #fff;
	    border-radius: 8px;
	    margin: 20px 10px;
        font-weight: bold;
	}
	.dialog_noborder {
	    border-radius: 0;
        background-color: transparent;
	}
	.dialog_top {
	    padding: 20px;
	    border-bottom: #eee solid 1px;
	}
	.dialog_bottom {
	    overflow: hidden;
	    color: #007AFF;
	}
	.dialog_btn {
	    text-align: center;
	    padding: 10px 0;
	    width: 100%;
	}
	.dialog_btn_left {
	    width: 49%;
	    float: left;
	    font-weight: normal;
	}
	.dialog_btn_right {
	    width: 49%;
	    float: right;
	    border-left: #eee solid 1px;
	    padding-left: 1%;
	}

	.dialog_overlay img {
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background-size: cover;
		width: 100%;
	}

.margin_top10 {
	margin-top: 10;
}

.padding_top4 {
	padding-top: 4px;
}

.padding_bottom8 {
	padding-bottom: 8px;
}

p.search_border {
	border-bottom: 1px solid #ddcfbe;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/*-------------------------
Ad
-------------------------*/
[id^="div-gpt-ad"]:not(#div-gpt-ad-9981254-1) {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  text-align: center;
}
