@charset "utf-8";

/* 大枠 */
html,
body {
	height: 100%;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
	}
body {
	font-size: 14px; 
	line-height: 1.6;
	}
#wrapper {
	background: #fff url(../images/corner_top.png) top no-repeat;
	-moz-background-size:100% auto;
	background-size:100% auto;
	min-width: 1102px;
	border: 8px solid #21b8d7;
	padding: 0;
	position: relative;
	}
body > #wrapper {
	height: auto;
	}
.clearfix:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
    }
	
/* リンク */
a:link    {color:#21b8d7; text-decoration: none;}
a:visited {color:#21b8d7; text-decoration: none;}
a:hover   {color:#21b8d7; text-decoration: underline;}
a:active  {color:#21b8d7; text-decoration: underline;}

/* アクセシビリティ */
img {
	vertical-align: bottom;
	}

/* ▼▼▼ ヘッダー
=====================================*/
#mainvisual {
	background: url(../images/mainvisual.jpg) no-repeat;
	width: 1102px;
	height: 655px;
	margin: 75px auto 0 auto;
	text-align: left;
}

.inner {
	width: 1102px;
	margin: 0 auto;
}

.kazari {
	padding: 15px 0;
	text-align: center;
}


/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
=====================================*/
/* タイトル */
#site_title {
	width:318px;
	padding-top: 15px;
	margin: 0 0 0 0;
}

ul.nav {
	width:318px;
	min-height: 103px;
	padding: 10px 0 0 0;
	margin: 0 auto;
	float: left;
	}	
	ul.nav li {
		margin: 0 0 10px 0;
		}
	ul.nav li:last-child {margin-right: 0;}
	
	
/* コンテンツ */
#result {
	background: #fff;
	padding: 40px 0;
	color: #000;
	text-align: center;
	position: relative;
	clear: both;
	}
	#present {
		margin: 80px 0 25px 0;
	}
	#present h3{
		margin: 0 0 7px 0;
	}
	.apply {
		margin: 20px 0;
	}
	.apply p {
		font-size: 18px;
		font-weight: bold;
		color: #333;
		margin-top: 5px;
	}


#costume {
	padding: 30px 0;
	background: #fcfcf6;
	}
	#costume h2 {
		margin-bottom: 15px;
		text-align: center;
	}
	#costume .left {
		width: 640px;
		margin-top: 15px;
		margin-right: 20px;
	}
	#costume .right {
		text-align: left;
		font-weight: bold;
		margin-top: 15px;
	}
	#costume .right h3{
		font-size: 22px;
		font-weight: bold;
		margin: 30px 0;
		text-align: center;
	}
	#costume .right p {
		font-size: 18px;
		margin-bottom: 40px;
	}
		

#about {
	background: #fff;
	padding: 35px 0 55px;
	text-align: center;
	overflow: hidden;
	}
	#about h2 {margin-bottom: 15px;}
	
	#about .left {
		width: 772px;
		text-align: left;
	}
	#about .left h3{
		margin-bottom: 50px;
	}
	#about .right {
		width: 330px;
		text-align: center;
	}
	#about .right .movielogo{
		margin: 15px 0 0 0;
	}
	#about .right .moviebtn{
		margin: 10px 0 20px 0;
	}


/* ▼▼▼ フッター
=====================================*/
#footer {
	padding: 40px 0;
	color: #666;
	font-size: 12px;
	text-align: center;
	position: relative;
	clear: both;
	overflow: hidden;
	background: #fff url(../images/corner_bottom.png) bottom no-repeat;
	-moz-background-size:100% auto;
	background-size:100% auto;
	}
	#footer .logo {padding-bottom: 10px;}
