/*
    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:9999999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#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:#fff; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxContent{margin-top:32px; overflow:visible; background:#000;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{background:#000; padding:1px;}
        #cboxLoadingGraphic{background:url(../images/loading.gif) no-repeat center center;}
        #cboxLoadingOverlay{background:#000;}
        #cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}

        /* 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; text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(../images/controls.png) no-repeat 0 0;}
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxPrevious{background-position:0px 0px; right:44px;}
        #cboxPrevious:hover{background-position:0px -25px;}
        #cboxNext{background-position:-25px 0px; right:22px;}
        #cboxNext:hover{background-position:-25px -25px;}
        #cboxClose{background-position:-50px 0px; right:0;}
        #cboxClose:hover{background-position:-50px -25px;}
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}

#cboxOverlay {
    background: #000;
}
#cboxLoadedContent {
    background: #fff;
}
#cboxLoadedContent {
  padding: 0;
  overflow: auto;
    -moz-box-shadow: 0px 1px 10px #000000;
    -webkit-box-shadow: 0px 1px 10px #000000;
    box-shadow: 0px 1px 10px #000000;
}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose , #cboxTitle {
  top: 20px;
  right:20px;
}
#colorbox, #cboxOverlay, #cboxWrapper {
  overflow: visible ;
}
#cboxTitle {
  color: #fff;
}

/* ご利用規約 */
#inline-content,
#inline-content01,
#inline-content02,
#inline-content03{
	padding:50px 10px 30px 30px;
	overflow:hidden;
	height:650px;
}
#inline-content04{
	padding:50px 10px 30px 30px;
	overflow:hidden;
	height:150px;
}
#inline-content h2,
#inline-content01 h2,
#inline-content02 h2,
#inline-content03 h2,
#inline-content04 h2{
	font-size:26px;
	font-weight:normal;
	margin:0 0 30px 0;
}
#inline-content h4,
#inline-content01 h4,
#inline-content02 h4,
#inline-content03 h4,
#inline-content04 h4{
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 20px;
    padding: 0;
}
#inline-content .scroll,
#inline-content01 .scroll,
#inline-content02 .scroll,
#inline-content03 .scroll,
#inline-content04 .scroll{
	height:600px;
	overflow: auto;
	width:alc(100% - 40px);
	max-width:710px;
	padding:0 20px 0 0;
}
#inline-content p,
#inline-content01 p,
#inline-content02 p,
#inline-content03 p,
#inline-content04 p{
	margin:0 0 30px 0;
} 
#inline-content dl,
#inline-content01 dl,
#inline-content02 dl,
#inline-content03 dl,
#inline-content04 dl{
	margin:0 0 30px 0;
}
#inline-content dt,
#inline-content01 dt,
#inline-content02 dt,
#inline-content03 dt,
#inline-content04 dt{
	margin:0 0 20px 0;
	font-size:14px;
	font-weight:bold;
}
#inline-content dd,
#inline-content01 dd,
#inline-content02 dd,
#inline-content03 dd,
#inline-content04 dd{
	margin:0 0 30px 0;
}
#inline-content section,
#inline-content01 section,
#inline-content02 section,
#inline-content03 section,
#inline-content04 section{
	margin:0 0 40px 0;
	padding:0;
}
#inline-content ol,
#inline-content01 ol,
#inline-content02 ol,
#inline-content03 ol,
#inline-content04 ol{
	margin:0 0 0 20px;
	padding:0;
}
#inline-content ol li,
#inline-content ul li,
#inline-content01 ol li,
#inline-content01 ul li,
#inline-content02 ol li,
#inline-content02 ul li,
#inline-content03 ol li,
#inline-content03 ul li,
#inline-content04 ol li,
#inline-content04 ul li{
	margin-left:1.25em;
	text-indent:-1.25em;
}

/* お支払手続き */
#estimate-pay{
	padding:50px 0 30px 0;
	overflow:overflow-x;
	height:auto;
	width:990px;
}
#estimate-pay .form{
	width:910px;
	margin:0 30px;
}
#estimate-pay h3{
	font-size:26px;
	font-weight:normal;
	margin:0 0 30px 30px;
	width:800px;
}
#estimate-pay h3+p{
	width:800px;
	margin:0 0 0 30px;
}
#estimate-pay .thankyou{
	text-align:center;
	margin:100px 0;
}
#estimate-pay .thankyou h3{
	border:none;
}
#estimate-pay .thankyou h4{
	font-size:20px;
	font-weight:bold;
}

/* 支払い方法 */
#howtopay a.arrow{
	background: url(../images/arrow21.png) no-repeat left center;
    margin: 0 20px 0 0;
    padding: 0 0 0 15px;
}
#howtopay p{
	margin: 0 0 10px 0;
}
#howtopay table{
	border:solid 1px #7D7D7D;
	margin: 0 0 10px 0;
}
#howtopay table th,
#howtopay table td{
	border:solid 1px #7D7D7D;
	padding: 10px;
}
#howtopay table th{
	background: #EEEEEE;
}

