@charset "utf-8";
*{
	padding:0;
	margin:0;
	outline:none;
	border:none;
	border-spacing:0;
	box-sizing:border-box;
	font-family:굴림;
}

article,aside,details,figcaption,figure,footer,header,main,nav,section,summary{display:block}
mark,time{display:inline}
html,body{background:#fff}
body{overflow-y:scroll;font-size:14px;line-height:1.5}

#header,#main,#footer{
	width:794px;
	margin:0 auto;
}

#header{
	height:100px;
	padding:30px;
}

#title{
	text-align:center;
}

#main{
	height: 1022px;
}

#article{}

#calendar{
	display:block;
	width:100%;
	border:1px #979797 solid
}

#calendar tr{}

#calendar th{
	padding:10px;
	border:1px #979797 solid;
}

#calendar td{
	width:114px;
	height:150px;
	padding:10px;
	vertical-align:top;
	border:1px #979797 solid;
	line-height:1.3;
}

#calendar .day_num{
	font-weight:bold;
	font-size:22px;
}

#calendar .red,
#calendar td span{
	color:#ff000c;
}

#calendar .sat{
	color:#2646f9;
}

#calendar div{
	font-size:12px;
	font-weight:normal;
}

#memo{
	position:relative;
	width:100%;
	height: 230px;
	padding:20px;
	margin:-2px 0 0;
	border:2px #979797 solid;
	background: #fffcde;
}

.memo_title{
	display:inline-block;
	padding:10px;
	font-size:16px;
	font-weight:normal;
	background: #f3f3f3;
	line-height:1;
	border-radius:4px;
	border:1px #ccc solid;
}

.print_button{
    position:absolute;
    bottom:30px;
    right:30px;
    background:#009688;
    padding:10px;
    line-height:1;
    border-radius:4px;
    color:#fff;
    font-size:18px;
	cursor:pointer;
}
.print_button:before,
.print_button:after{
    content:'';
    display:inline-block;
    width:16px;
    height:16px;
    margin:0 0 -3px 6px;
    background:url(printer.svg) center no-repeat;
}
.print_button:before{
	margin:0 6px -3px 0;
}

#footer{

}

@media print{
	body{-webkit-print-color-adjust:exact !important}
	.noprint{display:none}
	.adsbygoogle{
		z-index:0!important;
		display:none!important
	}
}