@charset "UTF-8";
/* CSS Document */

#wrapper{
	width:100%;
	height:auto;
	}

#left-box{
	width:200px;
	height:auto;
	float:left;
	
}

.left-child-box{
	width:100%;
	height:auto;
	padding:2px 0 5px 0;
	/*border:1px solid #000000;*/
	color:#333333;
	font-family: "Osaka-mono", "MS Gothic", "monospace";
	font-size: 11px;
	line-height: 16px;
}

.left-child-box-2{
	width:100%;
	height:auto;
	padding:50px 0 5px 0;
	/*border:1px solid #000000;*/
	color:#333333;
	font-family: "Osaka-mono", "MS Gothic", "monospace";
	font-size: 14px;
	line-height: 18px;
}

#center-box-master{
	width:500px;
	height:auto;
	float:left;
}



/*--------------------------------------------------------------------------------------------------------------------カタログ請求の部分（2023年9月21日増設）*/

.catalog-title{
	width:430px;
	height:auto;
	float:left;
}

.catalog-title img{
	width:100%;
	height:auto;
}

.catalog-cover{
	width: 120px;
	margin:10px 0 0 0;
	haight:auto;
	float: left;
	box-sizing: border-box;
}

.catalog-cover img{
	width:100%;
	height:auto;
}

.catalog-caption{
	width: 308px;
	haight:auto;
	float: left;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	line-height: 30px;
	font-size: 18px;
	box-sizing: border-box;
	padding:10px;
}

/*-------------------------------------------------------------------------------------------------ボタンの部分*/
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  margin: 20px auto 20px 50px;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #eb6100;
}

.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #ff8229;
}
/*-------------------------------------------------------------------------------------------------ボタンの部分*/

/*--------------------------------------------------------------------------------------------------------------------カタログ請求の部分（2023年9月21日増設）*/

.center-box-1{
	width:480px;
	height:auto;
	float:left;
	margin:0 5px 15px 15px;
	padding:25px 25px 0 25px;
	box-sizing: border-box;
	border:1px solid #666666;
	outline:1px solid #666666;
	outline-offset: 2px;
	background-image:url("../images-top/220727-top-bg.jpg");
}

.center-box-2{
	width:480px;
	height:auto;
	float:left;
	margin:0 5px 15px 15px;
	padding:25px 25px 0 25px;
	box-sizing: border-box;
	border:1px solid #666666;
	outline:1px solid #666666;
	outline-offset: 2px;
}

.center-child-1{
	width:100%;
	height:auto;
	margin:0 0 30px 0;
	font-size: 16px;
	color:#666666;
	float:left;
}
.center-title{
	background-image: url("../images-top/crover-mini.gif");
	background-repeat: no-repeat;
	marign:0 0 0 -50px;
	padding:0 0 10px 30px;
	font-weight: bold;
	font-size: 18px;
}

.center-33percent{
	width:33%;
	height:auto;
	float:left;
	padding:0 0 10px 0;
}

.center-33percent img{
	width:100%;
	height:auto;
}

.center-komidashi{
	text-align:center;
}

.center-komidashi img{
	width:50%;
	height:auto;
	padding:0 0 15px 0;
}

#right-box{
	width:200px;
	height:auto;
	float:right;
}

.right-child-box{
	width:100%;
	height:auto;
	border:1px solid #999999;
	color:#333333;
	font-family: "Osaka-mono", "MS Gothic", "monospace";
	font-size: 11px;
	line-height: 16px;
	margin:0 0 20px 0;
}

#bottom-wrapper{
	width:100%;
	height:auto;
	overflow: auto;
	padding:0 10% 0 10%;
	box-sizing: border-box;
	}

.w-20persent{
	width:20%;
	height:auto;
	float:left;
}

.w-20persent img{
	width:100%;
	height:auto;
}

#bottom-midashi{
	width:100%;
	height:auto;
	text-align: center;
}

#bottom-midashi img{
	width:70%;
	height:auto;
}

a img:hover{
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}




