@charset "utf-8";

/* ========================================================
	template.css => テンプレート用CSS
======================================================== */

body {
	background: #fff;
	font-size: 75%;
	line-height: 1.6;
	color: #000000;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana,Arial, Helvetica, sans-serif;
	-webkit-text-size-adjust: none;
}
table {
	line-height: 1.6;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
label {
	cursor: pointer;
}
img {
	-ms-interpolation-mode: bicubic;
}

/* WordPress対応
============================================================================================================ */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

/* コンテナ
============================================================================================================ */
#container {
	position: relative;
	overflow: hidden;
	min-width: 910px;
}

/* ヘッダー
============================================================================================================ */
#container > header {
	position: relative;
	width: 910px;
	margin: 0 auto;
	padding-top: 10px;
	z-index: 10;
}
#container > header h1 {
	margin-bottom: 10px;
}

/* ナビ
-------------------------------------------------------------------------- */
#gnav {
	position: relative;
	left: -30px;
	width: 940px;
}
#gnav:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
}
#gnav > li {
	float: left;
}

#hnav {
	position: absolute;
	right: 0;
	top: 20px;
	font-weight: bold;
	font-size: 92%;
	line-height: 1;
}
#hnav li {
	float: left;
	border-left: 1px solid #aaaaaa;
}
#hnav li a {
	padding: 0 1.5em;
	color: #000000;
}
#hnav li a:hover {
	color: #f63412;
}
#hnav li.english {
	border-left: 0;
}
#hnav li.english a {
	position: relative;
	top: -5px;
	display: inline-block;
	width: 70px;
	padding: 0;
	background: url(/common/images/head/nav_english_off.gif) no-repeat;
	text-align: center;
	line-height: 20px;
	color: #ffffff;
}
#hnav li.english a:hover {
	background-image: url(/common/images/head/nav_english_on.gif);
	text-decoration: none;
}
#container > header nav > p {
	position: absolute;
	left: 390px;
	top: 56px;
}
#container > header nav > p a {
	padding-left: 10px;
	background: url(/common/images/parts/arrow_link.gif) no-repeat left;
	color: #000000;
	font-weight: bold;
}
#container > header nav > p a:hover {
	color: #f63412;
}

/* メディア一覧
-------------------------------------------------------------------------- */
#gnav .arrow {
	display: none;
	position: absolute;
	right: 50px;
	top: 29px;
	z-index: 3;
}
#gnav div {
	display: none;
	position: absolute;
	left: 30px;
	top: 40px;
	width: 870px;
	padding: 0 19px;
	background-color: #ffffff;
	border: 1px solid #bbbbbb;
}
#gnav dl {
	float: left;
	margin: 19px 0;
	text-align: center;
}
#gnav dl + dl {
	margin-left: 9px;
	padding-left: 9px;
	border-left: 1px solid #ebebeb;
}
#gnav dl dt {
	padding: 0.3em;
	background-color: #333333;
	color: #ffffff;
	font-weight: bold;
}
#gnav dl dd {
	padding-top: 10px;
}
#gnav dl ul {
	float: left;
	padding-top: 10px;
}
#gnav dl ul + ul {
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #ebebeb;
}
#gnav dl ul li {
	width: 120px;
	padding: 0 19px;
	font-size: 84%;
	line-height: 1.3;
}
#gnav dl ul li a {
	display: block;
	height: 70px;
	zoom: 1;
}
#gnav dl ul li img {
	margin-bottom: 3px;
}
#gnav p {
	clear: both;
	padding-bottom: 20px;
	text-align: right;
}
#gnav p a {
	color: #000000;
	font-weight: bold;
}
#gnav p a:hover {
	color: #f63412;
}

#gnav dl dt.line {
	padding: 0.3em;
	margin-bottom: 10px;
	margin-top: 10px;
	background-color: #333333;
	color: #ffffff;
	font-weight: bold;
}

#gnav dl ul li.txtonly a {
	display: block;
	height: 40px;
	zoom: 1;
}
#gnav dl ul li.txtonly img {
	margin-bottom: 3px;
}

