@charset "utf-8";

/* 全体 */
html　{
	overflow-y: scroll;
}
body {
	margin: 0;
	padding: 0;
	font-family: "メイリオ","ＭＳ Ｐゴシック", Arial, sans-serif;
	color: #444;
}
#contents {
	margin: 0 auto;
	padding: 0 10px;
	width: 1000px;
	box-shadow: 0 0 5px #999;
	-moz-box-shadow: 0 0 5px #999;
	-webkit-box-shadow: 0 0 5px #999;
	-o-box-shadow: 0 0 5px #999;
	background-color: #FDFDFD;
}
div.rightColumn, div.leftColumn {
	display: inline-block;
	vertical-align: top;
}
p {
	margin-top: 0;
	line-height: 1.7;
}

/* 全体　ヘッダー */
header {
	background-color: #fff;
	border-top: 3px solid #669933;
	border-bottom: 3px solid #669933;
	font-size: 0.9em;
}
header div.rightColumn {
	width: 30%;
	text-align: right;
	vertical-align: bottom;
	padding: 10px;
}
header div.leftColumn {
	width: 60%;
	padding: 10px;
}
div.box1 {
	display: inline-block;
	vertical-align: center;
	text-align: right;
}
header p.headerInfo {
	position: relative;
	padding-left: 20px;
	font-size: 0.9em;
	color: #325A8C;
}
header p.headerInfo:before,
header p.headerInfo:after {
	content: "□";
	position: absolute;
}
header p.headerInfo:before {
	left:0;
	top:-3px;
}
header p.headerInfo:after {
	left: 5px;
	top: 3px;
	color: #A1B8D1;
}
header div.rightColumn p.big {
	background-color: #669933;
	font-size: 1.6em;
	text-align: center;
	color: #FFF;
	border-radius: 15px;
	padding: 5px;
	margin: 5px　15px;
}
h1 {
	margin: 0;
}

/* 全体　フッター */
footer {
	background-color: #fff;
	text-align: center;
	color: #111;
	padding: 50px 0;
	border-top: 3px solid #669933;
	border-bottom: 3px solid #669933;
}
address {
	font-size: 14px;
	font-style: normal;
}

/* 全体　ページトップへ */
#pageTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#pageTop a {
	display: block;
	z-index: 999;
	padding: 9px 4px 0 4px;
	border-radius: 30px;
	width: 35px;
	height: 35px;
	background-color: #c0c0c0;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
#pageTop a:hover {
	text-decoration: none;
	opacity: 0.7;
}

/*全体　見出しデザイン*/
h2 {
	text-align: center;
	padding: 0.5em;
	border-top: double #336633;
	border-bottom: double #336633;
}
h3 {
   	position: relative;
	padding-left: 10px;
    padding-bottom: 0.5em;
}
h3:after {
    position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height: 7px;
	box-sizing: border-box;
	border-top: 3px solid black;
	border-bottom: 1px solid black;
}
h4 {
	position: relative;
	padding-bottom: 0.5em;
	border-bottom: 4px solid #DDD;
}
h4:after {
	position: absolute;
	content: " ";
	border-bottom: solid 4px #446689;
	bottom: -4px;
	width:10%;
	display: block;
}

/* 全体 メニュー */
div.menu {
    font-family: Raleway;
	margin: 0 0 20px 0;
	
    padding: 2em 3em;
    text-align: center;
}
div.menu a {
    color: #FFF;
    text-decoration: none;
    font: 18px Raleway;
    margin: 0px 10px;
    padding: 10px 10px;
    position: relative;
    z-index: 0;
    cursor: pointer;
}
.green {
    background: #669933;
}
div.circleBehind a:before, div.circleBehind a:after {
    position: absolute;
    top: 22px;
    left: 50%;
    width: 50px;
    height: 50px;
    border: 4px solid #336633;
    transform: translateX(-50%) translateY(-50%) scale(0.8);
    border-radius: 50%;
    background: transparent;
    content: "";
    opacity: 0;
    transition: all 0.3s;
    z-index: -1;
}
div.circleBehind a:after {
    border-width: 2px;
    transition: all 0.4s;
}
div.circleBehind a:hover:before {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1);
}
div.circleBehind a:hover:after {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1.3);
}

/* HOME */
#homeMain p {
	text-align: center;
}
#homeMain div.topPhot img {
	margin-bottom: 10px;
}
#homeMain div.homeInfo {
	width: 60%;
	font-size: 1.05em;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	background: #F6F6F6;
	border-radius: 15px;
	border: solid 4px #336633;
	margin: 10px auto;
}
#homeMain p.big {
	font-size: 1.3em;
	color: #3300FF;
}

