@charset "utf-8";
/* CSS Document */

/* ===========================================
 * common
=========================================== */
html{
	width: 100%;
	height: 100%;
}

body{
	width: 100%;
	min-width:1024px;
	height: 100%;
	font-size:14px;
	line-height:1.86;
	letter-spacing: 0.075em;
	color: #362a23;
	overflow-x:hidden;
}

.spView01, .viewSp{
	display: none;
}

.red {
	color: #e50b4f;
}

.btn a {
	text-decoration: none;
}

a{
	color: #362a23;
	text-decoration: underline;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    transition: all  0.15s ease;
}

a:hover, a:active{
	opacity: 0.80;
	text-decoration: none;
}

img{
	height: auto;
}

::selection {
    background: #f0d258; /*背景色*/
}
::-moz-selection {
    background: #f0d258; /*背景色*/
}
.cmnLinkTb {
	padding-right: 13px;
	margin-right: 3px;
	background: url("../img/common/ico_blank02.png") right 0.4em no-repeat;
}
.cmnLinkPdf {
	padding-left: 20px;
	background: url("../img/common/ico_pdf.png") left 0.3em no-repeat;
	margin-top: 3px;
	display: inline-block;
}
#contents .cmnTit01 {
	padding: 0 20px 11px;
	border: none;
	margin-bottom: 0px;
	position: relative;
}
#contents .cmnTit01::before {
	content: '';
	position: absolute;
	display: block;
	width: 8px;
	height: auto;
	background-color: #e5dcc9;
	top: 0;
	bottom: 16px;
	left: 0;
}
#contents .cmnTit01 span {
	display: inline-block;
	font-size: 14px;
	vertical-align: baseline;
	margin-left: 15px;
}
.cmnNote01 {
	padding-left: 1em;
	text-indent: -1em;
}
.cmnNote01 {
	padding-left: 1em;
	text-indent: -1em;
}
.cmnTbl01 {
	margin: 15px 0;
}
.cmnTbl01 th {
	background-color: #ece5de;
	text-align: center;
}
.cmnTbl01 th, .cmnTbl01 td{
	border: 1px solid #999;
	padding: 0.8em 1.2em;
	vertical-align: middle;
	line-height: 1.4;
}
.cmnList01, .cmnList02 {
	margin: 0.8em 0;
}
.cmnList01 > li {
	padding-left: 1.8em;
	text-indent: -1.8em;
	margin-top: 0.8em;
}
.cmnList02 > li {
	padding-left: 1.4em;
	text-indent: -1.4em;
	margin-top: 0.8em;
}
.cmnList01 > li li, .cmnList02 > li li {
	margin-top: 0.2em;
}


/* #gHeader
=========================================== */
div#headerWrap{
	width: 1000px;
	height: 170px;
	margin: 0 auto;
	position: relative;
	z-index: 200;
}

div#headerWrap header h1{
	position: absolute;
	top: 52px;
	left: 50%;
	margin-left: -103px;
	background: url("../img/common/bg_logo01.png") no-repeat center bottom;
	background-size: 206px;
	height: 146px;
	width: 206px;
	text-align: center;
	z-index:201;
}

div#headerWrap .bannerArea {
	position: absolute;
    top: 15px;
}

/* #gNav
=========================================== */

nav#gNav{
	position: absolute;
	top: 90px;
	left: 0px;
	width: 1000px;
	z-index: 200;
}

nav#gNav ul.leftNav{
	float: left;
	padding: 2px 0 0;
}

nav#gNav ul.rightNav{
	float: right;
}

nav#gNav ul li{
	float: left;
	position:relative;
}

nav#gNav ul li a,
nav#gNav ul li span{
	height: 35px;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-decoration:none;
}

nav#gNav ul li span {
	height:71px;
}

nav#gNav ul.leftNav a,
nav#gNav ul.leftNav span{
	background: url("../img/common/gnavi01.png") no-repeat 0 0;
}

nav#gNav ul.leftNav li.nav01{
	margin-right: 57px;
}
nav#gNav ul.leftNav li.nav01 span{
	width: 89px;
	background-position: 0 0;
}

nav#gNav ul.leftNav li.nav02{
	margin-right: 56px;
}
nav#gNav ul.leftNav li.nav02 span{
	width: 92px;
	background-position: -143px 0;
}
nav#gNav ul.leftNav li.nav03 a{
	width: 62px;
	background-position: -290px 0;
}



