﻿@charset "utf-8";
/* CSS Document */


body {
	margin:0;
	padding:0;
	height:100%;
	}

html {
	margin:0;
	padding:0;
	height:100%;
}

#main_box{
	width:1000px;
	height:75%;
	min-height:75%;
	margin-left:auto;
	margin-right:auto;
	bottom:0;
	padding:0px;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino KaKu Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, sans-serif;
	border-left:#E6E6E6 1px solid;
	border-right:#E6E6E6 1px solid;
	}


body > #main_box{
height: auto;}

p{
	letter-spacing: 1px;
	line-height:1.3em;}


/*-----------------ヘッダーmenu---------------------*/

#annai_header {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	border-left:#E6E6E6 1px solid;
	border-right:#E6E6E6 1px solid;
	border-top:#FBE41A 10px solid;
	height:auto;
	}

#annai_header p {
	float:right;
	color:#000;
	font-weight: bold;
	display:block;
	padding: 10px;}

#annai_header p {
	color:#000;}

#online{
	float:right;
	margin:2% 0 0 0;
	}

#menu_annai {
	width:1000px;
	margin:0px;
	padding:0px;
	}
	
ul.tabmenu {
	position: relative;
	display: inline-block;
	list-style: none;
	border: none;
	height:38px;
	margin:0px;
	padding-left:15px;
	padding-bottom:0;
	}

ul.tabmenu li {
	width: 126px;
	position: relative;
	display: inline-block;
	font-size: 14px;
	white-space: nowrap;
	float: left;
	color: #000000;
	text-align: center;
	/* [disabled]margin:0; */
	padding: 0;
	margin:0;
}	 

ul.tabmenu a:hover {
	width:126px;
	position: relative;
	display: inline-block;
	font-size: 14px;
	white-space: nowrap;
	float: left;
	padding: 0;
	margin:0;
}	 

#sbmenu_annai {
	width:1000px;
	margin-top:0;
	background-color:#FFDE26;
	height:35px;
	background-image:url(../img/menu_back.gif);
	background-repeat:repeat-x;
}
	
ul.sb_tabmenu {
	position: relative;
	display: inline-block;
	list-style: none;
	border: none;
	height:35px;
	margin: 0px;
	padding: 0px;
	background-color:#FFDE26;
	background-image:url(../img/menu_back.gif);
	background-repeat:repeat-x;
	}

ul.sb_tabmenu li {
	width:160px;
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 35px;
	white-space: nowrap;
	float: left;
	color: #000000;
	text-align:center;
	border-left:#FDFB97 1px solid;
	background-image:url(../img/menu_back.gif);
	background-repeat:repeat-x;

}	 

ul.sb_tabmenu li a {
	color: #000;
	text-decoration: underline;
	text-align: center;
	display: block;
}


ul.sb_tabmenu li a:hover {
	color: #000;
	text-decoration: underline;
	text-align: center;
	display: block;
	background-color:#FF9;
	background-image:url(../img/menu_on.jpg);
	background-repeat:repeat-x;
}


.annai_logo img {
	margin:8px 0 0 8px;}



/*-----------------フッター---------------------*/


#footer_annai {
	height:auto;
	width:1000px;
	background-image:url(../img/footer.jpg);
	background-repeat:repeat-x;
	text-align:center;
	height:50px;
	line-height:50px;
	font-size:12px;
	border-top:#B6B6B6 1px solid;
	bottom:0;
	margin-left:auto;
	margin-right:auto;
	border-left:#E6E6E6 1px solid;
	border-right:#E6E6E6 1px solid;
	clear:both;
	}
	
	
/*-----------------共通---------------------*/	


#container{
	margin:15px;
	}
	
h1 {
	border:#CCC 1px solid;
	height:32px;
	background-image:url(../img/midashi_back.gif);
	background-repeat:repeat-x;
	font-size:18px;
	font-weight:bold;
	padding-left:15px;
	margin:10px 0 0 0;
	}

