@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;

	font-size: 1em;
}

article, aside, dialog, figure, footer, header, nav, section {
	display: block;
}

html {
	font-size: 62.5%;
}

body, table,
input, textarea, select, option {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 1.1;
}

table,
input, textarea, select, option {
	line-height: 1.1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a:link {
	color: #0066B8;
	text-decoration: none;
}

a:visited {
	color: #0066B8;
	text-decoration: none;
}

a:hover {
	color: #0066B8;
	text-decoration: none;
}

a:active {
	color: #0066B8;
	text-decoration: none;
}

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }

/*------------------------------------------------------------
	clearfix
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 320px;	/* 狭いウインドウ幅で横スクロール時に背景が切れるバグ対策でコンテンツと同じ幅を指定 */
	color: #333;
	font-size: 1.4em;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	background-color: #FFF;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	padding: 10px 15px;
}

#header h1 {
	margin-top: 5px;
	float: left;
}

#header .menu {
	float: right;
}

/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/
#gNavi {
	width: 100%;
	background: #0AA1E6;
	position: absolute;
	top: 50px;
	left: 0;
	display: none;
	z-index: 9999;
}

#gNavi li {
	padding-bottom: 1px;
	width: 50%;
	float: left;
	font-weight: bold;
	border-bottom: 1px dotted #FFF;
}

#gNavi li:nth-child(5),
#gNavi li:nth-child(6) {
	padding-bottom: 0;
	border-bottom: none;
}

#gNavi li a {
	display: block;
	color: #FFF;
	font-size: 1.071em;
	background: #0AA1E6 url(../images/common/icon01.png) no-repeat 90% center;
	background-size: 12px 12px;
}

#gNavi li a span {
	padding: 9px 15px;
	display: block;
}

#gNavi li:nth-child(2n-1) a span {
	border-right: 1px dotted #FFF;
}

/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
	margin-bottom: 15px;
}

#pagePath li {
	display: inline;
	font-size: 0.85em;
}

#pagePath li a {
	margin-right: 5px;
}

/*------------------------------------------------------------
	main
------------------------------------------------------------*/
#main {
	margin-bottom: 64px;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	padding: 21px 35px 12px;
	position: relative;
	background-color: #1FA2E3;
	text-align: center;
}

#footer .fLogo {
	margin-bottom: 5px;
}

#footer .fLogo img {
	width: 100%;
}

#footer .address {
	margin: 0 -5px 10px;
	color: #FFF;
	font-size: 0.929em;
}

#footer .fLink {
	margin-bottom: 5px;
}

#footer .fLink li img {
	width: 100%;
}

#footer .fNavi {
	margin-bottom: 12px;
	text-align: center;
	letter-spacing: -0.4em;
}

#footer .fNavi li {
	display: inline-block;
	color: #FFF;
	font-size: 0.929em;
	letter-spacing: normal;
}

#footer .fNavi li a {
	color: #FFF;
}

#footer .copyright {
	color: #FFF;
	font-size: 0.75em;
	text-align: center;
	line-height: 1.4;
}

/*------------------------------------------------------------
	pageTop
------------------------------------------------------------*/
.pageTop {
	margin-left: -40px;
	position: absolute;
	top: -39px;
	left: 50%;
}

/*------------------------------------------------------------
	mainVisual
------------------------------------------------------------*/
.mainVisual {
	position: relative;
}

.mainVisual > img {
	width: 100%;
}

.mainVisual h2 {
	margin-top: -20px;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
}

.mainVisual h2 img {
	height: 40px;
}

/*------------------------------------------------------------
	mainBox
------------------------------------------------------------*/
#mainBox {
	margin: 13px 15px;
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
#main .headLine01 {
	margin-bottom: 10px;
	padding: 1px 52px 2px;
	color: #FFF;
	font-size: 1.4em;
	position: relative;
	background: #2BA3E0 url(../images/common/icon02.png) no-repeat left bottom;
	background-size: 5px 5px;
}

#main .headLine01:before {
	width: 36px;
    height: 34px;
	background: url(../images/common/img01.jpg) no-repeat left top;
	background-size: 36px 34px;
    position: absolute;
	left: 6px;
	top: -7px;
  
    content: ""; 
}

#main .headLine01:after {
	width: 5px;
    height: 5px;
	background: url(../images/common/icon03.png) no-repeat left top;
	background-size: 5px 5px;
    position: absolute;
	top: 0;
	right: 0;
  
    content: ""; 
}

/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
#main .headLine02 {
	margin-bottom: 15px;
	padding: 9px 0 9px 19px;
	font-size: 1.15em;
	line-height: 1.2;
	display: block;
	background: url(../images/common/icon07.png) no-repeat left center;
	background-size: 12px 12px;
	border-bottom: 2px dotted #2BA3E0;
}

/*------------------------------------------------------------
	comTable
------------------------------------------------------------*/
#main .comTable {
	margin-bottom: 42px;
	width: 100%;
	border-collapse: collapse;
}

#main .comTable th,
#main .comTable td {
	padding: 3px 2% 2px;
	width: 96%;
	float: left;
	text-align: left;
	vertical-align: middle;
	line-height: 1.6;
	word-break: break-all;
	background-color: #FAFAFA;
	border-bottom: 1px solid #FFF;
}

#main .comTable th {
	padding: 4px 2%;
	color: #FFF;
	background-color: #7BCCF9;
}

/*------------------------------------------------------------
	comBox
------------------------------------------------------------*/
#main .comBox {
	margin-bottom: 10px;
}

#main .comBox .link img {
	width: 100%;
}

#main .comBox .txtBox {
	padding: 10px 0 11px 20px;
}

#main .comBox .txtBox li {
	padding: 0 0 5px 12px;
	line-height: 1.4;
	letter-spacing: -1px;
}

#main .dubbing .txtBox {
	background-color: #C1E679;
}

#main .movie .txtBox {
	background-color: #ADE0E9;
}

#main .advertising .txtBox {
	background-color: #D9ADEE;
}

#main .dubbing .txtBox li {
	background: url(../images/common/icon04.png) no-repeat left 6px;
	background-size: 6px 6px;
}

#main .movie .txtBox li {
	background: url(../images/common/icon05.png) no-repeat left 6px;
	background-size: 6px 6px;
}

#main .advertising .txtBox li {
	background: url(../images/common/icon06.png) no-repeat left 6px;
	background-size: 6px 6px;
}