@charset "UTF-8";

/* 一覧ページ */

/* --------------------------------
	links_list　一覧ページリスト
-------------------------------- */

.list_block { /* 描画領域を指定 */
	width: 635px;
	overflow: hidden;
}
.list_block .inner { /* 余白を非表示 */
	width: 640px;
}

ul.links_list {
	margin-top: 10px;
}
ul.links_list li a {
	width: 303px;
	float: left;
	padding: 15px 0 15px 15px;
	margin: 0 2px 2px 0;
	/*background: url('/images/common/arrow01.gif') center left no-repeat;*/
	background-color: #fff;
	font-size: 112%;
	background-position: 12px center;
}
/*English*/
.en ul.links_list li a{
	min-height: 4.5em;
	display: flex;
	align-items: center;
}
ul.links_list li a:hover {
	background-color: #fafafa;

}
ul.links_list li a:hover span{
	font-weight: bold;
	color:#E60012;
}
ul.links_list li.high2 a{
	line-height: 3;

}
@media screen and (-webkit-min-device-pixel-ratio:0)  {
ul.links_list li.high2 a {
		line-height: 2.98;
	}
}
ul.links_list li.high2 a img{
	padding-top: 5px;
	vertical-align: top;
}
ul.links_list span {
	float: left;
	background: url('/images/common/arrow05.gif') center left no-repeat;
	padding-left: 13px;
}
ul.links_list img {
	padding-left: 5px;
}
/*English*/
.en ul.links_list span{
	padding-right: 10px;
}

#faq_btn a {
	background-color: #e60012;
	display: block;
	text-align: center;
	font-size: 138%;
	color: #fff;
	font-weight: bold;
	padding: 20px 0;
	margin-bottom: 30px;
}
#faq_btn a:hover {
	background-color: #a60000;
}

/* --------------------------------
	faq_list　良くある質問一覧
-------------------------------- */

ul.faq_list {
	margin-top: 10px;
}
ul.faq_list li {
	background-color: #fff;
	margin: 0 2px 2px 0;
	font-size: 112%;
}
ul.faq_list img {
	vertical-align: middle;
	margin-right: 5px;
}
ul.faq_list li a {
	padding: 15px 15px 15px 75px;
	display: block;
	background: url('/images/Tech_info/icon01.gif') center left no-repeat;
	background-position: 15px 10px;
	height: 38px;
}
ul.faq_list li a:hover {
	background-color: #fafafa;
}
ul.faq_list li a:hover span {
	font-weight: bold;
	color:#E60012;
}

ul.faq_list span {
	line-height: 2.5;
}
ul.faq_list li.line2 span {
	line-height: 1.3;
}

/* --------------------------------
	良くある質問詳細
-------------------------------- */

.faq h3.section_head {
	font-size: 148%;
}
#question,
#answer {
	background: url('/images/Tech_info/icon01.gif') top left no-repeat;
	padding-left: 60px;
}
#answer {
	background: url('/images/Tech_info/icon02.gif') top left no-repeat;
	padding-top: 13px;
}
#question h4.category_head {
	padding: 13px 0 20px;
}

/* -------------  ここから詳細ページ ------------- */

.annotation {
	font-size: 84%;
}
.annotation span {
	display: inline-block;
	float: left;
	margin-right: 10px;
}
.detail h3.section_head {
	padding-bottom: 10px;
	margin: 0 0 10px;
	border-bottom: 1px solid #ccc;
}
.img_put {
	text-align: center;
}
.img_put img {
	display: block;
	padding-bottom: 5px;
	margin: auto;
}

#contact_form a {
	display: block;
	padding: 20px 0;
	background-color: #e60012;
	color: #fff;
	font-size: 128%;
	text-align: center;
	font-weight: bold;
}
#contact_form a:hover {
	background-color: #8c0000;
}

.basic_tbl1 td,
.basic_tbl1 th {
	padding: 12px;
	font-weight: normal;
	text-align: left;
}
.basic_tbl1 td { font-size: 94%; }
.basic_tbl1 th { width: 40%; }

