@charset "UTF-8";

/***************
  main
****************/

main {
  margin-bottom: 50px;
  overflow: hidden;
}

.moreLink a {
  border: 1px solid;
  border-radius: 3px;
  color: #B50104;
  display: block;
  padding: 10px;
  text-align: center;
  text-decoration: none;
}

/* mainImage */

.mainImage {
  padding: 5px;
}

.mainImage .imageScroll {
  border: 1px solid #eee;
  border-radius: 3px;
}

.mainImage img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.mainImage .cc {
  padding: 10px 0 0;
}

.mainImage .cc img {
  margin: 5px auto;
  width: 33%;
  display: block;
}

.cc2 {
  overflow: hidden;
  text-align: center;
}

.cc21 {
	float: left;
}

.cc21 img {
	max-width: 32%;
}


.sale2 {
	text-align: center;
}

.sale2 img {
	text-align: center;
}

/****** 左サイド ******/

.product .cctop {
    margin: 15px 5px;
}

.product .cctop img {
  display: block;
  max-height: 100%;
  max-width: 100%;
}

.product .simg {
    margin: 15px 5px;
}

.product .simg img {
  display: block;
  max-height: 100%;
  max-width: 100%;
}

.product .simg2 {
    margin: 15px 5px;
}

.product .simg2 img {
  display: block;
  max-height: 100%;
  max-width: 100%;
}

/* 環境から選ぶ */

.product .boxbase {
	box-sizing: border-box;
}

.product .boxbase .box {
    margin: 5px 5px;
	text-align: center;
	border: #DCDCDC 0.5px solid;
	border-radius: 3px;
	padding: 5px 5px;
}


/* トップバナー */

.product .product1 .sbase2 {
	box-sizing: border-box;
	overflow:hidden;
	margin-bottom:10px;
}

.product .product1 .sbase2 .seihin2 {
	width: auto;
    margin: 5px 5px;
	padding: 5px 5px;
}

.product .product1 .sbase2 .seihin2 .sboximg2 {
	width: auto;
    margin: 5px 5px;
}

.product .product1 .sbase2 .seihin2 .sboximg2 img {
  display: block;
  max-height: 100%;
  max-width: 100%;
}

.product .product1 .sbase2 .seihin2 .boxp {
	font-size: 13px;
	text-align: left;
}

.boxst {
    margin: 5px 0px;
		overflow:hidden;
	text-align: center;
}

.boxtest {
	float: left;
}

.boxtest img {
	max-width: 31%;
	margin: 1px;
}

/* 商品から選ぶ */

.product .product1 .sbase {
	box-sizing: border-box;
	overflow:hidden;
	margin-bottom:10px;
}

.product .product1 .sbase .seihin {
	width: auto;
    margin: 5px 5px;
	text-align: center;
	padding: 5px 5px;
}

.product .product1 .sbase .seihin .sboximg {
	width: auto;
    margin: 5px 5px;
}

.product .product1 .sbase .seihin .sboximg img {
  display: block;
  max-height: 100%;
  max-width: 100%;
}


/* TOPIC */

.product .topic {
	padding: 10px;
	overflow: auto;
    height: 200px;
	border: solid 0.5px #ABABAB;
	border-radius: 4px;
	margin: 10px;
}

.product .topic dt {
  margin: 0 15px 15px 0;
  font-size: 13px;
  color: #ABABAB;
}

.product .topic dd {
  margin: 0 0 15px;
  font-size: 13px;
  border-bottom: dashed 1px #BFBFBF;
}

.area {
	margin: 5px;
	background-color: #DBDBDB;
	font-size: 13px;
}

/***************
  footer
****************/

/* contact */

.contact {
  background: #fafafa;
  padding: 50px 20px;
}

.contact h2 {
  font-size: 30px;
  text-align: center;
}

.contact form {
  margin: 30px auto 0;
}

.contact form dl {
  margin-bottom: 30px;
}

.contact form dl dt {
  font-size: 13px;
  margin-bottom: 10px;
}

.contact form dl.required dt:after {
  color: #f30;
  content: "*必須";
  font-size: 10px;
  margin-left: 10px;
  vertical-align: super;
}

.contact form dl dd input,
.contact form dl dd textarea,
.contact form dl dd select {
  /* width: 100% と padding: 10px が干渉してしまうのを防ぐ */
  box-sizing: border-box; /* border と padding を 幅と高さに含めます */
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  padding: 10px;
  width: 100%;
}

.contact form dl dd textarea {
  height: 200px;
}

.contact form dl dd select {
  background: #fff;
  height: 46px;
}

.contact form .buttonArea {
  text-align: center;
}

.contact form .buttonArea button {
  background-color: #90BE59;
  border: none;
  border-radius: 3px;
  box-shadow: 2px 2px #1a6ea0;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 8px 0 10px;
  text-decoration: none;
  width: 200px;
}

/* hyogo kyoto */

.env1 {
	margin-bottom: 15px;
}

.env1 img {
	overflow: hidden;
	margin-right:5px;
}

.env1 li {
	font-size:13px;
	margin-left: 5px;
}

.env2 {
	margin-bottom: 0px;
}

.env2 li p {
	font-size:13px;
	margin-left: 5px;
	float: left;
}

.env2 li img {
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

.envlink {
	display: block;
	padding: 5px 10px;
	background-color: #B80003;
	border-radius: 4px;
	text-align: center;
	margin-bottom: 15px;
}

.envlink a {
	text-decoration: none;
	color: #ffffff;
	font-size: 13px;
}
