@charset "utf-8";

* {
	margin: 0px; /* 各ブラウザの独自解釈をリセット*/
	padding: 0px;
}

html {
	min-height: 100%;
	position: relative;
}

body {
	font-size: 16px; /* 基本のフォントサイズ */
	line-height: 26px;
	padding: 0px;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	color: #333333;
	-webkit-text-size-adjust: 100%;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: bottom;
}

th {
	padding: 10px 0 5px;
}
td {
	padding: 10px 0 5px;
}

p {
	margin: 0px;
	padding: 0px;
	color:
	transform: rotate(0.001deg);
	background-image:url(/library/ma/images/common/back.png);
}
li {
	background-image:url(/library/ma/images/common/back.png);
	list-style: none;
}

a .hover_img{}
a:hover .hover_img{
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

/* SITEPUBLISリセット用
---------------------------------------------------- */
:root ol, :root ul {
	margin: 0px;
	padding: 0px;
}
:root blockquote {
	margin:0px 0px 0px 0px;
}

/* 汎用CSS
---------------------------------------------------- */
.cf:before,.cf:after {content:"";display:table;}
.cf:after {clear:both;}
.cf {*zoom:1;}

.clear {clear:both;}

.bs {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

p.indent {
	padding-left:1em;
	text-indent:-1em;
}
p.indent2 {
	text-indent : 1em
}
p.indent3 {
	padding-left:2em;
	text-indent:-2em;
}

.nb {
	border: none!important;
}


/* 固定
---------------------------------------------------- */
#wrapper {
	height: auto;
	width: 100%;
	padding: 0px;
	left: auto;
	right: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
}


/* link
---------------------------------------------------- */
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #033385;
	text-decoration: none;
}


/* 見出しタグ設定
---------------------------------------------------- */
h1 {
	width:auto;
	height:auto;
	margin: 0px;
	padding: 0px;
}
h2 {
	width:auto;
	height:auto;
	line-height: 38px;
	margin: 0 0 40px;
	padding: 0px;
	color: #033385;
	font-size: 30px;
	border-bottom: 1px solid #033385;
	padding: 0 0 5px;
}
h3 {
	font-size: 20px;
	border-bottom: 1px solid #bdc9e2;
	border-left: 4px solid #033385;
	padding: 0 0 5px 20px;
	color: #033385;
	margin: 0 0 20px;
	line-height: 26px;
}
h4 {
	font-size: 16px;
	color: #033385;
}


/* margin
----------------------------------------------------------- */
.mt00 {margin-top: 0px!important;}
.mt05 {margin-top: 5px!important;}
.mt10 {margin-top: 10px!important;}
.mt15 {margin-top: 15px!important;}
.mt20 {margin-top: 20px!important;}
.mt30 {margin-top: 30px!important;}
.mt40 {margin-top: 40px!important;}
.mt50 {margin-top: 40px!important;}
.mb00 {margin-bottom: 0px!important;}
.mb05 {margin-bottom: 5px!important;}
.mb10 {margin-bottom: 10px!important;}
.mb15 {margin-bottom: 15px!important;}
.mb20 {margin-bottom: 20px!important;}
.mb28 {margin-bottom: 28px!important;}
.mb30 {margin-bottom: 30px!important;}
.mb40 {margin-bottom: 40px!important;}
.mb50 {margin-bottom: 50px!important;}
.mb80 {margin-bottom: 80px!important;}
.ml05 {margin-left: 5px!important;}
.ml10 {margin-left: 10px!important;}
.ml20 {margin-left: 20px!important;}
.ml25 {margin-left: 25px!important;}
.ml30 {margin-left: 30px!important;}
.ml40 {margin-left: 40px!important;}
.ml50 {margin-left: 50px!important;}
.mr00 {margin-right: 0px!important;}
.mr10 {margin-right: 10px!important;}
.mr20 {margin-right: 20px!important;}
.mr30 {margin-right: 30px!important;}
.mr50 {margin-right: 50px!important;}
.mr70 {margin-right: 70px!important;}

.pt00 {	padding-top: 0 !important;}
.pt05 {padding-top: 5px !important;}
.pt10 {padding-top: 10px !important;}
.pt15 {padding-top: 15px !important;}
.pt20 {padding-top: 20px !important;}
.pt30 {padding-top: 30px !important;}
.pt40 {padding-top: 40px !important;}
.pt60 {padding-top: 60px !important;}
.pr00 {padding-right: 0 !important;}
.pr05 {padding-right: 5px !important;}
.pr10 {padding-right: 10px !important;}
.pr15 {padding-right: 15px !important;}
.pr20 {padding-right: 20px !important;}
.pr30 {padding-right: 30px !important;}
.pb00 {padding-bottom: 0 !important;}
.pb05 {padding-bottom: 5px !important;}
.pb10 {padding-bottom: 10px !important;}
.pb15 {padding-bottom: 15px !important;}
.pb20 {padding-bottom: 0px !important;}
.pb30 {padding-bottom: 30px !important;}
.pb40 {padding-bottom: 40px !important;}
.pl00 {padding-left: 0 !important;}
.pl01 {padding-left: 1px !important;}
.pl05 {padding-left: 5px !important;}
.pl10 {padding-left: 10px !important;}
.pl15 {padding-left: 15px !important;}
.pl20 {padding-left: 20px !important;}
.pl30 {padding-left: 30px !important;}
.pl60 {padding-left: 60px !important;}


