@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/*------------ TYPE ------------*/
body {
    margin: 0 auto;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-size: 16px;
    background-color: #ffffff;
}

img {
    vertical-align: top;
    margin: 0 auto;
    display: block;
}

h1 {
    font-size: 40px;
    font-weight: bolder;
}

h2 {
    font-size: 24px;
    font-weight: normal;
}

h3{
    padding-left: 10px;
    border-left: 2px double #333333;
    border-bottom: 1px double #333333;
}

p {
    font-size: inherit;
    font-weight: normal;
}

a {
    font-size: 14px;
    word-break: break-all;
}
a:link, a:visited {
    text-decoration: none;
    font-size: inherit;
    color: inherit;
}
a:hover, a:active {
    color: #8f8f8f;
}

ol, ul {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
}
/*------------ [END]TYPE ------------*/

/*------------ CONTAINER ------------*/
#container {
    max-width: 820px;
    min-width: 376px;
    padding: 50px;
    margin:0 auto;
    color: #232323;
    text-shadow: none;
}
#container h2{
    border-left: 2px solid #232323;
    padding-left: 10px;
}
#container h3, #container h4, #container h5, #container p, #container ul, #container a {
    margin: 10px;
}
#container a {
    padding-left: 10px;
}
#container ul {
    list-style-type: square;
    list-style-position: inside;
}
/*-- TEXT --*/
.text {
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4em;
    margin-left: 10px;
}
.text span {
    padding-left: 1em;
}
.text li {
    padding-left: 3em;
    text-indent: -1em;
    margin-bottom: 5px;
}

/*-- BOLD --*/
.bold {
    font-weight: bolder;
}
/*------------ [END]CONTAINER ------------*/

/*------------ TOPMENU ------------*/
#section001 {
    background-image: url("../images/top.png");
}
#section002 {
    background-image: url("../images/study.png");
}
#section003 {
    background-image: url("../images/member.png");
}
#section004 {
    background-image: url("../images/project.png");
}
#section005 {
    background-image: url("../images/grad.png");
}

.background {
    background-position: center;
    background-repeat:no-repeat;
    -moz-background-size:cover;
    background-size:cover;
    min-width: 476px;
    min-height: 490px;
}

/*-- MENU --*/
.menu {
    display: inline-block;
    text-align: center;
    color: #ffffff;
    text-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    width: 80%;
    padding:5% 10%;
    margin: 0 auto;
}
.menu a {
    font-size: 22px;
    padding: 0;
    margin: 0 auto;
}
.menu a:hover, .menu a:active {
    color: #eeeeee;
}
.menu h1, .menu p {
    line-height: 1.5em;
}
#graduate_title{/*卒研ページのタイトルを上下中央に*/
    margin-top:150px;
}
.menu p {
    font-size: 20px;
}
.black {
    color: #232323;
    text-shadow: none;
}
.black a:hover, black a:active {
    color: #8f8f8f;
}
/*------------ [END]TOP MENU ------------*/

/*------------ FOOTER ------------*/
#footer{
    color: #333333;
    font-size: 14px;
    text-align: center;
    min-width: 465px;
    padding: 5px;
    margin: 0 auto;
}
.footercolor {
    background-color: #dddddd;
}
#footer li a, #footer p{
    display: inline-block;
}
#footer a img {
    display: block;
    width: 72px;
    height: 36px;
    padding: 0;
    margin-top: 10px;
}

/*-- SITEMAP CONTACT TITLE --*/
#contact h4,#sitemap h4 {
    display: block;
    font-size: 18px;
    border-bottom:1px solid #777777;
    text-align: center;
    padding: 2px 0;
    margin: 0 auto;
}

/*-- SITEMAP --*/
#sitemap {
    display: block;
    text-align: left;
    max-width: 963px;
    padding: 20px;
    margin: 0 auto;
}
#sitemap ul{
    display: inline-block;
    vertical-align: top;
    width: 142px;
    font-weight: bold;
    padding:0;
    margin: 10px 24px;
}
#sitemap li {
    font-weight: normal;
    padding: 1px 0;
    margin-left: 2px;
}

/*-- CONTACT --*/
#contact {
    display: block;
    text-align: left;
    max-width: 963px;
    font-size: 14px;
    padding: 20px;
    margin: 0 auto;
}
#contact p {
    margin: 20px;
}

#contact span {
    margin: 0 5 0 0px;
}
#contact .contact_margin {
    padding-right: 10px;
}
/*------------ [END]FOOTER ------------*/

/*-- BACK BUTTON --*/
#backbutton{
    display: block;
    width: 90px;
    padding: 10px;
    margin: 20px 0px;
}
#backbutton a {
    font-size: 15px;
    text-align: center;
}
.arrow {
    display: block;
    font-family: monospace;
    line-height: 0.7em;
    font-weight: bold;
    font-size: 45px;
}

/*-- LINK LIST --*/
.box{
    display: inline-block;
    margin: 0 auto;
}
.linklist {
    display: block;
    line-height: 2.5em;
    color: inherit;
    text-align: left;
}
.linklist a {
    padding: 2px 8px;
    border-left: 2px solid;
}


/*-- MORE BUTTON --*/
.more_button {
    display: inline-block;
    border: 3px solid #ffffff;
    font-size: 22px;
    padding: 10px 0;
    margin: 50px;
    border-radius: 20px;
}
.more_button:hover {
    color: #eeeeee;
    border-color: #eeeeee;
    background-color: rgba(255,255,255,0.1);
}
.more_button a {
    padding: 14px 20px;
    color: #ffffff;
}

/*-- CONTENTS BUTTON --*/
.contents_button {
    display: inline-block;
    border: 1px solid #656565;
    font-size: 16px;
    padding: 0;
    margin: 10px;
    border-radius: 20px;
}
.contents_button:hover{
    background-color: rgba(35,35,35,0.1);
}
.contents_button a, .contents_button a:hover {
    color: #232323;
    padding: 5px 10px;
}

/*-- LINK BOX --*/
.linkbox a:link, .linkbox a:visited {
    color: #345678;
    font-size: 18px;
    text-decoration: underline
}
.linkbox a:hover {
    color: inherit;
}

/*-- effect --*/
.mikkabi_effect{
    background-color: #FFFFFF;
    box-shadow: 0 3px 25px -4px rgba(0, 0, 0, 0.9);

}