@charset "utf-8";
/* CSS Document */
#main{width:100%;height:200px;background: url('../img/main.jpg') transparent no-repeat scroll center top;background-color:#000;}
h2.head01{margin-top:60px;}
#bnr_acc{margin-top: 40px;}
#access .link a{margin:30px auto 0;background:#fff;display:block;width:312px;text-align:center;color:#84413b;font-family :YuMincho, 'Yu Mincho', serif;font-size: 18px;padding:11px 0;letter-spacing:1px;}
#access .link a:hover{text-decoration:none;color:#fff;background: #84413b;-webkit-transition: .3s ease-in-out;transition: .3s ease-in-out;}
/*----------------------------------------------------
	☆SP
----------------------------------------------------*/


/*デバイスの横幅が768px以下の場合*/
@media screen and (max-width: 768px) {
	#main{margin-top: 50px;}
	h2.head01{margin-top:30px;}
	.acctable:nth-last-of-type(1){margin-bottom: 20px;}
	.acctable tr:nth-of-type(1) th{border-top: 1px dotted #cdcdcd;}
	.acctable th,.acctable td{display: block;width: 100%;}
	.acctable th,.acctable dt{text-align: center;font-weight: bold;font-size: 14px;}
	.acctable th ul li{font-size: 12px;}
	#bnr_acc{margin-top: 10px;width: 100%;}
	#bnr_acc img{width: 100%;}
	#access .link a{margin:10px auto 0;width:100%;font-size: 15px;}
}
