@charset "utf-8";
/* CSS Document */

/*!!基本的にフォルダ名をbodyにつけるID名にしていますが、
!!数字が先頭にくるID名は使えないので、
!!フォルダ名が数字だけの場合はなにか先頭につけてください*/


/*=====================個別背景=====================*/
html{
	background-color:#fff;
	background-image:url(../image/html_bg.png);
	background-position:center top;
	background-repeat:repeat;

	min-width:1000px;
}

body{
	background-image:url(../image/body_bg.png);
	background-position:center top;
}

html,body,#wrapper,#contents {
}

/*=====================area_image=====================*/
#area_image_top{
	background-image:url("../image/area_image_top.png");
	background-repeat:no-repeat;
	background-position:0 0;
	height:12px;
	margin:0 0 0 0px;
}

#area_image_bg{
	background-image:url("../image/area_image_bg.png");
	background-repeat:repeat;
	background-position:0 0;
	text-align:center;
	height:auto;
	margin:0 0 0 0px;
	padding:10px;
}

#area_image_bottom{
	background-image:url("../image/area_image_bottom.png");
	background-repeat:no-repeat;
	background-position:0 0;
	height:12px;
	margin:0 0 10px 0px;
}


#area_image_top_y{
	background-image:url("../image/area_image_top_y.png");
	background-repeat:no-repeat;
	background-position:0 0;
	height:12px;
	margin: 0 0 0 3px;
}

#area_image_bg_y{
	background-image:url("../image/area_image_bg_y.png");
	background-repeat:repeat;
	background-position:0 0;
	text-align:center;
	height:auto;
	margin: 0 0 0 3px;
	padding: 10px 10px 10px 10px;
}

#area_image_bottom_y{
	background-image:url("../image/area_image_bottom_y.png");
	background-repeat:no-repeat;
	background-position:0 0;
	height: 12px;
	margin: 0px 0 10px 8px;
}


/*===============outline_info===================*/
#outline_info{
	font-family:"Century Gothic",'メイリオ', Gadget, sans-serif;
	font-weight:bold;
	width: 93%;
	padding: 10px 20px;
	text-align: center;
	/* background-color: #fff; */
	color: #555;
	border-radius:10px;
	margin: 0 0 -2px 3px;
	/* border: 3px solid #fff; */
}

#outline_info span {
	display:inline-block;
}

#outline_info strong{
	color: #014099;
}

#outline_info a,#outline_info a:hover{color:#555;}

.text_head {
    margin: -1em 0.5em 0.5em 0.5em;
    padding: 0.125em 1em 0.125em 1em;
    border-radius:0.25em;
    background-color: #014099;
    color:#fff;
    font-weight:bold;
    font-size:75% !important;
}

#date_hour {
	width: 100%;
	background-color: #014099;
	margin: 0 0 5px 0;
	padding: 2px;
	color:#fff;
	font-size:150%;
	border-radius:5px;
	font-weight:bold;
}

#date_hour strong{color: #FFFF26;}

#place, #offer {
	font-size:133%;
	vertical-align: middle;	
}

#genre {
	line-height:1.5;
}

#pamph_cos {
	font-size:113%;
	color: #555;
	border-top: #ccc dashed 1px;
	width: 100%;
	padding-top: 5px;
	margin-top: 10px;
}

.min{
	font-size:80%;
	color: #555;
}

.icon_extend{
    position: absolute;
    height: 60px;
    width: 60px;
    background-image: url(//www.youyou.co.jp/only/image/icon_extend.png);
    margin: -10px 0 0 -5px;
    text-indent: -9999px;
}

#outline_info table{
	width:100%;
	border-bottom: #ccc dashed 1px;
	padding-bottom:5px;
	margin-bottom:5px;
}

#outline_info table th{
    background-color: #6298de;
	border-radius:5px;
	}

#outline_info table td{
	text-align:left;
	padding-left:5px;
}

