@charset "UTF-8";

#suntory_contents #error1,
#suntory_contents #error2 {
	display: none;
	font-size: 100%;
    font-weight: bold;
    margin-top: 10px;
}

#suntory_contents .apply_btn a,
#suntory_contents .apply_btn a:hover {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

#suntory_contents .apply_btn.disabled1 a, #suntory_contents .apply_btn.disabled2 a, #suntory_contents .apply_btn.disabled1.disabled2 a,
#suntory_contents .apply_btn.disabled1.disabled2 a:hover {
	background: #ccc;
	color: #707070;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	pointer-events: none;
	cursor: default;
}

#suntory_contents .apply_btn p{
    margin-bottom: 8px;
}

#suntory_contents #container .btn_box p#error1, #suntory_contents #container .btn_box p#error2 {
    text-align: center;
}

#suntory_contents #container .btn_box p span.ie8 {
    text-align: left;
}

#suntory_contents .accept {
  display: block;
  background: #eee;
  padding: 1em 5px;
  text-align: center;
	letter-spacing: -0.05em;
	margin-top: 1em;
}
#suntory_contents .accept input {
  margin-right: 10px;
}


#suntory_contents .btn_box ul.caution_box {
margin-bottom: 1em;
}

#suntory_contents .btn_box ul.caution_box li {
	color: #333;
}

#suntory_contents .apply_btn_entry a,
#suntory_contents .apply_btn-line a,
#suntory_contents .apply_btn-sid a {
	opacity:1;
  zoom:1;
  display: block;
  color: #fff;
  font-size: 200%;
  font-weight: bold;
  padding: 15px 0;
  text-decoration: none;
  text-align: center;
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -o-border-radius: 9px;
  -ms-border-radius: 9px;
  box-shadow: 0px 1px 2px #c1bfc0;
  -webkit-box-shadow: 0px 1px 2px #c1bfc0;
  -moz-box-shadow: 0px 1px 2px #c1bfc0;
  -ms-box-shadow: 0px 1px 2px #c1bfc0;
  -o-box-shadow: 0px 1px 2px #c1bfc0;
  color: #FFF;
  text-align: center;
  -o-text-overflow: clip;
  text-overflow: clip;
  letter-spacing: 1px;
  background:#e97201;
    margin: 10px 0 20px;
}
#suntory_contents .apply_btn_entry a:hover {
  cursor: pointer;
 background: #d06501;
}



@media screen and (max-width:767px){
#suntory_contents .apply_btn_entry a, #suntory_contents .apply_btn a, #suntory_contents .apply_btn-line a, #suntory_contents .apply_btn-sid a, #suntory_contents .apply_btn.gray {
  font-size: 128%;
}
}