@charset "utf-8";


/* Layout */
html {
	font-size: 62.5%;/* font-sizeの基本を10px=1.0remに設定 */
}
body {
    background:scroll top left ;
    background-attachment:fixed;
    margin:0;
    padding:0;
    background-color: #FFFDE6;

    font-family: "ヒラギノ角ゴ ProN W3","HiraKakuPro-W3","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif, "Noto Sans CJK JP";
/*
    font-family: "ヒラギノ角ゴ ProN W3","HiraKakuPro-W3","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
*/
    font-size: 1.6rem;/* 16px */
}
/* padding と border の幅を要素の幅と高さに含める. */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* 一般要素 */
h1{
	margin: 0 0 10px 0;
	padding: 10px 5px 6px 10px;
	background-color: #ffffff;
	border: 1px solid #aaaaaa;
	font-weight: normal;
	font-size: 2.6rem;
}
h2 {
	margin: 5px 0 10px 0;
	padding: 0 0 0 10px;
	border-bottom: 3px solid #0062d9;
}
h3{
	margin: 10px 0 5px;
	padding: 2px 0 0 5px;
	border-left: 5px solid #0062d9;
}
a{
    color: #0040FF;
    text-decoration: none;
}
a:hover{
	color: #ff2800;
    text-decoration: underline;
}

img{
    border-style: none;/* IE8において画像をリンク設定時にまわりの青枠非表示 */
}
li {
  list-style-type: none;
}

fieldset{
	border: none;
}

input[type="radio"]{
	margin: -1px 3px 0 0;
}
label{
	display: inline-block;
}

#container {
	width: 980px;
	margin: 0 auto;
	padding: 0 10px;
	text-align: left;
}

/* ヘッダ */
#header {
	margin: 5px 0 0 0;
}
/* * ロゴ * */
#logo {
	padding: 10px;
	height: 150px;
  /* background: #aaaaaa url(../img/logo.jpg) no-repeat; */
	border: none;
	border-bottom: none;
	font-size: 3.0rem;
	font-weight: bold;
	color: #ffffff;
}
/* * ヘッダメニュー * */
#headerMenu{
	background-color: #ffffff;
}
#header-menu ul{
	list-style: outside none none;
	border: 1px solid #aaaaaa;
	font-weight: bold;
}
#header-menu li{
	border-right: solid 1px #aaaaaa;
}
#header-menu li:hover{
	background-color: #0062D9;
}
#header-menu a {
  display: block;
  padding: 8px 20px;
  text-decoration: none;
}
#header-menu a:hover{
	color: #ffffff;
}
/* ログインユーザーネーム */
div.login-user-name{
	margin: 3px 0 0 0;
	padding: 3px 16px 2px;
	border: 1px solid #e67e22;
	border-bottom: none;
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	background-color: #f39c12;
	line-height: 1.6rem;
	font-size: 1.4rem;
	color: #6C3A0D;
}
/* 管理者が操作している事業者名 */
div.ope-corp-name{
	margin: 3px 0 0 0;
	padding: 3px 16px 2px;
	border: 1px solid #0062d9;
	border-bottom: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #0062d9;
	line-height: 1.6rem;
	font-size: 1.4rem;
	color: #ffffff;
}
/* ユーザーメニュー */
#userMenu{
	margin: 0;
	border: 1px solid #e67e22;
	border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	background-color: #f39c12;
}
#login-menu li{
	border-right: 1px solid #e67e22;
}
#login-menu a{
	display: block;
	padding: 6px 15px;
	color: #ffffff;
	text-decoration: none;
}
#login-menu a:hover{
	background-color: #e67e22;
}

/* メッセージ */
#message {
  margin: 0;
}
div.message{
	margin: 5px 0 0 0;
	padding: 10px 20px;
	border: 3px solid #ffffff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #FFE428;
}
/* エラーメッセージ */
div.errors {
	margin: 5px 0 0 0;
	padding: 10px 20px;
	border: 3px solid #ffffff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #ff2800;
	color: #ffffff;
}
div.error {
	margin: 0 0 5px 0;
	font-size: 2rem;
}

