@charset "shift_jis";


/*---------------------------------
	基本設定
-----------------------------------------------------------------------------------------*/
#box_table {
	width: 690px;
	margin: 0 auto;
	padding: 0;
	border: none;
}

#basebody {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック';
	font-size: 14px;
	color: #000;
	line-height: 1.8;
	margin: 0;
	padding: 0;
}

#basebody ul li {
	list-style: disc;
	margin-left: 40px;
	line-height: 1.6;
}

#basebody ol {
	list-style: decimal;
}

#basebody ol li {
	list-style: decimal;
	margin-left: 37px;	
	line-height: 1.6;
}
.clearfix:after {
  content: ".";
  display: block;  
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.ttl {
	text-align: center;
	margin: 0 auto 10px;
}

.box_text {
	width: 630px;
	margin: 0 auto 50px;
}

.box_text p {
	margin: 0 0 20px 15px;
}

.box_point {
	width: 580px;
	background: url(image/bg_stripe.gif) repeat;
	padding: 10px 25px;
	margin: 0 auto;
	color: #004071;
	font-weight: 600;
}


/*-----------------------
	time schdule
-------------------------------------------------------------------------------------------------*/
#box_timetable {}

#box_timetable table {
	margin: 10px 0 0 25px;
	font-size: 13px;
}

#box_timetable th {
	padding: 20px 0 10px;
	text-align: left;
	font-weight: 600;
	font-size: 15px;
	color: #039;
}

#box_timetable td {
	vertical-align: top;
	padding-bottom: 10px;	
}

#box_timetable .br_bottom {
	padding-bottom: 20px;
	border-bottom: dotted 1px #ccc;
}


/*-------------------
	#講座概要
-------------------------------------------------------------------------------------------------*/
#box_gaiyou {
	margin: 0 auto;
}

#box_gaiyou dl {
	margin: 0 25px 20px 30px;
	padding: 0;
}

#box_gaiyou dt {
	width: 7em;
	float: left;
	clear: left;
	font-weight: 600;
	padding: 10px 0 0 0;
}

#box_gaiyou dd {
	padding: 10px 0 20px 8em;
	margin: 0 0 10px 0;
	border-bottom: dotted 1px #999;		
}

#box_gaiyou ol {
	margin-top: 0;
	padding-left: 25px;
	font-weight: 600;
}

#box_gaiyou ul {
	list-style: circle;	
	margin: 0 0 10px;
	padding-left: 1em;	
	font-weight: normal;
}

#basebody ol.seminer_b  {
	margin: 0 20px 30px 0;
}

#basebody ol.seminer_b li {
	margin-bottom: 20px;
}

#basebody dd ol li {
	list-style: decimal;
	margin-left: 0;		
}

#basebody dd ol li ul li {
	list-style: disc;
	margin-left: 0;
	line-height: 1.6;
}

.box_option {
	width: 630px;
	margin: 0 auto;
	padding: 0;
	background: url(image/bg_stripe.jpg) repeat;
	clear: both;
	border: solid 1px #F90;
}

.box_option .ttl_op {
	display: block;
	background: #f90;
	font-weight: bold;
	padding: 2px 0 2px 15px;
	margin: 0;
}

.box_option .txt {
	padding: 0 15px;
}

.txt_pd { padding: 3px 0;}

#basebody .ttl{
	margin: 15px 0 10px;
	padding: 0;
}

/*----------------------------------------------------------
	#faq
----------------------------------------------------------*/
#faq {}

#faq dl {
	margin: 0 auto 40px;
	padding: 5px 10px 0 23px;
}

#faq dt {
	background: url(image/icon/qa_109.jpg) no-repeat 0 0;
	padding: 5px 10px 5px 40px;
	margin: 0 0 20px;
	color: #01b5f3;
	font-weight: bold;
}

#faq dd {
 background: url(image/icon/qa_95.jpg) no-repeat 0 0;
 padding: 5px 10px 20px 40px;
 margin: 0 0 20px;
 border-bottom: dotted 1px #999; 
}