/* HOME 写真 */
div.homePhot {
	text-align:center;
	margin: 30px 0;
}
div.homePhot a {
	display:inline-block;
}

/* 会社案内 */
#companyMain div.leftColumn {
	width: 30%;
	margin: 5px 10px;
}
table.rightColumn {
	display: inline-block;
	width: 65%;
	margin: 5px;
	border: 1px solid #666666;
	border-collapse:collapse;
}
th {
	width: 20%;
	border: 1px solid #999999;
	padding:10px;
}
td {
	width: 75%;
	border: 1px solid #999999;
	padding: 10px;
}
.map p {
	margin-top: 5px;
	text-align: center;
}

/* 取扱商品 */
#productsMain div.leftColumn {
	width: 30%;
	margin: 5px;
}
#productsMain div.rightColumn {
	width: 65%;
	margin: 10px;
}
#productsMain div.leftColumn ul li a {
	font-size:1.05em;
	color:#3333CC;
	
}
#productsMain div.leftColumn ul {
	padding-left: 10px;
}
#productsMain div.leftColumn ul li {
	list-style-type: none;
}
#productsMain div.leftColumn ul li ul {
	padding-left: 25px;

}
/*取扱商品　矢印記号*/
.arrow {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.arrow::before,
.arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.ya1::before {
    width: 12px;
    height: 12px;
    -webkit-border-radius: 25%;
    border-radius: 25%;
    background: #7a0;
}
.ya1::after {
    left: 5px;
    box-sizing: border-box;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    border-left: 3px solid #fff;
}
/*取扱製品　テーブル*/
table.syouhinColumn {
	display: inline-block;
	width: 600px;
	margin: 5px;
	border: 1px solid #666666;
	border-collapse:collapse;
}
table.syouhinColumn th {
	width: 300px;
	border: 1px solid #999999;
	padding:5px;
}
table.syouhinColumn td {
	width: 300px;
	border:1px solid #999999;
	padding:5px;
}
p.syurui {
	font-size:1.4em;
	color: #3333CC;
	padding-top: 20px;
}
/*取扱製品　ボタン*/
.msr_btn13 {
  height:53px;
  padding-top:1px;
}
.msr_btn13 a {
  width: 150px;
  padding:15px;
  color:#ffffff;
  font-size: 15px;
  line-height: 120%;
  text-align: center;
  text-decoration: none;
  background: #1B73BA;
  display: block;
  position:relative;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow:4px 4px 0px 0px rgba(0,0,0,0.2);
  -moz-box-shadow:4px 4px 0px 0px rgba(0,0,0,0.2);
  box-shadow:4px 4px 0px 0px rgba(0,0,0,0.2);
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
   margin:0 auto;
}
.msr_btn13 a:hover {
	background: #125082;
  -webkit-box-shadow:0 0 0px 0px rgba(0,0,0,0.2);
  -moz-box-shadow:0 0 0px 0px rgba(0,0,0,0.2);
  box-shadow:0 0 0px 0px rgba(0,0,0,0.2);
  margin:0 auto;
}

/*ご注文の流れ*/
#flowMain {
	width: 100%;
}
#flowMain div.leftColumn {
	width: 49.5%;
	margin-right:auto;
}
#flowMain div.rightColumn {
	width: 49.5%;
	margin-left: auto;
}
div.nagare {
	width:70%;
	font-size: 1.05em;
	text-align: center;
	padding: 10px;
	background: #F6F6F6;
	border-radius: 15px;
	border: solid 2px #336633;
	margin: 0 auto;
	margin-bottom:20px;
}
div.nagareLeft {
	width:90%;
	font-size: 1.05em;
	text-align: center;
	padding: 10px;
	background: #F6F6F6;
	border-radius: 15px;
	border: solid 2px #336633;
	margin-right: auto;
	margin-bottom:20px;
}

div.nagareRight {
	width:90%;
	font-size: 1.05em;
	text-align: center;
	padding: 10px;
	background: #F6F6F6;
	border-radius: 15px;
	border: solid 2px #336633;
	margin-left: auto;
	margin-bottom:20px;
}
.triangle {
  width: 0px;
  height: 0px;
  border: 30px solid;
  border-color: #33CC66 transparent transparent transparent;
  margin:auto;
}
