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

#main p {
	font-size:14px;
	line-height:2em;
}

/* =========== MAIN TITLE =========== */

#main_title {
	background: url(../img/page/bg_pmain.jpg) repeat-x top;
	margin:0px;
	padding:10px;
}
#main_title h1 {
	display:block;
	position:relative;
	padding:5px;
	background:#FFF url(../img/bg_title.jpg) no-repeat 5px 5px;
	width:930px;
	height:120px;
	margin:0px auto;
	line-height:120px;
	text-indent:30px;
	font-size:24px;
	color:#FFF;
}
#main_title h1 span {
	display:block;
	position:absolute;
	padding:5px;
	top:28px;
	left:0px;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	line-height:1.2;
}


/* =========== パンくず =========== */

#main_title ul {
	display:block;
	overflow:hidden;
	width:930px;
	margin:0px auto 5px;
	padding:5px;
	border-bottom:#E6E6E6 1px solid;
}
#main_title ul li {
	float:left;
	font-size:12px;
	line-height:20px;
	margin-left:10px;
}
#main_title ul li:first-child {
}
#main_title ul li:before {
	content:"≫";
	width:20px;
	height:20px;
	margin-right:5px;
}
#main_title ul li:first-child:before {
	content:"";
	width:0px;
	height:0px;
}

/* =========== Page MAIN =========== */

#main {
	float:right;
	width:700px;
	margin:0px 0px 0px 20px;
	padding:0px;
}
#main section {
	width:700px;
	margin-bottom:60px;
	position:relative;
}
#main section .txt_box {
	display:block;
	border:5px solid #E6E6E6;
	padding:15px;
	margin: 0px 30px 20px 30px;
}
#main section .t_indent {
	padding-left: 1em;
	text-indent: -1em;
}
#main section .s_indent li, #main section .s_indent dd {
	padding-left: 1em;
	text-indent: -1em;
}

#main section ul {
	margin:0px 30px 20px;
	font-size:14px;
	line-height:2em;
}

/* contact お問い合わせボックス */

#main .contact_box {
	display:block;
	position:relative;
	overflow:hidden;
	border:5px solid #5A9632;
	padding:0px;
	margin: 20px 30px 20px 30px;
}
#main .contact_box h4 {
	display:block;
  font-size: 16px;
	color:#FFF;
  margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 15px;
	background:#5A9632;
	line-height:35px;
}
#main .contact_box p {
	margin: 5px 0px 5px 20px;
	line-height:30px;
}
#main .contact_box span.tel {
	font-weight:bold;
	margin:0px 10px 0px 10px;
}
#main .contact_box span.tel em {
	font-style:normal;
	font-size:20px;
	margin-left:5px;
}
#main .contact_box span.contact_btn {
	display:block;
	position:absolute;
	right:10px;
	bottom:10px;
}
#main .contact_box span.contact_btn a {
	display:block;
	font-size:13px;
	height:28px;
	line-height:28px;
	padding: 2px 17px 0px 8px;
	color:#FFF;
	background:#D4145A;
	position:relative;
}
#main .contact_box span.contact_btn a:before {
display: block;
content: "";
position: absolute;
top: 50%;
right: 8px;
width: 3px;
height: 3px;
margin: -3px 0 0 0;
border-top: solid 2px #FFF;
border-right: solid 2px #FFF;
-webkit-transform: rotate(45deg);
        transform: rotate(45deg);
}

#main .contact_box span.contact_btn form input {
	display:block;
	font-size:13px;
	height:30px;
	line-height:30px;
	padding: 2px 20px 0px 20px;
	color:#FFF;
	background:#5EB310;
	border-style: none;
	position:relative;
}
#main .contact_box span.contact_btn form:hover {
	text-decoration:none;
	color:#B45064;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}



/* =========== page SIDE =========== */

