@charset "euc-jp";
/*
����عֱ��
	- reset
	- Layout
	- header
	- toppage

	
*/



/*************************************
	reset
*************************************/
* {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0;
}

ul {
	list-style-type: none;
}

.sp {
  display: block;
}

.pc {
  display: none;
}





/*************************************
	layout
*************************************/
body {
  letter-spacing: 1px;
}

#wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  background: url("../img/bk_4.jpg") repeat-x top;
  background-color: rgba(0, 0, 0, 0);
  border-left: 0;
  border-right: 0;
  background-color: #ffffff;
}


/*************************************
	header
*************************************/
#header {
  width: 100%;
  height: 50px;
  margin: 0 auto;
  padding: 0;
}


#menu {
  height: 50px;
  background: url("../img/bk_5sp.jpg") repeat-x top;
}

#menu ul {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

#menu li {
  display: block;
  width: 15%;
  height: 50px;
  float: left;
}

#menu li:nth-of-type(4),
#menu li:nth-of-type(6) {
  width: 20%;
}

#menu li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 0;
  color: #2d2c2c;
  font-size: 11px;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  line-height: 1.4em;
}

#menu li a::after {
  height: 41px;
}

.active a {
  height: 50px;
  margin-top: 1px;
  padding: 10px 0 !important;
  color: #b22222 !important;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.55);
}



/*************************************
	.toppage
*************************************/
.toppage .section_b .poster {
  width: 100%;
  padding: 0 15% 10px;
  float: none;
}

.toppage .section_b .poster a {
	display: block;
	width: 100%;
	border: 1px #ccc solid;
	transition: .5s all;
}

.toppage .section_b .poster img {
	display: block;
	width: 100%;
}

.toppage .section_b .poster a:hover {
	opacity: .8;
}

.toppage #contents .section_b .info {
	width: 100%;
	margin: 0;
	padding: 0 10px 0 0;
	font-size: 13px;
  float: none;
}
.toppage #contents .section_b .info tr td:last-of-type {
  padding: 0 0 0 20px;
}

/*************************************
	MaiImage
*************************************/
#img {
  width: 100%;
  margin: 0 auto;
  padding: 5px 3px;
}

#img img {
  margin: 5px 0 0 0;
  width: 100%;
}


/*************************************
	#contents
*************************************/
#contents {
  width: 100%;
  margin: 0 auto;
  padding: 8px;
}

#maincontents {
  width: 100%;
  margin: 0;
  padding: 0;
  float: none;
}


/*--------- #left ---------*/
#left {
  float: left;
  width: 100px;
  margin: 0;
  padding: 0;
}

#left ul {
  margin: 0;
  padding: 0 0 0 10px;
  color: #3b4a55;
  list-style-type: none;
}

/*--------- #right ---------*/
#right {
  float: right;
  width: calc(100% - 100px);
  margin: 0;
  padding: 0 5px 0 20px;
  vertical-align: top;
  border-left: 1px solid #cccccc;
  clear: right;
}




/*************************************
	.online
*************************************/
#contents .online {
  position: relative;
  width: 100%;
  margin: 0 0 16px 0;
  padding: 8px 10px;
  border: 1px #ccc solid;
  border-radius: 9px;
  background: #fbf2ea;
}

#contents .online p {
  text-align: justify;
  margin: 0 0 20px;
  padding: 8px;
  font-size: 13px;
}

#contents .online p a {
  font-size: 13px;
  white-space: nowrap;
}

.section_b {
  position: relative;
}

#contents table.info {
  margin: 205px 0 15px 0;
}



/*************************************
	footer
*************************************/
#footer {
  width: 100%;
}

#footer p {
  padding: 5px;
  font-size: 9px;
  text-align: center;
}