@charset "UTF-8";

html {
	font-size:100%;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
	position: relative;
	min-height: 100%;
}
body {
	margin-bottom: 75px;
	font-family:'Meiryo UI',"Helvetica Neue",Helvetica,Arial,sans-serif;
	word-wrap:break-word;
	overflow-wrap : break-word;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, body { margin-right: 17px } /* IE11 */
}
.footer {
	margin-top: 15px;
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 60px;
	background-color: #D1F1CC;
}

/* ピタ！固有 styles
-------------------------------------------------- */
/* 新着やｘｘ確認待ちのクルクルのスタイルオーバーライド */
.fa-spin {
	font-size:18px;
}

/* Bootstrapのtableクラスの下の余計な余白を除去 */
.table {
	margin-bottom: 15px;
}

/* tab-paneに余白を追加 */
.pita-tab-content {
	padding-top: 15px;
}

/* Datepiker重なり指定 */
.datepicker { z-index: 1040 !important; }


/* 日曜日のカラー設定 */
.datepicker-days tr td:first-child
,.datepicker-days th.dow:first-child {
  color: #d9534f!important;
}


/* 土曜日のカラー設定 */
.datepicker-days tr td:last-child
,.datepicker-days th.dow:last-child {
	color: #428bca !important;
}

/*
トップメニューバーのタイトルフォント
*/
#pita-logo-font {
	color : #005719;
	font-family: 'Monotype Corsiva', 'Courgette', cursive;
	font-size: 18pt;
}

/*
 「その他」のテキストが混在した時のために、チェックボックスとラジオを上寄せにする。
*/
.checkbox-inline, .radio-inline {
	vertical-align:top;
}

/*
タブの見た目設定
*/
.nav-tabs > li > a {
	background-color:#eee;
	border-color:#ddd;"
}
.nav-tabs > li > a:hover {
	border-color: #ddd;
	background-color:#fff;
}

/*
テーブルの一覧の見出しの色
*/
.table-bordered th {
	background-color:#DFF0D8;
}

/*
テーブルから１行選択した時の色
*/
.select-row {
	background-color:#d9edf7;
}

/*
お気に入り
*/
.pita-favorite-star-color {
	color: #EDAD0B;
}

/*
メッセージ
*/
.pita-header-message {
	font-size: 18px;
	margin-bottom: 10px;
}

/*
*/
body {
	/* 上部に固定するため  */
	padding-top: 60px;
}

.pita-a-pattern img:last-child {
	float: right;
}

.pita-header-area {
	background-color: #D1F1CC;
}

.pita-global-nav-area {
	background-color: #D1F1CC;
}

.pita-logo-area {
	padding: 5px;
	background-color: #fff;
}

.pita-nav-extend > li {
	border-left: 1px solid #c7e6c3;
}

.pita-nav-extend > li:last-child {
	border-right: 1px solid #c7e6c3;
}

.pita-nav-extend > li:hover {
	background-color: #c6e4c2;
}

/*------------------------------------------*/
/* 管理者用                                 */
/*------------------------------------------*/
.pita-mng-header-area {
	background-color: #F2DEDE;
}

.pita-mng-global-nav-area {
	background-color: #F2DEDE;
}

/* 罫線 */
.pita-mng-header-area  li:last-child  {
	border-left: 1px solid #E9C7C7;
}

.pita-mng-nav-extend > li {
	border-left: 1px solid #E9C7C7;
}

.pita-mng-nav-extend > li:last-child {
	border-right: 1px solid #E9C7C7;
}

.pita-mng-nav-extend > li:hover {
	background-color: #E2B6B6;
}

/* ロゴ */
#pita-mng-logo-font {
	color : #B84949;
	font-family: 'Monotype Corsiva', 'Courgette', cursive;
	font-size: 18pt;
}

.container .text-muted {
	margin: 20px 0;
}

/**
 * お気に入りの星
 */
.fav-star {
	font-size:1.1rem;
}

/**
 * ブロックのタイトル
 */
.pita_block_title {
	padding:15px;
	background-color:#dff0d8;
	margin-top: 6px;
}

/**
 * ブロックのタイトル(子要素)
 */
.pita_block_title_child {
	padding:8px;
    padding-left: 15px;
	margin-top: 0px;
	margin-bottom: 2px;
	background-color:#dff0d8;
	border-radius: 10px; /* 4つのコーナーを半径10pxの角丸に */
}

/**
 * ブロック内の注釈
 */
.pita_block_comment {
	font-size:14px;
	padding-left:15px;
}

/**
 * エラー項目用
 */
.error-message {
	color : red;
	margin : 0px;
}

