@charset "Shift_JIS";

/*
==========================================================
共通default設定
==========================================================
*/

/*全ての要素で背景画像のリピート無、　表示位置0,0に*/
* {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
}

/*センター寄せ*/
body {
	text-align: center;
	background-color: #ffffff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px;
	padding: 0px;
}

/*マージンリセット*/
body, div {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*フォントスタイルのリセット*/
h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ul,li,em,strong {
}

/*イメージとリンクイメージのボーダー非表示*/
img,a img {
	border-width: 0px;
	border-style: none;
}

/*回り込み解除クリア*/
.clear {
clear: both;
}

/*回り込み解除クリア(モダンブラウザ対応版)*/
.clearfix{
zoom:1;/*for IE 5.5-7*/
}

.clearfix:after {
content:".";
display: block;
height:0px;
clear:both;
line-height:0; 
visibility:hidden;
}

/*非表示にする*/
.hd {
display: none;
}

/*画面外に表示する*/
.blow {	
text-indent: -9999px;
}

/*firefoxがtext-indent: -9999px;したaを-9999pxまで囲んでしまうのでその回避*/
a {
	overflow:hidden;
}

/*赤字を多様するときに便利*/
.attention {	
color: #FF0000;
}

/*リスト表示なし*/
li {
	list-style-type: none;
}

/*強制改ページ*/
.pb {
	page-break-before: always;
	height: 0px;
}

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




#container #topImage0 {
    width: 100%;
    padding: 0px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    text-align: center;
    height: auto;
    position: relative;
}
#container #top #slider {

    margin-top: 0px;

}





.pattern {
	width: 100%;
	height: 600px;
	/* position: fixed; */
    /* top: 0; */
    /* left: 0; */
	z-index: 2;
	background-image: url(../topImage/pat.png);
	background-repeat: repeat;
	position: absolute;
 

  z-index: 2;
}


.pattern2 {

}












.main-visual {
	height: 600px;
	background-size: cover;
	text-align: center;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	margin-bottom: 15px;	
}
 
.main-visual img {
    z-index: 2;
    position: absolute;
    top: 100px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
 
.main-visual video {
	margin: 0 auto;
	z-index: 1;
	width: 100%;
	

	
}
.shita10 {
	margin-bottom:15px;
	padding-top:0px;
}
.shita00 {
	margin-bottom:15px;
	margin-top:0px;
	height:165px;
}
 #main .box1 table {
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-size: 12px;
	border-collapse:collapse;
}
#main .box1 table tr th {
	padding: 5px;
	border: 1px solid #CCC;
	font-size: 12px;

		background-color: #eee;
}
#main .box1 table tr td {
	padding: 5px;
	border: 1px solid #CCC;
	text-align: left;
}
#main .box1 table tr .center {
	text-align: center;
	font-weight: bold;
	background-color: #eee;
}

.left_t {
text-align:left;
}