h2 {
	padding-left: 10px;
	border-left: 5px solid #FFDE26;
	margin:5% 0 2% 0;
}

.space{
	margin:0 0 10px 0;
	}
	
hr{
	margin:5% 0;
	}
	
.bold{
	font-size:110%;
	font-weight:bold;
	}
	
	
/*-----------------会社案内  index.shtml---------------------*/	

	/*---------　table部分は、契約社員募集boshu.shtmlでも流用　------*/
	.annai table{
	width:90%;
	margin:0 auto;
	}
	
	.annai tbody td {
padding: 10px 10px;
vertical-align: middle;
line-height: 120%;
}
	
	.annai ul{
	margin:0;
	padding:10px;
	}
	
	.annai li{
	list-style-type:none;
	}
	
	.annai table .left{
	background-color:#e9e9e9;
	text-align:center;
	}
	.annai table th{
	background-color:#e9e9e9;
	text-align:center;
		font-weight: normal;
	}
	/*---------　table部分は、契約社員募集boshu.shtmlでも流用　End ------*/

.annai_box{
	height:300px;
	width:90%;
	margin:0 0 0 5%;
	}
	
.annai_box img{
	float:left;
	}
	
.annai_adress{
	padding:10px 0 0 30px;
	float:left;
	}

.map{
	float:right !important;
	}
	
a:hover .map{
filter:alpha(opacity=80);
opacity:0.8;
}

.annai_box dl{
	margin:0;
	}
	
.annai_box dt{
	font-weight:bold;
	font-size:110%;
	margin:2% 0 1% 0;
	}
	
.annai_box dd{
	margin:0 0 1% 5%;
	}

/*-----------------挨拶　aisatsu.shtml---------------------*/	

#aisatsu{
	float:left;
	margin:18px 5% 5% 0;
	}

#aisatsu2{
	float:right;
	margin:18px 0 5% 5%;
	}

#bossname{
	font-weight:bold;
	float:right;
	margin:2%;
	}


/*-----------------理念　rinen.shtml---------------------*/	

#rinen p{
	text-align:center;
	margin:4% 0 4% 0;
	}

#rinen dt{
	width:13%;
	float:left;
	border-right: 5px solid #e9e9e9;
	line-height:2em;
	}
	
#rinen dd{
	margin:0 0 2em 15%;
	line-height:2em;
	}
	
/*-----------------組織　soshiki.shtml---------------------*/	

#soshiki{
	width:700px;
	margin:5% 10%;
	}

/*-----------------採用　recruit.shtml---------------------*/

#daily{
	text-align:right;
	font-weight:bold;
	}

	
/*-----------------仕事紹介　jobs.shtml---------------------*/
#jobs img{
	width:225px;
	float:left;
	margin:0 15px 20px 0;
	}
	
.forth{
	margin:0 0 20px 0;
	}
	
/*-----------------事業案内---------------------*/	

.jigyou_box01 {
	color:#F00;
	line-height:18px;
	}

.jigyou_box02 {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	background-color:#344a71;
	padding:0;
	height:60px;
	}

.jigyou_tbline {
	border-bottom:#333 1px solid;
	font-size:14px;
	font-weight:bold;
	}

.jigyou_tbline02{
	margin-bottom:3%;
	text-align:center;
		}

table.jigyou_tbline02 td {
	font-size:14px;
	margin:15px;
	padding:5px;
	line-height:1.2rem;}
				
