
/* 全て適用 */
*{
	margin: 0px;
	padding: 0px;
}

/* 左辺プロパティ */
#container{	
	background-color: #FFFFFF;
	width: 1000px;
	margin-top: 10px;
	text-align: left;
}

/* 上辺プロパティ */
#header{
	margin: 0px;
	padding-left: 200px;
	left: 200px;
	width: 800px;
	height: 80px;
	border-width: 1000px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-color: #FFFFFF;
}

/* 右辺外観のプロパティ *//* heightで高さを変えれる*/
#content{
	width: 830px;
/*	float: right;*/
	float:none;
	font-size: 140%;
	margin-left : 160px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
	background-color: #FFFFFF;
	height: 553px;
}

/* ヘッダー情報 */
h1{
	font-size: 300%;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left:170px;
	/*pedding-top:50px;*/
	background-color: #FFFFFF;
	background-image: url("hakuei_simbol.jpg");
	background-size: 40px 40px; /* 画像サイズ */
	background-repeat: no-repeat; /* 繰り返し表示オフ */
	padding: 4px 0px 0px 45px; /* 画像と重ならないように文字列を右に移動 */
	font-family:HGP教科書体
}

 /*=== 右に空白をあけるclass========================= */
.mgr-10{
	margin-right : 10px;
}
.mgr-40{
	margin-right : 40px;
}
.mgr-50{
	margin-right : 50px;
}
.mgr-150{
	margin-right : 150px;
}

 /*=== 左に空白をあけるclass========================= */
.mgl-10{
	margin-left : 10px;
}
.mgl-40{
	margin-left : 40px;
}
.mgl-50{
	margin-left : 50px;
}
.mgl-150{
	margin-left : 150px;
}

 /*=== 下に空白をあけるclass========================= */
.mgb-10{
	margin-bottom : 10px;
}
.mgb-40{
	margin-bottom : 40px;
}
.mgb-50{
	margin-bottom : 50px;
}
.mgb-150{
	margin-bottom : 150px;
}




/*???*/
.lh18{line-height:7em;}

 /*=== ドットの線 ========================= */
hr {
   border-width: 5px 0px 0px 0px; /* 太さ */
   border-style: dotted; /* 線種 */
   border-color: blue;   /* 線色 */
   height: 0px;         /* 高さ(※古いIE用) */
   width: 15%;
}

hr2{
   border-width: 5px 0px 0px 0px; /* 太さ */
   border-style: dotted; /* 線種 */
   border-color: blue;   /* 線色 */
   height: 10px;         /* 高さ(※古いIE用) */
   width: 35%;
   margin-bottom:50px;
}

.b_black {
	font-weight: bold;
	widht:500px;
	color: #000000;
}

.b_blue {
	font-weight: normal;
	widht:200px;
	color: #0000FF;
}

.c_black {
	font-weight: normal;
	widht:500px;
	color: #000000;
}


/* ナビゲーションメニューバー */
mi{	
	flex-grow: 1;
	text-align: center;
	margin-left: 50px;
    padding-left:45px;
}

/* メニューバーの区切り文字 */
mi+mi{
	 border-left: 1px solid #000;
}

 /*=== 対象の直前に改行を挿入する ========================= */
.br::before {
	content: "\A" ;
	white-space: pre ;
}

nav{
	margin-top:20px;
	margin-left:0px;
	display: flex;
  justify-content: space-between;
}

body {
	margin: 0px;
	padding: 0px;
	font-size: 80%;
	color: #FFCC33;
	background-color: #800000;
	text-align: center;
}

ul{
	margin: 0 0 0 20px;
}

li{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	}

li_10{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom:10px;
	margin-left: 0px;
	}




newline_20{
	margin-bottom: 20px;
		color: #000000;
	
}


nav{
	&nbsp;
}


h2 {
	text-indent: -9999px;
}

a{
	text-decoration: none;
}

#footer{
	height: 70px;
	clear: both;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}

#menu{
	margin: 0px;
	width: 190px;
	float: left;
	color: #008000;
}

#centergazou{
text-align:center;
margin-left:auto;
margin-right:auto;
}


 /*=== 製品情報_TOP用 ========================= */
