@charset "Shift_JIS";


/* main01
-------------------------------*/
#main01 {
	width: 700px;
	float: left;
	margin-top: 30px;
}
#main01 h2 {
	font-weight: bold;
	line-height: 2em;
	font-size: medium;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	border-top-width: thin;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	margin-bottom: 30px;
}


#main01 h3 {
	font-size: 140%;
	font-weight: bold;
	border-bottom: 1px solid #9e9e9e;
	margin-bottom: 20px;
	padding: 0 0 5px 15px;
	color: #333333;
	clear: both;
}



/* localnav
-------------------------------*/
#localnav {
	width: 220px;
	float: right;
	margin-top: 30px;
}
#localnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#localnav ul li {
	background-repeat: no-repeat;
	padding: 0px;
	display: inline;
	margin: 0px;

}
#localnav ul li a {
	display: block;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 17px;
	text-decoration: none;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	background-image: url(../img/association/mark_s.jpg);
	background-repeat: no-repeat;
	background-position: 6px center;
	height: 25px;
	width: 200px;
}


#localnav ul li a:hover {
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	background-image: url(../img/association/ver_menu02.gif);
	background-repeat: repeat-y;
	background-position: right;
}

#localnav h4 {
	border: 1px solid #CCC;
	height: 40px;
	width: 205px;
	text-align: center;
	line-height: 3em;
	font-weight: bold;
	background-image: url(../img/association/bg-grey.jpg);
	color: #000;
}



/* adviser
-------------------------------*/
.ad-course{
	height: 700px;
	padding: 50px 10px 20px 70px;
	background-image: url(../img/adviser/bg-yellow.jpg);
	background-position: right bottom;
	border: 2px solid #c0c0c0;
	border-radius: 10px;
}


.ad-lesson{
	border-top:1px solid #ccc;
}

.ad-lesson td{
	border-bottom: 2px dashed #ccc;
	padding: 20px;
}

.ad-lesson th{
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 2px dashed #ccc;
	padding: 20px;
}

.ad-tokuten{
	border-collapse: collapse;
}

.ad-tokuten th {
	width: 130px;
	border-bottom: 1px dashed #ccc;
	border-top: none;
	border-left: none;
	border-right: none;
	background-repeat: no-repeat;
	background-position: center center;
	color: #333;
	font-weight: bold;
	padding: 5px;
}

.ad-tokuten td {
	border-bottom: 1px dashed #ccc;
	height: 60px;
	padding: 10px 20px 10px 20px;
}

/* キャプションタイトル用スタイル */

.cap-title {
  padding: 0.5em;
  font-weight: bold;
	font-size: 115%;
	letter-spacing: 2px;
}



/* curriculum
-------------------------------*/

.kisocourse{
	overflow: hidden;
}
.box1{
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 20px;
	width: 290px;
	height: 240px;
	border-radius: 10px;
	border: 1px solid #ccc;
	background-color: #fff4f4;
}
.box2{
	float: left;
	margin-bottom: 10px;
	padding: 20px;
	width: 290px;
	height: 240px;
	border-radius: 10px;
	border: 1px solid #ccc;
	background-color: #fff4f4;
}

.box3{
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	padding: 20px;
	width: 290px;
	height: 240px;
	border-radius: 10px;
	border: 1px solid #ccc;
	background-color: #f9fff4;
}

.box4{
	float: left;
	margin-bottom: 10px;
	padding: 20px;
	width: 290px;
	height: 240px;
	border-radius: 10px;
	border: 1px solid #ccc;
	background-color: #f4f9ff;
}

.box5{
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 20px;
	width: 290px;
	height: 240px;
	border-radius: 10px;
	border: 1px solid #ccc;
	background-color: #f4f9ff;
}

.typeL{
	font-weight: bold;
	border-bottom: 1px dashed #ff7f7f;
	margin-top: 10px;
	margin-bottom: 15px;
	color: #ff7f7f;
}
.type3D{
	font-weight: bold;
	border-bottom: 1px dashed #339900;
	margin-top: 10px;
	margin-bottom: 15px;
	color: #339900;
}
.type2E{
	font-weight: bold;
	border-bottom: 1px dashed #6699cc;
	margin-top: 10px;
	margin-bottom: 15px;
	color: #6699cc;
}

.sakuhinN{
	font-size: 130%;
}

.subtitle{
	color: #666;
	font-size: 115%;
}

.kisotable{
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}
.kisotable td,th{
	border: 1px solid #ccc;
	padding: 10px;
}
.kisotable th{
  width: 80px;
}

