@charset "utf-8";

/* style_sp.css：Smartphone
 * ======================================
 * Font
 * Common Element
 * Header
 * Global navigation
 * Side
 * Footer
 * ======================================
 */

/* Font
------------------------------------------------------------------ */
@font-face {
    font-family: 'rounded-x-mplus-1m-regular';
    src: url('./font/rounded-x-mplus-1m-regular.woff') format('woff'),
         url('./font/rounded-x-mplus-1m-regular.ttf') format('truetype')
}

 /* 基本サイズ（16 * 0.625 = 10px） */
 html {
    font-size: 62.5%;
}
body {
	font-size: 1.4rem; /* =14px */
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: none;
	line-height: 1.6;
	color:#333333;
}

/* Common Element
------------------------------------------------------------------ */
#subPage #main h1 {
	font-family:rounded-x-mplus-1m-regular;
	font-size: 2.0rem; /* =20px */
	color:#595757;
	font-weight: bold;
	text-align: left;
	letter-spacing: 0.1em;
}
#subPage #main h1 span {
	font-size: 0.8rem; /* =8px */
	color:#9FA0A0;
	letter-spacing: 0.1em;
}
#subPage #main h2 {
	font-family:rounded-x-mplus-1m-regular;
	font-size: 1.5rem; /* =15px */
	font-weight: bold;
}
#subPage #main h2 span {
	background: url("../images/common/bg_ttl2.png") no-repeat 10px center;
	-o-background-size: 5px 24px;
	-moz-background-size: 5px 24px;
	-webkit-background-size: 5px 24px;
	-ms-background-size: 5px 24px;
	background-size: 5px 24px;
}
#subPage #main h3 {
	font-family:rounded-x-mplus-1m-regular;
	font-size: 1.4rem; /* =14px */
	font-weight: bold;
	background: url("../images/common/arrow_h3.gif") no-repeat left 9px;
}
#subPage #main h4 {
	font-family:rounded-x-mplus-1m-regular;
	font-size: 1.3rem; /* =13px */
	font-weight: normal;
}
#subPage #main p {
	font-size: 1.2rem; /* =12px */
}

/* Btn */
#subPage #main .pageLinkBtn a {
	font-size: 1.2rem; /* =12px */
	color:#ffffff;
}

 /* リンク */
a:link, a:visited {
	color: #000000;
	text-decoration: none;	
}
a:hover, a:active {
	color:#000000;
	text-decoration: none;
}

img {
	vertical-align:top;
}

/* 注釈 */
#subPage #main .notes {
	font-size: 1.2rem; /* =12px */
	line-height: 1.3;
	margin: 10px 0 0 0;
}
	
/* 折りたたみボタン */
#subPage #main .nameBtn {
	background: url(../images/common/arrow_corner.png) no-repeat 99% 90%;
	min-height: 50px;
	height: auto !important;
	height: 50px;
	padding: 5px 15px;
	vertical-align: middle;
	}
#subPage #main .nameBtn h3 {
	font-size: 1.5rem; /* =15px */
	font-weight: normal;
	background: none;
	padding: 0;
}
#subPage #main h3 span {
	font-size: 1.2rem; /* =12px */
}
#subPage #main .nameBtn h4 {
	display: table-cell;
	font-size: 1.5rem; /* =15px */
	font-weight: normal;
	background: none;
	height: 50px;
	line-height: 1.3;
	padding: 0;
	vertical-align: middle;
}
#subPage #main .nameBtn p {
	font-size: 1.0rem; /* =10px */
	line-height: 1.3;
}
#subPage #main .nameBtn img {
	display: none;
}
	
/* テーブル：ヘッダーあり */
#subPage #main table {
	font-size: 1.2rem; /* =12px */
	width: 100%;
}
#subPage #main table thead {
	color: #FFFFFF;
}
#subPage #main table thead th:first-child {
	border-left: none;
}
#subPage #main table tr th {
	font-weight: normal;
	border-left: 1px solid #FFFFFF;
	line-height: 1.3;
	padding: 5px 10px;
	vertical-align: middle;
}
#subPage #main table tr td {
	line-height: 1.3;
	padding: 5px 10px;
	vertical-align: middle;
}
#subPage #main table tr td:first-child {
	background: #B5B5B6;
	border-top: 1px solid #FFFFFF;
	color: #FFFFFF;
	padding: 5px;
}

/* テーブル：ヘッダー無し */
#subPage #main table tr th {
	border-top: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-weight: normal;
	padding: 10px 15px;
	vertical-align: middle;
}
#subPage #main table tr:first-child th {
	border-top: none;
}

/* 3カラム */
#subPage #main ul.threeColumn {
	list-style: none;
	overflow: hidden;
}
#subPage #main ul.threeColumn li {
	margin: 10px 0;
	padding: 10px 0;
	text-align: left;	
}

/* WEB Admission */
#subPage #content .webAdmission img,
#specialPage #content .webAdmission img {
	height:auto;
	margin: 5px 0 10px 0;
	width: 100%;
	max-width: 100%;
}

/* Header
------------------------------------------------------------------ */
#globalHeader .logo img {
	height:28px;
	width: auto;
}	

/* MENU */
#globalHeader .menuBtn {
	position:absolute; top:-2px; right:10px;
	text-align: center;
	list-style: none;
	font-size: 1.0rem; /* =10px */
	letter-spacing: 0.1em;
	text-align: center;
	color:#000000;
}
#globalHeader .menuBtn a {
	display: block;
	height: 17px;
	width: 48px;
	padding: 35px 0 0 0;
	color:#ffffff;
	border:1px solid #555555;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
#globalHeader .menuBtn a {
	background: url(../images/sp/menu.png) no-repeat center 6px;
	-o-background-size: auto 55%;
	-moz-background-size: auto 55%;
	-webkit-background-size: auto 55%;
	-ms-background-size: auto 55%;
	background-size: auto 55%;
}
#globalHeader .menuBtn a.active {
	background: url(../images/sp/menu.png) no-repeat center 6px;
	-o-background-size: auto 55%;
	-moz-background-size: auto 55%;
	-webkit-background-size: auto 55%;
	-ms-background-size: auto 55%;
	background-size: auto 55%;
}

/* Global navigation
------------------------------------------------------------------ */
#globalNavi .nav li a {
	color:#ffffff;
}
#globalNavi .nav li {
	font-family:rounded-x-mplus-1m-regular;
}
#globalNavi .nav li li a {
	color:#000000;
}

/* Side
------------------------------------------------------------------ */
#side li {
	font-size: 1.3rem; /* =13px */
}
#side #localNavi p {
	background-color: #DDDDDD;
}

/* Footer
------------------------------------------------------------------ */
#globalFooter #footerNavi p {
	font-size: 1.3rem; /* =13px */
	color:#000000;
}
#globalFooter #footerNavi li li {
	font-size: 1.2rem; /* =12px */
}
#globalFooter #footerNavi a {
	color:#000000;
}
#globalFooter .reference {
	font-size: 1.2rem; /* =12px */
}
#globalFooter .reference span {
	font-size: 1.6rem; /* =16px */
}
#globalFooter small {
	display: block;
	font-size: 0.9rem; /* =9px */
	letter-spacing: 0.05em;
	line-height: 1.5;
	color: #ffffff;
}

/* PageTop */
#pageTop img {
     height: 40px;
     width: 40px;
}

