@CHARSET "UTF-8";

@import "common.css"; /* 追加設定 */

* {margin: 0; padding: 0;}

html {
	height: 100%;
	overflow: -moz-scrollbars-vertical;
}

body {
	height: 100%;
}

body{
	color:#333;
	font-family: "メイリオ", "Meiryo", "Century Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size:13px;
	line-height: 1.3em;
	letter-spacing:0.05em;
	-webkit-text-size-adjust: 100%;  /*フォントサイズ自動調整*/ 
}
/*videoタグのDLボタンを無効*/

video::-internal-media-controls-download-button {
    display:none;
}

video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 32px); /* Adjust as needed */
}

@media screen and (min-width:1025px){html{ font-size:100%;}}
@media screen and (max-width:1024px){html{ font-size:100%;}}

/*
@media screen and (min-width:901px){html{ font-size:95.3125%;}}
@media screen and (max-width:900px){html{ font-size:93.75%;}}
@media screen and (max-width:885px){html{ font-size:92.1875%;}}
@media screen and (max-width:870px){html{ font-size:90.625%;}}
@media screen and (max-width:855px){html{ font-size:89.0625%;}}
@media screen and (max-width:840px){html{ font-size:87.5%;}}
@media screen and (max-width:825px){html{ font-size:85.9375%;}}
@media screen and (max-width:810px){html{ font-size:84.375%;}}
@media screen and (max-width:795px){html{ font-size:82.8125%;}}
@media screen and (max-width:780px){html{ font-size:81.25%;}}
@media screen and (max-width:765px){html{ font-size:79.6875%;}}
@media screen and (max-width:750px){html{ font-size:78.125%;}}
@media screen and (max-width:735px){html{ font-size:76.5625%;}}
@media screen and (max-width:720px){html{ font-size:75%;}}
@media screen and (max-width:705px){html{ font-size:73.4375%;}}
@media screen and (max-width:690px){html{ font-size:71.875%;}}
@media screen and (max-width:675px){html{ font-size:70.3125%;}}
@media screen and (max-width:660px){html{ font-size:68.75%;}}
@media screen and (max-width:645px){html{ font-size:67.1875%;}}
@media screen and (max-width:630px){html{ font-size:65.625%;}}
@media screen and (max-width:615px){html{ font-size:64.0625%;}}
@media screen and (max-width:600px){html{ font-size:62.5%;}}
@media screen and (max-width:585px){html{ font-size:60.9375%;}}
@media screen and (max-width:570px){html{ font-size:59.375%;}}
@media screen and (max-width:555px){html{ font-size:57.8125%;}}
@media screen and (max-width:540px){html{ font-size:56.25%;}}
@media screen and (max-width:525px){html{ font-size:54.6875%;}}
@media screen and (max-width:510px){html{ font-size:53.125%;}}
@media screen and (max-width:495px){html{ font-size:51.5625%;}}
@media screen and (max-width:480px){html{ font-size:50%;}}
*/


h1, h2, h3, h4, h5, h6, address {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}
form{
	margin: 0px;
	padding: 0px;
}
select {
	font-size: inherit;
	min-width: 2em;
}
option, optgroup {
	font-size: inherit;
	vertical-align: middle;
	padding-right: 0.4em;
	font-family: "メイリオ", "Meiryo", "Century Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	line-height: 1;
	padding-top: 1px;
	padding-bottom: 1px;
}
ul {
	list-style-image: none;
	list-style-type: none;
}

img {
	border: none;
	vertical-align:bottom;
}
div {display: block;}

/* a:hover  透過ロールオーバー用 */
/* filter がエラーコンソールでメッセージ出ます */
.hov a:hover img{
	opacity: 0.7;
	filter:alpha(opacity=70);
	-ms-filter:"alpha(opacity=70)";
}

a:hover img.hoverImg{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter:"alpha(opacity=70)";
}

/* IE改行バグ対策 効いてないかも */
br { letter-spacing : normal; word-spacing: normal;}


.dispnone{
	display:none !important;
}
.disblock{
	display:block;
}

