@charset "utf-8";

#cc {
	margin:0 10px 0 23px;
}

#cc p {
	margin-left:0;
}
ul.ccStep {
	width:543px;
	min-height:600px;
	height:auto !important;
	height:600px;
	border:1px solid #666;
	border-right:0px solid #666;
	border-bottom:0px solid #666;
}

ul.ccStep li {
	position:relative;
	padding:5px 0;
	width:180px;
	min-height:590px;
	height:auto !important;
	height:590px;
	display:block;
	float:left;
	font-weight:bold;
	text-align:center;
	color:#fff;
	border-right:1px solid #666;
}
ul.ccStep li.step1 {
	background:#3962ad url(../img/cctop_step_bg.gif) bottom repeat-x;
}
ul.ccStep li.step2 {
	background:#595656 url(../img/cctop_step_bg.gif) bottom repeat-x;
}
ul.ccStep li.step3 {
	background:#e62d81 url(../img/cctop_step_bg.gif) bottom repeat-x;
}

ul.ccStep dl.ccBox {
	margin-top:5px;
	border-top:1px solid #666;
	background:#fff;
	color:#000;
	overflow:hidden;
}
ul.ccStep dl.ccBox dt {
	height:240px;
}
ul.ccStep dl.ccBox dl dt {
	height:auto !important;
}
ul.ccStep li dl#step2 img {
	position:absolute;
	left:-1px;
	z-index:10;
}
ul.ccStep  dl.ccBox dd {
	padding:5px 8px;
	text-align:left;
	font-weight:normal;
	line-height:1.4;
}
ul.ccStep  dl.ccBox dd dd {
	padding:0;
}

dl.osusume {
	margin:10px 0;
}
dl.osusume dd {
	line-height:1.6;
	padding-left:18px;
	background:url(../img/cctop_osusume.gif) 0 0 no-repeat;
}


ul.ccStepLink {
	width:543px;
	min-height:120px;
	height:auto !important;
	height:120px;
	border:1px solid #666;
	border-right:0px solid #666;
	overflow:hidden;
}

ul.ccStepLink li {
	position:relative;
	padding:5px 10px;
	width:160px;
	min-height:110px;
	height:auto !important;
	height:110px;
	display:block;
	float:left;
	border-right:1px solid #666;
	color:#fff;
}
li.step1 {
	background:#3962ad;
}
li.step2 {
	background:#595656;
}
li.step3 {
	background:#e62d81;
}

ul.ccStepLink li a {
	min-height:110px;
	height:auto !important;
	height:110px;
	color:#fff;
	text-decoration:none;
}
ul.ccStepLink li a:hover {
	color:#fff;
	text-decoration:underline;
}









#QFM {
	width:580px;
	overflow:hidden;
}

#QFM p {
	line-height:1.6;
	margin-bottom:1em;
}

#QFM dl.info {
	margin:10px auto;
	padding:10px;
	border:1px dashed #ccc;
	background:#ffc;
}
#QFM dl.info dt,
#QFM dl.info dd {
	line-height:1.6;
}

#QFM .sampleTxt {
	margin:10px 10px;
	padding:9px;
	background:#eee;
}

#QFM .sampleTxt pre {
	margin:0 0 5px;
	padding:4px;
	width:530px;
	height:140px;
	background:#fff;
	display:block;
	border:1px solid #000;
	overflow:auto;
	overflow-x:hidden;
	overflow-y:scroll;
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -pre-wrap;     /* Opera 4-6 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    white-space: pre-wrap;      /* CSS3 */
    word-wrap: break-word;      /* IE 5.5+ */
}

#QFM .sampleTxt p {
	text-align:right;
}
.clB {
	clear:both;
}

