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

/* Reset
------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, p, blockquote {
	margin: 0;
	padding: 0;
}

address, em {
	font-style: normal;
}

th {
	text-align: left;
}

hr, legend {
	display: none;
}

img, fieldset {
	border: 0;
}

/* Fonts
------------------------------------------------------------*/
body {
	font-size: 75%; /* IE */
	font-family: "ヒラギノ角ゴ Pro W3", Tahoma;
}

html > /**/ body {
	font-size: 12px;
}

/* Except IE */

/* clearfix
------------------------------------------------------------*/
.clearfix:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}

.clearfix {
	zoom: 1;
}

/* IE */

.content p {
	line-height: 160%;
	margin-left: 0;
}

/* ---------------------------------------------------------
common
----------------------------------------------------------*/
article,
aside, details, figcaption, figure, footer, header, hgroup, main, nav,
section, summary {
	display: block
}

html {

	color: #373737;
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	padding-bottom: 0;
	margin-bottom: 0;
	max-width: 2000;
	text-align: center;
	background: #fff;
}

a:focus {
	outline: thin dotted
}

a:active, a:hover {
	outline: 0
}

h2 {
	font-size: 200%;
}

h3 {
	font-size: 164%;
	margin-left: 0;
}

h4 {
	font-size: 140%;
	color: #666;
	text-align: left;
}

.read {
	font-size: 130%;
}

p {
	font-size: 120%;
}

a {
	text-decoration: none;
	color: #a46702;
}

li {
	list-style-type: none;
}

a:hover,
a:active {
	color: #e79203;
	text-decoration: underline;
}

input {
	font-size: 12px;
	color: #000000;
}

/* ---------------------------------------------------------
16pt=100%
17pt=107%
18pt=113%
19pt=119%
20pt=125%
21pt=131%
22pt=137%
23pt=144%
24pt=150%
25pt=156%
----------------------------------------------------------*/

/* ---------------------------------------------------------
header
----------------------------------------------------------*/
header {
	background: #2e9400;
	width: 100%;
	padding-top: 16px;
	padding-bottom: 5px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	z-index: 30;
}

#headerContents {
	display: block;
	max-width: 950px;
	margin: 0 auto;
	text-align: left;
	padding: 0 10px;
}

#headerContents h1 {
	float: left;
}

#headerContents h1 img {
	width: 240px;
}

/*-------------- テスト用変更 --------------*/
#logo02 {
	float: left;
	margin-left: 20px;
}

#logo02 img {
	width: 240px;
}

/*-------------- /テスト用変更 --------------*/
#headerContents h2 {
	float: left;
	margin-left: 8%;
	margin-top: 12px;
	font-size: 120%;
	text-decoration: none;
	font-weight: normal;
	color: #FFF;
}

#headerContents p {
	float: left;
	margin-left: 8%;
	margin-top: 10px;
	font-size: 120%;
	text-decoration: none;
	color: #FFF;
}

/*-------------- header-btn1 --------------*/
.header-btn1 {
	display: none;
	text-align: center;
	font-size: 160%;
	font-weight: bold;
	padding: 12px 12px;
	float: right;
	cursor: pointer;
	border: solid 2px #FFF;
	border-radius: 10px;
	text-decoration: none;
	color: #FFF;
	margin-top: 5px;
}

.header-btn1 a {
}

.header-btn1:hover,
.header-btn1:active {
	color: #2e9400;
	background-color: #FFF;
	-webkit-transition: 1s background-color;
}

/* ---------------------------------------------------------
本文
----------------------------------------------------------*/

/*-------------- Section #Block01 --------------*/
section {
	background-color: #FFF;
	/*	max-width:950px;*/
	max-width: 100%;
	padding: 0 5px 30px;
	margin: 0 auto;
}

#block01 {
	text-align: left;
	/*border:solid 1px #666666;*/
	padding: 115px 0px 0;
}

/*-------------- 枠つく --------------*/
.honmon {
	/*  padding:5px 20px 30px ;*/
	padding: 0;
	margin: 0;
	border: #FFF;
	text-align: center;
}

.honmon h3 {
	line-height: 130%;
	color: #666666;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
	background: #FFFFFF;
	padding: 5px 0 2px 0;
	margin: 0 0 10px;
	text-align: left;
}

/*-------------- 枠つく --------------*/
#block01 h3,
#block02 h3 {
	color: #666666;
	padding-bottom: 3px;
	margin-bottom: 10px;
}

.contents01 p {
	font-size: 113%;
	text-align: left;
}

.contents02 {
	margin-top: 20px;
}

.contents02 ul {
	float: left;
	font-size: 134%;

}

.contents02 ul li {
	margin-bottom: 3px;
}

.contents02 ul li strong {
	color: #000;
	font-weight: bold;
}

.catch01 {
	float: left;
	margin-left: 68px;
	margin-top: -16px;
}

.catch01 img {
	width: 360px;
}

.contents03 {
	margin-top: 15px;
}

