@charset "UTF-8";


/* base 基本スタイル */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #333333;
	font-size: 0.9em;
	line-height: 1.6em;
	background-color: #fffff;
	/*background-image: url(img/bg.jpg);
	background-repeat: repeat-x;*/

}

div, p, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	display: block;
	text-align: left;
}

h1, .title ,.menutitle{
	font-family: 'メイリオ', 'HGP創英角ｺﾞｼｯｸUB', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W6', sans-serif;
	font-weight:normal;
}

h2{
	font-family: 'メイリオ', 'HGP創英角ｺﾞｼｯｸUB', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W6', sans-serif;

}


h1,h2,h3,h4{
	clear:both;
}

img{
	max-width:100%;
}



.FloatEnd {
	clear: both;
	display: block;
	height: 1px;
}

img{
	max-width:100%;
}




/* --------link リンク */

a,a:visited{
	color:#003366;
	text-decoration:underline;
}

a:hover{
	color:#0066cc;
}

a img {
  border: none;
  text-decoration: none;
}

.txt-img img{
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}





/* character 文字装飾 */

strong {
  margin: 0 0.2em;
  padding: 0;
  font-weight: bold;
}


em {
  margin: 0 0.2em;
  padding: 0;
  font-weight: normal;
  text-decoration: underline;
}

.red{
	color:#990000;
}

.blue{
	color:#000066;
}




/* ----------------list リスト */

ul, ol {
  display: block;
  _margin-left:0;
  _margin-right:0;
}

dl{
	margin:0;
	padding:0;
}

ul {
	margin-top: 10px;
	margin-bottom: 10px;
	_margin-left: 20px;
	_padding-left: 20px;
}

ol {
	list-style-type: decimal;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	_margin-left: 30px;
	_padding-left: 20px;
}

*:first-child+html ol{
	margin-left: 30px;
	padding-left: 20px;
}

li {
	display: list-item;
	margin: 0;
}

ul li {
	list-style-type: circle;
/*	list-style-image: url(img/li.gif);*/
}



p {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}





/* basic layout 基本レイアウト */

#container {
	width: 900px;
	_width: 910px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	width:900px;
	height: 100px;
	padding: 15px 0 0 0;
	margin-right: auto;
	margin-left: auto;
	background-color:#ffffff;
}

#sp_header{
	display:none;
}


#text1 {
	padding: 10px 14px;
}

.text2{	/* merit.html */
	padding:10px 10px 10px 30px;

}

.text3{	/* business.html policy.html */
	padding:0px 10px 0px 30px;

}

.text4{	/* profile.html */
	padding:20px 0px 0px 20px;

}




.textbox{	/* merit1.html */
	padding:0px 10px 0 10px;
	margin:10px 0px 10px 20px;
	border:1px solid #cccccc;
	background-color:#ededed;

}

.textbox ul{
	margin:0 0 0 0;
	padding:0;

}

.textbox li{
	margin:0 0 0 20px;
	padding:0;
	list-style-type:square;

}



/* menu グローバルメニュー */

#topmenu {
	height: 42px;
	width: 900px;
	position: absolute;
	top: 100px;
	margin: 10px 0 0 0;
	padding: 0px;
}





/* breadcrumb list グローバルメニュー */

#siteNavi {
	font-size: 0.8em;
	line-height: 1.5em;
	margin-bottom:5px;
	margin-top:10px;
}


#contents {
	_height:10px;
	padding: 50px 0px 0 0px ;
	min-height:400px;
	margin-top:150px;
}

#menu:after,#contents:after{
	height: 1px;
	overflow: hidden;
	content: "";
	display: block;
	clear: both;
}



#pagetop{
	text-align: right;
	padding:10px 0px 0px 0;
	font-size:12px;
	width:900px;
}

.tolist{
	text-align: right;
	padding:0px 10px 10px 0;
	font-size:12px;

}


/* footer フッター */

