@charset "utf-8";
/* ===================================================================
CSS information

 file name  :zzz.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */


/* -----------------------------------------------------------
	共通
----------------------------------------------------------- */
#conts a{
	display: block;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 2em;
}

#conts a .btn {
	background: #00a099;
	color: #fff;
	padding: 1em;
	font-size: 1.5em;
	width: 80%;
	margin: 20px auto 0;
	text-align: center;
}






/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}