
@charset "utf-8";


/*
	* Copyright (C) 2014 CREATIVEWEB All Rights Reserved.
	* URL : http://www.creative-web.co.jp/
*/


/*
	* 1.基本レイアウト
	* 2.ヘッダー（header）
	* 3.メイン（content）
	* 4.フッター（footer）
	* 5.サブページ
*/


/*******************************************************************************
**	1.基本レイアウト
*******************************************************************************/

body {
	font-size:62.5%;
	line-height: 1.6;
	overflow-x: hidden;
	overflow-y: scroll;
	color: #000C5F;
}

#container {
	width: 100%;
}

#header {
	width: 100%;
	height: 280px;
	margin: 0 0 25px 0;
}

#headerInner {
	width: 100%;
	height: 230px;
	position: relative;
}

#content {
	width: 100%;
}

#contentInner{
	width: 960px;
	margin: 0 auto 50px auto;
}

#footer {
	width: 100%;
	border-top: #020D5F 1px solid;
}

#footerInner {
	width: 960px;
	margin: 0 auto;
}


/*******************************************************************************
**	3.ヘッダー
*******************************************************************************/

#headerLogo{
	position: absolute;
	left: 50%;
	top: 30px;
	margin: 0 0 0 -148px;
}

#snsArea {
	position: absolute;
	top: 24px;
	right: 27px;
}

#snsList {
}

#snsList li {
	margin: 0 8px 0 0;
	float: left;
}

/* jetLine
----------------------------------------------------------------------------- */

#jetLine{
	position: absolute;
	top: 190px;
	right: 0;
	width: 150%;
	margin-left: -100px;
	height: 25px;
	background:url(../img/img_line_02.gif) repeat-x;
}

#jetPlane {
	position: absolute;
	width: 84px;
	height: 25px;
	background:url(../img/img_plane.gif) no-repeat;
}

/* globalNavi
----------------------------------------------------------------------------- */

#globalNavi {
	position: relative;
	text-align: center;
}

#globalNavi ul li {
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	padding: 10px 10px 5px 10px;
	margin: 0 20px 0 0;
}

#globalNavi ul li a {
	text-decoration:none;
	padding:10px;
	color: #010C5F;
	font-weight: bold;
	font-size: 1.4em;
}

#globalNavi ul li img{
	margin: 0 0 5px 5px;
}

#globalNavi span {
	background:#000;
	height:5px;
	display:block;
	position:absolute;
	width:50px;
	left:0
}


/*******************************************************************************
**	3.メイン（content）
*******************************************************************************/

#content .ttlWrap {
	padding: 35px 0;
	border-top: #010C5F 1px solid;
}

#content .mainWrap {
	margin:0 0 60px 0;
}

#content .mainWrap p,
#content .mainWrap table{
	font-size:1.2em;
}

/* Hタグ
----------------------------------------------------------------------------- */
#content .ttlWrap h1,
#content .ttlWrap h2,
#content .ttlWrap h3{
	font-size:3.0em;
	text-align:center;
}

#content .ttlWrap h1 span,
#content .ttlWrap h2 span,
#content .ttlWrap h3 span{
	font-size:0.5em;
}

#content .mainWrap h2{
	font-size:1.4em;
	text-align:center;
}


/* テキストカラー
----------------------------------------------------------------------------- */
#content .txtRed {
	color:#C00;
}


/*　リンク
----------------------------------------------------------------------------- */
#content span.link{
	color: #FFFFFF;
	background: #010C5F;
	padding:1px 3px 1px 3px;
	margin:0 5px 0 5px;
}

#content span.link a{
	color: #FFFFFF;
}


/*　PAGERリンク
----------------------------------------------------------------------------- */

#content .next {
	margin-top:50px;
}

#content .next a {
	text-decoration:none;
	padding:10px 50px 10px 10px;
	color: #010C5F;
	font-size: 2.0em;
	background:url(../img/btn_next.png) center right no-repeat;
}

#content .prev {
	margin-top:50px;
}

#content .prev a {
	text-decoration:none;
	padding:10px 10px 10px 50px;
	color: #010C5F;
	font-size: 2.0em;
	background:url(../img/btn_prev.png) center left no-repeat;
}


/* その他
----------------------------------------------------------------------------- */

#content .listType01 {
}

#content .listType01 li {
	width: 240px;
	float: left;
}

#content .ttl01 {
	font-size: 1.4em !important;
	font-weight:bold;
}

#content .txt01 {
	padding:0 0 0 20px;
	margin:0 0 20px 0;
}



/*******************************************************************************
**	4.フッター（footer）
*******************************************************************************/

#footer p{
	font-size: 1.0em;
	text-align:center;
	margin:40px 0 40px 0;
}

/*******************************************************************************
**	5.サブページ
*******************************************************************************/

/* IMAGE MOVIE
----------------------------------------------------------------------------- */

#playerTitle {
	width:290px;
	margin: 0 30px 0 0;
	float: left;
}

#player {
	width: 640px;
	margin: 0 0 0 0;
	float: left;
}

#movieEntry {
	height:390px;
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	border-bottom: #020D5F 1px solid;
}

#playlist {
}

#playlist li {
	width: 300px;
	height: 280px;
	margin: 0 30px 10px 0;
	float: left;
}

#playlist li.none {
	margin: 0;
}