@charset "utf-8";

/*---------以下、リセット---------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, img, small, strong, sub, sup, tt,
b, u, i, center,
dl, dt, dd, ol, ul, li,
table, tbody, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
    font-weight: normal;
	font-size: 12px;
	vertical-align: baseline;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse;
    border-spacing:0;
}

a:focus {
	outline:none;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/*---------以下、サイト共通ルール---------*/

.floatL{ float:left;}
.floatR{ float:right;}
.alignR{ text-align:right;}

.mgb10{ margin-bottom:10px;}
.mgb15{ margin-bottom:15px;}
.mgb20{ margin-bottom:20px;}

/*---------以下、共通ヘッダ---------*/

#siteHeader{
	width: 100%;
	background: #272727;
	z-index: 9999;
	top: 0;
	left: 0;
	position: fixed;
	text-align: left;
}

#siteHeaderInner{width:960px; height:30px; margin:0 auto; display:block; overflow:hidden; position:relative;}

#navi{height:30px; position:absolute; left:0; display:block;}
#navi li{height:30px; float:left;}
#navi li a{ padding:7px 10px 0; display:block; height:23px; color:#FFF; background:url(../../img/pc/site_head_divider.gif) left center no-repeat;}
#navi li:nth-child(1) a{ background:none;}
#navi li:hover a{ background:#474747; text-decoration:none;}

#sns{height:30px; top:6px; position:absolute; right:0; display:block;}
#sns li{width:110px !important; float:left;}

/*---------以下、サイト共通ルール---------*/

body{
	background:#000 url(../../img/pc/bg_container.jpg) repeat-x;
	color:#FFF;
	font-family: 'メイリオ','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
a{ color:#fff; text-decoration:none;}
a:hover{ color:#fff;text-decoration:underline;}

a.linkArrow{ padding-left:18px; background:url(../../img/pc/link_arrow.png) left 2px no-repeat;}

/*---------以下、全ページ共通スタイル---------*/
#social{ position:absolute; top:40px; right:0;}
#social li {
	float: left;
	width: 110px !important;
}

#topContents {
	margin: 0 auto;
	width: 960px;
}

.mainBlock {
	position: relative;
	margin-bottom: 32px;
	padding: 30px 17px;
	border: 3px solid #4f4f4f;
	background: rgba(0,0,0,0.7) url(../../img/pc/bg_box.png) no-repeat;
}
.mainBlock h2 {
	position: absolute;
	top: -15px;
	left: 173px;
}

#toPageTop{ margin: 0 auto 20px; width:960px; height:46px; background:url(../../img/pc/totop.png) center bottom no-repeat; position:relative;}
#toPageTop a{position:absolute; right:5px; bottom:2px; display:block; width:96px; cursor:pointer;}

#siteFooter{ padding-bottom:20px; color:#4d4d4d; width:960px; margin:0 auto;}
#siteFooter #copyright{ float:right; color:#FFF;}
#siteFooter a{color:#FFF;}

.movieBlock{
	position:relative;
}

.movieBlockL {
	margin:0 0 0 29px;
	width: 620px;
	position: relative;
}
.movieBlockL .image{
	float:left;
}
.movieBlockL dl {
	width:385px;
	float:left;
	margin:0 0 0 13px;
	display: block;
}
.movieBlockL dt {
	font-size: 18px;
	font-weight: bold;
	line-height:120%;
	margin-bottom:5px;
}
.movieBlockL dd {
	font-size: 14px;
}
.movieBlockL dd p {
	font-size: 14px;
	margin-bottom: 5px;
}
.movieBlockR {
	position: absolute;
	left: 637px;
	top: 15px;
}
.movieBlockL .image {
	width: 134px;
	float: left;
}

#movieMain {text-align:center;}
#movieMain blockquote{ width:450px; border:1px solid #3a3a3a; margin-top:20px;}
#movieMain blockquote.floatM{ margin:0 auto;}
#movieMain blockquote.floatL{ margin-left:30px;}
#movieMain blockquote.floatR{ margin-right:30px;}


.mainBlockS{ width:470px; background:#1a1a1a url(../../img/pc/box_top_s.gif) no-repeat; margin-bottom:20px;}
.mainBlockSInner{ width:470px; background:url(../../img/pc/box_bottom_s.gif) no-repeat center bottom; padding:0 0 20px; position:relative;}

hr {
    margin: 5px 30px;
    background-color: rgb(122, 107, 68);
    border: medium none;
    color: rgb(122, 107, 68);
    height: 1px;
}