#outline_info table td.center{
	text-align:center;
}

/*===============limit_info===================*/

#limit_info {
	font-family:"Century Gothic",'メイリオ', Gadget, sans-serif;
	font-weight:bold;
	width: auto;
	padding:10px 15px;
	background:url("//www.youyou.co.jp/only/image/bg_white_pat.png") repeat;
	background-color: #FCFAF2;
	color: #555;
	border-radius: 5px;
	margin: 0 10px 0;
	border: 1px double #E60012;
}

#limit_info a,#limit_info a:hover{color:#fff;}

#limit_info span {
	display:inline-block;
}

#limit_info strong{
	color: #f15151;
}

#limit_info .text_head {
	background-color: #f15151;
	color: #ffffff;
	margin-left: -2px;
}

#limit_date {
	font-size:130%;
	margin-right:1em;
	color:#f15151;
   /* margin-left: -0.313em;*/
}

#limit_text {
	width:470px;
	float:left;
}

#entry_progress {
	position:relative;
	width:158px;
	height:46px;
	float:right;
	background-color:#fff;
	border-radius:0.25em;
	border:1px solid #fff;
}

#limit_countdown strong {
	font-size:133%;
}

#entry_progress_text {
	position:absolute;
	z-index:2;
	top:0; left:0;
	
	width:100%;
	height:43px;
	line-height:43px;
	
	font-size:113%;
	text-align:center;
	color:#a00;
    text-shadow: 2px 2px 1px #fff,
    -2px 2px 1px #fff,
    2px -2px 1px #fff,
    -2px -2px 1px #fff;
}

#entry_progress_text strong {
	font-size:133%;
	color:#a00;
}

#entry_progress_bar {
   position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #f1d863;
    color: #a00;
    background: -webkit-gradient(linear, left top, right top, from(#f1d863), to(#ffc039));
    border-radius: 0.25em 0 0 0.25em;
}

#limit_info:after {
	content:"";
	display:block;
	clear:both;
	height:0;
	line-height:0;
}

#limit_info_pre {
    font-family: "Century Gothic",'メイリオ', Gadget, sans-serif;
    width: 670px;
    font-weight: bold;
    padding: 6px 0px;
    text-align: center;
    background: url(//www.youyou.co.jp/only/image/bg_white_pat.png) repeat;
    background-color: #f15151;
    color: #fff;
    border-radius: 5px;
    margin: 0px 0 10px 23px;
}

#limit_info_pre .limit_text_pre{
	color:#fff;
/*	background-color:#fff;
	padding:2px 15px;
	border-radius:5px;*/
}

/*=====================area=====================*/


#area_top{
	background-image:url("../image/area_image_top.png");
	background-repeat:no-repeat;
	background-position:0 0;
	padding:12px 20px 0;
	height:auto;
}



#area #day_place{
	position:absolute;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:18px;	
	font-weight:bold;
	color:#fff;
	background-color:#023692;
	width:417px;
	padding:5px;
	text-align:center;
	border-radius:10px;
}

#area #day_place_2{
	position:relative;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:18px;	
	font-weight:bold;
	color:#fff;
	background-color:#023692;
	width:auto;
	padding:5px;
	text-align:center;
	border-radius:10px;
	margin:0 0 5px 0;
}

#area #onlineyou_entry{
	background:#ff8f01;	
	float:right;
	padding:20px;
	border-radius:10px;
	color:#fff;
	width:auto;
	text-align:center;
	}




/* area_top_index_short*/
#area_top_s {
	padding: 18px 20px 0px;
	background:url(../image/area_top_test.png) no-repeat 0 0;
	height:297px;
}

/*
.tokyo01 #area_top{
	background-image:url("../image/area_top.png");
	background-repeat:no-repeat;
	background-position:0 0;
	position:relative;
	padding-top:0px;
	height:57px;}
*/