/***********
 大枠
***********/
#wrapper{
	display:block;
	width: 1024px;
	margin: 0px auto;
}
#syncheader{
	position: relative;
	width: 100%;
	height: 60px;
	display:block;
}
#mainarea{
	width: 100%;
	height: 590px;
	display: block;
	position:relative;
	clear:both;
}
#footer{
	display:block;
	width: 100%;
	height: 30px;
	position: relative;
	padding: 0px;
	clear:both;
}
#footer2{
	display:block;
	width: 100%;
	height: 30px;
	position: relative;
	padding: 0px;
	clear:both;
}
#console_waku{
	display:none;
	clear:both;
	position: fixed;
	left:10px;
	top:10px;
	width: 300px;
	height: 200px;
	background-color:rgba(0,0,0,0.4);
	color:#FFF;
	font-size:10px;
	line-height:12px;
	z-index:1000;
}
#console_close{
	display:block;
	clear:both;
	background-color:rgba(0,0,0,0.7);
	text-align:center;
	color:#FFF;
	font-size:13px;
	font-weight:bold;
	padding:0.3em;
	cursor:pointer;
}
#console_kekka{
	display:block;
	width: 300px;
	height: 180px;
	overflow-x:none;
	overflow-y:scroll;
	color:#FFF;
	font-size:10px;
	line-height:12px;
}
#console_close{
	display:block;
	clear:both;
	background-color:rgba(0,0,0,0.7);
	text-align:center;
	color:#FFF;
	font-size:13px;
	font-weight:bold;
	padding:0.3em;
	cursor:pointer;
}


/***********
 中枠
***********/
#left{
	width: 320px;
	float: left;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
	position:relative;
}
#right{
	width: 668px;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: right;
	position:relative;
}
#right2{
	width: 320px;
	float: left;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
	position:relative;
}
#left2{
	width: 668px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	float: left;
	position:relative;
}


/***********
 ヘッダ枠
***********/
#dummyslide{
	position: absolute;
	z-index: -2;
	width: 80px;
	height: 30px;
	display:block;
	left: 10px;
	top: 10px;
}
#dummyslide img{
	width:40px;
}
#headergra1{
	position: absolute;
	z-index: 4;
	width: 100%;
	height: 31px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	display:block;
	left: 0px;
	top: 0px;
}
#headergra2{
	position: absolute;
	z-index: 4;
	width: 100%;
	height: 30px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	display:block;
	left: 0px;
	top: 30px;
}
#headertitle{
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
	z-index: 6;
	max-width:950px;
}
#headertitle:after{
	display: block;
	content:"";
	clear:both;
}
#headertitle p{
	float:left;
	padding-right:2em;
}
#headertitle p#headerlogo{
	font-size: 1.7em;
	font-weight: bold;
	line-height: 54px;
	padding-top: 6px;
}
#headertitle a{
	padding: 0px;
	text-decoration: none;
}
#headertitle a:hover{ text-decoration: none;}

#headertitle img{
	max-width:320px;
	max-height:60px;
}
#headersub{
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.2em;
	padding-top: 1.2em;
}
#headerhelp{
	position: absolute;
	z-index: 8;
	display: block;
	top: 0px;
	right: 0px;
	font-size: 1em;
	line-height: 1em;
	clear:both;
}


/***********
 ムービー枠
***********/
#movarea{
	width: 100%;
	padding-bottom:12px;
	z-index: 10;
	overflow:hidden;
	background-color:transparent;
}
.video-js-box{
	width:100%;
	height:100%;
}
video{
	width:100%;
	height:100%;
}
#movarea2{
	display: none !important;
}
.video-js-box2{
	display: none !important;
}

/* 演者名エリア */
#enja{
	display: block;
	height: 38px;
	width: 100%;
	overflow:hidden;
	margin-bottom:12px;
	text-align: center;
