@charset "UTF-8";


/*---------- ページ全体の指定 ----------*/

html, body, header, section, article, nav, footer,
div, span, p, h1, h2, h3, h4,
ul, ol, li, dl, dt, dd,
table, tr, th, td, tbody, thead, tfoot {
  margin: 0;
  padding: 0;
}

img {border: 0;}

body {
  width: 100%;
  background-color: #ffffff;
  font: 14px/1.231 'ヒラギノ角ゴ pro W3', "Hiragino KaKu Gothic Pro", Osaka, sans-serif;
  line-height: 1.7;
}

a:link {
  color:#3399ff;
}

a:hover {
  color:#00ccff;
}

a:visited {
  color:#3399ff;
}


/*---------- ヘッダー ----------*/

header {
  width: 100%;
}

h1 {
  margin:0;
  padding:3px 0 0 0;
  text-align:center;
  color: #000000;
  font-size: 18px;
}

h2 {
  margin:0;
  padding:3px 0 0 0;
  text-align:center;
  color: #009900;
  font-size: 14px;
}

h3 {
  margin:0;
  padding:3px 0 0 0;
  text-align:center;
  color: #000000;
  font-size: 14px;
}



/*---------- コンテンツ ----------*/

p.m_txt{
font-size:100%;
text-align:left;
margin:0 0 0 0;
padding:0 20px 10px 40px;
}

p.m_txt_red{
font-size:100%;
text-align:left;
margin:0 0 0 0;
color: #FF0000;
padding:0 20px 10px 40px;
}

p.m_txt_center{
font-size:100%;
text-align:center;
margin:0 0 0 0;
color: #000000;
padding:0 20px 10px 40px;
}


hr.style1 {
    margin: 1em 0 1em;
    height: 4px;
    background-color: #009900;
}
/*---------- ビデオ ----------*/
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	text-align:center;
	overflow: hidden;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-wrapper {
	width: 600px;
	max-width: 100%;
}




/*---------- フッター ----------*/

footer {
  width: 100%;
  padding: 5px 0 5px 0;
  color: #ffffff;
  text-align: center;
  border-top: solid 1px;
  border-top-color: #cccccc;
  background-color: #009900;
}
