@charset "utf-8";
/* CSS Document */

/* #navimenu
--------------------------- */
#navimenu {
	border: solid 3px #71AA03;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 20px 10px;
}
#navimenu p {
	line-height: 1.2em;
	color: #FFF;
	background-color: #71AA03;
	padding: 10px;
}
#navimenu ul+p { border-top: dotted 1px #FFF; }
#navimenu li+li { border-top: dotted 1px #71AA03; }
#navimenu li {
	font-size: 90%;
	line-height: 1em;
	background: url(../img/ico_sub.gif) no-repeat 12px 17px;
	background-size: 5px 1px;
	-webkit-background-size: 5px 1px;
	padding: 0 10px 0 12px;
}
#navimenu li a {
	display: block;
	padding: 12px;
}
.ui-accordion-header { cursor: pointer; }
.ui-accordion-header a {
	cursor: pointer;
	display: block;
}
.ui-state-default {
	background: url(../img/ico_plus.png) no-repeat right 8px;
	background-size: 18px 18px;
	-webkit-background-size: 18px 18px;
}
.ui-state-active {
	background: url(../img/ico_minus.png) no-repeat right 8px;
	background-size: 18px 18px;
	-webkit-background-size: 18px 18px;
}

/* .button
--------------------------- */
.button {
	font-size: 0;
	text-align: center;
	margin: 0px 0;
}
.button li { display: inline; }
.button li img { padding: 0 5px 2px 5px; }