/* メイン */
#contents {
	margin: 5px 0 5px 0;
}
#content{
	padding: 10px;
	background-color: #ffffff;
}
#crumbs{
	margin: 0 0 2px 0;
	font-size: 1.5rem;
}
#newsList, #offerList, #corpList {
	margin: 0 0 10px 0;
	background-color: #ffffff;
	border: 1px solid #aaaaaa;
}

/* 個票内のヘッドデータ */
div.head-data p{
	display: inline-block;
}

/* フッタ */
#footer {
	padding: 20px;
	min-height: 50px;
	background-color: #cccccc;
	text-align: center;
}

/* テーブル */
table{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #60AEE3;
}
table th, table td{
	padding: 3px 10px;
	border: 1px solid #aaaaaa;
	text-align: left;/* IE対応 */
	vertical-align: top;
}
table th{
	background-color: #f8f8f8;
}
table td{
	background-color: #ffffff;
	word-break: break-all;/* keep-allではURLが改行されない */
}
table td.contain-btn{
	width: 100px;
	text-align: center;
	vertical-align: middle;
}
table p.required{
	display: inline-block;
	margin: 0 0 0 10px;
	padding: 2px;
	float: right;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #ff2800;
	background-color: #ff2800;
	color: #ffffff;
	font-family: "MS PGothic", "Osaka", Arial, sans-serif;
	font-size: 1.3rem;
	font-weight: normal;
}

/* フォーム ------------------------------------------ */
form table{
	font-size: 1.5rem;
}
/* フォーム 入力項目幅 */
.middle{width: 50%!important;}
.short{width: 25%!important;}

table input[type="text"],
table textarea,
table select,
table input[type="number"]{
	padding: 5px;
	width: 92%;
	background-color: #ffffe0;
	border: 1px solid #c0a6a3;
	font-family: inherit;/* Chromeでfontが小さくなるのを避けるため必須 */
	font-size:1.6rem;
}
table textarea{
	min-height: 150px;
}
table input[type="checkbox"]{
	vertical-align: -0.1rem;
	margin: 0 3px 0 0;
}
/* --------------------------------------------------- */

/* テーブル - リスト表示 */
/* /corps/detail, /job_offers/detail, */
table.content{
	border: none;
}
table.content th, table.content td{
	border: 1px solid #aaaaaa;
}
table.content tr.group-separator + * > *{
	border-top: solid 2px #aaaaaa;
}
table.content th{
	width: 250px;
	background-color: #f8f8f8;
	font-weight: normal;
}
table.content tr.group-separator td{
	border: none;
	height: 10px;
}

/* ダイアログ - 一般設定 ----------------------------- */
div.ui-dialog, div.ui-widget{
	font-family: "ヒラギノ角ゴ ProN W3","HiraKakuPro-W3","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
}
div.ui-widget div.ui-widget-header{
	background: #cce5ff none repeat scroll 0 0;
	border: none;
}
/* --------------------------------------------------- */

/* 一般クラス */
.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

.text-top{
	margin: 0 10px 5px;
	padding: 5px 10px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #cce5ff;
	font-size: 1.5rem;
}
.bg-yellow{
	background-color: #ffe428;
}

/* float解除．floatを並べる親に設定 */
.clearfix {
  overflow: hidden;
}
.leftfix > * {
  float: left;
}
.left-float {
  float: left;
}
.right-float {
  float: right;
}

/* リスト(ul,li)クラス */
.list-box {
	display: block;
}
.list-row{
	display: table;
	width: 100%;
	padding: 10px;
	border-top: 1px solid #cccccc;
}
.list-row:first-child{
	background-color: #f8f8f8;
}
.list-row:hover{
	background-color: #ffffcc;
}
.list-row > * {
  display: table-cell;
}

.table {
  display: table;
  width: 100%;
  padding: 10px;
  border-top: 1px solid #cccccc;
}
.table-row:first-child {
  background-color: #f8f8f8;
}
.table-row {
  display: table-row;
}
.table-row > * {
  display: table-cell;
  border-bottom: 1px solid #cccccc;
}

.interval-short > * {
  margin-right: 5px;
}
.interval-middle > * {
  margin-right: 10px;
}
.interval-wide > * {
  margin-right: 20px;
}
.list-row.interval-middle > * {
  padding-right: 10px;
}

/* テーブル, リスト */
.group-separator + * > *{
  border-top: solid 2px #aaaaaa;
}

