@charset "utf-8";
/*
/* Base
/* Layout
/* header
/* Navigation
/* Topicpath
/* MainVisual
/* Content,Column
/* Footer
*/

/* Base
Web¥µ¥¤¥È¤Ë¤ª¤±¤ë»ù±¾¤È¤Ê¤ë¥¹¥¿¥¤¥ë¡£
normalize.css¤ÎËû¡¢»ù±¾¤È¤Ê¤ë¥Õ¥©¥ó¥È¥µ¥¤¥º¤ä¥ê¥ó¥¯¥«¥é©`¤òÔO¶¨¤¹¤ë
 */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, /*p,*/ blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, strong, sub, sup, tt, var, ul, ol, li, dl, dt, dd, form, fieldset, legend, label, table, caption, tbody, tfoot, thead, tr, th, td, header, main, nav, footer {margin:0;padding:0;border:0;vertical-align: baseline;letter-spacing:normal;}
html {-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;box-sizing:border-box;}
body {
	background-color: #FFF;
	color: #333;
	font-family: "ÓÎ¥´¥·¥Ã¥¯", YuGothic, "¥Ò¥é¥®¥Î½Ç¥´ Pro", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo;
	font-weight: 500;
	line-height: 1.4;
	margin: 0;
}
#wrapper{overflow-x: hidden;}
@media all and (-ms-high-contrast:none) {
	body {
		font-family: "¥á¥¤¥ê¥ª",Meiryo,"ÓÎ¥´¥·¥Ã¥¯",YuGothic,"¥Ò¥é¥®¥Î½Ç¥´ Pro W3","Hiragino Kaku Gothic Pro","£Í£Ó £Ð¥´¥·¥Ã¥¯","MS PGothic",sans-serif;
	}
}
a {
	color: #15c;
	text-decoration: none;
}
a:link {text-decoration: none;}
a:visited {
	color: #609;
	text-decoration: underline;
}
a:hover {text-decoration: underline;}
a:active {text-decoration: underline;}
ul, ol {list-style: none;}
img {
	border: 0;
	line-height: 1;
	vertical-align: bottom;
}
blockquote, q {quotes: none;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {display: none;}
.clearfix:after {
	clear: both;
	content: "";
	display: block;
}

@media (max-width: 768px) {
html,body{ width: 100%; overflow-x: hidden;}
body {-webkit-text-size-adjust: none;min-width:initial;}
	img {
	max-width: 100%;
	height: auto;
	width: auto\9;
}
}
@media(min-width: 769px) { /*768px ÒÔÉÏ*/
body {
	font-size: 93.75%;/*15px*/
}
}
/* Layout
 ¥Ø¥Ã¥À©`¡¢¥Õ¥Ã¥¿©`¡¢¥«¥é¥à¤È¤¤¤Ã¤¿¡¢Web¥Ú©`¥¸¤Î¥ì¥¤¥¢¥¦¥È¤òÔO¶¨¤¹¤ë
 */

/* header
----------------------*/
#header {
	position: relative;
	width: 100%;
}
#header_inner {
	border-bottom: 5px solid #214f4c;
}
#header_content {
	width: 1024px;
	height: 95px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
h1.logo {
	margin: 0;
	padding: 0;
	left: 0px;
	top: 20px;
	position: absolute;
}
h1.logo img {
	width: 510px;
}
/* Topicpath
----------------------*/
.topicpath {
	max-width: 1024px;
	width: 100%;
	margin: 0 auto;
	display: block;
	padding: 15px 0;
	font-size: 80%;
}
.topicpath dt {
	display: none;
}
.topicpath dd, .topicpath dd a {
	color: #333;
}

/* MainVisual
----------------------*/
#mv,#mv2 {
	clear: both;
	width: 100%;
	background-color: #dfeadf;
}
#mv img {
	margin: 0 auto;
	display: block;
}
#mv2 h1{
	width: 1004px;
	max-height: 100px;
	line-height: 100px;
	margin:0 auto;
	padding: 0 10px;
	background-repeat: no-repeat;
	background-position: right 50%;
	color: #212f2a;
	font-weight: 600;
    font-family: "ÓÎÃ÷³¯ Light", ÓÎÃ÷³¯, YuMincho, serif;
}

/* Content,Column
----------------------*/
#content {
	width: 1024px;
	margin: 0 auto 50px auto;
}
#content.fontL {font-size: 120%;}
#content.fontM {font-size: 100%;}
#content.fontS {font-size: 80%;}
.oneCol #main {width: 100%;}
.twoColLt #main {
	float: right;
	width: 730px;
}
.twoColLt #sidebar {
	float: left;
	width: 250px;
}
.twoColRt #main {
	float: left;
	width: 730px;
}
.twoColRt #sidebar {
	float: right;
	width: 250px;
}
/* Grid system */
.unit2,.unit3,.unit4 {
	float: left;
	display: block;
	margin-right:.78125%;
	margin-bottom: 10px;
	box-sizing: border-box;
}
.unit2 {	width: 49.397590361%;}
.unit3 {	width: 32.530120481%;}
.unit4 {	width: 24.096385542%;}

#univ_top #content {
	margin-top: 20px !important;
}
#main {	width: 100%;}
#sidebar ul {list-style: none;}

