@charset "UTF-8";

@import "reset.css";

body {
	font: 12px/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	color: #333;
	text-align:center;
    word-wrap:break-word;
	word-break: break-all;
}

/*ie7*/
/*
*:first-child+html body {
	font-size:75%;
}	*/
/*ie5-6*/
/*
* html body {
	font-size:75%;
}
*/
/*
#header { line-height: 1; }
*/
.clearfix {
	_height: 100%;
}
.clearfix:after {
	display: block;
	margin-top: -1px;
	height: 1px;
	content: "";
	clear: both;
}

html, body {height: 100%;}

* {zoom:1; }
* html body{  
    overflow: hidden;  
} 
a img {
	border: none;
}

#top_contents {
    min-height: 100%;
}

a:link {
	color:#333;
	text-decoration: none;
}
a:visited {
	color:#333;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color:#00a7e9;
	text-decoration: none;
}
.fltrt {
	float: right;
}
.fltlft { 
	float: left;
}
/* !clearfix */
.clearfloat { clear:both;}
.cfix { /zoom : 1; }
.cfix:after { content : ''; display : block; clear : both; }
* html #container{  
    overflow: auto;
}  
/*--- Container ---*/
#container {
    min-height: 100%;
	width: 1000px;
	max-width: 1000px;
	text-align:left;
	margin: 0 auto;
	overflow:hidden;
	position:relative;
}

/*--- Global Header ---*/
#globalheader-cntl{
    z-index:999;
	position:relative;
	padding-bottom:145px;
}
#globalheader {
	position: fixed !important;
    top:0px;
	background-image: url(/images/top_bg_header01.jpg); 
	height: 105px;
	width: 1000px;
}
#globalheader h1 { 
	position: absolute; 
	top: 13px;
	left: 0px;
}
#globalheader #area-wrap {  
	font-size: 9px;
}
#area-wrap { 
	left: 125px;
	top:28px;
	position: absolute;
	width: 150px;
	text-align: left;

}
#globalheader #player{
	padding: 8px 10px 0 0;
	float: left;
	border-right: 1px solid #d7d7d7;
	height: 42px;
}
#globalheader #player .player_wrap{
	float:left;
    height: 32px;
    overflow: hidden;
    width: 215px;
	padding-left:10px;
}
/* 新プレイヤー部分のボックス*/
#globalheader #new_player{
	color:#FFF;
	border-bottom:solid 1px #3D3D3D;
	border-radius:0px 0px 5px 5px;
	-webkit-border-radius:0px 0px 5px 5px;
	-moz-border-radius:0px 0px 5px 5px;
	background-color:#444;
	height:49px;
	clear:both;
}
/* 局メニュー部分の大ボックス*/
#globalheader #station_menu_eria{
	color: #666;
	background-color:#eaeaea;
	border-top:solid 1px;
	border-bottom:solid 1px;
	border-left:solid 1px;
	border-right:solid 1px;
	border-color:#d7d7d7;
	border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius:5px 5px 0px 0px;
}

/* 局メニュー部分の小ボックス*/
#globalheader ul li{
	float:left;
	position: relative;
}

/* 新プレイヤー横の局名の表示ボックス*/
#station_name{
	float:left;
	padding: 0 0 0 10px;
}
*:first-child+html #telop{
}
/* 新プレイヤー横の番組名等の表示ボックス*/
#telop{
	font-size:12px;
	float:left;
	padding:19px 0 0 10px;
	overflow:hidden;
	width: 630px;
}
#telop a:link {
	color:#fff;
}
#telop a:visited {
	color:#fff;
}
#telop a:hover {
	color:#00a7e9;
}
#telop a:focus {
	color:#fff;
}
#telop marquee{
	width: auto;
	overflow-y: hidden;
}
#telop li {
	padding-right: 10px;
	padding-left: 10px;
	cursor: pointer;
}
*:first-child+html #station_prog{
	padding:0 0 0 10px;
}
#station_prog ul:hover{
   color: #00a7e9;
}
#globalheader ul li .station_eria{
	height:15px;
	padding: 3px 0 0 0;
}

