@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=M+PLUS+1p:400,900);

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.3em;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:12px;
	background-color:#fff;
	background-size:cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color:#444;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

A:link { color:#48829a; text-decoration:none; }
A:visited { color:#48829a; text-decoration:none; }
A:active { color:#6ab20d; text-decoration:none; }
A:hover { color:#6ab20d; text-decoration:none; }

a.cke_dialog_ui_button_ok {
	display:inline-block;
	color:#fff;
	padding:6px 20px;
}

td, th {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #333333;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


INPUT { font-size: 12px; }
SELECT { font-size: 12px; }
TEXTAREA { font-size: 12px; }

li {
	margin:0;
	padding:0;
	list-style-type:none;
}

.both {
	clear:both;
}

.fit {
	width:100%;
}

.center {
	margin:auto;
	text-align:center;
}

.right {
	text-align:right;
}

.float_left {
	float:left;
}

.float_right {
	float:right;
}

.torikeshi {
	text-decoration:line-through;
}

.red {
	color:#f00;
}

.big {
	font-size:1.4em;
	line-height:1.6em;
	padding:0.5em 0;
}

.bold {
	font-weight:bold;
}

.hissu {
	font-size:0.9em;
	color:#f00;
}

.toppad {
	padding-top:0.5em;
}

input[type="text"], input[type="password"], textarea {
	border:1px solid #ccc;
	padding:8px 6px;
	font-size:14px;
	border-radius: 3px;
	box-sizing:border-box;
	width:100%;
	color:#333;
	max-width:800px;
	min-width:50px;
}

input[type="file"] {
	padding:2px 0;
}

.english_field {
	ime-mode: disabled;
}

.number_field {
	text-align:right;
	ime-mode: disabled;
}


input.readonly_field {
	background-color:#fcfcfc;
	border: solid 1px #eee;
}

input[type="checkbox"] {
    border: 1px solid #aaaaaa;
    vertical-align: -8px;
    -webkit-appearance: none;
    position: relative;
    margin-right: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    width: 26px;
    height: 26px;
    /*Other Browser*/
    background: #e2e2e2;
    /*For Old WebKit*/
    background: -webkit-gradient(
        linear, left top, left bottom,
        color-stop(0.00, #ffffff),
        color-stop(1.00, #e2e2e2)
    );
    /*For Modern Browser*/
    background: linear-gradient(
        to bottom,
        #ffffff 0%,
        #e2e2e2 100%
    );
}

input[type="checkbox"]:checked {
    background: #99cc00;
    border: 1px solid #336600;
}

input[type="checkbox"]:checked:before {
    position: absolute;
    left: 1px;
    top: 16px;
    display: block;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    content: "";
    width: 10px;
    height: 4px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right center;
}

input[type="checkbox"]:checked:after {
    display: block;
    position: absolute;
    left: 9px;
    top: 16px;
    content: "";
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    width: 16px;
    height: 4px;
    background: #ffffff;
    -webkit-transform: rotate(-53deg);
    -webkit-transform-origin: left center;
}

label.checkbox {
	line-height:20px;
	font-size:14px;
	padding-right:2em;
	white-space:nowrap;
}

.checkbox_area input[type="checkbox"] {
	border-radius:28px;
}

select::-ms-expand {
	display:none;
}

.select-wrap{
	width: 100%;
	max-width:800px;
	position: relative;
	display: inline-block;
	background:linear-gradient( 180deg, #fafafa, #fff 30% );
}

.select-wrap select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	height: 36px;
	background: transparent;
	position: relative;
	z-index: 1;
	padding: 0 40px 0 10px;
	border: 1px solid #ccc;
	border-radius: 2px;
	font-size:14px;
	line-height:20px;
	color:#444;
}

.select-wrap select[disabled] {
	border:1px solid #eee;
	color:#999;
}

.select-wrap:before{
content:'\f078';
font-family:FontAwesome;
vertical-align: baseline;
position:absolute;
z-index:1;
top:50%;
right:12px;
right:.75rem;
margin-top:-8px;
margin-top:-.5rem;
font-size:16px;
font-size:1rem;
line-height:1;
color:#333;
}

#frame {
	display:table;
	min-width:100%;
}

#frame_left {
	display:table-cell;
	vertical-align:top;
	width:200px;
	border-right:1px solid #333;
	box-sizing:border-box;
}

#frame_right {
	display:table-cell;
	vertical-align:top;
	border-left:2px solid #ccc;
	box-sizing:border-box;
}

#menu_area {
	padding:8px 20px;
	min-height:100vh;
	box-sizing:border-box;
}

#menu_area2 {
	padding:8px 20px;
	box-sizing:border-box;
	text-align:left;
}

#menu_area li, #menu_area2 li {
	padding:6px 0;
	font-size:12px;
	line-height:20px;
	position:relative;
}

#menu_area p, #menu_area2 p {
	padding:6px 0 6px 32px;
	font-size:12px;
	line-height:20px;
	position:relative;
}

