@charset "utf-8";

/* ===================================================================
CSS file For YouMedia
　　　　　　　　　　　　　　　　　　┏┓
　　　　　　　　　　　　　　　　　┏╋┛　　　　　　
┏┓┏┳━━┳┓┏┳━━┳━━┳━┛┣┳━━┓
┃┗┛┃┏┓┃┃┃┃┃┃┃　━┫┏┓┃┃┏┓┃
┗┓┏┫┗┛┃┗┛┃┃┃┃　━┫┗┛┃┃┗┛┗┓
　┗┛┗━━┻━━┻┻┻┻━━┻━━┻┻━━━┛

 File names  :campaign.css
 Ver         :1.00
 Last Up Date:2016/05/26
 Author      :ENO
 対応ブラウザ：IE7 ,IE8 , Opera10 , Firefox3 , Chrome7 , safari5
 Style info  :全サイト共通で入れるかもしれない内容を入れるやつ
--------------------


特記事項：あまりいじってはいけない！＞＜　影響の範囲がでかいぞ！


リニューアル型＞＞

https://www.youyou.co.jp/only/koc/css/style.css
↓
https://www.youyou.co.jp/only/common/style.css
からincludeされて呼び出されます。


単独型グランドサイトの場合＞＞
https://www.youyou.co.jp/only/common/css/topbar.css
からincludeされて呼び出されます。

=================================================================== */

/*===============================================
以下、キャンペーンなどの全サイトに差し込まれる
ファイルに対してのCSSを入れる。

単独型とリニューアル型でdivのidなどを変えて
CSSを振り分けたほうが安全な気がする。
===============================================*/

body{
	-webkit-text-size-adjust:100%;
}

p strong {
	font-weight:bold;
	color:#ff0040;
}

/*左画像用タグ*/

.bn_img_left{ float:left;}

/*紙リクエスト*/

#paper_request {
	width:auto;
	background:#fff3b8;
	background-image: url("../image/grmfes_bg02.png");
	background-repeat: repeat;
	padding: 5px 20px;
	margin: 10px auto;
	/*border: 2px solid #F15151;*/
	border-radius: 20px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 20px;   /* Firefox用 */
}

#paper_request p{
	font-size: 0.9em;
	font-weight: bold;
	color: #ff3030;
	margin: 4px auto;
	padding-bottom: 0;
}

.icon_req{
	font-size: 10px!important;
    color: #fff;
    background: #ff337e;
    border-radius: 3px;
    width: 60px!important;
    padding: 2px 1px;
    margin: -3px 0 0 0;
}

/*リアイベキャッチコピー*/

#rpsfes{
	width:auto;
	background:#fff3b8;
	background-image: url("../image/grmfes_bg02.png");
	background-repeat: repeat;
	padding: 0 50px;
	margin: 10px auto;
	border: 2px solid #F15151;
	border-radius: 20px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 20px;   /* Firefox用 */
}

#rpsfes p{
	font-size: 1.2em;
	font-weight: bold;
	color: #ff3030;
	margin: 4px auto;
}

/*フユイベお知らせ用*/
#fuyuibe{
	width:auto;
background-image:url(https://www.youyou.co.jp/only/common/image/fuyuibe_bg.jpg);
	padding:40px 20px 20px 20px;
	margin:40px auto 20px;
	border:2px solid #1D20AB;
	color:#000;
    border-radius: 20px;        /* CSS3草案 */
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 20px;   /* Firefox用 */
}

#fuyuibe h2{
	display:block !important;
	text-indent:-9999px !important;
	width:200px !important;
	height:60px !important;
	position:absolute;
	margin:-70px 0 0 0 !important;
	top:initial!important;
	right:initial!important;
	left:initial!important;
}

#fuyuibe h2.xmas{
background-image:url(https://www.youyou.co.jp/only/common/image/fuyuibe2016_logo.png);
}
#fuyuibe h2.eve{
background-image:url(https://www.youyou.co.jp/only/common/image/fuyuibe2016eve_logo.png);
}

#fuyuibe h2.fuyuo{
background-image:url(https://www.youyou.co.jp/only/common/image/fuyuibe201701_logo.png);
}
#fuyuibe h2.fuyut{
background-image:url(https://www.youyou.co.jp/only/common/image/fuyuibe201702_logo.png);
}

