/* Updated 2015/03/27,D */
/* Updated 2008/03/28,E */
/* Updated 2008/03/03,E */
/* Updated 2007/05/16,E */
/* Updated 2006/03/07,E */

	@import "/common_css/default_wide.css";
	@import "/common_css/component_wide.css";
	@import "/kojin/gaika/css/gaika_comp.css";
	@import "/kojin/gaika/css/gaika_beginner_comp.css";


/* Updated▼ 2015/03/27,D */

#contents div.subTitle h1 {
	float:none !important;
}


#contents div.stepBox {
	overflow:hidden;
	zoom:1;
	position:relative;
	width:550px;
	margin:20px -10px 20px 0;
}

#contents div.stepBox .step {
	background:#fafafa;
	padding:0 0 35px 0;
	width:265px;
	float:left;
	margin:0 10px 10px 0;
	position:relative;
}

#contents div.stepBox .step h3 {
	background:#003300;
	font-weight:bold;
	font-size:96%;
	padding:0 15px 0 15px;
	margin-bottom:20px;
	width: 220px;
}

/* Updated 2015/03/27,D */
#contents div.stepBox .step h3 a {
	display:block;
	padding:18px 20px 18px 5px;
	background:url(/kojin/gaika/beginner/image_uniq/icon_index_01.gif) no-repeat right center;
	color:#FFF;
	text-decoration:none;
}


#contents div.stepBox .step .thumb {
	text-align:center;
	margin-bottom:15px;
}

#contents div.stepBox .step p.paragraph {
	margin:0 15px 5px 20px;
}

#contents div.stepBox .step p.btn {
	text-align:right;
	position:absolute;
	right:15px;
	bottom:15px;
}


/* Updated▲ 2015/03/27,D */
