/*--Base------------------------------------------------------------*/
html, body {
	width: 100%;
	height: 100%;
}
html {
	font-size: 62.5%;
	overflow-y: scroll;
}
/*--Reset-----------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
img {
	border: none;
	vertical-align: middle;
}
ul, ol {
	list-style: none;
}
/*--Text------------------------------------------------------------*/
body {
	min-width: 320px;
	-webkit-text-size-adjust : 100%;
	font-size: 1.0rem;
	font-weight: normal;
	line-height: 1.5;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 180%;
}
/*--Link------------------------------------------------------------*/
a, a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover, a:active {
	color: #333;
}
a:focus {
	outline: none;
}
/*--HTML5-----------------------------------------------------------*/
article, aside, details, footer, header, main, menu, nav, section, summary {
	display: block;
}
/*--sample----------------------------------------------------------*/
.txt_s {
	font-size: 10px;
}
.txt_c_r {
	color: red;
}
.txt_m {
	font-size: 15px;
}
/*--layout----------------------------------------------------------*/
#wrapper {
	width: 100%;
	overflow : hidden;
}
#header {
	background: #9fb7d4;
	min-width: 100%;
}
#header header {
	margin: 0 auto;
}
#contents {
	margin: 0 auto;
	min-width: 100%;
}
#footer {
	border-top: 2px solid #9fb7d4;
	min-width: 100%;
	text-align: center;
}
#footer footer {
	margin: 0 auto;
	height: 120px;/*サンプル用に高さ設定してあります。*/
}
#header header, #contents, #footer footer {
	width: 100%;/*センター固定 or リキッドレイアウトの変更(リキッドレイアウトにする場合はwidthを100%に変更)*/
}
/*--common----------------------------------------------------------*/
#header h1, #contents h2, #contents h3, #header p, #contents p, #footer p {
	padding: 5px 0;
}
#plan select {
	font-size: 1.5rem;
	width: 100%;
	padding: 10px;
	border:2px solid #ccc;
	height: 50px;
}
h1 {
	text-align: center;
}
dd {
	min-height: 20px;
}
hr {
	border: 0;
	height: 1px;
	background: #333;
	background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
	background-image:    -moz-linear-gradient(left, #ccc, #333, #ccc);
	background-image:     -ms-linear-gradient(left, #ccc, #333, #ccc);
	background-image:      -o-linear-gradient(left, #ccc, #333, #ccc);
	margin: 5px 0;
}
#contents h2 {
	padding: 10px 0 10px 10px;
	color:#23ac38;
	border-top:2px solid #23ac38;
	border-bottom:2px solid #23ac38;
	background-color: #feffcd;
	margin: 10px 0;
}
section:before, section:after {
	content:"";
	display: table;
}
section:after {
	clear:both;
}
/*IE6,7対策 （haslayout対策）*/
section {
 *zoom:1;
}
table {
	border:3px solid #aaa;
	border-collapse: collapse;
	text-align: center;
	width: 100%;
}
td {
	border:1px solid #ccc;
	min-width:40px;
	font-weight: bold;
	vertical-align: top;
}
th {
	border:1px solid #ccc;
	font-weight: bold;
	min-width:40px;
	background-color: #efffef;
}
.sun {
	background-color:#ffd6ea;
	color:#f00;
}
.sat {
	background-color:#d6eaff;
	color:#004fe0;
}
#calendar {
	margin: 0 5px 0 0;
	width: 100%;
}
#calendar a {
	display: block;
	width: 100%;
}
#calendar a:hover {
	background-color: #fffacd;
}
#calendar span {
	display: block;
	padding: 5px 0;
	font-size:80%;
}
#calendar span.stock {
	background-color: #228b22;
	margin:0 auto;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	color:#fff;
	max-width: 30px;
}
#calendar span.zan_stock {
	background-color: #ff6347;
	max-width: 30px;
	margin:0 auto;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	color:#fff;
}
#calendar span.select_stock {
	background-color: #ffa500;
	max-width: 30px;
	margin:0 auto;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	color:#333;
}
#calendar span.request {
	background-color: #C16FD1;
	width: 30px;
	margin:0 auto;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	color:#fff;
}
#calendar #back_btn {
	width: 100%;
	text-align: center;
	padding:30px 0;
	border:none;
}
#calendar #back_btn a:hover {
	background-color: #fff;
}
#select_day {
	margin:10px;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	text-align: center;
	vertical-align: middle;
	font-size: 18px;
	padding: 0!important;
	background-color: #00a7db;
	font-weight: bold;
}
#select_day a {
	vertical-align: middle;
	display:block;
	color:#fff;
	padding:10px 0;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
}
#select_day a:hover {
	background-color: #0079c2!important;
}
#selected_day {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}
.select_day {
	background-color: #fffacd;
ß
}
#person {
	margin: 0;
	width: 100%;
}
#footer {
	margin-top: 30px;
}
#person table {
	border: none;
	font-size: 14px;
}
#person table td {
	border: none;
}
#person select {
	width: 100px;
	padding: 10px;
	border:2px solid #ccc;
	height: 50px;
	margin-bottom:10px;
	font-size: 14px;
}
#person p {
	clear: both;
	overflow: hidden;
	border-bottom:1px solid #ccc;
}
#person p strong {
	font-size: 14px;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	color:#f00;
	background-color: #ffe5f2;
	padding: 5px;
	margin:10px;
	display: block;
	text-align: right;
}
#person .total_p {
	font-size: 24px;
	color: #f00;
	text-align: right;
	padding-top: 15px;
}
#person #g_total {
	font-size: 14px;
	border:5px solid #f00;
	background-color: #ffe0ef;
	padding-left: 10px;
	margin-top: 10px;
}
#person #g_total span {
	font-size: 20px;
	display: inline-block;
	width: 75%;
	padding: 5px;
	text-align: right;
	color: red;
	font-weight: bold;
}
#person #g_total strong {
	font-size:30px;
	text-align: right;
	margin: 0;
	background-color: #fff;
}
#person #g_total small {
	font-size: 14px;
}
#person #next_btn, #input_data #next_btn,#login_data #next_btn {
	width: 100%;
	text-align: center;
	padding: 30px 0;
	border:none;
}
#person #back_btn, #input_data #back_btn {
	width: 100%;
	text-align: center;
	padding-bottom:30px;
	border:none;
}
#input_data dl {
	width: 100%;
}
#input_data dt {
	background-color: #efffef;
	font-size: 14px;
	padding:10px;
	margin: 10px 0;
	font-weight: bold;
}
#input_data dd {
	font-size: 14px;
	padding:10px;
	margin: 10px 0;
	font-weight: bold;
}
#input_data dd span {
	padding: 0 3px;
}
.input_xs {
	border:1px solid #ccc;
	width: 18%;
	padding: 10px 0px;
	font-size: 18px;
	text-indent: 3px;
}
.input_ss {
	border:1px solid #ccc;
	width: 25%;
	padding: 10px 0px;
	font-size: 18px;
	text-indent: 10px;
}
.input_s {
	border:1px solid #ccc;
	width: 50%;
	padding: 10px 0px;
	font-size: 18px;
	text-indent: 10px;
}
.input_m {
	border:1px solid #ccc;
	width: 100%;
	padding: 10px 0px;
	font-size: 18px;
	text-indent: 10px;
}
.month {
	font-size: 18px;
	text-align: center;
	margin: 5px 0;
}
#select_data table {
	width: 100%;
}
#select_data dl {
	width: auto;
}
#select_data dt {
	background-color: #efffef;
	font-size: 14px;
	padding:10px;
	margin: 10px 0;
	font-weight: bold;
}
#select_data dd {
	font-size: 14px;
	padding:0px 10px;
	margin: 10px 0px;
	font-weight: bold;
}
#select_data dd span {
	padding: 0 3px;
	display:inline-block;
}
#select_data dd select {
	padding: 10px;
	width: 100%;
	border:2px solid #ccc;
	background-color: #ffffe0;
	height: 50px;
	margin-bottom:10px;
	font-size: 14px;
}
#select_data .card_day select {
	width: 40%;
	margin-right: 5px;
}
#select_data .card_day {
	margin-top: 5px;
}
#cxl_table table {
	margin-bottom: 10px;
}
#cxl_table table td {
	padding: 5px 0;
}
input[type=radio], input[type=checkbox] {
	display: none;
}
input[type=radio]:checked + .radio:before, input[type=checkbox]:checked + .check:before {
	opacity: 1;
}
.check {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	margin: 0 20px 0 0;
	padding: 0 0 0 30px;
	vertical-align: middle;
	cursor: pointer;
}
.check:hover:after {
	border-color: #27d2ff;
}
.check:after {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	margin-top: -12px;
	width: 18px;
	height: 18px;
	border: 2px solid #bbb;
	border-radius: 3px;
	content: '';
}
.check:before {
	position: absolute;
	top: 50%;
	left: 7px;
	display: block;
	margin-top: -9px;
	width: 5px;
	height: 10px;
	border-right: 3px solid #2C9AB7;
	border-bottom: 3px solid #2C9AB7;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	content: '';
	opacity: 0;
}
.radio {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	margin: 0 20px 10px 0;
	padding: 10px 0 10px 40px;
	vertical-align: middle;
	cursor: pointer;
	width: 100%;
	border:1px solid #ccc;
}
.radio:hover:after {
	border-color: #27d2ff;
}
.radio:after {
	position: absolute;
	top: 50%;
	left: 10px;
	display: block;
	margin-top: -12px;
	width: 18px;
	height: 18px;
	border: 2px solid #bbb;
	border-radius: 50%;
	content: '';
}
.radio:before {
	position: absolute;
	top: 50%;
	left: 16px;
	display: block;
	margin-top: -6px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #2C9AB7;
	content: '';
	opacity: 0;
}
.ess {
	display: inline-block;
	width: 30px;
	color:#fff;
	background-color: #f00;
	margin-left: 10px;
	padding: 0 10px;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
}
.any {
	display: inline-block;
	width: 30px;
	color:#fff;
	background-color: #00ac97;
	margin-left: 10px;
	padding: 0 10px;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
}
dl.accordion {
	padding:0 10px;
}
dl.accordion dt {
	color:#333;
	font-weight:bold;
	cursor:pointer;
	border:1px solid #ccc;
	width:auto;
}
dl.accordion dd {
	background:#FFF;
	display:none;
	padding:0!important;
	margin: 0!important;
}
#cxl_table table td {
	vertical-align: middle;
	font-size: 12px;
}
#cxl_table p {
	font-size: 12px;
}
.doui {
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	border:3px solid #f00;
	padding: 10px;
}
#select_data #next_btn {
	width: 100%;
	text-align: center;
	padding: 30px 0;
	border:none;
}
#select_data #back_btn {
	width: 100%;
	text-align: center;
	padding-bottom:30px;
	border:none;
}
.accordion2 div {
	display: none;
	padding: 10px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}
