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


/*====================
/* Fitness各店共通css
====================*/


/*----------------------
/* Header
--------------------*/

header {
	width: 100%;
	color: #777777;
	height: 114px;
	-webkit-box-shadow: 0px 1px 4px 0px rgba(160,160,160,1);
	-moz-box-shadow: 0px 1px 4px 0px rgba(160,160,160,1);
	box-shadow: 0px 1px 4px 0px rgba(160,160,160,1);
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: url(../images/head_bg.png) repeat-x;
}

header img {
	float: left;
	margin-right: 22px;
	padding-top: 24px;
	padding-left: 20px;
}


header h1 {
	margin:0px;
	padding: 22px 0px 0px 0px;
	font-size: 28px;
	letter-spacing: -2px;
	font-weight: normal;
	}

.logo {
	margin-right: 22px
}

.logo img {
	margin-right: 22px;
}

#pTitle .pt32 {
	font-size: 28px;
	padding-top: 24px;
}

#pTitle .pt32 span {
	font-weight: normal;
	font-size: 28px;
}


/*----------------------
/* pTitle
--------------------*/
#pTitle {
	width: 100%;
	color: #777777;
	font-size : 26px;
	font-weight: bold;
	border-top: 4px solid #efefef; 
}

#pTitle p {
	padding: 36px 0 30px 30px;
}

.nextSch p {
	margin-left: 30px;
	padding: 26px 20px 26px 30px;
	font-size: 28px;
	color: #333;
	text-decoration: underline;
	background: url(../../../common/images/arrow4.png) no-repeat left center;
}

.nextSch p a { 
	color: #333;
}


/*----------------------
/* 曜日背景
--------------------*/
.dayBand ul .daysel {
	background: url(../images/daysel_bg.png) repeat-x;
}
