@charset "UTF-8";
@charset "utf-8";
/*	Common Style
------------------------------------*/
html {
	margin: 0;
	padding: 0;
	background: #BAE7DE;
}
body {
	max-width: 1260px;
	margin: 0 auto;
	padding: 0;
	font-family: Verdana, Roboto, "Droid Sans", "メイリオ", Meiryo,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","游ゴシック", YuGothic, sans-serif;
	font-size: 87.5%;
	background: #000033;
	line-height: 100%;
}
div, header, footer, article, section, p, ul, ol, dl, li, dt, dd, table, th, td {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
h1, h2, h3, h4, h5 {
	font-size: 100%;
}
p {
	font-size: 87.5%;
	line-height: 180%;
}
th, td, li {
	font-size: 87.5%;
	line-height: 130%;
}
a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #000;
}
a:focus {
	text-decoration: none;
	color: #5edacc;
}
a:active, a:hover {
	text-decoration: none;
	color: #5edacc;
}
a:visited {
	text-decoration: none;
	color: #000;
}
.arrow {
	padding-right: 20px;
	background: url(../images/arrow.png) no-repeat center right;
}
.arrow-l {
	display: block;
	padding: 0 1em 5px 40px;
	background: url(../images/arrow_long.png) no-repeat left bottom;
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
li {
	display: block;
	margin: 0;
	padding: 0;
}
img {
	width: 100%;
	height: auto;
}
/*	default　479px for smartphone 
------------------------------------*/

/*	Layout */
.container {
	margin: 0;
	padding: 0;
	background: #000033;
}
#siteHeader {
	width: 100%;
	position: relative;
	margin: 0;
	padding: 0;
	background: #000033;
	text-align: center;
	color: #5edacc;
}
#wrapper {
	width: 100%;
	position: relative;
	margin: 0;
	padding: 0;
	background: #ffffff;
}
#content {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	padding-bottom: 1em;
	background: #ffffff;
}
#footer {
	margin: 0;
	padding: 5px;
	background: #000033;
	color: #5edacc;
}
/* Header */
#siteHeader h1 {
	width: 92%;
	max-width: 232px;
	margin: 2em auto 2em auto;/*border: solid #5edacc 1px;*/
}
#siteHeader a {
	color: #ffffff;
}
#siteHeader a:focus {
	color: #5edacc;
}
#siteHeader a:active, #siteHeader a:hover {
	color: #5edacc;
}
#siteHeader a:visited {
	color: #ffffff;
}
#siteHeader p {
	width: 92%;
	position: absolute;
	right: 0;
}
#siteHeader .arrow-l {
	text-align: right;
}
#siteHeader header {
	border-bottom: solid #5edacc 2px;
}
#siteHeader aside {
	width: 95%;
	margin: 5em auto 1em;
	text-align: left;
}
#siteHeader aside h2 {
	padding-left: 0.5em;
	border-left: solid #5edacc 3px;
}
#siteHeader aside li {
	margin-bottom: 1em;
	padding-left: 1em;
	text-indent: -1em;
}
#siteHeader aside .arrow {
	padding-left: 1em;
	background: url(../images/arrow.png) no-repeat center left;
}
/* Resume */
.resume {
	margin-bottom: 1.5em;
	height:100% !important;
}
.resume h1 {
	display: block;
	margin-bottom: 1em;
	padding: 1.2em 1em 1.7em;
	border-bottom: solid #000033 1px;
	box-shadow: 0 1px #000033, 0 2px #ffffff, 0 7px #000033;/*outline: solid 2px #000033;*/
}
.resume h1 img {
	max-width: 430px;
}
.resume h2 {
	margin: 1em 1em 1em;
	padding-left: 0.5em;
	border-left: solid #5edacc 2px;
}
.resume h2:first-of-type {
	margin: 1.5em 1em 1em;
}
.resume ul {
	margin: 1em;
	border-bottom: dotted #ccc 1px;
}
.resume ul:last-of-type {
	border-bottom: none;
}
.resume ul li {
	margin: 1em 0;
	line-height: 125%;
}
.resume p {
	border-top: solid #000033 3px;
	margin: 0;
	padding: 6px 10px;
	text-align: right;
}
.resume .arrow {
	text-align: right;
}
.resume .left{
	clear: both;
	width: 100%;
	border-right: none;
}
.resume .right p{
	text-align: left!important;
}
.resume .right{
	clear: both;
	width: 100%;
}
/* Profile */
.profile_links, .related_links {
	margin: 0 1em;
	height:100% !important;
}
.profile_links li {
	margin-bottom: 2.4em;
	border: solid #000033 1px;
}
/* Links */

.related_links li {
	margin-bottom: 1em;
	border: solid #000033 1px;
}
.related_links li img {
	display: block;
}
.related_links li .title {
	display: block;
	height: 4em;
	padding: 0.2em 0.2em 0;
}
/* Footer */
#footer p {
	font-size: 62.5%;
}
#siteHeader header h1 {

	text-align: center;
	margin-bottom: 0.8em;
}
#siteHeader header h1 img {
	margin-left: 0.8em;
}

.arrow-l {
	margin-right: 1em;
	padding: 0 1em 0 0;
	background: url(../images/arrow.png) no-repeat right center;
}
#siteHeader aside {
	clear: both;
	margin: 0 auto;
}
#siteHeader {
	width: 25%;
	margin: 0;
	padding: 0;
}
#siteHeader h1 {
	margin-top: 1em;
	max-width: 256px;
}
#siteHeader header {
	border-bottom: none;
}
#siteHeader aside {
	width: 90%;
	margin: 5em auto 0 1.6em;
}
#wrapper {
	width: 75%;
	margin: 0;
	padding: 1em 0 0 20px;
}
.resume {
	width: 95%;
	border: solid #000033 1px;
}
.profile_links {
	width: 100%;
	margin: 0 auto;
}
.profile_links li {
	width: 46%;
	height: 30.333333%;
	margin-right: 4%;
	margin-bottom: 3%;
	float: left;
}
.profile_links li:nth-child(2n) {
	margin-right: 0;
}
.related_links {
	width: 100%;
	clear: both;
	margin: 0;
}
.related_links li {
	width: 46%;
	margin-right: 4%;
	margin-bottom: 1em;
	float: left;
	font-size: 100%;
}
.related_links li:nth-child(2n) {
	margin-right: 0;
}
#footer {
	width: 100%;
}
}
