﻿@charset "utf-8";

body{
	margin:0px;
	overflow-y: scroll;
}


#wrapper{
}

#container{
  max-width: 900px;
  margin: 0 auto;
}

#header{
  width:100%;
  text-align: center;
  display: block;
}


/************各ページへのリンクボタン************/
#header_menu{
	text-align: center;
	display: table;
	width:100%;
	height:50px;
	padding:5px 0px 5px 0px;
}


/***********各カテゴリボタン装飾用***********/
.menu{
	display : table-cell;
	width: 12.5%;
	height:40px;
	border:1px #0a51a1 solid;
	padding:2px;
}

/*ボタンマウスオーバー時枠色*/
.menu:hover .menu_top{ 
	background-color:white;
	color:#0a51a1;
	font-weight:bold;
	transition:all .5s;
}

.menu:hover .menu_bottom{ 
	background-color:#0a51a1;
	color:white;
	transition:all .5s;
}

.menu:hover{ 
	background-color:#0a51a1;
	transition:all .5s;
}

/*ボタン上側*/
.menu_top{
	display:block;
	background-color:#0a51a1;
	height:20px;
	color:white;
	font-size:1.5vmin;
}
/*ボタン下側*/
.menu_bottom{
	display:block;
	background-color:white;
	height:16px;
	padding-top:3px;
	color:#0a51a1;
	font-size:1vmin;
}


/*リンクの下線消し*/
.border_off{
	text-decoration: none;
}
/***********各カテゴリボタン装飾用ここまで***********/

/************社名ロゴ************/
#company_logo{
	display:flex;
	width:880px;
	height:100px;
 	background: linear-gradient(to bottom, #0a51a1, #ffffff);
 	padding:20px 10px 20px 10px;
}

#company_mark{
	margin: 0 auto;
	padding:10px;
	align:left;
	width:15%;
}

#company_name{
	margin: 0 auto;
	width:85%;
	align:right;
	font-family:Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	

}

.text_shadow_plus3{
	color:white;
	text-shadow:3px 3px 0px #0a51a1;
	font-size:xxx-large;
	margin:0px;
	font-family:Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-weight:bold;
	}

.text_shadow_plus2{
	color:white;
	text-shadow:2px 2px 0px #0a51a1;
	font-size:large;
	margin:0px;
}
/************社名ロゴここまで************/


/*サイト内検索*/
#search{
	display: flex;
 	width: 900px;
	height: 60px;
	align-items: center;
	padding:3px 0px 3px 0px ;
	}
	
#search_headline{
	/*background-color:#0a51a1;*/
	/*color:white;*/
	font-weight:bold;
	margin:2px 0px 2px 0px;
	padding:3px;
	
	}

/*メインコンテンツ*/
#body{
	width:100%;
}



#empty{
	height:30px;
}

#notice{
	padding:5px;
	font-size:small;
}


/*フッター部*/
#footer{
	display:block;
	background: linear-gradient(to bottom, #ffffff, #0a51a1);
	margin-top:50px;
	height: 100px ;
	clear: both;
	
}

/*見出し用*/
.headline{
	background-color :#0a51a1 ;
	color:white;
  	width:100%;
	font-size:x-large;
	font-weight:bold;
	box-sizing: border-box;/*親要素からはみ出るのを防止*/
	padding:3px 3px 3px 8px;
}

/*小見出し用*/
.headline_s{
	background-color :#0a51a1 ;
	color:white;
  	width:100%;
	font-size:large;
	font-weight:bold;
	box-sizing: border-box;/*親要素からはみ出るのを防止*/
	padding:3px 3px 3px 8px;
}


h2{
	border-top:solid 2px navy;
	clear: both;
}

/*文字縮小*/
.smallfont{
	font-size:small;

}

/*赤文字用*/
.redfont{
	color: red;
}

/*太文字*/
.strong{
	font-weight:bold;
	
}


/*リンクボタン用*/
a.button{
	display:block;
	text-align:center;
	text-decoration:none;
	color:blue;
	
}

a.button:hover{
	background-color:#99CCFF;
	transition:all .5s;
}


p{
	font-size:small;
}

p.inquiry{
	color :white;
	background-color:;
	padding:5px ;
}

