﻿@charset 'UTF-8';

body {
	background-image:url(../images/haikei.jpg);/*ページの背景色の設定*/
	background-size:100% auto;
	background-attachment:fixed;
	font-size: 100%;/*ページ全体のフォントサイズを設定*/
	color: #666666;/*ページ全体の文字色を設定*/
}
header {
	margin: 0;/*ヘッダのマージンを設定*/
	padding: 18px 0 18px;/*ヘッダのパディングを設定*/
	overflow: hidden;
}
header h1 {
	text-align:center;
}
header h1 img{
	width: 300px;
	height:auto;
}
nav {
	background-color: #ffff00;/*ナビゲーション領域全体のの背景色の設定*/
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
/*ナビゲーションのリンクボタンの設定*/
nav li {
	width: 200px;
	padding-top:14px;
	text-align:center;
	box-sizing:border-box;
	border-right:1px solid #555555;	/*ナビゲーションの境界線の色*/
}
nav li:first-child {
	border-left:1px solid #555555;	/*ナビゲーションの境界線の色*/
}
nav li a {
	width: 200px;
	height:50px;/*リンクボタンを画像にする場合は、画像の高さサイズに合わせる*/
	display: block;
}
nav li a:hover {
	opacity:0.6;/*マウスを重ねた時に透明度が60%*/
}
/*メインビジュアル領域*/
#mainVisual {
}
/*メイン領域*/
#main {
	width: 780px;/*メイン領域の横幅設定。パディングの左右と合わせて800px*/
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;/*メイン領域の余白設定*/
	background-color: #ffffff;/*メイン領域の背景色の設定*/
}
/*フッタ領域*/
#footer {
	background-color: #696969;/*フッタの背景色の設定*/
	padding: 20px 0;
	color: #ffffff;/*フッタの文字色*/
}
#footer p small {
	font-size: 90%;
	text-align: center;
}
/*各コンテンツの設定*/
#main h2 {/*メイン領域の見出し2の指定*/
	font-size: 200%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 2px solid #D3595B;
	margin-bottom: 20px;
}
#main h3 {/*メイン領域の見出し3の指定*/
	font-size: 150%;
	color:#D3595B;
	margin-top: 30px;
	margin-bottom: 20px;
}
#main h4 {/*メイン領域の見出し3の指定*/
	font-size: 140%;
	color:#ff7f00;
	margin-top: 30px;
	margin-bottom: 20px;
}
#main p {/*メイン領域の段落の指定*/
	line-height: 160%;
	margin-bottom: 8px;
}
.img-left {/*画像（imgタグ）を左回り込みにする指定*/
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
h4{
	clear:both;
}
address{
	text-align:right;
	font-size:90%;
	font-style:normal;
}
.sns{
	margin-right: auto;
	margin-left:auto;
	width: 200px;
	text-align:center;
	margin-bottom:10px;
}
.sns img{
}
.clrfix {
	clear:both;
}
table.movie td img{
	margin:0;
}
table.movie td {
	width:390px;
}
table.movie td h3 {
	margin:0!important;
	padding:0!important;
}
