@charset "utf-8";
html, body,article#background {
	position: relative;
	width: 100%;
}
#loading {
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	position: fixed;
	top: 0px;
	left: 0px;
	display: none;
	z-index: 9999;
}

#loading p {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -4px;
	margin-left: -34px;
	z-index: 50;
}
::selection {
 background: #ffd800;
}
::-moz-selection {
 background: #ffd800;
}

/* header
------------------------------------------------------------------*/
header {
	width: 100%;
	min-width: 1024px;
	height: 151px;
	background: url(../img/bg_header.png);
	line-height: 0;
	position: absolute;
	z-index: 50;
}
header.bgMega {
	background: #fff;
}
header.following {
	position: fixed;
	top: -93px !important;
	z-index: 120;
}
header.fixed {
	position: absolute;
	top: -151px !important;
}
.headerInner {
	width: 1024px;
	height: 93px;
	margin: 0 auto;
	position: relative;
}
.headerInner h1,
.headerInner #googleSearch,
.headerInner ul#conversionNavi,
.headerInner ul#subNavi {
	position: absolute;
}
.headerInner h1 {
	top: 18px;
	left: 0;
}
.headerInner ul#conversionNavi {
	top: 0;
	right: 170px;
}
.headerInner ul#subNavi {
	top: 55px;
	right: 0;
}
.headerInner ul#conversionNavi li,
.headerInner ul#subNavi li {
	float: left;
}
.headerInner ul#conversionNavi li:last-child {
	margin-left: 12px;
}
header nav {
	height: 56px;
	border-top: 1px solid #dedfe4;
	border-bottom: 1px solid #dedfe4;
	position: relative;
}
header nav > ul {
	width: 1024px;
	margin: 0 auto;
	overflow: hidden;
}
header nav > ul > li {
	float: left;
}
header nav > ul > li span {
	display: block;
	position: relative;
	height: 56px;
	cursor: pointer;
}
header nav > ul > li:first-child span {
	width: 205px;
}
header nav > ul > li:nth-child(2) span {
	width: 107px;
}
header nav > ul > li:nth-child(3) span {
	width: 135px;
}
header nav > ul > li:nth-child(4) span {
	width: 145px;
}
header nav > ul > li:nth-child(5) span {
	width: 157px;
}
header nav > ul > li:nth-child(6) span {
	width: 139px;
}
header nav > ul > li:last-child span {
	width: 136px;
}
header nav > ul > li span:hover img {
	position: absolute;
	top: -55px;
}
header nav > ul > li.open span img {
	position: absolute;
	top: -112px!important;
}

/* megamenu */
header .mega {
	width: 100%;
	border-top: 2px solid #616161;
	background: #fcfcfc;
	z-index: 100;
	display: none;
	position: absolute;
	top: 56px;
	left: 0;
}
header .mega .inner {
	width: 960px;
	margin: 0 auto;
	padding: 21px 0 25px;
}
header .mega p a {
	width: 930px;
	margin: 0 auto;
	padding: 26px 0 24px 30px;
	display: block;
	color: #000;
	font-size: 23px;
	letter-spacing: 0.12em;
	background: url(../img/icon_arw_mega.gif) left 25px no-repeat;
	font-weight: bold;
}
header .mega p a:hover {
	text-decoration: underline;
}

/* 辻調について */
header .mega.about p {
	background: url(../img/bg_mega_about.jpg) center top no-repeat #fff;
}
header .mega.about dl {
	float: left;
	width: 480px;
}
header .mega.about dl dt {
	margin: 0 0 14px;
}
header .mega.about dl dd img {
	float: left;
}
header .mega.about dl dd ul {
	float: left;
	margin: 0 0 0 28px;
}
header .mega.about dl dd ul a {
	font-size: 13px;
	color: #000;
	font-weight: bold;
	display: block;
	margin: 0 0 14px;
	background: url(../img/icon_arw01.png) left 2px no-repeat;
	padding: 0 0 0 13px;
}
header .mega.about dl dd ul a:hover {
	text-decoration: underline;
}

/* 学び */
header .mega.branding p {
	background: url(../img/bg_mega_branding.jpg) center top no-repeat #fff;
}
header .mega.branding dl:first-child {
	float: left;
	width: 293px;
}
header .mega.branding dl:nth-child(2) {
	float: left;
	width: 313px;
	margin-left: 40px;
}
header .mega.branding dl:last-child {
	float: left;
	width: 273px;
	margin-left: 40px;
}
header .mega.branding dl dt {
	margin: 0 0 14px;
}
header .mega.branding dl dd img {
	float: left;
}
header .mega.branding dl dd ul {
	float: left;
	margin-left: 15px;
}
header .mega.branding dl:nth-child(2) dd ul {
	float: left;
	margin-left: 15px;
	width:190px;
}
header .mega.branding dl dd ul a {
	font-size: 13px;
	color: #000;
	font-weight: bold;
	display: block;
	margin: 0 0 14px;
	background: url(../img/icon_arw01.png) left 2px no-repeat;
	padding: 0 0 0 10px;
	line-height: 1.4;
}
header .mega.branding dl dd ul a:hover {
	text-decoration: underline;
}


/* 学校紹介 */
header .mega.college p {
	background: url(../img/bg_mega_college.jpg) center top no-repeat #fff;
}
header .mega.college dl {
	float: right;
	width: 570px;
}
header .mega.college dl:first-child {
	float: left;
	width: 375px;
}
header .mega.college dl dt {
	margin: 0 0 12px;
}
header .mega.college dl dd {
	float: left;
	margin-right: 15px;
}
header .mega.college dl dd:last-child {
	margin-right: 0;
}