/*	background-image: url(../_images/name_bg38.png);
	background-repeat: repeat-x;*/
}
#katagaki{
	font-size: 0.85em;
	line-height: 2.6em;
	padding-right: 0.8em;
}
#namae{
	font-size: 1.1em;
	line-height: 2.6em;
	font-weight: bold;
	padding-right: 0.2em;
	vertical-align:middle;
}
.row1{
	display:inline-block;
	width:140px;
	height:2.4em;
	line-height: 1.1em;
	margin-top: 0.4em;
	vertical-align:middle;
}
.row2{
	display:inline-block;
	width:160px;
	height:2.4em;
	line-height: 1.1em;
	margin-top: 0.4em;
	vertical-align:middle;
}
.row3{
	display:inline-block;
	width:180px;
	height:2.4em;
	line-height: 1.1em;
	margin-top: 0.4em;
	vertical-align:middle;
}

/***********
 ムービー下のサイドメニュー枠
***********/
#sidearea{
	width: 100%;
}
#idxbar{
	display: block;
	position:relative;
	width: 100%;
	height: 38px;
}
#idx_ttl{
	display: block;
	font-size: 14.6px;
	color:#fff;
	height: 36px;
	line-height:36px;
	padding-top:2px;
	padding-left:1.7em;
	background-color:#35b5eb;
	font-family: "Century Gothic", 'Hiragino Kaku Gothic ProN';

}
#idxbar a#idx_jmk{
	display:none;
	position:absolute;
	top: 8px;
	right:8px;
	width: 90px;
	height:21px;
	line-height:21px;
	padding-top:1px;
	font-size: 0.85em;
	color:#FFF;
	background-color:#1085cb;
	text-align:center;
	text-decoration:none;
	border-radius: 0.5em;        /* CSS3草案 */  
	-webkit-border-radius: 0.5em;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 0.5em;   /* Firefox用 */ 

}
#nowloading{
	display: block;
	position:absolute;
	left:0;
	top:38px;
	width: 100%;
	height: 200px;
	margin: 0px 0 0 0px;
	padding:0px;
	background-color:rgba(0,0,0,0.2);
	z-index:912;
}
#nowloading p{
	display:block;
	width:70%;
	margin:100px auto 0;
	padding:1.5em 0;
	text-align:center;
	background-color:#35b5eb;
	color:#FFFFFF;
	border-radius: 0.5em;        /* CSS3草案 */  
	-webkit-border-radius: 0.5em;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 0.5em;   /* Firefox用 */ 
}
#btnTenkai{
	display:none;
	position:absolute;
	top: 5px;
	right:10px;
	width: 80px;
	height:19px;
	line-height:19px;
	padding-top:4px;
	padding-bottom:5px;
	font-size: 12px;
	font-family: "Century Gothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	text-decoration:none;
	text-align:center;
	letter-spacing:0.05em;
	vertical-align:middle;
	cursor:pointer;
	color:#FFF;
	background-color:#efb71c;
	border-radius: 0.2em;        /* CSS3草案 */  
	-webkit-border-radius: 0.2em;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 0.2em;   /* Firefox用 */ 
}
#btnTenkai img{
	margin-right:10px;
}
#sidemenu{
	display: block;
	width: 100%;
	height: 200px;
	overflow-y: scroll;
	overflow-x: hidden;
	background-color:rgba(0,0,0,0);
}
#sidemenu li{
	line-height: normal;
	list-style-type: none;
	list-style-image:none;
	margin-bottom: 1px;
	clear:both;
}
#sidemenu2{
	display: none;
	width: 100%;
	height: 230px;
	margin: 0px 0 0 0px;
	padding:0px;
	overflow-y: scroll;
	overflow-x: hidden;
	background-color:rgba(0,0,0,0);
}
#sidemenu2 li{
	line-height: normal;
	list-style-type: none;
	list-style-image:none;
	padding-top: 0px;
	margin-bottom: 1px;
	clear:both;
}
.sideindex, .sideindex2{
	display: block;
	margin: 0px;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 0.6em;
	font-family: "メイリオ", "Meiryo", "Century Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size: 0.9em;
	line-height: 14px;
	background-color: #ffffff;
}
.sideindex a, .sideindex2 a{
	display:block;
	margin:0px;
	padding: 2px 0px 2px 0.7em;
	min-height:28px;
	color: #000;
	text-decoration: none;
	border-left-style:solid;
	border-left-width:5px;
	border-left-color:#eaeaee;
	
/*	text-overflow:ellipsis;*/
}
.hyouji0 .sideindex a, .hyouji0 .sideindex2 a{
	color: #888;
}
.sideindex a:after, .sideindex2 a:after{
	display:block;
	clear:both;
	content:"";
}
.sideindex p{
	display:block;
	overflow:hidden;
	zoom:1;
}

