@charset "UTF-8";
/*reset CSS*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td input {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  line-height: 1.0;
  vertical-align: baseline;
}

body {
  height: 100%;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
.contents {
  width: 960px;
  margin: 0 auto;
}

.contents-main {
  width: 630px;
  margin: 0 auto 35px auto;
}

.contents-head-area {
  overflow: hidden;
}

#sns_box, .col-md {
  width: 50.0%;
  display: block;
  float: left;
}

.contents-title {
  font-weight: bold;
  font-size: 18px;
  padding: 20px 0;
}

.btn-a, .btn-b {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

a.btn-a, a.btn-b {
  color: white;
  line-height: 40px;
  display: block;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

p.btn-a, p.btn-b {
  background-color: #28c8bb;
  height: 40px;
  font-weight: bold;
  text-align: center;
}

.btn-a:hover > .btn-b:hover > .btn-b:hover {
  background-position: 0 0;
}

p.btn-a {
  margin-bottom: 4px;
}

p.btn-b {
  margin-bottom: 34px;
  display: block;
  text-decoration: none;
  color: white;
}

.btn-a:hover, .btn-b:hover {
  background-color: #03aa9c; 
  text-decoration: none;
}
.btn-b:active {
  -webkit-box-shadow: 0 2px 2px rgba(21, 16, 23, 0.3) inset;
  -moz-box-shadow: 0 2px 2px rgba(21, 16, 23, 0.3) inset;
  box-shadow: 0 2px 2px rgba(21, 16, 23, 0.3) inset;
}

.l-clearfix:before, .l-clearfix:after {
  content: " ";
  display: table;
}

.l-clearfix:after {
  clear: both;
}

.p-relative {
  position: relative;
}

.bold {
  font-weight: bold;
}

#program_title {
padding: 20px 0;
}

#sns_box {
  width: 50%;
  margin: 0;
  clear: none;
}

.mixi, .twitter, .facebook {
  float: left;
}