/* CSS Document */

p{
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}

p,h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h2,h3,h4,h5{
	line-height:2.2em;
	font-size:2em;
	color:#FFF;
	
	background:url(https://360c3f.claudeassets.com/20250520040941im_/http://toukai-denkidenshi-sekkei.com/common/images/h_all.gif), #b0b0b0;
	
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = '#214fba', endColorstr = '#b0b6ff');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = '#214fba', endColorstr = '#b0b6ff')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image:url(https://360c3f.claudeassets.com/20250520040941im_/http://toukai-denkidenshi-sekkei.com/common/images/h_all.gif), -moz-linear-gradient(left, #214fba, #b0b6ff);
	background-image:url(https://360c3f.claudeassets.com/20250520040941im_/http://toukai-denkidenshi-sekkei.com/common/images/h_all.gif), -ms-linear-gradient(left, #214fba, #b0b6ff);
	background-image:url(https://360c3f.claudeassets.com/20250520040941im_/http://toukai-denkidenshi-sekkei.com/common/images/h_all.gif), -o-linear-gradient(left, #214fba, #b0b6ff);
	background-image:url(https://360c3f.claudeassets.com/20250520040941im_/http://toukai-denkidenshi-sekkei.com/common/images/h_all.gif), -webkit-gradient(linear, left top, right top, from(#214fba), to(#b0b6ff));
	background-image:url(https://360c3f.claudeassets.com/20250520040941im_/http://toukai-denkidenshi-sekkei.com/common/images/h_all.gif), -webkit-linear-gradient(left, #214fba, #b0b6ff);
	background-image:url(https://360c3f.claudeassets.com/20250520040941im_/http://toukai-denkidenshi-sekkei.com/common/images/h_all.gif), linear-gradient(left, #214fba, #b0b6ff);
	/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
	
	-moz-box-shadow: 5px 5px 5px #b0b0b0;
	-webkit-box-shadow: 5px 5px 5px #b0b0b0;
	box-shadow: 5px 5px 5px #b0b0b0;
	filter: progid:DXImageTransform.Microsoft.Shadow(strength = 5, direction = 135, color = '#b0b0b0');
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 5, Direction = 135, Color = '#b0b0b0')";
	/*Shadows look very different in IE (Only cardinal directions supported)*/
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element should have a background-color*/
	/*All filters must be placed together*/
	/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
	
	text-shadow: 1px 1px 0px #b0b0b0; 
	
	margin-top:10px;
	margin-bottom:10px;
	margin-left:10px;


	background-repeat:no-repeat;
	background-position:0% center;
	padding-left:40px;
	width:420px;

	
}

/* --------------------
			全体設定
---------------------*/

.t-content{
	width:1000px;
	height:auto;
	margin: 10px auto;
	display: flex;
}

.r-d-content{
	width: 1000px;
	margin: auto;
}

/* --------------------
			スライドショー
---------------------*/
.slideShow {
    margin: 0 auto;
    text-align: left;
		margin-right: 15px;
    display: none;
}
.slideShow .mainView {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.slideShow .mainView ul {
    width: 100%;
		height:auto;
    overflow: hidden;
/*    position: relative;*/
}
.slideShow .mainView ul li {
    top: 0;
    left: 0;
    width: 700px;
    position: absolute;
}
.slideShow .mainView ul li img {
    width: 100%;
}
/* サムネイル */
.slideShow .thumbNail {
    width: 100%;
    overflow: hidden;
	margin-top: 5px;
}
 
.slideShow .thumbNail ul {
	margintop: 0px;
	padding: 0;
  width: 100%;
}
 
.slideShow .thumbNail ul li {
    float: left;
    display: inline;
    overflow: hidden;
    cursor: pointer;
}
 
.slideShow .thumbNail ul li img {
    width: 100%;
}
 
.slideShow .thumbNail ul li.active {
    filter: alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}

 
/* =======================================
    ClearFixElements
======================================= */
.slideShow ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
.slideShow ul {
    display: inline-block;
    overflow: hidden;
}

/* --------------------
			セミナーWP
---------------------*/
.seminar-box{
	width:285px;
	height: 500px;
	background-color: white;
	border: 1px solid #036eb7;
}
.seminar-flex{
	display: flex;
}
.date,
.member,
.place,
.time,
.name,
.caption,
.teach{
	margin-top: 9px;
}
.date,
.place,
.time,
.name,
.caption{
	margin-left: 10px;
}

.date,
.member{
	height: 25px;
	line-height: 25px;
}
.time,
.caption,
.teach{
	font-size: 10pt;
}
.date{
	width:200px;
	font-size: 10pt;
	color: red;
	font-weight: bold;
}
.member{
	width: 80px;
	color: white;
	font-size: 12pt;
	text-align: center;
	background-color: #036eb7;
	margin-right: 10px;
}
.place{
	width: 270px;
	font-size: 15pt;
}
.time{
	color: red;
}
.name{
	color: blueq;
	font-size: 13pt;
}
.caption ul{
	list-style: none;
}
.teach{
	width: 200px;
	margin-left: 100px;
}
.seminar-button{
	width: 257px;
	height: 38px;
	margin:0 auto;
	margin-top: 15px;
	margin-bottom: 15px;
}

/* 風景他 */
.seminar-sub{
	width: 285px;
	background-color: #036eb7;
	padding: 10px 0 10px 0;
	margin-bottom: 0px;
}
.hu-kei{
	width: 260px;
	height: 132px;
	margin: auto;
}
.seminar-sub a{
	color: white;
	font-size: 11pt;
}
.caption-list{
	margin-left: 20px;
}

/* ここまで */

.books{
	background:none;
	background-image:none;
	filter:none;
	-ms-filter:none;
	-moz-box-shadow: 0px 0px 0px #b0b0b0;
	-webkit-box-shadow: 0px 0px 0px #b0b0b0;
	box-shadow:0px 0px 0px #b0b0b0;
}

.contents_2_h{
	background:url(https://dd3a13.claudeassets.com/20250520040941im_/http://toukai-denkidenshi-sekkei.com/common/images/h2.gif), #214FBA;
	background-repeat:no-repeat;
	background-position:10px center;
	padding-left:25px;
	padding-top:10px;
	padding-bottom:10px;
	width:422px;
	line-height:1.4em;
	font-size:1.2em;
	text-align:left;
	-moz-box-shadow: 1px 1px 1px #b0b0b0;
	-webkit-box-shadow: 1px 1px 1px #b0b0b0;
	box-shadow: 1px 1px 1px #b0b0b0;
}


#text_contents p{
    font-size: 1.2em;
    line-height: 1.5em;
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;	
    padding-bottom: 12px;
    padding-top: 12px;
}

body{
	background-image:url(https://926a46.claudeassets.com/20250520040941im_/http://toukai-denkidenshi-sekkei.com/common/images/topheader_side.gif);
	background-repeat:repeat-x;
	color:#000000;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino KaKu Gothic Pro","ＭＳ Ｐゴシック","MS P Gothic",Osaka,sans-serif;
	font-size:12px;
	height:auto;
	margin:0;
	padding:0;
	width:auto;	
    overflow-x:hidden;
}

.marginpadding0{
	margin:0px;
	paddig:0px;
}

.marginbottom_10{
	 margin-bottom:10px;
}

.margintop10left15{
	 margin-top:10px;
	 margin-left:15px;
}

.margintop10left15{
	 margin-top:10px;
	 margin-left:15px;
}

.margin15{
	
	margin-top:15px;
	margin-left:15px;
	margin-bottom:15px;

}



.margintop_0{
	margin-top:0px;
}

.width487{
	width:487px;
}

#stage {
	margin:0 auto;
	padding:0;
	top:0;
	width:1000px;

}

#content {
    border-color:#FFFFFF;
    border-style:solid none solid double;
    border-width:0;
    margin:0;
    padding:0;
    width:1000px;
}

img{
	/* リンクの青枠を消す */
	border-style:none;	
}

a{
	color:#000000;	
}

a:hover{
	color:#FF0000;
}

.category_tokai{
	border:1px #CCC solid;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */

	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#dbdad7');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#dbdad7')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #ffffff, #dbdad7);
	background-image: -ms-linear-gradient(top, #ffffff, #dbdad7);
	background-image: -o-linear-gradient(top, #ffffff, #dbdad7);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#dbdad7));
	background-image: -webkit-linear-gradient(top, #ffffff, #dbdad7);
	background-image: linear-gradient(top, #ffffff, #dbdad7);
	/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
	
	height:270px;
	width:219px;
	float:left;
	position:relative;

}

/*  */
#menu{
	width:1000px;
	height:500px;
}

#middle_leftarea{
	 float:left;
	 width:547px;
}

#middle_title{
	font-weight:bold;
	font-size:20px;
	color:#214fba;
	margin-top:10px;
}

#middle_sub_title{
	 text-align:center;
	 font-size:16px;
	 color:#C33;
}

#nextinfo_box{
	 width:520px;
	 height:100px;
	 border:#03F 1px solid;
	 margin-top:6px;
}

#nextinfo_table{
	  height:100%;
	  box-shadow: 2px 2px;
}

#nextinfo_th{
	background-color:#214FBA;
	vertical-align:middle;
	
}

#nextinfo_time{
	color:#8B0000;
	font-size:0.9em;
	margin-bottom:3px;
}

