@charset "utf-8";
@import "style_join_header.css";
@import "style_join_footer.css";
/* CSS Document 
@font-face{
	font-family:"Century Gothic";
	src: local("Century Gothic"), url("../fonts/GOTHICB.TTF") format("truetype");
}*/
#ver {
	font-size: 10px;
	color: #999;
	text-align: right;
}
#leftCol #subnav ul {
	padding-bottom: 4px;
}
#leftCol #subnav ul li {
	font-size: 14px;
	line-height: 1em;
	padding-bottom: 8px;
	width: 186px !important;
	height: auto !important;
}
#leftCol #subnav ul li a {
	width: auto !important;
	height: auto !important;
	font-size: 14px;
	display: block;
	padding: 14px;

	text-indent: 0;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #ccc;
	behavior: url(PIE.htc), url(../PIE.htc), url(../../PIE.htc);
}
*html #leftCol #subnav ul li a {
	width: 130px;
	font-size: 12px;
	display: inline-block;
}

#leftCol #subnav ul li a:hover {
	color: #fff;
	background: #333;
	text-decoration: none;
	border: 1px solid #888;
}
#leftCol #subnav ul li.mb {
	margin-bottom: 15px;
}

#linkLogOut a {
	background: #333 !important;
	border: 1px solid #333 !important;
	color: #fff;
	margin-bottom: 20px;
}
#linkLogOut a:hover {
	background: #999 !important;
	border: 1px solid #999 !important;
	color: #fff;
}
#rightCol {
	margin-top: -103px;
}
#rightCol h1 {
	background-image: url(../imgs/commons/hiconb.gif);
}
.updatebtn {
	display: block;
	text-align: center;
	background: #ddd;
	font-size: 14px;
	color: #333 !important;
	width: 760px;
	padding: 20px 0;
	margin-top: 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.updatebtn:hover {
	background: #eee;
}
form {
	margin-left: 15px;
}
form dl {
	font-size: 13px;
	border-top: 4px solid #ccc;
	margin-top: 15px;
}
form dl dt {
	float: left;
	padding: 10px 0 10px 5px;
}
form dl dt a {
	background: #333;
	color: #fff !important;
	font-size: 11px;
	padding: 2px;
	font-weight: normal;
	text-align: center;
}
form dl dt a:hover {
	background: #999;
	color: #fff !important;
}
form dl dd {
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
	padding-left: 150px;
}
form dl dd a {
	text-decoration: underline !important;
}
form dl dd a:hover {
	color: #999 !important;
}

form input {
	margin-right: 5px;
}
form select {
	margin-bottom: 10px;
}
form textarea {
	margin: 0;
	padding: 0;
}
#submit {
	padding: 14px;
	margin-top: 15px;
}
.editBtn {
	width: 184px;
	font-size: 13px !important;
	padding: 10px 0 !important;
	border-bottom: 4px solid #ccc;
}
.editBtn a {
	display: inline !important;
}
/*.editBtn a:hover,
#edit a:hover,*/
.log a:hover {
	font-size: 13px;
	color: #999;
	text-decoration: underline !important;
	margin-top: 10px;
}
span.mtadjust {
	margin-top: 10px;
}
#shopImgBlock {
	clear: both;
}
.thumbImgBox {
	float: left;
	margin-right: 9px;
	padding-bottom: 8px;
}

/*
////////////////////////////////////////*/
#editheader {
	margin-top: 5rem;
	margin-bottom: 10px;
}
#editheader h2 {
	float: none;
	font-size: 16px;
	line-height: 16px;
}
#edit {
	clear: both;
	margin-left: 15px;
}
#edit li {
	font-size: 13px;
	background: url(../imgs/access-and-info/icon_conBtn.gif) no-repeat left 0.4em;
	text-indent: 13px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 4px solid #ccc;
}
#edit span {
	clear: both;
	display: block;
}
#edit a {
	display: inline;
}

/*
/////////////////////////////////////////*/
#logBlock {
	width: 100%;
	height: 100%;
	text-align: center;
	padding-top: 30px;
	background: #eee;
}
#logBlock #border {
	text-align: left;
	width: 600px;
	margin: 0 auto;
	padding: 20px;
	background: #fff;
	border: 1px solid #ccc;

	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	behavior: url(../../PIE.htc);
}
#logBlock #border form {
	margin: 0;
	padding: 0;
}
#logBlock #border form dl {
	margin: 0;
	padding: 0;
}
#logBlock #border .auto {
	font-size: 13px;
	margin-top: 10px;
}
#logBlock #border #submit {
	display: block;
}
.log h1 {
	font-size: 16px;
	padding-bottom: 5px;
	border-bottom: 4px solid #ccc;
	margin-bottom: 10px;
}
.log a {
	font-size: 13px;
	background: url(../imgs/access-and-info/icon_conBtn.gif) no-repeat left center;
	padding-left: 13px;
}

/*
////////////////////////////////////////////*/
#addStyleTag a,
#addStyleTag label,
#addStyleTag select {
	float: left !important;
}
#addStyleTag a,
#addStyleTag select {
	margin-right: 15px !important;
}
#addStyleTag label {
	margin-right: 5px;
}
textarea {
	max-width: 98%;
	height: 320px;
}

/*
//////////////////////////////////////////*/
#edit.none {
	margin-left: 0;
}
#edit.none a:hover {
	text-decoration: none !important;
	margin-top: 0;
}
#edit.none span {
	clear: none;
	display: inline-block;
}
#edit.none abbr {
	font-size: 13px;
}
#edit.none .editBtn {
	width: 100%;
}

.editImg {
	float: left;
}
.editImg img {
	float: none;
}

/*
////////////////////////////////////////*/
table {
	width: 745px;
	font-size: 12px;
	border-top: 4px solid #ccc;
	margin-left: 15px;
}
table th {
	text-align: center;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}
table td {
	font-weight: normal;
	padding: 10px;
	border-bottom: 1px solid #ccc;
}
table td a:hover {
	font-size: 12px !important;
}
.w180 {
	width: 180px !important;
	max-width: 180px !important;
	word-wrap: break-word;
}

#mainContents h1 {
	font-size: 16px;
}

.recruit-list .inner {
	clear: both;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 4px solid #ccc;
}
.recruit-list small {
	font-size: 12px;
}
.recruit-list h2 {
	line-height: 1.6;
}
.recruit-list p {
	font-size: 13px;
}
.recruit-list a {
	display: inline-block;
	font-size: 13px;
	margin-right: 10px;
}
.recruit-list a:hover {
	color: #999 !important;
	text-decoration: underline !important;
}

.input-form {
	width: 760px;
	margin-left: 0;
}
.form-heading {
	clear: both;
	font-size: 18px;
	margin-top: 2rem;
	padding-top: 24px;
	padding-bottom: 24px;
	border-top: 4px solid #ccc;
}
#section-input-contents .form-heading {
	margin-top: 4rem;
	border-top: 3px solid #ccc;
}
.form-heading + dl {
	border-top: 0;
	margin-top: 0;
}
.add-input-contents {
	cursor: pointer;
	position: relative;
	width: 745px;
	height: 150px;
	box-sizing: border-box;
	border: 2px dashed #ccc;
	background: #f6f6f6;
	border-radius: 6px;
	margin-top: 24px;
}
.add-input-contents:hover {
	opacity: 0.5;
}
.add-input-contents p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.post-period .post-period__block {
	width: 100%;
	margin-bottom: 8px;
}

.post-period input {
	width: 20%;
}
