@charset "utf-8";
/* =======================================

	layout CSS

========================================== */
html {
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #F5FAF7;
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-width: 1050px;
	font-size: 12px;
	font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	line-height: 1.6em;
	color: #333;
}
#wrap {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: relative;
}


body > #wrap {
	height: auto;
}
#error #wrap {
	padding-top: 0px;
}

a {
	color: #0099FF;
	text-decoration: none;
}
a:hover {
	color: #0099FF;
	text-decoration: underline;
}
p {
	line-height: 1.6em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
hr {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	margin-top: 15px;
	margin-bottom: 15px;
	clear: both;
}
hr.none {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
/*ClearFix*/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	overflow:hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height:1%;
	overflow:visible;
}
/* End hide from IE-mac */
/*Float Clear*/
.clear {
	clear: both;
}
/* clear */
.clear_both {
	clear: both;
}
/*Contents(base)*/
#maincontent {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-bottom: 295px;
	padding-left: 0px;
	padding-top: 30px;
}
#maincontent p {
	line-height: 1.6em;
	margin-bottom: 15px;
}
/*Header*/
#header {
	width: 100%;
	margin: 0px;
	z-index: 9999;
	padding: 0px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #00979C;
}
#header .head_inner {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 65px;
	text-align: left;
	position: relative;
	padding: 0px;
}
/*Head_logo*/
#header .head_inner .img_logo_01 {
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
}
/*Head_tel*/
#header .head_inner .header_tel {
	position: absolute;
	top: 2px;
	right: 270px;
	margin: 0px;
	padding: 0px;
}
/*Head_txt*/
#header .head_inner .header_txt {
	font-size: 120%;
	position: absolute;
	left: 150px;
	top: 12px;
	margin: 0px;
	padding: 0px;
}
#header .head_inner .header-search {
	position: absolute;
	left: 470px;
	top:15px;
	height: 36px;
/*	width: 340px;*/
}
#header .head_inner #t_searchform{
	width: 180px;
	height: 24px;
	border: 1px solid #CCC;
	background-image: none;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	background-color: #FFF;
	box-shadow:none;
}


#header .head_inner #btn_search {
	background-image: url(../../img/base/header-search.png);
	background-repeat: no-repeat;
	text-indent: -9999;
	height: 29px;
	width: 29px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: #E0E0E0;
	background-position: center center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -4px;
	vertical-align: top;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#header .head_inner #btn_search:hover {
	background-image: url(../../img/base/header-search-on.png);
	background-repeat: no-repeat;
	background-color: #666666;
	cursor: pointer;
}/*Footer CSS*/
#footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 255px;
	background-color: #00979C;
	color: #FFFFFF;
	text-align: left;
}
#footer .inner {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-top: 20px;
}
#footer .inner a {
	color: #FFFFFF;
}
#footer .inner .pagetop {
	position: absolute;
	top: -29px;
	right: 0px;
	margin: 0px;
	padding: 0px;
}

#footer .footer_navi {
	background-color: #62A8C6;
}
#footer .footer_navi .inner {
	padding-top: 20px;
}

/**/
#footer .inner .c_name {
	font-size: 135%;
	font-weight: bold;
	margin-bottom: 8px;
}

/*Page-ttl*/
#page_ttl {
	height: 90px;
	text-align: center;
	background-image: url(../../img/contents/bck_pagettl.png);
	background-repeat: repeat;
}
#page_ttl .inner {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 90px;
	position: relative;
}
#page_ttl .inner h2 {
	position: absolute;
	top: 36px;
	right: 28px;
	text-align: right;
	color: #FFF;
	font-size: 200%;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}


/*breadcrumb*/
#breadcrumb {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
#breadcrumb ul {
	margin: 0px;
	padding: 0px;
}
#breadcrumb ul li {
	float: left;
	list-style-type: none;
	margin-right: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/********************************************


                Index CSS


********************************************/

/*Index_ttl*/
#index_ttl {
	height: 300px;
	width: 1000px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#index_ttl ul.bxslider {
	margin: 0;
	list-style-type: none;
	padding: 0px;
}


#maincontent .left_c .top_message {
	background-color: #FFF;
	border: 4px solid #9BD3D5;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 25px;
}
#maincontent .left_c .top_message h3 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	background-image: none;
}
#maincontent .news_box {
	float: left;
	width: 325px;
}
#maincontent .tec-news_box {
	float: right;
	width: 325px;
}
#maincontent .left_c {
	width: 730px;
	float: left;
}
#maincontent .right_c {
	float: right;
	width: 240px;
}
#maincontent .news_box p,
#maincontent .tec-news_box p {
	margin-bottom: 3px;
}
#maincontent .news_box_other {
	float: left;
	width: 100%;
}
#maincontent .news_box_other p{
	margin-bottom: 3px;
}
#maincontent .product_name {
	color: #00A3D8;
	font-size: 140%;
	margin-bottom: 5px;
}
#maincontent .netis_no {
	font-size: 130%;
	color: #FE860F;
}
#maincontent .product_img {
	float: left;
	width: 325px;
}
#maincontent .product_txt {
	float: right;
	width: 385px;
}
#maincontent .product_txt ol.point {
	color: #F60;
	padding-left: 33px;
}
#maincontent .product_txt ol.point li {
	margin-bottom: 10px;
}
#maincontent .product_works {
	float: left;
	width: 215px;
	margin-bottom: 25px;
}

#maincontent .product_related {
	float: left;
	width: 160px;
	margin-bottom: 25px;
}
#maincontent .right_c .contents-inner {
	background-color: #FFF;
	border: 1px solid #CCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#maincontent .right_c .contents-inner .news_day {
	font-weight: bold;
	margin-bottom: 8px;
}
#maincontent .right_c .contents-inner p.news_day span {
	vertical-align: middle;
	margin-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#maincontent .left_c .pickup_img {
	float: left;
	width: 210px;
	margin-bottom: 30px;
}
#maincontent .left_c .pickup_txt {
	float: right;
	width: 462px;
	margin-bottom: 30px;
}

#maincontent .search_btn {
	margin-top: 15px;
}

#maincontent .search_btn a {
	display: block;
	font-size: 135%;
	color: #FFF;
	background-color: #333;
	text-align: center;
	padding: 10px;
}
#maincontent .search_btn a:hover {
	background-color: #999;
	text-decoration: none;
}

#maincontent .kiyaku{
         border: solid 1px #808080;
         height: 150px;
         padding: 1em;
         overflow: auto;
         margin-bottom:10px;
}
/*google search*/
#side .gsc-control-cse {
border: 1px solid #afe5fd;
}
.gsib_a {
padding: 0 !important;
border-color:#F5FAF7;
}
.gsc-input-box {
	padding:3px 3px !important;
}

.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
	padding:9px !important;
}
.gsc-search-box-tools .gsc-search-box .gsc-input {
	margin:0px !important;
	padding:0px !important;
}
input.gsc-search-button.gsc-search-button-v2 {
	border: 1px #CCC solid !important;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/*bootstrap*/
.form-control,
.btn {
  border-radius: 0px !important;
}

/* product-list */
.product-list img,
.product-list .fotorama__stage {
	display: block;
	width: 287px !important;
	height: 215px !important;
	margin: 0 10px;
}

/* work-list */
.work-list img,
.work-list .fotorama__stage {
	display: block;
	width: 320px !important;
	height: 240px !important;
	margin: 10px 0 0;
}
/* cad */
.cad-red{
	color: #cb4801;
}
/* recruit */
#maincontent .recruit-session{
	margin-bottom: 30px;
}