#nextinfo_img{
	 display:block;
}

#nextinfo_td{
	 background-color:#FFF;
	 padding:5px;
}

#nextinfo_relative{
	 position:relative;
}

#nextinfo_date{
	 line-height:1.8em;
	 font-size:1.4em;
	 color:#F00;
}

#nextinfo_place{
	 font-size:1.4em;
	 margin-left:15px;
}

#nextinfo_seminarname{
	 font-size:1.8em;
	 color:#214FBA;
}

#Ticker{
	 padding-left:15px;
	 height:1.6em;
}

#Ticker ul li{
	 font-size:0.8em;
	 width:300px;
}

#nextinfo_lecturer{
	 position:absolute;
	 right:5px;
	 top:75px;
}

#nextinfo_fixed{
	 box-shadow: 2px 2px;
	 position:absolute;
	 right:2px;
	 top:0px;
	 background-color:#214FBA;
	 color:#FFF;
	 border:double 3px #FFF;
	 line-height:1.2em;
	 width:60px;padding:3px;"
}


#middle_rightarea{
	 position:relative;
	 float:right;
	 width:453px;
}

.margin_t_10{
	margin-top:10px;
}

#past_seminar{
	 position:absolute;
	 top:5px;
	 right:0px;
}

#add_table{
	width:1000px;
	margin-top:10px;
}