/* font
---------------------------------------------------- */
.blue {
    color: #033385;
}
.att {
    color: #ff0000;
}


/* header
---------------------------------------------------- */
.header {
	width: 960px;
	margin: 0 auto;
}
.header .logo {
	padding: 33px 0 26px;
}
.header .logo a:hover {
	opacity: 0.7;
}

.header .gnav {
	width: 959px;
	display: table;
	border-left: 1px dotted #333333;
	margin-bottom: 13px;
}
.header .gnav li {
	display: table-cell;
	text-align: center;
	font-size: 18px;
	line-height: 40px;
	border-right: 1px dotted #333333;
}
.header .gnav li:nth-child(1) {
	width: 206px;
}
.header .gnav li:nth-child(2) {
	width: 330px;
}
.header .gnav li a {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}


/* breadcrumb
---------------------------------------------------- */
.breadcrumb {
	width: 100%;
	background-color: #033385;
	font-size: 13px;
	color: #FFFFFF;
	padding: 3px 0 0
}
.breadcrumb a {
	color: #FFFFFF;
}


/* footer
---------------------------------------------------- */
.top_h {
	font-family: "Crimson Text", serif;
	font-size: 28px;
	letter-spacing: 0.1em;
}

#main_footer p, #main_footer a {
	color: #666;
}
#main_footer #footer01 {
	box-shadow: 0 3px 3px #ccc inset;
}
#main_footer #footer01 #footer01_inner {
	padding-top: 33px;
	padding-bottom: 30px;
	width: 960px;
	margin: 0 auto;
}
#main_footer #footer01 #footer01_inner .top_h {
	margin-bottom: 18px;
}
#main_footer #footer01 #footer01_inner ul {
	overflow: hidden;
}
#main_footer #footer01 #footer01_inner ul li {
	width: 210px;
	float: left;
	padding-right: 40px;
	font-size: 15px;
}
#main_footer #footer01 #footer01_inner ul li:nth-child(4n) {
	padding-right: 0;
}
#main_footer #footer01 #footer01_inner ul li a {
	display: block;
	border: 1px solid #ccc;
	padding: 8px 30px 7px 7px;
}
#main_footer #footer01 #footer01_inner ul li a:hover {
  opacity: 0.7;
}
#main_footer #footer01 #footer01_inner ul li a span {
	display: inline-block;
	width: 30px;
}
#main_footer #footer01 #footer01_inner ul li a span img {
	margin-top: -2px;
}
#main_footer #footer01 #footer01_inner ul li.arrowf a {
	background: url(/library/ma/images/common/arrow01.png) no-repeat right 10px top 50%;
}
#main_footer #footer01 #footer01_inner ul li.blankf a {
	background: url(/library/ma/images/common/icon_blank.png) no-repeat right 10px top 50%;
}
#main_footer #footer02 {
	background: #2e65a2;
}
#main_footer #footer02 #footer02_inner {
	padding-top: 21px;
	padding-bottom: 32px;
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
}
#main_footer #footer02 #footer02_inner p, #main_footer #footer02 #footer02_inner a {
	color: #fff;
}
#main_footer #footer02 #footer02_inner .box {
	width: 192px;
	float: left;
	padding-right: 60px;
}
#main_footer #footer02 #footer02_inner .box:last-child {
	width: 189px;
	float: right;
	padding-right: 0;
}
#main_footer #footer02 #footer02_inner .box .menu_h {
	font-size: 14px;
	line-height: 36px;
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
}
#main_footer #footer02 #footer02_inner .box .menu.mb {
	margin-bottom: 12px;
}
#main_footer #footer02 #footer02_inner .box .menu li {
	library/ma: 12px;
	line-height: 1.15;
}
#main_footer #footer02 #footer02_inner .box .menu li a {
	padding-left: 10px;
	background: url(/library/ma/images/common/f_list.jpg) no-repeat 0 6px;
	font-size: 13px;
}
#main_footer #footer02 #footer02_inner .box .menu li a:hover {
	opacity: 0.7;
}

