* {
	border: none;
	margin: 0px;
	padding: 0px;
}

html {
	min-width: 1200px;
	overflow-y: scroll;
}

body {
	color: black;
	font-family: YuGothic, "Yu Gothic", sans-serif;
	font-weight: 500;
}

.sp {
	display: none;
}

h1,
h2,
h3,
h4 {
	text-align: center;
	font-weight: bold;
}

h2.title {
    padding: 10px 0px 25px 0px;
	width: 380px;
	margin: auto;
}

h2.title img {
	width: 100%;
	height: auto;
}

div.body h2 {
	border-left: 10px solid #9f9a49;
	font-size: 150%;
	line-height: 1em;
	margin: 25px 0px;
	padding: 3px 0px 0px 15px;
	text-align: left;
}

h3.title {
    padding-bottom: 10px;
    font-size: 20px;
}

h4.title_square {
    border-left: 8px solid #9f9a49;
	line-height: 1em;
	text-align: left;
	padding-left: 10px;
}

p {
	line-height: 1.8em;
	margin: 10px 0px;
	text-align: justify;
	text-justify: distribute;
}

strong {
	font-weight: bold;
}

p.mn {
	margin: 0px;
}

p.right {
	text-align: right;
}

p.mn-right {
	margin: 0px;
	text-align: right;
}

p.center {
	text-align: center;
}

p.mn-center {
	margin: 0px;
	text-align: center;
}

sup,
sub {
	font-size: 80%;
	line-height: 4px;
	vertical-align: top;
}

a {
	color: white;
	font-weight: 500;
	overflow: hidden;
}

a.black {
	color: black;
	font-weight: 500;
	overflow: hidden;
}

a.bold {
	color: white;
	font-weight: bold;
	overflow: hidden;
}

a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	opacity: 0.70;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

a.link-btn,
span.link-btn a {
	background: url(images/link_btn.png) right 10px center no-repeat #777237;
	border-radius: 5px;
	color: white;
	font-weight: bold;
	padding: 15px 60px;
	text-align: center;
	text-decoration: none;
}

a.link-btn-prev,
span.link-btn-prev a {
	background: url(images/link_btn_prev.png) 10px center no-repeat #777237;
	border-radius: 5px;
	color: white;
	font-weight: bold;
	padding: 15px 60px;
	text-align: center;
	text-decoration: none;
}

a.link-green {
    background: url(images/top_style_btn_futsu.png)no-repeat center top;
}

a.link-red {
    background: url(images/top_style_btn_kasou.png)no-repeat center top;
}

a.link-purple {
    background: url(images/top_style_btn_ichinichi.png)no-repeat center top;
}

a.link-blue {
    background: url(images/top_style_btn_gojitsu.png)no-repeat center top;
}

a.link-brown {
    background: url(images/top_style_btn_brown.png)no-repeat center top;
}

a.link-yellow {
    background: url(images/top_style_btn_yellow.png)no-repeat center top;
}

ul {
	list-style-type: none;
}

ol {
	line-height: 1.5em;
	margin-left: 2em;
}

ol li {
	margin: 7px 0px;
}

sup {
	line-height: 1em;
}

table {
	border-collapse: collapse;
	line-height: 1.8em;
	width: 100%;
}

span.gray {
	color: gray;
}

span.red {
	color: red;
}

span.xx-large {
	font-size: 200%;
	line-height: 1.5em;
}

span.x-large {
	font-size: 150%;
	line-height: 1.5em;
}

span.large {
	font-size: 125%;
	line-height: 1.5em;
}

span.small {
	font-size: 85%;
	line-height: 1.6em;
}

ul.list,
div.body ul {
	line-height: 1.2em;
    padding: 10px 0px;
}

ul.list li,
div.body ul li {
	background: url(images/ul_list_li.png) no-repeat 5px 12px;
	display: block;
	padding: 6px 0px 6px 24px;
}

ul.notelist {
	list-style-type: none;
}