#blue_header{
	display:block;
	margin:0 auto;
	margin-top:10px;
}

#blue_txt{
	margin-top:5px;
	margin-left:10px;
	width:480px;
}

#handbook_banner2{
	float:left;
}
#handbook_banner{
	float:right;
}

#space_1{
	height:5px;
	margin-top:10px;
}

#new_border{
	border:#03F 1px solid;
}

#topix{
	overflow-y: scroll;
	overflow-x: hidden;
	height:6.5em;
}

#topix ul{
	font-weight:normal;
	text-align:left;
	list-style-type:none;
	margin-left:15px;
	margin-top:5px;
	margin-bottom:5px;
}

#ukeoi_txt{
	text-align:left;
	margin-top:5px;
	margin-left:15px;
	margin-right:15px;
}

.ukeoi_title{
	font-size:1.3em;
	text-align:left;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:10px;
}

.ukeoi_text{
	text-align:left;
	margin-left:10px;
	margin-right:10px;
}

.ukeoi_img{
	position:absolute;
	top:240px;
	left:90px;
}

	/* チャプター２ */
#chap2 {
	margin-top:20px;
}

#chap2 p{
	font-size:12px;
}

#chap2 ul{
	list-style-type: none;
	paddin:0px;
	margin-top:10px;
	margin-left:10px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}

