@charset "utf-8";

/*

	コードギアスポータル用CSS
	modified: 2012/1/5

*/

/* ==============================================

	YUI2 CSS reset

============================================== */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {  border:0; }
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after { content:''; }
abbr,acronym { border:0; }
.clear {
	clear: both;
	line-height: 0;
	height: 0;
	width: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

* a , form * { position: relative ; }/* IE6でpngBGでもリンクするように */


/* ===================================
	common
=================================== */
body {
	line-height: 1.4em;
	font-family: 	'メイリオ', 'Meiryo','ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', 'Osaka', verdana, san-serif;
	font-size: 80%;
	 color: #fff;
	background: #00020f url(../img/bg02.jpg) no-repeat center top;
}
a {	outline:none;}
a:link,a:visited {
	text-decoration:underline;
	color:#c1c1c6;
}
a:hover {
	text-decoration:underline;
	color:#fd6d7e;
}

/* ===================================
	top
=================================== */
h1{
	text-align:center;
}
h1 a{
	display: block;
	z-index: 99;
}
#container{
	width: 990px;
  margin: 11px auto 10px auto;
  background: #000 url(../img/bg_main.jpg) no-repeat left top;
  overflow: hidden;
  padding: 104px 0 50px 0;
}
/* バナー部分 */
#bannerArea{
	width: 1127px;
  margin: 0px auto;
  position: relative;
}
#bannerArea img {
	position: absolute;
	top: -70px;
	left: 0;
}
#bannerArea a img:hover,
#bannerArea02 a img:hover,
h1 a img:hover,
#linkArea a img:hover,
#infoArea a img:hover {
	opacity: 0.75;
}
#bannerArea02 {
	margin: 0 0 30px 20px;
}

/* 作品リンク部分 */
#linkArea{
	width: 691px;
  float: left;
  overflow: hidden;
  margin-left: 20px;
}
/* 大バナー部分 */
.bbanner{
	position:relative;
	height:480px;
}
.bbanner .b01{
	position:absolute;
	left:65px;
	top:10px;
}
.bbanner .b02{
	position:absolute;
	right:0px;
	top:70px;
}
.bbanner .b03{
	position:absolute;
	left:20px;
	top:210px;
}
.bbanner .b04{
	position:absolute;
	right:45px;
	top:270px;
}

/* 小バナー部分 */
.sbanner{
	overflow: hidden;
	/*width: 651px;*/

	margin-top: 30px;
}
.bnr_bg01 {
	background: url(../img/bg_bnr01.png) no-repeat left top;
	padding: 10px 25px;
}

.bnr_bg02 {
	background: url(../img/bg_bnr02.png) no-repeat left top;
	padding: 5px 25px;
}
.bnr_bg02 li {
	margin: 5px;
}

.bnr_bg03 {
	background: url(../img/bg_bnr03.png) no-repeat left top;
	padding: 5px 25px;
}
.bnr_bg03 li {
	margin: 5px;
}

.sbanner li{
		float:left;
		line-height:0em;
		margin:10px;
}
.sbanner li a {
	display: block;
	width: auto !important;
	height: auto !important;
}

/* 情報更新部分 */
#infoArea{
	width: 250px;
	float: right;
	padding: 0px 20px 0 0;
	background: url(../img/bg_info02.png) no-repeat center top;
}
/* whats new *//* blog */
#topUpdate,#topBlog{
	/*background: url(../img/bg_info.jpg) no-repeat center top;*/
}
#topUpdate,#topBlog{
	width:250px;
	margin: 30px 20px 30px 0;
	/*border:1px solid #9A9A9B;*/
}
#topUpdate{	height:350px; text-align: center;}
#topBlog{	height:150px;}
#topUpdate dl,#topBlog dl{
	width:235px;
	padding:5px 15px 10px 0px;
	margin:5px 0 0 0;
	display:block;
	overflow:auto;
}
#topUpdate dl{	height:310px; text-align: left;}
#topBlog dl{	height:85px;}
#topUpdate dt,#topBlog dt{
	color:#3c7ca3;
}
#topUpdate dd,#topBlog dd{
	color:#c1c1c6;
}
#topUpdate dd a,#topBlog dd a{
	color:#c1c1c6;
	position:static;
}

#topUpdate dd a:hover,#topBlog dd a:hover {
	color:#fd6d7e;
	position:static;
}


/* Twitter */
#twitter {
	width: 250px;
	height: 200px;
	margin-top: 10px;
	position: relative;
	left: 0px;
	z-index: 10;
	border:1px solid #9A9A9B;
}
	#twitterBox {
		height: 160px;
		overflow: hidden;
		position: relative;
		top: 37px;
		left: 0px;
		z-index: 11;
	}
	#twitterInner {
		position: absolute;
		top: -45px;
	}
	#twitterTop {
		position: absolute;
		left: 0px;
		top: 0;
		z-index: 12;
	}
	#twitter #hushtag {
		width: 145px;
		position: absolute;
		right: 0;
		bottom: -15px;
		z-index: 16;
	}
	#twitter #hushtag a {
		position: absolute;
		top: 10px;
		right: 20px;
		z-index: 17;
		color: #322d98;
	}
/* Twitter ボタンに変更 */
#twitter {
	width: inherit;
	height: inherit;
	margin-top: 10px;
	border: none;
}
/* Other ボタン */
#other {
	width:250px;
	margin-top: 10px;
	text-align:center;
}

/* footer */
#footer{
	text-align:center;
	margin:0 0 20px 0;
}

/* coad black */
#infoArea #codeblacktxt{
	display:none;
}
#codeblacktxt{
	background:#000;
	padding:0 18px 0 0;
}
#codeblacktxt p{
	width:660px;
	position:relative;
}
#codeblacktxt p img{
	display:block;
}
#codeblacktxt p a{
	display:block;
	position:absolute;
}
#codeblacktxt p a:hover img {
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}
#codeblacktxt p a.link01{
	width:640px;
	height:107px;
	top:589px;
	left:11px;
}
#codeblacktxt p a.link02{
	width:247px;
	height:133px;
	top:554px;
	right:17px;
}


/* 2017.10.16 add
------------------------------*/
div.modal {
	/*position: relative;*/
	display:none;
	z-index:9999;

	position: absolute;
	width: 100%;
}

.modalinner {
	position: relative;
}

div.modal .pr_box {
	width:600px;
	height:auto;
	margin: 10% auto;
	/* margin:auto; */
	/*box-shadow:0px 0px 12px rgba(0,0,0,0.4);*/
	padding-bottom: 40px;
}

.close_modal{
	display: block;
	color: #fff;
}
.close_modal:hover {
	text-decoration: none;

}
.disclaimer_inner {
	margin-top: 50%;
}
.disclaimer_inner2 {
	margin-top: 0;
}
.disclaimer_bt {
	background-color: #fff;
    width: 100px;
    text-align: center;
    margin: 0 auto;
    height: 30px;
    color: #000;
    line-height: 30px;
}

.modal a {
	color: #fff;
	text-align: center;
}

.modal .btn01  {
	position: absolute;
	text-align: center;
	bottom: 100px;
	left: 0;
	display: block;
	width: 100%;
	z-index: 10000;
}

.modal .btn01:hover  {
	opacity: 0.8;
}



#fancybox-outer {
	background: none !important;
}
.fancy-bg {
	background-image: none !important;
}
#fancybox-title {
	display: none !important;
}



#infoArea #exhibition img {
	margin-top: 20px;
}


#important {
	text-align: center;
	z-index: 2;
  position: relative;
}
