* {
	box-sizing: border-box;
}
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
article,
footer,
header,
nav,
section {
	display: block;
}
a {
	color: #444;
	text-decoration: none;
	background: transparent;
	outline: none;
}
a:active,
a:hover {
	outline: 0;
}
h1,
h2,
h3,
h4,
p,
dl,
dd {
	margin: 0;
}
b,
strong {
	font-weight: bold;
}
ol, ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	border: 0;
	vertical-align: bottom;
}

/*-------------------------
	CSS for Smart Phone
--------------------------*/
/* Hide */
nav li,
.main-info,
h1,
.program label,
.program input[type=checkbox],
.detail dt,
.entry,
.right-entry b,
.right-entry ul,
.right-map {
	display: none;
}
/* Common */
body {
	min-width: auto;
	font-size: 13px;
}
h2 {
	position: relative;
	line-height: 40px;
	margin: 30px 0;
	padding: 0 0 0px 30px;
	font-size: 20px;
	font-weight: 500;
	color: #1a1a1a;
	border-bottom: 2px solid #333;
	overflow: hidden;
}
h2::before {
	display: block;
	position: absolute;
	left: 4px;
	width: 2px;
	height: 54px;
	transform: skewX(-15deg);
	content: '';
	background: #333;
}
/* Navigation */
nav {
	height: 40px;
}
nav li:nth-child(1) {
	display: block;
	margin-left: 5%;
}
nav li img {
	width: 100px;
	height: auto;
	margin-top: 12px;
	padding: 0;
}
/* Main Visual */
.mv {
	position: relative;
	height: 140px;
	background: url(../img/mv.jpg) no-repeat right top/auto 140px;
}
.mv img {
	position: absolute;
	top: calc(50% - 53px);
	left: 5%;
	width: 215px;
	height: auto;
}
/* Left */
.left {
	margin: 20px 0;
}
.left > div {
	margin-bottom: 40px;
}
/* Outline */
.left .outline {
	margin: 0 5% 24px 5%;
}
.outline p {
	margin-bottom: 18px;
	color: #333;
}
/* Data */
.data {
	padding: 10px 5%;
	background: #f5f5f5;
}
.data dl {
	margin-bottom: 20px;
	font-size: 0;
}
.data dt {
	display: inline-block;
	width: 60px;
	line-height: 150%;
	vertical-align: top;
	font-size: 14px;
}
.data dd {
	display: inline-block;
	width: calc(100% - 60px);
	line-height: 150%;
	padding-left: 20px;
	vertical-align: top;
	font-size: 14px;
}
/* Program */
.program {
	padding: 0 5%;
}
.program > div {
	margin-bottom: 40px;
}

.title {
	position: relative;
	padding-top: 18px;
}
.title div {
	padding: 14px 10px;
	color: #fff;
	background: #8CA8CA;
	border-radius: 3px;
}
.title h3 {
	line-height: 130%;
	padding: 2px 0;
	font-size: 18px;
}
.title p {
	display: block;
}
.title time {
	display: block;
	position: absolute;
	top: 0;
	height: 18px;
	line-height: 18px;
	font-size: 12px;
	color: #999;
}
.title ul {
	margin: 16px 10px 6px 10px;
	font-size: 14px;
	color: #888;
}
.title li {
	position: relative;
	padding-left: 54px;
}
.title li::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	content: '';
	background-size: 40px;
	border-radius: 50%;
}
.session:nth-of-type(1) .title li::before {
	background-image: url(../img/lecturer1.jpg);
}
.session:nth-of-type(2) .title li::before {
	background-image: url(../img/lecturer2.jpg);
}
.session:nth-of-type(3) .title li::before {
	background-image: url(../img/lecturer3.jpg);
}
.session:nth-of-type(4) .title li::before {
	background-image: url(../img/lecturer4.jpg);
}
.session:nth-of-type(5) .title li::before {
	background-image: url(../img/lecturer5.jpg);
}
.title span {
	display: block;
	margin-top: 2px;
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #111;
}
.title b {
	display: inline-block;
	margin-right: 6px;
}
.detail dl:nth-child(1) {
	line-height: 180%;
	margin: 0 10px;
	padding: 14px 0;
	font-size: 11px;
	color: #666;
	border-top: 1px solid #eee;
}
.detail dl:nth-child(2) {
	line-height: 180%;
	margin: 0 10px;
	padding: 20px 5%;
	font-size: 12px;
	background: #f5f5f5;
	border-radius: 6px 6px 0 0;
}
.detail dl:nth-child(3) {
	line-height: 200%;
	margin: 0 10px;
	padding: 0 4% 16px 5%;
	font-size: 12px;
	background: #f5f5f5;
	border-radius: 0 0 6px 6px;
}
.detail dd br {
	line-height: 300%;
}
.detail ol {
	padding-top: 16px;
	border-top: 1px solid #ddd;
}
.detail ol li {
	margin: 0 0 6px 20px;
	padding: 0 2px;
	list-style-type: decimal;
}
/* Access */
.access {
	padding: 0 5%;
}
.access iframe {
	width: 100%;
	height: 140px;
	border: none;
}
.access li:first-child {
	margin: 8px 0 14px 0;
}
.access li:not(:first-child)::first-letter {
	display: inline-block;
	margin-right: 2px;
}
/* Right */
.right-entry {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 130px;
	padding: 0px;
	background: #fff;
}
.entry-btn {
	display: block;
	width: 60%;
	height: 40px;
	line-height: 40px;
	margin: 5px auto;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: #fbb12f;
	border-radius: 5px;
	box-shadow: 0 5px 0 #e59d1f;
}
.entry-btn.close {
	background: #ccc;
	box-shadow: 0 5px 0 #bbb;
}
footer {
	height: 56px;
	line-height: 56px;
	margin-bottom: 56px;
	text-align: center;
	font-size: 10px;
	color: #777;
	background: #333;
}