@charset "UTF-8";
/*****************************************************************************************************/
/* テンプレート設定ファイル */
/*****************************************************************************************************/


.main_contents_area{
	width:836px;
	float:right;
}

/*---------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------*/
/* main */
/*---------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------*/

.calendar_main_top {
	font-size:16px;
	line-height:26px;
	margin-top:30px;
}


.coalendar_content_wrapper{
	width:820px;
	margin:0 auto;
}


.calendar_main_middle{
	margin-top:35px;
}


.calendar_main_top th {
	text-align:left;
	padding-right:1em;
}

.claendar_month_img {
	margin:16px 8px; /*カレンダー同士の間隔*/
}

.calendar_main_bottom {
	float:right;
	height:26px; /*同一値A(1/3)*/
	font-size:16px;
	line-height:26px; /*同一値A(2/3)*/
	margin-right:36px;
}

.claendar_month_holiday {
	float:left;
	background:#FFDDDD;
	height:26px; /*同一値A(3/3)*/
	width:60px; /*定休日の色を示す箱の幅*/
	margin-right:10px;
}



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

.request_box{
	margin-top:80px;
}




.request {
	position:relative;
	width:836px;
	height:400px;
}
.request_fig_01 { /*description*/
	position:absolute;
	left:0px;
	top:0px;
}
.request_fig_04 { /*tel*/
	position:absolute;
	left:0px;
	top:250px;
}
.request_link_01 span, .request_link_02 span, .request_link_03 span { /*selectorポイントの都合でspanでラップしている*/
	color:#0000FF;
	text-decoration:underline;}
.request_link_01 { /*fax*/
	position:absolute;
	left:45px;
	top:145px;
}
.request_link_02 { /*mail*/
	position:absolute;
	left:345px;
	top:145px;
}
.request_link_03 { /*link*/
	position:absolute;
	left:10px;
	top:350px;
}
/*--------------------------------*/