@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,300,400);
body {
	width: 95%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top:     5%;
	margin-bottom: 10%;

	background: linear-gradient(white, #cfeafe);
}
section, nav {
    margin-bottom: 1em;
}
/* clearfix */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
aside {
    background-color: #ebebeb;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 10px;
    margin-left:30px;
}
aside p:last-child {
    margin-bottom: 0;
}

hr.fade {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
}

.Title {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-style:italic;
	font-size: 1.4rem;
	line-height: 1.2em;
	color: #202020;
	margin-top: 10px;
	margin-bottom: 10px;
}
.Author {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
    font-size: 100%;
	list-style:none;
    line-height: 1.5em;
    padding-left:0px;
}
.AbstractTitle {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-style:italic;
	font-size: 120%;
	color: #202020;
	margin-top: 10px;
	margin-bottom: 10px;
}

.Abstract {
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-style:normal;
	font-size: 1.0rem;
	color: #202020;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 0px;
	line-height: 1.5em;
	hyphens: manual;
}

.ContentTitle {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-style:italic;
    font-size: 120%;
	color: #202020;
    margin-top: 20px;
    margin-bottom: 10px;
}
.FilesList {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
    font-size: 100%;
	list-style:none;
    line-height: 1.5em;
    padding-left:40px;
}




h2__ {
    font-size: 121%;
    text-shadow: 1px 1px 2px #ccc;
    color: #f4zb800;
    margin-bottom: 10px;
}
nav {
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: #9cc900;
    background: -webkit-gradient(linear, left top, left bottom, from(#c3fb00), to(#9cc900));
    font-size: 107%;
    width: 300px;
}
nav li {
    text-align: center;
    float: left;
    font-weight: bold;
    border-left: 1px solid #fff;
    text-shadow: -1px -1px 0 rgba(150, 150, 150, 30);
}
nav li:first-child {
    border: none;
}
#btnTop {
    border-radius: 5px;
    background: -webkit-gradient(linear, left top, left bottom, from(#cbcccf), to(#acaeb0)) #cbcccf;
    width: 7em;
    font-size: 85%;
    text-align: center;
    float: right;
    margin-right: 10px;
}
#btnTop a {
    text-shadow: 1px 1px 0 #ddd;
    display: block;
    padding: 5px 0;
    color: #444444;
    text-decoration: none;
}
.style1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
}
.style2 {font-family: Arial, Helvetica, sans-serif;}
.stylePub{
    padding-left: 30px;
    font-size: 100%
}
.styleIllust{
    padding-left: 30px;
    font-size: 100%
}
.ua-mobile-iphone .stylePub{
    padding-left: 30px;
    font-size: 80%;
    line-height: 1.5em;
}
.styleCV{
	padding-top: 20px;
    padding-left: 50px;
    font-size: 100%
}
.ua-mobile-iphone .styleCV{
	padding-top: 20px;
    padding-left: 15px;
}
.styleMail{
      font-size:100%;
      font-weight:bold;
}
h4 {
  font-size:130%;
  padding-left:30px;
  line-height:28px;
  color: #000000;
  border-color: #0000A0;
  border-width: 0px 0px 2px 8px;
  border-style: solid;
  margin-top:2.5em;
  margin-left:30px;
  margin-right:30px;
}
.ua-mobile-iphone h4 {
  padding-left:10px;
  margin-left:0px;
  margin-top:0.5em;
}

h5 {
  padding-left:10px;
  font-size:100%;
  margin-left:30px;
  padding-top: 30px;
}
.ua-mobile-iphone h5 {
  margin-left:5px;
}
*.float
{
	float: left;
    margin-right: 1em;
}
*.floatclear
{
    clear: both;
}

.ua-mobile-iphone ul li{
	margin-top:1.5em;
    margin-bottom: 1em;
    line-height: 1.5em;
    margin-left:0px;
    margin-right:10px;
}
.name {
	margin-left: 0.2em;
}
.photo {
	margin-right: 0.2em;
}
.intro {
	font-size: 100%;
	line-height: 1.8em;
}
.ua-mobile-iphone .intro {
	font-size: 80%;
}
.NameJp {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 250%;
	text-shadow: 2px 2px 4px #ccc;
	color: #000000;
	margin-bottom: 10px;
	margin-left:35px;
}
.NameEn{
	font-family: Arial, Osaka;
	font-size: 250%;
	text-shadow: 2px 2px 4px #ccc;
	color: #5f5f5f;
	margin-bottom: 10px;
}
.ua-mobile-iphone .NameJp {
	margin-left:10px;
	font-size: 150%;
}
.ua-mobile-iphone .NameEn {
	font-family: ArialMT;
	font-size: 150%;
}