#fuyuibe .fuyuibexmas{
	background-image:url(https://www.youyou.co.jp/only/common/image/fuyuibe2016_logo.png);
	display:block !important;
	text-indent:-9999px !important;
	width:200px !important;
	height:60px !important;
	position:absolute;
	margin:-70px 0 0 0 !important;
	top:initial!important;
	right:initial!important;
	left:initial!important;
}

#fuyuibe img{
	position:relative;
}

#fuyuibe p{
	width:100%;
	margin:5px 0 5px 0;
	}

#fuyuibe a.link_online{
	position: relative;
	display: initial;
	width: auto;
	height: auto;
	text-indent: inherit;
	background: none;
	background-position: 0px 0px;
	left: 0;
	top: 0;
}

#fuyuibe a.link_online:hover{
	opacity:1.0;
	filter: 1.0;
	margin-top:0;
	color: initial;
	}



/*恋フェスお知らせ用*/

#koifes{
	width:auto;
	background:#FFE5FA;
	padding:40px 20px 20px 20px;
	margin:40px auto 20px;
	border:2px solid #FF1674;
    border-radius: 20px;        /* CSS3草案 */
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 20px;   /* Firefox用 */
}

#koifes .logo{
	display:block;
	text-indent:-9999px;
	width:480px;
	height:60px;
	position:absolute;
	margin:-70px 0 0 0px;
	background-image:url(https://www.youyou.co.jp/only/common/image/koifes_logo.png);
}

#koifes p{
	width:95%;
	margin:0 auto 0;
}



/*ハロパお知らせ用*/

#hallopa{
	width:auto;
	background:#fff3b8;
	padding:40px 20px 20px 20px;
	margin:40px auto 20px;
	border:2px solid #601c6b;
    border-radius: 20px;        /* CSS3草案 */
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 20px;   /* Firefox用 */
}

#hallopa .logo{
	display:block;
	text-indent:-9999px;
	width:200px;
	height:60px;
	position:absolute;
	margin:-70px 0 0 0px;
	background-image:url(https://www.youyou.co.jp/only/common/image/hallopa_logo.png);
}

#hallopa p{
	width:95%;
	margin:0 auto 0;
}


/*秋グルメフェスタお知らせ用*/

#grmfes{
	width:auto;
	background:#fff3b8;
	background-image: url("../image/grmfes_bg02.png");
	background-repeat:repeat;
	padding:40px 20px 20px 20px;
	margin:40px auto 20px;
	border:2px solid #D42239;
    border-radius: 20px;        /* CSS3草案 */
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 20px;   /* Firefox用 */
}

#grmfes .logo{
	display:block;
	text-indent:-9999px;
	width: 189px;
	height: 83px;
	position:absolute;
	margin: -80px 0 0 0px;
	background-image:url(https://www.youyou.co.jp/only/common/image/grmfes_logo.png);
}

#grmfes p{
	width:95%;
	margin:0 auto 0;
}

/*冬グルメフェスタお知らせ用*/

#grmfes_winter{
	width:auto;
	background-image:url("../image/cosfes_bg.jpg");
	background-repeat:repeat;
	padding:40px 20px 20px 20px;
	margin:40px auto 20px;
	border:2px solid #58c3aa;
    border-radius: 20px;        /* CSS3草案 */
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 20px;   /* Firefox用 */
}

#grmfes_winter .logo{
	display:block;
	text-indent:-9999px;
	width: 189px;
	height: 87px;
	position:absolute;
	margin: -80px 0 0 0px;
	background-image:url(https://www.youyou.co.jp/only/common/image/grmfes_winter_logo.png);
}

#grmfes_winters p{
	width:95%;
	margin:0 auto 0;
}

/*冬グルメフェスタ（チョコ）お知らせ用*/

#grmfes_choco{
	width:auto;
	background-image:url("../image/grmfes_bg02.png");
	background-repeat:repeat;
	padding:40px 20px 20px 20px;
	margin:40px auto 20px;
	border:2px solid #530500;
    border-radius: 20px;        /* CSS3草案 */
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 20px;   /* Firefox用 */
}

