@charset "utf-8";
/* CSS Document */
#main{width:100%;height:200px;background: url('../img/main.jpg') transparent no-repeat scroll center top;background-color:#000;}
.tmb3 li{margin-bottom: 50px;}
.tmb3 li:nth-last-of-type(1){margin-bottom: 0;}
/*----------------------------------------------------
	☆SP
----------------------------------------------------*/


/*デバイスの横幅が768px以下の場合*/
@media screen and (max-width: 768px) {
	#main{margin-top: 50px;}
	#around .tmb3 ,#around .tmb3 ul{width: 100%;}
	#around .tmb3 ul{font-size: 0;margin-bottom:20px;}
	#around .tmb3 ul li{width: 48%;margin-right: 4%;margin-bottom: 20px;float: none;display: inline-block;vertical-align: top;}
	#around .tmb3 ul li .txt{font-size: 12px;}
	#around .tmb3 ul li:nth-of-type(even){margin-right: 0;}
	#around .tmb3 ul li:nth-last-of-type(1){margin-bottom: 0;}
	#around .tmb3 ul li:nth-last-of-type(2){margin-bottom: 0;}
	#around .tmb3 .title{font-size: 12px;font-weight:bold;}
}
