/* Default ---------------------------------------------- */

* {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif, "ヒラギノ角ゴ Pro W3";
	color: #333333;
	}

body, table, th, td, h1, h2, h3, h4, h5, h6 {
	/* font-size: small; */
	font-size: 13px;
	line-height: 130%;
	font-weight: normal;
	}

img {
	margin: 0px;
	padding: 0px;
	border: none;
	}

ul,li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}

/* Anchor */
a {
	color: #666666;
	text-decoration:none;
	}
	
a:hover {
	color: #333333;
	text-decoration:underline;
	}

a.exlink[target="_blank"]:after {
    content: "";
    vertical-align: middle;
    margin-left: 5px;
    display: inline-block;
    width: 13px;
    background: url(../assets/img/common/exicon.png)no-repeat;
    height: 15px;
    background-size: contain;
}

/* 行の高さに影響を与えずに、サブスクリプトおよびスーパースクリプトコンテンツを配置 : h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* ---------------------------------------------- Default */

/* All ---------------------------------------------- */

body {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	/* font-size: small; */
	font-size: 13px;
	line-height: 130%;
	}

#wrapper {
	width: 940px;
	margin: 0px auto;
	background: #FFFFFF;
	}
	
/* ---------------------------------------------- All */

/* Header ---------------------------------------------- */
#header {
	width: 900px;
	padding: 20px;
	}

h1 {
	margin-left: 5px;
	}

/* ---------------------------------------------- Header */

/* Container ---------------------------------------------- */

/* Navigation */
#navi {
	width: 900px;
	margin: 0px 10px 0px;
	}

#navi li{
	float: left;
	}

/* Sub Navigation Publicity */
#bt_np_container {
	position:relative;
	margin:0px;
	width:225px;
	height:40px;
	text-align:left;
	}

#bt_np {
	position:absolute;
	left:3px;
	top:40px;
	visibility:hidden;
	z-index:300;
	}

#sub_menu_00 {
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	width:217px;
	height:32px;
	}

.sub_menu_01 {
	width:217px;
	height:32px;
	voice-family: "\"}\"";
	voice-family:inherit;
	}

#drop_01 {
	left:0px;
	top:0px;
	}

#bt_np img {
	border:0px;
	}

#bt_np a {
	text-decoration:none;
	display:block;
	position:absolute;
	}

#bt_np a:hover {
	}


/* Sub Navigation Student Square */
#bt_ss_container {
	position:relative;
	margin:0px;
	width:225px;
	height:40px;
	text-align:left;
	}

#bt_ss {
	position:absolute;
	left:3px;
	top:40px;
	visibility:hidden;
	z-index:300;
	}

#sub_menu {
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	width:217px;
	height:160px;
	}

.sub_menu_01 {
	width:217px;
	height:32px;
	voice-family: "\"}\"";
	voice-family:inherit;
	}

.sub_menu_02 {
	width:217px;
	height:32px;
	voice-family: "\"}\"";
	voice-family:inherit;
	}

#drop_01 {
	left:0px;
	top:0px;
	}

#drop_02 {
	left:0px;
	top:32px;
	}

#drop_03 {
	left:0px;
	top:64px;
	}

#drop_04 {
	left:0px;
	top:96px;
	}

#drop_05 {
	left:0px;
	top:128px;
	}

#bt_ss img {
	border:0px;
	}

#bt_ss a {
	text-decoration:none;
	display:block;
	position:absolute;
	}

#bt_ss a:hover {
	}

/* topic_path */
#topic_path{
	/* font-size: x-small; */
	font-size: 10px;
	margin: 10px 20px 0px 30px;
	}

/* go Top ------- */
.gotop {	width: 700px;
	/* font-size: x-small; */
	font-size: 10px;
	margin: 0px 0px 20px;
	text-align: right;
	}
	
.gotop02 {	width: 700px;
	/* font-size: x-small; */
	font-size: 10px;
	margin: 0px 0px 5px;
	text-align: right;
	}
	
.gotop03 {	width: 700px;
	/* font-size: x-small; */
	font-size: 10px;
	margin: 10px 0px 20px;
	text-align: right;
	}
	
.gotop img,.gotop02 img,.gotop03 img {
	width: 8px;
	margin-right: 5px;
	}


/* Note */
.note{
	margin: 5px 0px 0px;
	/* font-size: x-small; */
	font-size: 10px;
	line-height: 130%;
	}

dl.note dt{
	float: left;
	clear: left;
	}
	
dl.note dd{
	margin-left:10px;
	}

.introduce-detail {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    width: 100%;
    line-height: 1.8;
}
.introduce-detail dt {
    width: 100%;
}
.introduce-detail dd {
    width: 100%;
}

/* ---------------------------------------------- Container */


/* Footer ---------------------------------------------- */

#footer {
	width: 900px;
	margin: 0px 20px 20px;
	}

#footer h6 {
	width: 110px;
	float: left;
	margin-right: 30px;
	}

#site_etc {
	width: 457px;
	float: left;
	/* font-size: x-small; */
	font-size: 10px;
	}

#site_etc li {
	float: left;
	margin: 10px 10px 0px 0px;
	}

#copy {
	width: 283px;
	float: right;
	margin-top: 10px;
	}

/* ---------------------------------------------- Footer */


/* Font ------------------------------------------------ */

.nomal_font {
	font-weight: normal;	
	}
	
.small_font {
	/* font-size: x-small; */
	font-size: 10px;
	}

.small_r_font {
	/* font-size: x-small; */
	font-size: 10px;
	text-align: right;
	}
	
.red_font {
	color: #FF0000;	
	}

.no_xsmall_font {
	/* font-size: small; */
	font-size: 13px;
	line-height: 130%;
	}
	
.no_top {
	margin-top: 0px;
	}

/* ------------------------------------------------ Font */

