@charset "utf-8";
/*============== position absolute =====================*/
html, body {height: 100%;}
/*==============Reset=====================*/
body{margin: 0;padding: 0;color:#333;font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
font-size: 1.15em;counter-reset:count-number;}
img{vertical-align:middle;max-width: 100%;height: auto}
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {min-height: 1px;}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

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, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	font-weight: normal;
    margin:0;
    padding:0;
    border:0;
}

ul li {
	list-style-type:none;
	list-style-position: outside;
	}

address{
	font-style: normal;
}


table {
	border-collapse: collapse;
}

/*===================common setting======================*/
.clear {
	clear: both;
}

.aligncenter{
	text-align: center;
}

.alignright{
	text-align: right;
}

.alignleft {
	text-align: left;
}

/*====Link color setting====*/
a img {
	border: none;
}

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

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

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

a:active {
	color:#EC6859;
}

/*======margin setting======*/

.marginb5{
	margin-bottom: 5px;
}

.marginb10{
	margin-bottom: 10px;
}

.marginb20{
	margin-bottom: 20px;
}
.marginb30{
	margin-bottom: 30px;
}


/*====font setting====*/

.red{
	color: #F00;
}

.bold{
	 font-weight: bold;
}

.small{
	font-size: 0.8em;
}

.big{
	font-size: 2.0em;
}

strong{
	color: #749b2e;
	font-weight: bold;
}

/*===Page top===*/
.backtotop {
	position: fixed;
	right: 10px;
	bottom: 20px;
    display: none;
} 

.backtotop a {
    display: block;
    padding: 14px 6px;
    margin: 0;
}

.moviewrap {position: relative;padding-bottom: 46.25%;padding-top: 30px;height: 0;overflow: hidden;}
.moviewrap iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}