#footer {
	text-align: center;
	color: #FFFFFF;
	line-height: 25px;
	height: 25px;
	background-color:#152352;
	font-size: 12px;
}


#footer a{
	color: #FFFFFF;
	text-decoration: underline;
}
#footlink {
	text-align: center;
	padding-top: 12px;
	padding-bottom: 8px;
	color: #000000;
	font-size: 14px;
	background-color:#efefef;
	/*background-image: url(img/footer.gif);
	background-repeat: repeat-x;
	background-position: left top;*/
}
#footlink a {
	color: #000000;
	margin-left:5px;
	margin-right:5px;
}

address{
	padding:10px 0 4px 0;
	color: #000000;
	font-size: 14px;
	line-height:20px;
	font-style:normal;
}



/* レイアウト差分 */

#contents {
	padding-right: 0px;
	padding-left: 0px;
	margin-top:0px;
	background-color:#ffffff;
}


#main {
	float: right;
	width: 650px;
	background-color:#ffffff;
}




#menu {
	float: left;
	width: 220px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color:#ffffff;
}

#sp_menu{
	display:none;
}

.footer_area{
	display:none; 
}




#text1 h3{
	position: relative;
	left: -12px;
	width: 610px;
	margin-top: 15px;
	margin-bottom: 15px;
}




/* 各種見出し */
h1 {
	width:900px;
	_width: 910px;
	font-weight: normal;
	font-size: 11px;
	color: #999999;
	line-height: 12px;
	position: absolute;
	top: 0px;
	padding:5px 0 5px 0px;
	font-family: sans-serif;
}





#main h2 {
	margin:10px 0 0 0;
	padding:3px 0px 0 40px;
	font-size:18px;
	letter-spacing:0em;
	line-height:32px;
	background-image: url(img/h2_bg.jpg);
	background-repeat: repeat-x;
	color:#ffffff;
}


#main h3  {
	font-size: 20px;
	line-height: 34px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-right:10px;
	padding-right: 8px;
	padding-left: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom:1px dotted #18306C;
	color: #18306C;
}


#main  h4{
	background-image: url(img/h4.jpg);
	background-position: left 2px;
	background-repeat: no-repeat;
	font-size: 17px;
	line-height:26px;
	text-indent: 25px;
	margin-top: 10px;
	margin-bottom: 0px;
}


#main  h5{
	background-image: url(img/h5.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	font-size: 15px;
	line-height: 20px;
	margin-top: 6px;
	margin-bottom: 6px;
}


/* index.html */
#indeximg{
	width:650px;
	padding-bottom:10px;
	margin:10px 0 0 0;
}

.iframe{
	width:650px;
}


/* sitemap サイトマップ  maplink.html */

#sitemaps{
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#sitemaps ul{
	margin:0;
	padding:0;
}

#sitemaps li{
	list-style-type: none;
	list-style-image: none;
}

#sitemaps .sbox1, #sitemaps .sbox2 {
	width: 47%;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
}

#sitemaps .sbox1 {
	float: left;
	clear: left;
}

#sitemaps .sbox2 {
	float: right;
	clear: right;
	margin-bottom:50px;
}

#sitemaps .sbox3 {
	width: 97%;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
}

#sitemaps .l1 {
	background-image: url(img/sitemap_l1.jpg);
	line-height: 26px;
	height: 26px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top:0px;
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 35px;
	overflow: hidden;
}

#sitemaps .l2 {
	background-image: url(img/sitemap_l2.jpg);
	background-repeat: no-repeat;
	background-position: left 4px;
	line-height: 20px;
	text-indent: 15px;
	margin-left: 22px;
	margin-bottom: 3px;
}

#sitemaps .l3 {
	background-image: url(img/entlist.jpg);
	background-repeat: no-repeat;
	background-position: left 4px;
	line-height: 20px;
	text-indent: 15px;
	margin-left: 10px;
	margin-bottom: 5px;
	padding-left: 10px;
}