.contents03 h4 {
	font-weight: bold;
	color: #666;
	border-left: 4px solid #999;
	padding: 0 0 0 5px;
	height: 22px;
}

.entryImage {
	margin-top: 12px;
}

.entryImage li {
	text-align: left;
	display: inline;
	margin-right: 20px;
	float: left;
}

.entryImage li img {
	border: 2px solid #2e9400;
	border-radius: 8px;
	height: 320px;
}

.entryImage li p {
	margin-top: 0;
	font-size: 110%;
	color: #666666;
	margin-bottom: 10px;
}

/*-------------- Section #Block02--------------*/
#block02 {
	padding-top: 30px;
	padding-bottom: 20px;
	text-align: left;
}

#block02 .entrybtnArea {
	text-align: center;
	margin: 20px auto 0;
	width: 240px;
}

.entrybtnArea a {
	text-decoration: none;
}

.entrybtnArea p {
	margin-bottom: 5px;
}

.entrybtnArea p a {
	color: #e83828;
}

#block02 .entryBtn01 {
	background-color: #2e9400;
	color: #FFF;
	font-size: 180%;
	margin: 10px auto;
	padding: 20px 10px;
	border-radius: 8px;
}

.entryBtn01:hover,
.entryBtn01:active {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

/*-------------- What's New--------------*/
#block03 {
	text-align: left;
	padding-top: 30px;
	padding-bottom: 30px;
}

#block03 h4 {
	color: #fff;
	font-size: 130%;
	font-weight: normal;
	letter-spacing: 0.1em;
	border: 0 solid #ccc;
	background: #999;
	padding: 5px 5px 6px 5px;
	text-indent: 0.5em;
}

#block03 .link-note2 {
	padding: 5px 5px 5px 5px;
	margin: 5px 0 5px 0;
	font-size: 110%;
	border: none;
	color: #888;
	font-weight: normal;
	list-style-type: none;
	line-height: 125%;
	text-indent: 0.5em;
}

#block03 .link-note2 li {
	display: list-item;
	text-align: -webkit-match-parent;
}

/* ---------------------------------------------------------
Other 本文
----------------------------------------------------------*/

.other-h3 {
	color: #FFF;
	font-size: 150%;
	font-weight: bold;
	background-color: #999;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	/*	text-indent:10px;*/
	border-bottom: none;
}

.other2-h3 {
	font-size: 160%;
	font-weight: bold;
	color: #666666;
	border-bottom: solid 1px #ccc;
	padding-bottom: 3px;
	margin-bottom: 10px;
}

.other-h4 {
	height: 22px;
	width: 100%;
	font-size: 140%;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 5px;
	border-left: 4px solid #666;
	padding: 0 0 0 5px;
	line-height: 1.5em;
	color: #666666;
}

/*-------------- cssを上書きできるならダグ名をそのまま活かす --------------*/
.entry2 {
	max-width: 880px;
	height: 100%;
	padding: 0 10px 20px;
}

#block01 h4 {
	height: 22px;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 5px;
	border-left: 4px solid #999;
	padding: 0 0 0 5px;
}

#fd_submit {
	font-size: 120%;
}

textarea {
	font-size: 12px;
	width: 450px;
	margin-bottom: 10px;
	height: 130px;
}

#block01 h5 {
	font-size: 140%;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom: solid 1px #ddd;
	padding: 0 0 0 5px;
}

.event-url-p {
	text-align: center;
	font-size: 100%;
	margin-top: 15px
}

.event-url-p input {
	width: 90%;
	margin-bottom: 5px;
	font-size: 14px
}

/*-------------- 改善Demo画面仮 -------------*/
.entryDemo1 {
	position: relative;
	width: 152px;
	top: 0;
	left: 114px;
	margin-top: -75px;
	margin-bottom: 5px;
}

/*-------------- submitを置き換える --------------*/
.entrybtnArea {
	text-align: center;
	margin: 20px 0 30px;
	width: 240px;
}

#submit2 {
	display: block;
	text-align: center;
	background-color: #2e9400;
	border-radius: 8px;
}

#submit2:hover,
#submit2:active {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.entrybtnArea a {
	text-decoration: none;
}

.entrybtnArea p {
	margin-bottom: 3px;
	font-size: 100%;
}

.entrybtnArea p a {
	color: #e83828;
}

/*-------------- Listページテーブル --------------*/
table.schedule {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 10px 30px 10px 30px;
	background-color: #fff;
	text-align: center;
	/*
		font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
		font-size:125%;
	*/
}

table.schedule tr td {
	padding: 8px;
}

table.choice {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 20px 0 20px;
	font-size: 125%;

}

table.choice tr td {
	padding: 5px;
}

/* ---------------------------------------------------------
 * contact
----------------------------------------------------------*/

.entry2 iframe {
	width: 100%;
	height: 1200px;
	border: 0;
}

/*-------------- footer --------------*/
.footer1 {
	width: 100%;
	background: #EEEEEE;
	padding-top: 20px;
	padding-bottom: 25px;
}

