@charset "utf-8";

html,
body,
h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
}
body {
	background:linear-gradient(0deg, #091c96 0%, #29baef 70%, #0d2e91 100%); 
	background-attachment: fixed;
	font-size:100%;
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

#wrapper {
	background:#fff;
	/* box-shadow: 0 -10px 1px 10px rgba(255, 255, 255, 0.22); */
}

img {
	max-width:100%;
	border:none;
}

em {
	padding:0 3px;
	background:#ff9;
	font-weight:bold;
	font-style:normal;
}

.timetable__pic img,
.curriculum__pic img {
	border: 1px solid #ccc;
}

ul,
ol,
dl {
	margin:0;
}

.class{
    margin-left: 1.5em;
}

.class dl dt {
    font-size: 120%;
    font-weight: bold;
    background: #c9c9c9;
    border-bottom: 5px solid #333;
    padding: .5em 1em .25em 1em;
    margin-bottom: 1em;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
}

.class dl dd.productList ul {
    padding-left: 0px;
    padding-right: 25px;
}

.class dl dd.productList ul li {
    margin-bottom: 0.5em;
    padding-left: 25px;
    background: url(../images/uldot_bl.png) no-repeat;
    list-style:none;
}

.class dl {
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 15px;
    background: #efefef;
    padding-bottom: 1em;
    margin-bottom: 1.5em;
}

p {
	max-width:60em;
	color:#333;
	font-size:90%;
	line-height:1.3;
	letter-spacing:1px;
}

.block__summary p {
	margin-left:1.5em;
}

.block__summary li {
	margin-bottom:0.5em;
}

a {
	/* word-wrap: break-word; */
	word-break: break-all;
}

#a1-1 p,
#b1-1 p {
	max-width:30em;
}

h1 {
	line-height:0;
	text-align:center;
}

.copy {
	font-size:120%;
	font-weight:bold;
}
.copy,
#overview,
#attention,
#timetable,
#curriculum,
#lecturer {
	margin:1.5em 0 .5em;
}

.detail-link {
	display: block;
	margin: 1em 0;
	padding: 1em 0;
	text-align: right;
}

table,
th,
td {
	height:100%;
	font-size: 100%;
}
table {
	width:100%;
	border-spacing: 0;
	border-collapse: collapse;
}
th {
	padding:0;
}
td {
	text-align: left;
	vertical-align: top;
	padding:1em;
}

/* .overview__table td {
	padding:.5em 1em;
} */


	#timetable-1 {
		display:block;
	}
	#timetable-1 tbody,
	#timetable-1 tr {
		display:block;
		margin-top:1em;
		margin-bottom:1em;
	}
	#timetable-1 th,
	#timetable-1 td {
		display:list-item;
		list-style:none;
	}
	#timetable-1 tr {
		border:1px solid #13005A;
	}
	#timetable-1 th {
		padding:.5em;
		background: #13005A;
		color:#fff;
		font-weight:normal;
	}
	#timetable-1 td {
		border-right:none;
		border-bottom:1px solid #ccc;
	}
	#timetable-1 td:last-child {
		border:none;
	}


.timetable__title,
.timetable__summary,
.curriculum__title {
	margin-bottom:1em;
}

.overview__table {
	table-layout:fixed;
}

.overview__table th,
.timetable__table th,
.timetable__datetime {
	background:#aaa;
	/* background:#314e2a; */
	color:#fff;
	font-weight:bold;
	text-align: center;
}
.overview__place__access {
	margin-bottom:1em;
}
.overview__place__map {
	overflow:hidden;
	position:relative;
	height:0;
	padding-bottom:300px;
}
.overview__place__map iframe,
.overview__place__map object,
.overview__place__map embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	max-width:400px;
	max-height:400px;
}
.overview__visitors ul {
	padding-left: 0;
}
.overview__url dd {
	margin-left: 0;
}
.overview__visitors li,
.overview__url dt,
.overview__url dd {
	display:inline-block;
	list-style: none;
}
.overview__visitors li:after {
	content:"、";
}
.overview__visitors li:last-child:after {
	content:"";
}
.overview__url dd:before {
	content:"（";
}
.overview__url dd:after {
	content:"）";
}	


.label {
	position:relative;
	top:-5px;
	margin-right:.75em;
	padding: .25em 1em;
	border-radius: 4px;
	background: #999;
	color: #fff;
	font-size: 56%;
	font-weight:normal;
	text-align: center;
}
.label-l {
	top:0;
	font-size:80%;
}

