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

/*------------------------------*/
#pageTop {
    position: fixed;
    bottom: 20px;
    right: 0px;
	z-index : 4;
}
#pageTop:hover {
	opacity: 0.6;
	-moz-opacity: 0.60;
	filter: alpha(opacity=60);
	cursor: pointer;
}
@media (min-width: 751px) and (max-width: 800px) {
}
@media (max-width: 750px) {
  .sponly {
    display: block;
  }
}

/*------------------------------
	header
------------------------------*/
#header {
  position: relative;
  width: 100%;
  background-color: #fff;
}
#header .headerBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 30px;
  padding: 18px 10px 22px 10px;
}
#header .headerBox  img {
  width: 160px;
  margin-top: -8px;
}
#header .btnBox {
  display: flex;
  align-items: center;
  font-size: 10px;
}
#header .btnBox .btn {
  border-left: solid 1px #000;
  padding: 5px 10px;
  font-weight: bold;
}
#header .btnBox .btn_last {
  border-left: solid 1px #000;
  padding: 5px 10px;
  font-weight: bold;
  border-right: solid 1px #000;
  margin-right: 20px;
}
#header .btnBox .btn a:hover {
  -webkit-opacity: 0.6;
	-moz-opacity: 0.6;
	-ms-opacity: 0.6;
}
#header .ent_btnBox {
  display: block;
  width: 80px;
}
#header .entry {
  background-color: #e60012;
  cursor: pointer;
  text-align: center;
}
#header .entryBtn .entry a {
  display: block;
  width: 100%;
  padding: 5px 0;
  font-weight: bold;
}
#header .entryBtn .entry a {
  color: #fff;
}
#header .entryBtn a:hover {
  -webkit-opacity: 0.6;
	-moz-opacity: 0.6;
	-ms-opacity: 0.6;
}

#header .spMenu {
  display: none;
}

/*------------------------------*/
@media (max-width: 750px) {
  #header {
    position: fixed;
    left: 0;
		top: 0;
    z-index: 10020;
  }
  #header .headerBox {
    height: 22px;
    padding: 11px 10px 16px 10px;
  }
  #header .headerBox  img {
    width: 182px;
    margin-top: 5px;
  }
  #header .btnBox {
    display: none;
  }
  #header .btnBox .btn {
    padding: 5px 5px;
    font-size: 8px;
  }
  #header .entryBtn {
    width: 60px;
  }
  #header .entryBtn .entry a {
    padding: 5px 0;
    font-size: 8px;
  }
  #header .headerBox .spMenu {
    display: block;
    position: absolute;
    top: 0;
    right: 0px;
    margin-top: -5px;

  }
  #header .headerBox .spMenu img {
    width: 100%;
  }
}

/*------------------------------
	spMenu
------------------------------*/
#spNav {
	width: 100%;
  height: 100%;
	position: fixed;
  left: 0;
  top: 0;
	z-index: 10020;
	display: none;
}
#spNav #close {
	position: fixed;
	top: 0;
	right: 0;
	width: 49px;
	background-color: #fff;
	z-index: 10200;
	display: none;
}
#spNav #close img {
	background-color: #ffffff;
	cursor: pointer;
}
#spNav #close img:hover {
	opacity: 0.6;
	-moz-opacity: 0.60;
	filter: alpha(opacity=60);
}
#spNav #spNavBox {
	max-width: 1150px;
	margin: 0 auto;
	height : calc(100vh - 48px);
	height : -webkit-calc(100vh - 48px);
	overflow: auto;
	position: relative;
	-webkit-overflow-scrolling: touch;
  margin-top: 49px;
  border-top: solid 1px #d4d4d4;
  background-color: #fff;
  display: none;
}
#spNav #spNavBox ul {
  padding-top: 20px;
  margin-bottom: 20px;
}
#spNav #spNavBox li {
  float: left;
	width: 50%;
	line-height: 1.6;
	padding: 10px 0;
  font-size: 16px;
}
#spNav #spNavBox li a {
	margin: 0 10px;
	background: url("../common/nav_list.gif") no-repeat left 10px;
	padding-left: 8px;
	display: block;
}
#spNav #spNavBox .ent_btnBox {
  position: relative;
  padding-left: 10px;
  max-width: 120px;
}
#spNav #spNavBox .entry {
  background-color: #e60012;
  cursor: pointer;
}
#spNav #spNavBox .newgra a,
#spNav #spNavBox .entry a {
  display: block;
  width: 100%;
}
#spNav #spNavBox .newgra a {
  color: #e60012;
  padding: 10px 30px 10px 33px;
}
#spNav #spNavBox .entry a {
  color: #fff;
  padding: 10px 30px 10px 28px;
}

@media (max-width : 750px) {
  #spNav #close   {
  	display: block;
  }
  #spNav #spNavBox {
    display: block;
  }
}

/*------------------------------
	footer
------------------------------*/
#footer
{
	padding: 10px 10px 8px;
	color: #ffffff;
	text-align: center;
	background-color: #c31e2f;
	font-size: 10px;
}
#fNav
{
	background-color: #f2f2f2;
	padding: 30px 0 90px;
}
#fNav #fNavBox
{
	max-width: 865px;
	margin: 0 auto;
	position: relative;
}
#fNavBox .fListArea
{
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#fNavBox .listBox
{
	margin: 0 1.5%;
}
#fNavBox .listBox .title
{
  font-size: 12px;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: solid 1px #b2b2b2;
	margin-bottom: 4px;
}
#fNavBox .listBox .title.cs
{
	color: #c4c4c4;
}
#fNavBox .listBox li
{
	line-height: 1.3;
	font-size: 12px;
	padding: 7px 0;
}
#fNavBox .btnBox
{
	position: relative;
	padding-bottom: 20px;
}
#fNavBox .btnBox li
{
	margin: 0 10px 0 14px;
}
#fNavBox .btnBox li a{
	background-color: #f2f2f2;
}

@media (max-width : 750px)
{
	#fNav
	{
		padding: 10px 0 20px;
	}
	#fNav #fNavBox
	{
		padding-left: 0px;
	}
	#fNavBox .listBox
	{
		width: 96%;
		margin: 0 2%;
		float: none;
		padding-bottom: 24px;
	}
	#fNavBox .listBox .title
	{
		padding-bottom: 4px;
		margin-bottom: 4px;
	}
	#fNavBox .listBox li
	{
		line-height: 1.7;
		font-size: 12px;
		padding: 0px 0;
	}
	#fNavBox .btnBox
	{
		padding-bottom: 10px;
	}
	#fNavBox .btnBox li
	{
		margin: 0 0 0 10px;
	}

}
@media (max-width : 750px)
{
	#fNav
	{
		display: none;
	}
}
