@charset "utf-8";

/*-------------default-----------*/

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
	font-size:100%;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

body {
	font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-image: url(../img/bg.jpg);
}
/*------------------------------------*/

a:link {
  color: #004080;
}

a:hover {
  color: #005ebb;
}

a:visited {
  color: #004080;
}

  /*p {
margin: 18px 0 18px 0;
  line-height: 180%;
  letter-spacing: 1px;
}
*/

/*---------- main----------*/

#main {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 900px;
	border-right:  solid 2px #dcdddd;
	border-bottom: solid 2px #dcdddd;
	border-left: solid 2px #dcdddd;
	background-color: #ffffff;
}



/*---------- header----------*/

#header {
	margin: 0;
	width: 900px;
	height: 120px;
	background-image: url(../img/h1_bg.gif);
	background-repeat: no-repeat;
}

#header h1 {
	margin: 0;
	text-align: left;
	font-weight: normal;
	font-size: 0.8em;
	color: #eeeeee;
	background-image: -webkit-repeating-linear-gradient(270deg,rgba(18,79,127,1.00) 0%,rgba(255,255,255,1.00) 4.66%,rgba(6,89,155,1.00) 27.47%,rgba(14,94,158,1.00) 68.39%,rgba(255,255,255,1.00) 96.38%,rgba(60,143,202,1.00) 100%);
	background-image: -moz-repeating-linear-gradient(270deg,rgba(18,79,127,1.00) 0%,rgba(255,255,255,1.00) 4.66%,rgba(6,89,155,1.00) 27.47%,rgba(14,94,158,1.00) 68.39%,rgba(255,255,255,1.00) 96.38%,rgba(60,143,202,1.00) 100%);
	background-image: -o-repeating-linear-gradient(270deg,rgba(18,79,127,1.00) 0%,rgba(255,255,255,1.00) 4.66%,rgba(6,89,155,1.00) 27.47%,rgba(14,94,158,1.00) 68.39%,rgba(255,255,255,1.00) 96.38%,rgba(60,143,202,1.00) 100%);
	background-image: repeating-linear-gradient(180deg,rgba(18,79,127,1.00) 0%,rgba(255,255,255,1.00) 4.66%,rgba(6,89,155,1.00) 27.47%,rgba(14,94,158,1.00) 68.39%,rgba(255,255,255,1.00) 96.38%,rgba(60,143,202,1.00) 100%);
	background-repeat: repeat-x;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 8px;
}
#header h2 {
	margin: 0;
	font-weight: bold;
	font-size: 1.2em;
	color: #0353BD;
	padding-right: 10px;
	/*padding-bottom: 10px;*/
	float: right;
	clear: right;
	display: block;
}

/*ロゴ画像設定
---------------------------------------------------------------------------*/
#header #logo {
	position: absolute;
	top: 40px;
}
#header #tel {
	position: relative;
	width: 300px;
	float: right;
}
/*---------------------------------------------------------------------------*/


/*-----------------menu----------------------------------------------------*/

#header-menu {
	height: 24px;
	background-color: #333333;
	margin: 0px;
	padding: 13px 0 0 20px;
	border-top: solid 2px #cccccc;
	border-bottom: solid 2px #cccccc;
	background-repeat: repeat-x;
	text-align: left;
	width: auto;
	background-image: url(../img/head_menu_back_base.gif);
}

#header-menu ul {
  text-align: left;
  margin: 0px;
  padding: 0px
}

#header-menu li {
	color: #ffffff;
	display: inline;
	padding-left: 17px;
	padding-right: 12px;
	background-position: left center;
	background-image: url(../img/l_icon.gif);
	background-repeat: no-repeat;
}

#header-menu a {
  color: #ffffff;
  text-decoration: none;
	font-size: 105%;
}

#header-menu a:hover {
  color: #dddddd;
}

/*----------  ----------*/

#container {
  width: 888px;
  overflow: hidden;
  margin: 0px;
  padding: 6px;
  background-color: #ffffff;
}


/*---------- ----------*/

#contents {
	float: right;
	margin: 0;
	padding: 5px 10px 5px 0;
	/*line-height: 180%;*/
	width: 650px;
	letter-spacing: 1px;
}

