@charset "utf-8";

html { box-sizing: border-box; }
*, *:before, *:after {
	box-sizing: inherit;
}

body {
/*	font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font-family: "メイリオ", Osaka, sans-serif;
	font-weight: 500;
	-webkit-text-size-adjust: 100%;
}

ul, ol {  list-style: none;  }

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/* [firefoxで表示時画像なしがわかるように] */
img:-moz-broken {
	-moz-force-broken-image-icon:1;
	width:24px;
	height:24px;
}

.Tarea {
	margin: auto;
/*	margin-left: 30px;	*/
	line-height: 2em;
	color: #666; 
}
.Tarea div {
	margin: 0 auto;
	margin: 10px;
}
.Tarea p { font-size: 110%; color: #003cb7; font-weight: normal; }
.Tarea .tsub{ font-size: 100%; color: #00acb7; font-weight: normal; }
.Tarea ol { list-style-type: decimal; list-style-position: inside; }
.Tarea ul { list-style-type: disc; list-style-position: inside; }
.Tarea .haken{ font-size: 90%; color: #0000FF; }
.Tarea .acces{ margin: auto; margin: 0 0 30px 50px;}

.Tarea .recruitTbl { width: 100%; margin: 0 0 20px 0;  }
.Tarea .recruitTbl th { width: 20%; padding: 10px 10px; color:#079bf7; border-bottom: dotted 2px #87CEFA; font-weight: normal; text-align: right; vertical-align: top; }
.Tarea .recruitTbl td { /*width: 70%;*/ padding: 5px; color:#2C3511; border-bottom: dotted 2px #87CEFA; }

.Tarea .clientList ul { width: 100%; text-align: center; margin: 0 0 30px 20px; }
.Tarea .clientList li { /*display: inline;*/ margin: 0 0 10px 30px; }
.Tarea span.minText { font-size: 80%; color: #666; }

.Tarea .reccont {
	margin-left: 10px;
	font-size: 120%;
	margin-bottom: 20px;
}

.Tarea .leftmgn {
	margin-left: 20px;
}

.bg_color01 { background-color:#564c8f; color:#fff; padding: 20px; margin-bottom: 10px; }
.bg_color02 { background-color:#145579; color:#fff; padding: 20px; margin-bottom: 10px; }
.bg_color03 { background-color:#574940; color:#fff; padding: 20px; margin-bottom: 10px; }
.Tarea .fonts { font-size: 120%; color:#fff; text-align: center; }


.prdctTbl { width: 100%; }
.prdctTbl th { width: 40%; background:#e8fdbc; font-weight: normal; padding: 20px; }
.prdctTbl .dd01 { width: 30%; background:#fffce3; padding: 20px; }
.prdctTbl .dd02 { width: 30%; background:#e6fffe; padding: 20px; }

/* 
ジャバラ	================ */
#panel > dt {
  border-bottom: solid 1px white;
  background-color: #6cc;
  color: white;
  cursor: pointer;
  padding: 10px;
  font-weight: bold;
  padding-left: 20px;
}
#panel > dt img { float: right; }

#panel > dd {
  border: solid 1px Silver;
  margin: 0px;
  padding: 10px;
}

.footer {
	width: 100%;		/* 横幅いっぱいに帯を表示させる */
	padding: 30px;
	background: #274ea1;
	color: #fff;
	text-align: center;
	font-size: 80%;
}
.footer a { color: #fff; }

.subTit {
/*	width: 100%;	*/
	padding: 5px;
	background: #274ea1;
	font-size: 110%;
	color: #fff; 					/* フォントカラー */
    border-radius: 7px;        		/* CSS3草案 */  
    -webkit-border-radius: 7px;    	/* Safari,Google Chrome用 */  
    -moz-border-radius: 7px;   		/* Firefox用 */  
}

#corp{
	width : 100%;
/*	margin:20px auto 20px;	*/
	color:#2C3511;
	text-align:left;
}
#corp table { width: 100%; margin: 0 0 20px 0;  }
#corp table th { width: 20%; padding: 10px 5px; color:#2C3511; font-weight: normal; border-bottom: dotted 2px #ccc; text-align: center; vertical-align: top; }
#corp table td { /*width: 600px;*/ padding: 10px 5px; color:#2C3511; border-bottom: dotted 2px #ccc; }


/*===========================================
clearfix
===========================================*/

.clearfix:before,
.clearfix:after {
	content: "";
	display: block;
	overflow: hidden;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}


/*===========================================
all
===========================================*/

* {
	box-sizing: border-box;
}

html,
body {
	font-size: 14px;
	line-height: 1.6;
	color: #333333;
	-webkit-text-size-adjust: 100%;
}


/*===========================================
wapper
===========================================*/

#wrapper {
	position: relative;
}

#contents {
/*	margin-top: 0px;	*/
	padding: 0px 5px 10px 5px;
}

#disable-layer {
	width: 100%;
	height: 100%;
	display: none;
	background: rgba(0, 0, 0, 0.3);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 998;
}


/*===========================================
header
===========================================*/

#header {
	width: 100%;
	padding: 10px;
	background: #dcebff;
	display: table;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
	position: fixed;
	top: 0;
	z-index: 2;
}

#header .logo {
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
/*	background-color: #b3e2f9;	*/
/*	background-image: url("../../img//headlogo.svg") */

}

#header .right {
	display: table-cell;
	text-align: right;
}

#header .open {
	padding: 10px 15px;
	background: #274EA1;
	display: inline-block;
	color: #FFF;
	border-radius: 7px;
	text-decoration: none;
	cursor: pointer;
}


/*===========================================
global
===========================================*/

#global {
	width: 280px;
	height: 100%;
	line-height: 1.2;
	position: fixed;
	top: 0;
	left: 100%;
	z-index: 999;
	background: #FFF;
	overflow-y: auto;
}

#global a {
	color: #333;
	text-decoration: none;
}

#global .headline {
	width: 100%;
	padding: 10px;
	font-size: 12px;
	color: #FFF;
	background: #274EA1;
	font-weight: normal;
	display: table;
}

#global .headline {
	padding: 15px 10px;
	display: block;
	background: #274EA1;
	color: #FFF;
}

#global-menu li {
	border-top: 1px solid #D9D9D0;
}

