@charset "UTF-8";
/* CSS Document */


/*==================================================================== reset
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, address,
abbr, code, pre, samp, blockquote, q, cite,
img, del, ins, dfn, var, strong, em, small, b, i, sub, sup,
dl, dt, dd, ol, ul, li,
form, fieldset, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, details, dialog, figcaption, figure, footer, header,
hgroup, menu, nav, section, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-style: normal; vertical-align: baseline; background: transparent;}

article, aside, details, dialog,
figcaption, figure, footer, header, hgroup, nav, section { display: block;}

blockquote, q { quotes: none;}

/*==================================================================== common
*/

html {
    font-size: 62.5%; /*フォントの基準サイズを10pxにする*/
}

body {
	cursor: auto;
	color: #333;
	font-size: 1.4rem;
	line-height: 1.5;
	font-family:  "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN W3", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Arial, Helvetica, "MS PGothic", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	letter-spacing: 0;
	word-spacing: 0.1em;
	text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
}

h1,h2,h3,h4,h5,h6 { font-weight: bold; padding: 0;}

hr { height: 0; border: 0;}

a img { border: none;}

a			{ color: #333; text-decoration: none; vertical-align: baseline; cursor: pointer;}
/*a:visited	{ color: #338ae0;}
a:hover		{ color: #f7931e; text-decoration: none;}
a:active	{ color: #f7931e;}
a:focus		{ color: #f7931e;}*/

p { /*padding: 5px 0;*/}

dl,ul,ol { padding: 0; margin: 0;}
ul { list-style: none;}
ol { list-style: decimal; padding-left: 2em;}
dt { font-weight: bold;}

ins { text-decoration: none;}
mark { background-color: #ff9; color: #000; font-style:italic; font-weight: bold;}
del { text-decoration: line-through;}
abbr[title], dfn[title] { border-bottom: 1px dotted #333; cursor:help;}

embed, object, img { vertical-align: bottom;}
embed, object { outline: none;}
img { border: none; color: #333; background: transparent;}

table { border-collapse: collapse; border-spacing: 0; /*margin: 10px auto;*/}
th, td { vertical-align: middle; text-align: left; border: 1px solid #ddd; padding: 0;}
thead th,
thead td { text-align: center;}
th { vertical-align: top; font-weight: bold;}
td { vertical-align: top; padding: 2px 10px;}
td ul, td dl { height: auto;}

form { padding: 10px 0; margin: 0;}
fieldset { border: none; padding: 0; margin: 0;}
legend { padding: 0 0 10px; margin: 0;}
label { cursor: pointer;}
input, textarea, button, select { box-sizing: border-box; color: inherit; font-family: inherit; font-size: inherit; vertical-align: middle;}
input { padding: .2em .2em; margin: 0; font-size: 15px;}
input[type="text"],input[type="password"],textarea { border: 1px solid #999;}
input[type="radio"], input[type="checkbox"] { margin-right: 5px;}
input[type="button"] { padding: 0 2px;}
select option { padding: 0 5px;}
button, input[type="submit"], input[type="button"], input[type="reset"] {
	appearance: button; -webkit-appearance: button;
	box-sizing: border-box; -webkit-box-sizing: border-box;
	border: none;
	border-radius: 0; -webkit-border-radius: 0;
	cursor: pointer;
	padding: 0 5px;
	*overflow: visible;
}

input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

select {
	display: block;
	font-size: 15px;
	font-family: sans-serif;
	font-weight: 700;
	color: #444;
	line-height: 1.3;
	padding: .4em 1.4em .3em .8em;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #aaa;
	box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
	border-radius: .2em;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
	  linear-gradient(to bottom, #ffffff 0%,#ffffff 100%);
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;}

select::-ms-expand {
	display: none;
}


/*==================================================================== utility
*/

.clear { clear: both;}

.aC, .ac { text-align: center !important;}
.aL, .al { text-align: left !important;}
.aR, .ar { text-align: right !important;}

.fL, .fl { float: left;}
.fR, .fr { float: right;}
.imgL, .img_l { float: left; padding-right: 10px;}
.imgR, .img_r { float: right; padding-left: 10px;}
.imgL img, .img_1 img,
.imgR img, .img_r img { margin-bottom: 5px;}



/*---------------------------------- cleaarfix
*/
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}

.clearfix { display: inline-block;}
/* for IE7 */

/* Holly Hack Targets IE Win only \*/
.clearfix { height: 1%;}
.clearfix { display: block;}
/* End Holly Hack */

.error {
    font-size: 12px;
    color: red;
    /*height: 12px;*/
    margin-bottom: 10px;
}

.btn-ck {
    display: none;
}

.btn-ck + li {
    background: white;
}

.btn-ck:checked + li {
    background: lightpink;
}


.date_picker {
 	display: block;
	font-size: 15px;
	font-family: sans-serif;
	font-weight: 700;
	color: #444;
	line-height: 1.3;
	padding: .4em 1.4em .3em .8em;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #aaa;
	box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
	border-radius: .2em;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
 }