/*
Theme Name: 求人テーマ
*/

/*----------------------------------
reset
----------------------------------*/

html, body, div, p, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6,
blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}

ol, ul {
list-style: none;
}

blockquote, q {
quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

/*---------------------------------------------------------
共通
---------------------------------------------------------*/

body {
	font-size: 18px;
	-webkit-text-size-adjust: none;
	font-family: Arial, Roboto, “Droid Sans”, “メイリオ”, Meiryo,“ヒラギノ角ゴ ProN W3″, “Hiragino Kaku Gothic ProN”, sans-serif;
	word-break: break-all;
	margin: 0;
	padding: 0;
}

.center {
	display: block;
	text-align: center;
	margin: 0 auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.pc {
	display: block;
}

.mobi {
	display: none;
}

.wrapper {
	width: 950px;
	margin: 20px auto 0;
}

.wrapper2 {
	width: 950px;
	margin: 20px auto;
	overflow: hidden;
}

strong {
	font-weight: bold;
}

#content {
	float: right;
	width: 630px;
	margin-bottom: 60px;
}

a:hover img {
	opacity: 0.6;
}

img.prof {
	display: block;
	margin-right: 10px;
	margin-bottom: 50px;
	width: 40%;
	height: auto;
}

img.office {
	display: block;
	margin-bottom: 30px;
}

img.office:last-child {
	margin-bottom: 0;
}

/*---------------------------------------------------------
グローバルメニュー
---------------------------------------------------------*/

#pc-menu {
	display: none;
	background: #6A9634;
	overflow: hidden;
}

#pc-menu ul {
	width: 950px;
	margin: 0 auto;
}

#pc-menu li {
	float: left;
	width: 118px;
	border-left: 1px dashed #fff;
	box-sizing: border-box;
}

#pc-menu li:last-child {
	border-right: 1px dashed #fff;
}

#pc-menu li a {
	display: block;
	height: 50px;
}

#pc-menu li a img {
	display: block;
	margin: 0 auto;
	padding-top: 15px;
}

#pc-menu li a:hover {
	opacity: 0.6;
}

/*---------------------------------------------------------
header
---------------------------------------------------------*/

header {
	width: 950px;
	margin: 20px auto;
	overflow: hidden;
}

header h1,#head {
	width: 400px;
	float: left;
}

#head-content {
	width: 520px;
	margin-top: 5px;
}

#tel span {
	display: inline-block;
	width: 100px;
	background: #008000;
	color: #fff;
	padding: 5px;
	border-radius: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
}

#address span {
	display: inline-block;
	width: 100px;
	background: #ff8800;
	color: #fff;
	padding: 5px;
	border-radius: 5px;
	margin-right: 10px;
	text-align: center;
}

/*---------------------------------------------------------
一覧
---------------------------------------------------------*/

#list ul li {
	margin-right: 20px;
	margin-bottom: 20px;
	width: 100%;
}

#list ul li a {
	display: block;
	background: #FFC7AF; /*トップページのリンクボタンの背景色*/
	border-bottom: 10px solid #ff8800;
	padding: 40px;
	box-sizing: border-box;
	font-size: 25px;
	color: #000;
	text-decoration: none;
}

#list ul li a:hover {
	opacity: 0.6;
}

/*---------------------------------------------------------
個別ページ
---------------------------------------------------------*/

/*パンくずリストの設定*/
.breadcrumbs {
	margin-bottom: 20px;
	width: 630px;
	float: right;
}

#title,#main-title h1 {
    color: #fff;
    background-image: url(images/page-title1.png),url(images/page-title3.png),url(images/page-title2.png);
    background-position: top,bottom,center;
    background-repeat: no-repeat,no-repeat,repeat-y;
    background-size: 100%;
    padding: 20px;
    margin-bottom: 20px;
    font-size: 25px;
	font-weight: bold;
	clear: both;
}

.title {
	width: 630px;
	float: right;
	margin-bottom: 20px;
}

.title h2 {
	background: #9BC426; /*背景色を指定*/
	color: #fff; /*文字色を指定*/
	padding: 5px 0;
	text-align: center;
	font-size: 20px;
}