/* 抵抗値表 */
.basic_tbl2 { width: 100%; }
.basic_tbl2 td,
.basic_tbl2 th {
	font-size: 88%;
	padding: 5px;
	font-weight: normal;
	text-align: right;
	border-left: 1px solid #aaa;
}

.basic_tbl2 td:first-child,
.basic_tbl2 th:first-child,
.basic_tbl2 td.sp { border-left: 0px; }
.basic_tbl2 th {
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	text-align: center;
}
.basic_tbl2 td.end {
	border-bottom: 1px solid #aaa;
}

/* 規準熱起電力表 */
.basic_tbl3 { width: 100%; }
.basic_tbl3 td,
.basic_tbl3 th {
	font-size: 88%;
	padding: 5px;
	font-weight: normal;
	text-align: right;
	border-left: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

.basic_tbl3 td:first-child,
.basic_tbl3 th { border-left: 0px; }
.basic_tbl3 th.sp {
	border-bottom: 0px;
	height: 20px;
}
.basic_tbl3 tr.center td {
	text-align: center;
}
/*保護管関連のタイトル*/
p.bb_title{
	display: none;
}
/*改行しない*/
.nw{
	white-space: nowrap;
}
.pc_none {
display: none;
}
@media screen and (max-width:768px){
#header {
	z-index: 10;
}
.pc_none {
	display: block;
}
/* --------------------------------
	links_list　一覧ページリスト
-------------------------------- */

.list_block { /* 描画領域を指定 */
	width: 100%;
}
.list_block .inner { /* 余白を非表示 */
	width: 100%;
}
ul.links_list li a {
	width:100%;
	/*background:url("/images/common/arrow02.gif") no-repeat 10px;*/
	background-color: #fff;
}
/*English*/
.en ul.links_list li a{
	min-height: auto;
	margin-right: 20px;
	box-sizing: border-box;
}
#faq_btn a {
	margin:auto 20px 50px;
}
/*detail横幅margin*/
.detail p,.quality_list{
	margin-left:20px;
	margin-right:20px;
}
.detail h3.section_head {
	margin: 40px 20px 10px;
}
h4.sub_head {
	margin: 20px 20px 10px;
}
/* --------------------------------
	faq_list　良くある質問一覧
-------------------------------- */
ul.faq_list li a {
	height: auto;
	background-position: 10px center;
}
ul.faq_list span {
	line-height: 1.4;
}
/* --------------------------------
	良くある質問詳細
-------------------------------- */
.faq p {
	margin-top:10px;
	margin-left:0;
	margin-right:0;
}
#question,#answer{
	margin:auto 20px;
	background-position: 0 20px;
}
#question{
	background-position: 0 10px;
}
.faq #question p{
	margin-left:-60px;
}
.faq #question p.mb30{
	margin-bottom:0;
}
.faq #answer{
	padding: 80px 0 0 0;
	position: relative;
}
.faq #answer h4.category_head{
	margin:20px 0 10px;
}
.faq #answer >h4.first {
	position: absolute;
	top:15px;
	left:65px;
}
.faq #answer >h4.bold_a,.faq #answer p:first-child{
	margin-top: 0;
}
.img_put img {
	max-width:100%;
	height: auto;
}

/*画像そのままのサイズ*/
.detail p.img_def img{
	width:auto;
	height: auto;
}
h4.big {
	margin-left:20px;
	margin-right:20px;
}
#contact_form a {
	margin:auto 20px;
}
p.bb_title {
	display: block;
	font-size: 1.2em;
	background-color: #000;
	font-family:Arial, Helvetica, "sans-serif";
	color:#fff;
	font-weight: bold;
	padding:4px 10px 3px;
}
/* --------------------------------
	リストタイプ
-------------------------------- */
.disc,.decimal,.square {
	margin-left: 40px;
	margin-right: 20px;
}
.ul_none{
	margin-left: 20px;
	margin-right: 20px;
	}


}