#globalheader #station_menu #active{
	float:left;
	background-color:#00a7e9;
	position: absolute;
	top: -1px;
	border: solid 1px #0099CC;
}
#globalheader #station_menu #active_first{
	float:left;
	color: #fff;
	position: absolute;
	top: -1px;
	left: -1px;
	border: solid 1px #0099CC;
	background-color:#00a7e9;
	border-radius: 5px 0px 0px 0px;
	-webkit-border-radius: 5px 0px 0px 0px;
	-moz-border-radius:5px 10px 0px 0px;
}
#globalheader ul li a{
	font-size:9px;
	color:#666;
	float:left;
	margin-left:4px; 
	margin-right: 4px; 
	padding: 0; 
	text-decoration: none;
}
#globalheader ul li a:hover {
	color: #00a7e9;
}
#globalheader #active_first a, #globalheader #active a {
	color:#fff;
}
#globalheader #active_first a:hover, #globalheader #active a:hover {
	color:#fff;
}
#globalheader .hbnr{
	text-align:right;
	padding: 1px 0 0 0;
	margin: 0 0 1px 0;
	height:60px;
}
#globalheader .search #search_text{
	position:absolute;
	top: 7px;
        left: 296px;
	text-align:left;
	height:28px;
	width:180px;
	padding: 0px 0px 0px 10px;
	margin: 10px 0px 0px 0px;
	vertical-align: middle;
}
#globalheader .search #search_btn {
	position:absolute;
	top: 17px;
    	left: 474px;
	height:30px
}

#globalheader #radiko-socialbtn {
	width:133px;
	position:absolute;
	left:133px;
	height:62px;
}
#globalheader #radiko-socialbtn .about_radiko{
    font-size: 12px;
    position: absolute;
    top: 4px;
    left: 4px;
}
#globalheader #radiko-socialbtn .gl-share-btn{
    position:absolute;
    top:24px;
    left:3px;
}
#globalheader #radiko-socialbtn .gl-share-btn a.twitter {
	display: block;
	width: 68px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(/images/sns_btn_for_twitter.png);
	text-indent: -9999px;
	outline: none;
	position:absolute;
	top: 0;
	left: 0;
	width: 68px;
}
#globalheader #radiko-socialbtn .gl-share-btn a.mixi {
	display: block;
	width: 50px;
	height: 15px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(/images/sns_btn_for_mixi.png);
	text-indent: -9999px;
	outline: none;
	position:absolute;
	top: 0;
	left: 62px;
	width: 50px;
}
#globalheader #radiko-socialbtn .gl-share-btn a.fb1 {
	display: block;
	width: 40px;
	height: 15px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(/images/sns_btn_for_fb1.png);
	text-indent: -9999px;
	outline: none;
	position:absolute;
	top: 17px;
	left: 0;
	width: 40px;
}
#globalheader #radiko-socialbtn .gl-share-btn a.fb2 {
	display: block;
	width: 70px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(/images/sns_btn_for_fb2.png);
	text-indent: -9999px;
	outline: none;
	position:absolute;
	top: 17px;
	left: 43px;
	width: 70px;
}
#globalheader #radiko-socialbtn .gl-share-btn a.fb3 {
	display: block;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(/images/sns_btn_for_fb3.png);
	text-indent: -9999px;
	outline: none;
	position:absolute;
	top: 17px;
	left: 90px;
	width: 16px;
}


#information_top_contents{
    height: 584px;
}