address {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
h3 {
	widht:500px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	color: #FFCC33;
	font-weight: bolder;
}

 /*===　製品情報_TOP_マウス乗せたら文字が出る ========================= */
.over1 {
	width:			200px;
	height:			110px;
	overflow:		hidden;
	margin:			10px 8px 10px 16px;
	position:		relative;	/* 相対位置指定 */
display:inline-block;	 divの改行を入れないようにする。　 
}
.over1 .caption {
	font-size:		90%;
	text-align: 	center;
	padding-top:	50px;   /*80→0*/
	color:			#fff;
}
.over1 .mask {
	width:			100%;
	height:			300%;
	position:		absolute;	/* 絶対位置指定 */
	top:			0;
	left:			0;
	opacity:		0;	/* マスクを表示しない */
	background-color:	rgba(0,0,0,0.4);	/* マスクは半透明 */
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
	pointer-events: auto;
}
.over1:hover .mask {
	opacity:		1;	/* マスクを表示する */
}

.over2 {
	width:			200px;
	height:			180px;
	overflow:		hidden;
	margin:			10px 8px 10px 16px;
	position:		relative;	/* 相対位置指定 */
display:inline-block;	 divの改行を入れないようにする。　 	
}
.over2 .caption {
	font-size:		90%;
	text-align: 	center;
	padding-top:	80px;
	color:			#fff;
}
.over2 .mask {
	width:			100%;
	height:			85%;
	position:		absolute;	/* 絶対位置指定 */
	top:			0;
	left:			0;
	opacity:		0;	/* マスクを表示しない */
	background-color:	rgba(0,0,0,0.4);	/* マスクは半透明 */
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
	pointer-events: auto;
}
.over2:hover .mask {
	opacity:		1;	/* マスクを表示する */
}

 /*===　製品情報_ALL ========================= */
 h3_pro_all {
	font-size: 25px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 10px;
	
	color: #111111;
	font-weight: bolder;
	padding-bottom: 150px; /* 内容と線との間隔量 */

	font-family:ＭＳ 明朝;
}

 /*===　品切れ中 ========================= */
c20_red {
	font-weight: bold;
	font-size:13px;
	widht:500px;
	color: #FF0000;
	margin-left: 20px;

}

c10_red {
	font-weight: bold;
	font-size:13px;
	widht:500px;
	color: #FF0000;
	margin-left: 10px;

}

c5_red {
	font-weight: bold;
	font-size:13px;
	widht:500px;
	color: #FF0000;
	margin-left: 5px;

}

c2_red {
	font-weight: bold;
	font-size:11px;
	widht:500px;
	color: #FF0000;
	margin-left: 2px;

}


 /*===　フォントサイズ変更 ========================= */
px20 {
	font-weight: normal;
	font-size:16px;
	widht:500px;
	color: #000000;
	margin-left: 2px;
}

px22 {
	font-weight: normal;
	font-size:22px;
	color: #000000;
	margin-left: 12px;
}







/*===　製品情報右下のframeまとめ ========================= */
#content3,#content4,#content5,#content6,#content7,#content8,#content9,#content10,#content11,#content12{
	width: 830px;
	float:none;
	font-size: 140%;
	margin-left : 160px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
	background-color: #FFFFFF;
}

#content3{ height: 650px; }
#content4{ height: 1860px; }
#content5{ height: 1665px; }
#content6{ height: 990px; }
#content7{ height: 1680x; }
#content8{ height: 1005px; }
#content9{ height: 890px; }
#content10{ height: 890px; }
#content11{ height: 940px; }
#content12{ height: 210px; }

  /*===　製品情報_マグネット付_テーブル =========================  */
 .mag_product{
 	margin-top:30px;
	width: 90%; 
 }

.mag_product th {
	border: 1px solid #ccc;
	padding: 13px;
	font-weight: bold;
	background-color: #dedede; 
}

.mag_product td {
	border: 1px solid #ccc;
	padding: 3px;
}

.mag_product tr {
	color: #000000;
}

@media screen and (max-width: 767px) {
.mag_product,
.mag_product tr,
.mag_product td,
.mag_product th {display:block;}
.mag_product th {width:auto;}
}
