@charset "utf-8";

/****************************************************************************
　index CSS
--------------------------------------------------------
   Creation date : 2017.10.18
   Last up date   : 2017.10.18
****************************************************************************/

/*--------------------------------------------------------
　set a tag links
--------------------------------------------------------*/
body a{text-decoration: none;}
body a:link {color:#000;}
body a:visited{text-decoration: underline; color:#000;}
body a:hover{text-decoration: underline; color:#EB0000;}
body a:active{text-decoration: none;}

*{ margin:0; padding:0; color:#333;}


/*--------------------------------------------------------
　html,body 
--------------------------------------------------------*/
html {
}
html, body {
	width: 100%;
}
body {
	background: #FFF;
}
html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*--------------------------------------------------------
　index
--------------------------------------------------------*/
#wrapper {
	width: 1050px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

#header {
	width: 100%;
	min-width: 1050px;
	margin: 0;
	text-align: center;
	padding: 0;
	overflow: hidden;
	background: url(../images/head_bg.png) repeat-x;
}
#header h1 {
	display: block;
	width: 1050px;
	margin: 0 auto;
	padding: 0px 0 0px 0;
	text-align: center;
}
#header h1 img {
	display: block;
	margin: 0;
	padding: 0;	
}

#contents {
	width: 950px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.8;
	font-family: "Noto Sans JP";
	overflow: hidden;
}

h3 {
	width: 940px;
	height: auto;
	margin: 70px 0 0 0;
	font-size: 20px;
	padding: 7px 0 10px 10px;
	background: url(../images/sub_bg.png) no-repeat;
	color: #FFF;
	display:block;
	vertical-align: middle;
	font-weight: bold;
}
h3 span.small {
	font-size: 16px;
	color: #FFF;
	font-weight: normal;
}

p {
	width: 96%;
	margin: 10px auto 0 auto;
}

#outline {
	margin: 20px auto 0 auto;
	width: 96%;
	border-top: 1px solid #CCC;
}
#outline th {
	width: 15%;
	background-color: #F5DDDE;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #CCC;
	text-align: center;
	font-weight: bold;
}
#outline td {
	width: 88%;
	padding: 10px 0 10px 3%;
	border-bottom: 1px solid #CCC;
}

h5 {
	width: 96%;
	margin: 10px auto 0 auto;
}
h4 {
	width: 96%;
	margin: 0px auto 0 auto;
	font-size: 20px;
	line-height: 1.3;
	padding-bottom: 5px;
}
h4 strong {
	border-bottom: 2px solid #999;
}

#program {
	margin: 20px auto 0 auto;
	width: 96%;
	border-top: 1px dotted #CCC;
}
#program th {
	width: 15%;
	padding: 10px 0 10px 0;
	border-bottom: 1px dotted #CCC;
	border-right: 1px solid #CCC;
	text-align: center;
	vertical-align: top;
}
#program th.date {
	width: 10%;
	font-weight: bold;
	font-size: 14px;
	border-right: 1px solid #CCC;
	background-color: #F5DDDE;
	vertical-align: middle;
}
#program th.date strong {
	font-size: 20px;
}
#program td {
	width: 71%;
	padding: 10px 2% 10px 2%;
	border-bottom: 1px dotted #CCC;
}
#program .colorA {
	background-color: #EEE;
}
#program strong {
	font-size: 18px;
}
#program .small {
	font-size: 14px;
}


#session {
	margin: 20px auto 0 auto;
	width: 96%;
	overflow: hidden;
}

#session ul {
	width: 283px;
	height: 635px;
	margin-right: 25px;
	padding: 0;
	float: left;
	border: 2px solid #4D4D4D;
}
#session ul li {
	font-size: 14px;
	line-height: 1.5;
}
#session ul li img {
	display: block;
	margin: 0;
	padding: 0;
}
#session ul li.title, 
#session ul li.photo {
	padding: 0;
	margin: 0;
	display: block;
}
#session ul li.posi {
	padding: 5px 8px 0 8px;
	line-height: 1.3;
	display: block;
	font-size: 12px;
	letter-spacing: -0.5px;
}
#session ul li.posi2 {
	padding: 5px 8px 0 8px;
	line-height: 1.3;
	display: block;
	font-size: 12px;
	letter-spacing: -0.6px;
}
#session ul li.name {
	padding: 2px 10px 5px 10px;
	font-size: 18px;
	font-weight: bold;
	display: block;
	border-bottom: 1px solid #CCC;
}
#session ul li.txt {
	padding: 5px 10px 0px 10px;
	text-align: justify;
}
#session ul li.txt2 {
	padding: 5px 10px 0px 10px;
	text-align: justify;
	line-height: 1.3;
}


#session ul.last {
	margin-right: 0px;
}

#book {
	margin: 20px auto 0 auto;
	width: 96%;
	border-top: 1px solid #CCC;
}
#book th {
	width: 10%;
	background-color: #FFF;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #CCC;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
}
#book td {
	width: 94%;
	padding: 10px 0 10px 2%;
	border-bottom: 1px solid #CCC;
}

.btn {
	text-align: center;
	margin-top: 30px;
}
.btn a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}



/*--------------------------------------------------------
　pagetop
--------------------------------------------------------*/
.pagetop {
	width: 60px;
	position: fixed;
	bottom: 20px;
	right: 30px;
	opacity: 0;
	filter: alpha(opacity=0);
	transform: scale(1);
	transition: all .6s;
}

.pagetop a {
	background: #4D4D4D;
	display: table-cell;
	width: 60px;
	height: 60px;
	text-align: center;
	vertical-align: middle;
	color: #fff !important;
	font-size: 1.6rem;
	text-decoration: none;
	background: -moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

.pagetop.show {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}

.pagetop a:hover {
	background: rgba(0, 0, 0, 0.4);
	text-decoration: none;
}

/*--------------------------------------------------------
　footer
--------------------------------------------------------*/
#footer {
	width:1050px;
	margin : 20px auto 10px auto;
	border-top: 1px solid #999;
	text-align: center;
	color: #999;
	padding: 10px 0 20px 0;
}



/*--------------------------------------------------------
　clearfix
--------------------------------------------------------*/
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.c-both {
	clear: both;
}


/*--------------------------------------------------------
　mouse over
--------------------------------------------------------*/
a:hover img.Aover {
		opacity: 0.7;
		filter: alphat(opacity=70);
}


/*--------------------------------------------------------
　display none
--------------------------------------------------------*/
div.none {
		display:none;
}