#main_footer #footer02 #footer02_inner .box .f_logo {
	margin-bottom: 20px;
}
#main_footer #footer02 #footer02_inner .box .txt_access {
	margin-bottom: 20px;
	line-height: 1.5;
	font-size: 13px;
}
#main_footer #footer02 #footer02_inner .box .menu_access li {
	display: inline;
	font-size: 13px;
}
#main_footer #footer02 #footer02_inner .box .menu_access li img {
	vertical-align: middle;
}
#main_footer #footer02 #footer02_inner .box .menu_access li:first-child {
	margin-right: 12px;
	font-size: 13px;
}
#main_footer #footer02 #footer02_inner .box .menu_access li a img {
	margin-right: 4px;
	margin-top: -4px;
}
#main_footer #footer02 #footer02_inner .box .menu_access li a:hover {
	opacity: 0.7;
}
#main_footer #footer03 #footer03_inner {
	padding-top: 25px;
	padding-bottom: 25px;
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
}
#main_footer #footer03 #footer03_inner p, #main_footer #footer03 #footer03_inner li {
	font-size: 12px;
}
#main_footer #footer03 #footer03_inner .menu {
	width: 430px;
	float: left;
}
#main_footer #footer03 #footer03_inner .menu li {
	display: inline;
	margin-right: 12px;
}
#main_footer #footer03 #footer03_inner .menu li a img {
	margin-right: 4px;
	margin-top: -3px;
	vertical-align: middle;
}
#main_footer #footer03 #footer03_inner .menu li a:hover {
	opacity: 0.7;
}
#main_footer #footer03 #footer03_inner .copyright {
	width: 400px;
	float: right;
	text-align: right;
}


/* contents
---------------------------------------------------- */
.contents {
	width: 960px;
	margin: 0 auto;
}

/* main */
.main {
	margin-bottom: 50px;
}

/* index */
.index_left {
	width: 470px;
	float: left;
}
.index_left h2 {
	font-size: 22px;
	border-bottom: 2px solid #d6deed;
	border-left: 6px solid #033385;
	padding: 0 0 4px 22px;
	margin-bottom: 10px;
}
.index_right {
	width: 460px;
	float: right;
}
.index_right h2 {
	font-size: 22px;
	border-bottom: 2px solid #d6deed;
	border-left: 6px solid #033385;
	padding: 0 0 4px 22px;
	margin-bottom: 10px;
}