.jigyou_tbline03 {
	font-size:14px;
	background-color:#FFC;}
				
				
.jigyou_tbline04 {
	font-size:14px;
	background-color:#333;
	color:#FFF;
	font-weight:bold;}
	
	
.jigyou_cor {
	width:80%;
	margin-left:auto;
	margin-right:auto;
	background-color:#E6E6E6;
	}	
	
.jigyou_cor02 {
	width:480px;
	margin-left:auto;
	margin-right:auto;
	background-color:#E6E6E6;
	margin-bottom:20px;
	}	
	
.jigyou_cor02 img {
	margin:10px;
    padding: 5px;
    background-color: #FFF;
}


.jigyou_cor03 {
	width:500px;
	padding:20px;
	border:#CCC 5px solid;
	margin-left:auto;
	margin-right:auto;
	}

.jigyou_cor04 {
	width:680px;
	padding:20px;
	border:#999 1px solid;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	margin-top:20px;
	}

.jigyou_cor04 img {
	margin-left:auto;
	margin-right:auto;}

dl {
margin: 5px 0 20px 20px;
}


/*-----------------バックナンバー申し込み---------------------*/	

#container{
	 	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ','ＭＳ Ｐゴシック', sans-serif;
}
#container h1{
	vertical-align:middle;
	background-image:url(../img/midashi_back.gif);
	margin:0;
}
.special_number{
	margin-bottom:5%;
	font-size:85%;
}
.spacial_number table{
	width: 60%;
}
.special_number ul li{
	display:block;
	list-style:none;
 	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ','ＭＳ Ｐゴシック', sans-serif;
	border-bottom: 1px dotted black;
	font-weight:bold;
	font-size:16px;
}
.special_number ul li span{
	color:#ff3a24;
	
}
.special_number ul li a{
	display: block;
	padding:2%;
	text-decoration:none;
	color:#000;
}	
.special_number ul li a:hover{
	background-color:#333;
	color:#FFF;
}
#container table{
	border:1px #000 solid;
	border-collapse:collapse;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ','ＭＳ Ｐゴシック', sans-serif;
	height:100%;
}
#BN_info{
	font-size: 13px;
	color: red;
	text-align: left;
	background: linear-gradient(transparent, #fffd61 0%);
    width: 58%;
    padding: 1%;
	word-break: break-all;
	font-weight: 600;
}
.special_number td, .back-info td{
	border-bottom:0.8px #999 dotted;
	border-collapse:collapse;
	padding:1%;
	font-size:12px;
}
.red{
	color:#ff3a24;
}
.gray{
	background-color:#E6E6E6;
}
.special_issue{
	width:702px;
    margin: 20px 20px 35px;
}
.special_issue ul a li{
    list-style: none;
}
.special_issue ul a{
	width:650px;
    font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ','ＭＳ Ｐゴシック', sans-serif;
    display: block;	
    padding: 10px 5px;
    margin-bottom: 0.7em;	
    border-bottom: 1px dotted black;
	color:#000;
}
.special_issue ul a li p span{
	color:#ff3a24;
	font-size:90%;
}
.special_issue ul a.special_link:hover{
	background-color:#333;
	color:#FFF;
}
.special_issue p{
	margin:0;
	padding:0;
	font-size:105%;
	font-weight:bold;
}


.kounyu_button {
    width: 550px;
    text-align: center;
    background-color: #35386C;
    border-radius: 4px;
    font-weight: bold;
	font-size:120%;
	box-shadow:#FC0 0 4px 0;
	margin:0 auto;
	}

.kounyu_button a {
	display:block;
	color: #FFF;
    padding: 10px 0 5px;
    text-decoration: none;
	}

.kounyu_button a:hover {
	display:block;
    border-radius: 4px;
	background-color:#DC7314;}

p.hiroshima_text {
	color:#F00;
	font-size:100%;
	float:left;
	font-weight:bold;
	padding:10px;
	border:#F00 2px solid;
	border-radius: 4px;
	margin-left:28px;
	margin-top:20px;}
	
p.red_bold {
    color: red;
    display: block;
    font-weight: bold;
    font-size: x-large;
    line-height: 2rem;
	margin:5px 0;
    border-bottom: 3px solid #ffcc01;
}
div.bk_tel{
    border: 2px solid #ffcc01;
    padding: 15px 20px;
    width: 330px;
    border-radius: 15px;
}
.bk_tel span{
	font-weight:bold;
    letter-spacing: 0.05rem;
}