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

* {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #333;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
em {
	visibility: hidden;
	text-decoration: none;
}

#wrapper {
	width: 995px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	width: 995px;
	position: relative;
	height: 150px;
	background-image: url(../images/line.gif);
	background-repeat: repeat-x;
}
#header img {
	float: left;
/*	margin-top: 12px;*/
	margin-top: 33px;
}


#header ul {
	list-style-type: none;
	left: 100px;
/*	padding-top: 72px;*/
/*	width: 792px;*/
	padding-top: 72px;
	width: 692px;
	float: right;
}
ul #btn_kaisha a {
	background-image: url(../images/btn_kaisha.gif);
	margin-left:50px;
	height: 51px;
	width: 132px;
	display: block;
	font-size: 9px;
	color: #09C;
	text-decoration: none;
	float: left;
}
ul #btn_kaisha a:hover {
	background-image: url(../images/btn_kaisha_s2.gif);
}
ul #btn_jigyo a {
	background-image: url(../images/btn_jigyo.gif);
	height: 51px;
	width: 132px;
	display: block;
	font-size: 9px;
	color: #09C;
	text-decoration: none;
	float: left;
}
ul #btn_jigyo a:hover {
	background-image: url(../images/btn_jigyo_s2.gif);
}
ul #btn_seihin a {
	background-image: url(../images/btn_seihin.gif);
	height: 51px;
	width: 132px;
	display: block;
	font-size: 9px;
	color: #09C;
	text-decoration: none;
	float: left;
}
ul #btn_seihin a:hover {
	background-image: url(../images/btn_seihin_s2.gif);
}
ul #btn_kanren a {
	background-image: url(../images/btn_group.gif);
	height: 51px;
	width: 132px;
	display: block;
	font-size: 9px;
	color: #09C;
	text-decoration: none;
	float: left;
}
ul #btn_kanren a:hover {
	background-image: url(../images/btn_group_s2.gif);
}

ul #btn_toiawase a {
	background-image: url(../images/btn_toiawase.gif);
	height: 51px;
	width: 132px;
	display: block;
	font-size: 9px;
	color: #09C;
	text-decoration: none;
	float: left;
}
ul #btn_toiawase a:hover {
	background-image: url(../images/btn_toiawase_s2.gif);
}
ul #btn_saiyoinfo a {
	background-image: url(../images/btn_saiyoinfo.gif);
	height: 51px;
	width: 132px;
	display: block;
	font-size: 9px;
	color: #09C;
	text-decoration: none;
	float: left;
}
ul #btn_saiyoinfo a:hover {
	background-image: url(../images/btn_saiyoinfo_s2.gif);
}

#contents {
	width: 995px;
	clear: both;
	font-size: 13px;
	padding-top:15px;
}


#contents h1 {
	font-size: 23px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #575747;
	font-weight: normal;
	color: #575746;
	padding-top: 4px;
	text-indent: 0.7em;
	
}
#contents h3 {
	background-color: #ECECFB;
	display: block;
	font-size: 14px;
	padding: 5px 0 5px 20px;
	margin-top: 30px;
}

#news {
    font-size: 12px;
	font-weight: normal;
}

#news a {
    font-size: 12px;
	font-weight: normal;
	color: #06F;
}

#news a:hover {
color: #EA792E;
}



#sidenavi {
	width: 198px;
	float: left;
}
#sidenavi h1 {
	margin-left: 2px;
}


#sidenavi ul {
	list-style-type: none;
	margin-top: 15px;
}
#sidenavi ul li a {
	display: block;
	height: 56px;
	width: 196px;
	line-height: 56px;
	background-image: url(../images/sidenavilist.gif);
	text-indent: 2em;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #575746;
	font-size: 13px;
}
#sidenavi ul li a:hover {
	color: #06F;
	text-decoration: underline;
}

#tamago_banner a{
	background-image: url(../images/logo.fw.png);
	display: block;
	height: 70px;
	width: 191px;
	text-decoration: none;
	clear: both;
	background-repeat: no-repeat;
}