#side {
}
#side #menu {
	border:#E6E6E6 5px solid;
	padding: 0px;
	background:#FFF;
	margin-bottom:20px;
}
#side #menu .menu_tit {
	display:block;
	background:#5A9632;
	height:35px;
	line-height:35px;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	padding:0px 0px 0px 10px;
}
#side #menu ul {
	display:block;
	overflow:hidden;
	padding:0px;
	margin:0px;
}
#side #menu ul li {
	display:block;
	border-bottom:#E6E6E6 1px solid;
	font-size:12px;
	line-height:40px;
}
#side #menu ul li a {
	display:block;
	padding:0px 10px;
}
#side #menu ul li a:hover {
	background:#FFFDF0;
}
#side #menu ul li:last-child {
	border-bottom:none;
}

#side #menu ul li ol {
	display:block;
	overflow:hidden;
	padding:0px;
	margin:0px;
	list-style-type:none;
}
#side #menu ul li ol li {
	display:block;
	border-top:#F6F2F2 1px solid;
	border-bottom:none;
	font-size:11px;
	line-height:15px;
}
#side #menu ul li ol li a {
	display:block;
	padding: 8px 0px 7px 20px;
	background:#FDFBFB;
	position:relative;
}
#side #menu ul li ol li a:hover {
	background:#F9F1F1;
}

#side #menu ul li ol li a:before {
display: block;
content: "";
position: absolute;
top: 50%;
left: 8px;
width: 3px;
height: 3px;
margin: -3px 0 0 0;
border-top: solid 2px #B45064;
border-right: solid 2px #B45064;

-webkit-transform: rotate(45deg);
        transform: rotate(45deg);
}


/* =========== Page CONTENTS =========== */

#main .alignleft {
	float:left;
	margin: 0px 0px 20px 30px;
}
#main .alignright {
	float:right;
	margin:0px 0px 10px 20px;
}
#main section h2 {
	display:block;
	clear:both;
	background:url(../img/tit.png) no-repeat;
	height:35px;
	line-height:35px;
	font-size:16px;
	color:#FFF;
	padding:5px 10px 0px 20px;
	margin: 0px 0px 30px 0px;
}
#main section h3 {
	display:block;
	clear:both;
	font-size:16px;
	margin: 10px 30px 10px 30px;
	line-height:30px;
	color:#5A9632;
}
#main section p {
	margin:0px 30px 20px;
	overflow:hidden;
}

#main section #photo {
}
#main section #photo:after {
	display:block;
	content:"　";
	width:250px;
	height:10px;
	background:url(../img/page/p_shadow.png) no-repeat top center;
	padding-bottom:10px;
}
#main section .photo img {
	padding: 5px 5px 5px 5px;
	background:#FFF;
}
#main section .photo:after {
	display:block;
	content:"　";
	width:250px;
	height:10px;
	background:url(../img/page/p_shadow.png) no-repeat top center;
	padding-bottom:10px;
}


/* =========== wp ブログ =========== */
#blog #main section {
}
#blog #main section h2 {
	display:block;
	clear:both;
	background:#FF7BAC;
	height:auto;
	line-height:24px;
	font-size:16px;
	color:#FFF;
	padding:10px 10px 6px 20px;
	margin: 0px 0px 30px 0px;

	border-radius: 6px;        /* CSS3草案 */  
  -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
  -moz-border-radius: 6px;   /* Firefox用 */
}
#blog #main section h2 a {
	color:#FFF;
}
#blog #main section .post_data {
	display:block;
	font-size:12px;
	text-align:right;
	margin:-20px 5px 40px;
	padding:0px 10px 2px;
	border-bottom:#999 1px solid;
}
#blog #main section #post_area {
	display:block;
	margin:0px 30px 20px;
	overflow:hidden;
}
#blog #main section #post_area p {
	margin:0px;
	overflow:hidden;
	line-height:2em;
}
#blog #main section #post_area p span {
	line-height:1.5em;
}
#blog #main section #post_area img {
	padding: 5px 5px 5px 5px;
	background:#FFF;
}

