﻿@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;
}
/***********各カテゴリボタン装飾用ここまで***********/

/*各県へのリンクボタン色替え*/

td.pref:hover{
background-color:aqua;
	transition:all .5s;
}


/************社名ロゴ************/
#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;
}


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

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


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

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

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


p{
	font-size:small;
}

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



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


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


#pref_menu{
	text-align:center;
	margin-bottom:20px;
}


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


td.pref{
	width:70px;
	padding:1px 1px 1px 1px;
	border: solid 1px;
	border-color:white;
	text-align:center;
	background-color:#cddcec;

}

/*販売店リスト用*/
table.shop_list{
	width:900px;
	font-size:small;
}

th.shop_name{
	width:42%;
	background-color:navy;
}

th.address{
	width:46%;
	background-color:navy;
}

th.phone_no{
	width:12%;
	background-color:navy;
}

td.list{
	border:1px solid;
}

