.img100{
	width:100%;
	clear:both;
}


/*

about menu

*/

#aboutMenuAll{
	background-color:#000;
	width:100%;
	line-height:0;
}

.aboutMenuLine{
	background-color: #495661;
	width:100%;
	height:1px;
}

.imgaboutMenu{
	width:100%;
	text-align:center;
	background:#000;
	line-height:0;
}

.aboutMenuLine{
	background-color: #495661;
	width:100%;
	height:1px;
}

.lineBlack{
	background-color:#000000;
	width:100%;
	height:1px;
	line-height:0;
}

.fontM{
	color:#FFF258;
	font-size:120%;
	font-weight:bold;
}


/*

tokuban

*/

.tbList{
	width:100%;
	border-collapse: collapse;
	border-spacing: 0px;
	border:0;
}

.tbList th{
	padding: 2px;
	text-align: center;
	font-size:80%;
	color: #fff;
	background-color: #082b5b;
	border: 1px solid #a1bfd1;
	line-height:1.5em;
}
.tbList td{
	color:#fff;
	padding: 2px;
	font-size:80%;
	border: 1px solid #a1bfd1;
	line-height:1.5em;
	text-align:center;
}

.tbList td.area01{width:15%; text-align:center;}
.tbList td.area02{width:32%; text-align:center;}
.tbList td.area03{width:10%; text-align:center;}
.tbList td.area04{width:17%; text-align:center;}
.tbList td.area05{width:13%; text-align:center;}
.tbList td.area06{width:7%; text-align:center; color:#DC0003;}


/* wide
--------------------------*/
@media screen and (min-width: 640px) {


.imgarea80{
	width:80%;
	clear:both;
}

.imgarea50{
	width:50%;
	clear:both;
}

.imgarea50b{
	width:50%;
	clear:both;
}

.imgtaishi{
	background:url(../images/img_taishi.jpg) no-repeat;
	background-size:100% auto;
	width:100%;
}

#imghirapa{
	width:80%;
	background:url(../images/img_hirapa03m.jpg) no-repeat;
	background-size:100% auto;
}

#imgnolty{
	width:80%;
	background:url(../images/img_nolty.jpg) no-repeat;
	background-size:100% auto;
}


}


/* small
--------------------------*/
@media screen and (max-width: 639px) {

.imgarea80{
	width:100%;
	margin:0 auto;
	text-align:center;
	clear:both;
}

.imgarea50{
	width:65%;
	margin:0 auto;
	text-align:center;
	clear:both;
}

.imgarea50b{
	width:80%;
	margin:0 auto;
	text-align:center;
	clear:both;
}

.imgtaishi{
	background:url(../images/img_taishi.jpg) no-repeat;
	background-size:100% auto;
	width:300px;
}

#imghirapa{
	width:100%;
	background:url(../images/img_hirapa03m.jpg) no-repeat;
	background-size:100% auto;
}

#imgnolty{
	width:100%;
	background:url(../images/img_nolty.jpg) no-repeat;
	background-size:100% auto;
}

}