#chap2 .box{
	width:467px;
	min-height:200px;
	/*height:200px; */ /*仮の高さ*/
	
		-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	border: 1px solid #ddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	float: left;
	list-style-type:none;
	margin-bottom:10px;
	/* For WebKit (Safari, Google Chrome etc) */
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ededed));
	/* For Mozilla/Gecko (Firefox etc) */
  background: -moz-linear-gradient(top, #ffffff, #ededed);




  /* For Internet Explorer 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#FFededed);
	/* For Internet Explorer 8 */
   -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFffffff, endColorstr=#FFededed)";
	/* Opera 11.10+ */
  background-image: -ms-linear-gradient(top, #ffffff, #ededed);
	background-image: -o-linear-gradient(top, #ffffff, #ededed);
	background-image: linear-gradient(top, #ffffff, #ededed);
	-pie-background: linear-gradient(#ffffff, #ededed);
	behavior: url(https://66a0aa.claudeassets.com/20250520040941im_/http://toukai-denkidenshi-sekkei.com/common/style/common/PIE/PIE.htc);

}

#chap2 .left{
	margin-left:6px;
}

#chap2 #decimal{
	list-style-type:decimal;
	padding:0px;
	margin:0px;
	margin-left:2.5em;
}

#chap2 #decimal li{
	margin-top:0.25em;
	margin-bottom:0.25em;
}


/* フッター */
#footer{

	padding-top:5px;
	padding-bottom:5px;	
	margin:0px;	
	background:#8DB5D8;
	
	/* For WebKit (Safari, Google Chrome etc) */
  background: -webkit-gradient(linear, left top, left bottom, from(#0e6eb8), to(#8DB5D8));
	/* For Mozilla/Gecko (Firefox etc) */
  background: -moz-linear-gradient(top, #0e6eb8, #8DB5D8);
  /* For Internet Explorer 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0e6eb8, endColorstr=#FF8DB5D8);
	/* For Internet Explorer 8 */
   -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF0e6eb8, endColorstr=#FF8DB5D8)";
	/* Opera 11.10+ */
  background-image: -ms-linear-gradient(top, #0e6eb8, #8DB5D8);
	background-image: -o-linear-gradient(top, #0e6eb8, #8DB5D8);
	background-image: linear-gradient(top, #0e6eb8, #8DB5D8);
	-pie-background: linear-gradient(#0e6eb8, #8DB5D8);
	behavior: url(https://66a0aa.claudeassets.com/20250520040941im_/http://toukai-denkidenshi-sekkei.com/common/style/common/PIE/PIE.htc);
	text-align:center;
	position:relative;
}

#footer p{
	font-size:0.8em;
	color:#FFF;
}

/*-----------------------------------------------------------*/

.h_css{
line-height:2em;
font-size:1.5em;
color:#FFF;
background:url(https://82f9f5.claudeassets.com/20250520040941im_/http://toukai-denkidenshi-sekkei.com/common/images/h1.gif), #214FBA;
background-repeat:no-repeat;
background-position:0% center;padding-left:20px;

}

/*-----------------------------------------------------------*/
/* 過去セミナー風景 */
/*-----------------------------------------------------------*/
.past_waku{
	 border:#214FBA 2px solid;
	 margin-bottom:10px;
	 width:487px;
}

.past_waku_{
	 border:#214FBA 2px solid;
	 margin-bottom:10px;
	 width:800px;
	 font-size:1.2em;
}

.past_h{
	 line-height:3em;
	 font-size:1.2em;
}

.past_title{
	 font-size:1.5em;
	 margin-left:10px;
}

.past_margin{
	 margin-left:10px;
}

.past_width{
	width:467px;
	word-break:break-all;
}

.past_lec{
	text-align:right;
	font-size:1.2em;
	margin-right:20px;
}

.past_semititle{
	background-color:#214FBA;
	color:#FFF;
	padding:5px;
	width:477px;
}

.past_text{
	line-height:1.5em;
	margin-top:15px;
}

.past_center{
	 text-align:center;
}

.past_redh{
	 font-size:1.3em;
	 background-color:#F66;
	 color:#FFF;
	 padding:5px;
	 width:467px;
	 margin-right:10px;
}

.past_margin2{
	 margin:10px;
}

.past_img img{
	 margin:5px auto;
	 display:block;"
}

/*-----------------------------------------------------------*/
/* Q&A */
/*-----------------------------------------------------------*/

.relative{
	position:relative;
}

.absolute{
	position:absolute;
}

.q_table{
	background-color:#EFF;
	margin:10px;
	margin-bottom:5px;
}

.q_border{
	border:#39F 2px solid;
}

.a_table{
	background-color:#FEE;
	margin:10px;
	margin-top:5px;
}

.a_border{
	border:#F33 2px solid;
}

.padding5px{
	padding:5px;
}

.qa_comment{
	vertical-align:middle;
	word-break:break-all;
	padding:5px;
}

/*-----------------------------------------------------------*/
/* 会社情報 */
/*-----------------------------------------------------------*/

.boxstyle {
	margin-top:20px;
	margin-left:8px;
    font-weight:bold;
    position: relative;
    padding: 10px;
    background: #A4D5BD;
    width: 450px;	
}
.boxstyle:before {
    content: " ";
    position: absolute;
    top: -20px;
    left: 0;
    width: 450px;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: #BEE0CE;
}

/*------------------------------------------------------------*/
/* h3_kigyou */
/*------------------------------------------------------------*/
.h3_kigyou {
	text-shadow: 0px 0px 0px #FFF; 	
	background:#FFF;
	color:#333;
	box-shadow:none;
	line-height:1.5em;
	font-size:1.5em;
	
	
    border-bottom: 1px solid #aaa;
    margin: 15px 0;
    padding: 5px 0;
	margin-left:20px;
    position: relative;
}
 
.h3_kigyou:before,
.h3_kigyou:after {
    content: '';
    border-right: 20px solid #fff;
    border-top: 15px solid #aaa;
    bottom: -15px;
    position: absolute;
    left: 25px;
}
 
.h3_kigyou:after {
    border-top-color: #fff;
    border-right-color: transparent;
    bottom: -13px;
    left: 26px;
}

/*---------------------------------------------------------------*/
/*  年間スケジュール  */
/*---------------------------------------------------------------*/

.sche_table {
	width:457px;
	margin-bottom:20px;
}

.sche_table , .sche_table th , .sche_table td{
	padding-top:5px;padding-bottom:5px;
}

.sche_table , .sche_table th {
	 border:#FFF 2px solid;
	 background:#B0B6FF;
	 color:#FFF;
}

.sche_table td{
	 border:#8496EA 2px solid;
	 background:#FFF;
	 color:#333;	 
}

/* 09.旗 */
.t_title{
	position:relative;
	margin:0 20px 0 20px;
	padding:10px 15px;
	font:bold 22px/1.2 Arial, Helvetica, sans-serif;
	color:#fff;
	background:#c33;
}
.t_title:before{
	content:"<";
	position:absolute;
	top:middle;
	left:-10px;
	width:0;
	height:0;
	font-size:25px;
	line-height:1.0;
	color:#c96;
}
.t_title:after{
	content:" ";
	position:absolute;
	top:-2px;
	left:-10px;
	width:0;
	height:130%;
	border:#600 solid 2px;
	border-radius:2px;
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	transform: rotate(-2deg);

}



.tema {
	color:#FFF;
	width:427px;
	font-size:1.2em;
	margin-top:20px;
	margin-bottom:10px;
	padding:3px 5px;
	border-color:#8799EB;
	border-width:0px 20px 0px 0px;
	border-style:solid;
	background:#B0B6FF;
  
}

/*---------------------------------------------------*/
/* 新着ニュース */
/*---------------------------------------------------*/
#news_waku{
	border:#214FBA 2px solid;
	 margin-bottom:10px;
	 width:487px;
}

#news_2{
	margin:10px;	
	list-style-type: none;
}

#news_2 li{
	margin-top:20px;

}

#news_2 li dt{
	border-bottom:dotted #999 1px;
	font-size:1.3em;
	padding-bottom:3px;

}

#news_2 li dd{
	margin-top:5px;
	margin-left:10px;
	margin-right:10px;

}


/*----------------------*/
/* Before After */
/*----------------------*/
 #in_contents{
	margin-left:8px;
	padding-top:20px;	
}

 #in_contents p{
	margin-left:8px;
	padding-top:12px;
	padding-bottom:12px;
	font-size:1em;
	line-height:1.2em;
	width:437px;
	margin-bottom: 15px;
}

 #in_contents img{
	display:block;
	text-align: center;
	padding: 0px;
	margin-top: -1px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


#beforebox{
	width:457px;
	border: 8px solid #9db2dc;
	border-radius:20px; /* CSS */
	-webkit-border-radius: 10px;  /* Safari,Google Chrome */
	-moz-border-radius: 10px;  /* Firefox */
	position:relative;

}

#beforeimg{

	margin-top:40px;

}

