@charset "UTF-8";

/* HTML5 display definitions
----------------------------------------------------------------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
    behavior: url("boxsizing.htc");
}

/* Links
----------------------------------------------------------------------------- */
a {
  background-color: transparent;
}

a,
a:active {
  outline: 0;
  color:#0084ff;
  text-decoration:none;
}
a:hover {
  outline: 0;
  color:#ff3300;
  text-decoration:none;
}

/* Text-level semantics
----------------------------------------------------------------------------- */
abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
----------------------------------------------------------------------------- */
img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
----------------------------------------------------------------------------- */
figure {
  margin: 0;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
----------------------------------------------------------------------------- */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}
.formbox{
	width:80%;
	max-width:690px;
}
.send{
	background:#0b2491;
	padding:10px 20px;
	font-size:1.4em;
	color:#fff;
	letter-spacing:0.1em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom:50px;
}


/* Tables
----------------------------------------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* reset
----------------------------------------------------------------------------- */
a:focus,
embed:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
select,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

img {
  vertical-align: top;
  border: none;
  outline: none;
  -ms-interpolation-mode: bicubic;
}

/* default setting
----------------------------------------------------------------------------- */
.clear, header.global .bg .links .sitesearch, footer.global .footnav ul, footer.global .sitemap, footer.grand .footnav ul, footer.grand .sitemap {
  zoom: 1;
}
.clear:after, header.global .bg .links .sitesearch:after, footer.global .footnav ul:after, footer.global .sitemap:after, footer.grand .footnav ul:after, footer.grand .sitemap:after {
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  overflow: hidden;
  clear: both;
}

/* common
----------------------------------------------------------------------------- */
.disNon {
  display: none;
}
.invisible {
  visibility: hidden;
}
.forsp {
  display: none;
}
.posfix {
  position: fixed;
}

/* 余白
----------------------------------------------------------------------------- */
.mNone {
  margin: 0 !important;
}
.mT0 {
  margin-top: 0px !important;
}
.mT5 {
  margin-top: 5px !important;
}
.mT10 {
  margin-top: 10px !important;
}
.mT15 {
  margin-top: 15px !important;
}
.mT20 {
  margin-top: 20px !important;
}
.mT25 {
  margin-top: 25px !important;
}
.mT30 {
  margin-top: 30px !important;
}
.mT35 {
  margin-top: 35px !important;
}
.mT40 {
  margin-top: 40px !important;
}
.mT45 {
  margin-top: 45px !important;
}
.mT50 {
  margin-top: 50px !important;
}
.mB0 {
  margin-bottom: 0px !important;
}
.mB5 {
  margin-bottom: 5px !important;
}
.mB10 {
  margin-bottom: 10px !important;
}
.mB15 {
  margin-bottom: 15px !important;
}
.mB20 {
  margin-bottom: 20px !important;
}
.mB25 {
  margin-bottom: 25px !important;
}
.mB30 {
  margin-bottom: 30px !important;
}
.mB35 {
  margin-bottom: 35px !important;
}
.mB40 {
  margin-bottom: 40px !important;
}
.mB45 {
  margin-bottom: 45px !important;
}
.mB50 {
  margin-bottom: 50px !important;
}
.mL0 {
  margin-left: 0px !important;
}
.mL5 {
  margin-left: 5px !important;
}
.mL10 {
  margin-left: 10px !important;
}
.mL15 {
  margin-left: 15px !important;
}
.mL20 {
  margin-left: 20px !important;
}
.mL25 {
  margin-left: 25px !important;
}
.mL30 {
  margin-left: 30px !important;
}
.mL35 {
  margin-left: 35px !important;
}
.mL40 {
  margin-left: 40px !important;
}
.mL45 {
  margin-left: 45px !important;
}
.mL50 {
  margin-left: 50px !important;
}
.mR0 {
  margin-right: 0px !important;
}
.mR5 {
  margin-right: 5px !important;
}
.mR10 {
  margin-right: 10px !important;
}
.mR15 {
  margin-right: 15px !important;
}
.mR20 {
  margin-right: 20px !important;
}
.mR25 {
  margin-right: 25px !important;
}
.mR30 {
  margin-right: 30px !important;
}
.mR35 {
  margin-right: 35px !important;
}
.mR40 {
  margin-right: 40px !important;
}
.mR45 {
  margin-right: 45px !important;
}
.mR50 {
  margin-right: 50px !important;
}

