@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	line-height:1.6;
}

#contents {
	width: 780px;
	margin: 0 auto;
}

h2 {
	margin-bottom:0.5em;
	font-size: 24px;
	color: #0000cd;
	border-bottom: 3px solid #404040;
	font-weight: bold;
}

h3 {
	margin-bottom: 0.25em;
	padding-left: 5px;
	font-size: 16px;
	border-left: 5px solid #0000cd;
}

p {
	margin: 0 0 1em 0;
}

img {
	vertical-align: bottom;
	text-align: center;
}



table {
	width: 100%;
	margin-bottom: 1em;
	border-collapse: collapse;
	border: 1px solid #d0d0d0;
}
th {
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #d0d0d0;
	background: #afeeee;
}
td {
	padding: 10px;
	text-align:left;
	border: 1px solid #d0d0d0;
}

.lecture {
	font-size: 20px;
}

.lecturer {
	margin-left: 30px;
}


.photo {
	text-align: center;
	padding-top: 150px;
}

.resistration {
	font-size: 28px;
	margin: 15px;
}

.resistration a {
	text-decoration: none;
	color: #ff0000;
	display: block;
	padding: 10px 15px;
	text-align: center;
}

.resistration a:hover {
	background: #ffe8ec;
}

.copyright {
	margin-top: 150px;	
	text-align: center;
	font-size: 10px;
}


.mailform {
	background:#e0ffff;
	color:#000000;
	height:10%;
	margin:5px;
	border-style:inset;
	margin-bottom:20px;
	padding:10px;
}


.lecturelistdate {
	margin-left:3em;
	margin-bottom:0.5em;
}

/*================================================
 *  ナビゲーション
 ================================================*/

.navi {
	padding: 20px;
	position: fixed;
	width:100%;
	background: #ffffff;
}

.RIPF6 {
	font-size: 28px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.RIPF6title {
	font-size: 32px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}


.menu01 {
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}


/*================================================
 *  タブレット/スマートフォン向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width: 799px) {
	body {
		box-sizing: border-box;
		width: 100%;
		padding: 0 10px;
	}

	#contents {
		width: 100%;
	}

	header {
		width: 100%;
	}

}