#grmfes_choco .logo{
	display:block;
	text-indent:-9999px;
	width: 189px;
	height: 87px;
	position:absolute;
	margin: -80px 0 0 0px;
	background-image:url(https://www.youyou.co.jp/only/common/image/grmfes_choco_logo.png);
}

#grmfes_choco p{
	width:95%;
	margin:0 auto 0;
}

/*春グルメフェスタお知らせ用*/

#grmfes_spring{
	width:auto;
	background-image: url("../image/grmfes_bg03.png");
	background-repeat:repeat;
	padding:40px 20px 20px 20px;
	margin:40px auto 20px;
	border: 2px solid #ff2a84;
	border-radius: 20px;        /* CSS3草案 */
	-webkit-border-radius: 20px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 20px;   /* Firefox用 */
}

#grmfes_spring .logo{
	display:block;
	text-indent:-9999px;
	width: 189px;
	height: 90px;
	position:absolute;
	margin: -80px 0 0 0px;
	background-image:url(https://www.youyou.co.jp/only/common/image/grmfes_spring_logo.png);
}

#grmfes_spring p{
	width:95%;
	margin:0 auto 0;
}

/*初夏グルメフェスタお知らせ用*/

#grmfes_esummuer{
	width:auto;
	background-image:url("../image/grmfes_bg02.png");
	background-repeat:repeat;
	padding:40px 20px 20px 20px;
	margin:40px auto 20px;
	border: 2px solid #2be4dc;
	border-radius: 20px;        /* CSS3草案 */
	-webkit-border-radius: 20px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 20px;   /* Firefox用 */
}

#grmfes_esummuer .logo{
	display:block;
	text-indent:-9999px;
	width: 189px;
	height: 84px;
	position:absolute;
	margin: -75px 0 0 0px;
	background-image:url("https://www.youyou.co.jp/only/common/image/grmfes_esummer_logo.png");
}

#grmfes_esummuer p{
	width:95%;
	margin:0 auto 0;
}

/*夏グルメフェスタお知らせ用*/

#grmfes_summuer{
	width:auto;
	background-image:url("../image/grmfes_bg02.png");
	background-repeat:repeat;
	padding:40px 20px 20px 20px;
	margin:40px auto 20px;
	border: 2px solid #2be4dc;
	border-radius: 20px;        /* CSS3草案 */
	-webkit-border-radius: 20px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 20px;   /* Firefox用 */
}

#grmfes_summuer .logo{
	display:block;
	text-indent:-9999px;
	width: 189px;
	height: 84px;
	position:absolute;
	margin: -75px 0 0 0px;
	background-image:url("https://www.youyou.co.jp/only/common/image/grmfes_summer_logo.png");
}

#grmfes_summuer p{
	width:95%;
	margin:0 auto 0;
}

/*通年グルメフェスタお知らせ用*/

#grmfes_year{
	width:auto;
	background-image: url("../image/grmfes_bg04.png");
	background-repeat:repeat;
	padding:50px 16px 16px 16px;
	margin:40px auto 20px;
	border: 2px solid #ea5c87;
	border-radius: 20px;        /* CSS3草案 */
	-webkit-border-radius: 20px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 20px;   /* Firefox用 */
}

#grmfes_year .logo{
	display:block;
	text-indent:-9999px;
	width: 240px;
	height: 59px;
	position:absolute;
	margin: -70px 0 0 -10px;
	background-image:url(https://www.youyou.co.jp/only/common/image/grmfes_year_logo.png);
}

#grmfes_year p{
	margin:auto 0 auto 0;
	
}

#grmfes_year .grmfbox {
	margin-top:8px;
}

#grmfes_year .grmfph {
	float:left;
	margin:0 16px 0 0;
}

#grmfes_year .grmftxt{
	float:left;
	width:300px;
	margin:0 auto 0;
	}

#grmfes_year .both{
	clear:both;
}

/*新刊ありがとう企画お知らせ用*/
.shinkan{ margin-bottom: 150px;}

.shinkan_left{ float: left;}

.shinkan_right{ margin-left: 160px;}

/*金日大P＋スタジオYOU ジューンブライドTea Partyお知らせ用*/

