@charset "utf-8";

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

	Advice CSS

 -----------------------------------------
	INDEX
 -----------------------------------------
	1.Study common
	2.Study Skill
	3.Study Make

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


/* 1.Study common
========================================== */
/* eventIntroduce
---------------------------------------- */
#contents .studyIntroduce {
	margin: 0 30px;
}
	/* studyIntroduce
	---------------------------------------- */
	#contents .studyIntroduce .studyTitle {
		margin: 0 0 15px;
	}
	#contents .studyIntroduce .studyTitle h3 {
		margin-top: 30px;
		font-size: 138.5%;
		font-weight: bold;
	}
	#contents .studyIntroduce .studyTitle p {
		color: #b9b9b9;
	}
	#contents .studyIntroduce .studyInfo {
		margin: 0 0 30px;
	}
	#contents .studyIntroduce .studyInfo p {
		margin: 0 15px 1em;
	}
	
	/* studyInfo
	---------------------------------------- */
	#contents .studyIntroduce .studyInfo #yogo-link ul {
		margin: 0 0 30px;
		padding: 30px 0 0;
		overflow: hidden;
	}
	#contents .studyIntroduce .studyInfo #yogo-link ul li {
		display: block;
		float: left;
		margin-right: 15px;
		font-size: 103%;
	}
	#contents .studyIntroduce .studyInfo #yogo-link ul li a {
		display: block;
		padding: 4px 10px;
		background-color: #F9F9FF;
		border: #AAC solid 1px;
		color: #337;
	}
	#contents .studyIntroduce .studyInfo #yogo-link ul li a:hover {
		background-color: #349;
		border: #003 solid 1px;
		color: #FFF;
	}
	
	#contents .studyIntroduce .studyInfo h4 {
		margin-bottom: 30px;
		padding: 10px 0px 10px 20px;
		background: url(../../../study/img/title_bg_01.gif) no-repeat center;
		font-size: 123.1%;
		font-weight: normal;
	}
	#contents .studyIntroduce .studyInfo h4.yogolink {
		display: block;
		margin-top: 10px;
		margin-bottom: 20px;
		padding: 3px 0px 2px 5px;
		background: url(../../img/common/line_dotted01_gray03.gif) repeat-x top;
		background-color: #F0F0F0;
		font-size: 123.1%;
		font-weight: bold;
		color: #333;
	}

	#contents .studyIntroduce .studyInfo h5 {
		margin-bottom: 15px;
		padding: 5px 0px 5px 30px;
		background: url(../../../study/img/title_bg_02.gif) no-repeat center;
		font-size: 108%;
	}
	
	#contents .studyIntroduce .studyInfo p.to-yogolink {
		margin: 0 0 30px;
		text-align: right;
		font-size: 93%;
	}
	#contents .studyIntroduce .studyInfo p.to-yogolink a {
		display: inline-block;
		padding: 2px 5px;
		background-color: #F9F9FF;
		border: #AAC solid 1px;
		color: #337;
	}
	#contents .studyIntroduce .studyInfo p.to-yogolink a:hover {
		background-color: #349;
		border: #003 solid 1px;
		color: #FFF;
	}
	
	/* studyAnotherBtn
	---------------------------------------- */
	#contents #studyAnotherBtn {
		width: 612px;
		margin: 0 41px 30px;
		padding: 15px 0;
		background: url(../../../study/img/bg_another_study.gif) no-repeat top;
		overflow: hidden;
	}
	#contents #studyAnotherBtn p {
		float: left;
		margin: 20px 0 0 10px;
	}
	#contents #studyAnotherBtn p.bnr {
		margin: 0 0 0 15px;
	}