.footer2 {
	display: none;
}

.footer1 .footer-content {
	max-width: 950px;
	margin: 0 auto;
	padding: 0 0px;
}

.footer1 p {
	text-align: left;
	float: left;
	margin-left: 5px;
	margin-right: 12px;
	display: block;
}

.footer1 p img {
	width: 260px;
}

.footer1 .footernav {
	display: block;
	float: left;
	margin-top: 8px;
}

.footer1 .footernav li {
	margin-left: 13px;
	display: inline;
}

.footer1 .footernav li a {
	text-decoration: none;
	font-size: 12px;
	text-emphasis: none;
	color: #999999;
}

.footer1 .footernav li a:hover,
.footer1 .footernav li a:active {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.footer1 p img:hover,
.footer1 p img:active {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.footer1 .footer-new {
	margin-bottom: -7px;
	margin-right: 5px;
}

.clickTitle:hover {
	opacity: 0.6;
	text-decoration: underline;
}

.event {
	width: 250px;
	height: 60px;
	font-size: 22px;
	text-decoration: none;
	display: inline-block;
	color: #fff;
	border-radius: 10px;
	background-color: #587931;
	line-height: 60px;
	border: 2px solid #fff;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	margin: 0 auto;
}

.event:hover {
	color: #587931;
	background-color: #fff;
	border: 2px solid #587931;
}

.event2 {
	width: 250px;
	height: 60px;
	font-size: 22px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	border-radius: 10px;
	background-color: #587931;
	line-height: 60px;
	border: 2px solid #fff;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	margin: 0 auto;

}

.event2:hover {
	background-color: #fff;
	color: #587931;
	border: 2px solid #587931;
}

.spHide {
	display: block;
}

.spShow {
	display: none;
}

#markDiv {
	width: 300px;
	margin-top: 30px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #cccccc;
}

#markDiv p {
	color: #666666;
	font-size: 100%;
}

@media screen and  (max-width: 1000px) and (min-width: 768px) {
	/* ---------------------------------------------------------
header
----------------------------------------------------------*/
	#headerContents {
		display: block;
		max-width: 880px;
		margin: 0 auto;
		text-align: left;
		padding: 0 60px;
	}

	#headerContents h1 {
		float: left;
	}

	#headerContents h1 img {
		width: 240px;
	}

	/*#headerContents h2 {
		float:none;
		margin-left:0%;
		padding-top:7px;
		text-decoration:none;
		color:#FFF;
		width:100%;
		clear:both;
	}
	#headerContents h2 br {
		display:none;
	}*/
	/* ---------------------------------------------------------
	本文
	----------------------------------------------------------*/
	/*-------------- Section #Block01 --------------*/
	section {
		background-color: #FFF;
		padding: 0 60px 0;
		margin: 0 auto;
	}

	#block01 {
		/*padding-top:175px;*/
		text-align: left;
	}

	.catch01 {
		float: left;
		margin-left: 1%;
		margin-top: 5px;
	}

	.spHide {
		display: block;
	}

	.spShow {
		display: none;
	}

	/*-------------- 改善Demo画面仮 -------------*/
	.entryDemo1 {
		position: relative;
		top: 0;
		left: 114px;
		margin-top: -75px;
		margin-bottom: 5px;
	}

	/*-------------- footer --------------*/
	.footer1 .footernav {
		display: block;
		margin-top: 8px;
	}

	.footer1 p {
		text-align: left;
		float: left;
		margin-left: 0px;
		display: block;
	}
}

