@charset "UTF-8";
/* CSS Document */

body{
	background:url(../img/background.jpg)
}
html, body{
	text-align: center;
	color: #333;
}
a{text-decoration:underline !important;}
a:hover{ text-decoration:none !important;}

/*ヘッダー
------------------------------------------*/
#header{
	width: 100%;
	height:160px;
	background:#fff;
	margin: 0 0 10px 0;
	padding: 0;
}
#header .inner{
	width: 1060px;
	height:160px;
	position:relative;
	margin: 0 auto;
	padding: 0;
}
#header .inner #simbolarea,
#header .inner #logoarea,
#header .inner #seasonarea{
	position:absolute;
}
#header .inner #simbolarea{
	top:37px;
	left:0;
	width:103px;
}
#header .inner #logoarea{
	top:37px;
	left:115px;
	z-index:100;
	text-align:left;
}
#header .inner #logoarea h2{
	font-size:12px;
	font-weight:normal;
	line-height:160%;
	margin-bottom:10px;
}
#header .inner #logoarea p{}

/*フッター
------------------------------------------*/
#footer{
	width: 100%;
	margin: 0;
	padding: 3px 0 0 0;
	background:#fff;
}
#footer_inner{
	border-top:2px solid #D90000;
	padding:30px 0;
}
#footer .inner{
	text-align:left;
}
#footer .inner #logoarea{
	float:left;
	width:320px;
}
#footer .inner #logoarea p{
	font-size:12px;
	line-height:140%;
}
#footer .inner #f-nav{
	float:right;
	width:700px;
}
#footer .inner #f-nav .box{
	border-bottom:1px solid #DDDDDD;
	padding-bottom:15px;
	margin-bottom:15px;
}
#footer .inner #f-nav .box ul{
	margin-right:40px;
	line-height:160%;
	float:left;
}
#footer .inner #f-nav .box ul.last{
	margin-right:0;
}
#footer .inner #f-nav .box ul li{
	background:url(../img/icon_arrow02.gif) 0 0 no-repeat;
	padding:0 0 0 20px;
}
#footer .inner #f-nav .box ul li a{
	color:#000000;
	font-weight:bolder;
}
#footer .inner #f-nav .box ul li ul{
	padding:15px 0 0 5px;
	margin-right:0;
	line-height:200%;
	float:none;
}
#footer .inner #f-nav .box ul li ul li{
	background:none;
	list-style-type:disc;
	padding:0;
}
#footer .inner #f-nav .box ul li ul li a{
	font-weight:normal;
}
#footer .inner #f-nav .box dl{
	margin-right:90px;
	line-height:160%;
	float:left;
}
#footer .inner #f-nav .box dl dt{
	float:left;
	background:url(../img/icon_arrow02.gif) 0 0 no-repeat;
	padding:0 0 0 20px;
	margin-right:20px;
	font-weight:bolder;
}
#footer .inner #f-nav .box dl dd{
	float:left;
}
#footer .inner #f-nav .box dl dd ul{
	padding:0;
	margin-right:0;
	line-height:200%;
	float:none;
}
#footer .inner #f-nav .box dl dd li{
	background:none;
	list-style-type:disc;
	padding:0;
}
#footer .inner #f-nav .box dl dd li a{
	font-weight:normal;
}
#footer .inner #f-nav .box.last{
	border-bottom:none;
	padding-bottom:0px;
	margin-bottom:0px;
}
#footer .copyright{
	background:#D90000;
	color:#fff;
	font-size:12px;
	text-align:center;
	padding:10px 0;
}

/*グローバルメニュー
------------------------------------------*/
#global{
	background: url(../img/bg_globalmenu.png) 0 0 repeat-x;
	width: 100%;
	height: 60px;
	margin: 0;
	padding: 0;
	box-shadow: 0 0 6px 0 #000;
    -webkit-box-shadow: 0 0 6px 0 #000;
    -moz-box-shadow: 0 0 6px 0 #000;
	position:relative;
	z-index:50;
}
#global li{
	float: left;
}

/*サブメニュー
------------------------------------------*/
#submenu{
	display:none;
	background:#fff;
	width:100%;
	position:relative;
	z-index:40;
}
#submenu .inner{
	width:1060px;
	margin:0 auto;
}
#submenu .inner ul{
	display:none;
	padding:24px 0 20px 0;
	line-height:100%;
}
#submenu .inner ul li{
	float:left;
	margin-right:60px;
}
#submenu .inner ul li a{
    background: url(../img/icon_arrow02.gif) 0 3px no-repeat;
    padding: 0 0 0 20px;
	font-size:14px;
}

/*ページの先頭へボタン
------------------------------------------*/
#scrollUp{
	background:url(../img/btn_pagetop.png) 0 0 no-repeat;
	width:46px;
	height:45px;
	position:absolute;
	right:50px;
	bottom:10%;
	font-size:0;
	text-indent:-9999em;
}

