@charset "UTF-8";

/*---------------------------------------
  utility
-----------------------------------------*/
* {
  margin: 0;
  padding: 0;
}
.dspnone {
  display: none;
}


.img_c {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.img_png_r {
  float: right;
  background: #fff;
}
a:hover img {
  opacity:0.8;
  filter:alpha(opacity=80);
  -ms-filter: “alpha( opacity=80 )”;
}
.f180 {
  font-size: 180%;
}

.f170 {
  font-size: 170%;
}
.f160 {
  font-size: 160%;
}

.f150 {
  font-size: 150%;
}
.f140 {
  font-size: 140%;
}
.f130 {
  font-size: 130%;
}
.f120 {
  font-size: 120%;
  line-height:24px;
}
.b { font-weight: bold; }
.text_img { margin: 1em 0 0.8em 0; }
.r { color: #c00; }
.right{ text-align:right;}
.notice {
  padding-bottom: 10px;
  text-align: right;
  font-size: 0.9em;
  width: 870px;
  margin: 0 auto;
}
ul,ol {
  list-style-type:none;
}
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
/*---------------------------------------
  全体
-----------------------------------------*/
body {
  font-family: "メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
  font-size: 17px;
  color: #333;
  min-width: 1150px;
}

/*---------------------------------------
  fixed-timer 
-----------------------------------------*/
.fixed-timer {
  height: 38px;
  line-height: 20px;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff32c;
  padding-top: 15px;
  z-index: 50;
}
.normal-timer {
  height: 48px;
  line-height: 20px;
  overflow: hidden;
  position: relative;
  width: 1000px;
  background-color: #fff32c;
  padding-top: 15px;
  color: #fff !important;
  margin: 20px auto;
}
.milli {
  /*display: none !important;*/
}

.w14 {
  width: 1400px;
  margin: 0 auto;
}


/*---------------------------------------
  ヘッダー
-----------------------------------------*/
#header {
  background: url("../images/header_bg.png") center top no-repeat;
}
#header-bottom {
  background:#EDEDED;
  padding: 20px 0;
  text-align:center;
}
a.regbtn {
  width: 1000px;
  display: block;
  text-indent: -9999px;
  margin: 0 auto;
  height: 179px;
  background: url("../images/topreg_btn.jpg") center top;
}
a.regbtn:hover {
  width: 1000px;
  display: block;
  text-indent: -9999px;
  margin: 0 auto;
  height: 179px;
  background: url("../images/topregbtn_hover.jpg") center top;
}
/*---------------------------------------
  wrapper
-----------------------------------------*/
.wrapper {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
/*---------------------------------------
  メイン
-----------------------------------------*/
.contents-wrapper {
  width: 100%;
}

h2 {
  margin: 60px auto 30px auto;
}
h3 {
  margin: 40px auto 0px auto;
  padding: 20px 0 20px 0;
  background: #1e4cb2;
  text-align: center;
  color: #fff;
  font-size: 24px;
}
.box {
}
.text {
  width: 1000px;
  margin: 0 auto;
  padding: 0 0 30px 0;
  font-size: 17px;
  line-height: 1.8;
  color: #333;
}
.text2 {
  width: 840px;
  margin: 0 auto;
  padding: 20px 0 70px 0;
  font-size: 17px;
  line-height: 1.8;
  color: #333;
}
.news-area {
  height: 400px;
  overflow-y: scroll;
  width: 940px;
  margin: 20px auto;
  border: 1px solid #ccc;
  padding: 0;
  background:#FFF;
}
ul.news {
  margin-bottom: 40px;
}
ul.news li {
  border: 1px solid #ddd;
  padding: 20px;
  font-size: 17px;
  text-align:left;
}
.news-area ul.news {
  margin-bottom: 0;
}
.news-area ul.news li {
  border:none;
  border-bottom: 1px solid #ddd;
}

/*---------------------------------------
  意気込み
-----------------------------------------*/
.voice-area {
  height: 400px;
  overflow-y: scroll;
  width: 940px;
  margin: 20px auto;
  border: 1px solid #ccc;
  padding: 10px;
}
.voice-area .voice {
  font-size: 14px;
  border-bottom: 1px solid #ddd;
  padding: 15px;
}
.voice-area .voice .author {
  background: #ddd;
}

/*---------------------------------------
  最優先フォーム
-----------------------------------------*/
.priority-form-wrapper {
  position: relative;
}
.priority-form {
  background: #10285f url("../images/formbg.jpg");
  padding-top: 20px;
  width: 100%;
}
.priority-form-inner {
  width: 880px;
  margin: 0 auto;
  padding: 40px;
}
.yusen-name {
  border: 5px solid #e63b06;
  padding: 20px 10px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  display: block;
  width: 60%;
  box-sizing: border-box;
}

.yusen-ad {
  border: 1px solid #9E9E9E;
  padding: 20px 10px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  display: block;
  width: 100%;
  box-sizing: border-box;
}

.mail-notice {
  text-align:center;
}
.mail-notice a {
  color: #ff3;
}
.mail-notice {
  padding: 10px 0;
  font-size: 0.9rem;
  color: #fff;
}
.form-btn-wrapper {
  text-align: center;
}
.checkbox {
  vertical-align: middle;
}

/*---------------------------------------
  プレ講座を見てない方は
-----------------------------------------*/
.movie-area {
  width: 920px;
  height: 979px;
  overflow: hidden;
  background: url("../images/moviearea_bg.jpg") center top no-repeat;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
.movie-area .main-movie {
  top: 211px;
  left: 100px;
  position: absolute;
  width: 720px;
  height: 405px;
  background: #000;
  text-align:center;
}
.movie-area .dl-btn {
  top: 666px;
  left: 60px;
  position: absolute;
}
.movie-area .sub-movie {
  top: 733px;
  position: absolute;
  overflow: hidden;
  left: 60px;
}
.movie-area .sub-movie .thumb {
  width: 260px;
  margin-right: 10px;
  float: left;
}
.movie-area .pre-movie .thumb {
  width: 182px;
  margin-right: 12px;
  float: left;
}
.movie-area .sub-movie .thumb:last-child {
  margin: 0;
}
.movie-area .pre-movie .thumb:last-child {
  margin: 0;
}

/*---------------------------------------
  本プログラムの大前提
-----------------------------------------*/
.zentei01 {
  width: 1200px;
  background: url("../images/zentei01_bg.png") left top no-repeat;
  margin: 40px auto;
  display:block;
  overflow: hidden;
}
.zentei02 {
  width: 1200px;
  background: url("../images/zentei02_bg.png") left top no-repeat;
  margin: 40px auto;
  display:block;
  overflow: hidden;
}
.zentei03 {
  width: 1200px;
  background: url("../images/zentei03_bg.png") left top no-repeat;
  margin: 40px auto;
  display:block;
  overflow: hidden;
}
.zentei04 {
  width: 1200px;
  background: url("../images/zentei04_bg.png") left top no-repeat;
  margin: 40px auto;
  display:block;
  overflow: hidden;
}
.zentei-title {
  padding: 20px 0;
}
.zentei-text {
  margin-left: 200px;
}
.zentei-thumb {
  float: right;
}
.zentei-text p {
  line-height: 2.0;
  width: 650px;
  display: block;
  padding: 0 20px 0 3px;
}
.zentei-wrapper {
  background: #fff6e6 url("../images/zentei_bg.jpg") left top repeat-x;
  padding: 5px 0;
}

/*---------------------------------------
  通常
-----------------------------------------*/
.normal-text {
  width: 1000px;
  margin: 0 auto;
  padding: 40px 20px;
  line-height: 2.0;
}

.policy {
  background: url("../images/policy_bg.jpg") center top no-repeat;
  background-size: cover;
}

/*---------------------------------------
  パララックス
-----------------------------------------*/
.cd-fixed-bg {
  min-height: 100%;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
}
.cd-bg-0 {
  background-image: url("../images/vision_bg.jpg");
}
.cd-bg-1 {
  background-image: url("../images/tokucho_bg.jpg");
}
.cd-bg-2 {
  background-image: url("../images/gold_bg.jpg");
}
.cd-bg-3 {
  background-image: url("../images//gold_sch_bg.jpg");
}
.cd-bg-4 {
  background-image: url("../images/24bg.jpg");
}
.cd-bg-5 {
  background-image: url("../images/ss_bg.jpg");
}
.cd-bg-6 {
  background-image: url("../images/temp_bg.jpg");
}

/*---------------------------------------
  一番上のボタン
-----------------------------------------*/
a.topregbtn {
  background: url("../images/topregbtn.png") center top no-repeat;
  height: 138px;
  width: 1000px;
  margin: 20px auto;
  display: block;
  text-indent: -9999px;
}
a.topregbtn:hover {
  background: url("../images/topregbtn_hover.png") center top no-repeat;
}
/* 問い合わせボタン */
a.toiawase-btn {
    background: #f90;
    border: 1px solid #f60;
    border-width: 1px 1px 1px 1px;
    padding: 40px 0;
    width: 900px;
    text-decoration: none;
    margin: 20px auto;
    font-weight: bold;
    font-size: 28px;
    text-shadow: 1px 1px 1px rgba(0,0,0, 0.4);
    text-align: center;
    color: #fff;
    display: block;
}
a.toiawase-btn:hover {
    background: #ffb453;
}

/*---------------------------------------
  本プログラムの大前提
-----------------------------------------*/
.phase01 {
  width: 1200px;
  background: url("../images/phase01_bg.png") left top no-repeat;
  margin: 40px auto;
  display:block;
  overflow: hidden;
}
.phase02 {
  width: 1200px;
  background: url("../images/phase02_bg.png") left top no-repeat;
  margin: 40px auto;
  display:block;
  overflow: hidden;
}
.phase03 {
  width: 1200px;
  background: url("../images/phase03_bg.png") left top no-repeat;
  margin: 40px auto;
  display:block;
  overflow: hidden;
}
.phase-title {
  padding: 20px 0;
}
.phase-text {
  margin-left: 200px;
  color:#fff;
}
.phase-thumb {
  float: right;
}
.phase-text p {
  line-height: 2.0;
  width: 650px;
  display: block;
  padding: 0 20px 0 3px;
}

/*---------------------------------------
  reg-area
-----------------------------------------*/
.reg-area {
  width: 1000px;
  margin: 0 auto;
}
.check-area {
  font-size: 14px;
  border: 1px solid #ccc;
  margin: 20px auto;
  padding: 10px;
  background: #fff;
  height: 150px;
  overflow-y: scroll;
}
.check-area h2 {
  font-size: 16px;
  color: #c00;
  text-align: center;
}
.checkbox-area {
  text-align: center;
}
/*
input[type=radio], input[type=checkbox] {
  display: none;
}

.radio, .checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 20px 8px 0;
  padding: 12px 12px 12px 42px;
  border-radius: 8px;
  background-color: #f6f7f8;
  vertical-align: middle;
  cursor: pointer;
}
.radio:hover, .checkbox:hover {
  background-color: #e2edd7;
}
.radio:hover:after, .checkbox:hover:after {
  border-color: #53b300;
}
.radio:after, .checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  border-radius: 6px;
  content: '';
}

.radio:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #53b300;
  content: '';
  opacity: 0;
}
input[type=radio]:checked + .radio:before {
  opacity: 1;
}

.checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #53b300;
  border-bottom: 3px solid #53b300;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}
*/




/*---------------------------------------
  faq
-----------------------------------------*/
ul.faq {
  list-style:none;
  margin: 0;
  padding: 0;
  font-size: 0.95rem;
}
ul.faq li.q {
  background: url("../images/icon_q.jpg") left 3px no-repeat;
  padding: 0 10px 10px 45px;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 10px;
  font-weight: bold;
}
ul.faq li.a {
  background: url("../images/icon_a.jpg") left top no-repeat;
  padding: 0 10px 10px 45px;
  margin-bottom: 20px;
}

.img-right {
  float:right;
  margin: 0 0 1rem 1rem;
}

.menseki {
  width: 736px;
  margin: 20px auto;
  height: 100px;
  overflow-y: scroll;
}

.footer2 {
  font-size: 12px;
  text-align: center;
  padding: 30px 0 0 0;
}
.copy {
  background:#666;
  color: #fff;
  padding: 5px;
}

ul.footer-menu a {
  color: #666;
  text-decoration: none;
}
ul.footer-menu a:hover {
  color: #999;
  text-decoration: underline;
}
ul.footer-menu {
  margin: 0;
  padding: 0;
}
.footer-menu li {
  display: inline-block;
  margin: 2px 4px;
  padding: 2px;
}
#go-pagetop {
  right: 20px;
  bottom: 20px;
  position: fixed;
  z-index: 2;
}

/*---------------------------------------
  timer
-----------------------------------------*/
.timer {
  overflow: hidden;
  margin-bottom: 20px;
  margin-top: -10px;
  width: 878px;
  margin-right: auto;
  margin-left: auto;
}
.timer2 {
  overflow: hidden;
  margin-bottom: 20px;
  margin-top: 10px;
  width: 878px;
  margin-right: auto;
  margin-left: auto;
}

/*
.cdt-title {
  background-color: #ccc;
  color: #fff;
  border-radius: 10px;
  font-size: 0.8em;
  padding: 10px;
}
*/

.b {
  font-weight: bold;
}

/*---------------------------------------
  header
-----------------------------------------*/
.header {
  width: 100%;
}
h1 { margin: 0; }

/*---------------------------------------
  letter-line
-----------------------------------------*/
.letter-line {
  background: url("../images/bg-noteline.gif") repeat scroll 0% 0% transparent;
  line-height: 40px;
  margin: 0;
}
.letter-line-q {
  background: url("../images/0625_06_q.jpg") no-repeat scroll 0% 0% transparent;
  line-height: 36px;
  margin:30px 0 10px 0;
  padding: 0px 0 10px 40px;
}
.letter-line-a {
  background: url("../images/0625_06_a.jpg") no-repeat scroll 0% 5px transparent;
 
  line-height: 30px;
  padding-left: 40px;
  margin-top: 20px 0 40px 0;
}
p.letter-line-f:first-letter {
  font-size: 2em;
  float:left;
}
.yellow-marker {
  padding: 0 2px;
  background-color: #fee82a;
  border-radius: 2px;
}
.blue-marker {
  padding: 0 2px;
  background-color: #d7e9ff;
}
.blue-sankaku {
  margin: 0 auto;
  width: 160px;
  width: 0;
  height: 0;
  border-top: 30px solid #9ecdd4;
  border-right: 80px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 80px solid transparent;
}
.pink-sankaku {
  margin: 0 auto;
  width: 160px;
  width: 0;
  height: 0;
  border-top: 30px solid #fe89c0;
  border-right: 80px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 80px solid transparent;
}
.brown-sankaku {
  margin: 0 auto;
  width: 160px;
  width: 0;
  height: 0;
  border-top: 30px solid #a88a7e;
  border-right: 80px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 80px solid transparent;
}
.orange-sankaku {
  margin: 0 auto;
  width: 160px;
  width: 0;
  height: 0;
  border-top: 30px solid #ffd598;
  border-right: 80px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 80px solid transparent;
}
.pink { color: #f064a2; }
.blue { color: #009ac0; }
.green { color: #43ae4e; }
.rb {
  color: #c00;
  font-weight: bold;
}
.u {
  text-decoration: underline;
}
/*---------------------------------------
  Gradient Generator
-----------------------------------------*/
.grd-light-blue {
background: #91d5e1; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzkxZDVlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNmViZjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #91d5e1 0%, #c6ebf0 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#91d5e1), color-stop(100%,#c6ebf0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #91d5e1 0%,#c6ebf0 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #91d5e1 0%,#c6ebf0 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #91d5e1 0%,#c6ebf0 100%); /* IE10+ */
background: linear-gradient(to bottom,  #91d5e1 0%,#c6ebf0 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91d5e1', endColorstr='#c6ebf0',GradientType=0 ); /* IE6-8 */
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*---------------------------------------
  clearfix
-----------------------------------------*/
.clearfix:after {
  content: "."; 
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.clear {
  clear: both;
}
.inline_block {  
  display: inline-block;  
  *display: inline;  
  *zoom: 1;  
}
.movie-area{
	margin-bottom: 30px;}



/*---------------------------------------
  box
-----------------------------------------*/

.box1 {
	background:url("../images/box1_bg.png") no-repeat top 100px center;
	min-width:1000px;
	margin:0 auto 60px;
	text-align:center;
}
.box2 {
	background:url("../images/box2_bg.png") no-repeat top center;
	min-width:1000px;
	margin:0 auto 60px;
	text-align:center;
	overflow:hidden;
    min-height: 400px;
}
.box3 {
	background:url("../images/box3_bg.png") no-repeat top center;
	min-width:1000px;
	margin:0 auto 60px;
	text-align:center;
	overflow:hidden;
	padding-top:280px;
}
.box4 {
padding:40px 0;
margin:0 0 60px;
background: #f5b9a6; /* Old browsers */
background: -moz-linear-gradient(left, #f5b9a6 0%, #fffefe 50%, #f5b9a6 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #f5b9a6 0%,#fffefe 50%,#f5b9a6 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #f5b9a6 0%,#fffefe 50%,#f5b9a6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5b9a6', endColorstr='#f5b9a6',GradientType=1 ); /* IE6-9 */
}
.box4 .box2{
margin:0 auto;
}
.box4b {
padding:40px 0;
margin:0 0 60px;
background: #F1E2C9; /* Old browsers */
background: -moz-linear-gradient(left, #F1E2C9 0%, #fffefe 50%, #F1E2C9 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #F1E2C9 0%,#fffefe 50%,#F1E2C9 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #F1E2C9 0%,#fffefe 50%,#F1E2C9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F1E2C9', endColorstr='#F1E2C9',GradientType=1 ); /* IE6-9 */
}
.box4b .box2{
margin:0 auto;
padding-top:60px;
}
.box5{
	min-width:1000px;
	margin:0 auto 60px;
	text-align:center;
	overflow:hidden;
}
.qa_box{
	overflow:hidden;
	width:1000px;
	margin:0 auto;
	text-align:left;
}
.qa_box dt{
	background:url("../images/img_q.png") no-repeat top left;
	padding-left:40px;
	border-bottom:1px dashed #999;
	min-height:32px;
	line-height:32px;
	padding-bottom:5px;
	margin-bottom:5px;
}
.qa_box dd{
	background:url("../images/img_a.png") no-repeat top left;
	padding-left:40px;
	margin-bottom:40px;
	min-height:32px;
	line-height:32px;
}
.navigator {
	width:1200px;
	margin:0 auto;
	background:url("../images/navigator1.png") no-repeat top right -200px;
}
.youtube {
	background:url("../images/youtube_bg.png") no-repeat top center;
	margin:0 auto;
	padding:64px 0;
}
.text {
	text-align:left;
}
.voice-area {
	text-align:left;
	background:#FFF;
}
.form_840 {
	text-align:left;
}


.button {
	position: relative;
	border-radius: 4px;
	color: #fff;
	line-height: 50px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-transition: none;
	transition: none;
	text-shadow: 0px 1px 0px #f56778;
	margin-top:20px;
	outline:none;
	display:inline-block;
}
.button,
.button:hover {
	border-bottom: 6px solid #B75700;
	background-color: #E2801E;
	background-image: -webkit-linear-gradient(top, #F28F36, #D87012);
	background-image: linear-gradient(to bottom, #F28F36, #D87012);
}
.btn2,
.btn2:hover {
	border-bottom: 6px solid #0A754C;
	background-color: #22A073;
	background-image: -webkit-linear-gradient(top, #37B786, #199364);
	background-image: linear-gradient(to bottom, #37B786, #199364);
	width:900px;
}
.btn3,
.btn3:hover {
	border-bottom: 6px solid #005184;
	background-color: #0075BF;
	background-image: -webkit-linear-gradient(top, #0075BF, #005e99);
	background-image: linear-gradient(to bottom, #0075BF, #005e99);
	width:900px;
}
.btn4,
.btn4:hover {
	border-bottom: 6px solid #248712;
	background-color: #45AB34;
	background-image: -webkit-linear-gradient(top, #45AB34, #2f9e1c);
	background-image: linear-gradient(to bottom, #45AB34, #2f9e1c);
	width:900px;
}
.button::before,
.button::after {
	bottom: -1px;
	left: -1px;
	width: 200px;
	height: 50px;
	border: 1px solid #ee8090;
	border-bottom: 1px solid #b84d5a;
	border-radius: 4px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-transition: none;
	transition: none;
}
.button::before {
	height: 48px;
	bottom: -6px;
	border-top: 0;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 1px 1px 0px #bfbfbf;
}
.button:hover {
	bottom: -6px;
	margin-bottom: 6px;
	border: none;
	box-shadow: 1px 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, .3);
	opacity:0.8;
}
.button:active {
}
.button:active::before,
.button:active::after {
	border: none;
	box-shadow: none;
}

a.button {
	padding:26px 0;
}
.button img{
	vertical-align:middle;
}

.regulation {
	text-align:left;
	width:780px; margin: 20px auto; background-color:#f9f9f9; border: 1px solid #ccc; padding: 10px; font-size:0.8em; height: 150px; overflow-y:scroll;
}

.regulation dd {
	margin-bottom:2em;
}
ul.voice li {
  padding: 15px 15px 15px 35px;
  margin: 0;
  background: url("../images/icon01.png") 12px 26px no-repeat;
	text-align: left;
}
ul.voice li.grey {background: #f0f0f0 url("../images/icon01.png") 12px 26px no-repeat; text-align: left;}
.brown {color:#4a2d13;}
