@charset "UTF-8";

/*------------------------------------------------

   /event/index

------------------------------------------------*/
.calendar{
}
.calendar_tit{
	text-align:center;
	font-size:45px;
	line-height:100%;
	margin-bottom:20px;
}
.event_cal_body_in{
	width:95%;
	margin:0 auto;
	clear:both;
}
.monti{
	font-size:120%;
}
.monti{
	display:block;
	text-align:center;
	color:#092135;
	width:50%;
	margin:0 auto;
	font-size:20px;
	line-height:20px !important;
}
.previous,.next{
	position:relative;
}
.previous a,.next a{
	position:absolute;
	width:20px;
	height:20px;
	text-indent:-9999px;
	overflow:hidden;
}
.previous a{
	bottom:0;
	right:0;
	background:url(../../img/common/icon/arrow_db.svg) center center no-repeat;
	background-size:auto 100%;
	transform:rotate(180deg);
}
.next a{
	bottom:0;
	left:0;
	background:url(../../img/common/icon/arrow_db.svg) center center no-repeat;
	background-size:auto 100%;
}


.event_list{
	padding:0;
	margin:0;
	list-style:none;
}
.event_list li{
}
.event_list li a{
	color:#333 !important;
}
.event_list li a:hover{
	text-decoration:underline;
}
.event_list li.cate_01{
}
.event_list li.cate_02{
}
.event_list li.cate_03{
}
.hyou_gray_bg{
	background:#efefef !important;
	text-align:center;
}

.event_toplist{
	margin-bottom:10px;
}
.event_toplist li{
	border-bottom:1px dashed #ddd;
	padding:0 0 5px 0 !important;
	margin:0 0 5px 0 !important;
	background:none !important;
}
.event_toplist li span{
	display:block;
	color:#000;
	background:#F7F6E2;
	border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */  
	margin:0 0 5px 0;
	padding:5px 10px;
}

table.calendar {
    border: 1px solid #cccccc;
    border-collapse: collapse;
}
table.calendar td,table.calendar th {
    border: 1px solid #cccccc;
    font-size: 100%;
    padding: 5px;
}
table.calendar th{
	background:#fefefe;
	font-weight:normal;
	text-align:center;
}
table.calendar .sun,table.calendar .hol{
	background:#932E3C;
	color:#fff;
}
table.calendar .sat{
	background:#145072;
	color:#fff;
}


.d_box{
	margin-bottom:10px;
}
.d_box_i01{
	width:35%;
	float:left;
}
.d_box_i01 img{
	max-width:95%;
}
.d_box_i01 p{
	padding: 0 10px 10px 5px;
	font-size: 80%;
	line-height: 120%;
}
.d_box_i02{
	width:35%;
	float: right;
	text-align: right;
}
.d_box_i02 img{
	max-width:95%;
}

.d_box_i02 p{
	padding: 0 5px 10px 15px;
	font-size: 80%;
	line-height: 120%;
}
.d_box_i03{
	width:50%;
	float:left;
	text-align: center;
}
.d_box_i03 p{ 
	padding: 0 30px 10px 30px;
	font-size: 80%;
	line-height: 120%;
	text-align:center;
}
.d_box_hl1{
	width:30%;
	float:left;
}
.d_box_hl1 img{
	max-width:100%;
	height:auto;
}
.d_box_hr1{
	width:68%;
	float:right;
}
.d_box_i04{
	width:100%;
	clear:both;
}
.d_box_i04 p{
	padding: 0 10px 20px 5px;
	font-size: 80%;
	line-height: 120%;
}
.d_box_hl2{
	width:68%;
	float:left;
}
.d_box_hr2{
	width:30%;
	float:right;
}
.d_box_hr2 img{
	max-width:100%;
	height:auto;
}
.d_box_i05{
	width:100%;
	clear:both;
}
.d_box_i05 p{
	padding: 0 10px 20px 5px;
	font-size: 80%;
	line-height: 120%;
}
@media screen and (max-width: 480px) {



}

