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

#wrapper {
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	background-color: #FFF;
  display: table;
  overflow: hidden;
}
body {
	margin-top: 0px;
	background-image: url(image/back_color.jpg);
	background-repeat: repeat;
	line-height: 25px;
}

h1{
  width: 94%;
	background: #ffffcc;
	border: 1px solid #ccc;
	font-size: 18px;
  padding: 10px 14px;
	margin-left: 15px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
#header {
	background-image: url(image/header.png);
	background-repeat: no-repeat;
	height: 100px;
	width: 868px;
}
.logo {
	float: left;
	height: 60px;
	width:369px;
	padding-top: 11px;
	padding-left: 10px;
}
.login {
	float: right;
	height: 50px;
	width: 450px;
	padding-top: 5px;
	margin-top: 10px;
	text-align: right;
	padding-right: 15px;
	font-size: 15px;
}
.home {
	float: right;
	height: 21px;
	width: 159px;
	padding-top: 0px;
	margin-top: 7px;
	text-align: right;
	padding-right: 0px;
}

#main {
	width: 93%;
	margin-right: auto;
	margin-left: auto;
}
h3{
	background: #eee;
	font-size: 15px;
	padding: 4px 12px 3px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #1E7FAC;
}
.notext {
	font-size: 12px;
}
.font12 {
	font-size: 12px;
  letter-spacing: 0.05em;
}
input[type="submit"]{
font-family:Arial,Helvetica,sans-serif;
    color: #333;
font-size:15px;
  border: 1px solid #666;
  padding:3px 8px;
  cursor: pointer;
  border-radius: 5px;
  background: rgb(247,247,247); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(247,247,247,1) 0%, rgba(224,224,224,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(100%,rgba(224,224,224,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(224,224,224,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(224,224,224,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(224,224,224,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(247,247,247,1) 0%,rgba(224,224,224,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
}

.pc-none {
  display: none;
}

/* Notes End */
/*********************************************************************/
/* スマホ対応 Start */

@media (max-width: 767px) {

*, *::before, *::after {
    box-sizing: border-box;
}

.sp-none {
  display: none;
}
.pc-none {
  display: block;
}

/*--------------structure-----------------*/

#wrapper {
  width: 100%;
  margin: 0 auto;
}
#header {
  width: 100%;
  margin: 0 auto 60px;
}

/*--------------header-----------------*/
#header {
  position: relative;
}
.home {
  position: absolute;
  right: 0;
  bottom: 7px;
}
.sp-logo,.sp-home {
  display: block;
}
.sp-logo {
  position: absolute;
  top: 10px;
  left: 10px;
}
.sp-home {
  position: absolute;
  top: 0;
  right: 0;
}
.sp-home a {
  display: block;
  border-radius: 0 0 5px 5px;
  background: #003399;
  color: #fff;
  padding: 9px;
}
.sp-home a:hover {
  background: #2f5376;
}
.login {
  position: absolute;
  float: none;
  display: block;
  top: 90px;
  width: 100%;
  padding: 0 15px;
  line-height: 1.5em;
  font-size: 90%;
}
}
@media (max-width: 600px) {
}
@media (max-width: 480px) {
#header {
  margin-bottom: 80px;
}
.sp-logo {
  width: 260px;
}
.sp-logo img {
  width: 100%;
}
h1 {
  width: 92%;
  font-size: 16px;
  line-height: 1.2em;
}
}
@media (max-width: 380px) {
.sp-logo {
  width: 230px;
  top: 11px;
}
}
@media (max-width: 340px) {
#header {
  margin-bottom: 100px;
}
.sp-logo {
  width: 210px;
  top: 13px;
}
}