#global-menu li .parent {
	padding: 15px 10px;
	display: block;
	background: #274EA1;
	color: #FFF;
}

#global-menu li a {
	padding: 15px 10px;
	display: block;
	position: relative;
}

#global-menu > li > a:after {
	content: '\f054';
	margin-top: -7px;
	position: absolute;
	top: 50%;
	right: 10px;
}

#global-menu ul li:first-child {
	border-top: none;
}

#global-menu .children {
	background: #F3F3F1;
}

#global-menu .children li {}

#global-menu .children li .trigger {
	padding: 15px 10px;
	display: block;
	position: relative;
	cursor: pointer;
}

#global-menu .children li .trigger:after {
	content: '\f078';
	margin-top: -7px;
	position: absolute;
	top: 50%;
	right: 10px;
}

#global-menu .children li .trigger.active {
	background: #DDD;
}

#global-menu .children li .trigger.active:after {
	content: '\f077';
	margin-top: -7px;
	position: absolute;
	top: 50%;
	right: 10px;
}

#global-menu .children li .target {
	background: #FFF;
	display: none;
}

#global-menu .children li .target.active {
	display: block;
}

#global-menu .children li .target li a:after {
	content: '\f054';
	margin-top: -7px;
	position: absolute;
	top: 50%;
	right: 10px;
}

#global-buttons {
	padding: 10px;
	border-top: 1px solid #D9D9D0;
}

#global-buttons a {
	color: #FFF;
}

#global-buttons .btn-1 {
	width: 48.5%;
	float: left;
}

#global-buttons .btn-2 {
	width: 48.5%;
	float: right;
}

#global-buttons .btn-1 a,
#global-buttons .btn-2 a {
	padding: 15px 10px;
	background: #274EA1;
	border-radius: 7px;
	display: block;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
}

#global-pages li {
	width: 50%;
	float: left;
	border-top: 1px solid #D9D9D0;
	display: table;
}

#global-pages li a {
	padding: 15px 20px 15px 10px;
	display: table-cell;
	vertical-align: middle;
	position: relative;
}

#global-pages li a:after {
	content: '\f105';
	position: absolute;
	margin-top: -10px;
	top: 50%;
	right: 10px;
	font-size: 20px;
}

#global-pages li:nth-child(odd) {
	border-right: 1px solid #D9D9D0;
}

#global-close {
	padding: 10px;
	background: #274EA1;
}

#global-close .close {
	width: 180px;
	margin: auto;
	padding: 15px 10px;
	background: #ccc;
	display: block;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
}

global-btn {
	padding: 10px;
	background: #fff;
}

#global-btn .btn {
	width: 100%;
	margin: auto;
	padding: 15px 10px;
	background: #c3dcfd;
/*	color: #fff;	*/
	display: block;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
}
/*===========================================
transition
===========================================*/

#global,
#wrapper {
	transition: all 0.5s ease;
}


/*===========================================
Font Awesome
===========================================*/

#global-menu > li > a:after,
#global-menu .children li a:after,
#global-menu .children li .trigger:after,
#global-menu .children li .target li a:after,
#global-pages li a:after {
	font-family: 'FontAwesome';
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	float: left;
	font-weight: normal;
	font-style: normal;
}