nav#gNav ul.rightNav a{
	background: url("../img/common/gnavi02.png") no-repeat 0 0;
}

nav#gNav ul.rightNav li.nav04{
	margin-right: 59px;
}
nav#gNav ul.rightNav li.nav04 a{
	width: 85px;
	background-position: 0 0;
}
nav#gNav ul.rightNav li.nav05{
	margin-right: 59px;
}
nav#gNav ul.rightNav li.nav05 a{
	width: 85px;
	background-position: -128px 0;
}
nav#gNav ul.rightNav li.nav06 a{
	width: 85px;
	background-position: -257px 0;
}


div#headerWrap #navArea #gNav li ul {
    width: 200px;
    position: absolute;
    z-index: 200;
    top: 53px;
    left: -60px;
    background: url("../img/common/img_navarrow.png") no-repeat center top;
    padding: 9px 0 0;
	display:none;
}

div#headerWrap #navArea #gNav li ul li {
	float:none;
	width:100%;
}

div#headerWrap #navArea #gNav li ul li a {
	background:none;
	color:#fef5e7;
	text-indent:0%;
	width:auto;
	padding:10px 20px;
	font-size:13px;
	background:#362a23;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all  0.2s linear;
}


div#headerWrap #navArea #gNav li ul li a:hover {
	background:#584b44;
	opacity:1;
	
}

/* 吹き出し */
nav#gNav ul.rightNav span {	
	height: 30px;
	display: block;
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
	text-decoration:none;
	position:absolute;
	top:-40px;
	left:50%;
}


div#headerWrap #navArea #spClose {
	display:none;
}


/* #pNav
=========================================== */
ul#pNav{
	overflow: hidden;
	position: absolute;
	top: 22px;
	right: 0px;
}

ul#pNav li{
	float: left;
}

ul#pNav li a{
	height: 13px;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url("../img/common/txt_pnav02.png") no-repeat 0 0;
}

ul#pNav li.pnav01{
	margin-right: 10px;
}
ul#pNav li.pnav01 a{
	width: 100px;
}

ul#pNav li.pnav02{
	margin-right: 20px;
}
ul#pNav li.pnav02 a{
	width: 90px;
	background-position: -221px 0px;
}

ul#pNav li.pnav03 a{
	width: 63px;
	background-position: -300px 0px;
}
ul#pNav li.pnav04{
	margin-right: 20px;
}
ul#pNav li.pnav04 a{
	width: 110px;
	background-position: -100px 0px;
}


/* #info
=========================================== */


div#infoArea {
	width: 100%;
	position: fixed;
	left: 0px;
	top:-420px;
	z-index: 1000;
}
div#infoArea #infoIn {
	background: url("../img/common/bg_info01.png") repeat 0 0;
	position: relative;
	height:420px;
}

div#infoArea #infoIn .secIn {
	padding: 58px 0 0;
	background:url("../img/common/bg_info02.png") no-repeat 369px 278px;
}

div#infoArea #infoIn .secIn:after {
    content: "";
    width: 100px;
    height: 50px;
    background: url("../img/common/img_bus02.gif") no-repeat 0 0;
    bottom: 13px;
    right: 47px;
    display: block;
    position: absolute;
}

div#infoArea #infoIn section h2 {
	margin-bottom:30px;
}

div#infoArea #infoIn #infoAccess {
	float:left;
	width:290px;
	margin-right:80px;
}

div#infoArea #infoIn #infoAccess .map {
	margin-bottom: 16px;
}

div#infoArea #infoIn #infoAccess .ad {
	float: left;
	margin-bottom: 20px;
	width: 200px;
	font-size: 11px;
	line-height:1.4;
	color:#fff;
}
div#infoArea #infoIn #infoAccess .btn {
	float: right;
}

div#infoArea #infoIn #infoContact {
	float:left;
	margin-right:-30px;
	overflow:hidden;
}

div#infoArea #infoIn #infoContact .infoContactIn {
	float:left;
	width:290px;
	margin-right:30px;
}

div#infoArea #infoIn #infoContact .infoContactIn h3 {
	margin-bottom:17px;
}

div#infoArea #infoIn #infoContact .infoContactIn .number {
	margin-bottom:14px;
}

div#infoArea div#infoBtn{
	position: absolute;
	display: block !important;
	cursor: pointer;
	right:2%
}

div#infoArea div#infoBtn:hover {
	margin-top:-5px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}





/* footer
=========================================== */