#blog #main section #post_area h1 {
	display:inline-block;
	background:none;
	height:auto;
	line-height:1.5;
	font-size:36px;
	color:#B45064;
	padding: 5px;
	margin: 0px;
}
#blog #main section #post_area h2 {
	display:inline-block;
	font-size:24px;
	background:none;
	color:#B45064;
	padding: 5px;
	margin: 0px;
}
#blog #main section #post_area h3 {
	display:inline-block;
	font-size:18px;
	margin: 5px;
	line-height:1.5;
	color:#B45064;
}
#blog #main section #post_area h4 {
}
#blog #main section #post_area h5 {
}
#blog #main section #post_area h6 {
}
#blog #main section #post_area address {
}
#blog #main section #post_area pre {
}


/* サイド カテゴリー */

#side #category {
	border:#E6E6E6 5px solid;
	padding: 0px;
	background:#FFF;
	margin-bottom:20px;
}
#side #category .menu_tit {
	display:block;
	background:url(../img/side/tit_menu.png) no-repeat top left;
	height:35px;
	line-height:35px;
	color:#B45064;
	font-size:14px;
	font-weight:bold;
	padding:0px 0px 0px 10px;
}
#side #category ul {
	display:block;
	overflow:hidden;
	padding:0px;
	margin:0px;
}
#side #category ul li {
	display:block;
	border-bottom:#E6E6E6 1px solid;
	font-size:12px;
	line-height:40px;
}
#side #category ul li a {
	display:block;
	padding:0px 10px;
}
#side #category ul li a:hover {
	background:#F9F1F1;
}
#side #category ul li:last-child {
	border-bottom:none;
}


/* サイド 最新記事 */

#side #new {
	border:#E6E6E6 5px solid;
	padding: 0px;
	background:#FFF;
	margin-bottom:20px;
}
#side #new .menu_tit {
	display:block;
	background:url(../img/side/tit_menu.png) no-repeat top left;
	height:35px;
	line-height:35px;
	color:#B45064;
	font-size:14px;
	font-weight:bold;
	padding:0px 0px 0px 10px;
}
#side #new ul {
	display:block;
	overflow:hidden;
	padding:0px;
	margin:0px;
}
#side #new ul li {
	display:block;
	border-bottom:#E6E6E6 1px solid;
	font-size:12px;
	line-height:24px;
}
#side #new ul li a {
	display:block;
	padding:9px 10px 7px 10px;
}
#side #new ul li a:hover {
	background:#F9F1F1;
}
#side #new ul li:last-child {
	border-bottom:none;
}
#side #new ul li.newpost a {
	position:relative;
	padding-right:30px;
}
#side #new ul li.newpost a:after {
	position:absolute;
	content:"NEW";
	display:block;
	font-size:9px;
	color:#FFF;
	background:#C00;
	line-height:16px;
	padding:1px 3px 0px;
	top:12px;
	right:5px;
	border-radius: 6px;        /* CSS3草案 */  
  -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
  -moz-border-radius: 6px;   /* Firefox用 */
}




/* consultation 就職相談  */
#around {
}
table {
	width:640px;
	margin:0px 30px 20px;
	border:5px solid #E6E6E6;
	font-size:13px;
	background:#FFF;
}
table.tfirst {
	margin-bottom:40px;
}
table thead tr {
	line-height:30px;
	font-size:12px;
	background-color:#FAF9F7;
}
table tr.year th {
	line-height:15px;
	font-size:12px;
	font-weight:bold;
	text-align: left;
}
	