/*スライドショー
------------------------------------------*/
#slidearea,
#contents_head{
	text-align:left;
	background:url(../img/index/bg_index_slider.png) center 0 no-repeat;
}
#slidearea .inner {
    text-align: left;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: end;
}
#slidearea .summary{
    width: 532px;
    /* float: left; */
    padding-top: 40px;
	padding-bottom: 40px;
    margin-left: 0;
    left: 0;
    top:0;
}
#slidearea #slider{
	width:526px;
	height:340px;
}
#contents_head .inner{
	padding:40px 0;
}
#contents_head .inner h3{
	font-size:30px;
	color:#fff !important;
	text-shadow:1px 1px 6px #000;
	
}
/*共通
------------------------------------------*/
.ico_new{
	background:#ff0000;
	padding:1px 4px;
	font-size:10px;
	margin:0 10px;
	border-radius:8px;
	display:inline-block;
	vertical-align:middle;
	color:#FFFFFF;
}
.ico_new2{
	background:#fff;
	border:2px solid #ff0000;
	padding:0px 4px;
	font-size:10px;
	font-weight:bolder;
	margin:0 10px;
	border-radius:8px;
	display:inline-block;
	vertical-align:middle;
	color:#FF0000;
}
.btn_l{
	padding:18px 40px;
	margin:0 10px;
	border-radius:8px;
	font-weight:bolder;
	font-size:16px;
	display:inline-block;
	vertical-align:middle;
	text-decoration:none !important;
}
.btn.red,.btn_l.red{
	background:#ff0000;
	color:#FFFFFF;
}
#wrapper{
	width: 1060px;
	margin: 0 auto;
	padding-bottom:20px;
}
#contents{
	width: 800px;
	float:right;
}
#side_colum{
	width:220px;
	float:left;
}
.inner{
	width: 1060px;
	margin: 0 auto;
	padding: 0;
}
.inner2{
	width: 960px;
	margin: 0 auto;
	padding: 0;
}
.section{
	background:#fff;
	padding:30px;
	margin:0 0 50px 0;
	border-radius:6px;
	text-align:left;
}
.section .section-header{
	background:url(../img/bg_section_title.png) 0 0 no-repeat,url(../img/bg_section_title.png) right 0 no-repeat;
	padding:17px 0 0 0;
	margin-bottom:50px;
}
.section .section-header h3{
	font-size:20px;
	font-weight:bolder;
}
.section .section-subtitle{
	background:url(../img/bg_section_title.png) 0 0 no-repeat,url(../img/bg_section_title.png) right 0 no-repeat;
	font-size:20px;
	font-weight:bolder;
	padding:17px 0 0 0;
	margin-bottom: 40px;
}
.page-header{
	background: url(../img/bg_globalmenu.png) 0 0 repeat-x #EB0000;
	/*background:url(../img/bg_pageheader.png) 0 0 repeat-x #EEEEEE;*/
	padding:20px 15px;
	font-size:24px;
	font-weight:600;
	margin-bottom: 30px;
	line-height:0px;
	border-radius:8px;
	line-height:100%;
}
.page-header h3{
	border-left:4px solid #fff;
	padding-left:10px;
	color:#fff;
}

/*.section .section-subtitle{
	background:#fff;
	border:4px solid #D90000;
	padding:25px 15px;
	font-size:16px;
	font-weight:bolder;
	color:#D90000;
	margin-bottom: 20px;
	line-height:0px;
	border-radius:8px;
}*/
/*.section .section-subtitle{
	background:#D90000;
	padding:25px 15px;
	font-size:16px;
	font-weight:bolder;
	color:#fff;
	margin-bottom: 20px;
	line-height:0px;
	border-radius:8px;
}*/
.section .section-body{
	line-height:180%;
	font-size:14px;
}

.link01{
	background:url(../img/icon_arrow01.gif) 0 center no-repeat;
	padding:0 0 0 10px;
}
.widget{
	background:#fff;
	padding:10px;
	margin:0 0 50px 0;
	border-radius:6px;
	text-align:left;
}
.widget .widget-header{
	padding:0 0 10px 0;
	margin-bottom:20px;
	font-size:16px;
	border-bottom:2px solid #ff0000;
}
.widget .widget-body{}
.widget .widget-body ul{}
.widget .widget-body ul li{
	border-bottom:1px solid #ccc;
	padding-bottom:14px;
	margin-bottom:14px;
}
.widget .widget-body ul li:last-child{
	border-bottom:none;
	padding-bottom:0;
}
.widget .widget-body ul li a{
	font-size:14px;
	background:url(../img/icon_arrow01.gif) 0 5px no-repeat;
	padding-left:13px;
	line-height:140%;
}
.table{}
.table th,
.table td{
	font-size:14px;
	line-height:160%;
	padding:16px 10px;
	vertical-align:top;
}
.table th{
	font-weight:bolder;
	text-align:left;
}
.table td{}
.table tr:nth-child(even){
	background:#fff;
}
.table tr:nth-child(odd){
	background:#F2F2F2;
}
.number{
	margin-left:25px;}
.number > li{
	list-style-type:decimal;
}

