@charset "utf-8";
/* ===================================================================
CSS information
 file name  :style.css
 style info :コンテンツエリア関係 他
 
＜このスタイルシートの構成＞
 基本設定、レイアウト、横幅設定など
 汎用class
 #page
  #contents
=================================================================== */

/*------------- ▼通常2箇所修正-------------------*/

/* 外側の繰り返し背景 */
body {
	background: #000 url(../img/bg.jpg) repeat-y top center;
	background-attachment: fixed;
}
/* コンテンツ部分全体の色変更 */
#page {
	color:#ddd;
}


/*----------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------*/

a:link {
	color: #ccc;
}

a:visited {
	color: #aaa;
}


a:hover {
	color: #fff;
	text-decoration: none;
}

a:active {
}

a img {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
}

a:hover img{
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}

strong{
	font-size: 18px;
}
/*----------------------------------------------------
	#page
----------------------------------------------------*/
#page {
	text-align: center;
	background: url(../img/bg_main.png) repeat-x top center;
}


/*----------------------------------------------------
	汎用class
----------------------------------------------------*/

h1{
	text-indent: -9999px;
	overflow: hidden;
	height: 0;
	line-height: 0;
}
h2{
}
h3{
}
h4{
}
h5{
}
h6{
}
#contents ol,#contents ul,#contents blockquote,#contents pre,#contents p {
	margin-bottom: 1em;
}

/* テキスト寄せ */
.txtC{ text-align: center;}
.txtR{ text-align: right;}
.txtL{ text-align: left;}

/* テキストカラー */
.color01{ color: #333;}
.color02{ color: #FFF;}
.color03{ color: #CCCC00;}

/* 画像float */
.imgR {
	float: right;
	margin: 0 0 10px 10px;
}

.imgL {
	float: left;
	margin: 0 10px 10px 0;
}

/* clearfix */
.clearfix{ zoom: 1;}
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

/* clear */
.clear{
	clear: both;
}


/*----------------------------------------------------
	#contents
----------------------------------------------------*/
#contents {
	width: 980px;
	margin: 0 auto;
	background: url(../img/bg_content.jpg) repeat-x top center;
	text-align: left;

}
.main_visual{
	margin: 0px;
	border: 0px;
	padding: 0px;
	font-size: 0px;
}


/* 上部リンク */
/* ----------------------------------------------------*/
#content_link{
	width: 915px;
	margin: 0 auto;
	padding: 20px 0 20px 0;
}
#content_link li{
	float: left;
	background-color: #ccc;
	width: 297px;
	margin: 0 3px;
}
#content_link li a{
	display: block;
	width: 297px;
	height: 72px;
	box-shadow: 0px 0px 10px #000;
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	-webkit-transition: 0.3s ease-in-out;
 	-moz-transition: 0.3s ease-in-out;
   -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
}
#content_link li a:hover{
	box-shadow: 0px 0px 20px #999;
	-moz-box-shadow: 0px 0px 20px #999;
	-webkit-box-shadow: 0px 0px 20px #999;
}

/* お知らせ */
/* ----------------------------------------------------*/
#info{
	width: 920px;
	margin: 0 auto 5px auto;
}
#info h2{
	width: 110px;
	float: left;
}
#info ul{
	overflow: hidden;
}

#info ul li{
	line-height: 170%;
}
#info ul li .date{
	font-size: 10px;
	color: #999;
	font-weight: bold;
	margin-right: 5px;
}

/* ブロック共通 */
/* ----------------------------------------------------*/
.block .content_inr {
	background: url(../img/bg_block_m.png) repeat-y top center;
	width: 700px;
	padding: 20px 140px 40px 140px;
}
.block:after{
	content: " ";
	display: block;
	width: 980px;
	height: 40px;
	background: url(../img/bg_block_b.png) no-repeat 0 0;
}
.block .box{
	margin: 0 0 30px 0;
}
.block .box h3{
	background: url(../img/bg_mds2.png) no-repeat 0 5px;
	margin: 0 0 10px -30px;
	padding: 2px 32px;
	font-size: 24px;
	line-height: 24px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif; 
	color: #30C5C5;
	text-shadow: 0px 0px 10px #30C5C5;
}
.block .box h4{
	color: #CCCC00;
	margin-top: 20px;
}

/* boxスタイル1 */
.box_style_01{
	background-color: #1F1F1F;
	border: 1px solid #333;
	padding: 15px;
}
.box_style_01 dl{
	margin: 0;
	padding: 0;
}
.box_style_01 dl dt{
	margin-bottom: 5px;
	font-weight: bold;
}
.box_style_01 dl dd{
	margin-bottom: 10px;
	padding-left: 25px;
}
.box_style_01 dl,
.box_style_01 dl dd:last-child{
	margin-bottom: 0px;
}
.box_style_01 dl strong{
	color: #E50000;
}

/* boxスタイル2 */
.box_style_02{
	border: 1px solid #333;
	padding: 15px 15px 5px 15px;
}
.box_style_02 .title,
.box_style_02 h4.title{
	margin: -15px -15px 15px -15px;
	padding: 5px 15px;
	color: #fff;
	background-color: #333333;
}
.box_style_02 strong{
	font-size: 14px;
}
.box_style_02 p:last-child{
	margin-bottom: 0px;
}