#tamago_banner a:hover {
	background-image: url(../images/logo_on.fw.png);
}






#main {
	width: 710px;
	float: right;
}
#main h1 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 5px;
	border-bottom-color: #ECECFB;

	border-collapse: collapse;
	margin-top: 50px;
	border: 1px dotted #333;
}	
#main .main_image {
	text-align: center;
	display: block;
}
#main .main_space {
	height: 30px;
}
#main .main_space2 {
	margin-top: 7px;
	margin-bottom: 7px;
}

#main img {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#main dd.name {
	width:100px;
	padding: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#main .main_text {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding: 7px;
}

#main iframe {
	display: block;
	margin-right: auto;
	margin-left: auto;
}






#main_single {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}







#top_image {
	margin-bottom: 60px;
}




#gaiyolist {
	list-style-type: none;
	margin-right: auto;
	width: 570px;
	margin-left: auto;
	display: block;
	margin-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

#gaiyolist dd img {
	margin-right: 0;
	margin-left: 300px;
	margin-top: -30px;
	width:130px;
	height:49px;
	
}
#gaiyolist .top{
	padding-top: 30px;}
	
#gaiyolist2 {
	list-style-type: none;
	margin-right: auto;
	width: 570px;
	margin-left: auto;
	display: block;
}

#gaiyolist dt {
	width: 90px;
	display: block;
	float: left;
	padding: 15px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	font-weight: bold;
}
#gaiyolist dd {
	display: block;
	width: 420px;
	margin-left: 120px;
	padding: 15px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
}

#gaiyolist dd dl dt {
	width: 110px;
	padding: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#gaiyolist dd dl dd {
	width: 320px;
	margin-left: 120px;
	padding: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#gaiyolist dd ol {
	list-style-position: inside;
}
#keieirinen_all {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	border: 1px solid #CCC;
	padding: 20px;
}
.keieirinen {
	padding: 10px;
}
.keieirinen_text {
	width: 520px;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
}
#keieihoshinlist {
	list-style-position: outside;
}





.aisatsu_all {
	margin-right: auto;
	margin-left: auto;
	font-size: 13.5px;
	width: 600px;
	padding: 10px;
}
.aisatsu {
	text-indent: 1em;
	line-height: 2em;
	margin-top: 15px;
}


.shacho {
	text-align: right;
	font-size: 14px;
	width: 620px;
	margin-right: auto;
	margin-left: auto;
}
.shachos {
	vertical-align: middle;
	display: inline-block;
}
#jigyo_all {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}

#jigyo_all dl {
	margin-right: auto;
	margin-left: auto;
	display: block;
}
#jigyo_all dl dd {
	margin-bottom: 40px;
}
#jigyo_all .jigyo_text {
	width: 624px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#jigyo_all .jigyolist1  {
	width: 624px;
	margin-top: 20px;
}

#jigyo_all .jigyolist1 dt {
	width: 35px;
	float: left;
	display: block;
	margin: 0px;
	clear: both;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFF;
	padding: 4px;
	font-weight: bold;
	font-size: 14px;
}


#jigyo_all .jigyolist1 dd {
	width: 530px;
	margin-left: 35px;
	padding: 4px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#jigyo_all .jigyolist2  {
	width: 624px;
}

#jigyo_all .jigyolist2 dt {
	margin-top: 12px;
	font-weight: bold;
	color: #039;
}
#jigyo_all .jigyolist2 dd {
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 10px;
}
#jigyo_all .jigyolist3  {
	margin-left: auto;
	margin-top: 10px;
	background-color: #ECECFB;
	margin-right: auto;
	padding: 5px;
}
#jigyo_all .jigyolist3 dt {
	margin-top: 12px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	color: #333;
}

#jigyo_all .jigyolist3 dd {
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 10px;
}

#jigyo_all dl dd ul {
	width: 550px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}














#kanren_list {
	margin-right: auto;
	margin-left: auto;
	list-style-type: none;
	width: 700px;
}

