@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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	list-style: none;
}
div#watch-time  {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
.clear {
	clear:both; 
	font-size:0; 
	line-height:0;
}
html {
    -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6,
table th {
	font-weight: normal;	
}
br {
    content: "";
    display: block;
    margin: 0;
}




/*-------------------------------------------------------------------------------------------*/
/* 　グリッド
/*-------------------------------------------------------------------------------------------*/
.flex-box {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-flow: row wrap;
}
.w1,
.w2,
.w25,
.w3,
.w4,
.w5,
.w6,
.w7,
.w8,
.w9,
.w10,
.w11,
.w12 {
    box-sizing: border-box;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 1;
    margin: 0 4% 0 0;
}
.w1:last-child,
.w2:nth-child(6n),
.w25:nth-child(5n),
.w3:nth-child(4n),
.w4:nth-child(3n),
.w5:last-child,
.w6:nth-child(2n),
.w7:last-child,
.w8:last-child,
.w9:last-child,
.w10:last-child,
.w11:last-child,
.w12:last-child {
    margin-right: 0;
}
.w1 {
    width: 4.6666666667%;
    max-width: 4.6666666667%;
}
.w2 {
    width: 13.3333333333%;
    max-width: 13.3333333333%;
}
.w25 {
    width: 16.8%;
    max-width: 16.8%;
}
.w3 {
    width: 22%;
    max-width: 22%;
}
.w4 {
    width: 30.6666666667%;
    max-width: 30.6666666667%;
}
.w5 {
    width: 39.3333333333%;
    max-width: 39.3333333333%;
}
.w6 {
    width: 48%;
    max-width: 48%;
}
.w7 {
    width: 56.6666666667%;
    max-width: 56.6666666667%;
}
.w8 {
    width: 65.3333333333%;
    max-width: 65.3333333333%;
}
.w9 {
    width: 74%;
    max-width: 74%;
}
.w10 {
    width: 82.6666666667%;
    max-width: 82.6666666667%;
}
.w11 {
    width: 91.3333333333%;
    max-width: 91.3333333333%;
}
.w12 {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
}
.flex-box [class^="w"]:last-of-type {
    margin-right: 0;
}
.flex-box [class^="w"] img {
    margin-bottom: 10px;
}




/*-------------------------------------------------------------------------------------------*/
/* 　margin
/*-------------------------------------------------------------------------------------------*/
.mt00 { margin-top: 0 !important;}
.mt05 { margin-top: 5px;}
.mt10 { margin-top:10px;}
.mt15 { margin-top:15px;}
.mt20 { margin-top:20px;}
.mt25 { margin-top:25px;}
.mt30 { margin-top:30px;}
.mt35 { margin-top:35px;}
.mt40 { margin-top:40px;}
.mt45 { margin-top:45px;}
.mt50 { margin-top:50px;}
.mr00 { margin-right: 0 !important;}
.mr05 { margin-right: 5px;}
.mr10 { margin-right:10px;}
.mr15 { margin-right:15px;}
.mr20 { margin-right:20px;}
.mr25 { margin-right:25px;}
.mr30 { margin-right:30px;}
.mr35 { margin-right:35px;}
.mr40 { margin-right:40px;}
.mr45 { margin-right:45px;}
.mr50 { margin-right:50px;}
.mb00 { margin-bottom: 0 !important;}
.mb05 { margin-bottom: 5px;}
.mb10 { margin-bottom:10px;}
.mb15 { margin-bottom:15px;}
.mb20 { margin-bottom:20px;}
.mb25 { margin-bottom:25px;}
.mb30 { margin-bottom:30px;}
.mb35 { margin-bottom:35px;}
.mb40 { margin-bottom:40px;}
.mb45 { margin-bottom:45px;}
.mb50 { margin-bottom:50px;}
.mb60 { margin-bottom:60px;}
.mb70 { margin-bottom:70px;}
.mb80 { margin-bottom:80px;}
.mb90 { margin-bottom:90px;}
.mb100 { margin-bottom:100px;}
.mb110 { margin-bottom:110px;}
.mb120 { margin-bottom:120px;}
.mb130 { margin-bottom:130px;}
.mb140 { margin-bottom:140px;}
.mb150 { margin-bottom:150px;}
.mb160 { margin-bottom:160px;}
.mb170 { margin-bottom:170px;}
.mb180 { margin-bottom:180px;}
.mb190 { margin-bottom:190px;}
.mb200 { margin-bottom:200px;}
.mb250 { margin-bottom:250px;}
.ml00 { margin-left: 0 !important;}
.ml05 { margin-left: 5px;}
.ml10 { margin-left:10px;}
.ml15 { margin-left:15px;}
.ml20 { margin-left:20px;}
.ml25 { margin-left:25px;}
.ml30 { margin-left:30px;}
.ml35 { margin-left:35px;}
.ml40 { margin-left:40px;}
.ml45 { margin-left:45px;}
.ml50 { margin-left:50px;}
.mw00 { margin-left: 0 !important; margin-right: 0 !important;}
.mw10 { margin-left:10px; margin-right:10px;}
.mw20 { margin-left:20px; margin-right:20px;}
.mw30 { margin-left:30px; margin-right:30px;}
.mw40 { margin-left:40px; margin-right:40px;}
.mw50 { margin-left:50px; margin-right:50px;}
.mh00 { margin-top: 0 !important; margin-bottom: 0 !important;}
.mh10 { margin-top:10px; margin-bottom:10px;}
.mh20 { margin-top:20px; margin-bottom:20px;}
.mh30 { margin-top:30px; margin-bottom:30px;}
.mh40 { margin-top:40px; margin-bottom:40px;}
.mh50 { margin-top:50px; margin-bottom:50px;}


@media print{
div.panel{
	display:block;
	width: 1024px;
	margin: 0 auto;
}
a#menu{
	display:none;
}
#mainNav ul,
#mainNav li,
#mainNav span,
#mainNav a {
	margin: 0;
	padding: 0;
	position: relative;
}
.mainNav-box {
	display: block;
	z-index: 300;
	width: 100%;
	text-align: center;
	padding: 0;
	background: #fff;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
#mainNav:after,
#mainNav ul:after {
  	content: '';
	display: block;
	clear: both;
}
#mainNav .pullMain li span span{
	font-size: 10px;
	color: #ccc;
	letter-spacing: 1px;
	margin-top: -15px;
	display: block;
}
#mainNav ul {
	list-style: none;
}
#mainNav ul li a {
	display: block;
	line-height: 35px;
}
#mainNav ul li {
	color: blue;
	font-size: 15px;
	text-align: center;
	border-left: 1px dotted rgba(0,0,0,0.15);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