#menu_area dt, #menu_area2 dt {
	padding:6px 0 6px 30px;
	font-size:12px;
	line-height:20px;
	position:relative;
}

#menu_area dt i, #menu_area2 dt i, #menu_area p i, #menu_area2 p i {
	font-size:20px;
	padding-right:12px;
	position:absolute;
	left:0;
	top:4px;
}

#menu_area dd, #menu_area2 dd {
	padding-left: 30px;
	font-size:12px;
	line-height:20px;
	display:none;
	white-space:nowrap;
	box-sizing:border-box;
}

#menu_area a, #menu_area2 a {
	display:block;
	width:100%;
}

#main_body {
	max-width:1500px;
	margin:auto;
	padding:32px;
	box-sizing:border-box;
}

#header, #pankuzu {
	max-width:1500px;
	margin:auto;
	padding:10px 30px;
	box-sizing:border-box;
	position:relative;
}

#today {
	font-size:20px;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight:900;
	color:#000;
	margin-bottom:38px;
}

.today_title {
	font-size:18px;
	line-height:1.6em;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight:400;
}

.today_cnt {
	padding:20px;
	border-bottom:1px solid #ccc;
	margin-bottom:20px;
}

.today_cnt > dl {
	font-size:18px;
}

.today_cnt > dl > dt {
	font-size:14px;
	line-height:31px;
}

.today_cnt > dl > dd:nth-of-type(2n+1) {
	margin-top:-31px;
	line-height:28px;
	width:14em;
	max-width:100%;
	text-align:right;
}

.today_cnt > dl > dd:nth-of-type(2n+2) {
	margin-top:-31px;
	line-height:28px;
	width:23em;
	max-width:100%;
	text-align:right;
}

.today_cnt th {
	font-size:14px;
	text-align:center;
	padding:5px 20px;
}

.today_cnt td {
	text-align:center;
	font-size:16px;
	padding:5px 20px;
}

span.today_cnt_txt {
	font-size:24px;
	padding-right:8px;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight:900;
}

#pankuzu_wrap {
	background-color:#48829a;
	color:#fff;
	padding:8px 0;
	margin-left:-2px;
	min-width:100%;
	box-sizing:border-box;
	position:relative;
}

#pankuzu ul li {
	display:inline;
}

#pankuzu ul li:not(:first-child):before {
	content: '　>　';
}

#pankuzu a:link, #pankuzu a:hover, #pankuzu a:visited {
	color:#fff;
}

.list_area table, .list_area2 table {
	width:100%;
	max-width:1500px;
}

.list_area table th, .list_area2 table th {
	border-bottom:2px solid #48829a;
	padding:10px 10px;
	background-color:#eee;
	font-weight:bold;
	vertical-align:middle;
	white-space:nowrap;
	box-sizing:border-box;
}

.list_area table tr:hover td {
	background-color:#fcfcfc;
}

