@charset "utf-8";
/*=================================
colorbox.css
- default
- custom
- layout
- module
media
- print
clearfix
================================ */

/**********************************

  COLORBOX

**********************************/

/* default
-------------------------------- */
/*
    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:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#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; padding:0; margin: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:#000; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxContent{margin-top:20px;background:#000;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border:5px solid #000; background:#fff;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxLoadingGraphic{background:url(/common/img/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; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(/common/img/controls02.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(/common/img/controls02.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext:hover{background-position:bottom right;}
        #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(/common/img/controls02.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
        #cboxClose:hover{background-position:bottom center;}


/* custom
-------------------------------- */
#colorbox,
#cboxOverlay,
#cboxWrapper { overflow: visible; }
#cboxOverlay{ background: #000; opacity: 0.5; filter: alpha(opacity = 50); }
#cboxPrevious,
#cboxNext { background: none; }

#colorbox.cb_layout03 {
	margin-top: 20px;
}

#colorbox.cb_layout02 *,
#colorbox.cb_layout04 * {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.cb_layout01 #cboxContent,
.cb_layout02 #cboxContent,
.cb_layout03 #cboxContent,
.cb_layout04 #cboxContent {
	margin-top: 0;
}
.cb_layout01 #cboxLoadedContent,
.cb_layout02 #cboxLoadedContent,
.cb_layout04 #cboxLoadedContent {
	padding: 0;
	border: none;
	background-color: #ffffff;
}
.cb_layout03 #cboxLoadedContent {
	padding: 30px 35px;
	border: none;
	background-color: #ffffff;
}
.cb_layout05 #cboxLoadedContent {
	padding: 30px 35px;
	border: none;
	background-color: #ffffff;
}
.cb_layout01 #cboxPrevious,
.cb_layout02 #cboxPrevious,
.cb_layout03 #cboxPrevious,
.cb_layout04 #cboxPrevious,
.cb_layout01 #cboxNext,
.cb_layout02 #cboxNext,
.cb_layout03 #cboxNext,
.cb_layout04 #cboxNext {
	display: none !important;
}
.cb_layout01 #cboxClose,
.cb_layout02 #cboxClose,
.cb_layout03 #cboxClose,
.cb_layout04 #cboxClose {
	right: -20px;
	top: -20px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #555555;
	background-image: url(/common/img/com_bg01.png);
	background-repeat: no-repeat;
	background-position: -113px -116px;
	text-indent: -9999px;
	outline: none;
}


/* layout
-------------------------------- */
.cb_page {
}
.cb_page#cb-compare-result {
	background-color: #fff;
}
.cb_head {
	clear: both;
}
.cb_layout01 .cb_head {
	padding: 25px 40px 20px;
}
.cb_main {
	clear: both;
}
.cb_layout01 .cb_main {
	padding: 0 40px 30px;
}
.cb_layout02 .cb_main {
	padding: 30px;
}
.cb_layout03 .cb_main {
	padding: 20px 0 0 0;
}
.cb_layout04 .cb_main {
	padding: 30px;
}
.iframe_layout01 .cb_main {
	padding: 20px 0 0 0;
}
.cb_layout01 .cb_main .tab02 {
	margin: 0 -40px;
}
.cb_layout01 .cb_main .tab02 > .tabWrap,
.cb_layout01 .cb_main .tab02 > .tabDetail02 {
	padding: 0 40px;
}
.cb_layout01 .cb_main .tab02 > [id*="tab-initial"] {
	height: 200px;
	overflow-y: scroll;
}
.cb_layout01 .cb_main #sitenInitialSearch {
}
.cb_layout01 .cb_main #sitenInitialSearch > *:first-child {
	margin-top: 0 !important;
}
.cb_layout01 .cb_main #sitenInitialSearch > .searchResult {
}
.cb_layout01 .cb_main #sitenInitialSearch > .searchResult > *:first-child {
	margin-top: 0 !important;
}
.cb_layout01 .cb_main #sitenNumSearch {
}
.cb_layout01 .cb_main #sitenNumSearch > *:first-child {
	margin-top: 0 !important;
}
.cb_layout01 .cb_main #sitenNumSearch > .searchCond {
}
.cb_layout01 .cb_main #sitenNumSearch > .searchCond > *:first-child {
	margin-top: 0 !important;
}
.cb_layout01 .cb_main #sitenNumSearch > .searchCond #sitenSearchBtn a {
	min-width: 0;
}
.cb_layout01 .cb_main #sitenNumSearch > .searchCond #sitenSearchBtn a span {
	padding: 0.7em 2em 0.6em 2.5em;
}
.cb_layout01 .cb_main #sitenNumSearch > .searchResult {
	clear: both;
	padding: 30px 0 15px;
}
.cb_layout01 .cb_main #sitenNumSearch > .searchResult > *:first-child {
	margin-top: 0 !important;
}
.cb_layout01 .cb_main .formTable.type-appointment {
	margin: 20px -20px 0;
	padding: 0 20px;
	height: 300px;
	overflow-y: scroll;
}
.cb_layout01 .cb_main .formTable.type-appointment caption {
	margin-bottom: 20px;
}
.cb_layout01 .cb_main #serviceIconDesc {
}
.cb_layout01 .cb_main #serviceIconDesc > *:first-child {
	margin-top: 0 !important;
}
.cb_layout02 .cb_main .connectWrap + .actionWrap {
	margin-top: 40px;
}
.cb_foot {
	clear: both;
}
.cb_layout01 .cb_foot {
	padding: 30px 40px;
	background-color: #f2f2f2;
}
.cb_layout02 .cb_foot {
}
.cb_layout03 .cb_foot {
	padding: 30px 0 0 0;
}
.cb_layout04 .cb_foot {
	padding: 0 30px 30px;
}
.iframe_layout01 .cb_foot {
	padding: 30px 0 0 0;
}
.cb_head > *:first-child,
.cb_main > *:first-child,
.cb_foot > *:first-child {
	margin-top: 0 !important;
}

