

/*---------------------------------
common
-----------------------------------*/
img {
	border: 0px;
}

.fitness_box{
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック",Verdana, Roboto, "Droid Sans", sans-serif;
}

.fitness_box{
	margin:30px 0 0 0;
}

.fitness_box p{
	margin:0 0 10px 0;
	font-size:12px;
	color: #555;
}

/*テーブル*/
table.type1 {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	font-size:12px;
	border: 1px solid #ccc;
}
table.type1 thead th {
	padding: 6px 10px;
	font-weight: bold;
	vertical-align: top;
	color: #fff;
	font-size:14px;
	border-right: 1px solid #ccc;
}

/*background-color*/
table.type1 thead th.blue{
	background: #3DADDE;
}

table.type1 thead th.green{
	background: #73BD46;
}

table.type1 thead th.pink{
	background: #FF8888;
}
table.type1 thead th.pink2{
	background-color: #FF9F88;
}
/*-----------------*/

table.type1 tbody th {
	padding: 7px 10px;
	color: #444;
	border-right: 1px solid #ccc;
}

table.type1 tbody th.green{
	border-bottom: 1px solid #fff;
	background: #73BD46;
	color: #fff;
}

table.type1 td {
	width: 350px;
	padding: 7px 10px;
	color: #555;
	border-right: 1px solid #ccc;
	vertical-align: middle;
}
table.type1 .even {
	background: #f3f6f7;
}

table.type1 .even_pink{
	background: #FFF7F7;
}

table.type1 .bor_b{
	border-bottom: 1px solid #ddd;
}


/*---------------------------------
fittness_list
-----------------------------------*/

.fitness_list{
	margin: 10px 0 30px;
	padding: 0;
	font-size:12px;
	color: #555;
	list-style: none;
}

.fitness_list li{
	padding: 0 0 0 1.5em;
	text-indent: -1.5em;
}

.fitness_list span{
	padding: 0 4px 0 0;
	font-size: 15px;
	color: #73BD46;
}

/*---------------------
margin
----------------------*/
.mb10{margin:0 0 10px 0 !important;}
.mb15{margin:0 0 15px 0 !important;}
.mb20{margin:0 0 20px 0 !important;}
.mb30{margin:0 0 30px 0 !important;}
.mb40{margin:0 0 40px 0 !important;}
.mb50{margin:0 0 50px 0 !important;}
.mb90{margin:0 0 90px 0 !important;}

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