﻿@charset "utf-8";
/* CSS Document インデックスページ用CSS */

/* -------------------------------------------- */ 
/* main_top
/* -------------------------------------------- */ 
#main_top {
	width: 100%;
}
/*
#slider_box {
	width: 980px;
	margin: 50px auto 0;
}

#slider {
	background-color: #666;
}
*/
/* -------------------------------------------- */ 
/* main_contents
/* -------------------------------------------- */ 

#contents {
	width: 980px;
	margin: 0 auto;
	overflow:hidden;
/*---修正---*/
	margin-bottom: 30px;	
/*---修正---*/
}

.conts_box_top {
	width: 980px;
	height: 230px;
	margin-bottom: 30px;
}

.conts_01 {
	float: left;
	width: 475px;
	height: 230px;
	background-color: #ed623d;

}

.conts_02 {
	float: right;
	width: 475px;
	height: 230px;
	background-color: #ed623d;
}

.zuiji_annai {
	color:#fff;
	font-size:10px;
	padding: 4.5px 3px 4.5px 3px;
	margin-left:3px;
	background-color:#F00;
}

#contents .img_left {
	float: left;
	width: 210px;
	height: 230px;
}

#contents .text_right {
	float: right;
	width: 221px;
	height: 190px;
	margin: 20px 22px;
}

.conts_box_bottom {
	width: 980px;
}

.conts_box_left {
	float: left;
	width: 590px;
	height: 490px;
}

.conts_03 {
	width: 550px;
	height: 190px;
	padding: 20px;
/*	background-image: url(../img/photo/top_in-service_training.png);*/
	background-color: #ed623d;
}

#contents .text_middle {
	width: 545px;
	height: 190px;
	margin: auto;
}

.text_middle h2 {
	width: 545px;
	height: 190px;
}

.conts04_05_wrap {
	width: 590px;
	height: 230px;
	margin-top: 30px;
}

.conts_04 {
	float: left;
	width: 280px;
	height: 230px;
	background-color: #ed623d;
}

.conts_05 {
	float: right;
	width: 280px;
	height: 230px;
	background-color: #ed623d;
}

#contents .text_left {
	width: 235px;
	height: 190px;
	margin: 20px auto;
}

.conts_06 {
	float: right;
	width: 360px;
	height: 490px;
	background-color: #ed623d;
}

.conts_01,
.conts_02,
.conts_03,
.conts_04,
.conts_05,
.conts_06 {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ed623d+0,ebe889+100 */
background: #defbf4; /* Old browsers */
background: -moz-linear-gradient(top,  #defbf4 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#defbf4), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #defbf4 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #defbf4 0%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #defbf4 0%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #defbf4 0%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#defbf4', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

/*border: 1px solid #aaa;*/

}


#contents .img_top {
	width: 360px;
	height: 230px;
}

#contents .text_bottom {
	width: 315px;
	height: 215px;
	margin: 20px 22px;
}

/* -------------------------------------------- */ 
/* contents box img&text
/* -------------------------------------------- */
h3 .cs_font {
	width: 315px;
	height: 33px;
	font-size: 11px;
}

.cs_button a {
	display: block;
	width: 100px;
	height: 30px;
	margin: 20px 0 0 auto;
	border: 1px solid #07034E;
	color: #07034E;
	font-size: 15px;
	line-height: 30px;
	text-align: center;
}

.cs_button a:hover {
	color: #00c7fc;
	border: 1px solid #00c7fc;
}

.conts_03 .cs_button a {
	margin: 6px 0 0 auto;
}

.conts_04 .cs_button a {
	margin: 10px 0 0 auto;
}

#contents h2 {
	width: 221px;
	height: 33px;
	color: #07034E; 
	font: normal 900 23px sans-serif;
/*	text-shadow: 1px 1px 2px #666;*/
}

#contents h3 {
	width: 221px;
/*	height: 30px;
	line-height: 30px;*/
	height: 12px;
	line-height: 14px;
	padding-bottom: 20px;
	color: #07034E; 
	font-size: 11px;
	text-decoration: underline;