/*--- Main ---*/
#main{
  /*margin-bottom:-2px;*/
    padding-bottom: 145px;
	width:1000px;
	background:#FFF;
	float:right;
}
.main-vsl{
	overflow:hidden;
}
.channel-detail{
	position:relative;
	width:630px;
	height:340px;
	overflow:hidden;
	float:left;
	display:inline;
}
.twitter{
	float:right;
	display:inline;
}
#twtr_wrap {
  border-left: 1px solid #CDC9C9;
  border-right: 1px solid #CDC9C9;
}
.page_top{
	position: absolute;
	right:14px; top:1px;
	width:70px; height:11px;
	padding:0;
}
/*--- Channel ---*/
#channel{
    width:998px;
    height: 140px;
    overflow:hidden;
    position:relative;
    /* margin-top: 20px;*/
    margin-bottom: 20px;
    padding-top: 5px;
    background:#eaeaea;
    border:solid 1px #D7D7D7;
    border-radius: 5px;
}
#channel-arrow{
    position:absolute;
    top:0px;
    left:310px;
}
#channel ul li{
	float:left;
	display:inline;
}
#channel li li{
	clear:both;
	width:245px;
}
#channel .program{
	position:absolute;
	top:5px;
	left:0px;
}
#channel .time{
	margin: 57px 7px 0;
	font-size:10px;
	color: #999;
}
#channel .title{
	margin: 2px 7px 0;
	font-size:10px;
	font-weight:bold;
}
#channel .name{
	margin: 2px 7px 0;
	font-size:10px;
}
#channel .listen-now{
	width: 196px;
	height: 33px;
}
#channel .listen-now a {
	display: block;
	width: 196px;
	height: 33px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(/images/top_btn_channel.gif);
	text-indent: -9999px;
	outline: none;
	position:absolute;
	top:127px;
	left:3px;
}
#channel .listen-now a:hover {
	background-position: 100% 0;
}
#channel .listen-now a.active {
	background-position: 100% 0;
}
#channel .nxtbtn{
	z-index:30;
	width: 30px;
	height: 30px;
}
#channel .nxtbtn a {
	display: block;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-image: url(/images/top_btn_station07.png);
	text-indent: -9999px;
	outline: none;
	position:absolute;
	top:57px;
	left:10px;
}
#channel .nxtbtn a:hover {
	background-position: 0 0;
}
#channel .now_onair{
	position:relative;
}
#channel .bkbtn{
	z-index:30;
	width: 30px;
	height: 30px;
}
#channel .bkbtn a {
	display: block;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-image: url(/images/top_btn_station08.png);
	text-indent: -9999px;
	outline: none;
	position:absolute;
	top:57px;
	left:959px;
}
#channel .bkbtn a:hover {
	background-position: 0 0;
}
#channel ul li ul{
	width:232px;
	height:162px;
/*	background: url(/images/top_bg_select01.png) no-repeat left top;*/
	position:relative;
}
#channel .select-channel01,
#channel .select-channel02,
#channel .select-channel03
{
	margin-right:10px;
}

#station-carousel {
	position: relative;
	left: 22px;
}

#station-carousel .carousel-link {
	width: 232px;
	height: 125px;
	display: inline-block;
	background: black;
}

#station-carousel img:hover {
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
}


/*--- Information ---*/
#information {
	position: relative;
    width: 660px;
	height: 533px;
	background: url(/images/top_bg_info_bottom.gif) no-repeat left bottom;
	/*margin:4px;*/
	padding-bottom: 4px;
	/* chou */
	/*position:relative;
	top: 900px;
	left: 0px;*/
}  
#information h2 {
	background: url(/images/top_bg_info_top.gif) no-repeat;
	padding: 14px 15px 10px;  
    margin: 0 -15px 10px;
}  
#information .info-inner{
	background:#FFF;
    padding: 0 0 36px 0;
}

#information #info_header{
	height: 45px;
	color:#666;
	background:#eaeaea;
	border:solid 1px;
	border-color:#ccc;
	border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
}
#information #info_header div{
	margin-left: 14px;
	margin-top: 14px;
	font-size:12px;
	float:left;
}
#information #info_header span{
	display:inline-block;
	margin-right: 14px;
	margin-top: 10px;
	float:right;
}

