@charset "utf-8";



/*===Basic===*/

* {
  font-family: 'Meiryo', 'Hiragino Kaku Gothic ProN', sans-serif;
  -webkit-text-size-adjust: none;
  word-wrap: break-word;
}

::-moz-selection { background: #AAAAAA; color: #FFFFFF; text-shadow: none;}
::selection { background: #AAAAAA; color: #FFFFFF; text-shadow: none;}

::-webkit-input-placeholder {color: #FFFFFF}
::-moz-placeholder  {color: #FFFFFF}
:-moz-placeholder {color: #FFFFFF}
:-ms-input-placeholder  {color: #FFFFFF} 

p {
  margin: 20px 0;
}
html, body {
  height: 100%;
}
html {
  font-size: 62.5%;
}
body {
  background-color: #FFFFFF;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  font-size: 1.4rem;
  line-height: 160%;
  color: #000000;
}
ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  font-style: normal;
  clear: both;
}
a {
  color: #000000;
  background: none;
  text-decoration: underline;
  transition: all 0.3s;
}
a:hover {
  color: #888888;
  text-decoration: none;
  transition: all 0.3s;
}
a img {
  border: none;
  transition: opacity 0.3s;
}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  transition: opacity 0.3s;
}
address {
  font-style: normal;
}
img {
  vertical-align: middle;
}
strong, em {
  font-style: normal;
  font-weight: bold;
}
sup {
  vertical-align: baseline;
  position: relative;
  top: -1ex;
}
hr {
  border: none;
  height: 1px;
  background-color: #D4D4D4;
  margin: 30px 0;
  clear: both;
}
.center {
  text-align: center;
  margin: 0 auto;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}



/********** Common **********/



/*Container*/

#container {
  clear: both;
  width: 100%;
  height: 100%;
  text-align: center;
  margin: 0 auto;
  position: relative;
  display: table;
}



/*Header*/

header {
  clear: both;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  background-color: #EDEDED;
  color: #000000;
}
.home header {
  height: 480px;
  background-image: url('../images/header-image-top.jpg');
  background-repeat: no-repeat;
  background-position: center top;
}
.page header {
  height: 140px;
  background-image: url('../images/header-image-under.jpg');
  background-repeat: no-repeat;
  background-position: center top;
}
header h1 {
  margin: 0 auto;
  padding: 70px 0 0 0;
  width: 950px;
  text-align: right;
  color: #000000;
  font-size: 36px;
  font-weight: bold;
  line-height: 160%;
}
header #author {
  margin: -100px auto 0 auto;
  color: #000000;
  font-size: 16px;
  font-weight: normal;
  line-height: 160%;
  width: 950px;
  text-align: right;
}
header #description {
  margin: 100px auto 0 auto;
  padding: 0;
  width: 950px;
  text-align: left;
  font-size: 24px;
  color: #000000;
  line-height: 140%;
  text-shadow: 1px 1px 1px #555555;
}



/*Footer*/

footer {
  clear: both;
  width: 100%;
  min-height: 160px;
  line-height: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  background-color: #0181C8;
  border-top: 5px solid #2D5A85;
  color: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 0;
}
footer #credit {
  clear: both;
  margin: 0 auto;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: left;
  line-height: 160%;
  padding: 0 0 0 260px;
}
footer #credit p {
  margin: 20px 0 10px 0;
}
footer #credit p span:after {
  content: "\A";
  white-space: pre;
}
footer #credit address {
  font-style: normal;
}
footer #credit address span {
  margin: 0 20px 0 0;
}
footer #copyright {
  clear: both;
  width: 950px;
  margin: 10px auto;
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: right;
  line-height: 160%;
}
footer #pagetop {
  position: absolute;
  bottom: 40px;
  right: 30px;
}
footer #pagetop a {
  color: #FFFFFF;
  font-size: 10px;
  font-family: Verdana;
  font-weight: bold;
  text-decoration: none;
}
footer #pagetop a:hover {
  color: #CCE6F4;
}
footer #accessory {
  position: absolute;
  left: 0;
  bottom: 0;
}



/*Navigation*/

nav {
  clear: both;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background-color: #0181C8;
  border-top: 5px solid #2D5A85;
  border-bottom: 5px solid #2D5A85;
}
nav ul {
  clear: both;
  width: 980px;
  margin: 0 auto;
  padding: 0;
  display: table;
}
nav ul li {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 1.6rem;
  font-weight: bold;
  color: #FFFFFF;
}
nav ul li a {
  display: block;
  padding: 20px;
  color: #FFFFFF;
  text-decoration: none;
}
nav ul li a:hover {
  color: #FFFFFF;
  background-color: #2D5A85;
}
nav ul li .current {
  color: #FFFFFF;
  background-color: #2D5A85;
}



/*Main*/

main {
  clear: both;
  width: 980px;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  display: table;
}



/*Content*/

#content {
  clear: both;
  width: 950px;
  text-align: left;
  margin: 40px auto 220px auto;
  padding: 0;
  display: table;
  table-layout: fixed;
}
#content article {
  clear: both;
  margin: 0;
  padding: 40px;
  background-color: #FFFFFF;
  color: #000000;
  border: 4px solid #D4D4D4;
  border-radius: 8px;
  text-align: left;
}
#content article ol li {
  list-style-type: decimal;
  margin: 5px 0;
}
#content table {
  border-collapse: collapse;
  margin: 20px 0;
}
#content table th {
  font-weight: normal;
  border-bottom: 1px solid #D4D4D4;
  white-space: nowrap;
  padding: 4px 10px;
}
#content table td {
  border-bottom: 1px solid #D4D4D4;
  padding: 4px 10px;
}
#content article .pdf-image {
  text-align: center;
  margin: 20px auto;
}
#content article .pdf-image a img {
  border: 1px solid #D4D4D4;
}
#content article .pdf-image a:hover img {
  border: 1px solid #FE4101;
}



/*H1-4 Tag*/

main h2 {
  clear: both;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: bold;
  color: #000000;
  margin: 0;
  padding: 20px 0 40px 0;
  letter-spacing: 0.1rem;
  background-image: url('../images/icon01.png');
  background-repeat: no-repeat;
  background-position: right top;
}
main h3 {
  clear: both;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: bold;
  color: #000000;
  margin: 40px 0 20px 0;
  padding: 0;
}
main h4 {
  clear: both;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: bold;
  color: #000000;
  margin: 0;
  padding: 0;
}
main h2 a,
main h3 a {
  text-decoration: none;
}
main h2 a:hover,
main h3 a:hover {
  text-decoration: none;
}
main h4 a {
  text-decoration: underline;
}
main h4 a:hover {
  text-decoration: underline;
}



/********** Contents **********/



/*ホーム*/

.home {
}



/*支援内容*/

.page-id-1 #content .research-theme {
  border: 1px solid #D4D4D4;
  border-radius: 4px;
  padding: 20px;
}
.page-id-1 #content .research-theme li {
  list-style-type: square;
  list-style-position: outside;
  margin: 10px 5px 10px 20px;
}
.page-id-1 #content .contact {
  border: 1px solid #D4D4D4;
  background-color: #EDEDED;
  border-radius: 4px;
  padding: 20px;
}



/*共同研究契約書*/

.page-id-2 {
}



/*共同研究変更契約書*/

.page-id-3 {
}



/*MTA*/

.page-id-4 {
}



/*基本費用*/

.page-id-5 {
}