.sideindex2 p{
	display:block;
	overflow:hidden;
	zoom:1;
}
/*

.sideindex p,{
	display:block;
	margin:0px;
	padding: 2px 0px 1px 0.7em;
	min-height:28px;
	color: #333;
	text-decoration: none;
	border-left-style:solid;
	border-left-width:5px;
	border-left-color:#eaeaee;
}
.sideindex2 p{
	display:block;
	margin:0px;
	padding: 2px 0px 1px 0.7em;
	min-height:28px;
	color: #333;
	text-decoration: none;
	border-left-style:solid;
	border-left-width:5px;
	border-left-color:#eaeaee;
}
*/

.sideindex a img{
	display:none;
	margin-right:0.6em;
	float:left;
}
.sideindex2 a img{
	display:none;
	margin-right:0.3em;
	float:left;
}
.slidelist a{
/*	border-left-style:none !important;*/
	border-left-style:solid;
	border-left-width:3px;
	border-left-color:#eaeaee;
}
.sideimg___{
	display:block;
	margin-right:0.6em;
	float:left;
}

.tpstyle0{
	display: none;
}
.tpstyle1{
}
.tpstyle2{
	padding-left: 1.6em;
}
.tpstyle3{
	padding-left: 2.6em;
}
.tpstyle4{
}
.tpstyle4 a{
	border-left-style:double;
}
.tpstyle5{
	padding-left: 1.6em;
}
.tpstyle5 a{
	border-left-style:double;
}
.tpstyle6{
	padding-left: 2.6em;
}
.tpstyle6 a{
	border-left-style:double;
}
.tpstyle7{
	padding-left: 0em;
}
.tpstyle7 a{
	border-left-style:none;
}
.tpstyle8{
	padding-left: 1em;
}
.tpstyle8 a{
	border-left-style:none;
}
.tpstyle9{
	padding-left: 2em;
}
.tpstyle9 a{
	border-left-style:none;
}
.tpstyle_none{
	display: none;
}
.nopadbtm{
	display: block;
	padding-top:1.2em;
	padding-bottom:0em;
	background-color: #ffffff;
}
.sideindex0{
	display: block;
	font-size: 1em;
	padding: 0em 1.6em 1.2em 1.1em;
	background-color: #ffffff;
}
.sideindex0 p.indextopttl{
	display: block;
	padding: 0.5em 0;
	font-size: 1em;
	font-weight:bold;
	line-height: 1.3em;
	letter-spacing:0em;
	text-align:center;
	border-style:solid;
	border-width:1px;
	border-color:#000000;
}
.sideindex0 p.indexsubttl{
	display: block;
	padding: 0.3em 0;
	font-size: 1em;
	font-weight:bold;
	line-height: 1.3em;
	letter-spacing:0em;
	text-align:center;
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	margin-left:1em;
	margin-right:1em;
}
.sidebtm{
	display: block;
	font-size: 1em;
	padding: 0.8em 1.6em 0.7em 1.1em;
	background-color: #ffffff;
}
.sidebtm p.indexbtm{
	display: block;
	padding: 0.2em 0 0.1em 0.8em;
	font-size: 0.8em;
	line-height: 1.0em;
	letter-spacing:0em;
/*	border-left-style:solid;
	border-left-width:5px;
	border-left-color:#e0ecff;*/
}