#accept {
	font-weight: bold;
	color:#fff;
	text-align: center;
	background-color: #66CC33;
	font-size: 18px;
	padding: 20px 0!important;
}
#accept span {
	font-size: 12px;
	display:block;
}

.err_msg{
	font-size: 16px;
	background-color: #fff0f5;
	color:#dc143c;
	border:1px solid #dc143c;
	padding: 10px !important;
	margin: 20px 10px 10px 10px;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
}
.error_msg .ttl {
    font-weight: bold;
}
#age65 {
	font-size: 14px;
	padding: 10px;
	text-align: right;
	color: red;
	font-weight: bold;
}
#login_data dl {
	width: 100%;
}
#login_data dt {
	background-color: #efffef;
	font-size: 14px;
	padding:10px;
	margin: 10px 0;
	font-weight: bold;
}
#login_data dd {
	font-size: 14px;
	padding:10px;
	margin: 10px 0;
	font-weight: bold;
}
#login_data dd input{
	margin: 10px 0;
	}
#login_data dd span {
	padding: 0 3px;
}

#service_info {
	font-weight: bold;
	text-align: left;
	color:#ff8c00;
	background-color: #66CC33;
	font-size: 18px;
	padding: 10px!important;
	background-color: #fffacd;
    border: 1px solid #ff8c00;
    margin-bottom: 10px;
}
#service_info span {
	font-size: 12px;
	display:block;
	padding-top: 5px;
	color: #000;
}

#tab li {
	float: left;
	padding: 10px;
	list-style: none;
	cursor: pointer;
	background: #eee;
	width:33%;
	border :1px solid #aaa;
	text-align: center;
	margin-left:10px;
	border-bottom: none;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	overflow: hidden;
	font-size: 14px;
	font-weight: bold;
}
#tab li.select {
	background: yellow;
}

.disnon {
	display: none;
}
.content_wrap {
	clear: left;
}

.content_wrap{
	border-top: 1px solid #ccc;
}

#mail_box dd{
	font-size: 10px;
	font-weight: normal;
}