/* news */
.news {
	margin-bottom: 60px;
}
.news ul {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.news ul li {
	width: 100%;
	padding: 10px 0;
}
.news ul li .date {
	float: left;
	color: #426aa3;
}
.news ul li a {
	padding-left: 90px;
	display: block;
	text-decoration: none;
}
.more {
	border-top: 1px dotted #033385;
	padding-top: 15px;
	padding-left: 21px;
	background-image: url(/library/ma/images/index/more.png);
	background-repeat: no-repeat;
	background-position: left 7px top 21px;
}

/* enter */
.enter {
	margin-bottom: 35px;
}
.enter p {
	padding: 10px 15px;
}
.enter p a {
	color: #033385;
	border-bottom: 1px dotted #033385;
	margin-right: 30px;
}

/* activity */
.activity {
	margin-bottom: 30px;
}
.activity ul {
	margin-top: 20px;
}
.activity ul li {
	float: left;
	margin-bottom: 6px;
}

.activity ul li:nth-child(even) {
	margin-left: 6px;
}

/* organ */
.organ ul {
	margin-top: 20px;
}
.organ ul li {
	float: left;
	margin-right: 28px;
	margin-bottom: 22px;
}

/* menu_block */
.menu_block {
	width: 320px;
	float: left;
	margin-top: 33px;
	margin-bottom: 40px;
}
.menu_block ul {
    width: 230px;
}
.menu_block ul li {
    border-bottom: 1px solid #333333;
    background-image: url(/library/ma/images/common/menu_ico.png);
    background-repeat: no-repeat;
    background-position: right center;
}
.menu_block ul li a {
    display: block;
    padding: 14px 18px 10px 0px;
    height: 100%;
    width: 212px;
}
.menu_block ul li a:hover {
	text-decoration: none;
}
.menu_block ul li.sub {
	background-color: #ededed;
	font-size: 14px;
}
.menu_block ul li.sub a {
	padding: 6px 20px 6px 10px;
	width: 200px;
}

/* main_block */
.main_block {
	width: 640px;
	float: right;
	margin-top: 40px;
	padding-bottom: 40px;
}
.main_block p {
	margin-bottom: 20px;
}

.main_block2 {
	width: 640px;
	float: right;
	margin-top: 40px;
}
.main_block p {
	margin-bottom: 20px;
}

/* img_center */
.img_center {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

/* block */
.block {
	padding-bottom: 10px;
}

/* table */
table.type {
	width: 100%;
	border-top: solid 1px #395a7f;
	border-left: solid 1px #395a7f;
	border-collapse: separate;
	border-spacing: 0;
	margin-top: 10px;
	margin-bottom: 20px;
}
table.type th {
	border-right: solid 1px #395a7f;
	border-bottom: solid 1px #395a7f;
	background-color: #d5e3f7;
	padding: 0.5em;
	font-weight: normal;
	color: #395a7f;
}
table.type th.f_left {
	text-align: left;
}
table.type .w130 {
	width: 130px;
}
table.type .w60 {
	width: 60px;
}
table.type .w30 {
	width: 30px;
}
table.type td {
	border-right: solid 1px #395a7f;
	border-bottom: solid 1px #395a7f;
	padding: 0.5em;
	vertical-align: top;
	text-align: left;
}

/* menu_list_s */
.menu_list_s {}
.menu_list_s li {
	float: left;
	width: 300px;
	margin-bottom: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box
}
.menu_list_s li:nth-child(2n) {
	margin-left: 40px;
}
.menu_list_s li a {
	display: block;
	width: 100%;
	border: 1px solid #426aa3;
	font-size: 18px;
	margin-bottom: 10px;
	text-decoration: none;
	color: #426aa3;
	padding: 17px 15px 13px 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	background-image: url(/library/ma/images/index/igakukai_listicon.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	background-color: #ddeaf9;
}
.menu_list_s li a:hover {
	text-decoration: none;
	background-color: #cbe1fb;
}


.menu_list_s2 li {
	float: left;
	width: 300px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box
}

.menu_list_s2 li a {
	display: block;
	width: 100%;
	border: 1px solid #426aa3;
	font-size: 18px;
	text-decoration: none;
	color: #426aa3;
	padding: 17px 15px 13px 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	background-image: url(/library/ma/images/index/igakukai_listicon.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	background-color: #ddeaf9;
}
.menu_list_s li a:hover {
	text-decoration: none;
	background-color: #cbe1fb;
}



/* ol */
ol li {
	margin-bottom: 15px;
}

/* name_txt */
.name_txt {
	text-align: right
}

/* zasshi */
.zasshi {
	float: right;
	padding: 0 20px 20px;
}

/* sankaku */
.sankaku {
    background: url(/library/ma/images/index/igakukai_sankaku.png) 0 6px no-repeat;
    padding: 0 0 0 12px;
	margin-left: 7px;
}

/* news_s */
.news_s {
	margin-bottom: 60px;
}
.news_s ul {
	margin-bottom: 15px;
}
.news_s ul li {
	width: 960px;
	padding: 10px 0;
}
.news_s ul li .date {
	float: left;
	color: #426aa3;
}
.news_s ul li a {
	padding-left: 90px;
	display: block;
	text-decoration: none;
}

.news_detail img {
	vertical-align: middle;
}

.tonewstop {
	text-align: right;
}

.tonewstop img {
	vertical-align: middle;
	margin-right: 5px;
}


/* word */
.word {
    background: url(/library/ma/images/common/word_icon.png) 0 0 no-repeat;
    padding: 0 0 0 20px;
}

/* blank */
.blank {
    background: url(/library/ma/images/common/igakukai_window.png) 0 center no-repeat;
    padding: 0 0 0 21px;
}

/* number */
ul.number {
	padding-left: 20px;
}
ul.number li {
	list-style-type: decimal
}

/* kaisoku */
ul.kaisoku {
	padding-left: 10px;
	margin-bottom: 20px;
}
.kaisoku li .jyou {
	float: left;
	width: 60px;
    text-align: right;
}
.kaisoku li p {
	padding-left: 70px;
	margin-bottom: 0;
}
.kaisoku td.w100 {
	width: 100px;
}

/* saisoku */
.saisoku {
	text-align: center;
}

.fs13 {
	font-size: 13px;
}

.fs16 {
	font-size: 16px;
}

/* Edge調整 */
@supports (-ms-ime-align:auto) {

.sankaku {
    background-position: 0 center;
}

.word {
    background-position: 0 center;
}

.blank {
    background-position: 0 center;
}

}

/* Mac調整 */
.mac .sankaku {
    background-position: 0 3px;
}


/* トップに戻るここから */
#to_pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 1.0rem;
}
#to_pagetop a {
	background: #033385;
	text-decoration: none;
	color: #ffffff;
	padding: 20px;
	text-align: center;
	display: block;
	border: solid 1px #ffffff;
	border-radius: 5px;
line-height: 0px;
}
#to_pagetop a:hover {
	text-decoration: none;
	background: #033385;
	opacity: 0.5;
}
/* トップに戻るここまで */