#page h2 {
	clear: both;
	background: #FFC7AF;
	border-bottom: 5px solid #ff8800; /*各ページの小見出しの下線の色を指定*/
	padding: 10px;
	margin-bottom: 10px;
	color: #000;
	font-weight: bold;
}

.page-text {
	margin-bottom: 60px;
	overflow: hidden;
}

/*---------------------------------------------------------
募集要項のCSS
---------------------------------------------------------*/

#oubo-info {
	margin: 5% 0;
}

#oubo-info dl {
	width: 100%;
	border: 2px solid #ccc;
	border-top: 0;
	box-sizing: border-box;
	background: #D6F6AE;
}

#oubo-info dt {
	float: left;
	width: 30%;
	border-top: 2px solid #ccc;
	padding: 10px;
	box-sizing: border-box;
}

#oubo-info dd {
	background: #fff;
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
	padding: 10px;
	box-sizing: border-box;
	margin-left: 30%;
}

/*---------------------------------------------------------
応募フォームのCSS
---------------------------------------------------------*/

#oubo-form h2 {
	background: #6A9634;
	color: #fff;
	padding: 10px;
	text-align: center;
	margin-top: 20px;
	border-bottom: 0;
	margin-bottom: -42px;
}

dl#oubo {
	background: #efefef;
	border: 2px solid #ccc;
	border-top: 0;
	box-sizing: border-box;
	margin-bottom: 20px;
}

dl#oubo dt {
	float: left;
	width: 35%;
	border-top: 2px solid #ccc;
	padding: 10px;
	box-sizing: border-box;
	clear: both;
}

dl#oubo dd {
	margin-left: 35%;
	background: #fff;
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
	padding: 10px;
	box-sizing: border-box;
	line-height: 30px;
}



dl#oubo dd input[type="text"] {
	width: 100%;
	font-size: 17px;
	padding: 5px;
	box-sizing: border-box;
	-webkit-appearance: none;
	border: 1px solid #ccc;
}

dl#oubo dd input#year {
	width: 100px;
}

dl#oubo dd input.md {
	width: 50px;
	margin-left: 10px;
}

dl#oubo dd textarea {
	width: 100%;
	height: 200px;
	font-size: 17px;
	padding: 5px;
	box-sizing: border-box;
	-webkit-appearance: none;
	border: 1px solid #ccc;
}

dl#oubo dd select {
	font-size: 17px;
}

dl#oubo dt span {
	color: #ff0000;
}

input[type="submit"] {
	background: #ff8800;
	color: #fff;
	border-radius: 10px;
	width: 200px;
	text-align: center;
	padding: 10px;
	margin-right: 10px;
	border: 0;
	cursor: pointer;
	font-size: 17px;
}

input[type="reset"] {
	background: #6A9634;
	color: #fff;
	border-radius: 10px;
	width: 200px;
	text-align: center;
	padding: 10px;
	border: 0;
	cursor: pointer;
	font-size: 17px;
}

input[type="submit"]:hover,input[type="reset"]:hover {
	opacity: 0.6;
}

.dl2 {
	height: 95px;
}

.dl3 {
	height: 220px;
}

/*---------------------------------------------------------
sidebar
---------------------------------------------------------*/

sidebar {
	float: left;
	width: 300px;
	margin-bottom: 60px;
}

sidebar ul li {
	margin-bottom: 20px;
}

sidebar ul li:last-child {
	margin-bottom: 0;
}

sidebar ul li img {
	width: 100%;
	height: auto;
}

sidebar ul li a.text {
	display: block;
	background: #ff8800;
	padding: 25px;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 25px;
	font-weight: bold;
    box-shadow: #d2691e 0px 5px;
	border-radius: 10px;
}

sidebar ul li a.text:hover {
	transform: translate3d(0, 3px, 0);
    box-shadow: none;
}

sidebar ul li a img:hover {
	opacity: 0.6;
}

/*---------------------------------------------------------
footer
---------------------------------------------------------*/

footer {
	width: 950px;
	margin: 0 auto;
	background: #5E0B0A; /*背景色を指定*/
	color: #fff; /*文字色を指定*/
	padding: 20px;
	text-align: center;
	clear: both;
}



#keiri {
	background: #ffc;
	padding: 10px;
	margin-bottom: 20px;
	border: 7px solid #ff8800;
	box-sizing: border-box;
}