﻿@charset "utf-8";
/* CSS Document */

/*ブラウザスタイル初期化*/
body,form,fieldset {
	margin: 0;
	padding: 0;
}

fieldset{
	border: none;
}

h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,dl,dd {
	margin: 0;
	padding: 0;
}

blockquote,li,dt,dd {
	margin: 0;
}

li {
	list-style: none;
}

input,textarea {
	font-size: 1em;
}

/*clearfix*/

.clear {
	display: inline-block;
}
.clear:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
.display-none{display: none;}

/*基本レイアウト*/

html {
	overflow: scroll;
}


body {
	text-align: center;
	margin: 0 15px;
}

img {
	vertical-align: text-bottom;
}

#header img{
	width: 750px;
}

#container {
	width: 750px;
	margin: 0 auto;
	text-align: left;
}

#primary {
	width: 520px;
	margin-bottom:30px;
	float: left;
}

#secondary {
	width: 200px;
	margin-bottom:30px;
	float: right;
}

#footer {
	clear: both;
	text-align: center;
	line-height: 80px;
	background-color: #DBAC98;
	margin: 30px 0 0 0;
}

/*ナビゲーションエリア*/

#navigation ul {
	background-color:#AD2D2E;
	width: 100%;
	padding: 0 auto;
	text-align: center;
	display: flex;
}

#navigation li {
	width: 125px;
	margin: 0;
/* 2013/12/17 フォントサイズ小さめに */
	font-size: 80%;
	font-weight: bold;
	color: #FFFFFF;
	display: flex;
}

#navigation a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 125px;
	padding: 13px 0;
	text-decoration: none;
	text-align: center;
}
#navigation a span{
	font-size: .8em;
}

#navigation a:link,#navigation a:visited {
	color: #FFFFFF;
}

#navigation a:hover {
	color: #333333;
	background-color: #DBAC98;
}
#navigation li.nolink {
	color:#660000;

}

/*メインコンテンツ*/

#primary * {
	letter-spacing: 1px;
	line-height: 140%;
}

h1 {
	font-size: 150%;
	color: #AD2D2E;
	margin: 3ex 0 2ex 0;
}

h2 {
	font-size: 100%;
	color: #333333;
	margin: 0 0 1ex 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AD2D2E;
}

h3 {
	font-size: 100%;
	color: #333333;
	margin: 3ex 0 0ex 0;
	background-image: url(common/icon_01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 15px;
}

p {
	font-size: 92%;
	margin: 0 0 2ex 15px;
	color: #333333;
}
em {
	color:#AD2D2E;
	font-weight:bold;
	font-style:normal;
}
.section {
	margin-bottom:60px;
}
#primary dd * {
	font-size: 100.01% !important;
}

#primary dl {
	margin: 0 0 15px 0;
	color: #333333;
}

.detail dt, .definition dt {
	font-size: 92%;
	font-weight: bold;
	margin: 15px 0 0 0;
}

.detail dd, .definition dd {
	font-size: 92%;
	margin: 5px 0 0 15px;
}

.note dt {
	font-size: 85%;
	font-weight: bold;
	margin: 0 0 0 15px;
}
.note dd {
	font-size: 85%;
	margin: 0 0 0 15px;
}
.detail ul {
	margin: 0;
}
.detail li {
	font-size: 92%;
	margin: 0 0 0 30px;
	list-style-type: disc;
	list-style-position: outside;
}

p.profile {
	font-weight: bold;
	margin : 30px 0;
}

table {
	margin-left: 15px;
	font-size: 80%;
}

th {
	color: #FFFFFF;
	background-color: #AD2D2E;
	text-align: center;
}

td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #AD2D2E;
	border-bottom-color: #AD2D2E;
	padding-right: 0.5em;
	padding-left: 0.5em;
}

/*メインコンテンツ内画像関連*/
.gallery {
	width:520px;
	margin-bottom: 15px;
	padding: 0;
}
#primary dl.picture {
	background-color: #CCCCCC;
	margin: 0 10px 10px 0;
	padding: 1px 0 1px;
}

#primary dl.picture dt {
	background-color: #FFFFFF;
	margin: 0 1px 0;
}