/*----------------------------------------------------------
	.fonts
----------------------------------------------------------*/
.c_red { color: #f00;}
.c_blue { color: #00f;}
.c_pink { color: #f12e9c;}
.c_gray { color: #666;}
.c_black { color: #333;}
.c_white { color: #fff;}
.c_green{ color:#7fc31c;}
.c_orange { color: #f90;}
.c_navy { color: #039;}


.bg_yellow { background: #FF0;}
.fw_normal { font-weight: normal !important;}
.fw_600 { font-weight: 600;}
strong { font-weight: 600;}
em {
	font-style: normal;
	font-weight: 600;
}

.fs_8 { font-size: 8px;}
.fs_9 { font-size: 9px;}
.fs_10 { font-size: 10px;}
.fs_11 { font-size: 11px;}
.fs_12 { font-size: 12px;}
.fs_13 { font-size: 13px;}
.fs_14 { font-size: 14px;}
.fs_15 { font-size: 15px;}
.fs_16 { font-size: 16px;}
.fs_17 { font-size: 17px;}
.fs_18 { font-size: 18px;}
.fs_19 { font-size: 19px;}
.fs_20 { font-size: 20px;}
.fs_21 { font-size: 21px;}
.fs_22 { font-size: 22px;}
.fs_23 { font-size: 23px;}
.fs_24 { font-size: 24px;}

.ta_left { text-align: left;}
.ta_center { text-align: center;}
.ta_right { text-align: right;}

.td_under { text-decoration: underline;}

.f_left { float: left;}
.f_right { float: right;}

.clear { clear: both;}



/*---------------------- 
 .margin
-----------------------------------------------------------------------------------------------------------*/
.mt_0 {	margin-top: 0 !important;}
.mt_5 {	margin-top: 5px !important;}
.mt_10 { margin-top: 10px !important;}
.mt_20 { margin-top: 20px !important;}
.mt_25 { margin-top: 25px !important;}
.mt_30 { margin-top: 30px !important;}
.mt_35 { margin-top: 35px !important;}
.mt_40 { margin-top: 40px !important;}
.mt_45 { margin-top: 45px !important;}
.mt_50 { margin-top: 50px !important;}

.ml_0 {	margin-left: 0 !important;}
.ml_5 {	margin-left: 5px !important;}
.ml_10 { margin-left: 10px !important;}
.ml_15 { margin-left: 15px !important;}
.ml_20 { margin-left: 20px !important;}
.ml_25 { margin-left: 25px !important;}
.ml_30 { margin-left: 30px !important;}
.ml_40 { margin-left: 40px !important;}
.ml_50 { margin-left: 50px !important;}
.ml_60 { margin-left: 60px !important;}
.ml_70 { margin-left: 70px !important;}
.ml_80 { margin-left: 80px !important;}
.ml_90 { margin-left: 90px !important;}
.ml_100 { margin-left: 100px !important;}

.mr_0 {	margin-right: 0 !important;}
.mr_5 {	margin-right: 5px !important;}
.mr_10 { margin-right: 10px !important;}
.mr_20 { margin-right: 20px !important;}
.mr_30 { margin-right: 30px !important;}
.mr_40 { margin-right: 40px !important;}

.mb_0 {	margin-bottom: 0 !important;}
.mb_5 {	margin-bottom: 5px !important;}
.mb_10 { margin-bottom: 10px !important;}
.mb_15 { margin-bottom: 15px !important;}
.mb_20 { margin-bottom: 20px !important;}
.mb_25 { margin-bottom: 25px !important;}
.mb_30 { margin-bottom: 30px !important;}
.mb_35 { margin-bottom: 35px !important;}
.mb_40 { margin-bottom: 40px !important;}
.mb_45 { margin-bottom: 45px !important;}
.mb_50 { margin-bottom: 50px !important;}

.pb_0 {	padding-bottom: 0 !important;}
.pb_5 {	padding-bottom: 5px !important;}
.pb_10 { padding-bottom: 10px !important;}

/*---------------------- 
 .border
-----------------------------------------------------------------------------------------------------------*/
.br_none { border: none !important;}