#kanren_list li {
	clear: both;
}
#kanren_list p a {
	font-weight: bold;
}
#kanren_list p a:hover {
	font-weight: bold;
	color: #06F;
	text-decoration: underline;
}


#kanren_list li p {
	padding-top: 15px;
	padding-left: 20px;
	display: block;
	float: left;
	padding-bottom: 20px;
	width: 430px;
}
#kanren_list img {
	float: right;
	margin-top: 20px;
	margin-bottom: 20px;
}
	border-right-style: none;
}

.effecttitle {
	vertical-align: top;
	text-align: left;
}
#seihinlist {
	list-style-type: none;
	width: 710px;
	margin-right: auto;
	margin-left: auto;
		clear:both;
}


#seihinlist li {
	margin-top: 30px;
	background-color: #f5f5f5;
	padding-top: 10px;
	padding-bottom: 10px;
}






.seihinlist_headimg {
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	display: block;
	width: 180px;
	height: 150px;
	overflow: hidden;
	margin-top: 30px;
}

.seihinlist_headtxt {
	display: block;
	margin-left: 200px;
	padding: 9px;
	margin-top: 10px;
}
.seihinlist_headtxt h7 {
	color:#F00;
}
	
.seihinlist_headtxt img {
	margin-bottom: 8px;
}



#seihinlist #quickchecker_site a {
	background-image: url(../images/quickchecker_n.png);
	display: block;
	width: 500px;
	height: 34px;
	text-decoration: none;
	font-size: 9px;
	margin-bottom: 8px;
}


#seihinlist #quickchecker_site a:hover {
	background-image: url(../images/quickchecker_n_os2.png);
}




#seihinlist .btn_calalog {
	text-align: right;
	height: 26px;
	width: 91px;
	margin-left: 600px;
	margin-bottom: 10px;
}


#seihinlist .btn_calalog a{
	background-image: url(../images/btn_catalog.jpg);
	display: block;
	height: 26px;
	width: 91px;
	text-decoration: none;
}


#seihinlist .btn_calalog a:hover{
	background-image: url(../images/btn_catalog_os2.jpg);
}
#seihinlist em {
	text-decoration: none;
	visibility: hidden;
}

.txt_small {
	font-size: 11px;
}


#saiyoinfo_all {
	margin-right: auto;
	margin-left: auto;
	font-size: 20px;
	font-weight:bold;
	text-align:center;
}
#saiyoinfo_link {
	font-size: 14px;
	font-weight:normal;
	text-align:center;
}
#saiyoinfo_img {
	text-align: center;
}
#toiawase_all {
	width: 500px;
	margin-right: auto;
	margin-left: 200px;
}
.toiawase_img {
	display: block;
	width: 350px;

	margin-left: 0px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
.toiawase_txt {
	display: block;
	float: left;
	width: 250px;
	margin-top: 10px;
	margin-bottom: 50px;
	margin-left: 0px;
}
.toiawase_map {
	float: right;
	display: block;
	margin-top: 40px;
	margin-right: 30px;
}

#toiawase_all h2{
	font-size:18px;}

.toiawase_map a:hover{
	color: #06F;
}

#toiawase_all a.mail {
	background-image: url(../images/mail.jpg);
	display: block;
	height: 38px;
	width: 240px;
	text-decoration: none;
	clear: both;
	background-repeat: no-repeat;
}


#toiawase_all a.mail:hover {
	background-image: url(../images/mail_o.jpg);
}
.toiawase_mail {
	margin-right: auto;
	clear: both;
	margin-left: auto;
	display: block;
	padding-left: 20px;
}

.policytitle {
	font-size: 16px;
	color: #000;
	text-decoration: blink;
}

.gotops {
	vertical-align: middle;
	display: inline-block;
}
#gotop {
	text-align: right;
	font-size: 12px;
	margin-bottom: 20px;
	height: 24px;
	line-height: 24px;
}
#gotop a:hover {
	color: #06F;
	text-decoration: underline;
}