#gnav dl ul li.addlinks {
	clear: both;
	padding-bottom: 20px;
	text-align: right;
}
#gnav dl ul li.addlinks a {
	color: #000000;
	font-weight: bold;
	font-size:125%;
}
#gnav dl ul li.addlinks a:hover {
	color: #f63412;
}

/* 文字サイズ
-------------------------------------------------------------------------- */
#container > header > dl {
	position: absolute;
	top: 50px;
	right: 240px;
	width: 175px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
}
#container > header > dl dt,
#container > header > dl ul,
#container > header > dl li {
	float: left;
}
#container > header > dl dt {
	width: 85px;
	background-color: #e7e7e7;
}
#container > header > dl li {
	width: 30px;
	background-color: #333333;
	color: #ffffff;
	font-size: 109%;
	cursor: pointer;
}
#container > header > dl li:hover {
	background-color: #fe3310;
}
#container > header > dl li.on {
	background-color: #fe3310;
	cursor: default;
}

/* 検索
-------------------------------------------------------------------------- */
#container > header form {
	position: absolute;
	top: 50px;
	right: 0;
	width: 230px;
	background: url(/common/images/head/search_bg.gif) no-repeat;
}
#container > header form input {
	margin: 0;
	padding: 0;
	vertical-align: top;
}
#container > header form input.text {
	width: 180px;
	height: 16px;
	padding: 7px 10px;
	border: 0;
	background: none;
}
#container > header form input#srchInput {
	width: 180px;
	height: 16px;
	padding: 7px 10px;
	border: 0;
	background: none;
}


/* フッター
============================================================================================================ */
#container > footer {
	background-color: #f5f5f5;
	border-top: 1px solid #e2e2e2;
}
#container > footer nav {
	position: relative;
	width: 910px;
	margin: 0 auto;
	padding: 35px 0 80px;
}
#container > footer nav:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
}

#container > footer nav dl {
	float: left;
	width: 240px;
}
#container > footer nav dl.last {
	width: 190px;
}
#container > footer nav dt {
	margin: 20px 0 10px;
	font-weight: bold;
	font-size: 125%;
	line-height: 1.3;
}
#container > footer nav dt:first-child {
	margin-top: 0;
}
#container > footer nav dt a {
	padding-left: 10px;
	background: url(/common/images/foot/nav_point.gif) no-repeat left;
}
#container > footer nav li {
	margin-bottom: 0.2em;
}
#container > footer nav li ul {
	margin-left: 1em;
}
#container > footer nav .blank {
	padding-right: 15px;
	background: url(/common/images/parts/icon_blank.gif) no-repeat right;
}

#container > footer nav dl.last + p {
	float: left;
	width: 190px;
	padding-top: 50px;
	font-weight: bold;
}

#container > footer nav .logo {
	position: absolute;
	right: 0;
	bottom: 16px;
}


/* copyright
-------------------------------------------------------------------------- */
#copyright {
	background-color: #ffffff;
	border-top: 1px solid #e2e2e2;
}
#copyright div {
	width: 910px;
	margin: 0 auto;
	padding: 10px 0;
}
#copyright div:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
}
#copyright p {
	float: right;
	font-size: 92%;
}
#copyright p:first-child {
	float: left;
	padding-top: 0.2em;
	font-weight: bold;
	font-size: 84%;
}


/* コンテンツ
============================================================================================================ */
#contentsContainer {
}
#contentsContainer.size0 {
	font-size: 84%;
}
#contentsContainer.size2 {
	font-size: 125%;
}



/* pagetop
============================================================================================================ */
#pagetop {
	width: 910px;
	margin: 30px auto 15px;
	font-size: 109%;
	text-align: right;
}
#pagetop a {
	padding-left: 18px;
	background: url(/common/images/parts/pagetop_arrow.gif) no-repeat left;
}


/* iframeをレスポンシブルに
-------------------------------------------------------------------------- */
div.iframewrapper16x9 {
padding-top: 56.25%;
position: relative;
width: 100%;
}
div.iframewrapper16x9 iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
