button.mfp_next,button.mfp_prev {
	margin: 10px;
	padding: 5px 10px;
}
button.mfp_next {
	float: right;
}
button.mfp_prev {
	float: left;
}

ul#mfp_phase_stat,ul#mfp_phase_stat li.mfp_phase_arrow,ul#mfp_phase_stat li.mfp_active_phase,ul#mfp_phase_stat li.mfp_inactive_phase, ul#mfp_phase_stat li.mfp_end_phase {
	list-style: none;
	text-align: center;
}



/*-------------------------------------------*/
/* iPhone(320px)
/*-------------------------------------------*/

ul#mfp_phase_stat {display: none;}

.size_50 {width:90% !important;}
.col_70 {width:90% !important;}

/*-------------------------------------------*/
/* Android(480px)
/*-------------------------------------------*/
@media (min-width: 468px) { /* スクロール分余裕に20px */


.size_50 {width:90% !important;}
.col_70 {width:90% !important;}

ul#mfp_phase_stat {display: none;}

}

/*-------------------------------------------*/
/* iPad(768px)
/*-------------------------------------------*/
@media (min-width: 760px) {

.size_50 {width:80% !important;}
.col_70 {width:80% !important;}

ul#mfp_phase_stat {
	font: 14px "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, sans-serif;
	height: 50px;
	text-align: center;
	display: block;
	margin: 20px auto;
	background: url(../images/mfp_phase_stat_ipad.gif) no-repeat;
	width: 715px;
}
ul#mfp_phase_stat li {
	border-radius: 3px;
	line-height: 50px;
	height: 48px;
	display: block;
	float: left;
}

ul#mfp_phase_stat li.mfp_phase_arrow {
	width: 42px;
	text-indent: -500;
	background: url(../images/mfp_phase_arrow.gif) no-repeat center center;
}
ul#mfp_phase_stat li.mfp_active_phase {
	width: 210px;
	background: url(../images/mfp_active_phase.gif) no-repeat;
	text-align: center;
}
ul#mfp_phase_stat li.mfp_inactive_phase {
	width: 210px;
}
ul#mfp_phase_stat li.mfp_end_phase {
	width: 210px;
	margin-left: 42px;
}


}
/*-------------------------------------------*/
/* pc iPad3より大きい場合
/*-------------------------------------------*/
@media (min-width: 970px) { /* スクロール分余裕に20px */

.size_50 {width:60% !important;}
.col_70 {width:60% !important;}

ul#mfp_phase_stat {
	font: 16px "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, sans-serif;
	height: 50px;
	text-align: center;
	display: block;
	margin: 20px auto;
	background: url(../images/mfp_phase_stat.gif) no-repeat;
	width: 850px;
}
ul#mfp_phase_stat li {
	border-radius: 3px;
	line-height: 50px;
	height: 50px;
	display: block;
	float: left;
}

ul#mfp_phase_stat li.mfp_phase_arrow {
	width: 50px;
	text-indent: -500;
	background: url(../images/mfp_phase_arrow.gif) no-repeat center center;
}
ul#mfp_phase_stat li.mfp_active_phase {
	width: 250px;
	background: url(../images/mfp_active_phase.gif) no-repeat;
}
ul#mfp_phase_stat li.mfp_inactive_phase {
	width: 250px;
}
ul#mfp_phase_stat li.mfp_end_phase {
	width: 250px;
	margin-left: 50px;
}

}