ul.notelist li {
	line-height: 1.5em;
	padding: 10px 0px;
	text-indent: -1em;
    color: #5a5a5a;
	text-align: justify;
}

ul.notelist li span.maker {
	margin-right: 0.2em;
}

div.space10px {
	clear: both;
	font-size: 5px;
	height: 10px;
}

div.space15px {
	clear: both;
	font-size: 5px;
	height: 15px;
}

div.space20px {
	clear: both;
	font-size: 5px;
	height: 20px;
}

div.space50px {
	clear: both;
	font-size: 5px;
	height: 50px;
}

/***********************************************************************/
div.recruit-list {
	display: table;
}

div.recruit-list h4 {
	background: white;
	border-bottom: 10px solid #f3f3f3;
	border-right: 10px solid #f3f3f3;
	display: table-cell;
	font-size: 140%;
	vertical-align: middle;
	width: 290px;
}

div.recruit-list ul {
	background: white;
	display: table-cell;
	width: 780px;
}

div.recruit-list ul li {
	border-bottom: 10px solid #f3f3f3;
}

div.recruit-list ul li a {
	background: url(images/top_btn_next.gif) no-repeat right center;
	display: block;
	padding: 20px 20px 20px 30px;
	text-decoration: none;
}

div.recruit-list ul li a span.category {
	display: table-cell;
	vertical-align: middle;
	width: 130px;
}

div.recruit-list ul li a span.category span {
	color: white;
	display: block;
	font-size: 85%;
	padding: 3px 0px;
	text-align: center;
}

div.recruit-list ul li a span.category span.fulltime {
	background: #08b1e2;
}

div.recruit-list ul li a span.category span.partner {
	background: #005daf;
}

div.recruit-list ul li a span.category span.independence {
	background: #00a248;
}

div.recruit-list ul li a span.datetitle {
	display: table-cell;
	padding: 0px 35px;
	vertical-align: middle;
	width: 590px;
}

div.recruit-list ul li a span.datetitle span {
	display: block;
	font-size: 85%;
	padding-bottom: 8px;
}

div.recruit-list ul li a span.datetitle strong {
	font-size: 110%;
	text-decoration: underline;
}

span.caption {
	font-size: 150%;
	font-weight: bold;
	line-height: 3em;
}

ul.detail-list {
    text-align: center;
}

ul.detail-list li {
    display: inline-block;
    width: 358px;
}

ul.menubtn li.left {
	float: left;
	width: 455px;
}

ul.menubtn li.right {
	float: right;
	width: 455px;
}

ul.menubtn a {
	background: white;
	color: black;
	display: block;
	padding: 50px 0px;
	text-align: center;
	text-decoration: none;
}

ul.menubtn a span.title {
	display: block;
	padding-bottom: 40px;
}

ul.menubtn a ul {
	padding: 3px 0px;
}

ul.menubtn a ul li {
	display: inline;
}

table.list-table th {
	background-color: #666666;
	border: 1px solid white;
	color: white;
	padding: 15px 25px;
	text-align: center;
}

table.list-table tr.header th {
	background-color: #494949;
}

table.list-table th span.no {
	display: block;
	font-weight: bold;
	font-size: 130%;
	padding-bottom: 5px;
}

table.list-table th em.bodai {
	display: block;
	font-size: 80%;
	font-weight: 500;
	font-style: normal;
	line-height: 1.2em;
}

table.list-table th span.sp-t {
	display: none;
}

table.list-table td {
	background-color: #d3d3d3;
	border: 1px solid white;
	text-align: center;
	padding: 15px 25px;
}

table.list-table td.list {
	width: 600px;
	text-align: left;
}

table.detail-table {
    table-layout: fixed;
}

table.detail-table th {
	border: 1px solid #eaeaea;
	color: white;
	padding: 8px 25px;
    text-align: center;
    width: 115px;
    height: 30px;
}

table.detail-table td {
	border: 1px solid #eaeaea;
	text-align: left;
    padding: 5px 20px;
}