/* ime */
.ime-disabled {
  ime-mode: disabled;
}
.ime-active {
  ime-mode: active;
}
.ime-inactive {
  ime-mode: inactive;
}

/* アイコン */
.icon,
.tag-list > *{
	min-width: 60px;
	margin: 0 5px 5px 0;
	padding: 4px 5px 2px 5px;
	border: 1px solid #3498db;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background-color: #3498db;
	line-height: 1.0;
	text-align: center;
	color: #ffffff;
}

/* タグ */
.tag-list > * {
	border: 1px solid #FFC68C;
	background-color: #FFC68C;
	color: #000000;
	font-size: 1.4rem;
}

/* リストパネル */
.list-panel{
	margin: 10px 0 0 0;
	border: 1px solid #aaaaaa;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #ffffff;
}
li.list-panel:hover{
	background-color: #ffffcc;
}
.list-panel:first-child{
	margin: 0;
}
.list-panel a{
	display: block;
	padding: 10px;
	text-decoration: none;
}
.panel-base{
	display: table;
	width: 100%;
}
.panel-image{
  display: table-cell;
  vertical-align: top;
  width: 0px;
}
.panel-image img {
  padding: 0 10px 0 0;
  width: 110px;
}
.panel-image div{
	width: 120px;
	height: 90px;
	padding: 10px;
	border: 1px solid #aaaaaa;
	background-color: #ffffff;
	font-size: 1.2rem;
	color: #333333;
}
.panel-description{
	display: table-cell;
}
.list-item-title{
	font-size: 1.8rem;
}
.list-item-subtitle{
	font-weight: bold;
	color: #353526;
}
.list-item-text{
	font-size: 1.5rem;
	color: #004F14;
}
.list-item-modified{
	font-size: 1.4rem;
	text-align: right;
	color: #555555;
}
.corp-panel {
}
.joboffer-panel {
}
.jobhunter-panel {
}
.admin-news-panel {
}

/* ボタン-基本設定 ----------------------------------- */
button,
input[type="submit"],
.btn{
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid;
	border-color: #aaaaaa;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #f6f6f6;
	background-image: none;/* Firefoxモバイル版独自仕様解除 */
	color: #333333;
	font-family: inherit;/* 親要素を継承 */
	font-size: 1.6rem;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	-webkit-appearance: none;/* iOS Safari独自仕様解除 */
}
button:hover,
input[type="submit"]:hover,
.btn:hover{
	border-color: #888888;
	background-color: #e2e2e2;
	color: #333333;
	text-decoration: none;
}
/* ボタン-フォーカス時の黒点線の非表示 */
button:focus,
input[type="submit"]:focus,
.btn:focus{
	outline: none;
}
/* ボタン-フォーカス時の黒点線の非表示(Firefox) */
button::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
.btn::-moz-focus-inner{
	padding: 0;
	border: none;
}

/* ボタン-ラッパー */
.btn-wrapper{
	padding: 3px 0 5px 0;
}
.btn-wrapper button,
.btn-wrapper input[type="submit"],
.btn-wrapper .btn{
	margin: 0 10px 0 0;
	min-width: 80px;
}

/* page-interface */
.page-interface {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}
.page-interface > div {
  text-align: center;
}
.page-interface .page-interface__controller * {
  margin: 0 5px;
  line-height: 1.5em;
}

/* ボタン-paginator-controller.tpl ------------------- */
#paginator-ctrl-content{
	text-align: left;
}
/* ボタン-基本設定 */
#paginator-ctrl-content span a{
	display: inline-block;
	margin: 0 5px;
	padding: 5px 10px;
	border: 1px solid;
	border-color: #aaaaaa;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #f6f6f6;
	background-image: none;/* Firefoxモバイル版独自仕様解除 */
	color: #333333;
	font-family: inherit;/* 親要素を継承 */
	font-size: 1.4rem;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	-webkit-appearance: none;/* iOS Safari独自仕様解除 */
}
#paginator-ctrl-content span a:hover{
	border-color: #888888;
	background-color: #e2e2e2;
	color: #333333;
	text-decoration: none;
}
/* ボタン-フォーカス時の黒点線の非表示 */
#paginator-ctrl-content span a:focus{
	outline: none;
}
/* ボタン-フォーカス時の黒点線の非表示(Firefox) */
#paginator-ctrl-content span a::-moz-focus-inner{
	padding: 0;
	border: none;
}

