@charset "utf-8";
*{margin:0;padding:0;border:0;outline:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;font:inherit;font-size:100%;text-decoration:none;vertical-align:baseline;}body{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;-o-text-size-adjust:100%;text-size-adjust:100%;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;height:100%;}article,aside,dialog,figcaption,figure,footer,header,main,menu,nav,section,img,small,time,svg{display:block;}audio,canvas,video{display:inline-block;vertical-align:middle;}hr{box-sizing:content-box;height:0;overflow:visible;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}a{cursor:pointer;}strong{font-weight: bold;}table{border-collapse:collapse;border-spacing:0;}img{-webkit-backface-visibility:hidden;backface-visibility:hidden;}caption,th{font-weight:bold;text-align:left;}label{vertical-align:middle;line-height:1em;cursor:pointer;}input,textarea,select{padding:4px 8px;border-radius:0;vertical-align:middle;}input,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;}input[type="radio"]{cursor:pointer;-webkit-appearance:radio;-moz-appearance:radio;appearance:radio;}input[type="checkbox"]{cursor:pointer;-webkit-appearance:checkbox;-moz-appearance:checkbox;appearance:checkbox;}input[type="radio"],input[type="checkbox"],input[type="submit"]{padding: 0;}textarea{overflow:auto;resize:vertical;}a,area,button,input,label,select,textarea{-ms-touch-action:manipulation;touch-action:manipulation;}article{word-wrap:break-word;overflow-wrap:break-word;}

.clearfix:after{content:".";display:block;clear:both;height:0;visibility:hidden;}.clearfix{min-height:1px;}.clear{clear:both;}
@media screen and (max-width: 960px) {
	.pc {display:none !important;}
}
@media screen and (min-width: 961px) {
	.sp {display:none !important;}
}
body,input,textarea,select {
	font-size: 14px;
	font-weight: normal;
	font-family: "Hiragino Kaku Gothic Pro",Meiryo,Osaka,"MS PGothic","sans-serif";
	color: #3e3a39;
	line-height: 1.6em;
	letter-spacing: 0.5px;
}
input,textarea,select {
	background-color: #eeeeee;
	border: 1px solid #d2d2d2;
}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
a {
    display: inline-block;
	color: #0084ff;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
table {
    width: 100%;
}
td,
th {
    border: 1px solid #d2d2d2;
    padding: 5px 10px;
    vertical-align: middle;
}
input[type="button"] {
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
input[type="button"]:hover {
    opacity: 0.5;
}
.ttl td {
    background-color: #99CC66;
    border: none;
    padding: 5px 15px;
    font-size: 18px;
    line-height: 1.4em;
}
.month {
    margin-bottom: 20px;
}
.month td {
    border-top-width: 0;
    padding: 7px;
    text-align: center;
}
.month input {
    margin: 3px;
}
#sche {
    padding: 10px 10px 20px;
}
#sche .ttl {
    text-align: center;
    font-size: 16px;
}
#sche input {
    display: block;
    width: 180px;
    margin: 20px auto 0;
}