@charset "utf-8";
/*	Common Style
------------------------------------*/
html {
	margin: 0;
	/*height: 100%;*/
	padding: 0;
	background: #dfdfdf;
}
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;*/
	background: #000000;
	line-height: 100%;
	border-bottom: solid #000 1px;
}
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: #00559B;
}
a:active, a:hover {
	text-decoration: none;
	color: #00559B;
}
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;
}
.arrow-r {
	display: block;
	padding: 0 1em 0 0;
	background: url(../images/arrow_long_right.png) no-repeat right center;
}
.bg_white{
	background: #fff;
	padding-right: 0.5em;
}
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;*/
	background: #000000;
}
#siteHeader {
	width: 100%;
	margin: 0;
	padding: 0;
	/*background: #000033;*/
	background: #000000;
	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;*/
	background: #00001A;
	color: #5edacc;
}
/* Header */
#siteHeader header {
	position: relative;
}
#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 header p {
	width: 92%;
	position: absolute;
	right: 0;
}
#siteHeader .arrow-l {
	text-align: right;
}
#siteHeader .topics {
	width: 95%;
	margin: 5em auto 0;
	text-align: left;
	clear: both;
}
#siteHeader .topics h2 {
	padding-left: 0.5em;
	border-left: solid #5edacc 3px;
	clear: both;
	color: #ffffff;
}
#siteHeader aside table {
	width: 100%;
	border-bottom: dotted #5edacc 1px;
}
#siteHeader aside table tr {
	width: 100%;
	/*border-bottom: dotted #5edacc 1px;*/
}
#siteHeader aside table td {
	/*display: block;
	width: 100%;*/
	vertical-align: text-top;
	color: #fff;
}
/*#siteHeader aside table td:empty{
	display: none;	
}*/
#siteHeader aside table td:nth-child(3n+1) {
	width:5em;
	padding: 0.3em 0.3em 0 0;
	text-align: left;
}
#siteHeader aside table td:nth-child(3n+2) {
	width:100%;
	padding: 0.3em 0 0.5em 0;
	text-align: left;
	/*text-decoration: underline;*/
}

#siteHeader aside table td:empty{
	height:1px;
	padding:0;
}

#siteHeader aside table td:nth-child(3n+2) a{
	border-bottom: dotted #5ED9CC 1px;
}

#siteHeader aside table td:nth-child(3n+3) {
	display: none;
}
/*
#siteHeader .topics ul{
	border-bottom: dotted #fff 1px;	
}
#siteHeader .topics li {
	margin-bottom: 1em;
	padding-left: 1em;
	text-indent: -1em;
}
*/
#siteHeader .topics .arrow {
	padding-left: 1em;
	background: url(../images/arrow.png) no-repeat center left;
}
#siteHeader .topics p {
	width: 95%;
	margin-top: 0.5em;
}
#siteHeader .topics p.arrow {
	padding-right: 1em;
	background: url(../images/arrow.png) no-repeat center right;
}
#siteHeader .topics img{
	width:auto;	
}
/* Resume */
.resume {
	margin-bottom: 1.5em;
}
.resume h1 {
	display: block;
	margin-bottom: 1em;
	padding: 1.2em 1em 1.2em;
	border-bottom: solid #000033 1px;
	box-shadow: 0 1px #000033, 0 2px #ffffff, 0 7px #000033;
	font-weight: normal;
	color:#177974;
}
.resume h1 a{
	border: none;	
}
.resume h1 strong {
	font-weight: bold;
}
.resume h1 img {
	max-width: 430px;
}
.resume h2 {
	margin: 0.5em 1em 0.5em;
	padding-left: 0.5em;
	border-left: solid #00559B 2px;
}
.resume h2:first-of-type,
.resume .right h2 {
	margin: 0.7em 1em 1em;
}
.resume ul {
	margin: 1em;
	border-bottom: dotted #ccc 1px;
}
.resume ul:last-of-type {
	border-bottom: none;
}
.resume ul li {
	margin: 0.5em 0;
	line-height: 125%;
}
.resume p {
	margin: 0;
	padding: 0 10px 0.8em;
	text-align: left;
	line-height: 125%;
}
.resume p.txtR {
	display: block;
	border-top: solid #000033 3px;
	margin: 0;
	padding: 6px 10px;
	text-align: right;
	min-height: 2.5em;
}

.resume a{
	/*border-bottom: dotted #5edacc 1px;*/
	/*color:#22B5AF;*/
	border-bottom: dotted #00559B 1px;
	color: #00559B;
	padding-right: 13px;
	background:#F0F7F8 url(../images/arrow2.png) right center no-repeat;
}
.resume a.arrow{
	border-bottom: none;
}
.resume a.arrow:active,
.resume a.arrow:hover {
	color: #5edacc;
}

/* Profile */
.profile_links, .related_links {
	margin: 0 1em;
}
.profile_links li {
	margin-bottom: 2.4em;
	border: solid #000033 1px;
}
.profile_links .arrow {
	text-align: right;
	display: block;
	margin:0 0.5em;
	padding-top: 1em;
	padding-bottom: 0.9em;
}

.profile_links li a:active,
.profile_links li a:hover {
	/*color: #5edacc;*/
	color: #00559B;
}
/* 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;
}

.related_links li a:hover .title,
.related_links li a:active .title {
	color: #00559B;
}
/* Footer */
#footer p {
	font-size: 62.5%;
	color: #ffffff;
}

/* for smartphone */
@media screen and (max-width: 767px) {
body {
	font-size: 16px;
}
h1, h2, h3, h4, h5 {
	font-size: 100%;
}
p {
	font-size: 100%;
}
th, td, li {
	font-size: 100%;
}
.left, .right {
	clear: both;
}
.resume .left{
	clear: both;
	width: 100%;	
}
.resume .right{
	clear: both;
	width: 100%;
}
}