#area_main {
	padding:5px 20px 20px 24px;
}

/*================ページ内メニュー================*/

#nav_local{
	margin: 0 auto 0;
}

#nav_local a {
    display: inline-block;
    width: auto;
    margin: 10px 1px;
    height: 40px;
    padding: 0 22px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    font-size: 133%;
    font-weight: bold;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 5px;
    background-color: #014099;
    background-image: linear-gradient(#4d7ebf,#014099);
    box-shadow: 0em 0em 0.1em #666;
}


#nav_local a:hover{
	color: #000;
    border: 2px solid #fff;
    border-radius: 5px;
    background-color: #222;
    background-image: linear-gradient(#ddd,#ccc);
    box-shadow: 0em 0em 0.1em #666;
}

#nav_local2{
	margin: 0 auto 0;
}

#nav_local2 a {
    display: inline-block;
    width: auto;
    margin: 10px 1px;
    height: 40px;
    padding: 0 31px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    font-size: 133%;
    font-weight: bold;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 5px;
    background-color: #014099;
    background-image: linear-gradient(#4d7ebf,#014099);
    box-shadow: 0em 0em 0.1em #666;
}


#nav_local2 a:hover{
	color: #000;
    border: 2px solid #fff;
    border-radius: 5px;
    background-color: #222;
    background-image: linear-gradient(#ddd,#ccc);
    box-shadow: 0em 0em 0.1em #666;
}

#nav_local3 a {
    display: inline-block;
    width: auto;
    margin: 10px 1px;
    height: 40px;
    padding: 0 49px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    font-size: 133%;
    font-weight: bold;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 5px;
    background-color: #014099;
    background-image: linear-gradient(#4d7ebf,#014099);
    box-shadow: 0em 0em 0.1em #666;
}


#nav_local3 a:hover{
	color: #000;
    border: 2px solid #fff;
    border-radius: 5px;
    background-color: #222;
    background-image: linear-gradient(#ddd,#ccc);
    box-shadow: 0em 0em 0.1em #666;
}


/*=====================見出し=====================*/
#area_top h2,#area h2{
	text-indent:0px;
	width:auto;
	height:auto;
	text-indent:0;
	padding:0;
	/*margin:40px;*/}
/*
.tokyo01 #area_top h2{
	width:198px;
	height:32px;
	background-position:0 18px;
	background-repeat:no-repeat;
	margin:0 0 5px 18px;
	padding:50px 0 0 0 ;
	text-indent:-9999px;}
*/
#area_main h3{
	background-image:url(../image/hn/h3_bg.png);
	color:#fff;
	font-size:140%;
	height: 55px;
	width:710px;
	margin: 10px 0px 10px -10px;
	line-height: 55px;
	padding-left:50px;
	border-bottom:none;
	text-shadow:none;
}
	
#area_main h3 iframe {
	position:relative;
	left:20px;
	top:5px;
}
	
#area_main h4{
	background:none;
	color:#5e5656;
	padding:0 0 0 0;
	margin:23px 0 3px 0;
	font-size:1.2em;
	line-height:18px;
	width:auto;
	height:auto;
	border-bottom:none;}
#area_main h4 span{
	background-color:#e85f9d; /*この色を変えると矢印の色が変わります*/
	width:15px;
	height:16px;
	display:block;
	margin:1px 4px 0 0;
	float:left;
	background-image:url("../image/h4_white.png");
	background-repeat:no-repeat;}
#area_main h5 {
	color:#ef5e32;
	background-color:#ffe680;
	background-image:none;
	border:none;}
#area_main h6{
	background:none;
	color:#21bbff;
	padding:0 0 0 0;
	margin:10px 0 3px 0;
	font-size:1.2em;
	line-height:18px;
	width:auto;
	height:auto;
	border-bottom:none;}