/* #banner
--------------------------- */
#banner {
	border: solid 2px #186ea6;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 20px 10px;
}
#banner li+li { border-top: solid 1px #CCC; }
#banner li {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.95, #e7e7e7), color-stop(0.76, #fff));
	background: -webkit-linear-gradient(top, #fff 76%, #e7e7e7 95%);
	background: -moz-linear-gradient(top, #fff 76%, #e7e7e7 95%);
	background: -o-linear-gradient(top, #fff 76%, #e7e7e7 95%);
	background: -ms-linear-gradient(top, #fff 76%, #e7e7e7 95%);
	background: linear-gradient(to bottom, #fff 76%, #e7e7e7 95%);
	padding: 0 14px 0 0;
}
#banner a {
	text-decoration: none;
	color: #333;
	display: block;
	padding: 15px 30px 15px 14px;
	background: url(../img/ico_arrow.png) no-repeat right center;
	background-size: 10px 10px;
	-webkit-background-size:10px 10px;
}

/* .contents
--------------------------- */
.contents {
	background-color: #70aa03;
	padding: 20px;
}
.contents .link {
	border: solid 2px #FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.contents .link li+li { border-top: solid 1px #CCC; }
.contents .link li a { border-bottom: none; }
.contents .box {
	font-size: 90%;
	background-color: #FFF;
	border: solid 2px #FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 10px;
}
.contents .box p { padding-bottom: 7px; }
.contents .box li {
	background: url(../img/ico_sub.gif) no-repeat 4px 7px;
	background-size: 2px 2px;
	-webkit-background-size: 2px 2px;
	padding: 0 0 7px 12px;
}

/* section_index
--------------------------- */

section p.title {
	text-align: center;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #fff), color-stop(0.00, #bfe6ff));
	background: -webkit-linear-gradient(top, #bfe6ff 0%, #fff 88%);
	background: -moz-linear-gradient(top, #bfe6ff 0%, #fff 88%);
	background: -o-linear-gradient(top, #bfe6ff 0%, #fff 88%);
	background: -ms-linear-gradient(top, #bfe6ff 0%, #fff 88%);
	background: linear-gradient(to bottom, #bfe6ff 0%, #fff 88%);
	clear: both;
	padding: 13px 0 10px 0;
}

/* section_second
--------------------------- */

body#second section {
	text-align: center;
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #BDE5FF),
	color-stop(0.43, #E6F5FF)
	);
	background-image: -o-linear-gradient(bottom, #BDE5FF 0%, #E6F5FF 43%);
	background-image: -moz-linear-gradient(bottom, #BDE5FF 0%, #E6F5FF 43%);
	background-image: -webkit-linear-gradient(bottom, #BDE5FF 0%, #E6F5FF 43%);
	background-image: -ms-linear-gradient(bottom, #BDE5FF 0%, #E6F5FF 43%);
	background-image: linear-gradient(to bottom, #BDE5FF 0%, #E6F5FF 43%);
	padding: 17px 0 0 0;
}

#contents_middle {
	text-align: left;
	background: #FFF;
	padding: 10px;
}

.smallbox li {
	margin: 0 0 5px;
}

.smallbox li.right {
	text-align: right;
}

.smallbox li img {
	margin: 0 5px 0 0;
}

p.catch {
	padding: 0 0 15px;
}

.date {
	background: #FFF;
	padding: 15px;
	text-align: center;
	border-top: 2px solid #186ea6;
	border-bottom: 2px solid #186ea6;
}

#contents_right  .c_date {
	margin-bottom: 20px;
}
.black {
	font-weight: bold;
}
.calendar_title {
	font-size: 18px;
	text-align: center;
	margin: 40px 0 20px 0;
}
.calendar,
.calendar2 {
	border-spacing: 0;
	border-collapse: collapse;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin: 20px auto 0 auto;
}

.calendar2 {
	width: 98%;
}
.calendar tr th,
.calendar p,
.calendar2 tr th,
.calendar2 p {
	text-align: center;
}
.calendar th,
.calendar2 th {
	background-color: #eeece1;
	padding: 10px 0 10px 0;
	border-bottomh: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.calendar td,
.calendar2 td {
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: #FFF;
}
.sun {
	color: #F00;
}
.sat {
	color: #00F;
}
.calendar .yellow,
.calendar2 .yellow {
	background-color: #fdedbd;
}
.calendar .pink,
.calendar2 .pink {
	background-color: #fedacf;
}
.calendar .blue,
.calendar2 .blue {
	background-color: #d9f0fe;
}
.calendar .purple,
.calendar2 .purple {
	background-color: #edd3fe;
}
/* --------------------------------------------------------- */
/* フォーム用 
------------------------------------------------------------ */

.top_margin {
	margin-top: 10px;
}
.red {
	color: #F00;
	padding-left: 10px;
}
.form_table,
.info_table {
	border-spacing: 0;
	border-collapse: collapse;
	border-top: 1px solid #ccc;
	margin: 30px 0 25px;
}
.form_table th,
.info_table th {
	background-color: #eeece1;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 220px;
	border-right: 1px solid #ccc;
}
.form_table th {
	vertical-align: top;
	text-align: left;
	padding: 10px;
}
.form_table td {
	border-bottom: 1px solid #ccc;
	width: 500px;
	padding: 10px;
	vertical-align: middle;
	border-right: 1px solid #ccc;
}
.LLsize,
.Lsize,.MMsize,.Msize,.Ssize,.form_table tr td select,.sp_formbox select,input {
	margin: 0px 5px 0 0px;
}
.form_table tr td p,
.sp_formbox p {
	padding-bottom: 5px;
}

.box {
	background: #FFF;
	padding: 10px 10px 0 10px;
}

.box p,
.box_end p {
	padding: 0 0 15px;
}

.box_end {
	background: #FFF;
	padding: 10px 10px 0 10px;
	margin: 0 0 30px;
}

.sp_formbox {
	border: 1px solid #ccc;
	background: #ddd;
	padding: 5px;
	margin-bottom: 10px;
}
.sp_form_answer {
	background: #fff;
	margin: 0px;
	padding: 5px;
}


.LLsize {
	height: 100px;
	width: 100%;
}
.Lsize {
	width: 250px;
}
.MMsize {
	width: 420px;
}
.sp_MMsize {
	width: 100%;
}
.Msize {
	width: 50px;
}
.Ssize {
	width: 30px;
}
.table_center {
	text-align: center;
}
.table_top {
	margin-top: -5px;
}

.txtmode1 {
	  ime-mode: active;
}
.txtmode2 {
	  ime-mode: inactive;
}
.small_table.table_top,
.small_table2.table_top {
}

.small_table td,
.small_table2 td {
	border-spacing: 0;
	border-collapse: collapse;
	width: 250px;
	border-style: none;
	padding: 0px;
}
.small_table td {
	width: 250px;
	padding-top: 5px;
}
.small_table2 td {
	width: 166px;
	padding-top: 5px;
}
.error{
	color:#C00;
	font-weight:bold;
	background:#FCF;
	padding:3px;
	margin-top: 5px;
	}

.contents_textbox2 {
	border: 1px solid #ccc;
	padding: 10px;
	background: #FFF;
}

.cAlg,
.table_center {
	padding: 10px 0 20px;
}
.pt10{
	padding-top:10px;
	}
.pb20{
	padding-bottom:20px;
	}