.timetable__main-title,
.timetable__sub-title,
.curriculum__main-title,
.curriculum__sub-title {
	font-weight:bold;
}
.timetable__main-title,
.curriculum__main-title {
	font-size:140%;
}
.timetable__sub-title,
.curriculum__sub-title {
	margin-top:.3em;
}

.lecturer__pic {
	float:right;
	margin-left:1em;
	text-align:center;
}
.lecturer__pic img {
	display:block;
}

.lecturer__belong {
	margin-bottom:1em;
}
.sponsor-3__belong {
	font-size:80%;
}

.sponsor-3__company,
.sponsor-3__post {
	display:inline;
}

.lecturer__name,
.sponsor-3__name {
	font-weight:bold;
	font-size:120%;
}
.lecturer__name:after,
.sponsor-3__name:after {
	content:"氏";
	margin-left:.5em;
	font-weight:normal;
	font-size:80%;
}


.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}


.block__global-nav {
	/*background:#f1b000;*/
}
.global-nav {
	margin:0;
	padding:0;
}
.global-nav__item {
	list-style:none;
	background:#3e3e3e;
	letter-spacing:0.1em;
}

.global-nav__item a {
	display:block;
	margin:0;
	color:#fff;
	text-decoration:none;
	text-align:center;
	vertical-align:middle;
}
.global-nav__item a.active,
.global-nav__item a:hover {
	background:#333;
}

.button__submit {
	display:block;
	width:55%;
	margin:2em auto 3em;
	padding:1em 0.5em;
	border-radius:4px;
	background:#0DA5D8;
	color:#fff;
	text-decoration:none;
	text-align:center;
}
.submit {
	background:#0DA5D8;
}

.button__submit:hover,
.button__submit a:hover,
.submit:hover,
.submit a:hover {
	background:#0490BF !important;
}
.block__sns-button {
	/* display:none; */
	margin:1em 0;
}

#sponsor {
	margin-top:1em;
}

.sponsor-1,
.sponsor-2,
.sponsor-3 {
	border: solid 16px transparent;
/*	border-image: url("../images/border__sponsor.png") 16 / 16px repeat; */

}
.sponsor-1__title,
.sponsor-2__title,
.sponsor-3__title,
.sidebar__place__title {
	margin-bottom:1em;
	padding:.5em 0;
	border-bottom:1px solid #5c8b41;
	font-size:80%;
	font-weight:bold;
}

.sponsor-1__list,
.sponsor-2__list,
.sponsor-3__list {
	margin:0;
	padding:0;
}

.sponsor-1__item,
.sponsor-2__item,
.sponsor-3__item {
	list-style:none;
}
.sidebar__place__name,
.sidebar__place__address,
.sidebar__place__access {
	margin-bottom:1em;
	text-align:left;
}
.sidebar__place__map {
	overflow: hidden;
	position: relative;
	height: 0;
	padding-bottom: 300px;
}
.sidebar__place__map iframe,
.sidebar__place__map object,
.sidebar__place__map embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#footer {
	overflow:hidden;
	width:100%;
	padding:1em 0;
	background:#000;
	color:#fff;
	font-size:80%;
	text-align:right;
}

.footer-logo{
   	margin-right: 1.5em ;
	}

.footer-logo a{
	color:#fff;
	}

.footer-nav {
	margin-right:.75em;
	float:right;
}


.footer-nav a {
	display:inline-block;
	margin:.5em .25em;
	padding:.5em;
	border:1px solid #fff;
	border-radius:4px;
	color:#fff;
	font-size:80%;
	text-decoration:none;
	text-align:right;
}
.footer-nav a:hover {
	background:#666;
}

#footer span a {
	border:none;
	border-radius: 0px;
	padding-bottom:.25em;
	border-bottom:1px solid #fff;
	color:#fff;
	text-decoration:none;
	font-size:0.8em;
}

#sidebar {
	text-align:center;
}

.padding-l1 {
	padding-left:1em !important;
}
.margin-t2 {
	margin-top:2em !important;
}
.margin-r1 {
	margin-right:1em !important;
}
.inline-block {
	display:inline-block;
}