#information #info_contents{
	height:486px;
	overflow-y: scroll;
	border-right:solid 1px;
	border-left:solid 1px;
	border-bottom:solid 1px;
	border-color:#ccc;
	border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius:0px 0px 5px 5px;
}

#information .info-inner ul{
	padding-bottom: 12px;
}

#information .info-inner ul li{
    padding: 15px 15px 15px 15px;
	border-bottom: dotted 1px #CCC;
	overflow:hidden;
	clear:both;
	border-right:solid 1px;
	border-right-color:#CCC;
}

#information .info-inner dl{
	_float:left;
	_margin-left: 10px;
/*    margin-left: 140px;*/
}
#information .info-inner dt{
	color:#999;
	font-size:10px;
}

#information .info-inner dd{
	font-size:12px;
}

#information .info-inner dd a{
    text-decoration:none;
}
#information .info-inner dd a:hover{
    color:#2CB3E9;
}
#information .info-inner dd.title{
    font-weight:bold;
    color:#333333;
    margin-bottom:10px;
    margin-top:10px;
}

#information .info-inner dd.body{
    font-weight:normal;
    font-size:12px;
    line-height:17px;
}
#information span a {
	display: block;
	width: 85px;
	height: 25px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(/images/top_btn_info.png);
	text-indent: -9999px;
	outline: none;
	float:right;
}
#information span a:hover {
	background-position: 100% 0;
}

/*--- Side Nav ---*/
#sidenav {
	width: 184px;
	float:left;
	overflow:hidden;
	text-align:center;
	background-color:#CCC;
	padding-bottom: 32768px;
	margin-bottom: -32768px;
}

#sidenav ul {
	margin-bottom: 7px;
	padding: 3px 4px 0 4px;
}
#sidenav ul li {
	width: 176px;
	height: 31px;
}
#sidenav ul li a {
	display: block;
	width: 176px;
	height: 31px;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
	outline: none;
}
#sidenav ul li a:hover {
	background-position: 100% 0;
}
#sidenav ul li#menu01 a {
	background-image: url(/images/top_btn_sidenav01.png);
}
#sidenav ul li#menu02 a {
	background-image: url(/images/top_btn_sidenav02.png);
}
#sidenav ul li#menu03 a {
	background-image: url(/images/top_btn_sidenav03.png);
}
#sidenav ul li#menu04 a {
	background-image: url(/images/top_btn_sidenav04.png);
}
#sidenav ul li#menu05 a {
	background-image: url(/images/top_btn_sidenav05.png);
}
#sidenav ul li#menu06 a {
	background-image: url(/images/top_btn_sidenav06.png);
}
#sidenav ul li#menu07 a {
	background-image: url(/images/top_btn_sidenav07.png);
}
#sidenav ul li#menu08 a {
	background-image: url(/images/top_btn_sidenav08.png);
}
#sidenav ul li#menu09 a {
	background-image: url(/images/top_btn_sidenav09.png);
}
#sidenav ul li#menu10 a {
	background-image: url(/images/top_btn_sidenav10.png);
}
#sidenav p.bnr {
	margin: 0px auto 4px auto;
	padding:0px 0px 0px 0px;
}
#sidenav p.bnr img{
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#sidenav #about ol{
	margin: 10px 0 0 0;
	padding:0;
}
#sidenav #about ol li{
	font-size:10px;
	background: url(/images/top_icn_sidenav01.gif) no-repeat 10px 4px;
	text-align:left;
	padding-left:18px;
	margin:0;
}

#guidelines{
    float:left;
    width: 800px;
    margin: 0px 0px 0 0;
}