#afterbox{
	width:457px;
	border: 8px solid #036eb8;
	border-radius:20px; /* CSS */
	-webkit-border-radius: 10px;  /* Safari,Google Chrome */
	-moz-border-radius: 10px;  /* Firefox */
	position:relative;

}

#afterimg{

	margin-top:40px;

}

#before_mark{
	position: absolute;
	z-index: 10;
	padding: 0px;
	margin-top: -8px;
	margin-left: -8px;
	
}

#after_mark{
	position: absolute;
	padding: 0px;
	margin-top: -8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -8px;
	z-index: 10;
}

#contentsFooter_2{
	
	margin:0px;
	margin-top:20px;
	padding:0px;
	position:relative;
	
}

#contentsFooter_2 p{
	width:457px;
	text-shadow:1px 1px 1px #306;
	font-size:1.1em;
	line-height:1.1em;
	position: absolute;
	top:10px;
	left:20px;
	color:#FFF;
	margin: 0px;
	padding: 0px;
}

#contentsFooter_2 img{
	display:block;
	width:487px;
	height:120px;
	margin: 0px auto;
}

/*----------*/

#main_title_2{
	position:relative;
	margin:0px;
	padding:0px;	
}

#main_title_2 img{
	position:relative;	
	margin:0px;
	padding:0px;
}