#area_main h6 span{
	background-color:#f15151; /*この色を変えると矢印の色が変わります*/
	width:16px;
	height:15px;
	display:block;
	margin:1px 4px 0 0;
	float:left;
	background-image:url("../image/h4_white2.png");
	background-repeat:no-repeat;}


#dl_cut h5 , #dl_cut_one h5 , #aria_main #dl_pdf h5 {
	margin:5px auto 5px;
}

/*=====================タグ=====================*/
p.tag{
	margin:5px 0 0 0;}

/*=====================hr=====================*/
hr{
	border:dotted #beb7a6;
	border-width:1px 0px 0px 0px;
	height:1px;
	overflow:hidden;
	margin:18px 0 5px;
	clear:both;}

/*=====================企画ゾーン=====================*/

#project_event{
	width:95%;
	margin:0 auto 0;
	padding:1px 10px 10px 10px;
	background: #fffef1;
	border-radius:10px;
	box-shadow: 0px 0px 5px #aaa;	
}

dl.banner{
	margin: 10px auto 0;
}

dl.banner dt{
	width:320px;
	height:80px;
	float:left;
}

dl.banner dd{
	min-height:60px;
	background:#fff;
	box-shadow: 0px 0px 3px #555;
	padding:10px;
	margin: 0  0 5px 330px;
	border-radius:5px;
}

dl.banner p{
}

dl.project_th{
	width:100%;
	margin: 0 auto 0;
}

dl.project_th dt{
	width:200px;
	min-height:100px;
	float:left;
}

dl.project_th dd{
	margin-left:210px;
	min-height: 100px;
}

#area_main #project_event h5{
    background: #73a6e2;
    border-radius: 5px;
    color: #fff;
    padding: 5px 10px;
}

#event_group_kikaku{
	width:95%;
	margin:15px auto 0;
}

/*=====================更新用ゾーン=====================*/

#area_main ul.left {
	width:340px;
    margin-bottom:10px;
}

#update{
    width: 690px;
	height:auto;
    text-align: center;
    margin: 0px auto 0px;}
	
#update_contents{
    width: 237px;
	height:276px;
    margin: 0px 0px -45px -3px;
	background:url("../image/topic.png");
	background-repeat: no-repeat;
    padding-top: 47px;
	}	

#update_contents2 {
	width: 201px;
    height: 204px;
    padding: 3px 0px 0 0;
    overflow: auto;
    margin: 2px 0 0 17px;
	}

#update_contents2 dt{
	color:#FFF;
	background-color: #014099;
	height:1.3em;
	font-weight:bold;
	padding:0 3px;
	width:65px;
}

#update_contents2 dd{
	color:#000;
	text-align:left;
	margin-top:-1.3em;
	margin-left:80px;s
	border-bottom:1px solid #ddd;
}

#update p#bn_list,#update p#bn_print{
	width:320px;
	margin:0 auto 0;
	position:relative;
    display: inline-block;
}

#update p#bn_list span.date,#update p#bn_print span.date{
    width: 80px;
    height: 1em;
    display: block;
    position: absolute;
    top: 23px;
    font-size: 0.9em;
    left: 233px;
}

#update #bn_list a,#update #bn_print a ,#update #bn_notice a ,#update  #bn_sururu_cam2 a {
    width:320px;
    height:52px;
    background-repeat:no-repeat;
    background-position:0 0;
    text-indent:-9999px;
    margin-bottom:5px;
    display:block;
	}

#update p#bn_notice a     {background:url(../image/bn_notice.png) no-repeat;}
#update p#bn_sururu_cam2 a {background:url(../../common/image/bn_sururu_cam.gif) no-repeat;}
#update p#bn_list a       {background-image:url(../image/bn_list.png);}
#update p#bn_print a      {background-image:url(../image/bn_print.png);}


#bn_kikaku a{
    width:320px;
    height:80px;
    display:block;
    background-repeat:no-repeat;
    background-position:0 0;
    text-indent:-9999px;
    margin-bottom:5px;}
    