/* キャリア・就職 */
header .mega.job p {
	background: url(../img/bg_mega_job.jpg) center top no-repeat #fff;
}

/* 生活サポート */
header .mega.lifeSupport p {
	background: url(../img/bg_mega_lifesupport.jpg) center top no-repeat #fff;
}

/* 学費・奨学金 */
header .mega.expense p {
	background: url(../img/bg_mega_expense.jpg) center top no-repeat #fff;
}

/* 入学するには */
header .mega.entrance p {
	background: url(../img/bg_mega_entrance.jpg) center top no-repeat #fff;
}

/* その他 */
header .mega.job ul li,
header .mega.lifeSupport ul li,
header .mega.expense ul li,
header .mega.entrance ul li {
	float: left;
	margin-left: 15px;
}
header .mega.job ul li {
	margin-left: 14px;
}
header .mega.job ul li:first-child,
header .mega.lifeSupport ul li:first-child,
header .mega.expense ul li:first-child,
header .mega.entrance ul li:first-child {
	margin-left: 0;
}
header .mega a {
	display: block;
}


#contents.mega:after {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.6;
}


/* google search */
#googleSearch {
	width: 160px !important;
	height: 22px;
	top: 8px;
	right: 0;
}
#googleSearch input[type="text"].box {
	width: 122px;
	float: left;
	height: 16px;
}
#googleSearch form .btn {
	background: url(../img/btn_google_serch.gif) 0 0 no-repeat;
	border: none;
	text-indent: -9999px;
	cursor: pointer;
	padding: 0 !important;
	float: left;
}
#googleSearch .gsc-input {
	padding-right: 0 !important;
	font-size: 1em;
}
#googleSearch .gscb_a {
	vertical-align: middle;
}
#googleSearch input.gsc-search-button,
#googleSearch input.gsc-search-button:hover,
#googleSearch input.gsc-search-button:focus {
	border-color: #000 !important;
  background-color: #000 !important;
	padding: 6px 5px !important;
  border-radius: 0 !important;
	    margin: 2px 0 0 !important;
}

/* breadCrumb
------------------------------------------------------------------*/
#breadCrumb {
  width: 1024px;
  margin: 0 auto;
  padding: 10px 0 12px;
	color: #231815;
}
#breadCrumb li {
  display: inline-block;
  font-size: 11px;
	background: url(../img/icon_crumb.gif) left center no-repeat;
	padding: 0 5px 0 12px;
}
#breadCrumb li:first-child {
  background: url(../img/icon_home.gif) left center no-repeat;
  padding-left: 0;
  text-indent: 100%;
  /*white-space: nowrap;*/
  overflow: hidden;
  width: 12px;
  height: 11px;
  cursor: pointer;
  vertical-align: middle;
}
#breadCrumb li:first-child a {
	color: #fff;
	display: block;
}
#breadCrumb li:first-child:hover {
	opacity: 0.7;
}
#breadCrumb a {
	color: #6f6c6b;
}
#breadCrumb a:hover {
	text-decoration: underline;
}

/* contents
------------------------------------------------------------------*/
#contents {
	position: relative;
	z-index: 100;
}
#contents.bgMega:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.7;
	z-index: 1001;
}

/* contentsWrap
------------------------------------------------------------------*/
#contentsWrap {
	line-height: 0;
	position: relative;
	margin: 0 auto 100px;
	width: 100%;
}

/* sub */
#contentsWrap > .inner{
	width: 980px;
	margin: 0 auto;
	position: relative;
}
#main {
	width: 760px;
	float: right;
	color: #231815;
}
.oneColumn #main {
	width: 980px;
}
#contents.sub {
  z-index: 10;
	padding-top: 151px;
}
.sub #contentsWrap {
	font-size: 14px;
  margin: 40px 0;
}


/* conversion */
#conversion {
	width: 98px;
	position: fixed;
	top: 97px;
	right: 0px;
	z-index: 150;
	display: none;
}
#conversion .cart_btn01{
	position:relative;
	cursor: pointer;
  background-color: #fff;
}
#conversion .cart_btn01 .cart_box span{
	position:absolute;
	top:50px;
	left:42px;
	font-size:24px;
	font-weight:bold;
	color:#FFFFFF;
}

#conversion .cart_btn01 .cart_box:hover{
  opacity: 0.7;
}

#conversion p,
#conversion a,
#conversion img {
	line-height: 0;
}
#conversion p {
	margin: 0 0 1px;
}
#conversion ul li {
	float: left;
	margin: 0 0 1px 1px;
}
#conversion ul li:nth-child(2n+1) {
	margin: 0;
}
#conversion ul li a {
	display: block;
	height: 38px;
}
#conversion.fixed {
	display: none !important;
}

/* slideBanner
------------------------------------------------------------------*/
aside {
	margin-bottom: 100px;
}
aside li:hover  {
	opacity:0.7 !important;
	filter: alpha(opacity=70) !important;
	-ms-filter: "alpha(opacity=70)" !important;
	-moz-opacity:0.7 !important;
	-khtml-opacity: 0.7 !important;
}

/* backTop
------------------------------------------------------------------*/
#backTop {
	clear: both;
	position: fixed;
	bottom: 0;
	right: 0;
	height: 32px;
	display: none;
	z-index: 10;
}