#jb_kndp{
	width:auto;
	background-image:url("https://www.youyou.co.jp/only/common/image/pt_jb.png");
	background-repeat:repeat;
	padding:30px 20px 20px 20px;
	margin:80px auto 20px;
	border: 2px solid #5899d0;
	border-radius: 20px;        /* CSS3草案 */
	-webkit-border-radius: 20px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 20px;   /* Firefox用 */
}

#jb_kndp .logo{
	display:block;
	text-indent:-9999px;
	max-width:100%;
	width: 280px;
	height: 113px;
	position:absolute;
	margin: -100px auto auto -10px;
	background-image:url("https://www.youyou.co.jp/only/common/image/logo_jb.png");
}

#jb_kndp p{
	width:98%;
	/*margin:auto 0 0 12px;*/
}

#jb_kndp ul{
	margin: 10px 20px 0 0;
	padding-left:16px ;
	list-style: square;
}

#jb_kndp li{
	width:95%;
	margin:0 auto 0;
}

#jb_kndp .tbox {
    padding: 0.5em 1em;
    margin: 16px 8px 8px 4px;
    color: #5798cf;
    background: #ffffff;
    border-left: solid 10px #5798cf;
	font-weight: bold;
}

#jb_kndp .about {
	margin-left: -10px;
}

#jb_kndp .sanka p {
	margin:0px 20px 0px 16px ;
}


/*クリスマス COS-FESTAお知らせ用*/

#xmascosfes{
	width:auto;
	background-image:url(https://www.youyou.co.jp/only/common/image/cosfes_bg.jpg);
	padding: 10px 10px 10px 10px;
	margin: 30px auto 20px;
	border: 2px solid #66cdaa;
	color:#000;
	background-repeat:repeat;
	border-radius: 20px;        /* CSS3草案 */
	-webkit-border-radius: 20px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 20px;   /* Firefox用 */
}


/*コスプレ楽園*/

#cosraku{
	width:auto;
	background-image: url("../image/cosraku/cosraku_bg01.png");
	background-repeat:repeat;
	padding:50px 16px 16px 16px;
	margin:60px auto 20px;
	border: 2px solid #8fc31f;
	border-radius: 20px;        /* CSS3草案 */
	-webkit-border-radius: 20px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 20px;   /* Firefox用 */
}

#cosraku .logo{
	display:block;
	text-indent:-9999px;
	width: 200px;
	height: 76px;
	position:absolute;
	margin: -102px 0 0 -10px;
	background-image:url(https://www.youyou.co.jp/only/common/image/cosraku/cosraku_logo.png);
}

#cosraku p{
	margin:auto 0 auto 0;
}

#cosraku .cosraku_box {
	margin-top:8px;
}

#cosraku .cosraku_ph {
	float:left;
	margin:0 16px 0 0;
}

#cosraku .cosraku_txt{
	float:left;
	width:300px;
	margin:0 auto 0;
	}

.cosraku_sche {
	color: #ff0090;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 8px;
	}	

#cosraku .both{
	clear:both;
}


/*コスプレ関連お知らせ用*/

#cosarea{
	width:auto;
	background:#DAFBF2;
	padding: 10px 10px 10px 10px;
	margin: 30px auto 20px;
	border: 2px solid #66cdaa;
	color:#000;
	background-repeat:repeat;
	border-radius: 20px;        /* CSS3草案 */
	-webkit-border-radius: 20px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 20px;   /* Firefox用 */
}

/*当日の企業企画お知らせ用*/
#kikakuarea{
	width:auto;
	background:#fffce6;
	padding: 10px 10px 10px 10px;
	margin: 30px auto 20px;
	border: 2px solid #66cdaa;
	color:#000;
	background-repeat:repeat;
	border-radius: 20px;        /* CSS3草案 */
	-webkit-border-radius: 20px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 20px;   /* Firefox用 */
}

#kikakuarea h3{
	width: auto!important;
	height: 30px!important;
	margin: 10px auto 10px!important;
	font-size: 16px!important;
	line-height: 32px!important;
	padding-left: 10px!important;
	background:#66cdaa!important;
	background-image:none!important;
}

/*東7お知らせ用*/

#higashi7{
	width:auto;
	background:#fffbc2;
	padding:40px 20px 20px 20px;
	margin:50px auto 20px;
	border:2px solid #e61e87;
    border-radius: 20px;        /* CSS3草案 */
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 20px;   /* Firefox用 */
}

