@charset "utf-8";


/* --------------------------------------------------
   RESET
-------------------------------------------------- */

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/

*, *:before, *:after {-webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;}

html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:16px;color:#404040;}input[type="button"]{border:0;}


/* --------------------------------------------------
   ELEMENT
-------------------------------------------------- */
body {
	color:#000000;
	font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	background:#ffffff;
	font-size:16px;
	margin:0 auto;
}
a, a:link, a:active, a:visited, select {color:#404040;}
img {vertical-align:bottom;}
dt {vertical-align:top;}
strong {font-weight:bold;}
label {font-size:16px; border-radius:10px;}
@media screen and (max-width:450px) {
  label {font-size:13px;}
}
input {border-radius:10px;}
select {border-radius:10px;}
.red {color:#cc1427;}

.mb50 {margin-bottom:50px;}

hr.black1 {margin: 0; border: 1px solid black;}

.pcView {display: block !important;}
.spView {display: none !important;}
@media (max-width: 568px) {
  .pcView {display: none !important;}
  .spView {display: block !important;}
}

/* --------------------------------------------------
   HEADER
-------------------------------------------------- */
header section {height:80px; margin:0 auto; padding:10px 0 0; text-align:center;}
header section img {width: 192px; height: 59px;}
h1 {margin:0px auto; padding: 0.5rem 0 0.5rem 1rem; font-size:1rem; font-weight:bold;}

/* --------------------------------------------------
   STEPs
-------------------------------------------------- */
div#steps3 {position:relative; margin:0 auto; text-align:center;}
div#steps3 span{color:#ffffff; background-color:#aaa; margin:0 5px 0 5px ;padding:5px 10px; border-radius:10px; display:inline-block; min-width:4em;}
div#steps3 span.active{background-color:#030d56;}

/* --------------------------------------------------
   CTA
-------------------------------------------------- */
#btnNextArea {position:relative; margin:0 auto; padding-bottom:50px; text-align:center; display:none;}
form#regist #btnNextArea {display:block;}
#submit_next,
#submit_confirm,
#btn_send {cursor: pointer; border: 6px solid #A1D01B; color: #FFFFFF; font-size: 32px; height: 3em; width: 95%; box-shadow:0 0 9px rgba(0, 0, 0, 0.5); background:#93c625; background: -moz-linear-gradient(top, #b1db10, #93c625); background: -webkit-gradient(linear, center top, center bottom, from(#b1db10), to(#93c625)); filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFb1db10', endColorstr='#FF93c625'); border-radius: 18px; -webkit-border-radius: 18px; -moz-border-radius: 18px;}
#btn_back {cursor: pointer; border: 6px solid #666666; color: #FFFFFF; font-size: 32px; height: 3em; width: 95%; box-shadow:0 0 9px rgba(0, 0, 0, 0.5); background:#888888; background: -moz-linear-gradient(top, #888888, #777777); background: -webkit-gradient(linear, center top, center bottom, from(#888888), to(#777777)); filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FF888888', endColorstr='#FF777777'); border-radius: 18px; -webkit-border-radius: 18px; -moz-border-radius: 18px; padding-left:28px;}
.icon_w_triangle {width: 0; height: 0; border: 14px solid transparent; border-left: 14px solid #fff; position:absolute; right:24px; top:34px;}
.icon_w_triangle2 {width: 0; height: 0; border: 14px solid transparent; border-right: 14px solid #fff; position:absolute; left:24px; top:34px;}
#btnNextAreaDummy {position:relative; margin:0 auto; padding-top:100px; padding-bottom:50px; text-align:center;}
#submit_confirmDummy {cursor: pointer; border: 6px solid #ccc; color: #FFFFFF; font-size: 20px; height: 3em; width: 95%; box-shadow:0 0 9px rgba(0, 0, 0, 0.5); background:#ccc; border-radius: 18px; -webkit-border-radius: 18px; -moz-border-radius: 18px; text-align:center;}

/* --------------------------------------------------
   CONTENTS
-------------------------------------------------- */
h2 {margin:30px auto; padding: 0 0 0 1rem; font-size:16px; font-weight:bold;}
h3 {margin:0 auto 25px; padding: 0 0 0 1rem; font-size:16px; font-weight:bold;}
h3.break {text-indent:-1em; padding-left:1em;}
h3 span{font-size:16px; font-weight:normal;}
div#content {background-color:#ffffff;}
form#confirm {max-width:767px; margin:0 auto;}
form#regist {max-width:767px; margin:50px auto 0 auto;}

/* --------------------------------------------------
   FORMBOX
-------------------------------------------------- */
section#formBox dl#bukkenTypeADL {display:block;}

section#formBox dl dt span {margin-right:10px; padding:3px 8px; border-radius:4px; background:#ff7f7f; color:#fff; font-size:12px; vertical-align:middle;}
section#formBox dl dt span.ninni {background:#888;}

section#formBox {width:100%; margin:20px 0 0;}
section#formBox h3 {margin-bottom:10px;}
section#formBox p {font-size:16px;}
section#formBox p strong {color:#000000;}
section#formBox p.agreeCheck {margin-left: 5px;}
section#formBox p.annotation1 {border: 1px solid #bbb;border-radius: 5px;margin-top: 6px; padding: 6px;font-size:12px;}
section#formBox p.annotation1 > span {font-weight:bold;}
section#formBox dl#address p.annotation1, 
section#formBox dl#bukkenPrefDL p.annotation1 {margin:0 0 6px 0;}
section#formBox dl#hokenkinTDL p.annotation1 {display:none;}

section#formBox dl#address p.title,
section#formBox dl#bukkenPrefDL p.title {float:left; padding:5px 0 0; width:23%; text-align:center!important; font-size:16px!important;}
section#formBox dl#address div div,
section#formBox dl#bukkenPrefDL div div {width:75%; float:left;}
section#formBox dl#address p.annotation,
section#formBox dl#bukkenPrefDL p.annotation {margin-bottom:10px;}

section#formBox dl {width:100%; display:none;}
section#formBox dl dt {padding:10px 10px 10px 15px;}
section#formBox dl dt p {font-size:16px; font-weight:bold; line-height:1.0; margin:0 auto;}
section#formBox dl dt p.long {line-height:1.4;}
section#formBox dl dd {font-size:16px; padding:0 5px 10px 10px;}
section#formBox dl dd:last-of-type {padding-bottom:1em;}
section#formBox dl dd div {margin: 0 auto;}
section#formBox dl dd.confirm {font-size:16px; padding:0 5px 10px 20px;}
section#formBox dl dd.annotation {padding:0 25px 5px 25px;}
section#formBox.conf dl {display:block;}

section#formBox input[type=text],
section#formBox input[type=number],
section#formBox input[type=email],
section#formBox input[type=tel] {-webkit-appearance:none; -moz-appearance:none; appearance:none; padding:5px 10px; border:solid 2px #838383; width:100%; font-size:16px;}
section#formBox input[type=tel].kaisu {width: 20%; text-align:right;}
section#formBox input#address3 {margin-top:0.5em;}
section#formBox input[type=text].halfL {width:48%; margin-right:4%;}
section#formBox input[type=text].halfR {width:48%;}
section#formBox input.half3 {width:33%; margin-right:4%;}
section#formBox input[type=text]#startDate {width:calc(100% - 80px);}
section#formBox input[type="text"]::-moz-placeholder,
section#formBox input[type="number"]::-moz-placeholder,
section#formBox input[type="email"]::-moz-placeholder,
section#formBox input[type="tel"]::-moz-placeholder {color:#bbb; font-size:16px;}
section#formBox input[type="text"]::-webkit-input-placeholder,
section#formBox input[type="number"]::-webkit-input-placeholder,
section#formBox input[type="email"]::-webkit-input-placeholder,
section#formBox input[type="tel"]::-webkit-input-placeholder {color:#bbb; font-size:16px;}
section#formBox input[type="text"]:-ms-input-placeholder,
section#formBox input[type="number"]:-ms-input-placeholder,
section#formBox input[type="email"]:-ms-input-placeholder,
section#formBox input[type="tel"]:-ms-input-placeholder {color:#bbb; font-size:16px;}
section#formBox input[type=text]:placeholder-shown,
section#formBox input[type=number]:placeholder-shown,
section#formBox input[type=email]:placeholder-shown,
section#formBox input[type=tel]:placeholder-shown {color:#bbb; font-size:16px;}
section#formBox input[type=radio] {display: none;}
section#formBox input[type=radio]:checked + label {background:#cee8f6 url(../img/check_background03.png)no-repeat left 20px center; box-shadow:0 2px 2px #aaa inset; -moz-box-shadow:0 2px 2px #aaa inset; -webkit-box-shadow:0 2px 2px #aaa inset; -o-box-shadow:0 2px 2px #aaa inset; -ms-box-shadow:0 2px 2px #aaa inset;}
section#formBox input[type=radio] + label {padding:5px 5px; width:50%; display:block; float:left; border-radius:10px 0 0 10px; border:solid 2px #838383; font-size:16px; text-align:center; box-shadow:0 2px 2px #aaa; -moz-box-shadow:0 2px 2px #aaa; -webkit-box-shadow:0 2px 2px #aaa; -o-box-shadow:0 2px 2px #aaa; -ms-box-shadow:0 2px 2px #aaa; background:#ffffff; color:#000000;}
section#formBox input[type=radio] + label:last-child {border-radius:0 10px 10px 0; border-left:none;}
section#formBox input[type=radio] + label.taika {
  width: 20%;
  border-radius: 10px;
  border: solid 2px #838383;
}
section#formBox input[type=radio] + label.kouzo,
section#formBox input[type=radio] + label.taishin,
section#formBox input[type=radio] + label.setsubi,
section#formBox input[type=radio] + label.jishin,
section#formBox input[type=radio] + label.suisai,
section#formBox input[type=radio] + label.haoson,
section#formBox input[type=radio] + label.kazai {
  width: 33%;
  border-radius: 10px;
  border: solid 2px #838383;
}
@media screen and (max-width:500px) {
  section#formBox input[type=radio] + label.kouzo,
  section#formBox input[type=radio] + label.taika,
  section#formBox input[type=radio] + label.taishin,
  section#formBox input[type=radio] + label.bukkenTypeA,
  section#formBox input[type=radio] + label.setsubi {
    width: 100%;
    border-radius: 10px;
    border: solid 2px #838383;
  }
}
section#formBox input[type=checkbox] {display:none;}
section#formBox input[type=checkbox] + label.seihoKyomi:before {content:''; width:28px; height:28px; display:inline-block; margin-right:10px; background:url(../img/checkbox_img.png) no-repeat 0 0; vertical-align:middle;}
section#formBox input[type=checkbox]:checked + label.seihoKyomi:before {background:url(../img/checkbox_img.png) no-repeat 0 center;}
section#formBox input[type=checkbox] + label.ppAdmit:before {content:''; width:28px; height:28px; display:inline-block; margin-right:10px; background:url(../img/checkbox_img.png) no-repeat 0 0; vertical-align:middle;}
section#formBox input[type=checkbox]:checked + label.ppAdmit:before {background:url(../img/checkbox_img.png) no-repeat 0 center;}
section#formBox input.setsubi + label {padding:5px 5px; width:33%; display:block; float:left; border-radius:10px; border:solid 2px #838383; font-size:16px; text-align:center; box-shadow:0 2px 2px #aaa; -moz-box-shadow:0 2px 2px #aaa; -webkit-box-shadow:0 2px 2px #aaa; -o-box-shadow:0 2px 2px #aaa; -ms-box-shadow:0 2px 2px #aaa; background:#ffffff; color:#000000;}
section#formBox input.setsubi:checked + label {background:#cee8f6 url(../img/check_background03.png) no-repeat left 20px center; box-shadow:0 2px 2px #aaa inset; -moz-box-shadow:0 2px 2px #aaa inset; -webkit-box-shadow:0 2px 2px #aaa inset; -o-box-shadow:0 2px 2px #aaa inset; -ms-box-shadow:0 2px 2px #aaa inset;}
@media screen and (max-width:500px) {
  section#formBox input.setsubi + label {width: 100%;}
}

section#formBox select {-webkit-appearance:none; -moz-appearance:none; appearance:none; padding:5px 10px; margin-left:20px; border:2px #838383 solid; background:#fff; font-size:16px;}
section#formBox select#birth_year,
section#formBox select#birth_month,
section#formBox select#bukkenPref,
section#formBox select#bukkenBuildYear,
section#formBox select#bukkenBuildMonth,
section#formBox select#doukyoChild,
section#formBox select#doukyoAdult,
section#formBox select#hokenkikan {margin-left:0;}
section#formBox span#birth_select {margin-left:20px;}
section#formBox dl#address select,
section#formBox dl#bukkenPrefDL select,
section#formBox dl#job select {width:100%; margin:0;}
@media screen and (max-width: 450px) {
  section#formBox span#birth_select {margin: 0;}
  section#formBox select#birth_day {margin-left:0;}
}

div.subBox label,
p.agreeCheck label {display:block; padding-left:38px; text-indent:-38px; line-height:1.4;}
div.subBox label {font-size:16px;}
section#formBox input[type=button] {-webkit-appearance:none; -moz-appearance:none; appearance:none; box-shadow:0 2px 2px #aaa; -moz-box-shadow:0 2px 2px #aaa; -webkit-box-shadow:0 2px 2px #aaa; -o-box-shadow:0 2px 2px #aaa; -ms-box-shadow:0 2px 2px #aaa; width:100%; border-radius:4px; border:2px #838383 solid; padding:15px; background:#ffeded; color:#404040; font-weight:bold;}

/* ppAdmit & rules枠 */
section#formBox dl dd div.personalInfo p {margin-bottom:15px;}
section#formBox dl dd div.personalInfo p strong {font-weight:bold;}
section#formBox dl dd div.personalInfo p.annotation {color:#404040;}


/* 注意書き枠 */
section#formBox div.aboutNotes dl {margin:50px auto 0; display:block;}
section#formBox div.aboutNotes dl dt {padding:20px 20px 15px; background:#030d56; color:#fff; border-radius:4px 4px 0 0;}
section#formBox div.aboutNotes dl dt p {width:100%;}
section#formBox div.aboutNotes dl dd {border-radius:0 0 4px 4px; padding-top:30px; padding-bottom:30px;}
section#formBox div.aboutNotes dl dd p:first-of-type {margin-bottom:30px;}
section#formBox div.aboutNotes dl dd p.annotation {color:#404040;}
section#formBox div.aboutNotes dl dd ul li {margin-top:15px; padding-left:1em; text-indent:-1em; font-size:16px;}
section#formBox div.aboutNotes2 {display:none;}
section#formBox div.aboutNotes3 {display:none;}
section#formBox.conf div.aboutNotes2 {display:block;}
section#formBox.conf div.aboutNotes3 {display:block;}

/* ruleText */
#formBox div.ruleText {height:100px;overflow:auto; margin:0 auto 15px auto; padding:5px; border:#DDD solid 5px; background:#FFF; color:black; font-size:14px;}
#formBox div.ruleText a {color:blue;}
#formBox div.ruleText li {padding-left:1em; text-indent:-1em;}

div div.ruleText {overflow:auto; margin:0 auto 15px auto; padding:5px; border:#DDD solid 5px; background:#FFF; color:black; font-size:14px;}
div div.ruleText a {color:blue;}
div div.ruleText li {padding-left:1em; text-indent:-1em;}
#submit_confirm2 {border: 6px solid #A1D01B; color: #FFFFFF; font-size: 32px; height: 3em; width: 95%; box-shadow:0 0 9px rgba(0, 0, 0, 0.5); background:#93c625; background: -moz-linear-gradient(top, #b1db10, #93c625); background: -webkit-gradient(linear, center top, center bottom, from(#b1db10), to(#93c625)); filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFb1db10', endColorstr='#FF93c625'); border-radius: 18px; -webkit-border-radius: 18px; -moz-border-radius: 18px;}

/* --------------------------------------------------
   CONFIRM
-------------------------------------------------- */
section#formBoxConf {width:100%; margin:20px 0 0;}
section#formBoxConf h2 {margin:0 auto 30px; padding:10px 20px; background:#aaaaaa; color:#fff; font-size:16px; font-weight:normal; border-radius:4px;}
section#formBoxConf h3 {margin-bottom:10px;}
section#formBoxConf table {margin:0 auto 20px; font-size:16px;}
section#formBoxConf table.mail {margin-bottom:0;}
section#formBoxConf table.mail + p.annotation {margin: 5px auto 20px; font-size:16px;}
section#formBoxConf table tr th {width:30%; padding:15px 20px; background:#f1f1f1; border-radius:4px 0 0 4px;}
section#formBoxConf table tr td {width:70%; padding:15px 20px; background:#fbfbfb; border-radius:0 4px 4px 0;}

/* --------------------------------------------------
   ERROR
-------------------------------------------------- */
#errorAll {margin:30px auto 0; background:#ff7f7f; padding:10px 15px; border-radius:4px; color:#fff; font-size:20px;}
input.omission,
select.omission,
section#formBox dl.omission dd input[type=radio] + label {border:3px solid #ff0000!important;}
section#formBox dl.omission dd input[type=radio] + label:last-child {border-left:none!important;}
section#formBox dl.omission dd input[type=checkbox] + label:before,
section#formBox div.omission div input[type=checkbox] + label:before {background:url(../img/checkbox_img.png) no-repeat 0 bottom;}
section#formBox dl.omission dd p.annotation.ddTOP {margin:0 auto 15px;}
section#formBox dl.omission dd p.annotation.ddBOTTOM {margin:15px auto 0;}

/* --------------------------------------------------
   FOOTER
-------------------------------------------------- */
footer {padding:20px 0; margin-top: 30px; text-align:center; border-top:2px dotted #838383; border-bottom:2px dotted #838383;}
footer section {margin:0 auto;}
footer section img.pMark {text-align:center; margin-bottom:25px;}
footer section p {font-size:16px;}

p.copyright {color:#000000; font-size:16px; margin:10px 0; text-align:center;}


/* --------------------------------------------------
   loading icon
-------------------------------------------------- */
span.loading01, span.loading01:after {
  display: inline-block;
  width: 200px;
  height: 200px;
  background-repeat: no-repeat;
  background-image:
  -webkit-gradient(radial,19 center,0,19 center,19,from(rgba(174,230,80,0.5)),color-stop(0.5,rgba(174,230,80,0.5)),color-stop(0.9,transparent),to(transparent)),
  -webkit-gradient(radial,center 19,0,center 19,19,from(rgba(174,230,80,0.5)),color-stop(0.5,rgba(174,230,80,0.5)),color-stop(0.9,transparent),to(transparent)),
  -webkit-gradient(radial,181 center,0,181 center,19,from(rgba(174,230,80,0.5)),color-stop(0.5,rgba(174,230,80,0.5)),color-stop(0.9,transparent),to(transparent)),
  -webkit-gradient(radial,center 181,0,center 181,19,from(rgba(174,230,80,0.5)),color-stop(0.5,rgba(174,230,80,0.5)),color-stop(0.9,transparent),to(transparent));
  background-image:
  -webkit-radial-gradient(10% 50%, 19px 19px, rgba(174,230,80,0.5), rgba(174,230,80,0.5) 95%, transparent 95%, transparent),
  -webkit-radial-gradient(50% 10%, 19px 19px, rgba(174,230,80,0.5), rgba(174,230,80,0.5) 95%, transparent 95%, transparent),
  -webkit-radial-gradient(90% 50%, 19px 19px, rgba(174,230,80,0.5), rgba(174,230,80,0.5) 95%, transparent 95%, transparent),
  -webkit-radial-gradient(50% 90%, 19px 19px, rgba(174,230,80,0.5), rgba(174,230,80,0.5) 95%, transparent 95%, transparent);
  background-image:
  radial-gradient(19px 19px at 10% 50%, rgba(174,230,80,0.5), rgba(174,230,80,0.5) 95%, transparent),
  radial-gradient(19px 19px at 50% 10%, rgba(174,230,80,0.5), rgba(174,230,80,0.5) 95%, transparent),
  radial-gradient(19px 19px at 90% 50%, rgba(174,230,80,0.5), rgba(174,230,80,0.5) 95%, transparent),
  radial-gradient(19px 19px at 50% 90%, rgba(174,230,80,0.5), rgba(174,230,80,0.5) 95%, transparent);
}
span.loading01 {
  position: relative;
  vertical-align: middle;
}
span.loading01:after {
  position: absolute;
  content: " ";
  z-index: -1;
  left: 0;
  top: 0;
  margin: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
span.loading01 span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  background-image: -webkit-gradient(radial,19 center,0,19 center,19,from(#aee650),color-stop(0.4,#aee650),color-stop(0.9,transparent),to(transparent));
  background-image: -webkit-radial-gradient(10% 50%, 19px 19px, #aee650, #aee650 95%, transparent 95%, transparent);
  background-image: radial-gradient(19px 19px at 10% 50%, #aee650, #aee650 95%, transparent);
  -webkit-animation: animation01 2s linear infinite;
  animation: animation01 2s linear infinite;
}

@-webkit-keyframes animation01 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  12.4% {
    -webkit-transform: rotate(0deg);
  }
  12.5% {
    -webkit-transform: rotate(45deg);
  }
  24.9% {
    -webkit-transform: rotate(45deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
  }
  37.4% {
    -webkit-transform: rotate(90deg);
  }
  37.5% {
    -webkit-transform: rotate(135deg);
  }
  49.9% {
    -webkit-transform: rotate(135deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  62.4% {
    -webkit-transform: rotate(180deg);
  }
  62.5% {
    -webkit-transform: rotate(225deg);
  }
  74.9% {
    -webkit-transform: rotate(225deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
  }
  87.4% {
    -webkit-transform: rotate(270deg);
  }
  87.5% {
    -webkit-transform: rotate(315deg);
  }
  99.9% {
    -webkit-transform: rotate(315deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes animation01 {
  0% {
    transform: rotate(0deg);
  }
  12.4% {
    transform: rotate(0deg);
  }
  12.5% {
    transform: rotate(45deg);
  }
  24.9% {
    transform: rotate(45deg);
  }
  25% {
    transform: rotate(90deg);
  }
  37.4% {
    transform: rotate(90deg);
  }
  37.5% {
    transform: rotate(135deg);
  }
  49.9% {
    transform: rotate(135deg);
  }
  50% {
    transform: rotate(180deg);
  }
  62.4% {
    transform: rotate(180deg);
  }
  62.5% {
    transform: rotate(225deg);
  }
  74.9% {
    transform: rotate(225deg);
  }
  75% {
    transform: rotate(270deg);
  }
  87.4% {
    transform: rotate(270deg);
  }
  87.5% {
    transform: rotate(315deg);
  }
  99.9% {
    transform: rotate(315deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* --------------------------------------------------
   =clearfix
-------------------------------------------------- */
.cf:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.cf {
	display: inline-block;
}

/* Hides from IE-mac \*/

* html .cf {
	height: 1%;
	overflow: visible;
}

.cf {
	display: block;
}

/* End hide from IE-mac */