.cb_inline_container {
	clear: both;
	display: none;
	margin: 30px 0 0 0;
}
.cb_inline_container > *:first-child {
	margin-top: 0 !important;
}


/* module
-------------------------------- */
.cb_hdg01 {
	color: #777777;
	font-size: 1.286em;
	text-align: center;
}
.cb_hdg02 {
	padding: 0.3em 0.8em 0.2em;
	background-color: #e67977;
	border-bottom: solid 2px #ffffff;
	outline: solid 1px #e67977;
	font-weight: bold;
	font-size: 1.714em;
	line-height: 1.5;
	color: #ffffff;
}
.cb_hdg_wrap01 {
	clear: both;
	position: relative;
	min-height: 50px;
}
.cb_hdg_wrap01 > .hdg {
	color: #777777;
	font-size: 1.286em;
}
.cb_hdg_wrap01 > .note {
	padding-left: 1em;
	text-indent: -1em;
}
.cb_hdg_wrap01 > .btn {
	position: absolute;
	right: 0;
	top: 0;
	margin-top: 0;
	text-align: right;
}
.cb_hdg_wrap01 > .btn.btnLink01 a {
	min-width: 0;
}
.cb_hdg_wrap01 > .btn.btnLink01 a span {
	padding: 0.8em 1em 0.8em 2.5em;
}

.cb_list01 > li {
	position: relative;
	margin-top: 0.8em;
	padding-left: 1em;
}
.cb_list01 > li:first-child {
	margin-top: 0;
}
.cb_list01 > li:before {
	content: "";
	position: absolute;
	top: 0.4em;
	left: 0;
	display: inline-block;
	width: 7px;
	height: 7px;
	background: #777777;
}



/**********************************

  MEDIA

**********************************/

/* responsive
-------------------------------- */
@media screen and (max-width: 768px) {
	.iframe_layout01 .cb_page {
		height: 100%;
		padding: 15px 40px 15px 15px;
	}
	.iframe_layout01 .cb_head .cb_hdg02 {
		font-size: 1.143em;
	}
	.iframe_layout01 .cb_main {
		padding-top: 15px;
	}
	/*
	.iframe_layout01 .cb_main #serviceIconDesc {
		height: 100%;
		overflow-y: scroll;
	}
	*/
	.iframe_layout01 .cb_main #serviceIconDesc > *:first-child {
		margin-top: 0 !important;
	}
	.iframe_layout01 .cb_main #serviceIconDesc > .table01 {
		display: block;
	}
	.iframe_layout01 .cb_main #serviceIconDesc > .table01 tbody {
		display: block;
	}
	.iframe_layout01 .cb_main #serviceIconDesc > .table01 tr {
		display: block;
	}
	.iframe_layout01 .cb_main #serviceIconDesc > .table01 tr > th.type02 {
		display: block;
		padding: 10px;
		border-right: none;
		border-bottom: none;
	}
	.iframe_layout01 .cb_main #serviceIconDesc > .table01 tr > td {
		display: block;
		padding: 10px;
		border-right: none;
	}
	.iframe_layout01 .cb_main #serviceIconDesc > .table01 tr:last-child > td {
		border-bottom: none;
	}
	.iframe_layout01 .cb_foot {
		padding-top: 15px;
	}
	.iframe_layout01 .cb_foot .btnLink01.closeType a {
		width: 100%;
		min-width: 0;
	}
}


/* print
-------------------------------- */
@media print {
	body.cb_active #currentNavi,
	body.cb_active #header,
	body.cb_active #container,
	body.cb_active #footer,
	body.cb_active #pageTop,
	body.cb_active #forPrintWrap {
		display: none !important;
	}
	#cboxOverlay {
		background: #ffffff !important;
	}
	#colorbox {
		left: 0 !important;
		top: 0 !important;
		z-index: 9999 !important;
	}
	#colorbox,
	#cboxWrapper,
	#cboxContent,
	#cboxLoadedContent {
		height: auto !important;
		overflow: visible !important;
	}
	#cboxPrevious,
	#cboxNext,
	#cboxClose {
		display: none !important;
	}
	
	.cb_layout01 .cb_main .tab02 > [id*="tab-initial"],
	.cb_layout01 .cb_main .formTable.type-appointment {
		height: auto !important;
		overflow-y: visible !important;
	}
}


/* clearfix
-------------------------------- */
.clearfix:after {
	content : "";
	display : block;
	clear : both;
}