#higashi7 .logo{
	display:block;
	text-indent:-9999px;
	width:200px;
	height:72px;
	position:absolute;
	margin:-80px 0 0 0px;
	background-image:url(https://www.youyou.co.jp/only/common/image/higashi7_logo.png);
}

#higashi7 p{
	width:95%;
	margin:0 auto 0;
	color: #000;
}

/*チョコフェスお知らせ用*/

#chocofes{
	width:auto;
	background:#e1ccbf;
	padding:40px 20px 20px 20px;
	margin:40px auto 20px;
	border:2px solid #530500;
    border-radius: 20px;        /* CSS3草案 */
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 20px;   /* Firefox用 */
}

#chocofes .logo{
	display:block;
	text-indent:-9999px;
	width:200px;
	height:60px;
	position:absolute;
	margin:-70px 0 0 0px;
	background-image:url(https://www.youyou.co.jp/only/common/image/chocofes_logo.png);
}

#chocofes p{
	width:95%;
	margin:0 auto 0;
}



/*PICOお知らせ用*/
.picofloat{
	/*float: left;*/
	margin-right: 1em;
}

.picofloat_tan{
	/*float: left;*/
	margin-right: 1.5em;
}

figure {
  position: relative;
  overflow: hidden;
  width: 190px;
}

figure h3{
	padding: 10px 0 5px!important;
	color: #fff!important;
	font-size: 20px!important;
	text-align: center!important;
	font-family: 'Open Sans', sans-serif!important;
	font-weight: 600!important;
	width: 190px!important;
	margin: 0 0 0 0!important;
	background-image: none!important;
}

figure a{
	text-decoration: none; 
}

.tan{
	padding:25px 0 5px!important;
	color: #fff!important;
	font-size: 20px!important;
	text-align: center!important;
	font-family: 'Open Sans', sans-serif!important;
	font-weight: 600!important;
	width: 190px!important;
	margin: 0 0 0 0!important;
	background-image: none!important;
}

figcaption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(155, 224, 255, 0.6);
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
}
figure:hover figcaption {
  opacity: 1;
}

.picofloat_h4{
	width:450px!important;
	margin:-80px 0 3px 0!important;
	color:#000;
	padding: 0px;
	line-height:1.5em;
	float:right;
}

.picofloat_p{
	width:450px;
	color:#000;
	margin:-60px 0 0 0;
	float:right;
}

.picofloatclear{
	clear: both;
}



#twtbt{
	margin:5px auto 5px;
	width:690px;
}

#twtbt img:hover{
	opacity:0.5;
}

.twtbt_cir{
	width:226px;
	height:56px;
	float:left;
}
.twtbt_admission{
	width:226px;
	height:56px;
	float:left;
	margin-left:3px;
}

.twtbt_cosplay{
	width:226px;
	height:56px;
	float:left;
	margin-left:3px;
}