.list_area a.button {
	display: inline-block;
	padding: 2px;
	width:50px;
	text-decoration: none;
	color: #333;
	border: solid 1px #ccc;
	background-color:#fff;
	border-radius: 3px;
	transition: .2s;
	box-sizing:border-box;
	text-align:center;
}

.list_area a.button:hover {
	cursor:pointer;
	color:#6ab20d;
}

.list_area a.button:active {
	background-color:#eee;
}

.list_area a.disabled, .list_area a.disabled:hover, .list_area a.disabled:active  {
	cursor:default;
	border: solid 1px #ddd;
	color:#aaa;
	background-color:#fff;
}
 
.list_area table .button_area {
	white-space:nowrap;
	width:156px;
	text-align:center;
}

.list_area table .button_area2 {
	white-space:nowrap;
	width:56px;
	text-align:center;
}

.list_area table .button_area3 {
	white-space:nowrap;
	width:106px;
	text-align:center;
}

.list_area table td {
	padding:3px 0;
	box-sizing:border-box;
}

.list_area table.read_table td {
	padding:8px 2px;
	border-bottom:1px solid #eee;
}

.list_area table.read_table td > p {
	white-space:nowrap;
	overflow:hidden;
	width:100%;
}

a.click_button {
	color:#fff;
	background-color:#48829a;
	line-height:2.4em;
	display:block;
	padding:10px;
	text-align:center;
	border-radius: 5px;
	transition: opacity 0.4s ease-out;
}

a.click_button_mini {
	color:#fff;
	background-color:#48829a;
	line-height:2.2em;
	display:block;
	padding:5px;
	text-align:center;
	border-radius: 5px;
	transition: opacity 0.4s ease-out;
}

a.form_button {
	color:#fff;
	background-color:#48829a;
	line-height:2.4em;
	display:block;
	padding:10px;
	text-align:center;
	border-radius: 5px;
	transition: opacity 0.4s ease-out;
}

a.form_button:hover, a.click_button:hover {
	opacity:0.8;
}

.picker {
	background-image:url(images/icon_color.png);
	background-position:98% 50%;
	background-repeat:no-repeat;
	background-size:20px 20px;
}

.datepicker {
	background-image:url(images/icon_date.png);
	background-position:98% 50%;
	background-repeat:no-repeat;
	background-size:20px 20px;
}

ul.list {
	padding:8px 0;
}

ul.list li {
	font-weight: bold;
	padding:5px 0;
	list-style:none;
	clear:both;
}

ul.list li:not(:last-of-type) {
	border-bottom:1px solid #eee;
	padding: 5px 0;
}

ul.list li > p {
	display:inline-block;
	box-sizing:border-box;
	padding:0 0.5em;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}

ul.list a {
	display:inline-block;
	width:100%;
	padding:3px 0;
}

ul.list a:hover {
	background-color:#efffd9;
}

.half > div:nth-child(2n+1) {
	clear:both;
	width:50%;
	padding-right:8px;
	box-sizing:border-box;
	float:left;
}

.half > div:nth-child(2n) {
	width:50%;
	padding-left:8px;
	box-sizing:border-box;
	float:right;
}

dl.guide_detail dt {
	font-size:14px;
	padding-bottom:2px;
	font-weight:bold;
}

dl.guide_detail dd {
	margin-bottom:1.5em;
}

div#list_area > div.list_area:not(:last-of-type) {
	border-bottom:1px solid #ccc;
	padding-bottom:3em;
	margin-bottom:3em;
}

#dummy_area, #dummy_area2 {
	display:none;
}

.comment {
	text-align:right;
	color:#f00;
}

#comment_area {
	display:none;
	padding: 0 0 1em 0;
	font-weight:bold;
	color:#f00;
	box-sizing:border-box;
}

.image_box {
	position:relative;
	border:1px solid #ccc;
	width:100%;
	height:130px;
	background-color:#eee;
	background-repeat:no-repeat;
	background-position: center center;
	background-size:contain;
	text-align:left;
	vertical-align:middle;
	padding:10px 10px 10 10px;
	margin-bottom:10px;
	box-sizing:border-box;
}

