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

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

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


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

a:link {
}

a:visited {
}


a:hover {
	text-decoration: none;　
}

a:active {
}

strong{
	font-size: 20px;
}
/*----------------------------------------------------
	#page
----------------------------------------------------*/
#page {
	margin: 36px 0 0 0;
}


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

h1{
	text-indent: -9999px;
	overflow: hidden;
	height: 0;
	line-height: 0;
}
h2{
}
h3{
}
h4{
}
h5{
}
h6{
}
#contents ol,#contents ul,#contents dl,#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;}

/* 画像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;
}

.min{
	font-size: 85%;
}

/*----------------------------------------------------
	#contents
----------------------------------------------------*/
#contents {
	width: 900px;
	text-align: left;
	margin: 0 auto;
}
.main_visual{
	width: 900px;
	margin: 0px auto;
	border: 0px;
	padding: 0px;
	font-size: 0px;
}

/* 投稿ボタン　見るボタン */
#contents .button{
	text-align: center;
	background: url(../img/bg_btn.png) no-repeat center top;
	margin: 0 -10px;
	height: 180px;
	padding: 37px 0 0 0;
}
#contents .button a{
	margin: 0 5px;
}
#contents .button a:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
/* テキストベタ置き */
.txt{
	margin: 5px 0 0 0;
}


/* メダロット8とは？ */

.about{
	margin-bottom: 40px;
}
.about .inner{
	position: relative;
}
.about  a:hover img{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.about .inner .site_link_01{
	position: absolute;
	left: 330px;
	top: 290px;
}
.about .buy_link{
	position: relative;
	margin: 0 40px;
}
.about .buy_link .buy_link_01{
	position: absolute;
	left: 74px;
	top: 210px;
}
.about .buy_link .buy_link_02{
	position: absolute;
	left: 281px;
	top: 210px;
}
.about .manga_link{
	margin: 15px 40px 0 40px;
}

/* 作品募集 */

.entries{
	margin-bottom: 20px;
}
.entries .inner{
	background: url(../img/bg_entries.jpg) 9px 0px no-repeat;
	padding: 20px 0;
}
.entries .summary{
	width: 560px;
	padding: 8px;
	margin: 0 40px 10px 40px;
	box-shadow: 0 0 3px 0 #000;
	background-color: #0a1427;
	color:#fff;
	border-radius: 5px;		/* CSS3 */
	-webkit-border-radius: 5px;	/* Safari,Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}

	.entries .summary { border/*\**/: 1px solid #000\9; }/* IE7,8用 */

table{
	background: url(../img/bg_th.png) 0px 0px repeat-y;
	width:100%;
}

tr{
	background: url(../img/table_line.png) center bottom repeat-x;
}

th{
	width: 134px;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	vertical-align: middle;
	padding: 8px 16px 24px 0;
}
td{
	padding: 8px 0 24px 16px;
	font-size: 14px;
}
.summary tr.end{
	background: none;
}
.summary tr.end th,
.summary tr.end td{
	padding-bottom: 8px;
}
.summary tr td strong{
	text-shadow: 0px 0px 10px #22b2f6;
}
.entries .shouhin{
	text-align: center;
}

/* 結果発表 */	
.kekka .inner{
	margin: 20px 40px 40px 40px;
	text-align: center;
}
.kekka .inner h3{
	font-size: 26px;
	margin-bottom: 10px;
	text-shadow: 0px 0px 10px #22b2f6;
}
.kekka .inner p{
	font-size: 16px;
}

/* 応募規約 */
.rules{
	margin-bottom: 20px;
}
.rules div{
	height: 12em;
	overflow: auto;
	border: 1px solid #000;
	padding: 16px;
	margin: 20px 40px;
	background-color: #040000;
	border-radius: 5px;		/* CSS3 */
	-webkit-border-radius: 5px;	/* Safari,Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	color: #fff;
}


/*結果表示*/

.result{
	text-align: center;
}
#contents .result h2,
#contents .result h3,
#contents .result p{
  margin-bottom: 0;
  padding: 0;
}