@charset "utf-8";
/* CSS Document */
/* Create 2020.05.20 14:05 */
/* Modify 2022.08.26 11:03 */

/***************************************************************************************************************/
/***** style5fの代わりに定義 ***********************************************************************************/
/***************************************************************************************************************/


/** {	padding:0; margin:0; }*/
html, body {
	font-size: 16px;
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}
html,body{
}

body {
	overflow: scroll;
	border-collapse:collapse;
	word-break:break-all;
font-family: 'Yu Gothic UI','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}

p.sentence,table.sentence2 td,table.sentence2 th {
line-height:1.6;
}
body, h1, h2, h3, h4, h5, p, img, ul, li, dl, dt, dd, ol, div, table, tr, th, td, hr {
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	line-height:1;
	font-weight:normal;
	font-size:1rem;
}

ol, ul, dl, li, tr, th, td {
font-size: 1rem;
}

h1.caption { font-size: 1rem; font-weight:700; }
h2.caption { font-size: 1rem; font-weight:normal; }
h3.caption { font-size: 1rem; font-weight:700; }

.backgroundOpacity{
	background:rgba(255,255,255,0.5);
}

.iraiHeightPic {
	height:600px;
}

/*padding margin borderを含めた幅*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	border: none;
}

em {
	font-style: normal;
	font-weight: bold;
}

p {
	margin:0;
	padding:0;
	font-size:1rem;
	font-weight:normal;
	line-height:1;
	color: #333;
}

.fwBold {
	font-weight:bold;
}


p.doc {
	margin: 0 auto;
	text-align:left;
	padding: 0;
	line-height:1.6;
	visibility: visible;
}


span {
	margin:0;
	padding:0;
	color: #333;
	text-decoration: none;
}



p.space {
	line-height: 0.5em;
}
.update {
	color: #999;
	font-weight: bold;
}
table {
	border: none;
}

img.def {
	border: none;
	padding: 0.25em;
}

/* topstyle.css
#wrapper {
	position:relative;
	top:0;
	left:0;
	width:100%;
	margin:0 auto;
	height:auto;
	z-index:0;
}
*/
/* basicStyle.css 
#wrapper {
	position:relative;
	top:0;
	left:0;
	width:100%;
	margin:0 auto;
	height:auto;
	z-index:0;
}
*/
/* formStyle.css
#wrapper {
	position:relative;
	top:0;
	left:0;
	width:100%;
	margin:0 auto;
	height:auto;
	z-index:0;
}
*/

/* menuStyle.css
#wrapper {
	position:relative;
	top:0;
	left:0;
	width:100%;
	margin:0 auto;
	height:auto;
	z-index:0;
}
*/


#wrapper2 {
	position: relative;
/*	max-width: 960px;*/
	top:0;
	left:0;
	width:100%;
	margin:0 auto;
	height:auto;
/*	height: 100%;*/
/*	min-height: 100%;*/
	z-index:0;
	overflow:scroll
}
#wrapper2 img.head-logo {
	display: block;
	width: 100%;
	height: auto;
}


#wrapper {
	position: relative;
/*	max-width: 960px;*/
	top:0;
	left:0;
	width:100%;
	margin:0 auto;
	height:auto;
/*	height: 100%;*/
/*	min-height: 100%;*/
	z-index:0;
}

#wrapper img.head-logo {
	display: block;
	width: 100%;
	height: auto;
}

/* basicStyle.css
#inner {
	height:100%;
	margin:0 auto;
	min-height:100%;
	padding-bottom:100px;
	position:relative;
	overflow:hidden;
	width:100%;
}
*/

/* menuStyle.css
#inner {
	height: 100%;
	margin: 0 auto;
	min-height: 100%;
	padding-bottom: 100px;
	position: relative;
	overflow: hidden;
	width: 100%;
}
*/

/* topstyyle.css
#inner {
	height: 100%;
	margin: 0 auto;
	min-height: 100%;
	padding-bottom: 100px;
	position: relative;
	overflow: hidden;
	width: 100%;
}
*/

#inner2 {
/*	height: auto !important;*/
	height: 100%;
	margin: 0 auto;
	min-height: 100%;
	padding-bottom: 100px;
	position: relative;
	overflow: scroll;
	width: 100%;
}

#inner {
/*	height: auto !important;*/
	height: 100%;
	margin: 0 auto;
	min-height: 100%;
	padding-bottom: 100px;
	position: relative;
	overflow: hidden;
	width: 100%;
}

#main {
	margin: 0;
	padding: 0;
	width: 100%;
}

#main-doc {
	margin: 0;
	padding: 0px 0.5em 0px;
	width: 100%;
}