#news{
	padding-bottom:20px;
}




/* left menu サイドメニュー */

#menu ul {
	list-style-type: none;
	list-style-image: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding: 0px;
	border: 1px solid #CCCCCC;
}

#menu  li {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	display: block;
	_display:inline;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E9E9E9;
	padding: 0px;
}

#menu h4 {
	line-height: 25px;
	height: 25px;
	padding-left: 0px;
	overflow: hidden;
}

#menu .menubox {
	margin-bottom: 15px;
	background-color: #E5E5E5;
	padding: 4px;
	_padding: 4px;
}


#menu li a {
	line-height: 14px;
	display: block;
	font-size: 12px;
	text-decoration: none;
	background-image: url(img/menu_bg.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 20px;
	_padding-top: 2px;
	_padding-bottom: 2px;
	color: #454545;
}

*:first-child+html #menu .menubox,*:first-child+html #rmenu .menubox {
	padding:4px;
}

*:first-child+html #menu li a,*:first-child+html #rmenu li a{ 
	padding-top: 2px;
	padding-bottom: 2px;
}

#menu li a:hover {
	background-color: #fcf3eb;
	/*color: #0000ff;*/
}



.menubox {
	width: auto;
	background-color: #EFEFEF;
}

.tv{
	padding:4px;
	margin-bottom:15px;
	border:5px solid #EFEFEF;
}

.area{
	padding:4px;
	margin-top:10px;
	margin-bottom:10px;
	font-size:13px;
	line-height:16px;
	text-align:center;
	border:1px solid #bebebe;
}



/* 文字装飾 */


#main blockquote {
	font-size:12px;
	color:#666666;
	border: 2px dotted #CCCCCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 15px;
	line-height: 130%;
}



#main .noimage{
	padding-left:12px;
	background-image: none;
	min-height:15px;
}


.ylw{
	background-color:#FFE566;
	font-weight:bold;
	padding:2px;
}

/* テーブル */


div#main table.tb01{ /* business.html */
	width:450px;
	margin:10px 0px 0px 20px;
	border:1px solid #ededed;

}

div#main table.tb650{  /* index.html */
	width:650px;
	margin:0;
	padding:0;
	border:1px solid #ededed;
}

div#main table.tb650_02{  /* merit.html */
	width:650px;
	margin:0;
	padding:0;
	border-top:7px solid #162f6a;
	border-bottom:1px solid #ededed;
	border-right:1px solid #ededed;
	border-left:1px solid #ededed;
}


div#main td.tdm{  /* merit.html */
	border:1px solid #ededed;
	text-align:left;
	margin:0;
	padding:10px 0 0 0;
	vertical-align:top;
	width:214px;
}





div#main td.td01{
	color:#ffffff;
	background:#18306C;
	border:1px solid #999999;
	text-align:center;
	padding:3px;
}

div#main td.td01_2{
	color:#ffffff;
	background:#18306C;
	border:1px solid #999999;
	padding:3px;
}


div#main td.td02{
	border:1px solid #999999;
	text-align:center;
	padding:3px;
}

div#main td.td02_2{
	border:1px solid #999999;
	padding:3px;
}

div#main td.td03{
	background:#dedede;
	border:1px solid #999999;
	padding:3px;
}

div#main td.td03_2{
	background:#dedede;
	border:1px solid #999999;
	padding:3px;
	text-align:center;
}

div#main td.td04{
	color:#000000;
	background:#99ccff;
	border:1px solid #999999;
	text-align:center;
	padding:3px;
}



/*-------------------------------------*/
/* 会社概要 comapany.html  */
div#outlineBox{
	margin-top: 10px;
	width: 640px;
	margin-bottom:20px;
}

div#outlineBox dl{
	width:640px;
	padding:0 0 0 10px;
}
div#outlineBox dl dt,
div#outlineBox dl dd{
	padding:12px 10px 6px 20px;
}

