
.navbar-default {
	background-color: white !important;
}

a {
	color: #365F9B;
}

a.list-group-item {
	padding-left: 2em;
}
a.list-group-item.active, a.list-group-item.active:hover {
	background-color: #365F9B;
	border-color: #365F9B;
}

ul.nav-tabs li.active a span {
	border-bottom: 2px solid #365F9B;
	padding-bottom: 4px;
}

/*
dt {
	margin-top: 10px;
}
*/

body, h1, h2, h3, h4, h5, h6 {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
}
h2 {
	line-height: 130%;
}

h3 {
	background-image: url(../image/h3_bg.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-bottom:12px;
	margin-top: 64px;
}

h3:first-child {
   margin-top: 12px;
 }



/* googlemap */

div.gmap iframe {
	width: 100%;
	height: 300px;
	margin-top: 1em;
}

div.gmap {
	text-align: right;
}

/* company_ceoで利用 */

.frame {
	display: inline-block;
	position: relative;
}
.frame:after {
	position: absolute;
	content: "";
	box-shadow: 0 15px 10px rgba(0,0,0, .5); /* シャドウ */
	transform: rotate(3deg); /* 回転させる */
	right: 5px;
	left: auto;
	top: auto;
	bottom: 15px;
	z-index: -1;
	width: 50%;
	height: 20%;
}

/* index.htmlで利用 */
div.news-topic h3 {
	font-size: large;
	font-weight: bold;
	background: none;
}
div.news-date  {
	margin-top: 20px;
}

/* news_newsでの利用 */
div.news-topic td {
	vertical-align: top;
}

.btn-light {
	color: #333;
	background-color: #CFC8EB;
	border-color:  #CFC8EB;
}

.btn-light:hover {
	background-color: #BFB8DB;
	border-color:  #BFB8DB;
}

.btn-dark {
	color: #FFF;
	background-color: #365F9B;
	border-color: #365F9B;
}

.btn-dark:hover {
	color: #FFF;
	background-color: #7f96c7;
	border-color: #7f96c7;
}



.slideshare {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 84%;
}
.slideshare iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: 478px;
  max-height: 400px;
}

ol.curriculum>li {
	font-weight: bold;
	font-size: larger;
	padding-bottom: 0.5em;
}

ol.curriculum>li>ol>li {
	font-weight: normal;
	font-size: medium;
}

dl.prevcourses>dd {
	padding-bottom: 0.5em;
}

th {
	white-space: nowrap;
}