.alpha, .first {margin-left: 0 !important;}
.omega, .last {	margin-right: 0 !important;}
.row, .innerbox {	margin: 0 0 20px;}
.row + .row, .innerbox + .innerbox {margin: 20px 0;}
.row:after, .innerbox:after {
	content: "";
	display: block;
	clear: both;
}
#main {
	line-height: 1.7;
}
#main p{
	margin-top: 0;
}
#sidebar{
	margin-bottom: 15px;
}
.sidebox {
	margin-bottom: 15px;
	border: 1px solid #cacaca;
}
.sidebox ul li{
	font-size: 1.0rem;
	padding-left: 0 !important;
}
#sidebar ul li a {
	padding: 28px 10px 28px 55px;
	display: block;
	text-decoration: none;
	color: #333;
}
#sidebar ul li a:hover {
	background-color: #ddd;
	transition: .5s;
}
.sidebox ul li a.current{
	background: #ddd;
}
#sidebar li {
	border-bottom: 1px solid #cacaca;
	background: #fff;
	position: relative;
}
#sidebar li:last-child {border-bottom: none;}
#sidebar ul li a:before{
	content: "";
	position: absolute;
	background: #fff;
	border:1px solid #cacaca;
	width: 22px;
	height: 22px;
    top: 0px;
    left: 16px;
    bottom: 0;
    margin: auto;
}
#sidebar ul li a:hover:before{
	background: #214f4c;
	transition: .8s;
}
#sidebar ul li a.current:before{
	background: #214f4c;
}
/*µÚ2ëAŒÓÒÔ½µ¤Î¥Ú©`¥¸¤Ç¥µ¥¤¥É¥á¥Ë¥å©`¤Î¥¢¥¯¥Æ¥£¥Ö»¯
*/
.classroom.staff ul li.nav03 a{
	background: url(/med/wms/common/images/ico_link_s.png) no-repeat 98% 12px #EDF4FA;
	background-size: 7px 12px;
}

/* Footer
----------------------*/
#footer {
	position: relative;
	background: #cacaca;
	font-size: 85%;
}
#footer_info {
	-js-display: flex;display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;
	display: flex;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}
#back_to_top .gotop {
    position: fixed;
    z-index: 9998;
    width: 50px;
    height: 50px;
    bottom: 40px;
    right: 50px;
}
#back_to_top .gotop a {
	width: 50px;
	height: 50px;
	background: url(/med/wms/common/images/ico_footer.png) no-repeat;
	background-size: 50px 50px;
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	outline: none;
}
#footer_content .footer_logo p {
	color: #033974;
	font-size: 18px;
	margin: 0;
	line-height: 1.2;
}
#footer_content p {
	line-height: 1.7;
}
#footer_content {
	position: relative;
	padding:24px 0 29px 0;
}
#copyright {
	clear: both;
	color: #FFF;
	text-align: center;
	margin: 0;
	padding: 22px 10px;
	background-color: #214f4c;
}


@media(max-width: 768px) {/*768px ÒÔÏÂ*/
/*
/* header
/* Navigation
/* Topicpath
/* MainVisual
/* Content,Column
/* Footer
*/	
#header,#mv,#mv2{width: 100%;}
#header_content,
.topicpath,#content,
#footer_content{width: 96%;}
#footer_links ul,
.twoColLt #main,
.twoColLt #sidebar,
.twoColRt #main,
.twoColRt #sidebar {
	float: none;
	width: 100%;
}
	
/* header
----------------------*/
h1.logo {
	width: auto;
	position: relative;
	padding-right:60px;
}

/* Navigation
----------------------*/

body.fixed #main {opacity: .6;}
.fixed {
	position: fixed !important;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
}
.menu-toggle, #siteNavigation .toggled ul {
	display: block;
}
#mv,#mv2 {
	clear: both;
	width: 100%;
	background-color: #dfeadf;
}
#mv2 h1{
	font-size: 146.6%;
	margin:0 auto;
	padding: 20px 10px;
	max-height: 40px;
	line-height: 1.2;
}
	
/* Topicpath
----------------------*/
.topicpath dd {
	font-size: 90%;
	padding: 4px 10px 0 10px;
}
/* Content,Column
----------------------*/
.pages #main {
	margin-bottom: 80px;
}
	
#sidebar{
	margin-top:30px;
}
/*.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
	margin-right: 1.953125%;
	margin-bottom: 10px;
	box-sizing: border-box;
}
.col-xs-12,  .col-xs-6:nth-child(2n),  .col-xs-4:nth-child(3n),  .col-xs-3:nth-child(4n) {
	margin-right: 0;
}
.col-xs-1 { width: 6.54296875%;}
.col-xs-2 {	width: 15.0390625%;}
.col-xs-3 {	width: 23.53515625%;}
.col-xs-4 {	width: 32.03125%;}
.col-xs-5 {	width: 40.52734375%;}
.col-xs-6 {	width: 49.0234375%;}
.col-xs-7 {	width: 57.51953125%;}
.col-xs-8 {	width: 66.015625%;}
.col-xs-9 {	width: 74.51171875%;}
.col-xs-10 {	width: 83.0078125%;}
.col-xs-11 {	width: 91.50390625%;}
.col-xs-12 {	width: 100%;}*/

.hidden_pc {display: block !important;}
	
/* Footer
----------------------*/
#back_to_top {display: none;}
#footer {padding-top:0px;}
#footer_content {
	margin: auto 10px !important;
}
#footer_info {display: block;}
.hidden_sp {
	display: none!important;
}
}

@media(max-width:480px) {/*480px ÒÔÏÂ*/
	.unit2,.unit3,.unit4{float: none; margin: 0; width: 100%;}
/* header
----------------------*/
#header_content{
	height: 80px;
}
h1.logo {
	top:15px;
}
h1.logo img {
	max-width: 400px;
	width: 100%;
}
/* Footer
----------------------*/
#sitemap {
	left: 0;
	margin: auto;
}
.spbr {
	display: block;
}
}

@media(-webkit-min-device-pixel-ratio: 2) {
}

@media(min-width:769px) {
.menu-toggle {display: none;}
.hidden_pc {display: none !important;}
}
