@charset "UTF-8";
@import "/include/css/common.pc.css";
@import url(https://fonts.googleapis.com/css?family=Scheherazade);

/* ---------------------------------------------------------
	CSS Document heading
--------------------------------------------------------- */

.h2 {
	margin-bottom: 20px;
	background-image: url(../images/visual.jpg);
}

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about {
	margin-bottom: 30px;
	padding: 20px 0;
	background: #e9ecf3;
	color: #2c428b;
}

/* ---------------------------------------------------------
	CSS Document anchor
--------------------------------------------------------- */

#anchor {
	margin-bottom: 60px;
}

/* ---------------------------------------------------------
	CSS Document support
--------------------------------------------------------- */

#support {
	margin-bottom: 20px;
	text-align: left;
	font-size: 0;
}

#support h2 {
	display: inline-block;
	vertical-align: top;
	width: 80px;
	height: 80px;
	margin-right: 50px;
	padding-top: 8px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	box-shadow: 0 0 0 1px #0e2851 inset;
	background: #e9ecf3;
	text-align: center;
	font-weight: normal;
	font-size: 14px;
	line-height: 30px;
	color: #0e2851;
}

#support h2 span {
	display: block;
	font-family: 'Scheherazade', serif;
	font-size: 48px;
}

#support dl {
	display: inline-block;
	vertical-align: top;
	width: 870px;
	margin-bottom: 60px;
	padding-bottom: 20px;
	padding-left: 30px;
	border-left: solid 6px #e9ecf3;
	font-size: 15px;
	position: relative;
}

#support dl:before {
	content: '';
	width: 6px;
	height: 70px;
	background: #2c428b;
	position: absolute;
	top: 0;
	left: -6px;
}

#support dt {
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 1.5;
	color: #0e2851;
}

/* ---------------------------------------------------------
	CSS Document flow
--------------------------------------------------------- */

#flow {
	margin-bottom: 40px;
	text-align: left;
}

#flow dl {
	margin-bottom: 30px;
	width: 480px;
}

#flow dt {
	margin-bottom: 15px;
	font-weight: bold;
}

#flow dd span {
	display: inline-block;
	vertical-align: top;
}

/* ---------------------------------------------------------
	CSS Document outline
--------------------------------------------------------- */

#outline .article {
	margin-bottom: 45px;
	padding: 30px;
	background: #e9ecf3;
	text-align: left;
}

#outline .section {
	min-height: 200px;
	padding-right: 350px;
	background: url(../images/seminarimg03.jpg) no-repeat right top;
}

#outline h2 {
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 22px;
	color: #2c428b;
}