.kisotable td:nth-child(2){
	width: 60px;
	text-align: center;
}

.lecture{
	border-collapse: collapse;
	margin-left: 20px;
	border: 1px solid #ccc;
}

.lecture td,th{
	padding: 10px 20px;
	border-bottom: 1px solid #ccc;
}
.lecture th{
}



/* meister
-------------------------------*/


.nagare {
	border: 1px solid #BD8C01;
	width: 600px;
}
.nagare .note {
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}

.m-nagare {
	border: 1px solid #b9e381;
	width: 600px;
}
.m-nagare .note {
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}

ul.base { margin: 0 0 0 1.5em; }



.guide ol {
	margin-left: 20px;
	margin-top: 10px;
}
.guide ol li {
	margin-bottom: 10px;
}


.a-kouza {
	padding: 10px;
	margin-bottom: 15px;
	border: 1.5px dashed #B1917C;
	background-color: #F9F7F4;
}
.a-kouza img {
	float: left;
	margin-right: 30px;
	margin-left: 5px;
}
.a-kouza dl {
	overflow:auto; zoom:1;
}


.a-kouza dl dt {
	font-weight: bold;
	color: #AB3F25;
}
.a-kouza dl dd {
	padding-left: 30px;
	padding-bottom: 5px;
	line-height: 1.5em;
	font-size: x-small;
}
.date {
	height: 100px;
	width: 240px;
	padding: 20px;
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
}


/* application
-------------------------------*/


.list{
	list-style-position: outside;
	padding-left: 50px;

}

.come-app{
	padding-left: 30px;
}

/* faq
-------------------------------*/
#faq {
	padding-left: 20px;
}
#faq h4 {
	font-size: small;
	line-height: 2.5em;
	font-weight: bold;
	background-color: #eeeeee;
	color: #333;
	margin-bottom: 15px;
	padding-left: 10px;
}

.faq {
  margin-bottom: 32px; /* 各Q&Aの下に余白 */
}


.faq_dt {
font-weight: bold;
	color: #111;
	background: #f4f4f4; /* 「Q」タイトルの背景色 */
	padding: 10px 16px 10px 8px;
}
.textQ{
	color: #0085C8; 
	margin-right: 6px;
}

.faq_dd {
	padding: 10px 16px 24px 30px;
	margin: 0;
	line-height: 140%;
}
.faq_dd:before {
	content: "A.";
	font-weight: bold;
	color: #c80021; /* 「A」の文字色 */
	margin-right: 8px;
	margin-left: -21px;
}





/* table
-------------------------------*/

.honbu {
	border-collapse: collapse;
	margin-bottom: 30px;

}
.honbu th {
	width: 120px;
	border: 1px solid #ccc;
}

.honbu td {
	width: 500px;
	border: 1px solid #ccc;
	padding: 5px 10px;
}

.honbu thead tr{
	background-color: aliceblue;
}

.ad-cost{
	border-collapse: collapse;
}

.ad-cost td,th{
	border: 1px solid #ccc;
}
.ad-cost thead th{
	padding: 10px;
	width: 200px;
	background: #efefef;
}
.ad-cost tbody th{
	background: #fff5ee;
	padding: 10px;
	font-weight: bold;
	width: 150px;
}

.ad-cost tbody td{
	padding: 10px 10px 10px 19px;
	width: 230px;
}


.school{
	border-collapse: collapse;
}

.school td,th{
	border: 1px solid #ccc;
}

.school td{
	padding: 10px 20px;
}

.school th{
	padding: 0 20px;
	white-space: nowrap;
}

.return{
	white-space: nowrap;
}






.table-d table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
	margin-top: 20px;

}
.table-d th {
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	color: #333;
	background-color: #f5f5dc;
	width: 220px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
}
.table-d td {
	width: 120px;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #333;
	font-weight: bold;
}







/* text
-------------------------------*/
.text01 {
	font-weight: bold;
	color: #660000;
	
}
.text02 {
	font-weight: bold;
	color: #930;
	letter-spacing: 0.2em;
	font-size: 110%;
	padding-bottom: 5px;
}
.text03{
	font-weight: bold;
	font-size: medium;
	line-height: 4em;
	color: #C30;
}
.text04{
	font-weight: bold;
	line-height: 3em;
}
.text05{
	font-size: x-small;
	line-height: 1.1em;
}
.text06{
	font-size: x-small;
	line-height: 1.1em;
	color: #C00;
}

.textBR{
	color: brown;
	padding-left: 20px;
}