@media screen and  (max-width: 767px) and (min-width: 480px) {
	/* ---------------------------------------------------------
header
----------------------------------------------------------*/
	#headerContents {
		display: block;
		max-width: 880px;
		margin: 0 auto;
		text-align: left;
		padding: 0 30px;
	}

	#headerContents h1 {
		float: left;
	}

	#headerContents h1 img {
		width: 220px;
	}

	#headerContents h2 {
		float: none;
		margin-left: 0;
		padding-top: 7px;
		font-size: 120%;
		text-decoration: none;
		font-weight: normal;
		color: #FFF;
		width: 100%;
		clear: both;
	}

	#headerContents p {
		float: left;
		max-width: 200px;
		margin: 0 0 0 10px;
		padding: 0;
		text-decoration: none;
	}

	#headerContents p br {
		display: none;
	}

	#headerContents h2 br {
		display: none;
	}

	/*-------------- header-btn1 --------------*/
	.header-btn1 {
		display: block;
		text-align: center;
		font-size: 150%;
		font-weight: bold;
		padding: 12px 12px;
		float: right;
		cursor: pointer;
		border: solid 2px #FFF;
		border-radius: 10px;
		text-decoration: none;
		color: #FFF;
	}

	/* ---------------------------------------------------------
	本文
	----------------------------------------------------------*/
	/*-------------- Section #Block01 --------------*/
	section {
		background-color: #FFF;
		max-width: 880px;
		padding: 0 30px 0;
		margin: 0 auto;
	}

	#block01 {
		padding-top: 175px;
		text-align: left;
	}

	.contents02 {
		margin-top: 10px;
	}

	.catch01 {
		float: none;
		margin: 0 auto;
	}

	.catch01 img {
		padding-top: 10px;
	}

	.spHide {
		display: block;
	}

	.spShow {
		display: none;
	}

	/* ---------------------------------------------------------
	Other 本文
	----------------------------------------------------------*/
	textarea {
		width: 100%;
	}

	/*-------------- 改善Demo画面仮 -------------*/
	.entryDemo1 {
		position: relative;
		top: 0;
		left: 114px;
		margin-top: -75px;
		margin-bottom: 5px;
	}

	/*-------------- Listページボタン --------------*/
	#add_btn {
		text-align: center;
		background-color: #00a0e9;
		font-size: 100%;
		color: #FFF;
		padding: 10px 0;
		border-radius: 10px;
		cursor: pointer;
		border: none;
		-webkit-appearance: none;
		width: 160px;
	}

	#add_btn:hover,
	#add_btn:active {
		filter: alpha(opacity=50);
		-moz-opacity: 0.5;
		opacity: 0.5;
	}

	/*-------------- footer --------------*/
	.footer1 {
		display: none;
		background: #2b2e36;
		padding-top: 20px;
		padding-bottom: 25px;
	}

	.footer2 {
		display: block;
		background: #EEEEEE;
	}

	.footernav {
		text-align: center;
		display: block;
		/*margin: 12px auto;*/
		float: none;
		width: 95%;
	}

	/*.footernav li {
		margin-right: 8px;
		display: inline;
	}
	.footernav li:last-child {
		margin-right: 0px;
	}
	.footernav li a {
		text-decoration: none;
		font-size: 12px;
		text-emphasis:none;
		color:#ccc;
	}*/
	.footer2 {
		display: block;
		background: #EEEEEE;
		padding-top: 18px;
		padding-bottom: 18px;
	}

	.footer2 .footernav {
		text-align: center;
		display: block;
		margin: 5px auto;
		float: none;
		width: 90%;
	}

	.footer2 .footernav li {
		margin-right: 20px;
		display: inline;
	}

	.footer2 .footernav li:last-child {
		margin-right: 0px;
	}

	.footer2 .footernav li a {
		text-decoration: none;
		font-size: 12px;
		text-emphasis: none;
		color: #999999;
	}

	.footer2 .recruitlogo {
		margin-top: 15px;
		text-align: center;
		vertical-align: middle;
	}

	.footer2 .recruitlogo img {
		width: 200px;
	}

	.footer2 .footer-new {
		margin-bottom: -7px;
		margin-right: 5px;
	}

}

