@charset "utf-8";
@import "common.css";
/* -- 入会案内専用CSS ------------------------------------------------*/

/*- タイトル設定 -----------------------------------------------------*/
.merit_title{background-image:url('../images/joining/merit_title.png');}
.terms_title{background-image:url('../images/joining/terms_title.png');}


/*- メリット ---------------------------------------------------------*/
.merit{	margin:0 1em 1.5em;}
.merit dt,
.merit dd {
	margin-bottom:1em;
}

.merit dt {
	width:17em;
	font-weight:bold;
	float:left;
	clear:left
}
.merit dd {
	margin-left:17em;
}
.merit dd span{	display:block;}

.merit dd li{
	margin-bottom:0.2em;
	border-bottom:1px dotted #ccc;
}

/*- 条件表記 ---------------------------------------------------------*/

.terms{	margin:0 1em 1.5em;}
.terms dt,
.terms dd {
	margin-bottom:1em;
}

.terms dt {
	width:17em;
	font-weight:bold;
	float:left;
	clear:left
}
.terms dd {	margin-left:17em;}

/*- Icon設定 ---------------------------------------------------------*/
.dwon_btn{
	padding-left:1.5em;
	background:url('../images/joining/bullet_disk.png') no-repeat left center;
}

.css_btn_class {
	font-size:16px;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #eeb44f;
	padding:9px 18px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #fae4bd), color-stop(100%, #eac380) );
	background:-moz-linear-gradient( center top, #fae4bd 5%, #eac380 100% );
	background:-ms-linear-gradient( top, #fae4bd 5%, #eac380 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fae4bd', endColorstr='#eac380');
	background-color:#fae4bd;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px #cc9f52;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #fcf8f2;
 	-moz-box-shadow:inset 1px 1px 0px 0px #fcf8f2;
 	box-shadow:inset 1px 1px 0px 0px #fcf8f2;
}.css_btn_class:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #eac380), color-stop(100%, #fae4bd) );
	background:-moz-linear-gradient( center top, #eac380 5%, #fae4bd 100% );
	background:-ms-linear-gradient( top, #eac380 5%, #fae4bd 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eac380', endColorstr='#fae4bd');
	background-color:#eac380;
}.css_btn_class:active {
	position:relative;
	top:1px;
}
/* This css button was generated by css-button-generator.com */
