/*=================================================
 * CSS for PC
 * ================================================= */

#left{ padding: 0;}

/** wait **/

#wait{
}

#wait .cdata{
}

#wait .cwait{
	font-size: 14px;
	line-height: 22px;
	border-width: 1px;
	border-style: solid;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}


/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 650px) {

	/** wait **/
	#wait{
	}
	#wait .cwait{
		font-size: 12px;
		line-height: 20px;
	}
}
