@charset "UTF-8";
/* CSS Document */

/*program
--------------------------------------------------------------------------------------*/

#program{
	width: 700px;
	margin: 0 30px 30px 30px;
	padding: 0;
	text-align: left;
	min-height:700px;
}
#program h2{
	text-align: left;
	background:url(../img/common/h2.png) no-repeat 0px 0px;
	font-size:24px;
	color:#4d4d4d;
	font-weight:300;
	height:55px;
	padding:2px 0 0 30px;
	margin:0 0 30px 0;
}
#program h2 span{ font-weight:400; font-size:16px; padding-left:16px;}

#program h3{
width: auto;
	font-size:18px;
margin: 0px 0px 10px 0px;
padding:8px 15px 6px 15px;
text-align: left;
color:#710622;
font-weight:bold;
background-color:#f4e6e9;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
#program h3 span{ font-weight:400; font-size:14px;}

#program h4{
	text-align:left;
	color:#881d25;
	border-bottom:3px solid #881d25;
	font-size:15px;
	font-weight:bold;
	margin-bottom:10px;
}

#program h4.ver2{
	text-align:left;
	color:#3f0605;
	font-size:15px;
	font-weight:bold;
	margin-bottom:2px;
	border-bottom:none;
}

#program p{
	text-align: left;
}

#program table.one {
	width:700px;
	border-collapse: collapse;
	border-spacing:0;
	font-size:100%;
}
#program .one th{
	width:5%;
	font-weight:bold;
	text-align:left;
	color:#690007;
	white-space:nowrap;
	padding: 5px 10px;
	vertical-align:top;
	border-right:1px dotted #690007;
}

#program .one td {
	padding: 5px 15px;
}

#program table.two{
width:100%;
margin: 0px 0px 10px 0px;
padding:0px;
font-size:100%;
text-align:left;
border:1px solid #ccc;
border-collapse:collapse;
}

#program .two th{
width:auto;
margin:0px;
padding:8px 10px 8px 10px;
border-right:1px #ccc solid;
border-bottom:1px #ccc solid;
color: #a2203d;
background-color:#efefef;
text-align:left;
font-weight:700;
vertical-align:middle;
}
#program .two th span.day{
	font-weight:400;
	font-size:90%;
}
#program .two td{
width:auto;
margin:0px;
padding:8px 10px 8px 10px;
border-bottom:1px #ccc solid;
border-right:1px #ccc solid;
text-align:left;
vertical-align:middle;
}
#program .two td.tdC{
	text-align:center;
}
#program .btnC{
	text-align:center;
}

#program ul.lists{
padding: 0px 0 10px 0;
padding: 0px 0px 0px 0px;
float:right;
}

#program .lists li{
width: auto;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 20px;
text-align: left;
background: url(../img/common/arrow.png)  no-repeat 0px 6px;
display: block;
}
#program .lists li.kome{background: url(../img/common/kome.png)  no-repeat 0px 6px;}
#program .lists li.dot{background: url(../img/common/dot.png)  no-repeat 0px 8px;padding: 0px 0px 0px 12px;}


#program dl.dl{
width: auto;
margin:0px 0px 0px 0px;
padding:0px;
text-align: left;
}
#program .dl dt{
background: url(../img/common/dt.png) no-repeat 0px 3px;
color:#690007;
font-weight: bold;
padding-left: 25px;
margin:0px 0px 0px 0px;
}
#program .dl dt.kome{background: url(../img/common/kome.png) no-repeat 0px 4px;padding-left: 18px;}
#program .dl dd {
margin:0px 0px 10px 0px;
}

#program table.zero {
	width:auto;
	border-collapse: collapse;
	border-spacing:0;
}
#program .zero th{
	width:1%;
	font-weight:normal;
	text-align:left;
	white-space:nowrap;
	padding: 0px 0px 0px 0px;
	vertical-align:top;
}

#program .zero td {
	width:auto;
	padding: 0px 0px 0px 0;
	vertical-align:top;
}
#program .zero td.tdR {
	width:5%;
	text-align:right;
	padding: 0px 0px 0px 0px;
	white-space:nowrap;
}

#program .prof{
	width:510px;
	float:left;
	margin: 0;
	padding: 0;
}
#program .photo{
	width:160px;
	float:right;
	margin: 0;
	padding: 0;
}





/* ここからスマホ
--------------------------------------------------------------------------------------*/
/* 
--------------------------------------------------------------------------------------*/


@media screen and (max-width: 640px) {

#program{
width: 96%;
margin: 5% 1% 5% 2%;
padding: 0;
font-size:24px !important;
}
#program h2{
	text-align: left;
	background:url(../imgSp/common/h2.png) no-repeat left 0px;
	font-size:35px;
	color:#4d4d4d;
	font-weight:700;
	height:auto;
	padding:1% 0 0 50px;
	margin:0 0 5% 0;
	border-bottom:2
}
#program h3{
	font-size:30px;
}

#program h4{
	font-size:25px;
	font-weight:bold;
	margin-bottom:10px;
}
#program table.one{
width: 100%;
margin: 0px 0 4% 0px;
padding: 0px;
text-align: left;
font-size: 24px !important;
line-height:1.75;

}
#program .one th {
	width: 100% !important;
	display: block;
	font-size:100% !important;
	word-break: break-all !important;
	white-space: normal !important;
	font-weight:700;
	padding: 0;
	margin:0 0 1% 0;
	border-right:none;
	border-bottom:1px dotted #690007;
}
#program .one td {
	width: auto;
	display: block;
	padding:0 0 7% 0;
	border-bottom: none;
}


#program table.two{
width: 100%;
margin: 0px 0 4% 0px;
padding: 0px;
text-align: left;
font-size: 24px !important;
}
.scroll{
overflow: auto;　　　　/*tableをスクロールさせる*/
white-space: nowrap;　　/*tableのセル内にある文字の折り返しを禁止*/
}
.scroll::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
 height: 5px;
}
.scroll::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
 background: #BCBCBC;
}


#program .prof{
	width:96%;
	float:none;
	clear:both;
	margin: 0 2% 0 2%;
	padding: 0;
}
#program .photo{
	width:96%;
	float:none;
	clear:both;
	margin: 0 2% 2% 2%;
	padding: 0;
}

#program .photo img{
	width:50%;
	margin: 0 25%;
}


#program ul.lists{
float:none;
}











}