.twtbt_cir02 a{
	width:226px;
	height:52px;
	float:left;
	text-indent: -9999px;
	background-image:url(https://www.youyou.co.jp/only/brand/20161127higashi7/image/twtbt_circle02.png);
-webkit-transition: opacity 0.5s ease-out;
-moz-transition: opacity 0.5s ease-out;
-ms-transition: opacity 0.5s ease-out;
transition: opacity 0.5s ease-out;

}

.twtbt_cir02 a:hover{
	background-image:url(https://www.youyou.co.jp/only/brand/20161127higashi7/image/twtbt_circle02_on.png);
opacity: .8;
-webkit-opacity: .8;
-moz-opacity: .8;
filter: alpha(opacity=80);	/* IE lt 8 */
-ms-filter: "alpha(opacity=80)"; /* IE 8 */
}


.twtbt_admission02 a{
	width:226px;
	height:52px;
	float:left;
	margin-left:3px;
	text-indent: -9999px;
	background-image:url(https://www.youyou.co.jp/only/brand/20161127higashi7/image/twtbt_admission02.png);
-webkit-transition: opacity 0.5s ease-out;
-moz-transition: opacity 0.5s ease-out;
-ms-transition: opacity 0.5s ease-out;
transition: opacity 0.5s ease-out;
}

.twtbt_admission02 a:hover{
	background-image:url(https://www.youyou.co.jp/only/brand/20161127higashi7/image/twtbt_admission02_on.png);
opacity: .8;
-webkit-opacity: .8;
-moz-opacity: .8;
filter: alpha(opacity=80);	/* IE lt 8 */
-ms-filter: "alpha(opacity=80)"; /* IE 8 */
}


.twtbt_cosplay02 a{
	width:226px;
	height:52px;
	float:left;
	margin-left:3px;
	text-indent: -9999px;
	background-image:url(https://www.youyou.co.jp/only/brand/20161127higashi7/image/twtbt_cosplay02.png);
-webkit-transition: opacity 0.5s ease-out;
-moz-transition: opacity 0.5s ease-out;
-ms-transition: opacity 0.5s ease-out;
transition: opacity 0.5s ease-out;
}

.twtbt_cosplay02 a:hover{
	background-image:url(https://www.youyou.co.jp/only/brand/20161127higashi7/image/twtbt_cosplay02_on.png);
opacity: .8;
-webkit-opacity: .8;
-moz-opacity: .8;
filter: alpha(opacity=80);	/* IE lt 8 */
-ms-filter: "alpha(opacity=80)"; /* IE 8 */
}


/* 3/31出張★オンラインYOU告知 */
#online_bs{width: 690px;}

#online_left{float:left;width: 200px;}

#online_right{
	float:right;
	width: 480px;
}

/*浜松町館机サイズお知らせ用*/

#cirle_size{
	background: #fff9b8;
    padding: 15px;
    border-radius: 10px;
}

#cirle_size h4{ margin: 0 0 5px!important;}

#cirle_size .left{}

#cirle_size .right{
	margin-right: 0;
    width: 446px;
}

@media screen and (max-width:729px) {
dl.banner dt{
	margin: 0 auto!important;
	 float:none!important; 
}

dl.banner dd{
	margin: 10px 0 10px 0!important;
}

#onlycom dl dd {
	width: 100%!important;
	margin: 0 0 0 0!important;
}

#onlycom dl dd p {
	width: 100%!important;
	margin: 5px 0 0 0!important;
}

#hannyu_left{
	margin-bottom:10px;}

#hannyu_right{
    width: 390px!important;}
	
}


/* 出展企業CSS */

.t_r{
	font-size: 11px;
    color: #4c4c4c;
    text-align: left;
	margin-top: 5px!important;}

/* 合体申込み画像 */
p#flow_unite{
	background-image: url(https://www.youyou.co.jp/images/circle/flow_unite.jpg)!important;
    background-repeat: no-repeat!important;
    background-position: 15px 0!important;}

/* 【イベントページ内お知らせ・企画】左配置ヨコ240pxバナー用（※スマホサイズ時は画像中央） */

.news_side {
    width:690px;
    margin:5px 0 0;
    padding:0;
}

.news_side div {
    float:left;
	background-repeat:no-repeat;
}

.news_side div.clear {
	clear:both;
	height:10px;
}

.news_side ul {
    float:left;
	width:420px;
}

.bn_news_side, .bn_news_side p, .bn_news_side a {
    /*width:240px;*/
	padding:0;
}

.bn_news_side a, a.bn_news_side {
	display:block;
    text-indent:-9999px;
	background-color:transparent;
}

.bn_news_side a:hover, a.bn_news_side:hover {
	background-color:rgba(255,255,255,0.15);
}

.news_side:after {
	content:"";
	clear:both;
	display:block;
	height:0;
	line-height:0;
}

@media screen and (max-width:749px) {

	.bn_news_side{
		float:none;
		margin-right: 0;
	}

	.news_side{
		width: 100% !important;
		margin-left:0 !important;
		margin-right:0 !important;
		list-style-position: inside;
	}

	.news_side ul{
		float:none;
		width: 100%;
		margin-left:0;
		margin-top:0.5em;
		padding-left:0;
	}

	.news_side *{
		float: none !important;
		list-style: none;
		list-style-position: inside;
	}
	
	.news_side div p img{
		margin: 0 auto;
		display:block;
	}

}

/* 5/31【仮受付】お知らせ */

/*全体*/
.hidden_box {
    margin: 0;/*前後の余白*/
    padding: 0;
}

/*ボタン装飾*/
.hidden_box label {
    padding: 2px;
    cursor :pointer;
}

