@charset "UTF-8";


/* css common 
---------------------------------------------------------- */
#wrapper {
	min-height:100%;
	margin:0px auto;
	position:relative;
}

#h_box, #mainnav .topmenu, #footer_box, #copy_right p, #main, .box, #topicPath{
	width: 1000px;
	min-width: 1000px;
	margin: 0 auto;
}

@media screen and (max-width: 999px) {
body, #wrapper{
	width: 1000px;
	min-width: 1000px;	
}
} /* End Media 999px */

/* header 
---------------------------------------------------------- */
#h_box{
	padding: 15px 0;
}
#header h1 {

}
#h_left {
	width: 37%;
	float: left;
}
#h_right {
	float: right;
	width: 62%;
	text-align: right;
	padding-top: 15px;
}

/* mainnav 
---------------------------------------------------------- */
#mainnav .topmenu {

}
#mainnav li{
	float:left;
	position:relative;
}
#mainnav ul li:nth-child(5) {
	padding-left: 20px;
}

/* main 
---------------------------------------------------------- */
#main{
	display: block;
}
#content{
	width: 750px;
	float: left;
	background: #F63;
}

#snav{
	width: 220px;
	float: right;
	background: #9C0;
}


/* pagetop 
---------------------------------------------------------- */
#bk_top {
	text-align:center;
}

#scrollUp {
	width: 44px;
	height: 44px;
  bottom: 5%;
  right: 5%;
	background:url(../img/common/pagetop.png) no-repeat right bottom;
	background-size: contain;
}


/* footer 
---------------------------------------------------------- */
#footer {
	background:#FFF000;
}
#footer_l {
	width: 490px;
	float: left;
	background: #FFF;
	text-align: center;
	padding: 25px 0;
	border-top: solid 1px #CCC;
}
#footer_l p{
	font-size: 13px;
	font-weight: bold;
	margin: 20px 0 10px 0;
}
#footer_r {
	width: 480px;
	float: right;
	padding-top: 30px;
}
#footer_r span{
	display: block;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px solid #D98D00;
	padding-bottom: 5px;
	margin-bottom: 10px;
	text-align: center;
}
#footer_r li{
	display: inline-block;
	margin-right: 8px;
}
#footer_r li a{
	background: url(../img/common/arrow01.png) no-repeat left center;
	padding-left: 15px;
	color: #000;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
#footer_r li a:hover{ color: #D98D00; }

/* --- copy_right --- */
#copy_right{
	background: #000;
	padding: 10px 0;
}
#copy_right p{
	color: #FFF;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

/* margin style
---------------------------------------------------------- */
.section {
	margin-bottom:80px;
}
.container {
	margin-bottom:55px;
}
.case {
	margin-bottom:30px;
}
.pack {
	margin-bottom:20px;
}
.item {
	margin-bottom:15px;
}
.mb_clear{ margin-bottom: 0; }

.section .container:last-child,
.container .case:last-child,
.case .pack:last-child,
.pack .item:last-child {
	margin-bottom:0px;
}

/* text-align style
---------------------------------------------------------- */
.txt_l{
	text-align:left !important;
}
.txt_c{
	text-align:center !important;
}
.txt_r{
	text-align:right !important;
}
.txt_b{
	font-weight:bold;
}

/* p section 
---------------------------------------------------------- */
main p {
	margin-bottom:20px;
}
main * p:last-child {
	margin-bottom:0px;
}


/* tb_style 
---------------------------------------------------------- */
.tb_style{
	width:100%;
	table-layout: auto;
	border-collapse: collapse;
	border-top: 1px solid #BEBEBE;
}
.tb_style td,
.tb_style th{
	padding: 15px;
	border-bottom: 1px solid #BEBEBE;
	box-sizing: border-box;
}
.tb_style th{
	text-align: left;
	vertical-align: top;
}


/* tb_form 
---------------------------------------------------------- */
.tb_form{
	width:100%;
	table-layout: auto;
	border-collapse: collapse;
}
.tb_form th {
	text-align:left;
	background:url(../images/recruit/hissu.jpg) no-repeat right 10px;
}
.tb_form .ninni{
	background-image:url(../images/recruit/ninni.jpg);
}
.tb_form .tb_list li{
	display:inline;
	margin-left:15px;
}
.tb_form .tb_list li:first-child{
	margin-left:0;
}
.tb_form .tb_list li .title{
	margin-right:5px;
}
.tb_form .space_b{
	display:block;
	margin-bottom:15px;
}
.tb_form .imp_txt{
	width:100%;
	padding:3px 0;
}
.tb_form .imp_s{
	width:20%;
	padding:3px 0;
}
.tb_form .imp_space{
	width:20%;
	padding:3px 0;
}
.ime_sel{ 
	padding: 3px 0;
	width: 100%;
}
.tb_form input[type="text"]{ 
	-webkit-appearance: none;
	border-radius: 0;
	padding: 5px;
	box-sizing: border-box;
}



/* title style 
---------------------------------------------------------- */
.title_main {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 30px;
	border-bottom: 1px solid #D98D00;
	padding-bottom: 5px;
	text-align: center;
}
.title_sub {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 30px;
	background: url(../img/common/bg_title_sub.jpg) no-repeat center;
	line-height: 60px;
	color: #FFF;
	text-align: center;
}

.title_line{
	border: 1px solid #221815;
	font-size: 20px;
	display: block;
	padding: 10px;
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
}
.title_line.l_sp {
	letter-spacing: -1px;
}

/* container 
---------------------------------------------------------- */
.container {

}
.container .msg {
	width: 62%;
	word-break: break-all;
}
.container .img {
	width: 35%;
}
.pic_l .img, .pic_r .msg {
	float: left;
}
.pic_l .msg, .pic_r .img {
	float: right;
}

.flow_picl .img{ float:left; margin-right: 15px; margin-bottom: 5px;}
.flow_picr .img{ float:right; margin-left: 15px; margin-bottom: 5px;}



/* list_dot 
---------------------------------------------------------- */
.list_dot{
	list-style:disc;
	margin-left: 17px;
}
.list_dot li{ margin-bottom: 5px; }
.list_dot li:last-child{ margin-bottom: 0; }


.txt_small{ font-size: 13px; }

