@charset "utf-8";
/* CSS Document */

@media screen and (min-width:768px){
/*----------------------------------------------------------------------

PC Style

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

th:first-letter {
	background: url(../images/list_title_red.png) no-repeat 0px 1px;
	padding-left:35px;
}

th {
	background:#EEE;
    vertical-align: middle;
}

td {
	background:#FAFAFA;
}

a {
	text-decoration:underline;
}

ul.number {
	margin-left:15px;
	margin-bottom:50px;
}

ul.number li {
	background: url(../images/list_title_red.png) no-repeat 0px 7px;
	padding-left:30px;
	padding-bottom:20px;
}

.tel {
	color:#25754B;
	font-size:147%;
	font-weight: bold;
}

}


@media screen and (max-width:767px){
/*----------------------------------------------------------------------

SP Style

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

/**********************************************************/
/*  メインエリア */
/**********************************************************/

#main {
    width: 100%;
	margin-top:0;
}


/**********************************************************/
/* .sp_contents */
/**********************************************************/

.box_left table {
	width:100%;
}

th:first-letter {
	/*background: url(../images/list_title.png) no-repeat 0px 3px;*/
	background:none;
	padding-left:0;
}

th {
	background:#EEE;
    vertical-align: middle;
}

td {
	background:#FAFAFA;
}

a {
	text-decoration:underline;
}

ul.number {
	margin-left:0;
	margin-bottom:30px;
}

ul.number li {
	background: url(../images/list_title_.png) no-repeat 0px 7px;
	padding-left:10px;
	padding-bottom:20px;
}

.tel {
	color:#25754B;
	font-size:147%;
	font-weight: bold;
}



}