.error-input {
	background-color : #ffb9b9;
}

#page_title {
	margin-bottom:10px;
	border-top:1px solid #00a678;
	border-bottom:1px solid #00a678;
	background:#6bbfa8;
}

#page_title p{
	margin:0 auto;
	padding-left:10px;
	font-size:1.2rem;
	color:#fff;
	text-shadow:2px 2px 1px #000;
}

.cell-th {
	margin-bottom : 5px;
	padding : 5px;
/*
	padding-bottom : 15px;
*/
	border-left:4px solid #00a57a;
/*
	border-bottom:1px solid #6cbea8;
*/
	border-top:1px solid #6cbea8;
}

.cell-th-2 {
	margin-bottom : 5px;
	padding : 5px;
	padding-bottom : 15px;
	border-left:4px solid #00a57a;
	border-right:1px solid #00a57a;
	border-bottom:1px solid #00a57a;
	border-top:1px solid #00a57a;
	background: #e3f0e9;
	font-weight: bold;
}

.cell-th-no-left-border {
	margin-bottom : 5px;
	padding : 5px;
	border-top:1px solid #6cbea8;
}

.cell-td {
	margin-bottom : 5px;
/*	edgeでstyleが崩れる場合があるため廃止
	margin-left : 5px;
	margin-right : -5px;
*/
	padding : 5px;

	/*
	  margin-left : 5px margin-right : -5pxを廃止して左側に透明のborderを
	  入れるようにした。
	*/
	border-left: 10px transparent solid;

	border-top:1px solid #6cbea8;
}

.cell-td-blank {
	margin-bottom : 5px;
	padding : 5px;
	border-top:1px solid #6cbea8;
}

.cell-th-inner {
	margin-bottom : 5px;
	padding : 5px;
	border-left:4px solid #00a57a;
}

.cell-div {
	border-left:1px solid #bbbbbb;
	padding-left:5px;
	padding-right:5px;
}

.row-div {
	border-top:1px solid #6cbea8;
	margin-top:5px;
	margin-bottom:5px;
}
/* パンくず */
.breadcrumb {
	margin-bottom: 0px;
}

/* 検索ボタンの浮動表示 */
.search_button_fixed {
    position: fixed;
    bottom: 0px;
    z-index: 1000;
}

/* image用 */
.img-responsive-overwrite {
    margin: 0 auto;
}


/* written by Daiki Ebisawa */
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, #page-top { right: 32px !important; } /* IE11 */
}
#page-top {
    position: fixed;
    bottom: 5px;
    right: 15px;
    font-size: 20px;
    z-index: 1000;
    opacity: 0.9;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 50px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;

}

.pita-word-break th,
.pita-word-break td {
	word-wrap: break-word;
/*
	word-break: break-all;
*/
}

.pita-input-mini {
	width: 80px !important;
}

.row-0{
	margin-left:0px;
	margin-right:0px;

	> div{
		padding-right:0px;
		padding-left:0px;
	}
}
/* 階層選択用 */
.pita-hierarchical-children {
    padding-left: 25px;
}

.pita-accordion-heading {
    margin-top: 5px;
}

.pita-no-children {
    padding-left: 28px;
}

/* モーダルボックス選択値表示用 */
.pita-tag-set {
    list-style: none;
    padding-left: 0;
    margin-top: 5px;
}
.pita-tag-set li {
    float: left;
    margin-left: 5px;
}
.pita-tag-set div {
    border-radius: 5px;
}
.pita-tag-text {
    padding-left: 5px;
}
.pita-tag-delete {
    /* border-left: 1px solid #000; */
    padding: 2px 8px;
    cursor: pointer;
}
.pita-tag-delete:hover {
    cursor: pointer;
}
.pita-single-select {
    font-weight: normal;
}
.pita-single-select input[type=radio] {
    display: none;
    padding-left: 0;
}
.pita-single-select:hover {
    cursor: pointer;
}

