@charset "UTF-8";
.clearfix {width:100%;}
.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
 }

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

#middle {
	max-width: 960px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	text-align: center;
}
#middle h1 {
}
#middle h1 img {
	max-width: 300px;
	height: auto;
}
@media only screen and (max-width: 640px) {
#middle h1 img {
	max-width: 70%;
	height: auto;
}
}
#middle p {
	margin-top: 20px;
	font-size: 16px;
	line-height: 1.8em;
	color: #666;
}

footer {
	max-width: 100%;
	height: auto;
	background-color: #7B4D4D;
	text-align: center;
	padding: 1em;
}
access {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	color: #fff;
}

body {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}


.viewer {
	max-width: 960px;
	height: auto;
	text-align: left;
	overflow: hidden;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
.viewer ul {
	max-width: 960px;
	height: auto;
	padding-top:67%;
	overflow: hidden;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.viewer ul li {
	top: 0;
	left: 0;
	max-width: 960px;
	height: auto;
	display: none;
	position: absolute;
}
.viewer ul li img{
	width: 100%;
	height: auto;
}

.Subhead {
	color: #13A590;
	font-size: 18px;
	font-weight: bold;
}
.New {
	font-weight: bold;
	color: #F00;
	font-size: 12px;
}

.txbold{
	font-weight: bold;
}

.table-rset{
	vertical-align: top;
}

/*---------------------------------
マージン
--------------------------------*/
.mt5 {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;}
.mt50 {margin-top: 50px;}
.mt60 {margin-top: 60px;}

.mb5 {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;}

.ml5 {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;}

.mr5 {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;}


.ml1em {margin-left: 1em;}
.ml2em {margin-left: 2em;}

.ml4em {margin-left: 4em;}
.ml5em {margin-left: 5em;}


.mb-3 {margin-bottom: -3px;}

.lh12 {line-height: 1.2;}
.lh17 {line-height: 1.7;}



/*---------------------------------
文字サイズ
--------------------------------*/

.tx10 {font-size: 10px;}
.tx12 {font-size: 12px;}
.tx14 {font-size: 14px;}
.tx16 {font-size: 16px;}
.tx18 {font-size: 18px;}

.txbold {font-weight: bold;}


/*---------------------------------
文字サイズ
--------------------------------*/
.please_wait{
    margin: 30px auto;
}
.please_wait h1{
    font-size: 28px;
    font-weight: bold;
}