.image_box .image_console {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	padding:0 10% 5px 10%;
	box-sizing:border-box;
	text-align:center;
}

.image_box .image_console a {
	width:30%;
	height:20px;
	line-height:20px;
	font-size:0.8em;
	display:inline-block;
	background-color:#fff;
	border:1px solid #ccc;
	color:#00f;
	border-radius: 2px;
	transition: opacity 0.4s ease-out;
	overflow:hidden;
}

.image_box .image_console a:hover {
	text-decoration:none;
	opacity:0.6;
}

.big_a a {
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	display:block;
}

input[name="send_url"] {
	width:100%;
	padding:2px 0;
}

.mittsu > div:nth-child(3n+1) {
	clear:both;
	width:33%;
	padding-right:8px;
	box-sizing:border-box;
	float:left;
}

.mittsu > div:nth-child(3n+2) {
	width:33%;
	padding-right:8px;
	box-sizing:border-box;
	float:left;
}

.mittsu > div:nth-child(3n) {
	width:34%;
	box-sizing:border-box;
	float:left;
}

.yottsu > div:nth-child(2n+1) {
	clear:both;
	width:25%;
	padding-right:8px;
	box-sizing:border-box;
	float:left;
}

.yottsu > div:nth-child(2n) {
	width:75%;
	padding-left:8px;
	box-sizing:border-box;
	float:right;
}
	
.yottsu2 > div:nth-child(4n+1) {
	clear:both;
	padding:0 2px 0 0;
}

.yottsu2 > div:nth-child(4n) {
	padding:0 0 0 2px;
}

.yottsu2 > div {
	box-sizing:border-box;
	width:25%;
	padding:0 2px;
	float:left;
}
.search_area {
	display:table;
	margin:0 0 2em 0;
	width:100%;
}

.search_area > div > dl > dt:nth-of-type(n+2) {
	margin-top:1em;
}

.search_area > div {
	display:table-cell;
	vertical-align:bottom;
}

.search_area > div:first-child {
	width:85%;
}

.search_area > div:nth-child(2) {
	padding-left:10px;
	box-sizing:border:box;
}

.search_area > div:nth-child(2) > a {
	line-height:2em;
	padding:5px;
	margin-bottom:2px;
}

#search_list {
	min-height:100vh;
}

.id_area {
	text-align:center;
}

.id_area a {
	display:block;
	height:100%;
	width:100%;
	text-decoration:underline;
	font-weigh:bold;
}

#search {
	display:table;
	min-width:100%;
}

#search > div {
	display:table-cell;
}

#search > div#left_area {
	width:300px;
	padding-right:30px;
	box-sizing:border-box;
}

#search > div#left_area dd {
	white-space:nowrap;
}

#search > div#left_area #new_area {
	width:150px;
}

#search > div#left_area #search_box {
	border-top:1px solid #ccc;
	margin-top:35px;
	padding-top:35px;
}

#search > div#left_area #search_box dt {
	font-size:13px;
}

table#template_calendar {
	width:100%;
	border-collapse: collapse;
}

table#template_calendar th {
	border:1px solid #ccc;
	font-weight:bold;
	padding:8px 0;
}

table#template_calendar td {
	border:1px solid #ccc;
	padding:8px;
	text-align:center;
}

table#template_calendar #sun {
	background-color:#fdedf3;
	color:#c40d38;
}

table#template_calendar #sat {
	background-color:#d9e6f8;
	color:#355e96;
}

table#template_calendar .dt {
	font-size:18px;
	padding-bottom:12px;
}

table#template_calendar .set_holiday, table#template_calendar .set_special {
	display:block;
	width:100%;
	line-height:24px;
	font-size:13px;
}

table#template_calendar a.set_holiday:hover, table#template_calendar a.set_special:hover {
	background-color:#ffe7ed;
}