/*ボタンホバー時*/
.hidden_box label:hover {
    background: #efefef;
}

/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    /*transition: 0.8s;*/
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}


.mi{
	color: #00BCD4;
    font-size: 1em;
    font-weight: bold;
    padding: 5px 0 0;}

/**/

#limit_text.progress {
	text-align: left;
	width:450px;
}

#limit_text.double_progress {
	text-align: left;
	width:300px;
}

#entry_progress,
#hall_progress
{
	float: none;
	margin: 0 auto;
	border:0.125em solid #999;
	border-radius: 0.25em;
}

#entry_progress,
#entry_progress_text,
#entry_progress_bar,
#hall_progress,
#hall_progress_text,
#hall_progress_bar
{
	width: 11rem;
	height:2.26rem;
	line-height: 1.5;
}

#entry_progress,
#hall_progress
{
	position:relative;
	width: 160px;
	height: 48px;
	float:right;
	background-color:#fff;
	box-sizing: border-box;
	margin: 0 0.25em;
	border:none;
}

#entry_progress.rev20200214,
#hall_progress.rev20200214 {
	height: 73px;
	color: #fff;
}

#entry_progress.rev20200214 strong,
#hall_progress.rev20200214 strong {
	color: #fff624;
}

#entry_progress.rev20200214 {
	background-color: #009e98;
}

#hall_progress.rev20200214 {
	background-color: #e60280;
}

#entry_progress.rev20200214 span.progress_header,
#hall_progress.rev20200214 span.progress_header {
	display: block;
	text-align: center;

	box-sizing: border-box;
	margin: 0.25em 0;
	line-height: 1.1;

	font-size: 0.875rem;
}

#entry_progress.rev20200214 span.progress_header {
	line-height: 2.2;
}

#entry_progress.rev20200214 span.progress_value,
#hall_progress.rev20200214 span.progress_value {
	display: block;
	text-align: center;

	box-sizing: border-box;
	margin: 0 0.25em;

	background-color: #004886;
	border: 0.1em solid #fff;
	border-radius: 0.25em;
	
	font-size: 1.5rem;
	line-height: 1.2;
}

#entry_progress_text,
#hall_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;
	/* box-sizing: border-box; */
	/* border-radius: 0.25em; */
}

#entry_progress_text strong,
#hall_progress_text strong
{
	font-size:133%;
	color:#a00;
}

#entry_progress_bar,
#hall_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;
box-sizing: border-box;
}

/* PR画像設定 */

#bn_prarea{ text-align:center;}

.pr_anime{ width: 338px; float: left;}
.pr_game{ width: 338px;}

#news_area,
#news_area_
{
	border: 1px solid #969696;
    border-radius: 5px;
    padding: 10px;
    margin: 5px auto;
    width: 704px;
	background:#fff;}
	
#news_area_w{
	border: 1px solid #969696;
    border-radius: 5px;
    padding: 10px;
    margin: 5px auto;
    width: 954px;
	background:#fff;}
	
#news_area h4,
#news_area_ h4,
#news_area_w h4{ font-size: 1.2em;}

#news_area h4:before,
#news_area_ h4:before,
#news_area_w h4:before{
	content: "■";
    font-size: 1.2em;
    color: #D54204;}

.mi{
	color: #00BCD4;
    font-size: 1em;
    font-weight: bold;
    padding: 5px 0 0;}


#news_area_20200530_31{
	border: 1px solid #969696;
    border-radius: 5px;
    padding: 10px;
    margin: 5px auto;
    width: 704px;
	background:#fff;}

#news_area_20200530_31 h4:before{
    font-size: 1.2em;
    color: #D54204;}


@media screen and (max-width:749px) {
#news_area,
#news_area_,
#news_area_w,
#news_area_20200530_31{ width: auto;}

}

/* 0627ヒロインMIX用整理券お知らせ */

.heroine_ticket_img{ float:left; margin-right: 5px;}

@media screen and (max-width:749px) {

.heroine_ticket_img{
	text-align: center;
	margin-bottom: 5px;
	float:none;
	margin-right:0px;
}

}

/* 2020-2021 新刊カード公開終了 */

#other_link a[href*="shinkanyou"] {
    display:none;
}