@charset "UTF-8";
/* # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
 #	ページの共通設定
 #	現在、ハワイ、カナダ、オーストラリアのみ、このスタイルシート
 # # # # # # # # # # # # # # # # # # # # # # # # # # # # # */


/* - - - - - - - -
 -	goods_type
 - - - - - - - - */
.goods_type{
	margin-bottom:28px;
}
.goods_type h2{
	font-size:1.2em;
	line-height:30px;
	font-weight:normal;
	margin-bottom:0.7em;
	padding-left:8px;
}
.goods_type h3{
	margin:0;
	padding:0;
	margin-left:8px;
	margin-bottom:0.5em;
	padding-left:5px;
	font-size:1em;
	line-height:25px;
	font-weight:normal;
	text-indent:-16px;	/* 1em=16px */
	padding-left:21px;
}

.hawaii h2{
	color:#fff;
	background-color:#0962A9;
	border-radius:14px;
}
.hawaii h3{
	background-color:#c7e8fa;
}

.canada_australia h2{
	background-color:#c7e8fa;
}
.canada_australia h3{
	color:#fff;
	background-color:#0962A9;
	border-radius:11px;
}
.p_chu{
	font-size:1em;
	line-height:1.8em;
	color:#fff;
	background-color:red;
	text-align:center;
	margin-left:15px;
}

/* - - - - - - - -
 -	type_intro
 - - - - - - - - */
.type_intro{
	margin-left:8px;
	margin-bottom:28px;
	font-size:13px;
}
#main .type_intro p{
	line-height:1.56em;
}
.type_intro ul, .type_intro ol{
	margin-left:30px;
	margin-bottom:1em;
}

/* - - - - - - - -
 -	type_course
 - - - - - - - - */
.type_course{
	margin-left:15px;
	font-size:12px;
	margin-bottom:28px;
}
.type_course p, .dl_course_gaiyo{
	margin-bottom:1em;
}
.type_course ul, .type_course ol{
	margin-left:1.5em;
	margin-bottom:1em;
}
.dl_course_gaiyo dd{
	margin-left:3em;
}
#canada_highschool h4, #canada_highschool h5{
	padding:0;
	margin:0;
	margin-bottom:4px;
}
#canada_highschool h4{
	font-size:16px;
	color:red;
}
#canada_highschool h5, #canada_highschool span{
	font-size:14px;
	color:#00b21d;
}
.australia h4{
	line-height:1.6em;
	background-color:#CAE5CD;
	margin-top:16px;
	margin-bottom:8px;
}

.tbl_schedule{
	border-collapse: collapse;
	width:520px;
	margin:0.5em auto;
	font-size:12px;
}
.tbl_schedule th, .tbl_schedule td{
	border:1px solid #a9a9a9;
	padding:0.3em 0.5em;
}
.tbl_schedule th{
	background-color:#f5f5f5;
}
.tbl_schedule th.th_gozengogo{
	width:45%;
}
.tbl_schedule th.th_youbi{
	width:8%;
}
.tbl_schedule td{
	vertical-align:top;
}
#contents .tbl_schedule td ul{
 	margin:0;
 	margin-left:1.2em;
}
#contents .tbl_schedule td li{
	list-style-type:circle;
}
/* - - - - - - - -
 -	course_spec
 - - - - - - - - */
.course_spec{
	background-color:#ffffcc;
	padding:5px 8px;
}
.course_spec table{
	width:100%;
}
.course_spec th, .course_spec td{
	padding:3px;
	border-bottom:1px solid #d3d3d3;
	vertical-align:top;
}
.course_spec .non_border th, .course_spec .non_border td{
	border-bottom:none;
}
.course_spec .border_dashed th, .course_spec .border_dashed td{
	border-bottom:1px dotted #d3d3d3;
}
.course_spec .tr_hiyo_gaisan th, .course_spec .tr_hiyo_gaisan td{
	border-top:3px solid #f19B9e;
	border-bottom:3px solid #f19B9e;
}
.course_spec .tr_hiyo_gaisan th{
	border-left:3px solid #f19B9e;
}
.course_spec .tr_hiyo_gaisan td{
	border-right:3px solid #f19B9e;
}
.course_spec th{
	width:100px;
	text-align:left;
}
.course_spec td{
	padding-left:10px;
}
.td_kingaku{
	color:red;
	font-weight:bold;
}
.course_spec td ul, .course_spec td ol{
	margin-left:1.5em;
	margin-bottom:0;
}
.dl_hukumu{
	border:1px solid #5B8BCC;
	background-color:#fff;
	margin: 0 5px 5px 0;
	padding:0.4em 0.2em;
}
.dl_schedule{
	margin-left:25px;
}
.dl_hukumu dh, .dl_schedule dh{
	font-weight:bold;
}
.dl_hukumu dd, .dl_schedule dd{
	margin-left:3em;
}