.special_text {
	width:220px;
	display:inline-block;
	line-height: 28px;
	border:1px solid #ccc;
	border-radius:2px;
	padding:2px;
	box-sizing:border-box;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

#special_table > tbody > tr > td {
	padding-bottom:3px;
	border-bottom:1px solid #eee;
	background-color:#fff;
}

.page {
	margin-top:2em;
	text-align:center;
}

.table {
	display:table;
}

.table > div {
	display:table-cell;
	box-sizing:border-box;
	padding:0 10px;
}

.table > div a.form_button {
	width:300px;
}

#login_text {
	float:right;
	padding:10px 28px 10px 0;
}

#mb_menu {
	display:none;
}
#mobile_list {
	display:none;
}
.ui-datepicker { z-index: 5000 !important; }

.mb_only {
	display:none;
}

.sort_table th {
	font-size:14px;
	padding:4px 4px;
}

.sort_table td {
	padding:0 2px;
	white-space:nowrap;
}

.csv {
	text-align:center;
	margin-top:16px;
}

@media screen and (max-width:680px) {
	img {
		max-width:100%;
		height:auto !important;
	}
	
	table {
		max-width:100% !important;
	}
	#main_body, #header, #pankuzu {
		width:100%;
		padding-left:8px;
		padding-right:8px;
	}
	.yottsu2 > div:nth-child(2n+1) {
		clear:both;
		padding:0 2px 0 0;
	}
	
	.yottsu2 > div:nth-child(2n) {
		padding:0 0 0 2px;
	}
	
	.yottsu2 > div {
		box-sizing:border-box;
		width:50%;
		float:left;
	}
	#frame {
		display:block;
	}
	#frame_left {
		display:block;
		width:100%;
		border-right:0 none #fff;
	}
	#frame_right {
		display:block;
		border-left:0 none #fff;
	}
	#mb_menu {
		display:block;
		padding:16px;
		box-sizing:border-box;
		text-align:right;
		background-color:#d3eef9;
	}
	#mb_menu a#show_menu {
		font-family: 'M PLUS 1p', sans-serif;
		font-weight:900;
		font-size:14px;
	}
	#menu_area {
		display:none;
	}
	#menu_area2 {
		display:none;
		width:100%;
	}
	.list_area table input[type="button"] {
		font-size:12px;
		width:38px;
	}
	#search {
		display:block;
		min-width:100%;
	}
	
	#search > div {
		display:block;
	}

	#search > div:nth-of-type( n+2 ) {
		margin-top:32px;
		padding-top:32px;
		border-top:1px solid #ccc;
	}
	.mb_only {
		display:block;
	}
	.pc_only {
		display:none;
	}
	#mobile_list {
		display:block;
		line-height:20px;
		font-size:14px;
	}
	#mobile_list .button {
		font-size:12px;
		line-height:17px;
	}
	#mobile_list dt {
		font-size:12px;
		font-weight:bold;
		color:#48829a;
		padding-top:4px;
	}
	#mobile_list dd {
		text-align:left;
		width:100%;
		line-height:1.5em;
		min-height:1.5em;
		font-size:15px;
		padding-bottom:4px;
		border-bottom:1px solid #ccc;
	}
	#mobile_list dd p.center, #mobile_list dd p.right, #mobile_list dd div.id_area {
		text-align:left;
	}
	#mobile_list dt.btn_area {
		padding:8px;
		width:100%;
		text-align:right;
		margin-bottom:4px;
		background-color:#d3eef9;
		box-sizing:border-box;
		font-weight:normal;
	}
	#mobile_list > dl:nth-of-type(n+2) {
		margin-top:30px;
	}
	#search_list {
		min-height:20vh;
	}
	.table {
		width:100%;
	}
	.table > div {
		text-align:center;
	}
	.table > div a.form_button {
		width:90%;
	}
	#login_text {
		float:left;
		padding:0;
		margin-left:-8px;
		color:#48829a;
	}

}