/*
img.cj, div.cj, table.cj { margin:0 auto; }
p.rj, input.rj, th.rj, td.rj, caption.rj, blockquote.rj, h1.rj, h2.rj, h3.rj, h5.rj, ul.rj, li.rj, ol.rj dl.rj, dt.rj, dd.rj { text-align:right; }
p.lj, input.lj, th.lj, td.lj, caption.lj, blockquote.lj, h1.lj, h2.lj, h3.lj, h5.lj, ul.lj, li.lj, ol.lj dl.lj, dt.lj, dd.lj { text-align:left; }
p.cj, input.cj, th.cj, td.cj, caption.cj, blockquote.cj, h1.cj, h2.cj, h3.cj, h5.cj, ul.cj, li.cj, ol.cj dl.cj, dt.cj, dd.cj { text-align:center; }
.floatLeft { float:left; }
.floatRight { float:right; }
.clearboth { clear:both; }
.clearLeft { clear:left; }
.clearRight { clear:right; }
.clearBoth { clear:both; }
.clearNone { clear:none; }

ol.dec li { list-style-type: decimal; }
dl dt.caption { font-weight:700; }
ul.dec li { list-style-type:decimal; }
a { text-decoration:none; }

a:hover {
	background: linear-gradient(transparent 0%, #fff799 0%);
	font-weight: bold; 
	border-radius:6px;
}
*/


h1.headerName {
	margin:0;
	padding:0;
	display:block;
	width:100%;
	background:#090;
	font-size: 1.125rem;
	text-align:center;
	line-height:1.6;
}
h1.headerNameNone {
	margin:0;
	padding:0;
	display:block;
	width:100%;
	background:#090;
	font-size: 1.125rem;
	text-align:center;
	line-height:1.6;
}
span.headerName {
	color:#fff;
}
span.fuki {
	color:#fff;
}
p.courseName {
	display:inline-block;
}

@media screen and (max-width: 896px) {
h1.headerName {
	margin:0;
	padding:0;
	display:inline;
	background:none;
	font-size: 1rem;
	font-weight:700;
	text-align:left;
	line-height:1.3;
}
h1.headerNameNone {
	display:none;
}
span.headerName {
	color:#333;;
}
span.fuki {
	color:#333;
}
p.courseName {
	display:none;
}

}

/*
.twothirds {
	width: 49.9%;
	float: left;
	padding: 0;
}

.onethird {
	width: 99.8%;
	float: left;
	padding: 0;
}

.twothirds img {
	padding: 0;
	margin: 0;
}


.fullSize {
	width: 100%;
	height: auto;
}
.halfSize {
	width: 50%;
	height: auto;
}
.onethirdSize {
	width: 33.333%;
	height: auto;
}
.quarterSize {
	width: 25%;
	height: auto;
}
.onefifthSize {
	width: 20%;
	height: auto;
}
.onesixthSize {
	width: 16.666%;
	height: auto;
}
.oneseventhSize {
	width: 14.285%;
	height: auto;
}
.oneeighthSize {
	width: 12.5%;
	height: auto;
}
.largeSize {
	width: 640px;
	height: auto;
}
.mediumSize {
	width: 320px;
	height: auto;
}
.smallSize {
	width: 160px;
	height: auto;
}
.about-ninetypercentSize {
	width: 90%;
	height: auto;
	margin: 5% 5%; 
}
.about-fiftypercentSize {
	width: 48%;
	height: auto;
	margin: 2% 2%; 
}
.about-thirtypercentSize {
	width: 28%;
	height: auto;
	margin: 1% 1%; 
}

@media screen and (max-width: 480px) {
.fullSize {
	display: block;
	width: 100%;
	height: auto;
}
.halfSize, .onethirdSize, .quarterSize, .onefifthSize, .onesixthSize, .oneseventhSize, .oneeighthSize {
	display: block;
	width: 100%;
	height: auto;
	float: none;
}

.largeSize {
	display: block;
	width: 100%;
	height: auto;
}
.mediumSize {
	display: block;
	width: 100%;
	height: auto;
}
.smallSize {
	display: block;
	width: 100%;
	height: auto;
}

}
*/

/*:::::::::::::::::::::::::::::::::::::::::::::::::*/

#top-navi {
  width: 100%;
  background: #099;
}

#top-navi ul {
  background: #FC6;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#top-navi ul li {
  display: block;
  float: left;
  width: 20%;
  line-height: 2;
  vertical-align: middle;
}

#top-navi ul li a {
  text-align: center;
  display: inline-block;
  float: left;
  width: 100%;
  text-decoration: none;
  color: #fff;
  background: #993;
  border: 1px #060 solid;}


#top-navi ul li a:link {
  color: #fff;
}


#top-navi ul li a:visited {
  color: #fff;
}

#top-navi ul li a:hover {
  color: #090;
  background: #fff;
}

@media screen and (max-width: 480px) {

#main {
	width: 100%;
}
#main img {
	display: block;
	float: none;
	padding: 0;
}

#main img.anicon {
	display: inline;
}
picture {
	display: none;
}
h1#headtitle {
	display: none;
}
div.boxLeftHalf {
	float: none;
	width: 100%;
}
div.boxRightHalf {
	float: none;
	width: 100%;
}
ul.listmenu-vd-icon-small {
	margin: 0;
	padding: 0;
}
}