@charset "utf-8";

/* ==================================================
		
		ページ全般の共通CSS

================================================== */

/* --------------------------------------------------
		reset
-------------------------------------------------- */
html { overflow-y: scroll; }

body, header, footer, nav, div, section, article, aside, hgroup, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, blockquote, table, th, td, form, input, textarea, fieldset, legend, figure, figcaption, pre, code, summary {
		padding: 0;
		margin: 0;
}

body { font: 13px/1.8 "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Arial, Helvetica, Verdana, sans-serif; }

header, footer, nav, section, article, aside, hgroup, figure, figcaption, summary { display: block; }

h1, h2, h3, h4, h5, h6 {
		font-size: 100%;
		font-weight: normal;
}

ol, ul { list-style: none; }

table {
		font-size: inherit;
		border-collapse: collapse;
}

th { font-weight: normal; }

address, caption, cite, code, dfn, em, var {
		font-weight: normal;
		font-style: normal;
}

img {
		vertical-align: bottom;
		border: 0;
}

/* --------------------------------------------------
		.clearfix
-------------------------------------------------- */
.clearfix:after {
		height: 0;
		clear: both;
		visibility: hidden;
		display: block;
		content: ".";
}

/* --------------------------------------------------
		body
-------------------------------------------------- */
body {
  color: #333333;
  min-width: 1015px;
}


/* --------------------------------------------------
		link
-------------------------------------------------- */
a, a:visited {
  color: #333333;
  text-decoration: underline;
}

a:hover {
  color: #bc0101;
}

.tit a {
  color: #bc0101;
}


/* --------------------------------------------------
		header
-------------------------------------------------- */
header {
		background: url(/common/img/vi-tit.png) no-repeat top center;
  background-color: #e1f1fb;
  border-bottom: 1px solid #ea6767;
  height: 444px;
}

header .header-inner {
  width: 1015px;
		margin: 0 auto;
}

header .header-inner h1 {
  margin-top: 30px;
  float: left;
}

header .header-inner p {
  margin-top: 37px;
  float: right;
  color: #ffffff;
}

header .header-inner .txt-img img {
  margin: 89px 0 0 36px;
}

header .header-inner ul {
  margin: 28px 0 0 140px;
}

header .header-inner li {
  margin-bottom: 7px;
}

/* --------------------------------------------------
		nav
-------------------------------------------------- */
nav {
  overflow: hidden;
  background-color: #bc0101;
  margin-left: -10px;
}

nav ul {
  width: 839px;
  height: 86px;
  margin: 0 auto;
  display:table;
}

nav ul .business {
  width: 166px;
}

nav ul .emergence {
  width: 99px;
}

nav ul .learning {
  width: 123px;
}

nav ul .books {
  width: 121px;
}

nav ul .outline {
  width: 99px;
}

nav ul .news {
  width: 120px;
}

nav ul .contact {
  width: 111px;
}

nav li {
  display:table-cell;
	 text-align:center;
}

nav li a, nav li a:visited, nav li a:active {
  display: block;
  height: 86px;
  line-height: 86px;
  color: #ffffff;
  text-decoration: none;
}

nav li a:hover{
  color: #ffffff;
  background-color: #dc0101;
}

nav ul .current {
  background-color: #dc0101;
  display: block;
}

/* --------------------------------------------------
		#contents
-------------------------------------------------- */
#contents {
  width: 955px;
  margin: 0 auto;
}

/* --------------------------------------------------
		section
-------------------------------------------------- */
section {
  border-bottom: 1px solid #cccccc;
  padding: 42px 0 50px;
  text-align: center;
}

section:last-child {
  padding-bottom: 70px;
  border-bottom: none;
}

section h2 {
  font-size: 33px;
  margin-bottom: 29px;
  line-height: 1.48;
}

section h2 .stitle {
  font-size: 26px;
  display: block;
}

section h2 .publishing {
  font-size: 24px;
  display: block;
}

.first {
  margin-top: -42px;
}

.h-txt {
  font-size: 22px;
  width: 955px;
  margin: 0 auto 25px;
  text-align: left;}

.h-txt span {
  font-weight: bold;
}

/* --------------------------------------------------
		#border
-------------------------------------------------- */
#border {
  border-bottom: 1px solid #cccccc;
}

/* --------------------------------------------------
		.pagetop
-------------------------------------------------- */
footer .pagetop {
  position: absolute;
  right: 0;
  top: 98px;  
}

/* --------------------------------------------------
		.btn
-------------------------------------------------- */
main section .btn {
  width: 228px;
  height: 54px;
  line-height: 54px;
  background-color: #bc0101;
  margin: 31px auto 0;
  display: block;
  font-size: 18px;
}

main section .btn a, main section .btn a:visited, main section .btn a:active {
  color: #ffffff;
  text-decoration: none;
  display: block;
}

main section .btn a:hover {  
  background-color: rgba(255,255,255,0.5); 
}

/* --------------------------------------------------
		footer
-------------------------------------------------- */
footer {
  border-top: 2px solid #cccccc;
  position: relative;
}

footer .footer-inner {
  font-size: 16px;
  text-align: center;
  padding-top: 32px;
}

/* --------------------------------------------------
		.topicspath
-------------------------------------------------- */
main .topicspath  {
  width: 1015px;
  margin: 14px auto 26px;
  font-size: 16px;
}

main .topicspath li  {
  background: url(/common/img/topicspath-arrow01.png) right center no-repeat;
  display: inline;
  padding: 0 18px 0 1px;
}

main .topicspath li:last-child  {
  background: none;
}

/* --------------------------------------------------
		.footer-contents
-------------------------------------------------- */
.footer-contents {
  background-color: #f5f5f5;
  padding: 41px 0 32px;
}

.footer-contents .top-inner {
  width: 955px;
  margin: 0 auto;
  overflow: hidden;
}

.footer-contents .top-inner .category {
  width: 305px;
  margin-left: 20px;
  float: left;
  position: relative;
}

.footer-contents .top-inner .category:first-child {
  margin-left: 0;
}

.footer-contents .top-inner .category p {
  margin-right: 4px;
}

.footer-contents .top-inner .category .txt {
  margin-top: 8px;
}

.footer-contents .top-inner .category .name {
  font-weight: bold; 
}

.footer-contents .top-inner .category .tit {
  color: #cc0000;
  font-weight: bold;
  margin: 16px 10px 0 0;
}

.footer-contents .top-inner .category .tit span {
  float: right;
  font-size: 12px;
  position: absolute;
  top: 190px;
  right: -7px;
}

/* --------------------------------------------------
		.comming soon
-------------------------------------------------- */
.comming {
  margin: 200px auto 0;
  text-align: center;
}
 
.comming p {
  margin: 30px 0 0 35px;
  line-height: 1.8;
  display: block;
} 
 
/* --------------------------------------------------
		.arrow
-------------------------------------------------- */
main section .arrow {
  width: 955px;
  height: 47px;
  margin: 40px auto 0;
}

main section .arrow .prev {
  float: left;
}

main section .arrow .next {
  float: right;
}
