@charset "UTF-8";
/************************************************************
 * reset
 ************************************************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a,img { border: none; vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0;
}
th    { text-align: left; font-weight: normal; }

body  {
  line-height: 1.2;
  -webkit-text-size-adjust: none;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display: block;
}

li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

input, select, textarea {
  font-size: 105%;
}

ul,ol,li  {
  list-style-position: outside;
  vertical-align: bottom;
}

h1,h2,h3,h4,h5,h6   {
    font-size: 12px;
    font-weight: normal;
}

/************************************************************
 * common style
 ************************************************************/
body, select, textarea, th, td, li, a, input {
    font-family: 'メイリオ','meiryo','ＭＳ Ｐゴシック','MS P Gothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ヒラギノ丸ゴシック Pro W3','Hiragino maru Gothic Pro','Helvetica','sans-serif';
}
body, select, textarea {
    color: #333333;
    font-size: 12px;
    line-height: 1.4;
}
body {
    background-color: #FFFFFF;
}

/* img hover */
a img:hover {
    opacity: .8;
    filter: alpha(opacity=80);
}

div, p, table, td, th, dl, dt, dd, ul, ol, li, a, span {
    word-break: break-all;
}

sup {
    vertical-align: top
}

/************************************************************
 * anchor-link
 ************************************************************/
 // 通常リンク
a:link    { color: #004CCA; }
a:visited { color: #6219DB; }
a:hover   { color: #048ADE; text-decoration: none; }
a:active  { color: #048ADE; text-decoration: none; }

.cbx_relative {
    position: relative;
}

.cbx_resize input[type='checkbox'] {
    width: 23px;
    height: 23px;
}

.ie .cbx_resize input[type='checkbox'] {
    width: auto;
    height: auto;
}

input[type="text"] {
    padding: 5px;
    border: 1px solid #E6EDE0;
    @include border-radius(3px);
}

input[type='checkbox'],
input[type='radio'] {
    opacity: 0;
    filter:alpha(opacity=0);
    position: absolute;
    outline: none;
    margin-right: 5px;
    cursor: pointer;
    zoom: 1;
}

input[type='checkbox']:disabled,
input[type='radio']:disabled {
    cursor: default;
}

input[type='checkbox'] + label {
    background:url(#{$img-path}/sprite/checkbox.png) no-repeat;
    background-position: 0 0;
    line-height: 26px;
    @include inline-block;
    padding-left: 30px;
    cursor: pointer;
}

input[type='radio'] + label {
    background:url(#{$img-path}/sprite/radiobtn.png) no-repeat;
    background-position: 0 0;
    line-height: 26px;
    @include inline-block;
    padding-left: 30px;
    cursor: pointer;
}

input[type='checkbox']:checked + label,
input[type='radio']:checked + label {
    background-position: 0 -100px;
}

input[type='checkbox']:disabled + label,
input[type='radio']:disabled + label {
    background-position: 0 -200px;
    cursor: default;
    color: #CCCCCC;
    .area_unit-placename {
        color: #CCCCCC;
    }
}

input[type='checkbox']:disabled + label + span,
input[type='radio']:disabled + label + span {
    color: #CCCCCC;
}

.ie input[type='checkbox'],
.ie input[type='radio'] {
    opacity: 1;
    filter:alpha(opacity=100);
    position: static;
    outline: none;
    visibility: visible;
}

.ie input[type='checkbox'] + label {
    background: none;
    line-height: 1.4;
    display: inline;
    padding-left: 0;
    *padding-left: 14px;
    cursor: pointer;
    visibility: visible;
}

.ie input[type='radio'] + label {
    background: none;
    line-height: 1.4;
    display: inline;
    padding-left: 0;
    *padding-left: 14px;
    cursor: pointer;
    visibility: visible;
}

select {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    @include border-radius(3px);
    @include box-shadow (rgba(210,217,202, 0.8) 1px 1px 1px, rgba(255,255,255, 1.0) 0 2px 0 inset, rgba(235,235,235, 0.7) 0 -2px 0 inset);
    border: 1px solid #D9D9D9;
    font-size: 12px;
    padding: 7px 7px;
    background-image: url(#{$img-path}/select-arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.hatenabook{
	text-align: right;
	width: 950px;
	margin: 0 auto;
	color: #999999;
}