.midashi___{
	display: block;
	margin: 0px;
	padding: 1em 0.5em 0.9em 0;
	font-size: 0.9em;
	line-height: 1.4em;
	letter-spacing:0em;
	background-color: #ffffff;
	text-align:center;
}
.midashi{
	display: block;
	padding-top:2em !important;
	padding-bottom:0em !important;
	background-color: #ffffff;
}
#playfirst{
	display: none;
	font-size: 1em;
	padding: 0em 0em 15px 0.6em;
	text-align:center;
	margin-bottom:1px !important;
}
#playfirst:after{
	display:block;
	content:"";
	clear:both;
}
#playfirst a{
	display: inline-block;
	width: 10em;
	padding: 0.3em 0 0.2em;
	margin-right:0.6em;
	font-size: 0.9em;
	line-height: 1.4em;
	letter-spacing:0em;
	text-align:center;
	border-style:solid;
	border-width:1px;
	border-color:#666;
	background-color:#f0f0f4;
	text-decoration:none;
	color:#000;
	border-radius: 0.2em;        /* CSS3草案 */  
	-webkit-border-radius: 0.2em;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 0.2em;   /* Firefox用 */ 
/*	float:left;*/
}
#playfirst a#saisei{
	width: 4em;
	padding: 0.3em 0 0.2em;
	background-color:#f0fff4;
}
#playfirst a:hover{
	background-color:#e4f5e8;
}
/***********
 スライド枠 668px*386px
***********/
#slidearea{
	width: 100%;
	padding-top:12px;
	padding-bottom:12px;
	display:block;
	text-align:center;
	background-color:#FFF;
	margin: 0px 0 0 0;
	position;relative;
    -webkit-backface-visibility: hidden; /* 追加 */
    backface-visibility: hidden; /* 追加 */
}
#slidearea img{
	height: 360px;
	border-style:solid;
	border-width:1px;
	border-color:#FFF;
}
#slidearea2{
	display:none;
	width: 100%;
	padding-top:12px;
	padding-bottom:12px;
	display:block;
	text-align:center;
	background-color:#FFF;
	margin: 0px 0 0 0;
}
#slidearea2 img{
	height: 360px;
	border-style:solid;
	border-width:1px;
	border-color:#FFF;
}


/***********
 操作ボタン枠
***********/
#sousaarea{
	display:block;
	position:relative;
	width: 100%;
/*	height: 50px;*/
	margin-bottom:12px;
	background-color:#FFF;
}
#sousabtn{
	display:block;
	clear:both;
	font-size: 0;
	padding:0 14px;
	text-align:center;
}
#sousabtn li{
	list-style:none;
	padding: 0 0px 0 8px;
	margin:0;
	display:none;
	float:right;
}
#sousabtn:after{
	display:block;
	clear:both;
	content:"";
}
#sousabtn li a{
	color:#FFF;
	display:block;
	background-color:#35b5eb;
	font-family: "Century Gothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size:12px;
	width:84px;
	height:19px;
	line-height:19px;
	padding-top:10px;
	padding-bottom:9px;
	text-decoration:none;
	text-align:center;
	letter-spacing:0.05em;
	vertical-align:middle;
}
#sousabtn li#sousa_DL a{
	background-color:#dd4436;
}
#sousabtn li#sousa_MovSync a{
	background-color:#241f1e;
	width:127px;
}
#sousabtn li#sousa_MovSync a img{
	margin-right:10px;
}
#sousabtn li#sousa_DocSync a{
	background-color:#241f1e;
	width:127px;
}
#sousabtn li#sousa_DocSync a img{
	margin-right:10px;
}
#sousabtn li#sousa_slide_N a{
	background-color:#35ebb5;
}
#sousabtn li#sousa_slide_P a{
	background-color:#35ebb5;
}
#sousabtn li a:hover{
	text-decoration:none;
}