/* footer
------------------------------------------------------------------*/
footer {
	line-height: 0;
	position: relative;
	margin-bottom: 250px;
	z-index: 1000;
	min-width: 1024px;
}

/* footer sitemap */
#footerInner {
	border-top: 5px solid #ffd800;
	background-color: #fff;
	position: relative;
	z-index: 50;
	min-width: 1024px;
}
#footerInner #sitemap {
	width: 960px;
	margin: 0 auto;
	padding: 45px 0 30px;
}
#footerInner #sitemap dl {
	height: 542px;
	float: left;
	border-left: 1px solid #eeeff1;
	padding: 5px 0 5px 20px;
	margin: 0 0 30px 20px;
}
#footerInner #sitemap dl:first-child {
	border-left: 0;
	padding-left: 0;
	margin-left: 0;
}
#footerInner #sitemap dl dt {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	margin: 0 0 15px;
}
#footerInner #sitemap dl:nth-child(2) dt {
	margin: 0 0 10px;
}
#footerInner #sitemap dl:nth-child(2) dd {
	margin: 0 0 22px;
}
#footerInner #sitemap dl:nth-child(2) dd:last-child {
	margin: 0;
}
#footerInner #sitemap dl:nth-child(2) dd span {
	font-size: 12px;
	color: #333;
	font-weight: bold;
	margin: 0 0 10px;
	display: block;
}
#footerInner #sitemap dl dd > ul {
	width: 200px;
	border-bottom: 1px solid #cecece;
}
#footerInner #sitemap dl:nth-child(3) dd > ul {
	width: 210px;
}
#footerInner #sitemap dl:nth-child(4) dd > ul {
	width: 220px;
}
#footerInner #sitemap dl dd > ul > li > a {
	font-size: 12px;
	color: #666;
	display: block;
	padding: 14px 0 14px 33px;
	border-top: 1px solid #cecece;
	background: url(../img/icon_footer_link.gif) no-repeat 10px center #fff;
	line-height: 1.4;
}
#footerInner #sitemap dl dd ul li a span {
	background: url(../img/icon_blank01.png) no-repeat right center;
	padding-right: 17px;
}
/* sub menu */
#footerInner #sitemap dl dd ul li ul li a {
	display: block;
	font-size: 12px;
	color: #808080;
	padding: 0 0 14px 33px;
}

#footerInner #sitemap dl dd > ul > li > a:hover,
#footerInner #sitemap dl dd ul li ul li a:hover {
	text-decoration: underline;
}

/* guide */
#footerInner #guide {
	clear: both;
	border-top: 1px solid #cecece;
	padding: 30px 0;
}
#footerInner .guideInner {
	clear: both;
	width: 940px;
	margin: 0 auto;
}
#footerInner #guide dl {
	float: left;
	margin-left: 50px;
}
#footerInner #guide dl:first-child {
	margin-left: 0;
}
#footerInner #guide dl dt {
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 15px;
}
#footerInner #guide dl.tel dd ul li:first-child {
	margin: 0 0 10px;
}
#footerInner #guide dl.qrCode dd img {
	float: left;
}
#footerInner #guide dl.qrCode dd p {
	float: left;
	font-size: 12px;
	color: #333;
	width: 230px;
	padding: 0 0 0 10px;
	line-height: 1.4;
}
#footerInner #guide dl.account dd ul li {
	float: left;
	margin-left: 2px;
}
#footerInner #guide dl.account dd ul li:first-child {
	margin-left: 0;
}

/* copyrightArea */
#copyrightArea {
	width: 100%;
	position: relative;
	bottom: 0;
	background: url(../img/bg_copyright.jpg) no-repeat top center;
	z-index: 10;
}
#copyrightArea.fixed {
	position: fixed;
}
.copyrightInner {
	height: 215px;
	width: 960px;
	margin: 0 auto;
	padding-top: 35px;
}
.copyrightInner p {
	text-align: center;
	margin: 0 0 40px;
}
.copyrightInner ul {
	margin: 0 auto 30px;
	text-align: center;
}
.copyrightInner ul li {
	display: inline-block;
  padding: 0 14px 0 17px;
	border-left: 1px solid #fff;
}
.copyrightInner ul li:first-child {
	border-left: 0;
}
.copyrightInner ul li a {
	font-size: 12px;
	color: #fff;
}
.copyrightInner ul li a:hover {
	text-decoration: underline;
}
.copyrightInner small {
	color: #fff;
	font-size: 10px;
	text-align: center;
	display: block;
}



/* title
------------------------------------------------------------------*/
.sub h2 {
	height: 100px;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-color: #f4f4f4;
}
.sub h2 b {
	display: none;
}
.sub.oneColumn h2,
.sub.categoryTop h2 {
	height: 200px;
}
.sub.oneColumn h2 b,
.sub.categoryTop h2 b {
	display: block;
	width: 1024px;
  margin: 0 auto;
}
.sub.oneColumn h2 b img,
.sub.categoryTop h2 b img {
	margin-left: -45px;
}
.sub h2.hide {
	text-indent: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  height: 0 !important;
}


/* caption01 */
.sub #main h3.caption01 {
	border-bottom: 6px solid #ffd800;
	margin: 0 0 30px;
	padding: 34px 0 35px;
	font-size: 30px;
	font-weight: normal;
	line-height: 1.4em;
}
.sub #main h3.caption01 span {
	font-size: 20px;
}