#mainNav ul li:hover {
	color: #fff;
	background: orange;
}
#mainNav ul li:last-child {
	border-right: 1px dotted rgba(0,0,0,0.15);
}
#mainNav ul li:hover:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	bottom: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid blue;
	margin-left: -5px;
	top:50px;
}
#mainNav ul li ul li:hover:after {
	border-left: none;
	border-right: none;
	border-bottom: none;
}
#mainNav ul li.active:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	bottom: 0;
}
#mainNav .has-sub {
	z-index: 1000;
}
#mainNav .has-sub:hover ul {
	display: block;
}
#mainNav .has-sub ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	border-right: none;
}
#mainNav .has-sub ul li {
	border-top: none;
	height: 37px;
}
#mainNav .has-sub ul li a{
	background: blue;
	border-left: none;
	filter: none;
	font-size: 14px;
	display: block;
	line-height: 120%;
	padding: 10px 4px 10px 10px;
	color: #fff;
	width: 170px;
	text-align: left;
	*z-index: 10;
	margin-top: 0px;
	border-bottom: 1px dotted rgba(255,255,255,0.30);
	height: 37px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
#mainNav .has-sub ul li:last-child a{
	border-bottom: none;
}
#mainNav .has-sub ul li a:hover {
	background: orange;
	border-top: none;
	height: 37px;
}
#mainNav .has-sub ul li :last-child a {
	border-right: none;
}
#mainNav .has-sub .has-sub:hover > ul {
	display: block;
}
#mainNav .has-sub .has-sub ul {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
}
#mainNav .has-sub .sub-menu .sub-menu a:hover {
	background: red;
}
#mainNav .has-sub .has-sub:before {
	font-family: "FontAwesome";
	content: "\f054";
	color: #475f00;
	position: absolute;
	margin-top: 8px;
	right: 10px;
	z-index: 10;
}
}