/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:29999; overflow:visible !important;}
#cboxOverlay{position:fixed; width:100%; height:100%; background:#000;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{/*background:url(images/overlay.png) repeat 0 0;*/}
#colorbox{outline:0;}
	/*
    #cboxTopLeft{width:21px; height:21px; background:url(images/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(images/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(images/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(images/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(images/border.png) 0 -29px repeat-x;}
	*/
    #cboxContent{background:#fff; /*overflow:hidden;*/ padding:20px;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:10px; left:10px; text-align:left; width:100%; color:#666; font-size:12px; font-weight:bold;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxLoadingOverlay{background:url("/common/images/colorbox/loading_background.png") no-repeat center center;}
        #cboxLoadingGraphic{background:url("/common/images/colorbox/loading.gif") no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url("/common/images/colorbox/controls.png") no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url("/common/images/colorbox/controls.png") no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxClose{position:absolute; top:-10px; right:-10px; background:url("/common/images/colorbox/cb_close_btn.png") top left no-repeat; width:52px; height:52px; text-indent:-9999px; z-index:35000; overflow:visible;}
        /*#cboxClose:hover{background-position:-25px -25px;}*/

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/

.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}










@media screen and (max-width: 568px) {
/*----------------------------------------------------
  お店を探す：モーダル
----------------------------------------------------*/
/*----------------------------------------------------
  共通
----------------------------------------------------*/
.window-wrap{
	width:280px;
	padding-bottom:20px;
}
.window-wrap h2{
	font-size:14px;
}
.window-inner{
	padding:20px 0 0;
}
.window-inner h3{
	border:1px solid #bab6af;
}
.window-inner h3 span{
	display:block;
	border:1px solid #FFF;
	padding:6px;
	background-color:#ded9d4;
	font-size:14px;
	font-weight:normal;
}
/*ボタン*/
#window-decision-btn-wrap{
	margin-top:20px;
}
#window-decision-btn{
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	background:#d4d0cd;
	border:1px solid #c3bfb9;
	padding:9px;
	width:204px;
	margin:0 auto;
}
#window-decision-btn a{
	display:block;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	background:#d90000;
	border:1px solid #c00000;
	padding:9px;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}
#window-decision-btn a span{
	background:url("/common/images/ico-arrow-white-red-sp-d.gif") no-repeat left center;
	background-size:5px 9px;
	-webkit-background-size:5px 9px;
	background:url("/common/images/ico-arrow-white-red-pc.gif") no-repeat left center\9;/*for IE7,8*/
	padding-left:13px;
}
/*----------------------------------------------------
  画面別
----------------------------------------------------*/
/* 市区町村を選ぶ */
#window-select-resion-list{
	border-bottom:1px dotted #666;
	padding-bottom:20px;
}
#window-select-resion-list li a{
	display:block;
	padding:2px;
	text-decoration:none;
	color:#035d8a;
	float:left;
	font-size:11px;
}
#window-select-resion-list li.select a{
	background-color:#ffd0d8;
	color:#000;
	float:left;
}
#window-select-resion-list li{
	width:93px;
	float:left;
	padding:5px 0 0 0px;
}
/* 取扱商品を選ぶ */
.window-select-products-sec{
}
.window-select-products-sec h4{
	padding:5px 0 0px;
	font-size:11px;
}
.window-select-products-sec ul{
	padding-left:10px;
	font-size:11px;
}
.window-select-products-sec ul li{
	padding:5px 0 0px;
}
.window-select-products-sec h4 a,
.window-select-products-sec ul li a{
	display:block;
	padding:2px;
	text-decoration:none;
	color:#035d8a;
	float:left;
}
.window-select-products-sec h4.select a,
.window-select-products-sec ul li.select a{
	background-color:#ffd0d8;
	color:#000;
	float:left;
}
.window-select-products-sec + #window-decision-btn-wrap{
	border-top:1px dotted #666;
	padding-top:20px;
}
/* サービスを選ぶ */
#window-select-service-list{
	border-bottom:1px dotted #666;
	padding:0 0 20px;
	font-size:11px;
}
#window-select-service-list li{
	padding:5px 0 0 ;
}
#window-select-service-list li a{
	display:block;
	padding:2px;
	text-decoration:none;
	color:#035d8a;
	float:left;
}
#window-select-service-list li.select a{
	background-color:#ffd0d8;
	color:#000;
	float:left;
}
}
@media screen and (min-width: 569px) {
/*----------------------------------------------------
  お店を探す：モーダル
----------------------------------------------------*/
/*----------------------------------------------------
  共通
----------------------------------------------------*/
.window-wrap{
	width:780px;
	padding-bottom:40px;
}
.window-wrap h2{
	font-size:117%;
}
.window-inner{
	padding:20px 20px 0;
}
.window-inner h3{
	border:1px solid #bab6af;
}
.window-inner h3 span{
	display:block;
	border:1px solid #FFF;
	padding:10px 15px;
	background-color:#ded9d4;
}
/*ボタン*/
#window-decision-btn-wrap{
	margin-top:40px;
}
#window-decision-btn{
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	background:#d4d0cd;
	border:1px solid #c3bfb9;
	padding:9px;
	width:204px;
	margin:0 auto;
}
#window-decision-btn a{
	display:block;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	background:#d90000;
	border:1px solid #c00000;
	padding:9px;
	color:#FFF;
	font-weight:bold;
	font-size:117%;
	text-align:center;
	text-decoration:none;
}
#window-decision-btn a:hover{
	text-decoration:underline;
}
/*----------------------------------------------------
  画面別
----------------------------------------------------*/
/* 市区町村を選ぶ */
#window-select-resion-list{
	border-bottom:1px dotted #666;
	padding-bottom:10px;
}
#window-select-resion-list li a{
	display:block;
	padding:5px;
	text-decoration:none;
	color:#035d8a;
	float:left;
}
#window-select-resion-list li a:hover,
#window-select-resion-list li.select a{
	background-color:#ffd0d8;
	color:#000;
	float:left;
}
#window-select-resion-list li{
	width:118px;
	float:left;
	padding:10px 0 0 5px;
}
/* 取扱商品を選ぶ */
.window-select-products-sec{
	border-bottom:1px dotted #666;
	padding-bottom:10px;
}
.window-select-products-sec h4{
	padding:10px 0 1px;
}
.window-select-products-sec ul{
	padding-left:10px;
}
.window-select-products-sec ul li{
	padding:0 1px 1px 0;
	float:left;
}
.window-select-products-sec h4 a,
.window-select-products-sec ul li a{
	display:block;
	padding:5px;
	text-decoration:none;
	color:#035d8a;
	float:left;
}
.window-select-products-sec h4 a:hover,
.window-select-products-sec h4.select a,
.window-select-products-sec ul li a:hover,
.window-select-products-sec ul li.select a{
	background-color:#ffd0d8;
	color:#000;
	float:left;
}
/* サービスを選ぶ */
#window-select-service-list{
	border-bottom:1px dotted #666;
	padding:20px 0;
}
#window-select-service-list li{
	padding:0 0 1px;
}
#window-select-service-list li a{
	display:block;
	padding:5px;
	text-decoration:none;
	color:#035d8a;
	float:left;
}
#window-select-service-list li a:hover,
#window-select-service-list li.select a{
	background-color:#ffd0d8;
	color:#000;
	float:left;
}
}