#update p#bn_kikakulink , #update p#bn_kaitekilink {margin-bottom:5px;}

#update p#bn_sururu_cam2 {margin-top:5px;}

/*--------------募集状況---------------*/
/*募集状況の背景色の設定*/
#update dl#entry{
	padding:10px;
	border:1px solid #21bbff;
	background-image:url("../image/sbg_none.gif");
	background-color:#98dbff;}

/*募集状況見出し*/
#update dl#entry dt{
	display:block;
	background-image:url("../image/entry_title.png");
	background-repeat:no-repeat;
	background-position:0 0;
	position:relative;
	height:20px;
	}
#update dl#entry dt p{
	display:none;}
#update dl#entry dt span.date{
	position:absolute;
	display:block;
	width:97px;
	height:1em;
	top:0;
	right:0px;
}

/*募集状況バー*/
#update dl#entry dd{
	margin-top:8px;
	display:block;
	height:30px;
	width:298px;
	border:1px solid #222;
	background-color:#fff;
	box-shadow:inset 2px 2px 2px #ccc;
}

#update dl#entry dd p{	
	display:block;
	height:30px;
	line-height:30px;
/*	padding:5px 0;*/ 

	/*以下を変えると、募集状況のバーの色が変わります*/ 
	background-color:#ffde00;/*IE用*/
    background: -moz-linear-gradient(left, #ffde00, #ffde00);/* Firefox用 */
    background: -webkit-gradient(linear, left top, right top, from(#ffde00), to(#ffde00));/* Safari,Google Chrome用 */
}

#update dl#entry dd p span{
	color:#c00;
	
	font-size:120%;
	font-weight:bold;
	width:40px;
	display:block;
	margin:0 auto;
	
text-shadow:
1px 1px 0 #fff,
1px -1px 0 #fff,
-1px 1px 0 #fff,
-1px -1px 0 #fff
;
}


/*=====================table=====================*/
th{
	background-color:#00a0e9;
	border:1px solid #00a0e9;
	color:#fff;
	padding:5px;}
td{
	border-color:#00a0e9;
	vertical-align:top;}

/*募集要項部分に使用*/
#top #area_main table{
	margin-bottom:8px;
	border-collapse:collapse;
	width:690px;}
#top #area_main th{
	width:60px;}
#top #area_main td{
	padding:3px 5px;
	border-width:1px;
	border-style:solid;
	background-color:none;}

.price , .deadline_day {
	width:250px;
	vertical-align:middle;}

.deadline , .joining {
	width:350px;
}

	

/*table:締切・サークルリストに使用*/

#top #area_main table{
	margin:10px auto;}

#top #area_main #list th{
	width:auto;
}

#top #area_main #list td {
	width:50%;
	border:none;
	vertical-align:top;}

#top #area_main table table {
	width:300px;
	border-collapse:collapse;}

#top #area_main #list td th {
	padding:3px 5px;
}

#top #area_main #list td td {
	width:auto;
	padding:3px 5px;
	border:1px solid #fbaacd;
	background-color:#fff;}

#top #area_main td td:nth-child(even), #top #area_main #list th.sp_no {
	table-layout:fixed;
	width:30%;
}

#list td a {
	margin-left:1.5em;
}

#list td td a {
	margin-left:0;
}

/*五十音リスト*/

#pan_list{text-align:center;}
#pan_list li{
	  text-align:right;
	  padding:0 0 0 5px;
	  display:inline;
	  list-style:none;
	  border-left:solid 1px #abc274;
       }
#pan_list li:first-child{
	border-left:none;}

/*=====================リンク=====================*/
dl#event_link {
	margin-top:10px;}
#event_link dt{
	width:100px;
	height:20px;
	border-right:3px solid #f1987c;}
#event_link dd{
	margin-left:120px;
	margin-top:-20px;
	margin-bottom:5px;}