.imagery-phone {
  background-color: #ff8000;
  border-color: #ff8000;
  color: #ffffff;
}

/* --------------------------------------------------- */

/* メール送信フォーム -------------------------------- */
table.inquiry{
	border: 5px solid #3399FF;
}
table.inquiry th{
	width: 200px;
}
div.inquiry-submit input{
	width: 80%;
	margin: 10px 10% 0;
	padding: 10px;
	border-color: #e67e22;
	background-color: #f39c12;
	font-size: 1.8rem;
	color: #ffffff;
}
/* --------------------------------------------------- */


/* (開発用)ページコメント */
div.memo {
  display: none;
  color: #a00000;
  font-style: italic;
  background-color: #ffd0d0;
  margin: 10px;
}
/** Debugging **/
pre {
	color: #000;
	background: #f0f0f0;
	padding: 15px;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.cake-debug {
  background-color: yellow;
  margin: 10px;
}
.cake-debug-output {
	display: block;
	padding: 0;
	position: relative;
}
.cake-debug-output > span {
	position: absolute;
	top: 5px;
	right: 5px;
	background: rgba(255, 255, 255, 0.3);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 5px 6px;
	color: #000;
	display: block;
	float: left;
	-moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
}
.cake-debug,
.cake-error {
	font-size: 16px;
	line-height: 20px;
	clear: both;
}
.cake-error > a {
	text-shadow: none;
}
.cake-error {
	white-space: normal;
}
.cake-stack-trace {
	background: rgba(255, 255, 255, 0.7);
	color: #333;
	margin: 10px 0 5px 0;
	padding: 10px 10px 0 10px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.cake-stack-trace a {
	text-shadow: none;
	background: rgba(255, 255, 255, 0.7);
	padding: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 0px 4px 10px 2px;
	font-family: sans-serif;
	font-size: 14px;
	line-height: 14px;
	display: inline-block;
	text-decoration: none;
	-moz-box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
}
.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
.cake-context {
	margin-bottom: 10px;
}
.cake-stack-trace pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px 0 10px 0;
	padding: 1em;
	overflow: auto;
	text-shadow: none;
}
.cake-stack-trace li {
	padding: 10px 5px 0px;
	margin: 0 0 4px 0;
	font-family: monospace;
	border: 1px solid #bbb;
	-moz-border-radius: 4px;
	-wekbkit-border-radius: 4px;
	border-radius: 4px;
	background: #dcdcdc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));
	background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: linear-gradient(top, #fefefe, #dcdcdc);
}
/* excerpt */
.cake-code-dump pre,
.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
.cake-code-dump .code-highlight {
	display: block;
	background-color: rgba(255, 255, 0, 0.5);
}
.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
.code-coverage-results div.covered span.content {
	background:#cec;
}
.code-coverage-results div.ignored span.content {
	color:#aaa;
}
.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
.code-coverage-results span.line-num strong {
	color:#666;
}
.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
.code-coverage-results div.realstart {
	margin-top:0px;
}
.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
.code-coverage-results span.result-bad {
	color: #a00;
}
.code-coverage-results span.result-ok {
	color: #fa0;
}
.code-coverage-results span.result-good {
	color: #0a0;
}

/* account-form */
form.account-form{
	width: 400px;
	margin: auto;
	padding: 20px;
	border: 3px solid #cccccc;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

form.account-form div{
	margin-top: 16px;
}

form.account-form input[type="text"],
form.account-form input[type="password"],
form.account-form input[type="email"]{
	width: 100%;
	padding: 3px 5px;
	border: 1px solid #c0a6a3;
	background-color: #ffffe0;
	font-family: "ヒラギノ角ゴ ProN W3","HiraKakuPro-W3","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
	font-size: 1.6rem;
	vertical-align: middle;
}
form.account-form input[type="text"]:focus,
form.account-form input[type="password"]:focus{
  border-color: #3498db;
  box-shadow: 0 0 5px 0 #3498db;
  -webkit-box-shadow: 0 0 5px 0 #3498db;
}
form.account-form div.submit{
	margin: 16px 0 0 0;
}
form.account-form input[type="submit"]{
	width: 100%;
	padding: 10px;
	font-size: 1.6rem;
}