#contents #navi {
  margin: 0;
  padding: 0 0 5px 0;
  font-size: 12px;
}

 #contents h1 {
  position: relative;
  padding: .75em 1em .75em 1.5em;
  border: 1px solid #ccc;
}

#contents h1::after {
  position: absolute;
  top: .5em;
  left: .5em;
  content: '';
  width: 6px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: #3498db;
  border-radius: 4px;
}



#contents h2 {
 border-bottom: solid 3px #ffc778;
 position: relative;
}

#contents h2:after {
	position: absolute;
	content: '';
	display: block;
	border-bottom: solid 3px #3498db;
	bottom: -3px;
	width: 20%;
}

#contents p {
	margin: 18px 0 18px 0;
	padding: 0 5px 0 5px;
	line-height: 180%;
	color: #000;
}

#contents a {
  color: #004080;
}

#contents a:hover {
  color: #005ebb;
}

#contents .gray_bg {
  margin: 18px 0 18px 0;
  padding: 2px 8px 2px 8px;
  line-height: 200%;
  letter-spacing: 1px;
  border-top: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  background-color: #eeeeee;
}

#contents .gray_bg p {
  line-height: 200%;
  letter-spacing: 1px;
}

#contents img.icatch {
  margin: 0 0 10px 0;
}

#contents img.photo {
  float: left;
  margin: 10px 20px 0 0;
}

#contents img.picture {
  margin: 0 10px 10px 0;
  float: left;
}

#contents img.picture_r {
  margin: 0 0 10px 10px;
  float: right;
}

#contents p.photo {
  margin: 0 0 20px 0;
  padding: 0;
}

#contents p.back {
  margin: 0;
  padding: 0 5px 0 0;
  text-align: right;
}

/*テーブル１
---------------------------------------------------------------------------*/
/*テーブル１
---------------------------------------------------------------------------*/
/*テーブル全体の設定*/
.ta1 {
	border: 1px solid #5091CB;
	padding-top: 10px;
	padding-left: 10px;
	width: 95%;
	margin-top: 10px;
	margin-left: 20px;
}

.ta1 td, .ta1 th{
	border: 1px solid #a2a2a2;	
	line-height: 2;
}
.ta1 td{ padding: 10px; }


.ta1 th{
	width: 200px;
	padding: 10px;
	text-align: center;
	background: #ebebeb;	
}



/*テーブル2
---------------------------------------------------------------------------*/
/*テーブル全体の設定*/
.ta2 {
	border: 3px solid #A98E95;	/*テーブルの外側の枠線の幅、線種、色*/
	width: 500px;		/*テーブル幅*/
	background: #FFF;	/*背景色*/
	padding-top: 10px;
	padding-left: 10px;
	float: left;
}

.ta2 td, .ta1 th{
	border: 1px solid #a2a2a2;	/*テーブル内の枠線の幅、線種、色*/
	line-height: 2;
	width: 25%;
}
/*テーブル内のtd幅(右側)*/
.ta2 td{
	width: 350px;
	padding: 10px;
	vertical-align: top;
}

/*テーブル内のth(左側)*/
.ta2 th{
	width: 150px;
	padding: 10px;
	text-align: center;
	background: #ebebeb;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta2 th.tamidashi{
	width: auto;
	text-align: left;
	background: #efc7cb;	
	}/*背景色*/

/*---------------------------------------------------------------------------*/

/*---------- side menu----------*/

#side-menu {
	float: left;
	margin: 3px 0 15px 0;
	padding: 0;
	width: 210px;
	text-align: left;
	letter-spacing: 1px;
	background-color: #f6f6f6;
}

#side-menu h1 {
	 position: relative;
  padding: .75em 1em .75em 2em;
  border: 1px solid #ccc;
  border-top: 3px solid #3498db;
  background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
  background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
}

#side-menu h1::after {
  position: absolute;
  top: 1em;
  left: 0.6em;
  z-index: 2;
  content: '';
  width: 10px;
  height: 10px;
  border: 3px solid #3498db;
  border-radius: 100%
}


