@charset "utf-8";

/* for Common & Smartphone*/

#check{}

.checkMain{
	max-width:600px;
	width: auto !important;
	width:100%;
	margin:0 auto;
	}
.checkBtn{
	max-width:600px;
	width: auto !important;
	width:100%;
	margin:0 auto;
	overflow:hidden;
	}
.checkBtn li{
	width:23%;
	float:left;
	margin-right:2.66%;
	}
.checkBtn li:last-child{
	float:right;
	margin-right:0;
	}





/* for Smartphone*/
/*横向きの際に適用*/
@media screen and (orientation : landscape) { 
}
	
/* for PC*/
@media print, screen and (min-width:768px) {

#check{}











}


/*for Retina common and SP*/
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	}

/*for Retina PC*/
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width:768px) { 

}