table.detail-table td em {
	font-size: 80%;
}

table.area-table {
	border-top: 1px solid white;
}

table.area-table tr {
	border-bottom: 1px solid white;
}

table.area-table th {
	background-color: #847f3f;
	padding: 5px 0px;
	width: 35%;
}

table.area-table td {
	padding: 5px 0px 5px 20px;
}

table.area-table td.ku {
	background-color: #9f9a49;
	text-align: center;
	padding-left: 0px;
	width: 15%;
}

table.form-table tr {
	border-bottom: 1px solid #cbc68e;
	border-top: 1px solid #cbc68e;
    vertical-align: top;
}

table.form-table th {
    width: 20%;
    padding-top: 20px;
}

table.form-table td {
    padding: 20px 0px;
}

table.form-table td.e {
	padding: 20px;
}

table.form-table td span.comment {
	color: gray;
	margin-left: 5px;
}

input,
textarea,
select {
    background-color: #ececec;
	font-size: 95%;
	margin-right: 10px;
	padding: 5px 10px;
}

select.type {
}

textarea {
	font-family: Meiryo,sans-serif;
	height: auto;
	padding: 5px;
	width: 480px;
}

input.radio,
input.checkbox {
	border: none;
	padding: 0px;
}

input.submit {
	background: url(images/link_btn.png) #777237 no-repeat right 10px center;
	border: none;
	color: white;
	font-size: 140%;
	font-weight: bold;
	line-height: 1em;
	padding: 18px 100px 18px 100px;
	text-decoration: none;
    border-radius: 10px;
}

input.submit:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}

body#form table.form-table th,
body#form table.form-table td {
	padding: 18px;
}

body#form table.form-table td {
	padding-left: 10px;
}

body#form table.form-table td table th,
body#form table.form-table td table td {
	padding-bottom: 0px;
	padding-top: 0px;
}

body#form #pagenav ul li#pagetop {
	display: none;
}

body#form pre {
	border-bottom: 1px solid #dadada;
	border-top: 1px solid #dadada;
	color: red;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.8em;
	padding: 30px 0px;
}

body#form div.thankstext p {
	text-align: center;
}

/***********************************************************************/
#header-bg {
	background-color: #9f9a49;
}

#header {
    height: 130px;
	margin: 0px auto;
	padding-top: 25px;
	width: 1080px;
}

#header #header-logo {
	float: left;
	width: 91px;
}

#header-right {
    float: right;
}

#header-mail {
	float: right;
    padding-left: 20px;
}

#header-tel {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	float: right;
    height: 50px;
    padding: 3px 10px 0px 10px;
}

#header-tel a {
    text-decoration: none;
    font-weight: bold;
}

#header-tel span.free {
    display: table-cell;
	vertical-align: middle;
}

#header-tel span.number {
    display: table-cell;
    color: white;
    font-weight: bold;
    font-size: 190%;
    padding-left: 17px;
	vertical-align: middle;
}

#header-contact-sp {
    display: none;
}

#sp-icon {
	display: none;	
}

ul#menu {
	display: none;	
}

ul#gnav {
    text-align: right;
    clear: both;
    padding-top: 30px;
}

ul#gnav li {
    display: inline;
    padding-left: 30px;
	font-size: 90%;
}

ul#gnav li a {
    color: white;
    font-weight: bold;
    text-decoration: none;
}

#maintitle {
	background-position: center top;
	background-repeat: no-repeat;
	height: 300px;
}

#maintitle h1 {
	padding-top: 100px;
}

div.bg-gray {
	background: #eaeaea;
	clear: both;
}

div.main {
	margin: 0px auto;
	width: 1080px;
}

div.main-s {
	margin: 0px auto;
	width: 900px;
}

div.bg-green {
    background-color: #c2e1de;
}

div.bg-red {
    background-color: #eed9d9;
}

div.bg-purple {
    background-color: #e4dee9;
}