@media screen and  (max-width: 479px) and (min-width: 320px) {
	/* ---------------------------------------------------------
	header
	----------------------------------------------------------*/
	header {
		background: #2e9400;
		width: 100%;
		padding-top: 16px;
		padding-bottom: 10px;
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
		position: absolute;
		top: 0;
		z-index: 30;
	}

	#headerContents {
		display: block;
		max-width: 880px;
		margin: 0 auto;
		text-align: center;
		padding: 0 10px;
	}

	#headerContents h1 {
		float: left;
	}

	#headerContents h1 img {
		width: 150px;
	}

	#logo02 {
		float: none;
		width: 100%;
	}

	#logo02 img {
		width: 240px;
		margin: 0 auto;
	}

	#headerContents h2 {
		float: none;
		margin-left: 0;
		padding-top: 0; /**/
		font-size: 110%;
		text-decoration: none;
		text-align: left;
		font-weight: normal;
		color: #FFF;
		width: 100%;
		clear: both;
		line-height: 130%;
	}

	#headerContents p {
		max-width: 100%;
		float: none;
		margin-left: 5px;
		margin-top: 0;
		font-size: 95%;
		text-decoration: none;
		text-align: left;
	}

	#headerContents h2 br {
		display: none;
	}

	#headerContents p br {
		display: none;
	}

	/*-------------- header-btn1 --------------*/
	.header-btn1 {
		display: block;
		text-align: center;
		font-size: 120%;
		font-weight: bold;
		padding: 10px 10px;
		float: right;
		cursor: pointer;
		border: solid 2px #FFF;
		border-radius: 10px;
		text-decoration: none;
		letter-spacing: -0.1em;
		color: #FFF;
		margin-top: -5px;
	}

	/* ---------------------------------------------------------
	本文
	----------------------------------------------------------*/
	/*-------------- Section #Block01 --------------*/
	section {
		background-color: #FFF;
		max-width: 880px;
		padding: 0;
		margin: 0;
	}

	#block01 {
		padding-top: 120px;
		text-align: left;
	}

	.contents02 {
		margin-top: 10px;
	}

	.contents02 ul {
		float: left;
		font-size: 120%;

	}

	.catch01 {
		float: none;
		margin: 0 auto;
	}

	.catch01 img {
		width: 280px;
		padding-top: 10px;
	}

	.entryImage {
		margin-top: 12px;
	}

	.entryImage li {
		text-align: left;
		display: inline;
		margin-right: 20px;
		float: left;
	}

	.entryImage li img {
		border: 2px solid #2e9400;
		border-radius: 8px;
		height: 228px;
	}

	.entryImage li p {
		margin-top: 0;
		font-size: 100%;
		color: #666666;
		margin-bottom: 10px;
	}

	.honmon h3 {
		margin: 0 0 10px;
		text-align: left;
	}

	.honmon {
		padding: 0 10px;
	}

	.sp_top_p {
		margin-top: -40px;
		margin-bottom: -20px;
	}

	#block01 > p {
		margin-left: 10px !important;
	}

	textarea {
		font-size: 14px;
		height: 100px;
	}

	#tableArea {
		width: 100%;
		overflow: scroll;
	}

	input[type="text"] {
		font-size: 14px;
		width: 100%;
	}

	#createBtn {
		margin-bottom: 30px;
	}

	.spHide {
		display: none;
	}

	.spShow {
		display: block;
	}

	.spShow2 {
		display: inline;
	}

	.other2-h3 {
		color: #FFF;
		font-size: 150%;
		font-weight: bold;
		background-color: #999;
		padding-top: 5px;
		padding-bottom: 5px;
		margin-bottom: 10px;
		text-indent: 10px;
		border-bottom: none;
		margin-top: 30px !important;
	}

	#edit h3 {
		color: #FFF;
		background-color: #999;
		line-height: 130%;
		text-indent: 10px;
	}

	#memUpdBtn {
		text-align: center;
		background: url(/assets/img/new_chousei/memUpdBtn.png) no-repeat 18px 8px;
		background-size: 20px auto;
		background-color: #00a0e9;
		font-size: 130%;
		text-indent: 1.2em;
		color: #FFF;
		border: none;
		-webkit-appearance: none;
		border-radius: 8px;
		width: 110px;
		height: 40px;
		margin: 20px 0;
		cursor: pointer;
	}

	/*-------------- Listページボタン --------------*/
	#add_btn {
		text-align: center;
		background-color: #00a0e9;
		font-size: 100%;
		color: #FFF;
		padding: 10px 0;
		border-radius: 10px;
		cursor: pointer;
		border: none;
		-webkit-appearance: none;
		width: 160px;
	}

	#add_btn:hover,
	#add_btn:active {
		filter: alpha(opacity=50);
		-moz-opacity: 0.5;
		opacity: 0.5;
	}

	/*-------------- Listページテーブル --------------*/
	table.schedule {
		border-collapse: collapse;
		border-spacing: 0;
		margin: 10px 0 10px;
		background-color: #fff;
		text-align: center;
		/*
			font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
		*/
	}

	table.schedule tr td {
		padding: 8px;
	}

	/* ---------------------------------------------------------
	Other 本文
	----------------------------------------------------------*/
	input[type="text"] {
		width: 100% !important;
	}

	textarea {
		width: 100% !important;
	}

	/*-------------- 改善Demo画面仮 -------------*/
	.entryDemo1 {
		position: relative;
		top: 0;
		left: 114px;
		margin-top: -75px;
		margin-bottom: 5px;
	}

	.footer1 {
		display: none;
	}

	.footer2 {
		display: block;
		background: #EEEEEE;
		padding-top: 18px;
		padding-bottom: 18px;
	}

	.footer2 .footernav {
		text-align: center;
		display: block;
		margin: 5px auto;
		float: none;
		width: 90%;
	}

	.footer2 .footernav li {
		margin-right: 20px;
		display: inline;
	}

	.footer2 .footernav li:last-child {
		margin-right: 0px;
	}

	.footer2 .footernav li a {
		text-decoration: none;
		font-size: 12px;
		text-emphasis: none;
		color: #999999;
	}

	.footer2 .recruitlogo {
		margin-top: 15px;
		text-align: center;
		vertical-align: middle;
	}

	.footer2 .recruitlogo img {
		width: 200px;
	}

	.footer2 .footer-new {
		margin-bottom: -7px;
		margin-right: 5px;
	}

	.psnomi {
		font-size: 120%;
		margin: 0 10px 5px 0px;
	}

	.psnomi a {
		display: none;
	}

	.event {
		width: 250px !important;
	}
}

.comentArea {
	font-size: 120%;
	border-bottom: 1px dotted #B0B0B0;
	padding-bottom: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
}

/*-------------- イベント変更フォームの日程テーブル --------------*/
table.editChoice {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 10px 30px 10px 30px;
	background-color: #fff;
	text-align: center;
}

table.editChoice tr td {
	padding: 8px;
}

#eventHead {
	position: relative;
}

.reEditing {
	text-align: right;
	padding-bottom: 10px;
}

#eventHead.update .switch {
	position: absolute;
	right: 128px;
}