/* for smartphone and tablet */
@media screen and (min-width: 480px) and (max-width: 767px) {
body {
	font-size: 16px;
}
h1, h2, h3, h4, h5 {
	font-size: 100%;
}
p {
	font-size: 100%;
}
th, td, li {
	font-size: 100%;
}
#siteHeader header h1 {
	width: 60%;
	float: left;
	text-align: center;
	margin-bottom: 0.8em;
}
#siteHeader header h1 img {
	margin-left: 0.8em;
}
#siteHeader header .inq {
	width: 40%;
	float: right;
}
.arrow-l {
	margin-right: 1em;
	padding: 0 1em 0 0;
	background: url(../images/arrow.png) no-repeat right center;
}
#siteHeader .topics {
	clear: both;
	margin: 0 auto 1em;
}
.profile_links li {
/*margin-bottom: 1em;*/
}
}

/* for tablet over768px */
@media screen and (min-width: 768px) {
#siteHeader {
	width: 25%;
	margin: 0;
	padding: 0;
}
#siteHeader h1 {
	margin-top: 1em;
	max-width: 256px;
}
#siteHeader header {
	border-bottom: none;
}
#siteHeader .topics {
	width: 90%;
	margin: 5em auto 0 1.6em;
}
#wrapper {
	width: 75%;
	margin: 0;
	padding: 1em 0 0 20px;
}
#content{
	min-height: 400px;
}
.resume {
	width: 96%;
	border: solid #000033 1px;
}
.resume .left{
	float: left;
	width: 70%;
	border-right: solid #ccc 1px;
}
.resume .right{
	float: right;
	width: 30%;
}
.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%;
}
}

/* for pc over 980px */
@media screen and (min-width: 980px) and (max-width: 1199px) {
.resume {
	width: 98%;
	margin-bottom: 0.5em;
}

.profile_links {
	width: 100%;
	/*height: 100%;*/
}
.profile_links ul {
	/*height: 100%;*/
}

.profile_links li {
	width: 32.333%;
	margin-right: 0.5%;
	margin-bottom: 0.5em;
}
.profile_links li:nth-child(3n+1) {
	margin-right: 0.5%;
}
.profile_links li:nth-child(3n+2) {
	margin-right: 0;
}
.profile_links li:nth-child(3n+3) {
	margin-left: 0.5%;
}
.related_links {
	width: 100%;
}
.related_links li {
	width: 24%;
	margin-right: 0.65%;
	font-size: 87.5%;
	margin-bottom: 0.5em;
}
.related_links li:nth-child(2n) {
	margin-right: 0.65%;;
}
.related_links li:nth-child(4n) {
	margin-left: 0%;
	margin-right: 0;
}

/*.related_links li:nth-child(2n) {
	margin-right: 0;
}
.related_links li:nth-child(3n) {
	margin-left: 2%;
}*/
}

/* for pc over 980px */
@media screen and (min-width: 1200px) {
#siteHeader {
	width: 20%;
}
#wrapper {
	width: 80%;
	padding: 10px 10px 0 20px;
}
#content{
	padding-bottom: 0.3em;	
}
.flex_box,
.flex_box2{
	display: -webkit-flex;
	display: flex;
}
.flex_box .flex_box{
	padding-bottom: 0.5em;	
}
.resume {
	width: 74%;
	float: left;
	border: solid #000033 1px;
	margin-bottom: 0;
	margin-right: 0.3%;
}
.resume h1 {
	margin-bottom: 1em;
	padding: 0.5em 1em 0.8em;
}
.resume h2 {
	margin: 0.2em 1em 0.2em;
}
.resume p.txtR{
	padding-top: 10px;
}
.resume ul {
	margin-bottom: 0em;
}
.profile_links {
	width: 24.0%;
	margin-left: 8px;
	float: left;
}
.ie9 .profile_links {
	margin-left: 7px;
	}
.profile_links li {
	clear: both;
	width: 100%;
	margin-bottom: 3%;	
}
.profile_links li:nth-child(6){
	margin-bottom:0;
}
.profile_links .arrow {
	margin:0 0.5em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;	
}
/*.profile_links li:nth-child(5),
.profile_links li:nth-child(6){
	margin-bottom: 0;
}*/
.related_links{
	clear: both;	
}
.related_links li {
	width: 24%;
	margin-right: 1%;
	font-size: 87.5%;
	margin-bottom: 0.5em;
}
.related_links li img{
	width: 24%;
	float:left;
}
/*.related_links li:nth-child(4n) {
	margin-right: 0;
	background:#ccc;
}*/
.related_links li:nth-child(2n) {
	margin-right: 1%;;
}
.related_links li:nth-child(4n) {
	width: 24%;
	margin-left: 0.1%;
	margin-right: 0;
}
.related_links li .title {
	/*height: 3em;*/
	overflow: hidden;
	zoom:1;
}

}

@media screen and (min-width: 1200px) and (max-width: 1235px) {
		
	.profile_links li {
	margin-bottom: 3.5%;
}
}


@media only screen and (-webkit-min-device-pixel-ratio: 1.5),  only screen and (-o-min-device-pixel-ratio: 3/2),  only screen and (min--moz-device-pixel-ratio: 1.5),  only screen and (min-device-pixel-ratio: 1.5) {
body {
	font-size: 14px;
}
h1, h2, h3, h4, h5 {
	font-size: 100%;
}
p {
	font-size: 100%;
}
th, td, li {
	font-size: 100%;
}
}