div.bg-blue {
    background-color: #d7e1eb;
}

ul.style {
	text-align: center;
}

ul.style li {
	width: 350px;
	display: inline-block;
	border: 2px solid white;
	border-radius: 15px;
	background-color: #494949;
}

ul.style li div.title-container {
	border-radius: 10px 10px 0px 0px;
}

ul.style li div.title-container img {
	width: 350px;
	margin: auto;
	height: auto;
	border-radius: 10px 10px 0px 0px;
}

ul.style li div.title-container div.title {
	width: 250px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 20px;
}

ul.style li div.title-container div.title img {
	width: 100%;
	height: auto;
}

ul.style li div.title-container p {
	padding: 0px 20px;
	color: white;
	text-align: center;
}

ul.style li div.title-container a {
	display: block;
	width: 200px;
	padding: 12px 0px;
	text-decoration: none;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 20px;
}

ul.style li div.title-container div.price img {
	width: 280px;
	margin: auto;
	height: auto;
}

ul.style li div.title-container div.flow img {
	width: 300px;
	margin: auto;
	height: auto;
	padding: 20px 0px 30px 0px;
}

table.style-table {
	margin: 0px 20px 20px 20px;
	width: 310px;
}

ul.style li table.style-table tr {
	border: 3px solid #494949;
}

ul.style li table.style-table th {
	background-color: #c0c0c0;
	padding: 8px 15px;
}

ul.style li table.style-table td {
	background-color: white;
	text-align: left;
	padding: 8px 15px; 
}

ul.style li table.style-table td ul.list li {
	width: 100%;
	display: block;
	border: none;
	background-color: none;
	background: url(images/ul_list_li.png)no-repeat left center;
	text-align: left;
	padding-left: 13px;
}

ul.style li table.style-table td table.placelist tr {
	border: none;
}

ul.style li table.style-table td table.placelist tr.b {
	border-top:1px solid #494949;
	border-bottom:1px solid #494949;
}

ul.style li table.style-table td table.placelist th {
	background-color: white;
	font-weight: 500;
	font-size: 85%;
	padding: 10px 15px; 
}

ul.style li table.style-table td table.placelist td {
	font-weight: 500;
	font-size: 85%;
	text-align: center;
	padding: 5px 15px; 
}

ul.style li table.style-table td table.placelist td em {
	display: block;
	font-size: 75%;
	line-height: 1em;
}

div.option-container {
	padding: 50px 0px;
}

div.option-container img {
	width: 530px;
	height: auto;
}

div.option-container img.right {
	float: right;
	clear: both;
}

div.flow-container {
    text-align: center;
}

div.flow-container ul.flow li {
    -ms-writing-mode: tb-rl; /* for IE */
    writing-mode: vertical-rl;
    display: inline-block;
    vertical-align: middle;
}

div.flow-container ul.flow li div.text {
    height: 210px;
    padding: 0px 20px;
    border-radius: 30px;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 120%;
    border:10px solid #eaeaea; 
}

div.flow-container div.cursor-df {
    text-align: center;
    padding-left: 5px;
}

div.flow-container div.cursor-sp {
    display: none;
}

div.flow-container p.sup {
    text-align: center;
    font-size: 85%;
}

div.flow-container ul.flow li.schedule-df {
	-ms-writing-mode: lr-tb; /* for IE */
	writing-mode: horizontal-tb;
    display: block;
}

div.flow-container ul.flow li.schedule-df table.schedule-table tr.line th,
div.flow-container ul.flow li.schedule-df table.schedule-table tr.line td {
    border: 2px solid black;
	border-top: none;
	height: 20px;
}

div.flow-container ul.flow li.schedule-df table.schedule-table tr.text th,
div.flow-container ul.flow li.schedule-df table.schedule-table tr.text td {
    font-weight: bold;
	font-size: 90%;
}

div.flow-container div.schedule-sp {
	display: none;
}