#pageTop {
	right: 30px;
	z-index:150;
}




#gFooter {
	background: #fdf6ec url("../img/common/bg_footer02.png") repeat-x top;
	position: relative;
	color:#6d615a;
	font-size:13px;
	line-height:1.4;
	padding-top:60px;
	overflow:hidden;
}

#gFooter a {
	color:#6d615a;
	text-decoration: none;
}

#gFooter #footerIn{
	background: url("../img/common/bg_footer01.png") no-repeat center top;
	padding: 174px 0 0;
	width:100%;
	overflow:hidden;
}

#gFooter #footerAd {
	float: left;
	width: 290px;
	margin-right: 74px;
}

#gFooter #footerAd .map {
	margin-bottom: 16px;
}

#gFooter #footerAd .ad {
	float: left;
	margin-bottom: 20px;
	width: 290px;
	font-size: 11px;	
	line-height:1.4;
}
#gFooter #footerAd .btn {
	float: right;
}

#gFooter #footerAd .logo {
	clear: both;
	padding: 20px 0 10px;
	text-align: left;
}

#gFooter #footerAd .logo a {
	width:283px;
	height:65px;
	background:url("../img/common/img_logo03.png") no-repeat 0 bottom;
	display:block;
	text-indent: 100%;
	white-space: nowrap;
	overflow:hidden;
}

#gFooter #footerAd .tel {
	font-weight: bold;
	font-size: 16px;
	padding: 0px 0 5px;
}

#gFooter #sitemap {
	overflow:hidden;
}

#gFooter #sitemap dl {
	float: left;
	width: 180px;
	margin: 0 25px 0 0;
}

#gFooter #sitemap dl dt{
	border-bottom: 2px solid #e9e5dd;
	padding: 15px 0 10px;
	margin: 0 0 10px;
	font-weight: bold;
}
#gFooter #sitemap dl dd{
	background: url("../img/common/ico_arrow01.png") no-repeat 0 12px;
	padding: 7px 10px;
}

#gFooter #sitemap .nLink {
	float: left;
	
}

#gFooter #sitemap ul{
	padding: 6px 0 0px;
	
}
#gFooter #sitemap ul li{
	background: url("../img/common/ico_arrow01.png") no-repeat 0 12px;
	padding: 7px 5px 7px 10px;
	
}

#gFooter #sitemap ul li a.blankLink{
	background: url("../img/common/ico_blank01.png") no-repeat right 6px;
	padding-right: 16px;
}

#gFooter .copyright {
	background: url("../img/common/bg_copy01.png") repeat 0 0;
	color: #fff;
	text-align: center;
	padding: 35px 0;
	margin: 65px 0 0;
}
#gFooter .copyright.test {
	margin: 35px 0 0;
}

/* バス　アニメーション */

div#busArea {
	width:1000px;
	margin:0 auto;
	position: absolute;
    top: 150px;
    left: 0;
    right: 0;
    height: 50px;
}

div#bus {
	-moz-animation: bus 50s linear -5s infinite;
	-webkit-animation: bus 50s linear -5s infinite;
	-ms-animation: bus 50s linear -5s infinite;
	position: absolute;
	top: 0px;
	background:url("../img/common/img_bus01.gif") no-repeat 0 0;
	width:76px !important;
	height:38px;
	display:block;
}

@-moz-keyframes bus {
  0% {right:-100%;}
  60% {right:900px;}
  70% {right:900px;}
  100% {right:200%;}
}

@-webkit-keyframes bus {
  0% {right:-100%;}
  60% {right:900px;}
  70% {right:900px;}
  100% {right:200%;}
}

@-ms-keyframes bus {
  0% {right:-100%;}
  60% {right:900px;}
  70% {right:900px;}
  100% {right:200%;}
}



/* #intern
======================== */
#intern {
	padding: 100px 0 120px 0;
	background-color: #fff;
}
#intern h1 {
	margin: 0 auto 19px auto;
	text-align: center;
}
/* .internIn
----------------------*/
#intern .internIn {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
#intern .internIn p.subtit {
	width: 280px;
	line-height: 28px;
	margin: 0 auto;
	padding: 4px 0 1px 0;
	background-image: url("../img/home/bg_title_relieved01.png");
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
#intern .internIn p.subtit span {
	margin: 0 20px 0 -10px;
	color: #362a23;
}
/* .internIntro
----------------------*/
#intern .internIntro {
	overflow: hidden;
	margin: 70px 0 48px 0;
}
#intern .internIntro .txt {
	float: right;
	width: 550px;
}
#intern .internIntro .txt h2 {
	line-height: 1.1;
	margin-bottom: 21px;
	color: #362a23;
	font-size: 18px;
	font-weight: bold;
}
#intern .internIntro .txt p {
	line-height: 28px;
	color: #554d48;
	font-size: 15px;
}
#intern .internIntro .txt p br:first-child {
	display: none;
}
#intern .internIntro .img {
	float: left;
}




