@charset "utf-8";
/* ----------------------------------------------------------
	リセット
---------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  overflow-y: scroll;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

img, textarea {
  vertical-align: bottom;
}

html {
  font-size: 62.5%;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

a, a img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

a img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* ----------------------------------------------------------
	共通	
---------------------------------------------------------- */
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #eeeeee;
  font-size: 14px;
  font-size: 1.4rem;
}

a {
  color: #000;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

/* ----------------------------------------------------------
	ヘッダー	
---------------------------------------------------------- */
header {
  background: #2989d8;
  background: -moz-linear-gradient(top,  #2989d8 20%, #183e7a 99%);
  background: -webkit-linear-gradient(top,  #2989d8 20%,#183e7a 99%);
  background: linear-gradient(to bottom,  #2989d8 20%,#183e7a 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2989d8', endColorstr='#183e7a',GradientType=0 );
  margin: 0 auto 30px;
  border-bottom:#ccc 3px solid;
  overflow:hidden;
}
header #headerInner {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
header #headerInner:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
}
* html header #headerInner {
  height: 1%;
}
header #headerInner h1 {
  margin: 0 auto;
  padding: 20px 0;
  text-align:center;
  font-size: 50px;
  font-size: 5.0rem;
  font-family:Pacifico;
}
header #headerInner h1 a {
  color: #FFFFFF;
  text-decoration: none;
}
header #headerInner h1 img {
  vertical-align: middle;
  margin-right: 5px;
}

/* ----------------------------------------------------------
	コンテンツ	
---------------------------------------------------------- */
.column-Box {
  margin: 0 0 50px;
}
.column-Box:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
}
* html .column-Box {
  height: 1%;
}

#main .mainInner {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 30px;
  background:#fff;
  box-shadow:rgba(140,140,140,0.3) 0 0 8px 4px;
}
#main .mainInner:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
}
* html #main .mainInner {
  height: 1%;
}
#main .column-Box p,
#main .column-Box div {
  margin-bottom: 15px;
}

/* ----------------------------------------------------------
	プレイヤー
---------------------------------------------------------- */

@media screen and (max-width: 767px) {

	.transmission3 {
		padding-top:56.25%;
	/*	padding-top:75%; 4:3の場合 */ 
		position:relative;
		height:0;
		overflow:hidden;
	}
	.transmission3 iframe {
		position:absolute;
		top:0;
		left:0;
		width:100% !important;
		height:100% !important;
	}
	
}

/* ----------------------------------------------------------
	フッター
---------------------------------------------------------- */
footer {
  text-align: center;
}
footer #footerInner {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto 40px;
  padding: 40px 0 0;
}
footer #footerInner ul li {
  display: inline-block;
  margin-left: 30px;
}
footer #footerInner ul li:first-child {
  margin-left: 0;
}
footer .footerInner2 {
  background: #1F5FA3;
  color: #fff;
  padding: 50px 0;
}
footer .footerInner2 p {
  font-size: 26px;
  font-size: 2.6rem;
}
footer .footerInner2 .copy {
  font-size: 12px;
  font-size: 1.2rem;
}