#footer {
	width: 995px;
	clear: both;
	text-align: center;
	padding-top: 60px;
}
#footer a {
	font-size: 11px;
	text-decoration: none;
	color: #333;
}
#footer a:hover {
	color: #06F;
	text-decoration: underline;
}

#footer ul {
	list-style-type: none;
	width: 525px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#footer ul li {
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
}



.footer_line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}


.copyright {
	font-size: 10px;
	color: #999;
	margin-top: 15px;
}
.sisubtit {
	font-size: 15px;
}
.jigyotit {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}
.system_contop {
	font-size: 16px;
	text-decoration: blink;
	margin-bottom: 5px;
	font-weight: bold;
}
.seihineffect_h {
	font-size: 16px;
	color: #006;
}
.seihineffect_con {
	color: #006;
}
.enkakutit {
	padding-bottom: 7px;
}
#top #wrapper #contents #main #gaiyolist table {
	text-align: center;
}


.boxbtn {
    padding: 8px 20px;
    font-weight: bold;
    display: inline-block;
    text-decoration: none !important;
    font-size: 12px;
    border-radius: 5px;
	float:right;
	margin-bottom:10px;
	margin-top:10px;
}
.boxbtn01 {
    background-color: #3169d1;
    color: #fff !important;
}
.boxbtn:hover {
   background-color: #998bfa;
}

.jirei_itiran{
margin-top: 5px;
  padding: 0 5px;
  font-size: 0; 

  }


.jirei{
	margin-top: 10px;
	margin-left: 20px;
	padding-top:5px;
	float: left;
	list-style: none;
	width:340px;
	height:80px;
	border:solid 1px #CCCCCC;
	position: relative;
	 z-index: 1;


	}

.jirei_first{
	margin-top: 10px;
	margin-left: 0px;
	padding-top:5px;
	float: left;
	list-style: none;
	width:340px;
	height:80px;
	border:solid 1px #CCCCCC;
position: relative;
 z-index: 1;


	}
	

	
.jirei_company{
	text-align: center;
	font-size:14px;}
	
.jirei_first a,.jirei a{
	text-decoration:none;
	  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; 
}
	
.jirei_first a:hover,.jirei a:hover{
	filter:alpha(opacity=70);/* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";/* IE 8,9 */
    -moz-opacity:0.7;/* FF , Netscape */
    -khtml-opacity: 0.7;/* Safari 1.x */
    opacity:0.7;
    zoom:1;/*IE*/}
	
.casebox{
	margin:20px 0;
	clear:both;}
	
.casebox h2{
	font-size:14px;}
	
.jireiboxbg{
	border:solid 1px #CCCCCC;
	}
	
.s th{
		border-right:solid 1px #CCCCCC;
	}
.s tr td img{
	float:left;}
	
/*products*/







.products_img {
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	display: block;
	width: 180px;

	overflow: hidden;
	margin-top: 10px;
}

.products_txt {
	display: block;
	margin-left: 200px;
	padding: 9px;
	margin-top: 10px;
}

.products_txt h2{
	margin-bottom:10px;
}
	
	
.products_txt h2 a {
	display: block;
margin-bottom:10px;
		color:#033;
	text-decoration: none;
	background-image:url(../images/syousai.gif);
	background-repeat: no-repeat; 
	background-position:405px 20px;
	
}
.products_txt h2 a:hover{
	color: #09C;
	text-decoration: underline;
	background-image:url(../images/syousai_on.gif);
}

.syousai{
	padding-left:16px;
	font-size: 15px;

	}
	
#history {
	margin-top: 20px;
	border-collapse: collapse;
}

#history th {
	font-size: 20px;
	font-weight: bold;
	color: #039;
}

#history th, #history td {
	padding: 10px;
	vertical-align: top;
}

#history td.y {
	border-right: 2px solid #039;
}

#history td.y div {
	font-size: 20px;
	font-weight: bold;
	color: #039;
	position: relative;
}

