@charset "utf-8";
body {
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #F4F5F8;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}

#container {
	background-color: #fff;
	width: 100%;
	overflow: hidden;

}



/* CSS Document */

.header {
	left: auto;
	border-bottom: 5px solid #111858;
	bottom: auto;
	background-color: #FFFFFF;
	height: 60px;
}
#container .header img {
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}

#inner {
margin: 20px;
}

#inner p {
	font-size: 100%;
}

#inner h1 {
	font-size: 130%;
}


div.main  {
	width: 100%;
	background-color: #fff;
	float: left;
	margin: 10px;
	font-size: 120%;
}

div.main h2 {
	font-size: 120%;
	padding-right: 0;
	padding-left: 10px;
	padding-bottom: 2px;
	margin: 10px 0 10px 20px;
	float: none;
	border-bottom: #4D4D4D solid 1px;
	clear: both;
}


div.main a {
	text-decoration: none;
}

a.button {
  display: inline-block;
  text-decoration: none;
  height:250px;
  width: 250px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background: #77b4fd;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
	float: left;
	vertical-align: middle;
	position: relative;
}

a.button span {
	position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width :250px;
  text-align:center;
}

a.button:hover {
  background: #8393ca;
}
 


div.boxall {
	width: 640px;
	height: 300px;
	margin-top: 30px;
	margin-bottom: auto;

}

div.box1 {
	width: 300px;
	height: auto;
	margin: 5px 5px 5px 0;
	float: left;

}


div.box2 {
	width: 300px;
	height: 200px;
	margin: 5px 5px 15px 15px;
	float: left;
}



#inner	{
	margin-right: 240px;
}

#sidebar  {
	width: 240px;
	background-color: #fff;
	float: left;
}
#sidebar ul li {
	background-repeat: no-repeat;
	height: 55px;
	width: 180px;
	margin-top: 10px;
	font-style: normal;
	font-weight: 700;
	font-size: 100%;
	text-align: center;
	line-height: 55px;
	padding-top: 0px;
	white-space: normal;
	list-style-type: none;
}
#sidebar ul li a {
	text-decoration: none;
	color: #3A3838;
	display: block;
	background-image: url(../images/button_01.png);
}

#sidebar ul li a:hover {
	background-image: url(../images/button_02.png);
	text-decoration: none;
}
.footer {
	text-align: center;
	background-image: -webkit-linear-gradient(270deg,rgba(23,23,29,1.00) 0%,rgba(26,32,95,1.00) 45.08%,rgba(6,8,23,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(23,23,29,1.00) 0%,rgba(26,32,95,1.00) 45.08%,rgba(6,8,23,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(23,23,29,1.00) 0%,rgba(26,32,95,1.00) 45.08%,rgba(6,8,23,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(23,23,29,1.00) 0%,rgba(26,32,95,1.00) 45.08%,rgba(6,8,23,1.00) 100%);
	color: #FFFFFF;
	height: 50px;
	width: 100%;
	padding-top: 15px;
}