#eventHead.update .reEditing {
	position: absolute;
	right: 0px;
	text-align: left;
	padding-bottom: 0px;
	z-index: 100;
}

#eventheadcontents.spHide {
	margin-top: -8px;
	height: 55px;
}

.scheduleHeader {
	margin: 0 0 10px;
}

.scheduleHeader .answeCntText {
	font-size: 0.7em;
	margin-left: 5px;
}

.div950 {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
}

.colorBlock {
	width: 100%;
	max-width: 100%;
	padding-top: 1px;
	padding-bottom: 5px;
	margin-top: 20px;
	background-color: rgb(234, 244, 229);
}

/* circledAll */
#memUpdBtn, #add_btn {
	background-position: 0 -40px;
	background-size: 100% 300px;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
	font-weight: bold;
	width: 180px !important;
	font-size: 24px !important;
	height: 180px !important;
	line-height: 180px !important;
	-webkit-border-radius: 99em;
	-moz-border-radius: 99em;
	-ms-border-radius: 99em;
	-o-border-radius: 99em;
	border-radius: 99em;
	color: white !important;
	padding: 0 !important;
	opacity: 1;
	margin: 0 auto !important;
	-webkit-transition: box-shadow 0.2s, background-position 0.3s;
	-moz-transition: box-shadow 0.2s, background-position 0.3s;
	-ms-transition: box-shadow 0.2s, background-position 0.3s;
	-o-transition: box-shadow 0.2s, background-position 0.3s;
	transition: box-shadow 0.2s, background-position 0.3s;
	/*IE8対応*/
	position: relative;
	-ms-behavior: url("/assets/js/css/PIE.htc");
	behavior: url("/assets/js/css/PIE.htc");
}

#memUpdBtn:hover, #add_btn:hover {
	background-position: 0 0;
}

#memUpdBtn:active, #add_btn:active {
	background-position: 0 -20px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4) inset !important;
}

#add_btn {
	line-height: 30px !important;
}

.inputbtnArea {
	width: 100%;
}

.c_border {
	padding: 30px 0;
	display: block;
	text-align: center;
	position: relative;
}

.c_border:after, .c_border:before {
	content: "";
	display: block;
	height: 1px;
	width: 320px;
	background: #ddd;
	position: absolute;
	top: 120px;
}

.c_border:before {
	left: 0;
}

.c_border:after {
	right: 0;
}

#f > * {
	width: 500px !important;
	margin: 0 auto !important;
}

#f h4 {
	margin-top: 20px !important;
}

#f > .memUpdBtnBox {
	width: 300px !important;
}

#f table {
	width: 100% !important;
}

