@charset "UTF-8";
@import url("../../css/reset.css");


/*---------------------------------------------------------------------------------------
 タグ
---------------------------------------------------------------------------------------*/
*{
	outline:none;
}

body{
	/*background:#bcd6e7;*/
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	/*position:relative;*/
	background:#9fb3be url(../img/cloud_bg.jpg) repeat-y 50% 0;
	font-size:14px;
	color:#6a6a6a;
	line-height:1;
	letter-spacing:0.15em;
}

a{
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);/*iPad グレー対応*/
	outline:none;
}

img{ 
	border:none;
	vertical-algin:top;
}


/*---------------------------------------------------------------------------------------
 コンテンツ
---------------------------------------------------------------------------------------*/
#wrapper{
	overflow:hidden;
	position:relative;
	width:816px;
	margin:0 auto;
	padding:130px 0;
}


/*---------------------------------------------------------------------------------------
 応募フォーム
---------------------------------------------------------------------------------------*/
#ouboForm{
	padding:50px 0 60px 0;
	background:url(../img/form_bg.png) repeat-y 0 0;
}

#oubo{
	width:730px;
	margin:0 auto;
}

#oubo #error{
	margin:30px 0 17px 0;
	text-align:center;
	color:#e20060;
	line-height:1.5;
}


#oubo table{
	empty-cells:show;
	border-spacing:0;
	width:730px;
}

#oubo table th,
#oubo table td{
	padding:13px 0 13px 5px;
	background:url(../img/form_line.png) repeat-x 0 100%;
	vertical-align:middle;
}

#oubo table th{
	width:170px;
}

#oubo table td input.shortText{
	/*border-color:#ccc;
	border-style:solid;
	border-width:1px 0 0 1px;*/
	border:solid 1px #ccc; 
	padding:3px;
	width:250px;
}


#oubo table td #imgDescription{
	margin-bottom:10px;
}

#oubo table td input#img{
	font-size:14px;
	color:#666;
	width:300px;
	padding:3px;
}

#oubo table td textarea{
	border:solid 1px #ccc; 
	padding:3px;
	/*border-color:#ccc;
	border-width:1px;*/
	/*border-style:solid;
	border-width:1px 0 0 1px;*/
	width:530px;
}

#oubo table td #episodeLimit{
	margin-top:10px;
}


#confirm #oubo table td{
	line-height:1.4;
}

#oubo .caution{
	margin-top:20px;
}

#oubo #button{
	margin-top:30px;
	text-align:center;
}

#oubo #button input{
	margin:0 20px;
}

#oubo #endMessage{
	padding:60px 0 20px 0;
	text-align:center;
	font-size:16px;
}

/*---------------------------------------------------------------------------------------
 facebook
---------------------------------------------------------------------------------------*/
#facebook{
	width:816px;
	height:166px;
	background:url(../img/bg_facebook.png) no-repeat 0 0;
}

#facebook h2{
	padding:26px 0 0 0;
	text-align:center;
}

#facebook #facebookButton{
	margin:11px 0 0 0;
	text-align:center;
}


/*---------------------------------------------------------------------------------------
 閉じるボタン
---------------------------------------------------------------------------------------*/
#close{
	position:absolute;
	top:0;
	right:0;
	z-index:50;
	width:37px;
	height:37px;
}

#close a{
	display:block;
	width:37px;
	height:37px;
	background:#1f5d75;
}

#close a img{
	display:block;
	width:21px;
	height:21px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-11px;
	margin-left:-11px;
}

/*---------------------------------------------------------------------------------------
 マージン
---------------------------------------------------------------------------------------*/
.mb0 {margin-bottom: 0!important;}
.mb1 {margin-bottom: 1em!important;}


/*---------------------------------------------------------------------------------------
 その他
---------------------------------------------------------------------------------------*/

/* clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
/* for IE6 */
* html .clearfix { zoom: 1; }
/* for IE7 */
*:first-child+html .clearfix { zoom: 1; }

/*
a.alpha:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}*/