li.point{
	list-style:disc;
	}
	
}

li{
  list-style:none;
	font-size:small;
}

li.no{
  list-style:decimal;
}

#link_img{
  vertical-align: middle;
  max-width: 100px;
}



th{
	width:100%;
	border: solid 1px;
	border-color:white;
	text-align:center;
	background-color:#aabaec;
	color:white;
}

/*改行用*/
span.br{
	display:block;
	margin:0px;
	
}

/*上部空白付改行*/
span.space_br{
	display:block;
	padding-top:1em;
	
}

/*改行用上部間隔開け*/
span.br2{
	display:block;
	margin-top:20px;
	margin-bottom:0px;
	
}

.product_info{
	vertical-align:middle;
}

/*製品案内説明文(左側)*/
.product_info_left{
	float:left;
	display:inline;	
	width:620px;
	padding:10px 20px 10px 10px;
}

/*製品案内画像(右側)*/
.product_info_right{
	float:right;
	display:inline;	
	width:250px;
	padding:10px 0px 20px 0px;
}

/*リンクボタン用*/

.link{
	display:table;
	text-align:center;
	text-decoration: none;
}

/******各カテゴリへのリンクボタン******/
a.manual_link{
	display:table-cell;
	color:navy;
	font-size:x-small;
	font-weight:bold;
	text-decoration:none;
	vertical-align:middle;
	background-color:#cddcec;	
	border:2px white solid;
	width:180px;
	height:40px;
	margin:5px;
}
/*リンクボタンへのマウスオーバー時色替え*/
a.manual_link:hover{
	background-color:aqua;
	transition:all .5s;
}

.box{/*リンクボタン横空白*/
	display:table-cell;
	border:2px white solid;
	width:180px;
	height:40px;
	margin:5px;
}



table.manual{
	width:100%;
	border:1px navy solid;

}

th.parts_no{
	width:25% ;
}

th.product_name{
	width:55% ;
}

th.manual{
	width:10% ;
}

th.parts_list{
	width:10% ;
}

td.center{
	text-align:center;
}

td, th { 
	/*border: 1px navy solid; */
	padding:2px;	
}

/*保障規定ページ*/
#warranty{
	font-size:small;
	padding-right:20px;
	padding-left:20px;
	
}

p.border{
	border-top:solid 0.5px navy;

}

/*取説ページ　テーブル色付け用*/
tr.bgcolor{
	background-color:#ddeeff;
}

/*文字縮小*/
.smallfont{
	font-size:x-small;
}

/*会社案内*/
/*テーブル*/
table.company_overview{
	/*width:100%;*/
	padding:3px;

}

.row1{
	width: 10%;
	text-align:center;
	font-weight:bold;
}

.year{
	width:10%;
}

.month{
	width: 5%;
}

.row4{
	width: 30px;	
}

h3{
	border-top:solid 2px navy;
}

/******よくある質問******/
.faq{
	margin-top:0px;
	margin-bottom:22px;
}

.faq_img{
	border:1px navy solid;
	background-color:lightblue;
	padding:6px;
	margin:3px;
	max-height:120px;
}

.question{
	width:100%;
	margin-bottom:0px;
	display:table;
	background-color:#FFFFCC;
	display:table;
	padding:5px 0px 5px 0px;
}

.faq:hover{
	transform: scale(1.5);
	transition-duration: 1s;
	font-weight:bold;
}

.answer{
	width:100%;
	margin-top:0px;
	display:table;
	background-color:#CCFFCC;
	display:table;
	padding:5px 0px 5px 0px;
}


.QA1{
	width:20px;
	text-align:center;
	font-weight:bold;
	padding:0px 5px 0px 5px;
	display:table-cell;
	vertical-align: top;
	
}

.QA2{
	display:table-cell;
}

.QA3{
	display:table-cell;
}

.padding{
	padding:5px;
}



.icon_hover{
	padding:1.5px;
	}

.icon_hover:hover{
	background-color:fuchsia;
	transition:all .5s;
}


/*カタログ有商品用アイコン*/
.pdf_icon{

}

/*カタログ有商品アイコンマウスオーバー時用*/
.pdf_icon:hover{
	filter: brightness(120%);
	transition:all .5s;

}

