@charset "utf-8";

/*--------------------

	  common

--------------------*/

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height:1.5;
	letter-spacing:0;
	color: #333333;
}

/* links */

a:hover { color: #red; text-decoration:underline; font-weight:bold;
 }
a:active { color: #e83037; }

/* whole settings */


/* header */
#headerWhole {
  background: #fff;
  padding: 5px 0 20px 0;
}
#headerWhole .header {
	width: 960px;
	margin: 0 auto;
}
#headerWhole .header .headTop h1 {
	font-size: 11px;
	float: left;
	padding-top: 5px;
}
#headerWhole .header .headCont {
  margin: 20px 0 0 0;
}
#headerWhole .header .headLogo {
	float: left;
}
#headerWhole .header .headLogo_form {
	float: left;
	display: none;
}
#headerWhole .header .headTxt {
	float: left;
	padding: 0 0 0 30px;
	font-size: 14px;
}
#headerWhole .header .headTxt span {
}
#headerWhole .header .mypage {
 	float: right;
  width: 200px;
  height: 40px;
  display: flex;
  border: solid 2px #f08300;
  border-radius: 3px;
}
#headerWhole .header .mypage a {
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #f08300;
  transition: .2s;
  font-size: 1.2em;
}
#headerWhole .header .mypage a:hover{
  background: #f08300;
  color: #fff;
}
#headerWhole .header .headInfo {
	float: right;
}
#headerWhole .header .headCart {
	width: 336px;
	float: left;
	margin-top: 20px;
	background: #f6f6f6;
	border: 1px solid #ccc;
	border-radius: 6px;
	padding: 7px;
}
#headerWhole .header .headCart p {
	line-height: 0;
}
#headerWhole .header .headInfo .mb5 {
	margin-bottom: 5px;
}
#headerWhole .header .headCart table {
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	float: left;
	width: 185px;
}
#headerWhole .header .headCart table tr th {
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	background: #fee7c2;
	padding: 6px;
}
#headerWhole .header .headCart div {
	float: left;
	margin-left: 10px;
	padding-top: 5px;
}
#headerWhole .header .headCart table tr td {
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	background: #ffffff;
	padding: 5px;
}
#headerWhole .header .headNav {
	float: right;
	margin-top: 5px;
}

/* gnav */

#gnav {
	text-align: center;
  list-style: none;
  padding: 12px 0;
  background: #fdd000;
}
#gnav ul {
  width: 960px;
  margin: 0 auto;
}
#gnav ul li {
  display: inline-block;
  width: 19%;
  min-width: 150px;
  padding: 5px 0;
}
#gnav li:not(:last-child){
  border-right: 1px solid #fff;
}

#gnav ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #000;
}
#gnav ul li a::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #f08300;
  transform: scale(0,1);
  transform-origin: center top;
  transition: transform .3s;
}
#gnav ul li a:hover::after {
  transform: scale(1,1);
}

/* main */

#main {
	width: 960px;
	margin: 30px auto 0;
	padding-bottom: 50px;
}


/* contents */

#contents {
	width: 760px;
	float: right;
	position: relative;
}

#contents h2 {
	background: #f08300;
	width: 740px;
	height: 50px;
	line-height: 50px;
	font-size: 17px;
	color: #fff;
	font-weight: bold;
	padding-left: 20px;
	margin-bottom: 10px;
}

#contents .breadcurmb {
	margin-bottom: 30px;
}

#contents .breadcurmb li {
	display: inline-block;
}

/* side */

#side {
	float: left;
	width: 180px;
}


#side .snav li {
	margin-bottom: 5px;
}
#side .contact {
  height: 52px;
  display: flex;
}
#side .contact a {
  display: flex;
  width: -webkit-fill-available;
  width: -moz-available;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  background: #efa53c;
  border: solid 2px #efa53c;
  border-radius: 3px;
  transition: .2s;
  font-size: 1.2em;
}
#side .contact a:hover{
  filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

/* footer */

#footerWhole {
	width: 960px;
	margin: 0 auto 50px auto;
}

#footerWhole .footCont dl {
	width: 470px;
	border-top: 1px solid #ccc;
}

#footerWhole .footCont dl dt {
	padding: 20px 0;
	text-align: center;
	color: #3e270c;
	font-size: 18px;
}
#footerWhole .footCont dl dd {
	font-size: 12px;
	margin-bottom: 20px;
}


#footerWhole div.fnav {
	width: 775px;
	margin: 0 auto;
}

#footerWhole div.fnav div {
    float: left;
    width: 225px;
    border-top: 1px solid #ccc;
    margin-right: 50px;
}

#footerWhole div.fnav div:last-child {
	margin-right: 0;
}

#footerWhole .fnav p {
	font-size: 14px;
	font-weight: bold;
	padding: 20px 0 10px 0;
}

#footerWhole .fnav ul li {
	margin-bottom: 5px;
	font-size: 12px;
}

#footerWhole div.fnav a {
	color: #333;
	text-decoration: none;
}

#footerWhole div.fnav a:hover {
	text-decoration: underline;
}

p.copyright {
	font-size: 11px;
	color: #fff;
	background: #fff;
	text-align: center;
	padding: 2px 0;
}
