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


/*=============================================================
共通
=============================================================*/

body {
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif,"ヒラギノ明朝 Pro W3";
	font-size: 0.8em;
	line-height: 1.5em;
	color: #313131;
	background-image: url(../topimage/top_back.png);
}

body.noline {
	background-image: url(../commonimage/r_back.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif,"ヒラギノ明朝 Pro W3";
	font-size: 0.8em;
	line-height: 1.5em;
	color: #313131;
}

#main{
	background-image:url(../topimg/main.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position:center top;
	margin: 0;
	height: 730px;
	overflow: hidden;
}

#main_content{
	width: 960px;
	height: auto;
	margin: 0 auto 0 auto;
}

#main_content .left{
	width: 680px;
	margin: 50px 0 200px 0;
	float: left;
}

#main_content .right{
	width: 250px;
	margin: 50px 0 200px 0;
	float:right;
}

#contents{
	margin-top: 40px;
}

.flleft{
	float: left;
	margin-right: 30px;
}

.flright{
	float: right;
}

a:active {
	color: #000000;
	text-decoration: underline
}
a:visited {
	color: #000000;
	text-decoration: underline
}
a:link {
	color: #000000;
	text-decoration: underline
}
a:hover {
	color: #c0c0c0;
	text-decoration: underline
}

#container {
	margin-right:auto;
	margin-left:auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	width: auto;
	overflow: hidden;
}

#main_content{
	width: 960px;
	height: auto;
	margin: 0 auto 0 auto;
}

h2{
	font-size: 24px;
	font-weight: lighter;
	text-align: left;
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FF0004;
}


.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: -10px;
	width: 100%;
	height: 100%;
}



/*=============================================================
#header
=============================================================*/

#header {
	width: 100%;
	overflow: hidden;
	position: relative;
}

#header #head {
	padding: 0px;
	width: 960px;
	height: 119px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	overflow: hidden;
}

h1{
	float: left;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 15px ;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	font-size: 11px;
	font-weight: lighter;
}


#header #logo{
	float: left;
}

#header #head .up {
	height: 19px;
	overflow: hidden;
}

#header #head .up .right{
	text-align: right;
	float: right;
}

#header #head .up .right ul{
	list-style: none;
}

#header #head .up .right ul li{
	float: left;
	margin-left: 7px;
	margin-top: -13px;
}

#header .sp_inner {
	display: none;
}

.clear{
	clear: both;
}

#navi{
	float: right;
	margin-top: -61px;
	height: 50px;
}

#navi ul{
	list-style: none;
}

#navi ul li{
	float: left;
}


/*=============================================================
#FOOTER
=============================================================*/

#footer {
	width: auto;
	height: 245px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	background-image:url(../commonimage/footer_back.png);
	background-repeat: repeat-x;
	overflow: hidden;
	position: relative;
	padding-top: 10px;
	color: #666;
	clear:left;
}

#footer #copy{
	color: #666;
	text-align: center;
	font-size: 10px;
	padding-top: 10px;
}

p {
}

#footer #footmenu{
	width:960px;
	font-size: 12px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 50px;
	margin: 0 auto;
	}

a.footer{
	color: #666;
	text-decoration: underline
}

 .copy{
	text-align: center;
	font-size: 10px;
 }



 /*=============================================================
#pagetop
=============================================================*/

#pageTop {

  position: fixed;
  bottom: 20px;
  right: 20px;
}

 #pageTop a {
  display: block;
  z-index: 999;
  padding: 8px 0 0 8px;
  border-radius: 30px;
  /*width: 35px;
  height: 35px;
  background-color: #9FD6D2;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;*/
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}


 /*=============================================================
#パンくずリスト
=============================================================*/


#topicPath {
	padding: 0;
	font-size: 11px;
	list-style: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	width: 960px;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	position: relative;
	z-index: 100;
}
#topicPath ol {
	padding: 0px;
	margin: 0px;
	float: left;
}
#topicPath ol li {
	float: left;
	padding-right: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: 0 50%;
	list-style: none;
}
#topicPath ol li.end {
	float: left;
	padding-right: 7px;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: 0 50%;
}
#topicPath ol li.home {
	padding-left: 0;
	background: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#topicPath ol a:link, #topicPath ol a:visited {
	color: #333333;
	text-decoration: none;
}
#topicPath ol li a:hover, #topicPath ol li a:active {
	color: #FF6633;
	text-decoration: underline;
}
#topicPath ol li em {
	font-style: normal;
	font-weight: bold;
}


 /*=============================================================
#トップページ
=============================================================*/