#guidelines_box{
    width: 750px;
    line-height: 150%;
    margin: 0 auto;  
    text-align: left;  
}
#guidelines_line {
    width: 700px;
    margin: 0 auto;  
    text-align: left;  
}

#guidelines_line p {
     margin-left: 1em; /* ブロック全体を 1em 右に */
     text-indent: -1em; /* 先頭の1文字のみ 1em 左に */
}

/*--- Cts-Wrap ---*/
#cts-wrap {
    width: 1000px;
	/*
	background: url(/images/top_bg_info_bottom.gif) no-repeat left bottom;
	margin:4px;
	padding-bottom: 4px;
	*/
}  
#cts-wrap .cts-wrap-inner {
	/*
	background: url(/images/top_bg_info_top.gif) no-repeat;
	padding-top:4px;
	*/
}  
#cts-wrap .cts-wrap-inner div{
	/*
	background: url(/images/top_bg_info_center.gif) repeat-y;
	background:#FFF;
    padding: 0px 0px 20px;
	*/
}

#cts-wrap #cts {
/*
padding: 18px 20px 0;
*/
overflow: hidden;
position: relative;
background: #fff;
}
#cts-wrap #cts h2{
	margin:0;
	padding:0;
}
#cts-wrap #cts .title{
	margin: 0 auto;
	margin-bottom: 15px;
	/*
	border-bottom:1px solid #CCC;
	*/
}

iframe.if-player { border: none; }

#channel .ch-mask{
    background: url(/images/top_channel_mask.png) no-repeat 0 0 transparent;
    position:absolute;
    top:0px;
}

#contents_footer_line {
    width:100px;
    height:25px;
    background-color: #444444;
}

/*--- Footer ---*/
.footer{
    width:1000px;
    height:145px;
    background-color: #444444;
	position:relative;
	margin-right: auto;
	margin-left: auto;
}
.footer-slash {
	color: #999;
}
.footer-waku{
    width:1000px;
    height:145px;
	position:relative;
	padding:40px 0px 40px 0px;
	margin-right: auto;
	margin-left: auto;
}
.radiko-tool{
    position: absolute;
    padding:0;
}
.radiko-tool img{
    width:165px;
    height:50px;
}
.footer-waku p{
	color:#FFFFFF;
}
.footer-waku #radiko-socialbtn {
    position: absolute;
    left:0px;
    top:63px;
    height:62px;
}
.footer-waku #radiko-socialbtn .gl-share-btn{
    position:absolute;
    top:24px;
    left:0px;
}
.footer-waku #radiko-socialbtn .gl-share-btn a.twitter {
    display: block;
    width: 68px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: -342px 0;
    background-image: url(/images/sp_top_images.png);
    text-indent: -9999px;
    outline: none;
    position:absolute;
    top: 0;
    left: 0;
    width: 68px;
}
.footer-waku #radiko-socialbtn .gl-share-btn a.mixi {
    display: block;
    width: 50px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: -206px 0;
    background-image: url(/images/sp_top_images.png);
    text-indent: -9999px;
    outline: none;
    position:absolute;
    top: 0;
    left: 62px;
    width: 50px;
}
.footer-waku #radiko-socialbtn .gl-share-btn a.fb1 {
    display: block;
    width: 40px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url(/images/sns_btn_for_fb1.png);
    text-indent: -9999px;
    outline: none;
    position:absolute;
    top: 0;
    left: 120px;
    width: 40px;
}
.footer-waku #radiko-socialbtn .gl-share-btn a.fb2 {
    display: block;
    width: 70px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: -271px 0;
    background-image: url(/images/sp_top_images.png);
    text-indent: -9999px;
    outline: none;
    position:absolute;
    top: 0;
    left: 80px;
    width: 70px;
}

.footer-waku #radiko-socialbtn .gl-share-btn a.fb3 {
    display: block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url(/images/sns_btn_for_fb3.png);
    text-indent: -9999px;
    outline: none;
    position:absolute;
    top: 0;
    left: 90px;
    width: 16px;
}

