@charset "utf-8";

/*/////////////////////////////////////////////////////////////
dododay

Copyright (C) KAYAC Inc. All Rights Reserved.
------------------------------------------------------------
[register.css] Only register category style
	0. Import Common CSS
	1. 会員登録共通
	99. Clearfix

//////////////////////////////////////////////////////////////*/

/* ------------------------------------------------------------
	0. Import Common CSS
------------------------------------------------------------ */

@import url("/css/common/base.css");
@import url("/css/common/layout.css");
@import url("/css/common/module.css");

/* ------------------------------------------------------------
	1. 会員登録共通
------------------------------------------------------------ */

/* 会員登録ステップ
------------------------------------------------- */
div#blockStepRegister {
	margin: 20px 0;
}

div#blockStepRegister ol {
	background: url(/img/register/spr_step_register.png) no-repeat 0 0;
}

div#blockStepRegister ol li {
	float: left;
	width: 187px;
	height: 40px;
	text-indent: -9999px;
}

div#blockStepRegister ol li.step3,
div#blockStepRegister ol li.step4 {
	width: 188px;
}

div#blockStepRegister ol li a,
div#blockStepRegister ol li strong {
	display: block;
	overflow: hidden;
	width: 187px;
	height: 40px;
	background: url(/img/register/spr_step_register.png) no-repeat;
}

div#blockStepRegister ol li.step1 a { background-position: 0 -80px; }
div#blockStepRegister ol li.step2 a { background-position: -187px -80px; }
div#blockStepRegister ol li.step3 a { width: 188px; background-position: -374px -80px; }
div#blockStepRegister ol li.step4 a { width: 188px; background-position: -562px -80px; }

div#blockStepRegister ol li.step1 a:hover { background-position: 0 -120px; }
div#blockStepRegister ol li.step2 a:hover { background-position: -187px -120px; }
div#blockStepRegister ol li.step3 a:hover { background-position: -374px -120px; }
div#blockStepRegister ol li.step4 a:hover { background-position: -562px -120px; }

div#blockStepRegister ol li.step1 strong { background-position: 0 -40px; }
div#blockStepRegister ol li.step2 strong { background-position: -187px -40px; }
div#blockStepRegister ol li.step3 strong { width: 188px; background-position: -374px -40px; }
div#blockStepRegister ol li.step4 strong { width: 188px; background-position: -562px -40px; }

/* 利用規約
------------------------------------------------- */
div#blockGuideLine h3 {
	margin-bottom: 1em;
}

div#blockGuideLine div.unitCont h4 {
	margin-bottom: 0.5em;
	font-weight: normal;
}

div.unitService {
margin: 0 0 20px;
}


/* ------------------------------------------------------------
	99. Clearfix
------------------------------------------------------------ */
div#blockStepRegister ol:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}

div#blockStepRegister ol {
	display: inline-block;
}

/* exclude MacIE5 \*/
* html div#blockStepRegister ol {
	height: 1%;
}

div#blockStepRegister ol {
	display: block;
}
/* end: exclude MacIE5 */