/* ----------------------------------------------------------------------
	トレーニングマシン紹介　一覧
---------------------------------------------------------------------- */
.mac_navi_block {
	overflow:hidden;
	height:230px;
	background:url(../../images/training_machine/mac_navi_bg.png) no-repeat left top;
}
.mac_navi_block .title {
	overflow:hidden;
	margin-top:20px;
	text-align:center;
}
.mac_navi_block ul {
	overflow:hidden;
	width:680px;
	margin-top:10px;
	margin-left:5px;
	padding-left:10px;
}
.mac_navi_block li {
	display:block;
	float:left;
	margin:3px;
}
.mac_navi_block a {
	width:130px;
	height:80px;
}
/* ----　マシン一覧　----------------------------------------------------- */
.machine_list_block {
	overflow:hidden;
	clear:both;
	margin-top:30px;
}
.machine_list_block a {
	color: #12ADD1;
}
.machine_list {
	overflow:hidden;
	width:726px;
	margin-left:-17px;
	padding-left:17px;
}
.machine_list_block li {
	clear:both;
	display:inline-block;
	width:223px;
	border:solid 1px #12ADD1;
	-o-border-radius:2%;
	-ms-border-radius: 2%;
	-moz-border-radius:2%;
	-webkit-border-radius:2%;
	border-radius: 2%;
	vertical-align:top;
	margin-right:11px;
	margin-bottom:25px;
	padding:13px 0;
}
.machine_box p {
	overflow:hidden;
	width:200px;
	margin-top:10px;
	margin-left:13px;
}
.machine_box .img {
	overflow:hidden;
	margin-top:0;
}
.machine_box .img img {
	width:200px;
	height:auto;
	margin:0;
}
.machine_box .img a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
.machine_box .title {
	overflow:hidden;
	color:#12ADD1;
	font-size:14px;
	font-weight:bold;
	line-height:130%;
}
.machine_box .title a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
.machine_box .text {
	overflow:hidden;
	line-height:150%;
}
.machine_box .icon {
	width:201px;
	margin-left:12px;
}
.machine_box .icon img {
	margin:1px;
}
.machine_box .btn img{
	margin:0;
	}
/* ----------------------------------------------------------------------
	ページ送り
---------------------------------------------------------------------- */
.navigation{
	overflow:hidden;
	width:100%;
	text-align:center;
	margin:15px 0px;
	}
.wp-pagenavi {
	clear: both;
	}
.wp-pagenavi a, .wp-pagenavi span {
	display:inline-block;
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
	}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
	}
.wp-pagenavi span.current {
	font-weight: bold;
	}
	