div.notices {
    background-color: #7d7d7d;
    width: 800px;
    margin: auto;
    border-radius: 30px;
    padding: 20px ;
    color: white;
    text-align: center;
}

div.notices h3 {
    border-bottom: 1px solid white;
    display: inline;
    padding: 0px 10px 5px 10px;
}

div.notices span {
    border-bottom: 1px dotted white;
}

div.total p.total {
    text-align: center;
    font-size: 200%;
    font-weight: bold;
}

div.total p.total span.total {
    background: #9f9a49;
    color: white;
    padding: 5px 12px 3px 12px;;
    border-radius: 12px;
    vertical-align: text-bottom;
    font-size: 90%;
}

div.total p.total span.cost {
    font-size: 200%;
    padding: 0px 10px 0px 20px ;  
}


div.contents div.left {
    display: table-cell;
    vertical-align: middle;
    width: 300px;
}

div.contents div.right {
    display: table-cell;
    vertical-align: middle;
    width: auto;
    padding-left: 40px;
}

div.contents div.right h3 {
    text-align: left;
    border-bottom: 1px solid #9f9a49;
}





#areamap {
	background-color:#b4ad5c ;
	padding: 50px 0px;
	color: white;
}

#areamap div.hamamatsu,
#areamap div.iwata,
#areamap div.kakegawa {
	margin-top: 30px;
}


#areamap div.map {
	display: table-cell;
	vertical-align: middle;
	width:300px;
	padding-right: 30px;
}

#areamap div.map-detail {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

#areamap div.map-detail h4 {
	text-align: left;
	padding-left: 8px;
	margin-bottom: 10px;
	font-size: 120%;
	border-left: 20px solid #847f3f;
	line-height: 1em;
}

#contact {
	background-color:#9f9a49 ;
	color: white;
	padding: 50px 0px;
	text-align: center;
}

#contact h4 {
    font-size: 120%;
	padding: 10px 0px;
}

#contact p.tel {
	text-align: center;
	display: block;
	width: 520px;
	margin: auto;
	padding-bottom: 10px;
}

#contact p.tel span.img {
	display: table-cell;
	vertical-align: middle;
}

#contact p.tel span.df {
	font-size: 400%;
	font-weight: bold;
	line-height: normal;
	padding-left: 15px;
	display: table-cell;
	vertical-align: middle;
}

#contact p.tel a {
	font-weight: bold;
	line-height: normal;
    color: white;
    text-decoration: none;
}

#contact div.mail {
    width: 400px;
    margin: auto;
}

#footer {
	background: url(images/footer_bg.gif)repeat;
    color: white;
}

#footer-nav-container {
	background-color: #3d3d3d;
	padding: 10px 0px;
}		

#footer #footer-nav {
	padding: 5px 0px;
	text-align: center;
}

#footer #footer-nav li {
	border-left: 1px solid #d1cd9b;
	display: inline;
	padding: 0px 25px;
	font-size: 82%;
}

#footer #footer-nav li:last-child {
	border-right: 1px solid #d1cd9b;
}

#footer #footer-nav li a {
	color: white;
	text-decoration: none;
}


#footer #info #subtitle {
    text-align: center;
    padding-bottom: 20px;
}

#footer #footer-logo {
    display: block;
	margin: 0px auto;
	padding: 10px 0px 25px 0px;
	width: 138px;
}

#footer p {
	color: white;
}

#footer p#copy {
	color: #bebebe;
	font-size: 80%;
	margin: 0px;
	padding: 40px 0px 20px 0px;
	text-align: center;
}

#footer address {
	color: white;
	font-style: normal;
	text-align: center;
}

#footer p#footer-tel,
#footer p#footer-mail {
	color: white;
	text-align: center;
}

#footer p#footer-tel a,
#footer p#footer-mail a {
	color: white;
	text-decoration: none;
    font-weight: bold;
}

#pagetop {
	bottom: 20px;
	position: fixed;
	right: 20px;
}

 
#pagetop a {
	display: block;
	height: 95px;
	width: 95px;
}

 