/* caption02 */
.sub #main h3.caption02,
.sub #main h4.caption02,
.sub #main h5.caption02 {
	margin: 0 0 30px;
  border-left: 6px solid #ffd800;
  padding-left: 4px;
  font-size: 20px;
}
.sub #main h3.caption02 b,
.sub #main h4.caption02 b,
.sub #main h5.caption02 b {
  border-top: 1px solid #bfc1c1;
  border-bottom: 1px solid #bfc1c1;
  padding: 22px 0 18px 16px;
  display: block;
	-webkit-text-size-adjust: 100%;
}
.sub #main h3.caption02 b span,
.sub #main h4.caption02 b span,
.sub #main h5.caption02 b span {
	display: block;
  font-size: 14px;
  margin: 0 0 12px;
}
.sub #main h3.caption02 b em,
.sub #main h4.caption02 b em,
.sub #main h5.caption02 b em {
  font-size: 14px;
  margin: 0 0 0 12px;
}
.sub #main h3.caption02 b a,
.sub #main h4.caption02 b a,
.sub #main h5.caption02 b a {
  float: right;
  font-size: 13px;
  color: #420909;
  margin: 4px 5px 0 0;
  background: url(../img/icon_arw02.png) right 0 no-repeat;
  padding: 0 16px 0 0;
}
.sub #main h3.caption02 b a:hover,
.sub #main h4.caption02 b a:hover,
.sub #main h5.caption02 b a:hover {
	text-decoration: underline;
}

/* caption03 */
.sub #main h3.caption03,
.sub #main h4.caption03,
.sub #main h5.caption03,
.sub #main h6.caption03 {
	font-size: 19px;
  font-weight: normal;
	margin: 0 0 20px;
	background: url(../img/icon_square.gif) left 6px no-repeat;
  padding: 2px 0 2px 25px;
  line-height: 1.4em;
}

/* side */
.sub #side h3 {
	border: 2px solid #d9d9d9;
	height: 113px;
	position: relative;
	background: url(../img/bg_side_ttl_y.gif) 20px 70px no-repeat;
	margin: 0 0 30px;
}
.sub #side h3 a {
	display: block;
  height: 113px;
}
.sub #side h3:hover {
	background-color: #f7f7f7;
}
.sub #side h3 b {
	position: absolute;
  left: 20px;
  bottom: 50px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5em;
}
.sub #side h4 {
	margin: 0 0 15px;
  font-size: 16px;
	font-weight: normal;
}
.sub #side #calendar {
	margin: 0 0 40px;
}



/* side
------------------------------------------------------------------*/
#side {
	width: 174px;
	float: left;
}
#side.fixed {
	position: fixed;
	top: 100px;
}
#side.test {
	position: absolute;
	bottom: 60px;
	top: inherit;
}
#side a {
  color: #6f6c6b;
}
#side a.active2 {
	color: #231815;
	font-weight: bold;
}
#side ul > li > a {
  margin: 0 0 12px;
  display: block;
  font-size: 13px;
  background: url(../img/icon_side_arw02.gif) left 3px no-repeat;
  padding: 0 0 0 12px;
  line-height: 1.4em;
}
#side ul > li > a:hover {
	text-decoration: underline;
}
#side ul li ul {
	margin: 0 0 26px;
	display: none;
}
#side ul li a.active2 + ul {
	display: block;
}
#side ul li a.active2 + ul a.active2 {
	color: #6f6c6b;
}
#side ul li a.active2 + ul a.active3 {
	color: #231815;
}
#side ul li ul li a {
  background: #f7f7f7;
  display: block;
  margin: 0 0 1px 12px;
  font-size: 11px;
  padding: 12px 0 12px 9px;
	color: #6f6c6b;
}
#side ul li ul li a:hover {
	background: #ededed;
	color: #231815 !important;
	text-decoration: none;
}
#side ul li ul li a.active3 {
	background: #ededed;
	color: #231815;
	position: relative;
}
#side ul li ul li a.active3:after {
  content: url(../img/icon_side_arw03.gif);
  position: absolute;
  top: 50%;
  right: -10px;
  margin-top: -7px;
}
#side ul.entryBtn {
	border-top: 1px solid #bfc1c1;
	padding-top: 15px;
	margin: 30px 0 50px;
}
#side ul.entryBtn a {
	background: url(../img/icon_arw05.png) right bottom no-repeat #ededed;
	color: #231815;
	padding: 14px 0 14px 13px;
	font-size: 12px;
	text-decoration: none;
}
#side ul.entryBtn a:hover {
	text-decoration: none;
	background-color: #e4e4e4;
}

/* category */
.sub #side ul.category,
.sub #side p.calendar {
  margin: 0 0 40px;
}
.sub #side ul.category li {
	position: relative;
}
.sub #side ul.category li a {
	background: none;
	border-bottom: 1px solid #d9d9d9;
	margin: 0;
	padding: 15px 5px 15px 25px;
}
.sub #side ul.category li a:hover {
	background: #ededed;
	text-decoration: none;
}
.sub #side ul.category li:before {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  position: absolute;
  top: 16px;
  left: 6px;
	background: #f5f6f7;
}