/***********
 スピーカー枠
***********/
#speaker{
	display:block;
	width:100%;
	height:auto;
	overflow-x:hidden;
	overflow-y:auto;
	font-size: 0.9em;
	line-height: 1.4em;
	background-color: #FFF;
	clear:both;
}
#speaker ul{
	display:block;
	padding:6px 0 4px 0;
}
#speaker ul:after{
	display:block;
	content:"";
	clear:both;
}
#speaker li{
	display:block;
	list-style:none;
	padding-right:5px;
	padding-left:15px;
	float:left;
	font-size:1em;
	line-height:1.3em;
}
.spwaku1 li{
	width:648px;
	border-right-style: none !important;
}
.spwaku2 li{
	width:313px;
}
.spwaku3 li{
	width:202px;
}
.spwaku4 li{
	width:146px;
}
.spwaku0 li{
	display:none;
}
#speaker li p{
	display:block;
	font-size:1em;
	line-height:1.3em;
}
#speaker li a.mark{
	display:block;
	background-image: url(../_images/btn_mark.png);
	background-repeat: no-repeat;
	background-position: 0px -4px;
	padding-bottom:7px !important;
	padding-left:24px;
	text-indent:0px;
	font-size:1em;
	line-height:1.3em;
}
#speaker li a >span{
	display:inline-block;
	width:13px;
	height:13px;
	margin-left:4px;
	background-image: url(../_images/btn_link_mark.png);
	background-repeat: no-repeat !important;
	background-position: 0px 0px !important;
	vertical-align:middle;
}
#speaker__ li a:hover{
	color:#777780;
}
.noboder{
	border:none !important;
}
.boderL{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #eaeaee;
}
.boderR{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #eaeaee;
}
.borderL{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #eaeaee;
}
.borderR{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #eaeaee;
}
.futoji{
	font-weight:bold;
}

/***********
 注記等
***********/
#chuuki{
	clear:both;
	display:none;
	position:relative;
	font-size:0.8em;
	line-height:1.2em;
	text-align:right;
}
#customarea{
	clear:both;
	display:none;
	font-size:0.8em;
	line-height:1.2em;
}

/***********
 DLエリア
***********/
#dlarea{
	display:none;
	background-color:rgba(255,255,255,0.8);
	position:absolute;
	padding:0.8em 13px 0.8em 13px;
	z-index:900;
	clear:both;
}
#dlinner{
	display:block;
	margin-top:2px;
}
#dlinner a{
	display:block;
	border-left:dotted 1px #CCC;
	border-bottom:dotted 1px #CCC;
	border-right:dotted 1px #CCC;
	font-size:0.9em;
	line-height:1.2em;
	padding:0.6em 6px 0.4em 18px;
	color:#333;
	background-image: url(../_images/btn_mark2.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}
#dlarea p{
	display:block;
	position:relative;
	font-size:0.9em;
	line-height:1.2em;
	padding:0.6em 0em 0.4em 0.2em;
	background-color:rgba(0,0,32,0.3);
	text-shadow:1px 1px 2px #fff;
	color:#000;
	cursor:pointer;
}
#dlclose{
	display:block;
	position:absolute;
	top:0px;
	right:0px;
	text-align:center;
	width:30px;
	background-color:rgba(0,0,0,0.7);
	color:#FFF;
	text-shadow:none;
	line-height:27px;
	cursor:pointer;
}


/***********
 終了ページ
***********/
#ended_out_out{
	position:absolute;
	z-index:800;
	left:14px;
	top:-5px;
	opacity:0;
	filter:alpha(opacity=0);
	-ms-filter:"alpha(opacity=0)";
}


/***********
 largearea枠
***********/
#modoru{
	display:none;
	clear:both;
	margin-top:50px;
}
#modoru span{
	display:block;
	width:98%;
	margin:0px auto;
	font-size:1em;
	padding:0.9em 0 0.8em 0;
	text-align:center;
	color:#fff;
	cursor:pointer;
	border-radius: 0.3em;        /* CSS3草案 */  
	-webkit-border-radius: 0.3em;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 0.3em;   /* Firefox用 */ 
}
#modoru span#modoru1{
	display:block;
	background-color:#BBB;
}
#modoru span#modoru2{
	display:block;
}

