@charset "utf-8";

/*********************
 base
*********************/
 
*{ padding:0; margin:0; }
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	     -o-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
}
html,body{ height:100%; }
body{
	-webkit-text-size-adjust: 100%;
	width:100%;
	font-family: メイリオ, Meiryo, "Hiragino Sans", ヒラギノ角ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #555;
	line-height:1.2em;
}
img{
	vertical-align:middle;
}
main{
	display:block;
	padding:30px 20px;
}
button{
	cursor:pointer;
	outline: none;
}
.flexbox{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.flextop{
	-webkit-box-align: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
}
.flexalign-center{
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.flexbetween{
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.flexbr{
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
ul {
	list-style: none;
	overflow: hidden;
}
a{ color:#36f; }
.orange{ color:#f60; }

input[type="mail"],label{ cursor:pointer; }
input[type="mail"],
input[type="text"],
input[type="password"]{
	width:100%;
	padding: 5px 10px;
	border-radius: 7px;
	height: 46px;
	margin-bottom:15px;
	font-size: 16px;
	border: 1px solid #523e2f;
	outline: none;
}
button[type="submit"]{
	padding: 5px 10px;
	border:0;
	border-radius: 7px;
	height: 40px;
	font-size: 16px;
	color:#fff;
	background:#71c240;
	box-shadow:0 2px 0 #4c8e24;
}
button.red[type="submit"]{
	padding: 5px 10px;
	border:0;
	border-radius: 7px;
	height: 40px;
	font-size: 16px;
	color:#fff;
	background:#cb3030;
	box-shadow:0 2px 0 #691717;
}
button.blue[type="submit"]{
	padding: 5px 10px;
	border:0;
	border-radius: 7px;
	height: 40px;
	font-size: 16px;
	color:#fff;
	background:#3b6cda;
	box-shadow:0 2px 0 #193c8b;
}
input.active{
	border: 1px solid #f60;
}
span.inputPlaceholderSpan{
	background:#fff;
	display:inline-block;
	padding:0 5px;
	color:#f60;
}
a.disabled{
	text-decoration:none;
	pointer-events: none;
	color: #555;
}

/*********************
 header
*********************/
header{
	width:100%;
	background:#fff;
	border-top:3px solid #523E2F;
	border-bottom:1px solid #ccc;
	box-shadow: 0 0 4px rgba(0,0,0,0.2);
}
header h1{
	height:50px;
	font-size:16px;
	font-weight:bold;
	line-height:50px;
	display:block;
	padding-left:10px;
}
header div{
	height:50px;
	font-size:12px;
	line-height:50px;
	display:block;
	padding-right:10px;
}

/*********************
 login
*********************/
#loginBox{
	margin:0 auto;
	max-width:600px;
}
#loginBox h2{
	font-size:16px;
	font-weight:bold;
	padding-bottom:10px;
}
/*********************
 top
*********************/
#loginBox{
	margin:0 auto;
	max-width:600px;
}
#top_header .iraiBox{
	background: #fffee1;
	padding:10px;
	border:1px solid #523e2f;
	margin-bottom:15px;
}
#top_header .iraiBox h2{
	font-size:16px;
	font-weight:bold;
	padding-bottom:10px;
}
#top_header .iraiBox p,
#top_header .kakuninBox p{
	font-size:16px;
	padding-right:15px;
	padding-bottom:10px;
	display:inline-block;
}
ul.table {
	list-style: none;
	display: table;
	width: 100%;
	margin: 0;
	padding: 0;
}
ul.table li.title {
	background:#eee8aa;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
ul.table li.title span{
	display: inline-block;
	padding: 10px;
	border-left: 1px solid #ccc;
}
ul.table li.sub {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #f5f5dc;
}
ul.table li.sub span{
	display: inline-block;
	padding: 10px;
	border-left: 1px solid #ccc;
}
h3{
	font-size:16px;
	font-weight:bold;
	padding:30px 0 10px;
}
/*********************
 irai
*********************/
.iraiContentBox{
	border:1px solid #666;
	margin:10px 0 50px;
	padding:15px;
	background: #fffee1;
}
.iraiContentBox h2{
	font-size:20px;
	font-weight:bold;
	padding-bottom:10px;
}
.ContentInner{
	padding:15px;
	border:1px solid #ccc;
	margin-bottom:15px;
	background: #fff;
}
.ContentInner .textBox{
	width:500px;
}
.ContentInner h3{
	padding:0 0 10px;
}
.ContentInner textarea{
	width:500px;
	height: 300px;
	border:1px solid #999;
	padding:10px;
	line-height:1.3em;
	margin:5px 0 0;
}
.beforeContent{
	width:500px;
	font-size:14px;
	display:block;
	margin-left:15px;
	margin-top: 42px;
}
.beforeContent div{
	background:#EBFCFF;
	padding:10px;
	margin-bottom:15px;
	line-height:1.3em;
}
.beforeContent input[type="checkbox"] {
    display: none;
}
.beforeContent label{
	color: #711212;
	font-weight: bold;
	display:block;
}
.beforeContent input[type="checkbox"]:checked ~ p {
	padding: 10px 0;
	height: auto;
	opacity: 1;
}
.beforeContent p{
	height: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
}
.calendar-saturday{
	color:blue;
}
.calendar-sunday{
	color:red;
}

/*********************
 iraicount
*********************/
ul.table li.fff {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
}
ul.table li.fff span{
	display: inline-block;
	padding: 10px;
	border-left: 1px solid #ccc;
}
/*********************
 user
*********************/
#userBox{
	margin:30px auto;
	max-width:600px;
}
#userBox h2{
	font-size:16px;
	font-weight:bold;
	padding-bottom:10px;
}
#userBox p{
	margin-bottom:15px;
}
#userBox p label{
	font-size:16px;
	margin-right:20px;
}
#userBox button[type="submit"]{
	width:100px;
	margin-top:10px;
}

/*********************
 footer
*********************/
footer{
	position:absolute;
	bottom:0;
	width:100%;
	background:#fff;
	text-align:center;
}
footer .copyright{
	font-size:10px;
	padding:7px 0;
	background:#523e2f;
	color:#fff;
}