#main_title_2 #maintitle{
	position:absolute;
	top:35px;
	left:10px;
	margin:0px;
	padding:0px;
}
#main_title_2 h1{
	color:#FFFFFF;
	font-size:1.4m;
	padding:0px;
	margin:0px;	
}

#main_title_2 p{
	font-size:1em;
	/*	color:#0A76c2; */
	color:#FFFFFF;
	text-shadow:1px 1px 2px #385c84;
	/* font-weight: bold; */
	position: absolute;
	top:30px;
	left:10px;
	width:680px;
	line-height:1em;
	/* width内で文字列折り返し */
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}

#hab_contents{
	margin-left:8px;
	padding-bottom:8px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

#hab_contents h1{
	color: #000;	
	font-size:1.5em;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	margin-left:10px;
	padding-left:10px;
}

#hab_contents ul{
	list-style-type:none;
	margin-left:-10px;
}

#hab_contents ul li{
	
	font-size:1.2em;
	
	padding-top:15px;
	padding-bottom:15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;	
	
	background:url(https://f2ad37.claudeassets.com/20250520040941im_/http://toukai-denkidenshi-sekkei.com/common/images/list_icon.gif);
background-repeat:no-repeat;
background-position:10px 15px;padding-left:40px;
}

hab_contents ul li p{

	padding-top:10px;
	padding-bottom:10px;
	/* font-weight: bold; */
}

#hab_contents .arrow{
	vertical-align:-0.1em;
	margin-right:5px;
}

 #hab_contents a:hover{
	color:#FF0000;
}

/* サイトマップ */
#footer-sitemap{
	width:100%;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #4a7ebb;
	background-color: #FCFCFF;
	padding: 0px;
}

#footer-sitemap #sitemap_inner{
	margin:0 auto;
	margin-top:10px;
	width:1005px;
}

#footer-sitemap #sitemap_left{
	width:333px;
	float:left;
}

#footer-sitemap #sitemap_center{
	width:333px;
	float:left;
	border-right-width:1px;
	border-left-width:1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ddd;
	border-left-color: #ddd;
	padding-bottom:8em;
}

#footer-sitemap #sitemap_right{
	width:333px;
	float:right;
}