/* カレンダー */
#side #calendar table {
	width: 100%;
}
#side #calendar table caption {
	font-weight: bold;
	background: #ffd800;
	width: 174px;
	height: 24px;
	line-height: 24px;
	padding: 5px 0;
}
#side #calendar table caption a,
#side #calendar table caption span {
	display: block;
	float: left;
	height: 24px;
	line-height: 24px;
}
#side #calendar table caption span {
	font-size: 12px;
	text-align: center;
	width: 134px;
}
#side #calendar table caption a {
	width: 19px;
	text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#side #calendar table caption a.prev {
	border-right: 1px solid #bd9d00;
	background: url(../img/icon_arw_btn03.png) no-repeat center center;
	text-align: left;
}
#side #calendar table caption a.next {
	border-left: 1px solid #bd9d00;
	background: url(../img/icon_arw_btn02.png) no-repeat center center;
	text-align: right;
}
#side #calendar table th,
#side #calendar table td {
	text-align: center;
	vertical-align: middle;
	padding: 10px 0;
	border-bottom: 1px solid #e6e6e6;
}
#side #calendar table th {
	font-weight: normal;
	font-size: 7px;
	color: #6c6c6c;
}
#side #calendar table td {
	font-size: 10px;
	color: #474747;
}
#side #calendar table td a {
	font-weight: bold;
	color: #b70003;
	text-decoration: underline;
}
#side #calendar table td a:hover {
	text-decoration: none;
}


/* categoryTop
------------------------------------------------------------------*/
ul.categoryTop {
	margin-left: -16px;
}
ul.categoryTop li {
	width: 316px;
	height: 274px;
	position: relative;
	float: left;
	margin: 0 0 20px 16px;
}
ul.categoryTop a {
	width: 316px;
	height: 274px;
}
ul.categoryTop a img {
	position: absolute;
	top: 0;
	left: 0;
}
ul.categoryTop dl {
	width: 316px;
	height: 59px;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	overflow: hidden;
	background: url(../img/bg_categorytop_opacity.png) 0 bottom no-repeat;
}
ul.categoryTop dl dt {
  padding: 16px 0 0px 20px;
  font-size: 20px;
  font-weight: bold;
  height: 50px;
}
ul.categoryTop dl dt span {
	font-size: 14px;
}
ul.categoryTop dl dt:after {
	margin-top: 6px;
	display: block;
	content: "";
	width: 18px;
	height: 3px;
	background-color: #ffd800;
	transition: .25s ease-out;
	-webkit-transition: .25s ease-out;
	-moz-transition: .25s ease-out;
	-o-transition: .25s ease-out;
	-ms-transition: .25s ease-out;
}
ul.categoryTop dl dd {
  padding: 0px 20px 0;
  font-size: 16px;
  line-height: 1.8em;
}
ul.categoryTop a:hover dl dt:after {
	width: 198px;
}

/* tab
------------------------------------------------------------------*/
ul.tab {
	border-bottom: 3px solid #ffd800;
	margin: 0 0 30px;
}
ul.tab li span,
ul.tab li a {
  height: 50px;
  border-left: 1px solid #fff;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
	font-size: 13px;
	background: url(../img/icon_tab_arw.png) center 38px no-repeat #f2f2f2;
	line-height: 1.2em;
}
ul.tab li:first-child span,
ul.tab li:first-child a {
	border: none;
}
ul.tab li span:hover,
ul.tab li a:hover {
	background-color: #ffd800 !important;
	cursor: pointer;
}
ul.tab li {
	float: left;
	padding-top: 9px;
}
ul.tab li.select span,
ul.tab li.select a {
	background: #ffd800 !important;
	height: 59px;
	font-weight: bold;
	cursor: default;
	font-size: 14px;
}
ul.tab li.select {
	padding-top: 0;	
}

/* btm */
ul.tab.btm li span,
ul.tab.btm li a {
	background: url(../img/icon_tab_arw_btm.png) center 5px no-repeat #f2f2f2;
}
ul.tab.btm {
  border-top: 3px solid #ffd800;
	border-bottom: none;
}
ul.tab.btm li {
  padding-top: 0;
}
ul.tab.btm li.select {
	padding-top: 0;
}

/* 2行 */
ul.tab.line2 li span,
ul.tab.line2 li a {
	background-position: center 60px;
}
ul.tab.line2.btm li span,
ul.tab.line2.btm li a {
	background-position: center 5px;
}
ul.tab.line2 li span,
ul.tab.line2 li a {
	height: 70px;
}
ul.tab.line2 li.select span,
ul.tab.line2 li.select a {
	height: 79px;
}

/* 3行 */
ul.tab.line3 li span,
ul.tab.line3 li a {
	background-position: center 75px;
}
ul.tab.line3.btm li span,
ul.tab.line3.btm li a {
	background-position: center 5px;
}
ul.tab.line3 li span,
ul.tab.line3 li a {
	height: 86px;
}
ul.tab.line3 li.select span,
ul.tab.line3 li.select a {
	height: 95px;
}

/* 4行 */
ul.tab.line4 li span,
ul.tab.line4 li a {
	background-position: center 90px;
}
ul.tab.line4.btm li span,
ul.tab.line4.btm li a {
	background-position: center 5px;
}
ul.tab.line4 li span,
ul.tab.line4 li a {
	height: 100px;
}
ul.tab.line4 li.select span,
ul.tab.line4 li.select a {
	height: 109px;
}


/* 2個 */
ul.tab.two li span,
ul.tab.two li a {
	width: 379px;
}
ul.tab.two li.select span,
ul.tab.two li.select a {
	width: 380px;
}

/* 3個 */
ul.tab.three li span,
ul.tab.three li a {
	width: 252px;
}
ul.tab.three li.select span,
ul.tab.three li.select a {
	width: 253px;
}