/* ----------------------------------------------------------------------
	トレーニングマシン紹介　詳細
---------------------------------------------------------------------- */
.machine_name {
	overflow:hidden;
	height:50px;
	background:url(../../images/training_machine/mac_name_icon.png) no-repeat 10px 12px #12ADD1;
	-o-border-radius:3%;
	-ms-border-radius: 3%;
	-moz-border-radius:3%;
	-webkit-border-radius:3%;
	border-radius: 3%;
}
.machine_name h2 {
	overflow:hidden;
	color:#FFFFFF;
	font-size:18px;
	font-weight:bolder;
	margin-left:50px;
	padding-top:17px;
}
.machine_summary {
	overflow:hidden;
	clear:both;
	background:url(../../images/training_machine/mac_summary_bg.png) repeat left top;
	-o-border-radius:1%;
	-ms-border-radius: 1%;
	-moz-border-radius:1%;
	-webkit-border-radius:1%;
	border-radius: 1%;
	margin-top:10px;
	padding:20px;
}
.machine_summary .left {
	overflow:hidden;
	float:left;
	width:350px;
}
.machine_summary .left img {
	width:100%;
	height:auto;
	margin:0;
}
.machine_summary .category {
	overflow:hidden;
	margin-top:20px;
}
.machine_summary .category .category_icon {
	overflow:hidden;
	width:355px;
	margin-top:10px;
	margin-left:-5px;
	padding-left:5px;
}
.machine_summary .category_icon li {
	display:block;
	float:left;
	width:66px;
	height:auto;
	margin-right:5px;
	margin-bottom:5px;
}
.machine_summary .right {
	overflow:hidden;
	float:right;
	width:305px;
	border:solid 1px #12ADD1;
	-o-border-radius:2%;
	-ms-border-radius: 2%;
	-moz-border-radius:2%;
	-webkit-border-radius:2%;
	border-radius: 2%;
	background-color:#FFF;
}
.machine_summary .right .text {
	overflow:hidden;
	width:275px;
	line-height:180%;
	padding:15px;
}
.machine_summary .right .brand {
	overflow:hidden;
	width:275px;
	line-height:20px;
	font-weight:bold;
	background:url(../../images/training_machine/mac_brand_icon.jpg) no-repeat left top;
	margin:0 15px 15px;
	padding-left:60px;
}
/* ----　トレーニング方法　----------------------------------------- */
.machine_foruse h3, .machine_shop_block h3 {
	overflow:hidden;
	height:40px;
	background:url(../../images/training_machine/mac_t_bg.png) no-repeat left top;
	text-align:center;
	margin-top:40px;
	margin-bottom:10px;
	padding-top:10px;
}
.machine_foruse .foruse_box {
	overflow:hidden;
	line-height:180%;
}
.machine_foruse .foruse_box img {
	float:left;
	width:210px;
	height:auto;
	margin:0 20px 20px 0;
}
.machine_foruse .foruse_box .title {
	display:block;
	color:#12ADD1;
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
}
/* ----　ワンポイントアドバイス　------------------------------------ */
.machine_foruse .advice {
	clear:both;
	overflow:hidden;
	background:url(../../images/training_machine/mac_summary_bg.png) repeat left top;
	-o-border-radius:2%;
	-ms-border-radius: 2%;
	-moz-border-radius:2%;
	-webkit-border-radius:2%;
	border-radius: 2%;
	line-height:180%;
	margin-top:10px;
	padding:23px;
}
.machine_foruse .advice .title {
	overflow:hidden;
	text-align:center;
	margin-bottom:20px;
}
.machine_foruse .advice .left{
	float:left;
	margin-right:20px;
	margin-bottom:10px;
}
.machine_foruse .advice .left img {
	width:260px;
	height:auto;
}
.machine_foruse .advice .right .trainer{
	font-size:15px;
	font-weight:bold;
	line-height:150%;
	margin-bottom:10px;
	} 
.machine_foruse .advice .right .trainer a{
	color:#000;
	text-decoration:underline;
	}

/* ----　紹介してくれた店舗　------------------------------------ */
.machine_shop {
	overflow:hidden;
	background:url(../../images/training_machine/mac_shop_bg.png) repeat left top;
	-o-border-radius:1%;
	-ms-border-radius: 1%;
	-moz-border-radius:1%;
	-webkit-border-radius:1%;
	border-radius: 1%;
	padding:20px;
}
.machine_shop .shop {
	overflow:hidden;
	background-color:#fff;
	-o-border-radius:2%;
	-ms-border-radius: 2%;
	-moz-border-radius:2%;
	-webkit-border-radius:2%;
	border-radius: 2%;
	padding:20px 10px 10px;
}
.machine_shop .gaikan {
	float:left;
	overflow:hidden;
	width:203px;
}
.machine_shop .data {
	float:right;
	overflow:hidden;
	width:430px;
}
.machine_shop .data h4 {
	overflow:hidden;
	font-size:18px;
	font-weight:bold;
	line-height:130%;
}
.machine_shop .data h4 span {
	display:inline-block;
	background-color:#FFD301;
	color:#FFF;
	font-size:14px;
	text-align:center;
	-o-border-radius:10%;
	-ms-border-radius: 10%;
	-moz-border-radius:10%;
	-webkit-border-radius:10%;
	border-radius: 10%;
	margin-right:10px;
	padding:0 10px;
}
.machine_shop .data .address {
	margin-top:20px;
}
.machine_shop .data .text {
	line-height:150%;
	border-top:solid 2px #12ADD1;
	margin-top:10px;
	padding-top:15px;
}
.machine_shop .data .btn {
	overflow:hidden;
	text-align:center;
	margin-top:20px;
}
.machine_shop .data .btn img{
	margin:0;
	}
.machine_block .list_back {
	overflow:hidden;
	float:right;
	margin:30px 0;
}
