@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 (min-width: 751px){
	
.no_pc {
	display: none;
}

a {
	transition: 0.5s;
	
}
a:hover  {
	opacity: .80; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=80); /* IE lt 8 */
	-ms-filter: "alpha(opacity=60)"; /* IE 8 */
	-khtml-opacity: .80; /* Safari 1.x */
	-moz-opacity: .80; /* FF lt 1.5, Netscape */
	cursor: pointer; /* 指 */
	transition: 0.3s;
}

#contents h2 {
	background-color: #666;
	text-align: center;
	line-height: 58px;
	color: #fff;
	font-size: 30px;
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	margin: 0px;
	padding: 0px;
}
#contents h2 span{
	background-color: #ff8b00;
	display: block;
	font-size: 28px;
	line-height: 60px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	height: 60px;
	margin: 0px;
}
address {
	font-style: normal;
	text-align: center;
}


/**************************新着枠**************************/
#new {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	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 {
	border: 1px solid #4b82bd;
	padding: 20px;
	max-height: 160px;
	overflow: auto;
}
#new ul li {
	list-style-type: none;
	line-height: 24px;
	color: #4b82bd;
}
#new ul li a {
	text-decoration: none;
	color: #4b82bd;
}
#new ul li a:hover {
	text-decoration: underline;
}
#new ul li .date {
	color: #4b82bd;
	display: inline-block;
	width: 170px;
}



/**************************募集内容**************************/
#data {
	width: 710px;
	margin-right: auto;
	margin-left: auto;
}
#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: 28px;
	text-align: center;
	font-weight: normal;
}
#data h3 {
	font-size: 28px;
	line-height: 45px;
	color: #008000;
}
#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;
}
#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;
	float: left;
	width: 160px;
	padding-top: 10px;
	padding-bottom: 15px;
	color: #1d95d4;
}
#data dl dd {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #1d95d4;
	padding-left: 160px;
	padding-top: 10px;
	padding-bottom: 15px;
}
#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;
	padding-bottom: 30px;
	height: 100%;
	text-align: center;
	padding-top: 20px;
	margin-top: 40px;
}
#block01 h3 {
	font-size: 28px;
	color: #fff;
	margin: 0px;
}
#contents #block01 ul {
	width: 946px;
	margin-right: auto;
	margin-left: auto;
}
#contents #block01 ul li {
    display: inline-block;
    margin-right: 20px;
    margin-left: 20px;
    text-align: left;
    margin-bottom: 20px;
}
#contents #block01 ul li a {
	display: block;
	font-weight: bold;
	color: #fff;
	background-image: url(images/pc/click.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	height: 36px;
	border: 2px solid #999;
	background-color: #e31d23;
	line-height: 36px;
	text-decoration: none;
	width: 426px;
	border-radius: 10px;
	transition: 0.5s;
	text-align: center;
	margin-bottom: 5px;
}
#contents #block01 ul li a:hover  {
	opacity: .60; 
	filter: alpha(opacity=60); 
	-ms-filter: "alpha(opacity=60)"; 
	-khtml-opacity: .60;
	-moz-opacity: .60; 
}



/**************************フォーム**************************/
#form {
	width: 710px;
	margin-right: auto;
	margin-left: auto;
}

#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: 28px;
	text-align: center;
	font-weight: normal;
}
#form dl {
	width: 710px;
	margin-right: auto;
	margin-left: auto;
}
#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: 20px;
}
#form dl dt span {
	background-color: #cc0000;
	display: inline-block;
	height: 28px;
	float: right;
	padding-right: 5px;
	padding-left: 5px;
}
#form dl dd {
	margin-left: 100px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 500px;
	font-size: 20px;
}
#form dl dd span {
	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;
}
#block02 form textarea {
	width: 500px;
	box-sizing: border-box;
	font-size: 20px;
	line-height: 28px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: 180px;
	border: 1px solid #e6e6e6;
}
#form form dl dd select {
	width: 500px;
	font-size: 20px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #e6e6e6;
}
#form form dl dd .surname     {
	width: 240px;
	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: 240px;
	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: 500px;
	box-sizing: border-box;
	border: 1px solid #e6e6e6;
}
#form form dl dd .txt2 {
	width: 500px;
	box-sizing: border-box;
	border: 1px solid #e6e6e6;
	font-size: 16px;
	line-height: 24px;
	height: 150px;
}
#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 p a:hover {
	text-decoration: underline;
}
#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;
}
#wrap #contents .back {
	text-decoration: none;
	text-align: center;
	color: #ff8b00;
	display: block;
	margin-top: 40px;
}
#wrap #contents .back:hover {
	text-decoration: underline;
}




.000000 {
}
}