/*パンくず
------------------------------------------*/
#breadclumb{
	padding:0 0 15px 0;
}
#breadclumb ul{}
#breadclumb li{
	float:left;
}
#breadclumb li a{
}

/*トップページ　新着情報
------------------------------------------*/
#news{}
#news dl{
	background:url(../img/line01.png) 0 bottom repeat-x;
	padding-bottom:15px;
	margin-bottom:15px;
}
#news dl.last{
	padding-bottom:0px;
	margin-bottom:0px;
	background:none;
}
#news dt{
	width:130px;
	float:left;
}
#news dd{
	width:560px;
	float:right;
}
#webpage #news dd{
	width:800px;
	float:right;
}

#news dd a{
	color:#333;
}
/* 製品情報
------------------------------------------*/
.lineuptable{
	border-collapse:collapse;
	border:1px solid #CCCCCC;
}
.lineuptable th,
.lineuptable td{
	padding:10px 8px;
	border:1px solid #CCCCCC;
	line-height:180%;
	font-size:12px;
}
.lineuptable th{
	background:#F3DEE3;
}
#products_list .lineuptable td:last-child{
	text-align:center;
}
.lineuptable thead th{
	text-align:center;
	background:#F3DEE3;
}
.lineuptable .tit{
	background-color:#F9ECEF;
	font-weight:bolder;
	font-size:12px;
}
#products_list .lineuptable  tbody > tr > td:first-child{
	width:220px;
}
#products_list .lineuptable  tbody > tr > td:nth-child(2){
	width:auto;
}
#products_list .lineuptable  tbody > tr > td:nth-child(3){
	width:220px;
}
/* 社員の声
------------------------------------------*/
.voice_list .box{
	background:#fff;
	border:4px solid #EBEBEB;
	padding:25px;
	margin-bottom: 20px;
	border-radius:8px;
}

.voice_list .box .thumbs{
	width:120px;
	float:left;
}
.voice_list .box .thumbs p{
	font-weight:bolder;
	text-align:center;
}
.voice_list .box .faq{
	width:780px;
	float:right;
}
/* よくある質問
------------------------------------------*/

.faq dt{
	background:url(../img/recruit/icon_q.gif) 0 top no-repeat;
	font-weight:bolder;
	font-size:16px;
	line-height:30px;
	padding:1px 6px 0 40px;
	margin-bottom:5px;
}
.faq dd{
	background:url(../img/recruit/icon_a.gif) 0 3px no-repeat;
	padding:7px 0 0 40px;
	margin:0 0 15px 0;
	padding-bottom:15px;
	border-bottom:1px solid #ebebeb;
}
.faq dd:last-child{
	border-bottom:none;
	padding-bottom:0;
	margin-bottom:0;
}

/* 経営理念
------------------------------------------*/
#idea_summary{
	background:url(../img/company/bg_idea.jpg) right top no-repeat;
	padding: 10px 0 0 0;
	text-shadow:1px 1px 0 #fff,1px 1px 0 #fff,1px 1px 0 #fff;
}
/* サイトマップ
------------------------------------------*/
.sitemap ul{
	line-height:160%;
	width:33.3%;
	float:left;
	text-align:left;
}
.sitemap ul.last{
	margin-right:0;
}
.sitemap ul li{
	background:url(../img/icon_arrow02.gif) 0 0 no-repeat;
	padding:0 0 0 20px;
}
.sitemap ul li a{
	color:#000000;
	font-weight:bolder;
}
.sitemap ul li ul{
	padding:15px 0 0 5px;
	margin-right:0;
	line-height:200%;
	float:none;
	width:100%;
}
.sitemap ul li ul li{
	background:none;
	list-style-type:disc;
	padding:0;
}
.sitemap ul li ul li a{
	font-weight:normal;
}


/* 募集要項
------------------------------------------*/
.contact_us{
	background:#fff;
	border:3px solid #D90000;
	padding:20px;
	border-radius:8px;
}
.contact_us h3{
	float:left;
	margin-right:50px;
	font-size:18px;
}
.contact_us .contact_us_body{
	float:left;
	font-size:16px;
}


input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
}

.form-control:-moz-placeholder {
  color: #999999;
}

.form-control::-moz-placeholder {
  color: #999999;
}

.form-control:-ms-input-placeholder {
  color: #999999;
}

.form-control::-webkit-input-placeholder {
  color: #999999;
}

.form-control {
  display: block;
  width: 99.1% !important;
  height: 34px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  vertical-align: middle;
}

.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}


.btn.btn-danger.btn-lg{
	background:#000;
	color:#FFFFFF;
	width:200px;
	padding:16px 0;
	text-align:center;
	font-weight:bold;
	margin:0 auto;
	border:none;
	display:block;
	cursor:pointer;
	border-radius:6px;
}

dl.box{ border:2px solid #ccc; padding:20px; line-height:160%; margin-bottom:20px;}
dl.box dt,
dl.box dd{ display:inline-block; margin:0;}
dl.box dt{ font-size:16px; font-weight:bold;}
dl.box dd{}