#footer-sitemap #square{
	list-style-type:square;
	padding:0px;
	margin:0px;
	padding-left:2em;
	/*margin-left:1em;*/ 
}

#footer-sitemap #decimal{
	list-style-type:decimal;
	margin:0px;
	padding:0px;
	margin-left:1em; 
}

#footer-sitemap #upperroman{
	 list-style-type: upper-roman;
	 margin:0px;
	 padding:0px;
	margin-left:1em; 
}

.semi_pdf{
	position:relative;
	background-color:#EEE;
	margin:20px;
}

.semi_txt{
	position:absolute;
	top:15px;
	left:60px;
}

.semi_a:hover > div{
	background:#CCC;
}

/*会社のテーブルデザイン*/

#comp {
	border-collapse: collapse;
	margin:20 auto;
	width:80%;
	box-shadow:1px 1px 0 #999;
	
}
#comp th.t_top {
    border-top: #b3b3b3 4px solid;
}
#comp th {
	border-bottom: #e3e3e3 1px solid;
	border-left: #e3e3e3 1px solid;
	text-align: left;
	background: #f7f7f7;
	padding: 10px;
	font-weight: normal;
	width:30%;
}
#comp td.t_top {
	border-top: #be1309 4px solid;
}
#comp td {
	border-bottom: #e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid;
	text-align: left;
	padding: 10px;
	width:70%;	
}

/* お問い合わせ */
#main_contents #contact_contents{
	margin-top:8px;	
	margin-left:8px;
	padding:0px;
	padding-top:8px;	
	padding-bottom:8px;	
}

#main_contents #contact_contents h1{
	color: #000;
	font-size:1.5em;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	padding-left:10px;
	/* font-weight: bold; */
}

#main_contents #contact_contents .required{
	color:#F00;	
	/* font-weight: bold; */
}

#main_contents #contact_contents #ContactTable{
	width:440px;
	border: 2px ridge #4a7ebb;
	margin-top:30px;
	margin-bottom:10px;
	border-collapse:collapse;
}

#main_contents #contact_contents #ContactTable th{
	width:140px;
	height:50px;
	text-align:left;
	vertical-align:middle;
	border: 1px dotted #4a7ebb;
	background-color: #e6e8ed;
	padding:10px;	
	
}

#main_contents #contact_contents #ContactTable td{
	width:300px;
	text-align:left;
	height:50px;
	vertical-align:middle;
	border: 1px dotted #4a7ebb;
		padding:10px;
}

#main_contents #contact_contents #ContactTable td input:hover,#main_contents #contact_contents #ContactTable td textarea:hover{
	background-color: #FFD;
}

#main_contents #contact_contents #ContactTable td input:focus,#main_contents #contact_contents #ContactTable td textarea:focus{
	background-color: #FFC;
}

#main_contents #contact_contents .error_message{
	margin:10px;
	color:#F00;	
}

#main_contents #contact_contents #error_message_sogo{
	border: 2px solid #3C9;
	padding:8px;
	margin:10px;
	color:#F00;
}

.img_opac:hover{
	opacity:0.7;
	
}

.redline{
	border:#F00 1px solid;
	
}

.blueline{
	border:#2C6AD2 1px solid;
}

.blueline a, .blueline img{
	margin-bottom:5px;
}

#ukeoinet{
	margin:10px;
}

#ukeoinet li{
	font-size:1.3em;
	list-style:none; 
	padding-left:25px;  
    background:url('https://3c8b5d.claudeassets.com/20250520040941im_/http://toukai-denkidenshi-sekkei.com/common/images/denki_li.gif') no-repeat;  
    line-height:26px;  
}

.banner_opc:hover{
	opacity:0.8;
	
}



/*
     FILE ARCHIVED ON 23:32:13 May 09, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:32:23 Jul 28, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.923
  exclusion.robots: 0.089
  exclusion.robots.policy: 0.066
  esindex: 0.018
  cdx.remote: 9.968
  LoadShardBlock: 138.166 (3)
  PetaboxLoader3.datanode: 112.308 (4)
  PetaboxLoader3.resolve: 99.262 (2)
  load_resource: 112.59
*/