@charset "UTF-8";

/*******************詳細ページ用*********************************/
#content_left {
width:300px;
border:1px solid #e6e6e6;
float:left;
margin:20px 0 20px 20px;

}

.main_ph {
width:273px;
margin:18px auto 18px auto;
text-align:center;
}

.main_ph img {
margin-bottom:5px;
}

.left_content {
width:273px;
margin:0 auto 18px auto;
}

.left_text {

}


.btn_wrapper{
width:273px;
height:51px;
margin-top:6px;
}

#content_right {
width:595px;
float:right;
margin:20px 20px 0 0;
position:relative;
}

#content_right a{
color:#608bcf;
}
#content_right a:visited{
color:#608bcf;
}

#content_right a:hover{
color:#608bcf;
}

/*過去の講座一覧用*/
#content_right2 {
width:710px;
float:right;
margin:20px 20px 0 0;
position:relative;
}

#content_right2 a{
color:#777777;
}
#content_right2 a:visited{
color:#777777;
}

#content_right2 a:hover{
color:#777777;
}

h2.course_detail {
font-size:108%;
line-height:123.1%;
border-left:4px solid #8E4265;
padding-left:18px;
margin-bottom:19px;
color:#323232;
font-weight:bold;
}

.course_info_txt {
margin:0 0 13px 0;
}

table.course_data {
border-top:1px solid #cccccc;
font-size:93%;
width:100%;
margin-bottom:15px;
}

table.course_data tr{
vertical-align:top;
/*border-bottom:1px solid #cccccc;*/
}

table.course_data th, table.course_data td{
padding:10px;
border-bottom:1px solid #cccccc;
}


table.course_data th{
background-color:#F1F1F1;
text-align:center;
}

table.profile_data {
border-top:1px solid #cccccc;
font-size:93%;
width:100%;
margin:15px 0;
}

table.profile_data tr{
vertical-align:top;
/*border-bottom:1px solid #cccccc;*/
}

table.profile_data th, table.profile_data td{
padding:5px;
border-bottom:1px solid #cccccc;
}

table.profile_data th{
text-align:left;
}

.photos {
float:left;
margin-top:15px;
}
.photos img {
margin-right:5px;
margin-bottom:5px;
}

.detail_dot_line {
margin:17px auto 17px auto;
}

.detail_dot_line2 {
margin-bottom:17px;
}

.caption {
display:inline-block;
}

p {
margin-bottom:10px;
}

.pro_ri {
width:470px;
float:right;
}

img.pro {
float:left;
margin-right:20px;
}

/*お知らせ項目用*/
.info{
	padding: 15px;
	border:2px solid #AD89A3;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}

table.course_info {
background-color:#FFFFFF;
font-size:93%;
width:100%;
border-top:1px dotted #cccccc;
margin-bottom:15px;
}

table.course_info tr{
vertical-align:top;
/*border-bottom:1px solid #cccccc;*/
}

table.course_info th, table.course_info td{
padding:10px;
border-bottom:1px dotted #cccccc;
}


table.course_info th{
background-color:#F2EFE4;
text-align:center;
}