.cr{
    position: absolute;
    right:0px; top:84px;
    padding:0;
    font-size:10px;
    line-height:20px;
    margin:0;
    padding:0;
}
.f_area{
    position: absolute;
    left:0px;
	top:40px;
	padding-bottom: 5px;
}
.f_radiko{
    position: absolute;
    left:0px;
	top:63px;
	font-size:10px;
}
.f_area a:link, .f_radiko a:link {
	color:#fff;
    text-decoration:none;
}
.f_area a:visited, .f_radiko a:visited  {
	color:#fff;
    text-decoration:none;
}
.f_area a:hover, .f_area a:active, .f_area a:focus, .f_radiko a:hover, .f_radiko a:active, .f_radiko a:focus {
	color:#00a7e9;
	text-decoration: none;
}
.page_top_new{
    position: absolute;
    right:0px;
	top:40px;
    margin:0;
    padding:0;
}
a#goto_top{
	display: block;
	width: 88px;
	height: 25px;
	background-repeat: no-repeat;
	background-position: -118px 0;
	background-image: url(/images/sp_top_images.png);
	text-indent: -9999px;
}
#goto_top:hover {
	background-repeat: no-repeat;
	background-position: -118px -25px;
	background-image: url(/images/sp_top_images.png);
}
.f_facebook{
    position: absolute;
    left:50px; top:80px;
    margin:0;
    padding:0;
}
.f_twitter{
    position: absolute;
    left:163px; top:80px;
    margin:0;
    padding:0;
}
.f_google{
    position: absolute;
    left:298px; top:80px;
    margin:0;
    padding:0;
}

#footer_container {

    background: #444444;
	width:100%;
	min-width:1000px;
	text-align:left;
	margin: 60px auto 0 auto;
    margin-top: -145px; 
    height: 145px;
    clear:both;
	overflow:hidden;
	position:relative;
                clear:both;
}

/*-- pan navi --*/
#pan-navi2{
	width:1000px;
	height: 31px;
	margin: 18px 0px 19px 0px;
	background-color: #FFFFFF;
}
#pan-navi2 ul{
	padding:0;
	margin:0;
}
#pan-navi2 ul li{
	padding:7px 7px 1px 5px;
	height:22px;
	width:auto;
	margin:0;
	color: #666;
}
#pan-navi2 ul li.clickable {
	cursor: pointer;
	color: #666;
}
#pan-navi2 ul li.clickable:hover {
	color: #fff;
}
#pan-navi2 .navi2-home1 {
	float:left;
	background-image: url(/images/pnkz_bg_first.png);
	padding 3px;
	padding-left:10px;
}
#pan-navi2 .navi2-dir1 {
	float:left;
	background-image: url(/images/pnkz_joint4.png);
}
#pan-navi2 .navi2-dir2 {
	float:left;
	background-image: url(/images/pnkz_bg_center.png);
	padding 3px;
}
#pan-navi2 .navi2-home2 {
	float:left;
	background-image: url(/images/pnkz_joint2.png);
}
#pan-navi2 .navi2-page1 {
	float:left;
	background-color:#888;
	padding 3px;
	color:#FFFFFF;
	padding-left:10px;
}
#pan-navi2 .navi2-page2 {
	float:left;
	background-image: url(/images/pnkz_joint3.png);
}
#pan-navi2 .navi2-time1 {
	float:left;
	background-image: url(/images/pnkz_joint3.png);
	margin-right:10px;
}
#pan-navi2 .navi2-time2 {
	float:left;
	background-color:#888;
	padding 3px;color:#FFFFFF;
	margin-right:20px;
}
#pan-navi2 .navi2-time3 {
	float:left;
	padding 3px;
}

/*-- top timeline --*/
#top-timeline {
	width: 320px; 
	height: 534px; 
	scroll:hidden;
	overflow: hidden;
}