#primary dl.picture img {
	margin: 4px;
}

#primary dl.picture dd {

	background-color: #FFFFFF;

	margin: 0 1px;

	padding: 0 4px 4px;

	font-size: 80%;

	text-align: center

}



#primary dl.pic00 {

	width: 510px;

	float: left;

}



#primary dl.pic00 dt {

	width: 508px;

}

#primary dl.pic00 img {

	width: 500px;

}



#primary dl.pic01 {

	width: 250px;

	float: left;

}

#primary dl.pic01 dt {

	width: 248px;

}

#primary dl.pic01 img {

	width: 240px;

}



#primary dl.pic02 {
	width: 130px;
	float: left;
}
#primary dl.pic02 dt {
	width: 128px;
}
#primary dl.pic02 img {
	width: 120px;
}

#primary dl.pic03 {
	width: 250px;
	float: left;
}
#primary dl.pic03 dt {
	width: 248px;
}
#primary dl.pic03 img {
	width: 240px;
}
/*サブコンテンツ*/
#secondary dl {
	margin: 15px 0;
	line-height: 100%;
}

#secondary dt {
	font-size: 92%;
}

#secondary dd {
	font-size: 80%;
}
#secondary dl.banner {
	width: 200px;
}
#secondary dl.banner dt {
	width: 200px;
	height: 79px;
}
#secondary dl.banner dt a {
	display: block;
	width: 200px;
	height: 79px;
}
/* 2013/12/17 画像url修正 */
#secondary #li01 {
	background-image: url(common/ban_link02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
/* 2013/12/17 画像url修正 */
#secondary #li02 {
	background-image: url(common/ban_link01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#secondary #li03 {
	background-image: url(common/ban_link03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#secondary ul.link li {
	width: 200px;
	font-weight: bold;
	line-height:42px;
	margin: 15px 0;
	text-decoration: none;
	text-align: center;
	background-color: #DBAC98;
	background-image: url(common/bgp_link01.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#secondary ul.link span.note {
	margin-left:0.5em;
	font-size:80%;
}
#secondary ul.link a {
	display: block;
	width: 200px;
	text-decoration: none;
	text-align: center;
}

#secondary ul.link a:link,#secondary .link a:visited {
	color: #333333;
}

#secondary ul.banner li {
	width: 200px;
	height: 79px;
}

#secondary .banner a {
	width: 200px;
	height: 79px;
	display: block;
}

#secondary .banner span {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}

#secondary ul.banner li#banner01 {
	background-image: url(common/ban_alumni01.jpg);
}

#secondary ul.banner li#banner02 {
	background-image: url(common/wasedacard_bnnr200.jpg);
	margin-top:15px;
}

div.after10th {
	margin: 15px 0 0;
	padding: 10px;
	background-color: #f0f0f0;
	color: #960306;
	font-weight: bold;
	border: medium double #66F;
}

/* 20170901 追加 */
#primary dl.definition {
	border: 2px solid #dbac98;
	border-radius: 10px;
	margin-left: 15px;
	padding: 10px 15px 25px;
}


.detail-list{
	margin-top: 40px;
}
.detail-list li{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 8px;
}
.detail-list li span{
	display: block;
	width: 25%;
	font-feature-settings: "palt";
}
.detail-list li div:not(.chu){
	width: 70%;
	padding-left: 21px;
    position: relative;
}
.detail-list li .chu{
	position: relative;
	margin-bottom: 10px;
	padding-left: 45px;
}
.chu::before{
	content: '（注）';
	position: absolute;
	left: 0;
}
.detail-list li div::before{
	content: '：';
	position: absolute;
	left: 0;
}
.apply-btn{
	margin-top: 15px;

}
.apply-btn a{
	display: block;
	text-align: center;
	color: #AD2D2E;
	font-size: 18px;
	font-weight: bold;
	background-color: #fff;
	padding: 15px;
	max-width: 300px;
	width: 100%;
	border: 2px solid #AD2D2E;
}

.apply-btn.gray a{
	border: 2px solid #1b55b2;
	color: #1b55b2;
}


.section rt{
	font-size: 100%;
	zoom: 0.5;
}