#QFM p.btn {
	margin:5px auto;
	display:block;
	width:330px;
}
#QFM p.btn input {
	padding:5px 10px;
	margin:0 5px 0 0px;
	width:150px;
	background:url(/img/bg_qfm_btn.gif) repeat-x;
	border:1px solid #999;
	color:#333;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	display:block;
	float:left;
}
#QFM p.btn a {
	padding:5px 10px;
	background:url(/img/bg_qfm_btn.gif) repeat-x;
	border:1px solid #999;
	color:#333;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	display:block;
}
#QFM .btn a:hover {
	border-top:1px solid #333;
	border-left:1px solid #333;
	color:#c00;
}

#QFM .infoTable {
	margin:10px auto;
	padding-bottom:2px;
	border:1px solid #d0d0d0;
	width:550px;
}
#QFM .infoTable dl {
	margin:2px 2px 0;
	clear:both;
}
#QFM .infoTable dt {
	background:	#808080;
	color:	#ffffff;
	padding:5px;	
	width:	150px;
	display:block;
	float:left;
}
#QFM .infoTable dd {
	padding:5px;
	width:370px;
	font-weight:bold;
	display:block;
	float:left;
}

#QFM textarea {
	margin:0 0 10px;
	padding:4px;
	width:530px;
	height:140px;
	font-size: 12px;
	border:1px solid #000;
}


#QFM .qfmEntrance {
	margin-left:24px;
	margin-right:6px;
	margin-bottom:20px;
}
#QFM .qfmEntrance dl {
	padding:10px;
	width:250px;
	background:#5876BA;
	display:block;
	color:#fff;
}
#QFM .qfmEntrance dt {
	font-weight:bold;
	font-size:14px;
}
#QFM .qfmEntrance dd {
	margin:5px 0;
	line-height:1.4;
}
#QFM .qfmEntrance dd.btn {
}
#QFM .qfmEntrance dd a {
	padding:5px 10px;
	background:url(/img/bg_qfm_btn.gif) repeat-x;
	border:1px solid #999;
	color:#333;
	font-weight:bold;
	text-align:center;
	letter-spacing:0.5em;
	text-decoration:none;
	display:block;
}
#QFM .qfmEntrance dd a:hover {
	border:0px solid #999;
	border-top:2px solid #333;
	border-left:2px solid #333;
	color:#c00;
}

#QFM ul.qfm {
	display:block;
	margin-right:12px;
	margin-left:24px;
	margin-bottom:18px;
	font-size:12px; 
}
#QFM ul.qfm li {
	margin-bottom:5px;
	line-height:18px !important;
}
#QFM ul.qfm li span {
	font-weight:bold;
	color:#666;
}
#QFM ul.qfm li strong {
	color:#CC0000;
}


#QFM dl.qfm {
	display:block;
	margin-right:12px;
	margin-left:24px;
	margin-bottom:18px;
	font-size:12px;
	height:auto;
}
#QFM dl.qfm dt {
	margin-top:10px;
	font-weight:bold;
	color:#666;
	line-height:18px !important;
}
#QFM dl.qfm dd {
	margin-top:5px;
	margin-left:12px;
	line-height:18px !important;
}
#QFM dl.qfm dd.btn a {
	margin:0 auto;
	padding:5px 10px;
	width:280px;
	background:url(/img/bg_qfm_btn.gif) repeat-x;
	border:1px solid #999;
	color:#333;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	display:block;
}
#QFM dl.qfm dd.btn a:hover {
	border-top:1px solid #333;
	border-left:1px solid #333;
	color:#c00;
}

#QFM #kiyaku_check {
	margin-right:2px;
}

#QFM #kiyaku .btn {
	display:none;
}

#QFM dl.cc {
	display:block;
	margin-right:12px;
	margin-left:24px;
	margin-bottom:18px;
	font-size:12px;
	height:auto;
}
#QFM dl.cc dt {
	clear:both;
	margin-top:10px;
	font-weight:bold;
	color:#666;
	line-height:18px !important;
	display:block;
}
#QFM dl.cc dd {
	margin-top:5px;
	margin-left:12px;
	line-height:18px !important;
}
#QFM dl.cc dd.ccTxt {
	width:320px;
	display:block;
	float:left;
}
#QFM dl.cc dd.ccImg {
	width:200px;
	display:block;
	float:left;
}