/*-- other --*/
#program_table_container {
	margin-bottom: 40px;
}

.header_label_rect {
	height: 45px;
	color: #666;
	background: #eaeaea;
	border: solid 1px;
	border-color: #ccc;
	border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
}
.header_label_rect div{
	margin-left: 14px;
	margin-top: 12px;
	font-size: 14px;
	
	Zz;
}
::-webkit-scrollbar
{
    overflow:hidden;
    width:8px;
    background:#eee;
    border-radius:0px 0px 5px 0px;
}
::-webkit-scrollbar:horizontal
{
	height:5px;
}
::-webkit-scrollbar-button
{
	display:none;
}
::-webkit-scrollbar-piece
{
	background:#eee;
}
::-webkit-scrollbar-piece:start
{
	background:#eee;
}
::-webkit-scrollbar-thumb
{
	overflow:hidden;
	background:#444;
}
::-webkit-scrollbar-corner
{
	overflow:hidden;
	background:#444;
}

#log {
	position:absolute;
	top:10pz;
	left:3000px;

}
/*out*/
#out #globalheader-cntl{
    z-index:999;
	position:relative;
	padding-bottom:55px;
}
#out #globalheader {
	position: fixed !important;
    top:0px;
	background-image: url(/images/top_bg_header01.jpg); 
	height: 65px;
	width: 1000px;
}

#container-mypage {
    min-height:0;
	width: 1000px;
	text-align:left;
	margin: 0 auto;
	overflow:hidden;
	position:relative;
}
#container-mypage #main{
  /*margin-bottom:-2px;*/
    padding-bottom: 15px;
	width:1000px;
	background:#FFF;
	float:right;
}
#container-mypage #pan-navi2{
    width:100%;
}
#container-mypage #cts-wrap {
    width:100%;
}
#footer-container-mypage {
    height: 86px;
    margin: -86px auto 0;
	width:100%;
	min-width:0;
}
#footer-container-mypage > .footer{
    width:100%;
    height: 86px;
}
#footer-container-mypage > .footer > .footer-waku{
    margin-left:auto;
    margin-right:auto;
    width:1000px;
    padding:0px;
    height: 86px;
}

#footer-container-mypage > .footer > .footer-waku p{
    position:absolute;
    margin-top: 38px;
}

#pan-navi2 .navi2-home1-over {
    float:left;
    color:#FFFFFF;
    background-image: url(/images/pnkz_bg_first_over.png);
    padding 3px;
    padding-left:10px;
}
#pan-navi2 .navi2-home2-over {
    float:left;
    background-image: url(/images/pnkz_joint3.png);
}

.ul-question li{
    overflow:hidden;
}

#loading-layer {
    position: fixed;
    top:0;
    left:0;
    background-color:#000000;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
    width: 100%;
    height: 100%;
    z-index: 9999;
}
#loading-layer > img{
    position: absolute;
    margin: -64px 0 0 -64px;
    top: 50%;
    left: 50%;
}
#info-bar {
    height:35px;
	background: #eaeaea;
    display:none;
}
#info-bar p{
    padding: 7px 0 0 0;
}
#info-bar p.caution span {
    color:#ff0000;
	padding: 0 0 0 21px;
	background: url(/images/icon_caution.png) no-repeat 0px 50%;
}
#info-bar p.caution span a:visited, 
#info-bar p.caution span a:link {
    color:#ff0000;
    text-decoration:underline;
}
#info-bar p.caution span a:hover {
    opacity: 0.5;-moz-opacity: 0.5;filter: alpha(opacity=50);
} 

#commercial table a {
    color:#0099FF;
}
#commercial table tr.space th,
#commercial table tr.space td {
    padding-bottom:10px;
}
#commercial table th{
    padding-right:20px;
    font-weight:bold;
    vertical-align:top;
}
#commercial table td {
    vertical-align:top;
}