#side-menu ul{ 
margin: 0; 
padding: 0; 
list-style: none; 
}
#side-menu li{ 
display: inline; 
padding: 0; 
margin: 0; 
}

#side-menu li a{
	display: block;
	border: 1px solid #9F99A3;
	text-decoration: none;
	color: #3498db;
	text-align: left;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding: 10px;
	
}


#side-menu li .recruit a{
	margin: 0px !important;
	padding: 0px !important;
}
#container #side-menu ul .recruit1 a{
	background-color: #075FC9;
	border: 1px solid #9F99A3;
	margin: 0px;
	color: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding: 10px;
}
#container #side-menu ul .recruit1 a .recrui2 {
	font-size: 0.7em;
}

#container #side-menu ul .recruit1 a:hover{
	border: 1px solid #8593A9;
	background-color: #f0e68c;
	color: #ff4500;
	font-weight: bold;
}
#container #side-menu ul .recruit1 a .recrui3 {
	text-align: center;
	padding: 5px;
	width: 120px;
	margin-left: 20px;
	background-color: #999;
	margin-top: 5px;
	border-radius: 5px;
	font-size: 0.7em;
	font-weight: 350;
	color: #FFF;
}


#side-menu li a:hover{
	border: 1px solid #8593A9;
	background-color: #3498db;
	color: #FFF;
}


#side-menu p {
  margin: 0;
  padding: 10px 4px 2px 4px;
  background-color: #f3f3f2;
  line-height: 180%;
}

#menu.menulist {
	margin: 0 0 15px 0;
	padding: 5px 2px 0px 5px;
	width: 200px;
	text-align: left;
	background-image: url(../img/menu_back.gif);
}

#menu.menulist h1 {

position: relative;/*相対位置*/
padding: 0.5em 0.5em 0.5em 1.5em;/*アイコン分のスペース*/
line-height: 1.4;/*行高*/
color: #ff6a6a;/*文字色*/
border-top: dotted 1px gray;
border-bottom: dotted 1px gray;
background: #fffff4;
}

#menu.menulist h1:before{ font-family: FontAwesome;/*忘れずに*/
content: "\f138";/*アイコンのユニコード*/
position: absolute;/*絶対位置*/
font-size: 1em;/*サイズ*/
left: 0.25em;/*アイコンの位置*/
top: 0.5em;/*アイコンの位置*/
color: #ff6a6a; /*アイコン色*/
}


#menu.menulist a{
	font-size:0.9em;
  color: #004080;
  display: block;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  padding: 8px 4px 4px 22px;
  line-height: 180%;
  text-decoration: none;
  background-image: url(../img/side_menu_bg.gif);
  background-repeat: no-repeat;
 }

#menu.menulist a:hover{
  color: #005ebb;
  text-decoration: underline;
  background-image: url(../img/side_menu_bg_hover.gif);
  background-repeat: no-repeat;
}


#menu.menu_free {
  margin: 0 0 14px 0;
  padding: 5px 2px 0px 5px;
  width: 200px;
  text-align: left;
  background-image: url(../img/menu_back.gif);
}

#menu.menu_free h2 {
  height: 21px;
  margin: 0;
  padding: 9px 0 0 12px;
  font-size: 12px;
  color: #fffffc;
  background-image: url(../img/sidebar.gif);
  background-repeat: no-repeat;
}

#menu.menu_free a{
  color: #004080;
  padding: 6px 0 5px 0;
  font-size: 12px;
 }

#menu.menu_free a:hover{
  color: #005ebb;
}

#menu.menu_free p{
  margin: 0;
  padding: 10px 4px 0 4px;
  font-size: 12px;
  line-height: 180%;
}


/*----------footer ----------*/

#footer {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 15px 0 15px 0;
  text-align: center;
  color: #333333;
  border-top: solid 3px;
  border-top-color: #005ebb;
  background-color: #eeeeee;
}

#footer a {
  color: #333333;
 }

#footer a:hover {
  color: #333333;
}
.center { text-align: center; 
}
#container #contents .ta1 tr td .gyo {
	line-height: 18px;
	margin: 7px 0px 7px 0px;/*上、右、下、左*/
}