/* 4個 */
ul.tab.four li span,
ul.tab.four li a {
	width: 189px;
}
ul.tab.four li.select span,
ul.tab.four li.select a {
	width: 190px;
}

/* 5個 */
ul.tab.five li span,
ul.tab.five li a {
	width: 151px;
}
ul.tab.five li.select span,
ul.tab.five li.select a {
	width: 152px;
}

/* 6個 */
ul.tab.six li span,
ul.tab.six li a {
	width: 162px;
}
ul.tab.six li:last-child span,
ul.tab.six li:last-child a {
	width: 160px;
} 
ul.tab.six li.select span,
ul.tab.six li.select a {
	width: 163px;
}
ul.tab.six li.select:last-child span {
	width:161px!important;
}

/* sub common
------------------------------------------------------------------*/
#main section {
	margin-bottom: 50px;
}
#main p {
	line-height: 2em;
}
#main th,
#main td {
	line-height: 1.8em;
}
#main a {
	color: #231815;
}


/* icon
------------------------------------------------------------------*/
.blank,
.pageBack,
.pdfIcon,
.exelIcon,
.wordIcon {
	text-decoration: underline;
}
.blank:hover,
.pageBack:hover,
.pdfIcon:hover {
	text-decoration: none;
}
.blank:after {
	content: url(../img/icon_blank01.png);
  padding-left: 6px;
}
.pdfIcon:after {
	content: url(../img/icon_pdf.png);
	padding-left: 6px;
	display: inline-block;
	vertical-align: middle;
}
.exelIcon:after {
	content: url(../img/icon_exel.png);
	padding-left: 6px;
	display: inline-block;
	vertical-align: middle;
}
.wordIcon:after {
	content: url(../img/icon_word.png);
	padding-left: 6px;
	display: inline-block;
	vertical-align: middle;
}
.pageBack:before {
	content: url(../img/icon_back.gif);
  padding-right: 6px;
	display: inline-block;
  vertical-align: middle;
}

/* btn
------------------------------------------------------------------*/
.btnType01 a {
  height: 45px;
  background: #b70003;
  border-radius: 4px;
  box-shadow: 0 2px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 2px rgba(0,0,0,0.2);
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  font-size: 14px;
  padding: 2px 30px 0;
  line-height: 1.3em;
	text-align: center;
	color: #fff !important;
	text-decoration: none;
}
.btnType01 a span {
	background: url(../img/icon_arw_btn.png) left center no-repeat;
	padding-left: 18px;
}
.btnType01 a:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter:"alpha( opacity=70 )";
}
.btnType02 a {
	height: 28px;
  background: #fff;
  border-radius: 4px;
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
  padding: 2px 30px 0;
  line-height: 1.3em;
  text-align: center;
  color: #000 !important;
  border: 1px solid #c0c0c0;
	text-decoration: none;
}
.btnType02 a span {
	background: url(../img/icon_arw01.png) left 5px no-repeat;
	padding-left: 12px;
}
.btnType02 a:hover {
	background-color: #eee;
}


.btnType02.detail a {
  background: #fff;
  border-radius: 4px;
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
  padding: 5px 60px;
  line-height: 1.3em;
  text-align: center;
  color: #000 !important;
  border: 2px solid #fff226;
	text-decoration: none;
}
.btnType02.detail a span {
	background: url(../img/icon_arw01.png) left center no-repeat;
	padding-left: 12px;
}
.btnType02.detail a:hover {
	background-color: #eee;
}


/* blank */
.btnType01 .blank:after {
	content: url(../img/icon_blank02.png);
  padding-left: 6px;
}
.btnType01 .blank02:after {
	content: url(../img/icon_blank03.png);
  padding-left: 6px;
}

/* pdf */
.btnType01 a.pdf {
  height: 32px;
  background: #f2f2f2;
  color: #5e5e5e !important;
  font-size: 12px;
}
.btnType01 a.pdf:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter:"alpha( opacity=70 )";
}
.btnType01 .pdf:after {
  content: url(../img/icon_pdf.gif);
  padding-left: 6px;
  display: inline-block;
  vertical-align: middle;
}
.btnType01 .pdf2:after {
	content: url(../img/icon_pdf2.gif);
	padding-left: 6px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: 1px;
}

/* word */
.btnType01 a.word {
  height: 32px;
  background: #f2f2f2;
  color: #5e5e5e !important;
  font-size: 12px;
}
.btnType01 a.word:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter:"alpha( opacity=70 )";
}
.btnType01 .word:after {
  content: url(../img/icon_word.gif);
  padding-left: 6px;
  display: inline-block;
  vertical-align: middle;
}

/* excel */
.btnType01 a.excel {
  height: 32px;
  background: #f2f2f2;
  color: #5e5e5e !important;
  font-size: 12px;
}
.btnType01 a.excel:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter:"alpha( opacity=70 )";
}
.btnType01 .excel:after {
  content: url(../img/icon_excel.gif);
  padding-left: 6px;
  display: inline-block;
  vertical-align: middle;
}



