@charset "utf-8";

/* general */
body {
	font-size: 10pt;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	color: #000;
}
h1 {
	font-size: 120%;
	margin: 0;
	margin-left: 50px;
	float: left;
}
h2 {
	font-size: 130%;
	margin: 10px 0 20px;
	background: #fff;
	border-left: 10px solid #455997;
	padding: 10px 0 10px 5px;
	background: #EEE;
	behavior: url(/assets/libs/PIE.htc);  /* ie */
}
h2 i {
	font-size: 24px;
	margin: 0 5px;
}
h3 {
	position: relative;
	padding: 9px;
	font-size: 16px;
	background-color: #455997;
	color: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin: 50px 0 20px;
}
h3:first-child {
	margin-top: 0;
}
h3:before {
	content: '';
	height: 0;
	width: 0;
	display: block;
	border: 13px transparent solid;
	border-right-width: 0;
	border-left-color: #455997;
	position: absolute;
	top: 25px;
	left: 15px;
	transform: rotate(-270deg);
	-webkit-transform: rotate(-270deg);
	-moz-transform: rotate(-270deg);
	-o-transform: rotate(-270deg);
	-ms-transform: rotate(-270deg);
}
h4 {
	position: relative;
	padding-left: 30px;
	border-bottom: 1px dotted #ccc;
	font-size: 15px;
	line-height: 38px;
}
h4:before, h4:after {
	content: '';
	height: 18px;
	width: 4px;
	display: block;
	background: #455997;
	position: absolute;
	top: 8px;
	left: 15px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
h4:before {
	height: 10px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	top: 16px;
	left: 7px;
}

p {
	line-height: 1.5em;
}
div.hr {
	background: #DDDEAF;
	height: 2px;
	margin: 15px 0;
}
div.block {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #333;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px;
}

table span.glyphicon {
	margin: 0;
}
table form {
	display: inline-block;
	display: inline;
}
table.normal th {
	width: 120px;
	background: #455997;
	color: #FFF;
}

li.dropdown a {
	padding: 15px 10px;
}
ul.dropdown-menu > li > a {
	font-size: 10pt;
}


p.error {
	color: #E60000;
}
span {

}
span.required {
	color: #E60000;
}
span.telno {
	color: #42814D;
	font-size: 15pt;
}

.btn-theme {
	color: #FFF;
	background-color: #455997;
	border-color: #374266;
}
.btn-theme:hover {
	color: #FFF;
	background-color: #374266;
}

ul {
	padding-left: 0;
	margin-left: 0;
	list-style: none;
}
ul.disc {
	list-style: disc;
	margin: 0 20px;
}
ul.inline li {
	margin-bottom: 5px;
}
ul.thumbnails li {
	margin: 10px 5px 10px 0 !important;
}
li > ul {
	padding-left: 5px;
}
ol {
	list-style: none;
	counter-reset: ol-count;
}
ol li {
	  margin-bottom: 20px;
}
ol li:before {
	counter-increment: ol-count;
	content: counter(ol-count);
	background: #455997;
	height: 1.8em;
	width: 1.8em;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	line-height: 1.8;
	text-align: center;
	color: #fff;
	font-size: 12px;
	margin-bottom: 5px;
	position: absolute;
	left: 20px;
}

dl {
	margin: 0;
}
dl dt {

}
dl dd {
	margin-left: 20px;
}
dl.dl-horizontal dd {
	margin-bottom: 10px;
}

a,
a:visited {
	color: #3686B4;
}
a:hover {
	color: #C00;
	text-decoration: none;
}
a:hover > img {
	-ms-filter: "alpha( opacity=60 )";
	filter: alpha( opacity=60 );
    -moz-opacity:0.6;
    opacity:0.6;
}
label {
	font-weight: normal;
	color: #455997;
}
.form-group > label {
	border-bottom: 1px dotted #455997;
	margin-bottom: 10px;
}
.box-shadow {
	-webkit-box-shadow: 0px 0px 10px 1px #666;
	-moz-box-shadow: 0px 0px 10px 1px #666;
	box-shadow: 0px 0px 10px 1px #666;
}
.modal-title {
	font-size: 18px;
}


/* header */
div#header {
	background: #455997;
	padding: 10px;
	font-size: 100%;
	color: #FFF;
	top: 0;
	width: 100%;
	height: 40px;
}
div#header .logout {
	float: right;
	cursor: pointer;
	margin-left: 15px;
}
div#header .logout a {
	color: #FFF;
	text-decoration: none;
}
#menu-btn {
	position: fixed;
	top: 0;
	left: 5px;
	z-index: 2;
}


/* content */
div#content {
	padding-bottom: 20px;
}

/* menubar */
div#menubar {
	padding: 5px 0;
}
div#menubar nav {
	margin: 0;
}
div#menubar li form a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
}
div#menubar li form a:hover,
div#menubar li form a:focus {
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5;
}

/* main */
div#main {
	margin-bottom: 30px;
}

/* login */
div#login_form {
	width: 250px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -250px;
	margin-left: -125px;
}
div#login_form > h2 {
	background: #455997;
	color: #FFF;
	font-weight: normal;
	padding: 10px;
	margin: 10px 0 0;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
}
div#login_form > div {
	padding: 15px 15px;
	border: 1px solid #455997;
	border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
}


/* footer */
div#footer {
	background: #455997;
	padding: 10px 0;
	font-size: 90%;
	color: #FFF;
	bottom: 0;
	width: 100%;
	height: 35px;
}

.ui-datepicker {
	width: auto;
}
.ui-datepicker-year {
	color: #666;
}

div.radio_items {
	padding-left: 15px;
}
div.radio_items label {
	display: block;
}

table.chart_tbl td.count_col {
	width: 70px;
}

#profile-table th {
	width: 150px;
	background: #EEE;
}
#profile-table th,
#profile-table td {
	padding: 15px 10px;
	border-top: 1px dotted #CCC;
}

#help-menu .finding {
	background: #EEE;
}
.youtube {
	padding: 0;
	overflow: hidden;
	position: inherit;
}
.youtube img {

}
.youtube a:after {
	content: " ";
	background: url(/admin/assets/images/common/play.png) center center no-repeat;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
}

.form-inline > label > input[type=radio] {
	margin-left: 15px;
}
div.checkbox {
	padding-left: 40px;
}

div.siteseal {
	width: 250px;
	position: absolute;
	bottom: 50px;
	left: 50%;
	margin-left: -125px;
	text-align: center;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 70px;
}
tr.master {
	display: none;
}
.handle .fa-plus-square,
.handle .fa-trash {
	cursor: pointer;
}
.career table .handle,
.result table .handle {
	width: 50px;
	font-size: 20px;
	text-align: center;
	vertical-align: middle;
}
.career table .handle .fa-bars:hover,
.result table .handle .fa-bars:hover {
	cursor: move;
}
.career table .date,
.result table .date {
	width: 150px;
}