/* スクール標準カラー*/
.pita-school-bg         { background-color: #6BBFA8; }

.btn-school
,.list-group-item-school
,a.list-group-item-school
{color:#fff;background-color:#6BBFA8;border-color:#3F937B}

.btn-school:focus
,.btn-school:hover
,.list-group-item-school:focus
,.list-group-item-school:hover
,.list-group-item-school.active:focus
,.list-group-item-school.active:hover
,a.list-group-item-school:focus
,a.list-group-item-school:hover
,a.list-group-item-school.active:focus
,a.list-group-item-school.active:hover
{color:#fff;background-color:#3F937B;border-color:#3F937B}

/* 記入状態フォロー */
.pita-career-notice-incomplete:before {
	border: 2px solid #C7243A;
	border-radius: 3px;
	color: #C7243A;
	content: "未提出";
	display: inline;
	margin: 2px;
	padding: 2px 4px;
	width: 4em;
}

.pita-input-complete:before {
	border: 2px solid #C7243A;
	border-radius: 16px;
	color: #C7243A;
	content: "済";
	display: inline;
	padding: 4px 7px;
	margin: 5px;
	top: 5px;
}

.pita-profile-incomplete:before {
	border: 2px solid #C7243A;
	border-radius: 5px;
	color: #C7243A;
	content: "未完";
	display: inline;
	position: absolute;
	right: -10px;
	top: 0;
	width: 1.7em;
	padding: 5px 0;
	text-align: center;
}

.pita-notice-label {
	 display: block;
	 float: left;
	 margin: 0;
	 text-align: left;
	 white-space: normal;
}

.pita-text-black        { color: #000; }
.pita-text-white        { color: #fff; }
.pita-text-gray         { color: #888; }
.pita-text-red          { color: #C7243A; }
.pita-text-orange       { color: #EDAD0B; }
.pita-text-yellow       { color: #FFE600; }
.pita-text-greenyellow  { color: #D8E212; }
.pita-text-green        { color: #009250; }
.pita-text-darkcyan     { color: #009F8C; }
.pita-text-blue         { color: #007AB7; }
.pita-text-seablue      { color: #3261AB; }
.pita-text-purple       { color: #744199; }
.pita-text-violet       { color: #A52175; }

.pita-text-lightgray    { color: #bbb; }
.pita-text-pink         { color: #ECACB5; }
.pita-text-peach        { color: #F9E3AA; }
.pita-text-cream        { color: #FFF7AA; }
.pita-text-lemonlime    { color: #F2F5AA; }
.pita-text-pear         { color: #A6E39D; }
.pita-text-pearlaqua    { color: #95DFD6; }
.pita-text-magicmint    { color: #97D3E3; }
.pita-text-lightblue    { color: #AEC1E3; }
.pita-text-lavender     { color: #CCB3DD; }
.pita-text-classicrose  { color: #E7A5C9; }

.pita-bg-black        { background-color: #000; }
.pita-bg-white        { background-color: #fff; }
.pita-bg-gray         { background-color: #888; }
.pita-bg-red          { background-color: #C7243A; }
.pita-bg-orange       { background-color: #EDAD0B; }
.pita-bg-yellow       { background-color: #FFE600; }
.pita-bg-greenyellow  { background-color: #D8E212; }
.pita-bg-green        { background-color: #009250; }
.pita-bg-darkcyan     { background-color: #009F8C; }
.pita-bg-blue         { background-color: #007AB7; }
.pita-bg-seablue      { background-color: #3261AB; }
.pita-bg-purple       { background-color: #744199; }
.pita-bg-violet       { background-color: #A52175; }

.pita-bg-lightgray    { background-color: #bbb; }
.pita-bg-pink         { background-color: #ECACB5; }
.pita-bg-peach        { background-color: #F9E3AA; }
.pita-bg-cream        { background-color: #FFF7AA; }
.pita-bg-lemonlime    { background-color: #F2F5AA; }
.pita-bg-pear         { background-color: #A6E39D; }
.pita-bg-pearlaqua    { background-color: #95DFD6; }
.pita-bg-magicmint    { background-color: #97D3E3; }
.pita-bg-lightblue    { background-color: #AEC1E3; }
.pita-bg-lavender     { background-color: #CCB3DD; }
.pita-bg-classicrose  { background-color: #E7A5C9; }

.pita-bg-readonly     { background-color: #eee; }

.pita-border-black        { border: 1px solid #000; }
.pita-border-white        { border: 1px solid #fff; }
.pita-border-gray         { border: 1px solid #888; }
.pita-border-red          { border: 1px solid #C7243A; }
.pita-border-orange       { border: 1px solid #EDAD0B; }
.pita-border-yellow       { border: 1px solid #FFE600; }
.pita-border-greenyellow  { border: 1px solid #D8E212; }
.pita-border-green        { border: 1px solid #009250; }
.pita-border-darkcyan     { border: 1px solid #009F8C; }
.pita-border-blue         { border: 1px solid #007AB7; }
.pita-border-seablue      { border: 1px solid #3261AB; }
.pita-border-purple       { border: 1px solid #744199; }
.pita-border-violet       { border: 1px solid #A52175; }

.pita-border-lightgray    { border: 1px solid #bbb; }
.pita-border-pink         { border: 1px solid #ECACB5; }
.pita-border-peach        { border: 1px solid #F9E3AA; }
.pita-border-cream        { border: 1px solid #FFF7AA; }
.pita-border-lemonlime    { border: 1px solid #F2F5AA; }
.pita-border-pear         { border: 1px solid #A6E39D; }
.pita-border-pearlaqua    { border: 1px solid #95DFD6; }
.pita-border-magicmint    { border: 1px solid #97D3E3; }
.pita-border-lightblue    { border: 1px solid #AEC1E3; }
.pita-border-lavender     { border: 1px solid #CCB3DD; }
.pita-border-classicrose  { border: 1px solid #E7A5C9; }

.pita-border-none			{ border: none; }

.pita-border-panel-color  { border-color:#bbb !important; }

.pita-margin            { margin: 15px; }
.pita-margin-top        { margin-top: 15px; }
.pita-margin-right      { margin-right: 15px; }
.pita-margin-bottom     { margin-bottom: 15px; }
.pita-margin-left       { margin-left: 15px; }
.pita-padding           { padding: 15px; }
.pita-padding-top       { padding-top: 15px; }
.pita-padding-right     { padding-right: 15px; }
.pita-padding-bottom    { padding-bottom: 15px; }
.pita-padding-left      { padding-left: 15px; }
.pita-margin-5          { margin: 5px; }
.pita-margin-top-5      { margin-top: 5px; }
.pita-margin-right-5    { margin-right: 5px; }
.pita-margin-bottom-5   { margin-bottom: 5px; }
.pita-margin-left-5     { margin-left: 5px; }
.pita-padding-5         { padding: 5px; }
.pita-padding-top-5     { padding-top: 5px; }
.pita-padding-right-5   { padding-right: 5px; }
.pita-padding-bottom-5  { padding-bottom: 5px; }
.pita-padding-left-5    { padding-left: 5px; }
.pita-margin-10         { margin: 10px; }
.pita-margin-top-10     { margin-top: 10px; }
.pita-margin-right-10   { margin-right: 10px; }
.pita-margin-bottom-10  { margin-bottom: 10px; }
.pita-margin-left-10    { margin-left: 10px; }
.pita-padding-10        { padding: 10px; }
.pita-padding-top-10    { padding-top: 10px; }
.pita-padding-right-10  { padding-right: 10px; }
.pita-padding-bottom-10 { padding-bottom: 10px; }
.pita-padding-left-10   { padding-left: 10px; }
.pita-margin-0          { margin: 0px; }
.pita-margin-top-0      { margin-top: 0px; }
.pita-margin-right-0    { margin-right: 0px; }
.pita-margin-bottom-0   { margin-bottom: 0px; }
.pita-margin-left-0     { margin-left: 0px; }
.pita-padding-0         { padding: 0px; }
.pita-padding-top-0     { padding-top: 0px; }
.pita-padding-right-0   { padding-right: 0px; }
.pita-padding-bottom-0  { padding-bottom: 0px; }
.pita-padding-left-0    { padding-left: 0px; }

.pita-font-size-1-1 { font-size: 1.1em; }
.pita-font-size-1-2 { font-size: 1.2em; }
.pita-font-size-1-3 { font-size: 1.3em; }
.pita-font-size-1-4 { font-size: 1.4em; }
.pita-font-size-1-5 { font-size: 1.5em; }
.pita-font-size-1-6 { font-size: 1.6em; }
.pita-font-size-1-7 { font-size: 1.7em; }
.pita-font-size-1-8 { font-size: 1.8em; }
.pita-font-size-1-9 { font-size: 1.9em; }
.pita-font-size-2-0 { font-size: 2em; }

.pita-white-space-nowrap { white-space: nowrap; }
.pita-position-static { position:static; }

.pita-clearfix:after {
 	content: "";
 	clear: both;
 	display: block;
}

.pita-font-weight-normal {
	font-weight: normal;
}

.pita-clickable {
	color: #337AB7;
}

.pita-clickable:hover {
	cursor: pointer !important;
}

.pita-cursor-pointer:hover {
	cursor: pointer !important;
}

.pita-clickable-underline:hover {
	text-decoration: underline;
}

.pita-display-block {
	display: block;
}

.pita-width-5	{ width: 5px !important; }
.pita-width-10	{ width: 10px !important; }
.pita-width-15	{ width: 15px !important; }
.pita-width-20	{ width: 20px !important; }
.pita-width-25	{ width: 25px !important; }
.pita-width-30	{ width: 30px !important; }
.pita-width-35	{ width: 35px !important; }
.pita-width-40	{ width: 40px !important; }
.pita-width-45	{ width: 45px !important; }
.pita-width-50	{ width: 50px !important; }
.pita-width-55	{ width: 55px !important; }
.pita-width-60	{ width: 60px !important; }
.pita-width-65	{ width: 65px !important; }
.pita-width-70	{ width: 70px !important; }
.pita-width-75	{ width: 75px !important; }
.pita-width-80	{ width: 80px !important; }
.pita-width-85	{ width: 85px !important; }
.pita-width-90	{ width: 90px !important; }
.pita-width-95	{ width: 95px !important; }
.pita-width-100	{ width: 100px !important; }
.pita-width-105	{ width: 105px !important; }
.pita-width-110	{ width: 110px !important; }
.pita-width-115	{ width: 115px !important; }
.pita-width-120	{ width: 120px !important; }
.pita-width-125	{ width: 125px !important; }
.pita-width-130	{ width: 130px !important; }
.pita-width-135	{ width: 135px !important; }
.pita-width-140	{ width: 140px !important; }
.pita-width-145	{ width: 145px !important; }
.pita-width-150	{ width: 150px !important; }
.pita-width-155	{ width: 155px !important; }
.pita-width-160	{ width: 160px !important; }
.pita-width-165	{ width: 165px !important; }
.pita-width-170	{ width: 170px !important; }
.pita-width-175	{ width: 175px !important; }
.pita-width-180	{ width: 180px !important; }
.pita-width-185	{ width: 185px !important; }
.pita-width-190	{ width: 190px !important; }
.pita-width-195	{ width: 195px !important; }
.pita-width-200	{ width: 200px !important; }

.pita-height-5		{ height: 5px !important; }
.pita-height-10		{ height: 10px !important; }
.pita-height-15		{ height: 15px !important; }
.pita-height-20		{ height: 20px !important; }
.pita-height-25		{ height: 25px !important; }
.pita-height-30		{ height: 30px !important; }
.pita-height-35		{ height: 35px !important; }
.pita-height-40		{ height: 40px !important; }
.pita-height-45		{ height: 45px !important; }
.pita-height-50		{ height: 50px !important; }
.pita-height-55		{ height: 55px !important; }
.pita-height-60		{ height: 60px !important; }
.pita-height-65		{ height: 65px !important; }
.pita-height-70		{ height: 70px !important; }
.pita-height-75		{ height: 75px !important; }
.pita-height-80		{ height: 80px !important; }
.pita-height-85		{ height: 85px !important; }
.pita-height-90		{ height: 90px !important; }
.pita-height-95		{ height: 95px !important; }
.pita-height-100	{ height: 100px !important; }
.pita-height-105	{ height: 105px !important; }
.pita-height-110	{ height: 110px !important; }
.pita-height-115	{ height: 115px !important; }
.pita-height-120	{ height: 120px !important; }
.pita-height-125	{ height: 125px !important; }
.pita-height-130	{ height: 130px !important; }
.pita-height-135	{ height: 135px !important; }
.pita-height-140	{ height: 140px !important; }
.pita-height-145	{ height: 145px !important; }
.pita-height-150	{ height: 150px !important; }
.pita-height-155	{ height: 155px !important; }
.pita-height-160	{ height: 160px !important; }
.pita-height-165	{ height: 165px !important; }
.pita-height-170	{ height: 170px !important; }
.pita-height-175	{ height: 175px !important; }
.pita-height-180	{ height: 180px !important; }
.pita-height-185	{ height: 185px !important; }
.pita-height-190	{ height: 190px !important; }
.pita-height-195	{ height: 195px !important; }
.pita-height-200	{ height: 200px !important; }

/* ソート可能なテーブルヘッダー */
table.sortable-table th {
	cursor: pointer;
}

.text-label {
	background-color:transparent;
    border: none;
    padding : 0px;
    margin : 0px;
    width : 100%;
    height : 100%;
}

.pita-float-left {
	display:inline-block;
    float:left;
}

/*
preタグをデコレーションなしで表示
*/
.pre_plain {
	padding:0;
	margin:0;
	font-size:14px;
	word-wrap:break-word;
	background-color:transparent;
	border:none;
	border-radius:0;
}

.header_margin {
	padding-top:80px;
	margin-top:-80px;
}

/* bootstrap modal の背景色 */
.modal-backdrop
{
    background-color : #fcfffc;
}

/**
	大き目のラベル
	※bootstrapのラベルの文字列は少し小さくなってしまうため
*/
.pita-lg-label {
	font-size:125%
}

/** インターンシップメンテナンス画面のみ表示するため */
.company-relation-visible {
	display:none;
}

/* 画面専用 */
@media screen {
	.screen-hide {
		display: none;
	}
}