div#outlineBox dl dt{
	float:left;
	width:100px;
	clear:both;
	background: url(img/menu_l2.gif) no-repeat left center;
}

}
div#outlineBox dl dd{
	width:400px;
	margin-left: 80px;
	padding-left:20px;

}


.bannar_space{
	margin:10px 0 0 0;
}

.pmark{
	margin:20px 0 10px 0;
	text-align:center;
}


.txt-frame{
	border:solid 2px #CCCCCC;
	padding:0;	
}

#main .txt-frame{
	margin: 10px 10px 10px 10px;
	padding: 5px;
}







/*  お問い合わせフォーム contact.html　*/

.formstyle {
	margin: 0px;
	padding: 0px;
}

.form_td1{
	text-align:right;
	width:200px;
}

.form_td2{
	width:400px;
}



input.txt{
	background:#e9e9e9;
	padding:5px;
	border:0px currentColor;
	color:#252525;
	width:300px;
}

input.ckbx{
	color:#252525;
	background:#e9e9e9;
	text-align:left;
}




textarea.comment{
	background:#e9e9e9;
	padding:5px;
	border:0px currentColor;
	color:#252525;
	width:300px;
	height:100px;
}

textarea.policy{
	background:#f0f0f0;
	padding:5px;
	border:0px currentColor;
	color:#252525;
	width:400px;
	height:300px;
}


input.sub{
	background:#024589;
	text-align:center;
	color:#ffffff;
	text-transform: uppercase;
	clear: both;
	font-size: 16px;
	font-weight: bold;
	margin:10px 0 10px 0;
	padding: 10px;
	border: 0px currentColor; 
	width: 150px; 
}


/*  お問い合わせ内容確認　*/

.formstyle2 {
	margin: 0px;
	padding: 0px;
	text-align:left;
	width:600px;
}
.formstyle2_td1 {
	border:1px solid #ffffff;
	background:#e9e9e9;
	padding:5px;
}

.formstyle2_td2 {
	border:1px solid #ffffff;
	background:#e9e9e9;
	padding:10px;
	font-weight:bold;
	text-align:center;
}

/*  パワハラクイズ　*/


.q_waku{
	background-color:#fffff;
	width:610px;
	margin:0;
	padding:0;
	line-height:0;
	border-left:15px  solid #b9c1e0;
	border-right:15px  solid #b9c1e0;
}

.q_title{
	padding:10px 10px 10px 10px;
	margin:0px 20px 20px 20px;
	font-size:18px;
	line-height:30px;
	background-color: #f0f0f0;
	font-weight:bold;
}

.answer{
	font-size:26px;
	text-align:center;
	margin:80px 0 80px 0;
}

.answer a{
	text-decoration:none;
}

.answer a:hover{
	text-decoration:underline;
}

.pawahara_next{
	text-align:center;
	padding-bottom:40px;
	margin: 0 0 0 0;
	font-size:14px;

}

.kaisetu{
	font-size:16px;
	line-height:24px;
	margin: 20px 30px 40px 30px;

}



.policy{

}

.policy1{
	text-align:center;
	padding:25px 0 5px 0;
	font-size:20px;
}

.policy2{
	text-align:right;
	padding:0px 0 25px 0;
}

.policy ol{
	list-style-type:decimal;
	padding:20px 0 25px 30px;
}

.policy li{
	padding:0 0 20px 0;
}

.policy3{
	padding:0px 0 5px 30px;
	font-weight:bold;
}

.policy4{
	padding:0px 0 5px 40px;
}

.policy5{
	font-weight:bold;
	padding-top:10px;
}

.policy6{
	padding-top:10px;
	text-indent:-2em;
	padding-left:2em;
}

.policy7{
	margin-left:10px;
	text-indent:-2em;
	padding-left:2em;
	padding-top:10px;
}

.policy8{
	margin-left:25px;
	text-indent:-2em;
	padding-left:2em;
}