/* #study
======================== */
#study {
	padding: 96px 0 110px 0;
	background-color: #fef5e7;
}
#study .studyIntro,
#study .studyWrap {
	width: 1000px;
	margin: 0 auto;
}
#study header {
	text-align: center;
}
#study h1 {
	margin: 0 auto 18px auto;
	text-align: center;
}
#study p.subtit {
	display: inline-block;
	line-height: 1.1;
	margin: 0 auto;
	padding: 9px 60px 6px 36px;
	background: url("../img/home/bg_title_relieved01.png") no-repeat;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
#study p.subtit span {
	margin-right: 20px;
	color: #362a23;
}
/* .studyIntro
----------------------*/
#study .studyIntro {
	overflow: hidden;
	position: relative;
	margin-bottom: 50px;
}
#study .studyIntro .txt {
	float: left;
	width: 500px;
	padding-top: 66px;
}
#study .studyIntro .txt h2 {
	line-height: 28px;
	margin-bottom: 16px;
	color: #362a23;
	font-size: 18px;
	font-weight: bold;
}
#study .studyIntro .txt p {
	line-height: 28px;
	color: #554d48;
	font-size: 15px;
	letter-spacing: 1px;
}
#study .studyIntro .img {
	float: right;
	padding-top: 70px;
}


/* #news2
======================== */
#news2 .newsInWrap {
	position: relative;
	width: 1000px;
	height: 75px;
	margin: 0 auto;
}
#news2 .newsIn {
	position: absolute;
	width: 1000px;
	height: 85px;
	margin: 0 auto;
}
#news2 .newsIn > h1 {
	float: left;
	width: 110px;
	line-height: 40px;
	margin: 0 40px 0 35px;
	padding: 20px 0 25px 0;
	background: url("../img/home/bg_news01.png") no-repeat;
	background-position: 0 bottom;
	color: #fff;
	font-size: 18px;
	text-align: center;
}
#news2 article {
	float: left;
	line-height: 1.1;
	display: table;
	height: 75px;
}

#news2 article > .date {
	display: table-cell;
	vertical-align: middle;
	padding-top: 2px;
	color: #554d48;
	font-size: 14px;
	font-weight: bold;
}
#news2 article > .key {
	display: table-cell;
	vertical-align: middle;
	padding: 3px 20px 0;
}
#news2 article > .key > span {
	display: inline-block;
	padding: 3px 14px 2px 14px;
	border-radius: 2px;
	background-color: #9b8e86;
	color: #fff;
	font-size: 11px;
}
#news2 article .txt {
	font-size: 13px;
	line-height: 1.4;
	display: table-cell;
	vertical-align: middle;
}
#news2 article .txt a {
	color: #5f9bae;
	text-decoration: underline;
}
#news2 article h1 {
	padding-top: 2px;
	padding-bottom: 3px;
	font-size: 14px;
}
#news2 article h1 a {
	font-weight: normal;
	text-decoration: underline;
}
#news2 .anime01 {
	position: absolute;
	top: 0;
	right: -175px;
	z-index: 2;
}


