@charset "utf-8";
/* CSS Document */

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body, html {
	height:100%;
	width:100%;
	margin:0;
	padding:0;
}


body {
  padding-bottom: 40px;
  color: #5a5a5a;
}

img {max-width:100%}

.container {
	width:100%;
	min-width:1024px;
}


/* HEADER
-------------------------------------------------- */

.header-upper {
background:#046191;
padding:5px;
margin:0;
color:white;
}

.header-under {
background:#047391;
padding:20px 0;
margin:0;
color:white;
}

.logo img{width:219px;}

.e-name {
font-family: 'Oswald', sans-serif;
font-weight: 300;
margin-left:230px;
}

.header-info {
position:absolute;
top:-5px;
right:0px;
text-align:right;
}

.head-box a{color:white;}

/* トップボックス
-------------------------------------------------- */

.top-slide .col-xs-8,
.top-slide .col-xs-4{
	padding-left:0px;
	padding-right:0px;
}

.theme-box {
	height:140px;
	background:#eee;
	overflow:hidden;
}

.top-box {
	position:relative
}

.top-tab-box {
position: absolute;
z-index: 1000;
background: url(img/dot02.png) repeat;
height: 100%;
width: 100%;
padding: 35px 100px;
font-size: 85%;
}

.top-tab {
	color:white;
	margin: 0 auto;
}

.tab-content { 
font-size:130%;
letter-spacing:0.1em;
line-height:1.5em;
}

.nav-tabs {border-bottom: 0px solid #DDD;}

.tab-content .dl-horizontal dt {
width: 200px;
}

.tab-content .dl-horizontal dd {
margin-left: 210px;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  color:white;
  background:white;
  opacity:0.8;
  border-radius:0px;
  color:#666;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
  border:0px;
  color:#666;
}

.nav-tabs > li.active > a,
.nav > li > a:hover,
.nav > li > a:focus {
position: relative;
background: #fff;
margin-bottom: 20px;
border-radius:0;
border:1px solid white;
opacity:1;
}

.nav-tabs > li.active > a {border:1px solid white;}

 
.nav-tabs > li.active > a:after {
content: '';
position: absolute;
border-top: 10px solid #fff;
border-right: 5px solid transparent;
border-left: 5px solid transparent;
bottom: -9px;
left: 48%;
}


.link-books a{
font-size: 80%;
background: #FFF;
padding: 5px 20px;
margin-top: 10px;
opacity: 0.6;
color: #000;
}
.link-books a:hover{
opacity: 0.9;
}


/* テーマ
-------------------------------------------------- */

.theme {
	margin: 0
}

a.theme-box {
	height:133px;
	background:#eee;
	overflow:hidden;
	padding: 3% 15% 0% 3%;
	position:relative;
	display:block;
}

.theme-box.theme02{
	background:#f6f6f6;
	height:134px
}

.theme h2 {
font-size: 120%;
color: #047391;
margin-top: 0px;
}


.theme-title {
	padding-left: 70px;
	min-height: 50px;
	color:#999;
}

a:hover.theme-box {
	text-decoration:none;
	background:#ddd;
}

.theme01 .theme-title {
	background:url(img/theme01.png) no-repeat left center;
}

.theme02 .theme-title {
	background:url(img/theme02.png) no-repeat left center;
}

.theme03 .theme-title {
	background:url(img/theme03.png) no-repeat left center;
}

.theme04 .theme-title {
	background:url(img/theme04.png) no-repeat left center;
}

.theme05 .theme-title {
	background:url(img/theme05.png) no-repeat left center;
}

.theme06 .theme-title {
	background:url(img/theme06.png) no-repeat left center;
}

.theme-next {
position: absolute;
bottom: 15px;
right: 15%;
background: #047391;
padding: 3px 15px;
}

.theme-next {
	color:white;
}

.theme-other h2{
	font-size:150%;
}

.theme-other .theme-title{
	padding-left: 15px;
padding-top: 12px;
}

/* Q&A
-------------------------------------------------- */


.qa-box {
background: #047391;
padding: 20px 15px 15px;
margin: 10px 0;
border-radius: 3px;
color:#fff;
}


.qa-title {
background: #F4FCFF;
}

.qa-title h2 {
margin: 0;
padding: 2% 5%;
font-size: 170%;
color: #5A729C;
}

.qa-form .col-xs-4 label.control-label {
width: 20%;
float: left;
line-height: 16px;
font-size: 90%;
text-align: center;
}

.qa-form .col-xs-4 .form-control {
margin-left: 60px;
width: 80%;
margin-bottom: 10px;
}

.question-box.left-box {
background: #F1F1F1;
padding: 15px;
margin: 10px 0 0 20px;
position: relative;
}

.answer-box.right-box {
background: #F4F4F4;
padding: 15px;
margin: 10px 20px 0 0;
position: relative;
}

.arrow_box {
	position: relative;
}
.arrow_box:after {
right: 100%;
top: 90%;
border: solid rgba(0, 0, 0, 0);
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(241, 241, 241, 0);
border-right-color: #F1F1F1;
border-width: 15px;
margin-top: -30px;
}
.arrow_box.right-box:after {
	left: 100%;
	top: 90%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(241, 241, 241, 0);
	border-left-color: #F4F4F4;
	border-width: 15px;
	margin-top: -30px;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: auto;
  margin-bottom: 0px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.top-slide .carousel .item {
  height: 400px;
  background-color: #777;
}
.top-slide .carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 400px;
}

.carousel-control.left,
.carousel-control.right {
	background-image:none;
}

.carousel-control {
color: #ADADAD;}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
	font-size:20px;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .glyphicon-chevron-left {
top: 100px;}



/* MARKETING CONTENT
-------------------------------------------------- */

.theme-title-bar {
background: #eee;
padding: 20px 0 15px;
margin-bottom:20px;
}

.theme-page .theme h2{
	font-size:150%;
}


/* Featurettes
------------------------- */

.gsc-control-cse {
width: 200px !important;
background-color:transparent !important;
border:none !important;
padding:0 !important;
}

.gsc-control-cse {background-color:transparent !important;}

.gsc-search-box-tools .gsc-search-box .gsc-input {
padding-right: 4px !important;
}

input.gsc-search-button-v2 {
height: 24px !important;
padding: 5px 12px !important;
min-width: 37px !important;
margin-top: 5px !important;
}
input.gsc-search-button { border:0px solid !important;}

input.gsc-input {
	background-color:transparent !important;
	color:#333 !important;
}



/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {


}

@media (min-width: 992px) {

}
