﻿@charset "utf-8";

/* bootstrap hack */
* {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

html {
	font-size: 100%!important;
}

body {
	color: #333;
	font-size: 93%;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", Meiryo, sans-serif!important;
	line-height: 1.8!important;
	position: relative;
}

h1 {
    font-weight: bold!important;
	margin-top:0!important;
}

h2 {
    font-weight: bold!important;
}


ul, dl {
	margin: 0;
}

header h1 {
	margin: 0;
}


/* font-awasome hack */
.fa-flip-horizontal {
	filter: none !important;
}


/* datepicker hack */
.datepicker-days .holiday {
	background-color: #FFDDDD !important;
	color: #FF0000 !important;
}

.datepicker-days .saturday {
	background-color: #EDF2FC !important;
	color: #1D39C0 !important;
}


/*  */
#content * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.radio-inline label {
	font-weight: normal;
}

.radio input[type=radio] {
	margin-left: inherit;

}

.checkbox-inline label {
	font-weight: normal;
}

.checkbox input[type=checkbox] {
	margin-left: inherit;

}


/* --- ime --- */

.ime_auto {
	ime-mode: auto;
}

.ime_active {
	ime-mode: active;
}

.ime_inactive {
	ime-mode: inactive;
}

.ime_disabled {
	ime-mode: disabled;
}


/* alert */
.d-alert {
    padding: 8px;
    margin-bottom: 8px;
    border: 1px solid transparent;
    border-radius: 4px;
}

/* label */
.d-label-require {
	display: inline;
	font-size: 100%;
	font-weight: bold;
	color: red;
	padding: 0;
	margin: 0;
	line-height: 1.5;
	text-align: center;
}