@media only screen and (max-width:640px) {
	.copy,
	#overview,
	#attention,
	#timetable,
	#curriculum,
	#lecturer {
		padding:0 .5em;
	}
	
	table {
		display:block;
	}
	tbody,
	tr {
		display:block;
		margin-bottom:1em;
	}
	th,
	td {
		display:list-item;
	}
	td {
		border-right:none;
		border-bottom:1px solid #ccc;
	}
	td:last-child {
		border:none;
	}
	.overview__table th,
	.timetable__datetime {
		padding:.5em 0;
		width:100%;
		font-size: 100%;
	}
	.global-nav__item {
		border-bottom:1px solid #999;
	}
	.global-nav__item a {
		height:100%;
		padding:.5em;
	}
	
	.block__sns-button {
		width:100%;
		text-align:center;
	}
	
	.button__summary,
	.button__prof {
		font-size:100%;
	}
	
	.sponsor-1:after,
	.sponsor-2:after,
	.sponsor-3:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	
	.sponsor-1__item,
	.sponsor-2__item,
	.sponsor-3__item {
		/* float:left; */
		margin:1em;
	}
	.sidebar__place__name,
	.sidebar__place__address {
		padding:0 1em;
	}

	.sidebar__place__map {
		margin-bottom:1em;
		margin-left:1em;
	}
	.sidebar__place__map iframe,
	.sidebar__place__map object,
	.sidebar__place__map embed {
		max-width:400px;
		max-height:400px;
	}

	
}

@media only screen and (min-width:641px) {
	#wrapper {
		max-width:960px;
		margin:0 auto;
	}
	
	h3 {
		margin-top:2em;
		margin-bottom: 1em;
		padding: .5em 0;
		border-bottom: 1px solid #5c8b41;
	}
	
	.timetable {
		margin: 1.5em 0 .5em;
		padding: 0 0 0 .5em;
		border-left:.5em solid #314e2a;
	}
	
	.block__form-content h2,
	.copy,
	#overview,
	#timetable,
	#curriculum,
	#lecturer {
		padding-left:.5em;
		border-left:.5em solid #13005A;
	}
	
	.attention {
		padding-left:.5em;
	}
	
	.block__summary {
		margin-top:1em;
	}
	
	.overview__table th,
	.timetable__datetime {
		padding:20px 4px;
		height:100%;
		font-size: 80%;
		line-height:1.5;
	}
	
	/* .overview__table th {
		padding:.5em 4px;
		height:100%;
		font-size: 80%;
		line-height:1.5;
	} */
	
	.block__global-nav {
		width:100%;
	}
	.block__global-nav:after {
		display:block;
		visibility:hidden;
		clear:both;
		height:0;
		content:""
	}
	.global-nav {
		width:100%;
		margin:0 auto;
	}
	.global-nav__item {
		/*float:left;*/
		display:inline-block;
		width:25%;
		/*border-right:1px solid #999;*/
		font-size:90%;
	}
	.global-nav__item a {
		padding:0.5em 0.5em 0;
		height:2em;
	}
	/*.global-nav__item:last-child {
		border-right:1px solid #f1b000;
	}*/
	
	.block__sns-button {
		width:100%;
		text-align:right;
	}
	.twitter-share-button {
		margin-right:1%;
	}
	
	.overview__table th,
	.timetable__table th,
	.curriculum__table th,
	.lecturer__table th {
		width:16%;
		border-bottom:1px solid #fff;
	}
	.overview__table th:last-child
	.timetable__table th:last-child,
	.curriculum__table th:last-child,
	.lecturer__table th:last-child {
		border:none;
	}
	.overview__table td,
	.timetable__table td,
	.curriculum__table td {
		width:84%;
		border-top:1px solid #ccc;
		border-right:1px solid #ccc;
		border-bottom:1px solid #ccc;
	}
	.overview__table td:last-child,
	.timetable__table td:last-child,
	.curriculum__table td:last-child {
		border-right:none;
	}
	.lecturer__table td {
		width:84%;
	}
	.button__summary,
	.button__prof {
		font-size:80%;
	}
	
	#content {
		float:left;
		width:75%;
		margin:0 1% 2em;
	}
	#sidebar {
		float:right;
		width:21%;
		margin:0 1%;
	}
	
	.sponsor-1__item,
	.sponsor-2__item,
	.sponsor-3__item {
		margin:2em 0;
	}
	
	.sidebar__place__name,
	.sidebar__place__address,
	.sidebar__place__access {
		margin-bottom:1em;
		font-size:80%;
		text-align:left;
	}
	.sidebar__place__access ul {
		padding-left: 1em;
	}
	.sidebar__place__access ul li {
		margin-bottom:.5em;
	}
	.sidebar__place__map iframe,
	.sidebar__place__map object,
	.sidebar__place__map embed {
		max-width:200px;
		max-height:200px;
	}

.footer-logo{
	float:left;
   	margin: 0.5em 1.5em;
	}


}

@media only screen and (min-width:641px) and (max-width:720px) {
	.global-nav__item {
		font-size:80%;
	}
}
@media (max-width: 767px) {
	.sidebar__place__map {
		margin-left: 5px;
		margin-right: 5px;
		max-width: none;
		width: auto;
	}
}