/*ここからスマートフォン用（480px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width : 480px){

body {
	font-size: 1em;
}

#container {
	width: 100%;
}



h1 {
	width:95%;
	font-size: 0.7em;
	line-height:1.25em;
	color:#666;
	position: absolute;
	top: 80px;
}



#header{
	display:none;
}

#sp_header{
	display:block;
	margin-right:80px;
}


#topmenu{
	display:none;
}

#imgl{
	display:none;
}

#menu{
	display:none;
}

ul#sp_menu {
	list-style-type : none;
	background : #ededed;
	opacity : 1;
	position : absolute;
	left : 0px;
	top : 0px;
	z-index : 990;
	display : none;
}

ul#sp_menu li {
	text-align : left;
}

ul#sp_menu li a {
	text-decoration : none;
	display : block;
	padding : 15px 0;
}

ul#sp_menu li a:hover {
	background : #a9a9a9;
	opacity : 0.9;
}


div#sp-icon {
	width : 70px;
	height : 70px;
	position : absolute;
	right : 0px;
	top : 0px;
	z-index : 999;
}

div#sp-icon:hover {
	cursor : pointer;
	opacity : 1;
}

div#sp-icon span,
div#sp-icon span:before,
div#sp-icon span:after {
	display : inline-block;
	width : 30px;
	height : 3px;
	background : #000000;
	transition-property : transform;
	transition-duration : 0.3s;
}

div#sp-icon span {
	position : absolute;
	left : 50%;
	top : 50%;
	transform : translate( -50%, -50% );
}

div#sp-icon span:before {
	content : "";
	position : absolute;
	transform : translateY( -10px ) rotate( 0deg );
}

div#sp-icon span:after {
	content : "";
	position : absolute;
	transform : translateY( 10px ) rotate( 0deg );
}


div.sp-close span {
	background : transparent !important;
}

div.sp-close span:before {
	transform : rotate( 45deg ) !important;
}

div.sp-close span:after {
	transform : rotate( -45deg ) !important;
}

#main {
	clear:both;
	width: 100%;
	background-color:#ffffff;
}

#indeximg{
	width:100%;
}

#indeximg img{
	width:100%;
}


div#main table.tb650{  /* index.html */
	width:100%;
}

.iframe{
	width:100%;
}


#main h2 {
	background-repeat: repeat;
	line-height:1.25em;
}


div#main td.tdm{  
	width:33%;
}

.text2{	
	padding:5px 5px 5px 5px;
	font-size:0.8em;
	line-height:1.25em;

}

#pagetop{
	width:100%;
}

#footlink {
	padding-left:10px;
	padding-right:10px;
	font-size:0.8em;
}


.form_td1{
	width:30%;
}

.form_td2{
	width:68%;
}


input.txt{
	width:100%;
}



textarea.comment{
	width:100%;
	height:100px;
}

textarea.policy{
	width:100%;
	height:300px;
}




/*  お問い合わせ内容確認　*/

.formstyle2 {
	width:100%;
}



.footer_area {
    display:block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba( 0, 0, 0, 0.2 );
	z-index: 10000;
}
.footer_area .footer_area_inner {
    position: relative;
    width: 100%;
    margin: 0px auto;
    padding: 10px 0;
    margin-right: 0px;
    text-align:center;
}
.footer_area .footer_area_inner .footer_area_inner_btn {
    width: 100%;
    padding: 11px 5px;
    font-size: 1em;
    font-weight: bold;
     line-height: 1.3;
    
}
.inquiry_btn {
    background-color: #0a5ba9;
    -webkit-border-radius: 3px;
    display: inline-block;
    opacity:0.8;
    text-align: center;
    text-decoration: none;
    width: 80%;
    padding: 5px 0;
    font-size: 1em;
    font-weight: bold;
}
.inquiry_btn:link, .inquiry_btn:visited {
    color: #FFFFFF !important;
}




}