@charset "utf-8";
/*
YUI 3.6.0 (build 5521)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http:/* yuilibrary.com/license/
*/
/*
  TODO will need to remove settings on HTML since we can't namespace it.
  TODO with the prefix, should I group by selector or property for weight savings?
*/
html {
color: #000;
background: #FFF;
font-size: 62.5%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
*,
*:before,
*:after {
-webkit-box-sizing: inherit;
box-sizing: inherit;
}
/*
  TODO remove settings on BODY since we can't namespace it.
*/
/*
  TODO test putting a class on HEAD.
    - Fails on FF.
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
margin: 0;
padding: 0;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
fieldset,
img {
border: 0;
}
img,
iframe {
  vertical-align: bottom;
}
input[type="button"],input[type="submit"] {
-webkit-appearance: none;
}
/*
  Link style
*/
a {
  color: #0076c7;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
/*
  TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
font-style: normal;
font-weight: normal;
}
ol,
ul {
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;
}
/* to preserve line-height and selector appearance */
sup {
vertical-align: text-top;
}
sub {
vertical-align: text-bottom;
}
input,
textarea,
select {
font-family: inherit;
font-size: inherit;
font-weight: inherit;
}
/*to enable resizing for IE*/
input,
textarea,
select {
 *font-size:100%;
}
/*because legend doesn't inherit in IE */
legend {
color: #000;
}
/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset {
display: none;
}

/*==============

フォントの初期設定

==============*/
/*
YUI 3.6.0 (build 5521)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http:/* yuilibrary.com/license/
*/
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
font: 1.4rem/1.231 arial, helvetica, clean, sans-serif;
font-size: 14px\9;
line-height: 1.6;
font-family: Meiryo, "メイリオ", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
 *font-size:small; /* for IE */
 *font:x-small; /* for IE in quirks mode */
 color: #333;
}
/*
@media screen and (-webkit-min-device-pixel-ratio: 2){
  body{
    font-size: 16px;
  }
}
*/
/**
 * Nudge down to get to 13px equivalent for these form elements
 */
select,
input,
button,
textarea {
font: 99% arial, helvetica, clean, sans-serif;
font-family: -apple-system, BlinkMacSystemFont,'Helvetica Neue',"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
/**
 * To help tables remember to inherit
 */
table {
font-size: inherit;
font: 100%;
}
/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
font-family: monospace;
 *font-size:108%;
line-height: 100%;
}
/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssfonts {
display: none;
}

/**
 * clearfix
 */
.clearfix::before,
.clearfix::after {
  display: block;
  content: '';
  clear: both;
  width: 0;
  height: 0;
  overflow: hidden;
}

/*form部品ブラウザごとのスタイルリセット*/
input,
select,
button,
textarea{
  outline: none;
  border: 1px solid;
  background: transparent;
  outline: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
input,
select,
textarea{
  border-color: #666;
  outline: 0;
  padding: 5px;
}
input:focus,
select:focus,
textarea:focus{
  border-color: #999;
}
select::-ms-expand {
  display: none;
}

button {
  padding: 0;
  position:relative;
  cursor: pointer;
}
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav {
  display: inline;
}

/* IE11 ハック*/
@media all and (-ms-high-contrast:none){
  article,
  dialog,
  figure,
  footer,
  header,
  hgroup,
  nav {
    display: block;
  }
}
/*checkboxとradioのデザイン設定*/
input[type=radio],input[type=checkbox] {
  display: none;
}
/****** checkbox ******/
.check_css {
  position: relative;
  display: inline-block;
  padding: 5px 0 5px 30px;
  vertical-align: middle;
  cursor: pointer;
  font-size: 14px;
  color: #333333;
}
.check_css:after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 5px;
  margin-top: -10px;
  display: block;
  border: solid 2px #ccc;
  background: #fff;
}
.check_css:before {
  content: '';
  position: absolute;
  width: 5px;
  height: 9px;
  top: 50%;
  left: 11px;
  display: block;
  margin-top: -7px;
  border-right: 2px solid #0076c6;
  border-bottom: 2px solid #0076c6;
  opacity: 0;
  z-index: 1;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type=checkbox]:checked + .check_css:after {
  border: 2px solid #0076c6;
}
input[type=checkbox]:checked + .check_css:before {
  opacity: 1;
}
/****** // End checkbox ******/
/****** radio ******/
.radio_css {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  padding-left: 20px;
  vertical-align: middle;
  cursor: pointer;
}
.radio_css:hover.radio_css:after {
  border: 2px solid #0076c6;
}
.radio_css:after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 0px;
  display: block;
  border: 2px solid #ccc;
  border-radius: 50%;
  background: #fff;
  box-sizing: border-box;
  transform: translateY(-50%);
}
.radio_css:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  z-index: 1;
  top: 50%;
  left: 3px;
  display: block;
  border-radius: 50%;
  background-color: #0076c6;
  opacity: 0;
  transform: translateY(-50%);
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
input[type=radio]:checked + .radio_css:before {
  opacity: 1;
}
/****** // End radio ******/

/* select form */
select {
  padding: 10px 5px;
  border: 1px solid #aaa;
  width: 100%;
  display: block;
  position: relative;
  margin: 10px 0;
}
select:hover {
  border: 2px solid #0076c7;
  box-sizing: border-box;
  padding: 9px 4px;
  color: #0076c7;
}
select > option{
  color: #333;
}
.select_css:after{
  content: '';
  width: 8px;
  height: 8px;
  display: block;
  top: 50%;
  right: 15px;
  border-top: 1px solid #0076c7;
  border-right: 1px solid #0076c7;
  -webkit-transform: translateY(-50%) rotate(-225deg);
  -moz-transform: translateY(-50%) rotate(-225deg);
  transform: translateY(-50%) rotate(-225deg);
  position: absolute;
  z-index: 0;
}
/* // End select form */

/*iframe*/
iframe{
  border: 0;
  margin: 0;
  overflow: hidden;
}
/****** error message ******/
.errorMessage{
  color: #de5532;
  font-weight: bold;
}
.errorInput {
  border: 2px solid #df6b4d !important;
  padding: 9px !important;
}
.radio_css.errorRadio:after {
  border: 2px solid #df6b4d;
}
.radio_css:hover.radio_css.errorRadio:after {
  border: 2px solid #df6b4d;
}
/****** // End error message ******/