table thead tr th {
	font-weight:bold;
}
table thead tr td {
	font-weight:bold;
}
table tr {
	line-height:20px;
}
table tr th {
	font-weight:normal;
	border-bottom:1px solid #E6E6E6;
	text-align:left;
	padding: 10px 15px 10px 15px;
}
table tr td {
	border-bottom:1px solid #E6E6E6;
	border-left:1px solid #E6E6E6;
	text-align:left;
	padding: 10px 15px 10px 15px;
}
table tbody tr:nth-child(even) {
	background-color:#FAF9F7;
}
table tbody tr th {
	text-align:center;
}
table tfoot tr th {
	line-height:1.5;
	font-weight:normal;
	border-bottom:none;
	text-align:left;
	padding: 10px 15px 10px 15px;
}
table tfoot tr th dl {
	margin:0px;
	padding:0px;
}
table tfoot tr th dl dt {
	float:left;
}
table tfoot tr th dl dd {
	padding: 0px 0px 0px 60px;
}
#pc ul {
	display: block;
	overflow:hidden;
	box-sizing: border-box;
	width:640px;
	margin:0px 30px;
	padding:1em 30px;
	border:1px solid #E6E6E6;
	font-size:13px;
	background:#FFF;
}
#pc ul li {}

/* 20250602 追加 */
#pc {}
#pc p {
	padding-left: 1em;
}
#pc p em {
color: red;
	padding-left: 1em;
}
#pc dl {
	display: block;
	overflow:hidden;
	box-sizing: border-box;
	width:640px;
	margin:0px 30px;
	padding:1em 30px;
	border:5px solid #5A9632;
	font-size:14px;
	background:#FFF;
}
#pc dl dt,#pc dl dd {
	line-height: 2em;
}
#pc dl dt {
	font-weight: bold;
	color: #5A9632;
}
#entry {}
#entry a.btn {
display:inline-block;
font-size:13px;
height:30px;
line-height:30px;
padding: 2px 20px 0px 20px;
color:#FFF;
background:#5EB310;
}
#entry a.btn:hover {
	text-decoration:none;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
#entry p {
	padding-left: 1em;
}
#entry p em {
font-weight: bold;
}


/* ACCESS アクセス */
#access #map {
	border:5px solid #E6E6E6;
	margin:0px 30px;
}

/* INFORMATION 相談登録 */


#main .entryform_box {
	margin: 0px 30px 40px;
	border:#5A9632 solid 1px;
	padding: 5px 20px 20px 20px;
	overflow:hidden;
}
#main .entryform_box h4 {
	margin:0px;
	color:#5A9632;
	line-height:40px;
}
#main .entryform_box p {
}
#main .entryform_box p.add {
	display:block;
	overflow:hidden;
	margin:-10px 10px 20px;
	padding: 5px 10px;
	background:#FFF;
}

#main .entryform_box .entry_btn form input {
	display:block;
	height:40px;
	width:400px;
	line-height:40px;
	padding: 1px 0px 0px 0px;
	color:#FFF;
	background:#5A9632;
	border-style: none;
}
#main .entryform_box .entry_btn form:hover {
	text-decoration:none;
	color:#B45064;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
#main .entryform_box .entry_btn {
	display:block;
	float:none;
	width:400px;
	margin:0px auto;
}
#main .entryform_box .entry_btn a {
	display:block;
	height:40px;
	width:400px;
	line-height:40px;
	padding: 2px 0px 0px 0px;
	color:#FFF;
	background:#5A9632;
	text-align:center;
	
	border-radius: 4px;        /* CSS3草案 */  
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 4px;   /* Firefox用 */
}


#job-info {
}
#job-info h2 span {
	float:right;
	display:block;
}
#job-info h4 {
	margin:0px 30px 5px;
	padding-bottom:5px;
	border-bottom:#960 2px solid;
	text-indent:15px;
}
#job-info .date {
	font-size:12px;
	text-align:right;
	margin:0px 30px 20px;
}
#job-info p {
}
#job-info p a.pdf-dl {
	display:block;
	background:#5A9632;
	text-align:center;
	color:#FFF;
	font-size:16px;
	margin:10px auto;
	line-height:40px;

	border-radius: 4px;        /* CSS3草案 */  
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 4px;   /* Firefox用 */
}

#job-info p a:hover.pdf-dl {
	background:#F30;
}