#contents .topproduct {
	padding: 0px;
	margin-top: 0px;
	margin-right: -30px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
	overflow: hidden;
}
#contents .topproduct ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: -30px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
}
#contents .topproduct ul li {
	float: left;
	width: 300px;
	margin-right: 30px;
}
#contents .topproduct ul li a p {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	line-height: 150%;
}
#contents .topproduct ul li a {
	display: block;
	text-decoration: none;
}
#contents .topproduct ul li a .max {
	margin-bottom: 10px;
}


	#news{
	width: 680px;
	height: 260px;
	background-image: url(../topimage/news_topics.png);
	background-position: top;
	background-repeat:no-repeat;
	margin-top: 0;
	padding-top: 65px;
	margin-bottom: 30px;
}

#news dl {
   overflow: hidden;
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 10px;
   margin-left: 0px;
   padding-top: 0px;
   padding-right: 0px;
   padding-bottom: 5px;
   padding-left: 20px;
   border-bottom-width: 1px;
   border-bottom-style: dotted;
   border-bottom-color: #CCC;
   background-image:url(../topimage/list.png);
   background-repeat: no-repeat;
   background-position: 1% 30%;
}
#news dl dt {
   font-size: 13px;
   /*font-weight: bold;*/
   margin: 0 30px 0 0;
   padding: 0px;
   float: left;
   width: 15%;
   line-height: 150%;
}
#news dl dd {
   font-size: 13px;
   float: left;
   line-height: 150%;
   margin: 0px;
   padding: 0px;
}

p.adress{
	text-align: left;
	margin-bottom: 30px;
}

ul {
	/* [disabled]list-style:none; */
}





 /*=============================================================
#企業情報
=============================================================*/



p.txt{
	font-size: 16px;
	text-align:left;
	margin-bottom: 60px;
	line-height: 1.8em;
}

hr.style1{
	border-top: 2px solid #FF0004;
	margin-top: -15px;
	margin-bottom: 30px;
}


.flleft{
	float: left;
	margin-right: 30px;
	width: 60%;
}

.flleft2{
	float: left;
	margin-right: 10px;
	width: 40%;
}

.flright{
	float: right;
}

#photo{
	margin: 50px 0;
}

h3{
	background-image:url(image/list.png);
	background-repeat: no-repeat;
	height: 30px;
	font-size: 27px;
	font-weight: lighter;
	text-align: left;
	padding: 2px 0 0 15px;
}

p.main{
	font-size: 20px;
	/*font-weight: bold;*/
	color:#FF0004;
	line-height: 1.6em;
	text-align: left;
}

#company{
	margin-top: 0;
	padding-top: 15px;
	margin-bottom: 60px;
}

#company dl {
   overflow: hidden;
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 10px;
   margin-left: 0px;
   padding-top: 0px;
   padding-right: 0px;
   padding-bottom: 5px;
   text-align: left;
	border-bottom-width: 1px;
   border-bottom-style: dotted;
   border-bottom-color: #CCC;

}
#company dl dt {
   font-size: 16px;
  /* font-weight: bold;*/
   margin: 0 30px 0 0;
   padding: 0px;
   float: left;
   width: 15%;
   line-height: 150%;
}
#company dl dd {
   font-size: 16px;
   float: left;
   line-height: 150%;
   margin: 0px;
   padding: 0px;
}

#history{
	margin-top: 0;
	padding-top: 15px;
	margin-bottom: 60px;
}

#history dl {
   overflow: hidden;
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 10px;
   margin-left: 0px;
   padding-top: 0px;
   padding-right: 0px;
   padding-bottom: 5px;
   text-align: left;
	border-bottom-width: 1px;
   border-bottom-style: dotted;
   border-bottom-color: #CCC;

}
#history dl dt {
   font-size: 16px;
  /* font-weight: bold;*/
   margin: 0 30px 0 0;
   padding: 0px;
   float: left;
   width: 15%;
   line-height: 150%;
}
#history dl dd {
   font-size: 16px;
   float: left;
   line-height: 150%;
   margin: 0px;
   padding: 0px;
}

#office{
	margin-bottom: 50px;
}

#office ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow: hidden;
	list-style-type: none;
}
#office ul li {
	float: left;
	width: 50%;
	text-align: left;
}


 /*=============================================================
#事業内容
=============================================================*/

#business .jisseki{
	margin-top: 0;
	padding-top: 15px;
	margin-bottom: 60px;
	width: 100%;
}

#business .top {
	border: 2px solid #D40915;
	margin-bottom: 30px;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
}
#business .top ul {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
#business .top ul li {
	font-size: 16px;
	float: left;
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
	margin-right: 30px;
	background-image: url(../business/image/list.png);
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	list-style-type: none;
}
#business .results {
	margin-bottom: 60px;
	overflow: hidden;
}
#business .results ul {
	list-style-type: none;
	float: left;
	width: 20%;
}
#business .results ul li {
	font-size: 14px;
	background-image: url(../business/image/list.png);
	background-position: left center;
	text-align: left;
	background-repeat: no-repeat;
	padding-left: 15px;
	margin-bottom: 10px;
}
#business .mente {
	margin-bottom: 30px;
}
#business .mente ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	overflow: hidden;
}
#business .mente ul li {
	float: left;
	width: 45%;
}
#business .mente ul li p {
	font-size: 15px;
	text-align: left;
	line-height: 180%;
}
#business .mente ul li p span {
	color: #FF0004;
	font-size: 20px;
	font-weight: bold;
}


 /*=============================================================
#製品紹介（一覧）
=============================================================*/