/* 結果発表 */
#kekka{
  background: url(../img/bg_kekka.png) repeat-y center top;
  width: 900px;
  margin: 0 auto 40px auto;
  text-align: center;
}
.item_list{
  width: 825px;
  margin: 0 auto;
}
.item{
  float: left;
  position: relative;
}
.item .link_item{
  position: absolute;
  display: block;
  width: 378px;
  height: 62px;
  top: 192px;
  left: 14px;
}
.item.no_01{
  width: 824px;
  float: none;
}
.item.no_01 .movie{
  width: 406px;
  height: 254px;
  position: absolute;
  top: 180px;
  left: 43px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.item.no_01 .link_item{
  width: 406px;
  height: 254px;
  top: 434px;
  left: 43px;
}

#contents p.show_all{
  margin-bottom: 50px;
}

.kaisai{
  position: relative;
}

.link_live{
  position: absolute;
  bottom: 50px;
  left: 246px;
}

/* コンテスト概要 */
#detail.block{
}
#detail.block .detail_img_01{
	margin: -10px -30px 0px 20px;
}
#detail.block .box:first-child{
	margin-bottom: 10px;
}

/* エントリー要項 */
#entries.block{
}

.rules{
	margin: 15px 0 40px 0;
}
.rules div{
	height: 170px;
	font-size: 11px;
	overflow: auto;
	border: 1px solid #333;
	padding: 10px;
	background-color: #1F1F1F;
	border-radius: 5px;		/* CSS3 */
	-webkit-border-radius: 5px;	/* Safari,Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	color:#ccc;
}

/* 作品紹介 */
#about.block:after{
	display: none;
}
#about.block .content_inr_01{
	position: relative;
}
#about.block .links{
	position: absolute;
	left: 108px;
	bottom: 80px;
}
#about.block .links li{
	float: left;
	margin-right: 20px;
}
#about.block .links li a img{
	box-shadow: 0px 0px 10px transparent;
	-moz-box-shadow: 0px 0px 10px transparent;
	-webkit-box-shadow: 0px 0px 10px transparent;
	background-color: transparent;

}
#about.block .links li a:hover img{
	box-shadow: 0px 0px 20px #ccc;
	-moz-box-shadow: 0px 0px 20px #ccc;
	-webkit-box-shadow: 0px 0px 20px #ccc;
	background-color: #999;
}

/* メールアドレス注意 */
/* ----------------------------------------------------*/

.mail_attention{
	border: solid 1px #8E0000;
	color: #E50000;
}
.box.mail_attention{
	margin-bottom: 0px;
}
.mail_attention .title{
	padding: 0px;
	margin: 0 0 10px 0;
	font-weight: bold;
}
.mail_attention .title img{
	vertical-align: middle;
}
.mail_attention .attention_txt{
	float: left;
	padding: 15px 15px 5px 15px;
	margin: 0;
	width: 510px;
}

.mail_attention .mail_link{
	width: 150px;
	float: right;
}
.mail_attention .mail_link a{
	display: block;
	height: 80px;
	text-align: center;
	background: url(../img/icon_window.png) no-repeat center 36px;
	padding: 70px 0 0 0;
	border-left: solid 1px #8E0000;
	color: #ddd;
	-webkit-transition: 0.3s ease-in-out;
   -moz-transition: 0.3s ease-in-out;
     -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
}
.mail_attention .mail_link a:hover{
	color: #fff;
	background-color: #222;
	text-decoration: underline;
}



/* 投稿ボタン　見るボタン */
/* ----------------------------------------------------*/
.button{
	width: 720px;
	margin: 0 auto;
}
.button li a,
.button li span{
	display: block;
	width: 720px;
	height: 124px;
	text-align: left;
	text-indent: -9999px;
}
.button li a:hover {
	background-position: 0 -124px;
}

/* 投稿ボタン */
.button li .btn_post{
	background: url(../img/btn_post.png) no-repeat 0 0;
}
/* 終了 */
.button li .btn_post.end{
	background: url(../img/btn_post.png) no-repeat 0 -248px;
}
/* 見るボタン */
.button li .btn_list{
	background: url(../img/btn_list.png) no-repeat 0 0;
	margin: -5px 0;
}

/* テキストベタ置き */
.txt{
	margin-bottom: 40px;
}


/* 下部バナー */
/* ----------------------------------------------------*/

.bottom_banner{
	text-align: center;
	margin-bottom: 30px;
}
.bottom_banner p{
	text-align: center;
}
.bottom_banner p a img{
	box-shadow: 0px 0px 10px transparent;
	-moz-box-shadow: 0px 0px 10px transparent;
	-webkit-box-shadow: 0px 0px 10px transparent;
	background-color: transparent;

}
.bottom_banner p a:hover img{
	box-shadow: 0px 0px 20px #ccc;
	-moz-box-shadow: 0px 0px 20px #ccc;
	-webkit-box-shadow: 0px 0px 20px #ccc;
	background-color: #fff;
}
