@charset "UTF-8";

/*********************************/
/*　　　　             　header　　　　            　*/
/*********************************/

#header {
	width: 100%;
	height: 240px;
	background-repeat: no-repeat;
	background-position: center 55px;
	background-image: url(../common_img/title.jpg);
	background-color: hsla(0,100%,43%,1.00);
	border-bottom: 10px solid hsla(0,0%,0%,1.00);
}


#header h1 {
	text-indent: -9999px;
	height:1px;
}

#header p {
	color: hsla(0,0%,100%,1.00);
	margin:15px 0 0 20px;
	line-height:1em;
}

#header p.attention {
	color: hsla(0,0%,8%,1.00);
	line-height: 1.3em;
	margin-left: 250px;
	margin-right: 400px;
	font-size: 110%;
}

#header p strong {
	color: hsla(0,0%,100%,1.00);
	border-radius: 15px;
	background-color: #3E6EB3;
	padding: 3px 10px;
	margin-top:0px;
	border: 2px solid #FFFFFF;
	font-size:94%;
	font-weight: normal;
}

#mainimage {
	border-top: 10px solid hsla(0,100%,43%,1.00);
}

/*********************************/
/*　　　　               menu          　　　　   　*/
/*********************************/

#menu {
	padding:30px 0 ;
	text-align: center;
	width:600px;
	margin:0 auto;
	float:none;
		
	
}
#menu ul {
	margin:0 auto;
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
	width:100%;
}
#menu li {	
	width: 100px;
	height: 100px;
	margin:0;
	padding:0;
}
#menu li a {
	width: 100px;
	height: 100px;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	background-size: 100px 100px;
}

/*********************************/
/*　　　　           取扱メーカー        　　   　*/
/*********************************/
.torihiki{
	text-align: center;
	margin:0 35px 35px 35px;
	padding-bottom:20px;
	border-bottom:2px solid #4FABFF;
}
.torihiki h3 {
	background-color: #4FABFF;
	color: #FFFFFF;
	margin-bottom:20px;
}


