@charset "utf-8";
/* 全体 */
body {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	text-align: left;
}
img {
	border: none;
}
a {
	outline: none;
	color: #004BB4;
}
a:hover {
	outline: none;
	color: #3287FD;
}
a img.img_alpha {
}
a:hover img.img_alpha {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.header {
	width: 100%;
	height: auto;
	position : relative;
	float: left;
}
.inner {
	width: 1000px;
	height: auto;
	position: relative;
	z-index: 30;
	margin: 0 auto 0 auto;
}
.contents {
	width: 100%;
	height: auto;
	position : relative;
	float: left;
	background-position: center center;
	background-size: cover;
}
.title {
	height: 330px;
	background-image: url("imgs/title_bg.jpg");
	border-top: 10px solid #004BB4;
}
.title_inner {
	width: 450px;
	height: auto;
	position: relative;
	z-index: 30;
	margin: 40px auto 0 auto;
}
.checker {
	background-image: url("imgs/checker.jpg");
    background-size: ;
	height: 28px;
	background-size: 1000px auto;
	background-repeat: repeat-x;
}
.back1 {
	background-color: #c4d8e1;
    padding: 80px 0 80px 0;
}
.inner_calendar {
	background-color: #FFFFFF;
	width: 900px;
}
.calendar_title {
	width: 100%;
	height: auto;
	position : relative;
	float: left;
	background-color: #004BB4;
	text-align: center;
	font-size: 30px;
	color: #FFFFFF;
	font-weight: bold;
    padding: 5px 0 5px 0;
}
.calendar_area {
	width: 100%;
	height: auto;
	position : relative;
	float: left;
    display: flex;
	flex-wrap: wrap;
    background-color: #FFFFFF;
}
.calendar_area2 {
	background-color: #f8f8f8;
}
.calendar_m {
	width: 130px;
	height: auto;
	position : relative;
	float: left;
}
.calendar_m1 {
	background-color: #d24a60;
}
.calendar_m2 {
	background-color: #6b69a5;
}
.calendar_m3 {
	background-color: #b2cb3a;
}
.calendar_m4 {
	background-color: #e599a9;
}
.calendar_m5 {
	background-color: #5ba86a;
}
.calendar_m6 {
	background-color: #a36ea4;
}
.calendar_m7 {
	background-color: #6bc2ca;
}
.calendar_m8 {
	background-color: #e8cc2a;
}
.calendar_m9 {
	background-color: #e1af55;
}
.calendar_m10 {
	background-color: #c0976a;
}
.calendar_m11 {
	background-color: #dd6954;
}
.calendar_m12 {
	background-color: #d14146;
}
.list {
	width: 750px;
	height: auto;
    position : relative;
	float: left;
	font-size: 18px;
	line-height: 18px;
	text-align: center;
    margin-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.list ul {
	padding: 0px;
	list-style-type: none;
	position : relative;
	margin: 0px;
}
.list li {
	text-decoration: none;
	display: block;
	height: auto;
	width: 100%;
	position : relative;
	float: left;
	margin: 0px;
}
.list li.hn1, .list li.hn1_sun, .list li.hn1_sat {
	width: 60px;
	font-family: 'Oswald', sans-serif;
	font-size: 40px;
    margin-top: 30px;
	margin-bottom: 0px;
}
.list li.hn1_sun {
	color: #e10012;	
}
.list li.hn1_sat {
	color: #004bb4;	
}
.list li.hn2, .list li.hn2_sun, .list li.hn2_sat {
	width: 40px;
	height: 30px;
    padding-top: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 23px;
	font-weight: bold;
}
.list li.hn2_sun {
	background-color: #e10012;
}
.list li.hn2_sat {
	background-color: #004bb4;
}
.list li.hn3 {
	width: 630px;
	text-align: left;
	margin-top: 25px;
	margin-bottom: 20px;
	margin-left: 20px;
	font-size: 25px;
	line-height: 30px;
}
.list li.line {
	width: 100%;
    border-bottom: 1px solid #c5c5c5;
    margin-top: 0px;
	margin-bottom: 0px;
}
.end {
	height: 0px;
	width: 100%;
	clear: left;
}



/* #スマートフォン ========================================================================================================== */
@media only screen and (max-width: 750px) {

.inner {
	width: 100%;
}
.back1 {
    padding: 50px 0 50px 0;
}
.inner_calendar {
	width: 94%;
}
.calendar_m {
	width: 15%;
}
.list {
	width: 80%;
    margin-left: 2.5%;
}
.list li.hn1, .list li.hn1_sun, .list li.hn1_sat {
	width: 60px;
}
.list li.hn3 {
    width : -webkit-calc(100% - 130px);
	width : calc(100% - 130px);
	margin-top: 20px;
	font-size: 28px;
	line-height: 40px;
}
    
}/* @media only screen and (max-width: 750px) */
