@charset "utf-8";

/*-----------------------------------------

		base

-----------------------------------------*/

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-style: normal;
}

html {
	overflow-y: scroll;
	color: #333;
}

body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.5;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ ゴシック","MS Gothic","Osaka－等幅",Verdana,Arial,Helvetica,sans-serif;
}

a {
	outline: none;
}

a:link {
	color: #333;
	text-decoration: underline;
}

a:visited {
	color: #333;
	text-decoration: underline;
}

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

img {
	vertical-align: bottom;
}

a img  {
	border: none;
}

li {
	list-style-type: none;
}

input,label,select,textarea {
	vertical-align: middle;
}


/*-----------------------------------------

		#header

-----------------------------------------*/

#header {
	padding: 6px 15px 0;
	height: 33px;
	box-sizing: border-box;
	background: url(../img/header_bg.gif) 0 0 repeat-x;
	background-size: 10px;
}


/*-----------------------------------------

		#content

-----------------------------------------*/

#content {
	padding: 30px 15px 20px;
}

#content .movie {
	width: 290px;
	margin: 0 auto 25px;
}

#content .txt {
	text-align: center;
	margin-bottom: 20px;
}

#content .txt img {
	width: 100%;
	height: auto;
	max-width: 300px;
}

#content .btn {
	text-align: center;
}

#content .btn img {
	width: 55%;
	height: auto;
	max-width: 165px;
}


/*-----------------------------------------

		#footer

-----------------------------------------*/

#footer {
	padding: 15px 0 20px;
	border-top: 1px solid #aaaaaa;
	margin: 0 15px;
	text-align: center;
}

#footer a {
	text-decoration: none;
}

#footer ul {
	margin-bottom: 8px;
}

#footer ul li {
	display: inline;
}

#footer ul li a {
	margin-right: 5px;
	display: inline-block;
}