#kakudaisousa1{
	display:none;
	clear:both;
	padding-top:10px;
}
#kakudaisousa2{
	display:none;
	clear:both;
	padding-top:10px;
}
#kakudaisousa1 li, #kakudaisousa2 li{
	display:block;
	list-style:none;
	width:46%;
	float:left;
	vertical-align:middle;
	background-color:#BBB;
	border-radius: 0.3em;        /* CSS3草案 */  
	-webkit-border-radius: 0.3em;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 0.3em;   /* Firefox用 */ 
}
#kakudaisousa1 li:nth-child(1){
	margin-right:6%;
	margin-left:1%;
}
#kakudaisousa2 li:nth-child(1){
	margin-right:6%;
	margin-left:1%;
}
#kakudaisousa1 li img, #kakudaisousa2 li img{
	vertical-align:middle;
}
#kakudaisousa1 li a, #kakudaisousa2 li a{
	display:block;
	text-decoration:none;
	color:#FFF;
	font-size:1em;
	padding:0.6em 0 0.5em 0;
	text-align:center;
	width:100%;
}

/***********
 コピーライト枠
***********/
#copyarea{
	position: absolute;
	display: block;
	width:100%;
	font-size:0.7em;
	font-family: "Century Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro";
	line-height: 29px;
	padding-top:1px;
	text-align: center;
	top : 0px;
	right: 0px;
}
#footerfree{
	position: absolute;
	display: none;
	width:300px;
	font-size:0.8em;
	line-height: 1em;
	top : 3px;
	left: 3px;
}
#footerfree img{
	margin: 0 5px 0 0;
}
#helpa{
	position: absolute;
	display: block;
	width:250px;
	text-align:right;
	font-size:0.8em;
	top : 0;
	right: 0.8em;
	line-height: 28px;
	padding-top:2px;
	color:#eee;
}
#helpa a{
	text-decoration:none;
	color:#eee;
}
#helpa a:hover{
	color:#eee;
	text-decoration:underline;
}


/***********
 目次
***********/
#helpL{
	position: absolute;
	display: block;
	width:250px;
	text-align:right;
	font-size:0.8em;
	top : 0;
	right: 0.5em;
	line-height: 28px;
	padding-top:2px;
	color:#eee;
	z-index:10;
}
#helpL a{
	text-decoration:none;
	color:#333;
}
#helpL a:hover{
	color:#333;
	text-decoration:underline;
}

#helpR{
	position: absolute;
	display: block;
	width:250px;
	height:23px;
	font-size:11px;
	line-height: 16px;
	top : -21px;
	left: 6px;
	z-index:10;
}
#helpR a{
	text-decoration:none;
	color:#333;
}
#helpR a:hover{
	color:#333;
	text-decoration:underline;
}



/* チェックページ */
#dummov{
	visibility: hidden;
	width: 80px;
	height: 60px;
	background-color: #DDD;
}

#ngmessage{
	width: 640px;
	height: 280px;
	margin-top: 60px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 160px;
	background-color: #DDDDDD;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}



#jimaku_out_out{
	position: absolute;
	z-index: 100;
	top: 272px;
	left: 328px;
	left: 0px;
	width: 672px;
	height: 145px;
	opacity:0;
	filter:alpha(opacity=0);
	-ms-filter:"alpha(opacity=0)";
}
#jimaku_out_out2{
	position: absolute;
	z-index: 100;
	top: -600px;
	left: 0px;
	width: 672px;
	height: 145px;
}
#jimaku_out{
	display: block;
	width: 672px;
	height: 125px;
	overflow: hidden;
	background-image: url(../_images/jimaku-bg3.png);
}
span#jimaku{
	display: none;
	background-image: url(../_images/jimaku-bg.png);
	width: 662px;
	height: 117px;
	margin: 4px 0px 0px 4px !important;
	padding-left:2px;
	font-size: 11px;
	line-height: 15px;
	overflow-y: scroll;
}
.jclose{
	display: block;
	width: 672px;
	height: 18px;
	overflow: hidden;
	margin: 0px !important;
	line-height: 1;
	text-align: right;
}


.hyouji0{
	display:none;
}
.hyouji1{
}
.hyouji9{
	display:none !important;
}



#spsousa{
	display:none;
	clear:both;
}
#SPPlay{
	display:none;
	clear:both;
}
#SPBtnLayer{
	display:none;
	clear:both;
}
#console_kekka div, #console_kekka p{
	padding-bottom:0.2em;
}
#console_kekka div:hover{
	cursor:pointer;
}
