@charset "UTF-8";
/* flexcrollstyles.css */


/* //////////////////////////////////////////////
各div設定
/////////////////////////////////////////////// */
#popup {
margin:0;
padding:45px 25px 0 25px;
width:650px;
height:360px;
font-size:12px;
overflow:hidden;
}

.div-about {
background:url("../image/popup/title_about.png") top right no-repeat; }
.div-link {
background:url("../image/popup/title_link.png") top right no-repeat; }
.div-privacy {
background:url("../image/popup/title_privacy.png") top right no-repeat; }


/* //////////////////////////////////////////////
#基本設定
/////////////////////////////////////////////// */
h5{
margin: 0 ;
padding:0 0 30px 0;
width:650px;
height:30px;
text-align:left;
font-size:x-large;
font-weight:normal;
}

span.policy{
text-align:right;
display:block;
}


/* //////////////////////////////////////////////
#スクロールバーデザイン
/////////////////////////////////////////////// */
/*Page related styles for you to view*/
#mycustomscroll {
	/* Typical fixed height and fixed width example */
margin:0;
padding:0 10px 0 0;
width: 640px;
height: 300px;
line-height:160%;
background-color: #FFF;
overflow: auto;/*javascript無効時にもスクロールバーを出す為に必要*/
position: relative;/*javascript無効時にもスクロールバーを出す為に必要*/
}



/*  scrollgeneric is used for corrective styling of elements, and should not be modified or removed */ 
.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}

.vscrollerbar {width: 15px;background: #FFF url(../image/popup/scrollbar.gif) -15px 0px repeat-y;}
.vscrollerbarbeg {height: 0 !important;width: 15px;background: url(../image/popup/scrollbar.gif) -30px 0 no-repeat;}
.vscrollerbarend {height: 0;width: 15px;background: url(../image/popup/scrollbar.gif) -30px 0 no-repeat;}
.vscrollerbase {width: 15px;background: #FFF url(../image/popup/scrollbar.gif) 0px 0px repeat-y;}
.vscrollerbasebeg {width: 15px;height: 1px !important;}
.vscrollerbaseend {height: 0;width: 15px;}
.hscrollerbase {height: 0; background-color: white;}/*?*/
.hscrollerbar {height: 0; background-color: black;}/*?*/
.vscrollerbar, .hscrollerbar {padding: 0;z-index: 2;}/*上下のpadding*/
/*.scrollerjogbox {width: 36px;height: 16px;top: auto; left: auto;bottom: 0px; right: 0px;background: #EEEEEE;}不使用*/

/* Scroll Bar Master Styling Ends Here */