#history td.y div:after {
	background-color: #039;
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	position: absolute;
	top: 0.5em;
	right: -16px;
}

#history tr th:nth-child(3),
#history tr td:nth-child(3){
	border-left: 1px solid #ddd;
}

#history td:nth-child(2),
#history td:nth-child(3) {
	width: 43%;
}

#history td ul {
	list-style: none;
	padding-left: 10px;
}

#history td ul li:before {
	content: '';
	background-color: #7790c3;
	width: 5px;
	height: 5px;
	display: inline-block;
	margin-right: 0.2em;
	font-size: 2em;
	line-height: 1.0;
	letter-spacing: -0.2em;
	vertical-align: middle;
}

#history td ul li {
	margin-left: 1em;
	text-indent: -0.8em;
	vertical-align: top;
	line-height: 1.8;
}
	
.policy_list{
	margin-left:20px;}

#dx .name {
	text-align: right;
}

#dx h1 {
	margin-top: 30px;
	margin-bottom: 20px;
}

#dx dl {
	margin-right: auto;
	margin-left: auto;
	display: block;
}
#dx dl dd {
	margin-bottom: 40px;
}

#dx .dx_text {
	width: calc(100% - 40px);
	margin: 0 auto;
}

#dx .dx_text p {
	margin-bottom: 1em;
}

#dx .dx_text p:last-child {
	margin-bottom: 0;
}

#dx .dx_philosopy_list {
	width: 100%;
	margin: 10px auto 20px;
	padding: 10px;
	display: flex;
	background-color: #bbcde4;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
}

#dx .dx_philosopy_list dt {
	width: 8em;
	padding: 5px;
	background-color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

#dx .dx_philosopy_list dd {
	width: calc(100% - 12em);
	margin-bottom: 0;
	font-weight: bold;
}

#dx .kakomi,#dx .kakomi2 {
	width: 100%;
	margin: 0 auto 20px;
	background-color: #f5f5f5;
	padding: 20px;
	box-sizing: border-box;
}

#dx .kakomi h2,#dx .kakomi2 h2 {
	color: #039;
	font-size: 20px;
	margin-bottom: 20px;
	text-align: center;
}

#dx .kakomi ul,#dx .kakomi2 ul {
	margin-left: 20px;
	list-style: none;
}

#dx .kakomi ul li {
    text-indent: -1em;
    vertical-align: top;
    line-height: 1.8;
	margin-bottom: 10px;
	font-weight: bold;
}

#dx .kakomi ul li:last-child {
	margin-bottom: 0;
}

#dx .kakomi ul li:before {
	content: '●';
    margin-right: 0.5em;
    line-height: 1.0;
    vertical-align: middle;
}

.dx_text ul{
	 margin-right: 0.5em;
	}
#dx .dx_list_style1 li{
	list-style-type: none;
	counter-increment: cnt;
	margin-bottom: 10px;
}

#dx .dx_list_style1 li::before{
	content: "(" counter(cnt) ") ";
}

#dx .dx_list_style2 ul{
	margin-bottom:2em;}


#dx .dx_list_style2 li{
	list-style-type: none;
 margin-left:-0.5em;

}





#dx .dx_list_style2 li ul li{

	 list-style-type: none;
     padding: 0.5em 0 0 2em;


	}

	
.dot_style{
	margin-top:10px;}
.dot_style li{
	margin-bottom:10px;}
	
.ul_title{
	font-weight:bold;
	margin:10px 0;}
	
#dx .kakom2i ul li {
    text-indent: -1em;
    vertical-align: top;
    line-height: 1.8;
	margin-bottom: 10px;
	
}

#dx .kakomi2 ul li:last-child {
	margin-bottom: 0;
}

#dx .kakomi2 ul li:before {
	content: '●';
    margin-right: 0.5em;
    line-height: 0.5;
    vertical-align: middle;
}

.logo_area{
	width:250px;
	margin:10px auto 10px auto;}