/* anchor btn
------------------------------------------------------------------*/
.anchor {
	margin: 0 0 30px;
}
.anchor li {
  float: left;
	margin: 0 0 12px 10px;
	cursor: pointer;
}
.anchor li:first-child,
.anchor li:nth-child(4),
.anchor li:nth-child(7) {
	margin-left: 0;
}
.anchor li a {
  height: 56px;
	background-color: #ffd800;
  border-radius: 4px;
  box-shadow: 0 2px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 2px rgba(0,0,0,0.2);
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  font-size: 15px;
  padding: 3px 0 0 0;
  line-height: 1.3em;
	text-align: center;
}
.anchor li a:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter:"alpha( opacity=70 )";
}
.anchor li a span {
	background: url(../img/icon_tab_arw.png) left center no-repeat #ffd800;
  padding-left: 22px;
}
.anchor.two a {
	width: 374px;
}
.anchor.three a {
	width: 246px;
}

/* power
------------------------------------------------------------------*/
dl.power {
	border: 3px solid #b70003;
	text-align: center;
	font-size: 26px;
  font-weight: bold;
	position: relative;
}
dl.power dt {
  position: absolute;
  top: -24px;
  left: 15px;
}
dl.power dt span {
  position: relative;
  display: inline-block;
  padding: 0 17px 0 21px;
  width: auto;
  height: 39px;
  line-height: 39px;
  text-align: center;
  z-index: 0;
  background: #b70003;
  color: #fff;
  font-size: 17px;
  font-weight: normal;
}
dl.power dt span:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 22px;
  margin-left: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: transparent #b70003 transparent transparent;
  z-index: -1;
}
dl.power dd {
  padding: 34px 80px 23px;
  line-height: 1.4em;
}

/* linkList
------------------------------------------------------------------*/
ul.linkList {
	border-top: 1px solid #ffd800;
	border-left: 1px solid #ffd800;
}
ul.linkList li {
  float: left;
}
ul.linkList li a,
ul.linkList li span {
  border-bottom: 1px solid #ffd800;
  border-right: 1px solid #ffd800;
  display: block;
  padding: 17px 0 16px 42px;
  font-size: 14px;
  font-weight: bold;
  background: url(../img/icon_arw03.png) 25px center no-repeat #fff;
}
ul.linkList li span {
	background: none;
}
ul.linkList.three li a,
ul.linkList.three li span {
	width: 284px;
}
ul.linkList.four li a,
ul.linkList.four li span {
	width: 202px;
}
ul.linkList li a:hover {
	background: #ffd800;
	background: url(../img/icon_arw04.png) 25px center no-repeat #ffd800;
}
ul.linkList li.active a {
	cursor: default;
	background: #ffd800;
	background: url(../img/icon_arw04.png) 25px center no-repeat #ffd800;
}
ul.linkList.three li:nth-child(3n+1) a {
	width: 282px;
}
ul.linkList.four li:first-child a,
ul.linkList.four li:nth-child(5) a {
	width: 201px;
}

/* areaList
------------------------------------------------------------------*/
dl.areaList {
	background: #f5d8da;
	padding: 30px 35px 30px 0;
	margin: 0 0 40px;
}
dl.areaList dt {
	float: left;
}
dl.areaList dt strong {
  width: 253px;
  height: 48px;
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4em;
  padding: 0 0 0 15px;
}
dl.areaList dt strong span {
	display: block;
  font-size: 13px;
}
dl.areaList dd {
	display: inline-block;
	margin: 0 8px;
}
dl.areaList dd a {
	width: 150px;
}

/* table
------------------------------------------------------------------*/
#main table {
	width: 100%;
  font-size: 12px;
}

/* type01 */
#main table.type01 th {
	background: #666;
	color: #fff;
	text-align: center;
	vertical-align: middle;
  padding: 12px 0;
	border-left: 1px solid #bfc1c1;
}
#main table.type01 th:first-child {
	border-left: none;
}
#main table.type01 td {
	padding: 15px;
	border-bottom: 1px solid #bfc1c1;
	border-left: 1px solid #bfc1c1;
	vertical-align: top;
}
#main table.type01 td:first-child {
	background: #f7f7f7;
	border-left: none;
}

/* type02 */
#main table.type02 tr:first-child th,
#main table.type02 tr:first-child td {
	border-top: 1px solid #bfc1c1;
}
#main table.type02 th {
	background: #666;



	color: #fff;
	text-align: center;
	vertical-align: middle;
  padding: 12px 0;
	border-bottom: 1px solid #bfc1c1;
}
#main table.type02 td {
	padding: 12px 15px;
	border-bottom: 1px solid #bfc1c1;
	border-right: 1px solid #bfc1c1;
	vertical-align: top;
}
#main table.type02 td:last-child {
	border-right: none;
}