/* .internInfo table
----------------------*/
#intern .internInfo {
	padding: 34px 40px;
	background-color: #fef5e7;
}
#intern .internInfo table {
	border-collapse: collapse;
	background-color: #fef5e7;
}
#intern .internInfo table li {
	overflow: hidden;
}
#intern .internInfo table li > span {
	float: left;
	margin-right: 18px;
	font-weight: bold;
}
#intern .internInfo table li > .txt {
	float: left;
}
#intern .internInfo table li > .txt span {
	color: #554d48;
	font-weight: bold;
}
#intern .internInfo table tr {
	display: block;
	border-bottom: 1px dotted #d8d5cf;
}
#intern .internInfo table tr + tr + tr {
	border: none;
}
#intern .internInfo table th {
	width: 230px;
	line-height: 2;
	padding: 12px 0 10px 26px;
	background: url("../img/home/ico_pc_02.png") no-repeat;
	background-position: left 20px;
	font-size: 16px;
	text-align: left;
	vertical-align: top;
}
#intern .internInfo table tr:first-child th {
	padding-top: 0;
	background-position: left 9px;
}
#intern .internInfo table tr + tr + tr th {
	padding-bottom: 0;
}
#intern .internInfo table tr:first-child td {
	padding-bottom: 20px;
}
#intern .internInfo table tr:first-child .download {
	padding: 14px 0 0 0;
	background-image: none;
}
#intern .internInfo table tr:first-child .btn {
	display: inline-block;
	margin-top: 10px;
	padding-left: 0;
	background-image: none;
	background-color: #6d615a;
	border-radius: 3px;
	text-align: center;
}
#intern .internInfo table td {
	width: 690px;
	padding: 0 0 6px 12px;
	color: #554d48;
	font-size: 14px;
}
#intern .internInfo table tr:first-child td {
	padding-top: 0;
	padding-left: 0;
}
#intern .internInfo table tr + tr td,
#intern .internInfo table tr + tr + tr td {
	width: 690px;
	line-height: 2;
	padding: 14px 0 12px 0;
}
#intern .internInfo table tr + tr + tr td {
	padding-bottom: 2px;
}
#intern .internInfo table tr + tr + tr td + td {
	display: inline-block;
	padding-left: 255px;
	padding-top: 4px;
}
#intern .internInfo table tr + tr + tr td .contact {
	display: inline-block;
	line-height: 1.1;
	margin-right: 10px;
	padding: 6px 12px 4px 12px;
	background-color: #9b8e86;
	border-radius: 100px;
	color: #fff;
	font-size: 13px;
	float: left;
}
#intern .internInfo table tr + tr + tr td .tel {
	display: inline-block;
	line-height: 1.1;
	padding: 6px 0 3px 0;
	font-weight: bold;
}
#intern .telTd{
	overflow: hidden;
}
#intern .areaTel{
	float: left;
	margin-top: -8px;
}


/* .studyInfo table
----------------------*/
#study .studyInfo {
	padding: 32px 40px 38px 40px;
	background-color: #ffff;
}
#study .studyInfo table {
	border-collapse: collapse;
	background-color: #fff;
}
#study .studyInfo table li {
	overflow: hidden;
}
#study .studyInfo table li > span {
	float: left;
	margin-right: 18px;
	font-weight: bold;
}
#study .studyInfo table tr {
	display: block;
	border-bottom: 1px dotted #d8d5cf;
}
#study .studyInfo table tr + tr + tr {
	border: none;
}
#study .studyInfo table th {
	width: 230px;
	line-height: 2;
	padding: 12px 0 10px 26px;
	background: url("../img/home/ico_pc_02.png") no-repeat;
	background-position: left 20px;
	font-size: 16px;
	text-align: left;
	vertical-align: top;
}
#study .studyInfo table tr:first-child th {
	padding-top: 0;
	background-position: left 9px;
}
#study .studyInfo table tr:first-child td li br {
	display: none;
}
#study .studyInfo table td {
	width: 690px;
	line-height: 2;
	padding: 0 0 6px 0;
	color: #554d48;
	font-size: 14px;
}
#study .studyInfo table tr:first-child td {
	padding-bottom: 10px;
}
#study .studyInfo table tr + tr td,
#study .studyInfo table tr + tr + tr td {
	padding: 13px 0 12px 0;
}
#study .studyInfo table tr + tr + tr td {
	padding-bottom: 2px;
}
#study .studyInfo table tr + tr + tr td + td {
	display: inline-block;
	padding-top: 2px;
	padding-left: 255px;
}
#study .studyInfo table tr + tr + tr td .contact {
	display: inline-block;
	line-height: 1.1;
	margin-right: 10px;
	padding: 5px 12px 3px 12px;
	background-color: #9b8e86;
	border-radius: 20px;
	color: #fff;
	font-size: 13px;
	float: left;
}
#study .studyInfo table tr + tr + tr td .tel {
	display: inline-block;
}
#study .studyInfo table tr + tr + tr td .tel,
#study .studyInfo table tr + tr + tr td .tel a {
	line-height: 1.1;
	padding: 5px 0 2px 0;
	color: #554d48;
	font-weight: bold;
}
#study .telTd{
	overflow: hidden;
}
#study .areaTel{
	float: left;
	margin-top: -8px;
}