#product{
	margin-top: 50px;
	margin-right: 0;
	margin-bottom: 100px;
	margin-left: 0;
}

#product ul {
	padding: 0px;
	overflow: hidden;
	list-style-type: none;
	margin-top: 0px;
	margin-right: -30px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#product ul li {
	float: left;
	width: 298px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #CCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#product p.ti{
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	background-color: #EEE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D60000;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	margin: 0px;
	padding-left: 10px;
}

#product .ph{
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}

#product .btn{
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 0;
}

#product h3{
	background-color: #D60000;
	color: #FFF;
	height: 35px;
	font-size: 24px;
	font-weight: lighter;
	text-align: left;
	padding: 20px 0 0 15px;
}

#product p.main{
	font-size: 20px;
	/*font-weight: bold;*/
	color:#FF0004;
	line-height: 1.6em;
	text-align: left;
}

 /*=============================================================
#製品紹介（詳細）
=============================================================*/

#detail {
	margin-bottom: 100px;
}
#detail .ph {
	margin-bottom: 50px;
}

#detail h3{
	background-color: #D60000;
	color: #FFF;
	height: 35px;
	font-size: 24px;
	font-weight: lighter;
	text-align: left;
	padding: 20px 0 0 15px;
}

#detail ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
}

#detail ul li {
	font-size: 15px;
	text-align: left;
	list-style-type: decimal;
	list-style-position: outside;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

#detail ul .one {
	list-style-type: none;
}

#detail table.spec {
	width: 100%;
	font-size: 15px;
	border-collapse:collapse;
}
#detail .spec tr th {
	width: 20%;
	text-align: left;
	padding: 10px;
	background-color: #eee;
	border: 1px solid #CCC;
}
#detail .spec tr td {
	padding: 10px;
	border: 1px solid #CCC;
	text-align: left;
}
#detail .spec2 {
	font-size: 13px;
	text-align: left;
	line-height: 150%;
}

 /*=============================================================
#採用情報
=============================================================*/

#recruit {
	margin-bottom: 100px;
}

#recruit h3{
	font-size: 24px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #D42116;
	line-height: 120%;
}

#recruit p {
	font-size: 15px;
	text-align: left;
	padding-left: 20px;
	margin-bottom: 30px;
}


#recruit p.main{
	font-size: 20px;
	/*font-weight: bold;*/
	color:#FF0004;
	line-height: 1.6em;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}

#recruit  .adress{
	margin-top: 0;
	padding-top: 15px;
	margin-bottom: 60px;
}

#recruit  .adress dl {
   overflow: hidden;
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 10px;
   margin-left: 0px;
   padding-top: 0px;
   padding-right: 0px;
   padding-bottom: 5px;
   text-align: left;
}
#recruit  .adress dl dt {
   font-size: 16px;
   font-weight: bold;
   margin: 0 30px 0 0;
   padding: 0px;
   float: left;
   width: 15%;
   line-height: 150%;
}
#recruit  .adress dl dd {
   font-size: 16px;
   float: left;
   line-height: 150%;
   margin: 0px;
   padding: 0px;
}

#recruit .photo ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: -30px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
	overflow: hidden;
}
#recruit .photo ul li {
	padding: 0px;
	float: left;
	width: 300px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#recruit .photo {
	margin-bottom: 20px;
}



#recruit table.spec {
	width: 100%;
	font-size: 15px;
	border-collapse:collapse;
	margin-bottom: 40px;
}
#recruit .spec tr th {
	width: 25%;
	text-align: left;
	padding: 10px;
	background-color: #eee;
	border: 1px solid #CCC;
}
#recruit .spec tr td {
	padding: 10px;
	border: 1px solid #CCC;
	text-align: left;
}
#recruit .spec2 {
	font-size: 13px;
	text-align: left;
	line-height: 150%;
}


 /*=============================================================
#採用情報
=============================================================*/

#sitemap {
	margin-bottom: 100px;
}
#sitemap ul {
	margin: 0px;
	list-style-position: outside;
	list-style-type: disc;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#sitemap ul li {
	font-size: 20px;
	text-align: left;
	margin-bottom: 20px;
}

 /*=============================================================
お問い合わせ
=============================================================*/

#contact h3 {
	font-size: 18px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #D42116;
	line-height: 130%;
}
#contact p {
	font-size: 18px;
	line-height: 160%;
	text-align: left;
	margin-bottom: 40px;
}

#thanks p {
	font-size: 18px;
	line-height: 160%;
	text-align: left;
	margin-bottom: 40px;
}