/*	text-shadow: 1px 1px 1px #666;*/
}

#contents p {
	font-size: 13px;
	color: #07034E; 
	margin-top:5px;
}

/* -------------------------------------------- */ 
/* topics
/* -------------------------------------------- */ 
#topics_wrap {
	width: 100%;
	overflow: hidden;
}

.title {
	color: #3399cc;
	font: normal bold 24px Verdana, Geneva, sans-serif;
	letter-spacing: 1px;
	text-align:  center;
}

#topics {
	width: 850px;
	margin: 70px auto 80px;
/*---修正---*/
	margin-top: 5px;
	margin-bottom: 50px;
/*---修正---*/	
}

dl.news {
	margin: 20px 0 0;
	font-size: 13px;
	height : 200px;
	overflow: scroll;
}

dl.news dt {
	clear: left;
	float: left;
	width: 8.5em;
	height: 20px;
	padding-left: 20px;
	border-bottom:dotted 1px #CCC;
	color : #07034E;
	font-weight: bold;
	line-height: 20px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.8em;
	margin-left: 0;
}

dl.news dd {
	height: 20px;
	margin-bottom: 0.8em;
	line-height: 20px;
	border-bottom:dotted 1px #CCC;
	color: #ff6666;
	font-weight: bold;
}


/* -------------------------------------------- */ 
/* slider
/* -------------------------------------------- */ 
/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px;
	background: #fff;

	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #00c7fc;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #222c40;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../img/material/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../img/material/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../img/material/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../img/material/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

.text_right p {
	color: #ff0000;
}

.text_right p {
	padding-top: 15px;
	line-height: 1.5em;
}

/* CSS Document Circle Effect CSS */
/* -------------------------------------------- */
/* Circle Effect CSS
/* -------------------------------------------- */
.circle_area{
	width: 980px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

.circle_area img{
	top: 0;
	left:0;
}



.col-sm-6{
	float:left;
	margin-left: 30px;
}

.ih-item {
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item,
.ih-item * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ih-item a {
  color: #333;
}

.ih-item a:hover {
  text-decoration: none;
}

.ih-item img {
  width: 100%;
  height: 100%;
}

.ih-item.circle {
  position: relative;
  width: 205px;
  height: 205px;
  border-radius: 50%;
}
.ih-item.circle .img {
  position: relative;
  width: 205px;
  height: 205px;
  border-radius: 50%;
}
.ih-item.circle .img:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.ih-item.circle .img img {
  border-radius: 50%;
}

.ih-item.circle .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ih-item.circle.effect15 .img {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -ms-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.ih-item.circle.effect15.colored .info {
  background: #1a4a72;
}

.ih-item.circle.effect15 .info {
  background: #333333;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.5) rotate(-720deg);
  -moz-transform: scale(0.5) rotate(-720deg);
  -ms-transform: scale(0.5) rotate(-720deg);
  -o-transform: scale(0.5) rotate(-720deg);
  transform: scale(0.5) rotate(-720deg);
  -webkit-transition: all 0.35s ease-in-out 0.3s;
  -moz-transition: all 0.35s ease-in-out 0.3s;
  transition: all 0.35s ease-in-out 0.3s;
}

.ih-item.circle.effect15 .info h3 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  font-size: 18px;
  margin: 0 30px;
  padding: 40px 0 0 0;
  height: 80px;
  text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}

.ih-item.circle.effect15 .info p {
  color: #bbb;
  padding: 10px 5px;
  margin: 0 20px;
  font-size: 13px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.ih-item.circle.effect15 a:hover .img {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.5) rotate(720deg);
  -moz-transform: scale(0.5) rotate(720deg);
  -ms-transform: scale(0.5) rotate(720deg);
  -o-transform: scale(0.5) rotate(720deg);
  transform: scale(0.5) rotate(720deg);
}

.ih-item.circle.effect15 a:hover .info {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -ms-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}