.pNone {
  padding: 0 !important;
}
.pT0 {
  padding-top: 0px !important;
}
.pT5 {
  padding-top: 5px !important;
}
.pT10 {
  padding-top: 10px !important;
}
.pT15 {
  padding-top: 15px !important;
}
.pT20 {
  padding-top: 20px !important;
}
.pT25 {
  padding-top: 25px !important;
}
.pT30 {
  padding-top: 30px !important;
}
.pT35 {
  padding-top: 35px !important;
}
.pT40 {
  padding-top: 40px !important;
}
.pT45 {
  padding-top: 45px !important;
}
.pT50 {
  padding-top: 50px !important;
}
.pT60 {
  padding-top: 60px !important;
}
.pB0 {
  padding-bottom: 0px !important;
}
.pB5 {
  padding-bottom: 5px !important;
}
.pB10 {
  padding-bottom: 10px !important;
}
.pB15 {
  padding-bottom: 15px !important;
}
.pB20 {
  padding-bottom: 20px !important;
}
.pB25 {
  padding-bottom: 25px !important;
}
.pB30 {
  padding-bottom: 30px !important;
}
.pB35 {
  padding-bottom: 35px !important;
}
.pB40 {
  padding-bottom: 40px !important;
}
.pB45 {
  padding-bottom: 45px !important;
}
.pB50 {
  padding-bottom: 50px !important;
}
.pL0 {
  padding-left: 0px !important;
}
.pL5 {
  padding-left: 5px !important;
}
.pL10 {
  padding-left: 10px !important;
}
.pL15 {
  padding-left: 15px !important;
}
.pL20 {
  padding-left: 20px !important;
}
.pL25 {
  padding-left: 25px !important;
}
.pL30 {
  padding-left: 30px !important;
}
.pL35 {
  padding-left: 35px !important;
}
.pL40 {
  padding-left: 40px !important;
}
.pL45 {
  padding-left: 45px !important;
}
.pL50 {
  padding-left: 50px !important;
}
.pR0 {
  padding-right: 0px !important;
}
.pR5 {
  padding-right: 5px !important;
}
.pR10 {
  padding-right: 10px !important;
}
.pR15 {
  padding-right: 15px !important;
}
.pR20 {
  padding-right: 20px !important;
}
.pR25 {
  padding-right: 25px !important;
}
.pR30 {
  padding-right: 30px !important;
}
.pR35 {
  padding-right: 35px !important;
}
.pR40 {
  padding-right: 40px !important;
}
.pR45 {
  padding-right: 45px !important;
}
.pR50 {
  padding-right: 50px !important;
}

.blt{
	border-top:1px solid #dfdfdf;
	}

.pkg {
	display:block;
	position:relative;
	overflow:hidden;
}


.w50{
	width:50%;
	float:left;
	padding:10px 20px;
	}

@media screen and (max-width: 620px){
	.w50{
		width:100%;
		float:none;
		padding:5px 10px;
	}
}


/* テキスト
----------------------------------------------------------------------------- */
.tCenter {
  text-align: center !important;
}
.tRight {
  text-align: right !important;
}
.tLeft {
  text-align: left !important;
}
.fNormal {
  font-weight: normal !important;
}
.fBold {
  font-weight: bold !important;
}
.fS8e {
  font-size: 0.57142857142em;
}
.fS9e {
  font-size: 0.64285714285em;
}
.fS10e {
  font-size: 0.71428572514em;
}
.fS12e {
  font-size: 0.85714285714em;
}
.fS13e {
  font-size: 0.92857142857em;
}
.fS14e {
  font-size: 1.0em;
}
.fs15e {
  font-size: 1.07142857142em;
}
.fS16e {
  font-size: 1.14285714285em;
}
.fS17e {
  font-size: 1.21428571428em;
}
.fS18e {
  font-size: 1.28571418571em;
}
.fS19e {
  font-size: 1.35714285714em;
}
.fS20e {
  font-size: 1.42857142857em;
}
.fS22e {
  font-size: 1.57142857142em;
}
.fS24e {
  font-size: 1.71428571428em;
}
.fCol_red {
  color: #d43943!important;
}
.fNarrow {
  letter-spacing: -1px !important;
}
.fMincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;

}
/* インデント
----------------------------------------------------------------------------- */
small.indent,
p.indent,
ul.indent li,
ol.indent li,
dl.indent dd {
  overflow: visible !important;
  text-indent: -1em !important;
  margin-left: 1em !important;
}
small.indent2,
p.indent2,
ul.indent2 li,
ol.indent2 li,
dl.indent2 dd {
  overflow: visible !important;
  text-indent: -2em !important;
  margin-left: 2em !important;
}
dl.normal {
  margin-bottom: 30px;
}
dl.normal:last-child {
  margin-bottom: 0;
}
dl.normal dt {
  font-weight: bold;
}


/* フォント
----------------------------------------------------------------------------- */

.tL{
	font-size:120%;
}
.tS{
	font-size:80%;
}
.fcol_blue{
	color:#048bd9;
}

/* フロート
----------------------------------------------------------------------------- */
.fL {
  float: left !important;
  margin: 0;
}
.fR {
  float: right !important;
  margin: 0;
}
img.fL {
  float: left;
  margin: 0 20px 20px 0;
}
img.fR {
  float: right;
  margin: 0 0 20px 30px;
}
@media screen and (max-width: 520px){

img.fL {
  float: none !important;
  margin: 0 auto 10px auto;
  text-align:center;
  display:block;
}
img.fR {  
	float: none !important;
  margin: 0 auto 10px auto;
  text-align:center;
  display:block;

}
}

/* リスト
----------------------------------------------------------------------------- */
.ten li {
  list-style-type: disc;
  margin-left: 1.2em;
}

/* common style setting
----------------------------------------------------------------------------- */
.clear {
  zoom: 1;
}
.clear:after {
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
.radius {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.fade {  
    -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;  
}  
.fade:hover {  
    opacity: 0.6;  
    filter: alpha(opacity=60);  
} 

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