#event_link dd textarea{
	font-size:1em;}

/*=====================要項ダウンロード=====================*/
h4#h4_yk{
	width:270px;
	height:20px;}
h4#h4_yk p.text{
	float:left;
	width:80px;}
p#bn_yk a{
	width: 180px;
	height: 20px;
	display:block;
	text-indent: -9999px;
	background-image:url("../image/bn_yk.png");
	background-repeat:no-repeat;
	background-position: 0px 0px;
	float:right;
	margin: -20px 0 10px 0;}


/*=====================ダウンロードボタン=====================*/

/*#area_mainの幅によって変えてください*/
#dl_pdf{
	width:690px;
	margin:0 0 20px; }
#dl_cut{
	width:690px;
	margin:5px 0 20px;}
#dl_cut ul{
	width:250px;
	float:right;
	margin:0;
	padding:0;}
#dl_pdf ul{
	width:450px;
	float:right;
	margin:0;
	padding:0;}
/*直接参加1SP・2SP・委託が同じカットの場合*/
#dl_cut_one{
	width:690px;
	margin:5px 0 20px;}
#dl_cut_one ul{
	width:450px;
	float:right;
	margin:0;
	padding:0;}


/*申込用紙ダウンロードボタン設定（基本変更なし）*/
#area_main #dl_pdf h6{
	font-size:13px;
	margin:0;
	padding:0;
	text-align:left;
	border:none;
	background:none;}
#area_main #dl_pdf h6 a{
	background-position:0 0;
	background-repeat:no-repeat;
	width:192px;
	height:78px;
	display:block;
	padding-left:8px;
	padding-top:2px;
	text-decoration:none;
	background-image:url("//www.youyou.co.jp/only/common/image/bn_pdf.png");
	float:left;}

/*カットダウンロードボタン設定（基本変更なし）*/
#area_main #dl_cut h6,#area_main #dl_cut_one h6{
	font-size:13px;
	margin:0;
	padding:0;
	text-align:left;
	border:none;
	background:none;
	}
#area_main #dl_cut h6 a,#area_main #dl_cut_one h6 a{
	background-position:0 0;
	background-repeat:no-repeat;
	width:192px;
	height:118px;
	display:block;
	padding-left:8px;
	padding-top:2px;
	text-decoration:none;}


/*カット・申込用紙共通：ダウンロードボタンの色*/
#area_main #dl_pdf h6 a,#area_main #dl_cut h6 a,#area_main #dl_cut_one h6 a{
	background-color:#3ca5e1; /*この色を変えるとボタンの色が変わります*/
	}	
/*カット・申込用紙共通：マウスオーバー時のダウンロードボタンの色*/	
#area_main #dl_pdf h6 a:hover,#area_main #dl_cut h6 a:hover,#area_main #dl_cut_one h6 a:hover{
	background-color:#65bdf5; /*この色を変えるとマウスオーバー時のボタンの色が変わります*/
	text-decoration:underline;}

/*直接参加1SP・2SP・委託共通*/
h6#bn01 a{
	background-image:url("//www.youyou.co.jp/only/common/image/bn_01.png");
	float:left;}

/*直接参加1SP・2SP共通*/
h6#bn02 a{
	background-image:url("//www.youyou.co.jp/only/common/image/bn_02.png");
	float:left;
	margin-right:10px;}
	
/*委託専用*/
h6#bn03 a{
	background-image:url("//www.youyou.co.jp/only/common/image/bn_03.png");
	float:left;}

/*直接参加1SP・委託参加共通*/
h6#bn04 a{
	background-image:url("//www.youyou.co.jp/only/common/image/bn_04.png");
	float:left;
	margin-right:10px;
	}
/*直接参加2SP専用*/
h6#bn05 a{
	background-image:url("//www.youyou.co.jp/only/common/image/bn_05.png");
	float:left;
	}
