/* Welcome to Compass.
* In this file you should write your main styles. (or centralize your imports)
* Import this file using the following HTML or equivalent:
* <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
a.btn {
  color: white !important;
  text-decoration: none !important;
}

.btn::before,
.btn::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

.btn,
.btn::before,
.btn::after {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btn {
  position: relative;
  z-index: 2;
}

.btn:hover {
  background-color: #fff;
  border-color: #FF871C;
  color: #FF871C !important;
}

.btn::before,
.btn::after {
  top: 0;
  width: 50%;
  height: 100%;
}

.btn::before {
  right: 0;
}

.btn::after {
  left: 0;
}

.btn:hover::before,
.btn:hover::after {
  width: 0;
  background-color: #FF871C;
}

.strong, #af_contents .af_steps li span {
  font-weight: bold;
  font-size: 115%;
}

.center {
  text-align: center;
  margin: 5px;
}

.last {
  margin-right: 0 !important;
}

.fl_l, #bigtron .bigtxt, #af_contents ul.main_steps li {
  float: left;
}

.fl_r, #bigtron .bigbtn {
  float: right;
}

dd.fl_l, #bigtron dd.bigtxt {
  margin-right: 30px;
}

.grey, .note, #af_contents .af_steps li div {
  color: #888;
}

.pink_text, #af_contents h3, #af_contents article.af-faq dd ul.af_steps .qna .q-title i {
  color: deeppink;
}

.grey_box, #af_contents .af_steps {
  margin: 10px 0;
  padding: 20px;
  border: 1px solid #f0f0f0;
}

.note {
  font-size: 90%;
  padding-left: 45px;
}

.notebook, #af_contents .af_steps li {
  border-bottom: 1px dashed #eee;
  padding: 12px 5px;
}
.notebook:hover, #af_contents .af_steps li:hover {
  background: aliceblue;
}

.round {
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.round:before, .round:after {
  -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.round:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);
}

#bigtron {
  background-repeat: no-repeat;
  height: 315px;
  margin: 10px 0;
}
#bigtron .bigtxt {
  padding: 130px 0 0 50px;
  color: white;
  font-size: 140%;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.6), 1px 1px 1px rgba(255, 255, 255, 0.7);
}
#bigtron .bigbtn {
  margin-top: 70px;
  width: 260px;
  float: right;
  margin-right: 30px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 30px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
#bigtron .bigbtn dt {
  font-size: 170%;
  margin-bottom: 40px;
  text-shadow: 1px 1px 5px white;
}
#bigtron .bigbtn dd {
  font-size: 130%;
}

#af_contents {
  float: left;
  width: 678px;
  margin-bottom: 300px;
  margin-left: 10px;
  background-color: white;
  padding: 10px;
  font-size: 14px !important;
}
#af_contents a:link, #af_contents a:visited {
  color: #2794D1;
  text-decoration: underline;
}
#af_contents h2 {
  background: #f0f0f0;
  font-size: 115%;
  font-weight: normal;
  letter-spacing: 0.1em;
  margin: 10px 0px 10px 0px;
  padding: 10px 15px;
  color: #2794D1;
}
#af_contents h3 {
  font-size: 130%;
  margin: 10px 0px 20px 0px;
}
#af_contents article {
  overflow: hidden;
  *zoom: 1;
  padding: 20px;
}
#af_contents article dt {
  color: white;
  font-size: 150%;
  background: #3c9ce5;
  padding: 15px;
  text-shadow: 1px 1px 3px #666;
}
#af_contents article dd {
  font-size: 105%;
}
#af_contents article dd p {
  font-size: 100%;
  margin: 20px 10px;
}
#af_contents article dd .dantai {
  margin-bottom: 30px;
}
#af_contents article dd .dantai .dantai-title {
  font-weight: bold;
}
#af_contents article dd .dantai .daintai-url a {
  color: #999;
  text-decoration: none;
}
#af_contents article dd .dantai .dantai-logo img {
  border: 1px solid #e0e0e0;
  background: #f0f0f0;
  margin-bottom: 10px;
  padding: 5px;
}
#af_contents article dd .dantai .dantai-text p {
  margin: 20px 0;
}
#af_contents article dd#shikumi p span {
  font-weight: bold;
  color: tomato;
}
#af_contents article .article_btn {
  margin-top: 40px;
}
#af_contents article .article_btn .btn-note-text {
  font-size: 13px;
  margin: 10px 0;
}
#af_contents .qa-nav {
  margin: 0 20px 20px;
}
#af_contents .qa-nav li.qa-article-titles {
  margin-top: 20px;
  font-weight: bold;
}
#af_contents article.af-faq dd ul.af_steps .qna {
  font-size: 14px !important;
  margin-bottom: 30px;
}
#af_contents article.af-faq dd ul.af_steps .qna p {
  margin: 10px;
}
#af_contents article.af-faq dd ul.af_steps .qna .q-title {
  font-size: 108%;
  font-weight: bold;
}
#af_contents article.af-faq dd ul.af_steps li {
  margin-left: 30px;
  border: none;
  padding: 0;
  list-style: circle;
}
#af_contents article.af-faq dd ul.af_steps li:before {
  counter-increment: none;
  content: none;
  float: none;
  background: white;
  width: auto;
  height: auto;
  border: none;
  color: inherit;
  text-align: left;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
#af_contents article.af-faq dd ul.af_steps li.reward {
  background: none;
  padding: 0;
}
#af_contents article.af-faq dd ul.af_steps li.reward:hover {
  background-color: white;
}
#af_contents ul.main_steps li {
  display: block;
  height: 190px;
  width: 200px;
  margin-right: 10px;
  border: 1px solid pink;
}
#af_contents ul.main_steps li dt {
  margin: 3px;
}
#af_contents .af_steps {
  counter-reset: number;
  clear: both;
}
#af_contents .af_steps li {
  list-style: none;
}
#af_contents .af_steps li span {
  color: firebrick;
}
#af_contents .af_steps li:before {
  counter-increment: number;
  content: counter(number);
  float: left;
  background: darkgrey;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  margin-top: -5px;
  margin-right: 10px;
  padding: 5px;
}
#af_contents .af_steps li.reward {
  background: url(../images/yes.png) no-repeat top right;
  padding-top: 25px;
  padding-bottom: 25px;
}
#af_contents .af_steps li.reward:hover {
  background-color: mistyrose;
}
#af_contents dd#to_start {
  background: url(../images/letstart.jpg) no-repeat top left;
}
#af_contents dd#to_start ul {
  margin-left: 240px;
}

#sidecolumn li {
  line-height:1.5em;
}
#sidecolumn .side_widget {
  margin-bottom: 20px;
}
#sidecolumn #imasugu {
  padding: 5px;
  background: lightpink;
}
article#post_social .af_steps img {
  margin: 20px 0 30px;
  box-shadow: 2px 2px 12px #999
}

#sidecolumn h3 {
	height:35px;
}