@charset "euc-jp";

#statescomment {
	padding: 1em;
	background: #FFF;
	border: solid 1px #CCC;
	border-radius: 10px;
	display: block;
	margin: 1em auto 2em;
	width: 80%;
}
@media screen and (min-width:639px){
	#statescomment { width: 50%; }
}
#statescomment table {
	margin: 0 auto;
}
#statescomment th, #statescomment td {
	padding: 0.2em 0.5em 0.3em;
}

.box2 {
	padding: 0 1em 1em;
}
.table1 {
	background: #FFF;
	margin: 0 auto 2em;
	padding: 0;
	width: 100%;
	border: none;
	border-collapse: collapse;
}
.table1 th {
	width: 30%;
	padding: 0.2em;
	border-bottom: solid 1px #BBB;
}
.contents .table1 th.caltitle {
	font-size: 22px; font-size: 2.2rem;
}
.table1 th.col0 {
	width: 10%;
}
.table1 th.col1 {
	width: 10%;
}
.table1 th.col2 {
	width: 10%;
}
.table1 th.col3 {
	width: 10%;
}
.table1 th.col4 {
	width: 10%;
}
.table1 th.col5 {
	width: 10%;
}
.table1 th.col6 {
	width: 10%;
}
.table1 th.col7 {
	width: 10%;
}
.table1 td {
	padding: 0;
	border-bottom: solid 1px #BBB;
}
.contents .table1 table {
	border: none;
	width: 100%;
	margin: 0 0 5px !important;
}
.contents .table1 table tr:nth-child(ODD) {
	background: #FCFCFC;
}
.contents .table1 table th, 
.contents .table1 table td {
	padding: 0.6em 0.3em 0.2em;
	border-bottom: solid 1px #DDD;
	line-height: 1.2;
}
.contents .table1 table th {
	text-align: left;
	font-weight: normal;
}
.contents .table1 table td {
	text-align: center;
}
.contents .table1 table td:last-child, 
.contents .table1 table th:last-child {
	border-bottom: none;
}

/* ----------------------
	CATEGORY
---------------------- */
/* ----------------------
	State Color
---------------------- */
.stateC0 {
	color: #CCC;
}
.stateC1 {
	color: #0A98CA;
}
.stateC2 {
	color: #4A3C8A;
}
.stateC3 {
	color: #AC9D7D;
}
.stateC4 {
	color: #583B32;
}

/* ----------------------
	DAY Color
---------------------- */
/* Sunday */
.col0 {
	color: #C00;
}
/* weekday */
.col1 {
}
.col2 {
}
.col3 {
}
.col4 {
}
.col5 {
}
/* Saturday */
.col6 {
	color: #069;
}
/* Syukujitu */
.col7 {
	color: #C00;
}

@media screen and (max-width:980px){
.contents table th, .contents table td {
	font-size: 16px; font-size: 1.6rem;
}
.contents .table1 table th, .contents .table1 table td {
	font-size: 16px !important; font-size: 1.6rem !important;}
.contents .table1 .cate th, .contents .cate table td {
font-size: 16px !important; font-size: 1.6rem !important;}
}

@media screen and (max-width:799px){
.box2 {
	width: 100%;
	padding: 0 1em 1em;
}
}

@media screen and (max-width:639px){
#hanrei {
	width: 90%;
}
.contents table th, .contents table td {
	font-size: 14px !important; font-size: 1.4rem !important;
}
.contents .table1 table th, .contents .table1 table td {
	font-size: 14px !important; font-size: 1.4rem !important;}
.contents .table1 .cate th, .contents .cate table td {
font-size: 14px !important; font-size: 1.4rem !important;}
}