/*新しいカット[031の場合]*/
h6#bn06 a{
	background-image:url("//www.youyou.co.jp/only/common/image/bn_06.png");
	font-size:0.86em;
	float:left;}
	
	
#bn_kikaku {
	background:url(../1/bn_kikaku.gif) no-repeat;
	width:320px;
	height:80px;
}

/*=====================オンリーコミュ=====================*/

#onlycom {
	/zoom : 1;
}

#onlycom:after {
    content: ""; 
    display: block; 
    clear: both;
}

#onlycom dl {
	margin:0px 10px 10px 0px;
	padding:0 10px 10px 10px;
	font-size:11px;
}

#onlycom dl dt {
	width:200px;
	height:40px;
	float:left;
	padding-top:4px;
}

#onlycom dl dd {
	float:left;
	width:400px;
	margin:0 0 10px 10px;
}

#onlycom dl dd p {
	width:670px;
	margin:5px 0 0 -210px;
}

#onlycom hr {
	border:dotted #FC6;
	border-width:1px 0px 0px 0px;
	height:1px;
	overflow:hidden;
	margin:0px 0px 10px 0px;
	clear:both;}
	
/*=====================コスプレのおしらせ=====================*/	
	
#area_main #notice_cos {
	margin:0 0 20px 0;
}

#area_main #notice_cos th {
	width:130px;
}

#area_main #notice_cos td {
	vertical-align:middle;
}

#area_main #notice_cos .price_cos {
	width:80px;	
	text-align:center;
}


/*=====================オンリーライブとか=====================*/	

#onlylivearea {
	padding:0 0 20px 0;
	margin-top:20px;
	clear:both;
}


#live_list {
	width:670px;
	color:#000;
	padding:10px;
	margin:0 0 -23px 0;
	border:solid 1px #CCC;
	box-shadow:0px 0px 5px #CCC;
	-webkit-box-shadow:0px 0px 5px #CCC;
	-moz-box-shadow:0px 0px 5px #CCC;
	border-radius:10px;		/* CSS3草案 */
	-webkit-border-radius:10px;	/* Safari,Google Chrome用 */
	-moz-border-radius:10px;	/* Firefox用 */
}


dt#live_img , dt#live_img:hover  {
	cursor:pointer;
	width:670px;
	padding:0;
	margin:0;
}

dt#live_img:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	color:#fff;
}


#live_list dd div {
	overflow:hidden;
	background:#fff;

}


#area_main #live_list table {
	width:670px;
	margin:10px auto 0 auto;
}



#bn_mail {
	text-align:right;
}

/*---------------------------------------------------
会場変更用ＣＳＳ追加
---------------------------------------------------*/

#area_main .noticearea h4 {
	margin-top:5px !important;
}

#area_main .noticearea h4 ~ h4  {
	margin-top:15px !important;
}
	
.noticearea .venue {
	padding:10px;
	clear:both;
	/zoom : 1;
}

.noticearea .venue:after {
    content: ""; 
    display: block; 
    clear: both;
}

.noticearea .venue ul {
	float:left;
	background:#FFFFFF;
	padding:5px 15px 5px 30px;
	margin:0;
	border:solid 1px #FF9395;
	border-radius:10px;		/* CSS3草案 */
	-webkit-border-radius:10px;	/* Safari,Google Chrome用 */
	-moz-border-radius:10px;	/* Firefox用 */
	
}

.noticearea .venue p {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width:20px;
	padding:20px 10px;
	float:left;
	text-align:center;
	vertical-align:middle;
	font-size:20px;
	font-weight:bold;
	color:#FF0004;
}

#pageTop{
	text-align:right;}

.cos_image a{text-decoration:none;}

#bn_onlineyou {background-image:url(//www.youyou.co.jp/images/bn/bn_onlineyou_690x80.png); 
width:690px;height:80px;
margin-bottom: 25px;}

#bn_onlineyou a{width:690px;height:80px;}