/* contact
------------------------------------------------------------------*/
dl.contact {
}
dl.contact dt {
  background: #b70003;
  color: #fff;
  text-align: center;
  padding: 16px 0 12px;
  font-size: 17px;
  font-weight: bold;
}
dl.detail dt{
	background:#ababab;}
dl.contact dd {
	border: 3px solid #b70003;
  padding: 20px;
}
dl.detail dd {
	border: 3px solid #ababab;
}
dl.contact dd ul {
	text-align: center;
}

/* type01 */
dl.contact.type01 dd ul li {
	display: inline-block;
	margin: 0 30px;
}
dl.contact.type01 p.time {
	text-align: right;
  margin: 15px 67px 0 0;
  font-weight: bold;
	line-height: 1em !important;
}
dl.contact.type01 li.time {
	font-weight: bold;
	margin-bottom: 0;
	line-height: 1.4;
}
dl.contact.type01 p.mail {
	margin: 30px 0 0 72px;
	font-weight: bold;
}
dl.contact.type01 p.mail a {
	text-decoration: underline;
	font-size: 20px;
	color: #b70003 !important;
	background: url(../img/icon_mail.gif) left center no-repeat;
	padding: 0 0 0 43px;
	margin: 0 0 0 20px;
	font-weight: normal;
}
dl.contact.type01.planning dd ul li {
	vertical-align: bottom;
	margin: 0 !important;
}
dl.contact.type01.planning p.mail {
	margin: 0 !important;
}


/* type02 */
dl.contact.type02 dd ul li {
	display: inline-block;
	margin: 0 12px;
}
dl.contact.type02 p.time {
	text-align: right;
  margin: 15px 25px 0 0;
  font-weight: bold;
	line-height: 1em !important;
}
dl.contact.type02 p.nasic {
	float: left;
	margin: 0 0 0 20px;
}

/* type03 */
dl.contact.type03 dd ul li {
	display: inline-block;
	margin: 0 12px;
}
dl.contact.type03 p.txt {
	margin: 0 0 15px 90px;
  font-weight: bold;
  font-size: 16px;
}
dl.contact.type03 p.txt span {
  font-size: 12px;
}

/* flow
------------------------------------------------------------------*/
.flowBox:before {
	content: url(../img/img_arw_flow.gif);
	width: 100%;
	height: 16px;
	display: block;
	text-align: center;
	padding: 8px 0;
}
.flowBox:first-child:before {
	content: "";
	height: 0;
	padding: 0;
}
.flowBox dt {
	border-top: 1px solid #b70004;
	border-right: 1px solid #b70004;
	border-left: 1px solid #b70004;
	background: #f5d8da;
  padding: 0px 0 0px 0;
  font-size: 20px;
  font-weight: bold;
}
.flowBox dt span {
  color: #fff;
  background: #b70004;
  width: 50px;
  display: inline-block;
  text-align: center;
  padding: 16px 0 14px;
  margin-right: 18px;
}
.flowBox dd {
	padding: 25px 55px;
	border-bottom: 1px solid #b70004;
	border-right: 1px solid #b70004;
	border-left: 1px solid #b70004;
}


/* news & blog  pager
------------------------------------------------------------------*/

/* Loading */
.list p.loading {
	text-align: center;
  margin: 0 0 0 18px;
  clear: both;
  padding: 20px 0 40px;
}

/* list Pager */
.list ul.pager {
	text-align: center;
}
.list ul.pager li {
	display: inline-block;
  margin: 0 2px;
}
.list ul.pager li a {
	background-color: #ebebeb;
	height: 33px;
	width: 33px;
	display: block;
	line-height: 33px;
}
.list ul.pager li.active a,
.list ul.pager li a:hover {
	background-color: #797674;
	color: #fff !important;
}
.list ul.pager li.back a {
	width: 51px;
	text-align: right;
	padding-right: 12px;
  margin-right: 12px;
	background: url(../img/bg_pager_back.gif) right 0 no-repeat;
}
.list ul.pager li.next a {
	width: 51px;
	text-align: left;
	padding-left: 12px;
	margin-left: 12px;
	background: url(../img/bg_pager_next.gif) left 0 no-repeat;
}
.list ul.pager li.back a:hover {
	background: url(../img/bg_pager_back.gif) right -33px no-repeat;
}
.list ul.pager li.next a:hover {
	background: url(../img/bg_pager_next.gif) left -33px no-repeat;
}



/* detail Pager */
.detail ul.pager {
	text-align: center;
}
.detail ul.pager li {
	display: inline-block;
  margin: 0 2px;
}
.detail ul.pager li a {
	background-color: #ebebeb;
	height: 33px;
	width: 105px;
	display: block;
	line-height: 33px;
}
.detail ul.pager li.active a,
.detail ul.pager li a:hover {
	background-color: #797674;
	color: #fff !important;
}
.detail ul.pager li.back {
	float: left;
}
.detail ul.pager li.next {
	float: right;
}
.detail ul.pager li.back a {
	text-align: right;
	padding-right: 12px;
  margin-right: 12px;
	width: 93px;
	background: url(../img/bg_pager_detail_back.gif) right 0 no-repeat;
}
.detail ul.pager li.next a {
	text-align: left;
	padding-left: 12px;
	margin-left: 12px;
	width: 93px;
	background: url(../img/bg_pager_detail_next.gif) left 0 no-repeat;
}
.detail ul.pager li.back a:hover {
	background: url(../img/bg_pager_detail_back.gif) right -33px no-repeat;
}
.detail ul.pager li.next a:hover {
	background: url(../img/bg_pager_detail_next.gif) left -33px no-repeat;
}

/* アンカーリンク ズレ調整用
------------------------------------------------------------------*/
.anchorPoint {
	margin-top:-60px !important;
	padding-top: 60px !important;
}

/*---------------------------------------------------------------------------------------

	■404, 403

---------------------------------------------------------------------------------------*/
.error h2 {
	height: 100px !important;
	background-image: url(../img/bg_common.png);
}
.error h2 b {
	display: none !important;
}
#main.error p:first-child {
	font-size: 20px;
	color: #b70003;
	margin: 30px 0 30px;
	font-weight: bold;
}
#main.error ul {
	margin: 0 0 40px;
}
#main.error ul li {
	margin: 0 0 15px;
	padding: 0 0 0 10px;
	background: url(../img/icon_arw01.png) left 8px no-repeat;
	line-height: 1.8em;
}
#main.error p.btnType01 {
	margin: 60px auto;
	width: 370px;
}