#memUpdBtn, #add_btn {
	border: 1px solid #36662A;
	background-color: #7cc93a;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #71c44b), color-stop(100%, #298313));
	background-image: -webkit-linear-gradient(top, #71c44b 0%, #298313 100%);
	background-image: -moz-linear-gradient(top, #71c44b 0%, #298313 100%);
	background-image: -ms-linear-gradient(top, #71c44b 0%, #298313 100%);
	background-image: -o-linear-gradient(top, #71c44b 0%, #298313 100%);
	background-image: linear-gradient(top, #71c44b 0%, #298313 100%);
}

#memUpdBtn:hover, #add_btn:hover {
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset, 0 0 12px #2f7f14;
	opacity: 1;
}

#memUpdBtn:active, #memUpdBtn:disabled, #add_btn:active {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4e8142), color-stop(100%, #579049));
	background-image: -webkit-linear-gradient(top, #4e8142 0%, #579049 100%);
	background-image: -moz-linear-gradient(top, #4e8142 0%, #579049 100%);
	background-image: -ms-linear-gradient(top, #4e8142 0%, #579049 100%);
	background-image: -o-linear-gradient(top, #4e8142 0%, #579049 100%);
	background-image: linear-gradient(top, #4e8142 0%, #579049 100%);
}

.oax {
	background: #f4f4f4;
	cursor: pointer;
	width: 38px;
	height: 38px;
	float: left;
	background-position: 0 -40px;
	background-size: 100% 100px;
	margin-right: 10px;
	border-radius: 99em;
	border: 1px solid #ccc;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
	-webkit-transition: box-shadow 0.2s, background-position 0.3s;
	-moz-transition: box-shadow 0.2s, background-position 0.3s;
	-ms-transition: box-shadow 0.2s, background-position 0.3s;
	-o-transition: box-shadow 0.2s, background-position 0.3s;
	transition: box-shadow 0.2s, background-position 0.3s;
	/*IE8対応*/
	position: relative;
	-ms-behavior: url("/assets/js/css/PIE.htc");
	behavior: url("/assets/js/css/PIE.htc");
}

.oax.oax-0:after {
	background-position: 0 -50px;
}

.oax.oax-1:after {
	background-position: -50px -50px;
}

.oax.oax-2:after {
	background-position: -100px -50px;
}

.oax.active.oax-0:after {
	background-position: 0 0;
}

.oax.active.oax-1:after {
	background-position: -50px 0;
}

.oax.active.oax-2:after {
	background-position: -100px 0;
}

.oax.active, .oax:hover {
	border: 1px solid #7A7A7A;
	background-color: #7cc93a;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset, 0 1px 1px rgba(255, 255, 255, 0.3) inset, 0 -1px 0 rgba(0, 0, 0, 0.4) inset;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7cc93a), color-stop(100%, #42a012));
	background-image: -webkit-linear-gradient(top, #7cc93a 0%, #42a012 100%);
	background-image: -moz-linear-gradient(top, #7cc93a 0%, #42a012 100%);
	background-image: -ms-linear-gradient(top, #7cc93a 0%, #42a012 100%);
	background-image: -o-linear-gradient(top, #7cc93a 0%, #42a012 100%);
	background-image: linear-gradient(top, #7cc93a 0%, #42a012 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ff9cbf8b', endColorstr='#ffb3cfa6');

}

.oax:hover {
	background-position: 0 0px;
}

.oax:active {
	border-color: #888;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9cbf8b), color-stop(100%, #b3cfa6));
	background-image: -webkit-linear-gradient(top, #9cbf8b 0%, #b3cfa6 100%);
	background-image: -moz-linear-gradient(top, #9cbf8b 0%, #b3cfa6 100%);
	background-image: -ms-linear-gradient(top, #9cbf8b 0%, #b3cfa6 100%);
	background-image: -o-linear-gradient(top, #9cbf8b 0%, #b3cfa6 100%);
	background-image: linear-gradient(top, #9cbf8b 0%, #b3cfa6 100%);
}

.oax:after {
	background-image: url("../../img/new_chousei/attendance2.png");
	content: "";
	display: block;
	width: 29px;
	height: 29px;
	margin-top: 9px;
	margin-left: 9px;
}

.oax-en:after {
	background-image: url("../../img/en/new_chousei/attendance2.png");
}

.oax.oax-1:after {
	margin-top: 7px;
}

#tableArea tr:not(:first-child) td {
	vertical-align: middle;
}

#tableArea > table, #block01 {
	margin-left: auto;
	margin-right: auto;
}

#nittei {
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

#nittei tr td:first-child {
	font-size: 14px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #f5f5f5;
	font-weight: bold;
}

#nittei tr:first-child td {
	background: #f5f5f5;
	font-weight: bold;
}

#nittei tr td:not(:first-child) {
	word-break: break-all;
	width: 120px;
	max-width: 120px;
	min-width: 55px;
}

/* -------- character --------------- */

/*#avatarArea{
	display: none;
	height:0px;
}*/
.part02area .avaterCountOver {
	position: absolute;
	top: 200px;
	left: 210px;
	z-index: 1000;
	padding: 15px;
	background-color: rgba(220, 220, 220, 0.7);
	border-radius: 4px;
}

.part02area .avaterCountOver p {
	padding: 5px;
	background-color: #ffffff;
	border-radius: 4px;
}

.part02 {
	position: relative;
	width: 300px;
	height: 150px;
	float: left;
	margin-top: 80px;
}

.part03 {
	position: relative;
	width: 300px;
	height: 150px;
	float: left;
	margin-top: 80px;
	margin-left: 30px;
}

.part04 {

}

.person-cover {
	position: absolute;
	z-index: 70;
	top: 0px;
	left: 0px;
}

.part02 ul,
.part03 ul,
.part04 ul {
	position: absolute;
	width: 280px;
	height: 150px;
	z-index: 0;
}

.part02 li div,
.part03 li div,
.part04 li div {
	/*display:none;*/
	width: 50px;
	line-height: 0.9em;
	text-shadow: 1px 1px 0.5px #FFF,
	-1px 1px 0.5px #FFF,
	1px -1px 0.5px #FFF,
	-1px -1px 0.5px #FFF;
}

.par1 {
	position: absolute;
	z-index: 60;
	bottom: 10px;
	left: 0px;
	text-align: center;
}

.par2 {
	position: absolute;
	z-index: 60;
	bottom: 10px;
	left: 50px;
	text-align: center;
}

.par3 {
	position: absolute;
	z-index: 60;
	bottom: 10px;
	left: 100px;
	text-align: center;
}

.par4 {
	position: absolute;
	z-index: 60;
	bottom: 10px;
	left: 150px;
	text-align: center;
}

.par5 {
	position: absolute;
	z-index: 60;
	bottom: 10px;
	left: 200px;
	text-align: center;
}

.par6 {
	position: absolute;
	z-index: 60;
	bottom: 10px;
	left: 250px;
	text-align: center;
}

.par7 {
	width: 38px;
	position: absolute;
	z-index: 50;
	bottom: 70px;
	left: 10px;
	text-align: center;
}

.par8 {
	width: 38px;
	position: absolute;
	z-index: 50;
	bottom: 70px;
	left: 50px;
	text-align: center;
}

.par9 {
	width: 38px;
	position: absolute;
	z-index: 50;
	bottom: 70px;
	left: 90px;
	text-align: center;
}

.par10 {
	width: 38px;
	position: absolute;
	z-index: 50;
	bottom: 70px;
	left: 130px;
	text-align: center;
}

.par11 {
	width: 38px;
	position: absolute;
	z-index: 50;
	bottom: 70px;
	left: 170px;
	text-align: center;
}

.par12 {
	width: 38px;
	position: absolute;
	z-index: 50;
	bottom: 70px;
	left: 210px;
	text-align: center;
}

.par13 {
	width: 38px;
	position: absolute;
	z-index: 50;
	bottom: 70px;
	left: 250px;
	text-align: center;
}

.par14 {
	position: absolute;
	z-index: 60;
	bottom: 10px;
	left: 0px;
	text-align: center;
}

.par15 {
	position: absolute;
	z-index: 60;
	bottom: 10px;
	left: 50px;
	text-align: center;
}

.par16 {
	position: absolute;
	z-index: 60;
	bottom: 10px;
	left: 100px;
	text-align: center;
}

.par17 {
	position: absolute;
	z-index: 60;
	bottom: 10px;
	left: 150px;
	text-align: center;
}

.par18 {
	position: absolute;
	z-index: 60;
	bottom: 10px;
	left: 200px;
	text-align: center;
}

.par19 {
	position: absolute;
	z-index: 60;
	bottom: 10px;
	left: 250px;
	text-align: center;
}

.par20 {
	width: 38px;
	position: absolute;
	z-index: 50;
	bottom: 70px;
	left: 10px;
	text-align: center;
}

.par21 {
	width: 38px;
	position: absolute;
	z-index: 50;
	bottom: 70px;
	left: 50px;
	text-align: center;
}

.par22 {
	width: 38px;
	position: absolute;
	z-index: 50;
	bottom: 70px;
	left: 90px;
	text-align: center;
}

.par23 {
	width: 38px;
	position: absolute;
	z-index: 50;
	bottom: 70px;
	left: 130px;
	text-align: center;
}

.par24 {
	width: 38px;
	position: absolute;
	z-index: 50;
	bottom: 70px;
	left: 170px;
	text-align: center;
}

.par25 {
	width: 38px;
	position: absolute;
	z-index: 50;
	bottom: 70px;
	left: 210px;
	text-align: center;
}

.par26 {
	width: 38px;
	position: absolute;
	z-index: 50;
	bottom: 70px;
	left: 250px;
	text-align: center;
}

.par27 {
	position: absolute;
	z-index: 60;
	bottom: 10px;
	left: 0px;
	text-align: center;
}

.par28 {
	position: absolute;
	z-index: 60;
	bottom: 10px;
	left: 50px;
	text-align: center;
}

.par29 {
	position: absolute;
	z-index: 60;
	bottom: 10px;
	left: 100px;
	text-align: center;
}

.par30 {
	position: absolute;
	z-index: 60;
	bottom: 10px;
	left: 150px;
	text-align: center;
}

.par31 {
	position: absolute;
	z-index: 60;
	bottom: 10px;
	left: 200px;
	text-align: center;
}

.par32 {
	position: absolute;
	z-index: 60;
	bottom: 10px;
	left: 250px;
	text-align: center;
}

.par33 {
	width: 38px;
	position: absolute;
	z-index: 50;
	bottom: 70px;
	left: 10px;
	text-align: center;
}

.par34 {
	width: 38px;
	position: absolute;
	z-index: 50;
	bottom: 70px;
	left: 50px;
	text-align: center;
}

.par35 {
	width: 38px;
	position: absolute;
	z-index: 50;
	bottom: 70px;
	left: 90px;
	text-align: center;
}

.par36 {
	width: 38px;
	position: absolute;
	z-index: 50;
	bottom: 70px;
	left: 130px;
	text-align: center;
}

.par37 {
	width: 38px;
	position: absolute;
	z-index: 50;
	bottom: 70px;
	left: 170px;
	text-align: center;
}

.par38 {
	width: 38px;
	position: absolute;
	z-index: 50;
	bottom: 70px;
	left: 210px;
	text-align: center;
}

.par39 {
	width: 38px;
	position: absolute;
	z-index: 50;
	bottom: 70px;
	left: 250px;
	text-align: center;
}

/*イベント更新完了通知*/
#eventDesc p {
	color: #FFFFFF;
	background: #008800 !important;
}


/*-- 調整さんボタン ------------------*/

.chouseisan-button-a {
	text-decoration: none;
}

.chouseisan-button-a:hover {
	text-decoration: none;
}

.chouseisan-button-div {
	width: 300px;
	padding: 3px;
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #666666;
}

.chouseisan-button-site-name-p {
	overflow: hidden;
	height: 18px;
	font-size: 13px;
	line-height: 18px;
}

.chouseisan-button-site-url-p {
	overflow: hidden;
	height: 16px;
	font-size: 10px;
	line-height: 16px;
}

