@charset "UTF-8";
/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:block;

}
.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}
html,body{
     height:100%;
}
body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	margin: 0px;
	height: 100%;
	font-size: 16px;
	line-height: 28px;
	color: #000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
}
ul, ol, dl, form {
	margin: 0px;
	padding: 0px;
}
img {
	vertical-align: top;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#contents {
	overflow: hidden;
	line-height: 24px;
}
@media screen and (max-width:750px){
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

.no_sp {
	display: none;
}

#contents h2 {
	background-color: #666;
	text-align: center;
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	margin: 0px;
	padding-top: 10px;
}
#contents h2 span{
	background-color: #ff8b00;
	display: block;
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-left: 5px;
}
address {
	font-style: normal;
	text-align: center;
	margin-top: 10px;
}


/**************************新着枠**************************/
#new {
	margin-top: 20px;
}
#new h3 {
	color: #fff;
	background-color: #4b82bd;
	margin: 0px;
	line-height: 36px;
	height: 36px;
	font-size: 22px;
	text-align: center;
}
#new ul {
	padding: 20px;
	max-height: 300px;
	overflow: auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #4b82bd;
	border-bottom-color: #4b82bd;
}
#new ul li {
	list-style-type: none;
	line-height: 24px;
	color: #4b82bd;
}
#new ul li a {
	color: #4b82bd;
	text-decoration: none;
}
#new ul li a:hover {
	text-decoration: underline;
}
#new ul li .date {
	color: #4b82bd;
	display: block;
	width: 170px;
}



/**************************募集内容**************************/

#data h4 {
	background-color: #ccc;
	line-height: 46px;
	height: 46px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	font-size: 20px;
	text-align: center;
	font-weight: normal;
}
#data h3 {
	font-size: 22px;
	line-height: 28px;
	color: #008000;
	margin-right: 20px;
	margin-left: 20px;
}
#data p {
	margin-right: 20px;
	margin-left: 20px;
}
#data .wrap {
	padding-top: 1px;
	padding-bottom: 1px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #1d95d4;
	border-bottom-color: #1d95d4;
	margin-right: 20px;
	margin-left: 20px;
}
#data dl {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #1d95d4;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #1d95d4;
	padding-top: 1px;
	padding-bottom: 1px;
}
#data dl dt {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #1d95d4;
	padding-top: 10px;
	padding-bottom: 15px;
	color: #1d95d4;
}
#data dl dd {
	padding-left: 0px;
	padding-bottom: 10px;
	margin-left: 0px;
}
#contents #data dl .top {
	border-top-width: 0px;
}
#contents #data dl .top {
	border-top-width: 0px;
}
#data2 {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
}
#data2 .btn1 {
	border: 1px solid #3366cc;
	border-radius: 8px;
	font-weight: bold;
	color: #fff;
	background-color: #1d95d4;
	height: 50px;
	width: 200px;
	font-size: 20px;
	transition: 0.5s;
}
#data2 .btn1:hover {
	background-color: #3fabe4;
	transition: 0.3s;
}


/**************************リンク一覧**************************/
#block01 {
	background-color: #ff8b00;
	overflow: hidden;
	margin-top: 20px;
	height: 100%;
	text-align: center;
}
#block01 h3 {
	font-size: 20px;
	color: #fff;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#contents #block01 ul {
	margin-right: 50px;
	margin-left: 50px;
}
#contents #block01 ul li {
	width: 100%;
	margin-bottom: 20px;
	list-style-type: none;
	text-align: left;
}
#contents #block01 ul li a {
	display: block;
	font-weight: bold;
	color: #fff;
	background-image: url(images/sp/tap.png);
	background-size: 37px 18px;
	background-repeat: no-repeat;
	background-position: 10px center;
	border: 2px solid #999;
	background-color: #e31d23;
	text-decoration: none;
	border-radius: 10px;
	transition: 0.5s;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	margin-bottom: 5px;
	font-size: 20px;
}
#contents #block01 ul li a:hover  {
	opacity: .60; 
	filter: alpha(opacity=60); 
	-ms-filter: "alpha(opacity=60)"; 
	-khtml-opacity: .60;
	-moz-opacity: .60; 
}



/**************************フォーム**************************/
#form h4 {
	background-color: #ccc;
	line-height: 46px;
	height: 46px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	font-size: 20px;
	text-align: center;
	font-weight: normal;
}
#form dl {
	margin-right: 20px;
	margin-left: 20px;
}
#form dl dt{
	line-height: 28px;
	color: #fff;
	height: 28px;
	border-left-width: 28px;
	border-left-style: solid;
	border-left-color: #3366cc;
	background-color: #1d95d4;
	padding-left: 5px;
	font-size: 16px;
}
#form dl dt span {
	background-color: #cc0000;
	display: inline-block;
	height: 28px;
	float: right;
	padding-right: 5px;
	padding-left: 5px;
}
#form dl dd {
	width: 100%;
	margin-left: 0px;
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 16px;
}
#form form {
	font-size: 16px;
}
#form form input {
	font-size: 16px;
	line-height: 24px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	box-sizing: border-box;
}
#form form textarea {
	width: 100%;
	box-sizing: border-box;
	font-size: 20px;
	line-height: 28px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: 100px;
	border: 1px solid #e6e6e6;
}
#form form dl dd select {
	width: 100%;
	box-sizing: border-box;
	font-size: 16px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #e6e6e6;
}
#form form dl dd .surname     {
	width: 100%;
	display: inline-block;
	float: left;
}
#form form dl dd .surname input     {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #e6e6e6;
}
#form form dl dd .name     {
	width: 100%;
	display: inline-block;
	float: right;
}
#form form dl dd .name input     {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #e6e6e6;
}
#form form dl dd .txt {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #e6e6e6;
}
#form form p {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000;
	text-align: center;
	padding-top: 20px;
	font-size: 16px;
}
#form form p a {
	color: #000;
	text-decoration: none;
}
#form form ul {
	text-align: center;
}
#form form ul li {
	display: inline-block;
	list-style-type: none;
	margin-right: 5px;
	margin-left: 5px;
}
#form form ul li .btn1 {
	border: 1px solid #3366cc;
	border-radius: 8px;
	font-weight: bold;
	color: #fff;
	background-color: #1d95d4;
	height: 50px;
	width: 200px;
	font-size: 20px;
	transition: 0.5s;
}
#form form ul li .btn1:hover {
	background-color: #3fabe4;
	transition: 0.3s;
}
#form form ul li .btn2 {
	border: 1px solid #000;
	border-radius: 8px;
	font-weight: bold;
	color: #fff;
	background-color: #999;
	height: 50px;
	width: 200px;
	font-size: 20px;
}
#form form ul li .btn2:hover {
	background-color: #a7a7a7;
	transition: 0.3s;
}
#form form dl dd ul li {
	width: 100px;
}
#form form dl dd p {
	display: inline-block;
	font-size: 40px;
}
#wrap #contents .back {
	text-decoration: none;
	text-align: center;
	color: #ff8b00;
	display: block;
	margin-top: 20px;
}
#wrap #contents .back:hover {
	text-decoration: underline;
}




.000000 {
}
}
