@charset "utf-8";
/* CSS Document */
.title {
	padding: 12px 15px;
	background-color:#8e180f;
	color: #fff;
	font-size: 1.2em;
	font-family: Hiragino Kaku Gothic Pro,ヒラギノ角ゴ Pro W3,メイリオ,Meiryo,ＭＳ Ｐゴシック,Arial,Verdana,sans-serif;
}
.mt15{
	margin-top:15px;
}
.mt20{
	margin-top:20px;
}
.mt30{
	margin-top:30px;
}
.mb15{
	margin-bottom:15px;
}

/* ボタン赤 */
.btn-red a {
	display: block;
	width: 600px;
	margin: 0 auto;
	padding: 15px 0;
	background-color: #d32f2f;
	border-radius: 5px;
	box-shadow: 0px 5px 0px 0px #c62828;
	-moz-box-shadow: 0px 5px 0px 0px #c62828;
	-webkit-box-shadow: 0px 5px 0px 0px #c62828;
	color: #FFF;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:28px;
	text-align: center;
}
.btn-red a:hover {
	color:#fff;
	background-color: #c62828;
	box-shadow: 0px 5px 0px 0px #b71c1c;
	-moz-box-shadow: 0px 5px 0px 0px #b71c1c;
	-webkit-box-shadow: 0px 5px 0px 0px #b71c1c;
	-moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3
}
.btn-red-fin span {
	display: block;
	width: 600px;
	margin: 0 auto;
	padding: 15px 0;
	background-color: #541313;
	border-radius: 5px;
	box-shadow: 0px 5px 0px 0px #4f1010;
	-moz-box-shadow: 0px 5px 0px 0px #4f1010;
	-webkit-box-shadow: 0px 5px 0px 0px #4f1010;
	color: #999;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:28px;
	text-align: center;
}
/*　キャンペーン概要　*/
#outline_box {
	margin: 0 0 15px;
	border: 2px solid #8e180f;
}
#outline_box dl{
	margin:5px 0;
}
#outline_box dt{
	padding:10px 0 0 15px;
	font-weight:bold;
	color:#8e180f;
	float:left;
}
#outline_box dd{
	padding:10px 10px 10px 200px;
	border-bottom:1px dashed #ccc;
	line-height:140%;
}
#outline_box dd.last{
	border:0;
}
/*　注意事項　*/
.notice_tit {
	padding: 8px 15px;
	background-color: #ccc;
	color: #000;
	font-size: 1.2em;
	font-family: Hiragino Kaku Gothic Pro,ヒラギノ角ゴ Pro W3,メイリオ,Meiryo,ＭＳ Ｐゴシック,Arial,Verdana,sans-serif;
}
#notice_box {
	margin: 0 0 10px;
	width:956px;
	border: 2px solid #ccc;
}
#notice_box dl{
	margin: 0;
}
#notice_box dt{
	padding:10px 0 0 15px;
	font-weight:bold;
	color:#000;
	float:left;
}
#notice_box dd{
	padding:10px 10px 10px 200px;
	border-bottom:1px dashed #ccc;
	line-height:140%;
}
#notice_box dd.last{
	border:0;
}
#notice_box ul{
	margin-left: 0;
}
#notice_box ul li {
	list-style: disc;
	list-style-position: outside;
}
/*キャンペーン終了対応*/
#str_container #header{
	width:960px;
	position:relative;
}
#str_container #header .h-txt{
	display:none;
}
#str_container #header-fin{
	width:960px;
	position:relative;
	background:#000;
}
#str_container #header-fin .h-overlay{
	width: 100%;
	height: 100%;
	z-index: 999;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#str_container #header-fin .h-txt {
	position:absolute;
	background:#fff;
	padding:20px 40px;
	top:50%;
	left:290px;
	margin:-50px 0 0;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	z-index: 999999;
	text-align:center;
}
#str_container #header-fin .h-txt p {
	font-size:160%;
	font-weight:bold;
	color:#ff0000;
	font-family:"メイリオ", Meiryo, Osaka;
}
#str_container #header-fin .h-txt p span {
	font-size:80%;
	font-weight:normal;
}


/*　タイトル帯　*/
.main_titile {
	padding: 5px 0 0;
	margin: 30px 0 20px;
	background-color: #8e180f;
	width: 100%;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	overflow: hidden;
}
h3 {
	color: #FFF;
	font-size: 1.6em !important;
	padding-left: 15px !important;
	border-left: none !important;
	font-weight: normal !important;
}

/*--　クーポンSTEP　--*/
.step_unit {
	margin: 0 0 15px;
	overflow: hidden;
}
.step_unit ul li {
	float: left;
	margin: 0 5px;
	width: 306px;
	height: 210px;
	border: #f66400 2px solid;
}
.step_unit ul li p{
	padding: 10px 10px 5px;
	font-size: 1.2em;
	margin: 0 !important;
}
.step {
	padding: 7px 0 7px 10px;
	background-color: #f66400;
	color: #fff;
	font-size: 1.2em;
	font-family: Hiragino Kaku Gothic Pro,ヒラギノ角ゴ Pro W3,メイリオ,Meiryo,ＭＳ Ｐゴシック,Arial,Verdana,sans-serif;
}
.step_index {
	margin: 5px 0;
	padding: 5px;
	width: 80px;
	background-color: #FF2B2E;
	color: #fff;
	font-size: 1.8em;
	font-family: Hiragino Kaku Gothic Pro,ヒラギノ角ゴ Pro W3,メイリオ,Meiryo,ＭＳ Ｐゴシック,Arial,Verdana,sans-serif;
}

/*--　コースリストボタン　--*/
.course_list {

}
.course_list a {
  display: block;
  width: 90%;
  padding: 7px 0;
  background: #5bad24;
  border-bottom: 4px solid #39800a;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-family: Hiragino Kaku Gothic Pro,ヒラギノ角ゴ Pro W3,メイリオ,Meiryo,ＭＳ Ｐゴシック,Arial,Verdana,sans-serif;
  text-align: center;
  margin: -5px auto;
}

/*--　先着クーポンボタン　--*/
.coupon_unit {
	margin: 20px 0 0;
}
#coupon_info .coupon_detail a {
  display: block;
  width: 600px;
  padding: 7px 0;
  background: #f73d52;
  border-bottom: 4px solid #af2031;
  border-radius: 5px;
  color: #fff;
  font-size: 1.6em;
  font-family: Hiragino Kaku Gothic Pro,ヒラギノ角ゴ Pro W3,メイリオ,Meiryo,ＭＳ Ｐゴシック,Arial,Verdana,sans-serif;
  text-align: center;
  margin: 25px auto 35px;
}
#coupon_info .coupon_notfound label {
  display: block;
  width: 600px;
  margin: 15px auto 0px;
  padding: 7px 0;
  background: #aaa;
  border-bottom: 4px solid #555;
  border-radius: 5px;
  color: #fff;
  font-size: 1.6em;
  font-family: Hiragino Kaku Gothic Pro,ヒラギノ角ゴ Pro W3,メイリオ,Meiryo,ＭＳ Ｐゴシック,Arial,Verdana,sans-serif;
  text-align: center;
  margin: 25px auto 35px;
}

