﻿@charset "utf-8";

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,html,i,iframe,img,ins,kbd,label,legend,li,main,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-style:normal;font-weight:500;font-size:100%;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}html{overflow-y:scroll;-moz-text-size-adjust:none;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;text-size-adjust:100%}*,:after,:before{box-sizing:border-box}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:none}input,textarea{margin:0;padding:0}input:-moz-placeholder,input::-webkit-input-placeholder,textarea:-moz-placeholder,textarea::-webkit-input-placeholder{color:#888}input[type=button],input[type=submit],input[type=search],input[type=reset]{-webkit-appearance:none}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0;width:100%}caption,th{text-align:left}a:focus{outline:0}.clearfix:after{content:"";clear:both;display:block}img{max-width:100%;vertical-align:top;font-size:0;line-height:0;-ms-interpolation-mode:bicubic}h1,h2,h3,h4,h5,h6,p{height:100%}

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

  Common

======================================= */
@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("Yu Gothic"), local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");}
@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic");}
html {
  font-family: 'Lato', MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-style: normal;}
body {
  position: relative;
  height: 100%;
  width: 100%;
  min-width: 960px;
  background: #f6f6f6;
  color: #011332;
  font-size: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;}

a {
  color: #004ea2;
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;}
a:visited { color: #004ea2;}
a:active { color: #004ea2;}
a:hover { color: #5996d9;}
a img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;}
a img:hover, a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);}

::selection { background: #5996d9; color: #fff;}
::-moz-selection { background: #5996d9; color: #fff;}

/* ---------------------------------------
  btn
--------------------------------------- */
.btn {
  position: relative;
  display: inline-block;
  width: 260px;
  padding: 10px 5px;
  background: transparent;
  text-align: center;
  text-decoration: none !important;
  color: #004ea2 !important;
  font-size: 88%;
  font-weight: bold;
  line-height: 1.2;
  border: 1px solid #004ea2;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;}
.btn2 {
  background: #004ea2;
  color: #fff !important;
  text-shadow: rgba(0,0,0,0.1) 1px 1px 1px;}
.btnB {
  background: transparent;
  color: #fff !important;
  border: 1px solid #eee;}
.btn:hover, .ban_main a:hover span.btn {
background: rgb(3,58,147); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(3,58,147,1) 0%, rgba(1,169,232,1) 95%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(3,58,147,1) 0%,rgba(1,169,232,1) 95%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(3,58,147,1) 0%,rgba(1,169,232,1) 95%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#033a93', endColorstr='#01a9e8',GradientType=0 ); /* IE6-9 */
  border: 1px solid #033a93;
  border-bottom: 1px solid #055ca5;
  color: #fff !important;
  text-shadow: rgba(0,0,0,0.1) 1px 1px 1px;}
.btn2:hover {
  background: #004ea2;}
.btn:before {
  content: "\f054";
  font-family: "FontAwesome";
  font-weight: normal;
  text-rendering: auto;
  line-height: 1.0;
  top: 50%;
  margin: -0.5em 0.5em 0 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;}
.btnS {
  width: auto;
  padding: 5px 10px;}

/* ---------------------------------------
  Sprite Icons
--------------------------------------- */
.icons:before {
  content: "";
  background: url(../img/common/icons.png) top left no-repeat;}
.ico_fb:before {
  width: 15px;
  height: 13px;
  background-position: 0 2px;
  padding-left: 20px;}

/* fa */
#each_link a:after, .ban_main a span.title:before, #pageTop:before,
#rnavi dt a:before, #rnavi dd a:before, form p.error:before {
  font: normal normal normal 1em/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;}
.fa:before { margin-right: 0.5em;}
.fa:after { margin-left: 0.5em;}

/* 外部リンク */
.external:after, .btnExternal:after, #each_link a:after {
  content: "\f08e";
  margin: 0 5px;
  font-size: inherit;}


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

  header

======================================= */
#header_wrap {
  width: 100%;
  height: 180px;
  background: #fff url(../img/common/header_bg.png) left top repeat-x;}
#header {
  position: relative;
  width: 960px;
  height: 80px;
  margin: 0 auto;}
#header h1, #header p.h1 {
  padding: 5px 3px 0 3px;
  font-size: 75%;}
#header #logo,
#header .top_inquire, #header .top_tel { position: absolute;}
#header #logo { top: 35px; left: 0;}
#header .top_inquire { top: 16px; right:1px;}
#header .top_tel { top: 75px; right: 0px;}
#header .btn {
 padding: 0;
 width: 195px;
 height: 35px;
 line-height: 33px;}

/* ---------------------------------------
  gnavi
--------------------------------------- */
#gnavi {
  position: absolute;
  top: 120px;
  width: 960px;
  height: 50px;
  background: #fff url(../img/common/gnavi_bg.gif) center top no-repeat;}
#gnavi li { float: left;}
#gnavi li a img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;}
#gnavi li a img:hover {
  opacity: 0;
  filter: alpha(opacity=0);}


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

  main

======================================= */
#main_h1_wrap {
  width: 100%;
  height: 90px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#042862+0,004ea2+100 */
background: rgb(4,40,98); /* Old browsers */
background: -moz-linear-gradient(top,  rgb(4,40,98) 0%, rgb(0,78,162) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgb(4,40,98) 0%,rgb(0,78,162) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgb(4,40,98) 0%,rgb(0,78,162) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#042862', endColorstr='#004ea2',GradientType=0 ); /* IE6-9 */
}
#main_h1 {
  width: 960px;
  margin: 0 auto;
  text-align: center;}
h1.main_h1 {
  height: 90px;
  line-height: 90px;
  color: #fff;
  text-shadow: rgba(0,0,0,0.1) 1px 1px 1px;
  font-size: 129%;
  letter-spacing: 2px;}


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

  ぱんくず

======================================= */
#tp_wrap {
  width: 960px;
  margin: 0 auto;}
#topicpath {
  width: 960px;
  position: absolute;
  padding: 6px 0 0 0;
  font-size: 75%;
  z-index: 1;}
#topicpath li {
  display: inline;
  margin-left: 5px;}
#topicpath li a:after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 16px;
  font-weight: normal;
  text-rendering: auto;
  line-height: 1.0;
  top: 50%;
  margin: -10px 0 0 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ccc;}


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

  contents

======================================= */
#contents {
  position: relative;
  width: 960px;
  margin: 0 auto;}


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

  main

======================================= */
#main {
  float: left;
  width: 710px;
  position: relative;}
.mainBox {
  margin-top: 50px;
  padding-bottom: 40px;
  background: #fff;}

/* 見出し1 */
.mainBox h2, #news h2 {
  position: relative;
  clear: both;
  margin: 20px 0 0 0;
  padding: 10px 20px;
  font-size: 88%;
  font-weight: bold;
  color: #052c69;
  text-shadow: rgba(255,255,255,0.7) 1px 1px 1px;
  border-top: 1px solid #cdcdcd;
  border-bottom: 3px solid #052c69;
background: rgb(254,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(254,255,255,1) 0%, rgba(225,225,224,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(254,255,255,1) 0%,rgba(225,225,224,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(254,255,255,1) 0%,rgba(225,225,224,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#e1e1e0',GradientType=0 ); /* IE6-9 */
}
.mainBox h2:before, #news h2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  height: 1.5em;
  border-left: 5px solid #052c69;}
/* 見出し2 */
.mainBox h3 {
  clear: both;
  margin: 20px 10px 0 10px;
  padding: 5px 15px 5px 15px;
  font-size: 88%;
  font-weight: bold;
  color: #052c69;
  border-top: 1px solid #eee;
  border-bottom: 2px solid #eee;
  background: #f6f6f6;}
/* 見出し3 */
.mainBox h4 {
  clear: both;
  margin: 20px 20px 0 20px;
  font-size: 88%;
  font-weight: bold;
  color: #052c69;}
/* p */
#main p, #about p {
  margin: 15px 20px 0 20px;
  font-size: 88%;}
#main p.border {
  position: relative;
  margin: 15px 20px 0 20px;
  padding: 10px 15px 10px 15px;
  border: 1px solid #e6e6e6;}
#main p.border2 {
  position: relative;
  margin: 15px 20px 0 20px;
  padding: 20px 25px 20px 25px;
  border: 2px solid #e6e6e6;
  font-size: 100%;}
/* img */
#main .imgleft {
  float: left;
  margin: 0 20px 20px 20px;
  font-size: 88%;}
#main .imgright {
  float: right;
  margin: 0 20px 20px 20px;
  font-size: 88%;}
#main .imgcenter {
  display: block;
  margin: 0 auto 20px auto;
  font-size: 88%;}
.imgcaption {
  display: inline-block;
  margin-top: 10px;
  font-size: 86%;}
/* 他 */
#main iframe { margin: 15px 20px 0 20px;}
hr.hr1 {
  margin: 20px 20px 0 20px;
  border: solid #f6f6f6;
  border-width: 1px 0 0 0;
  height: 1px;
  clear: both;}
.btns { margin: 50px 0 0 30px;}
.btns .btn {
  width: 320px;
  margin: 0 10px 10px 0;}

/* ---------------------------------------
  list
--------------------------------------- */
.pages .mainBox ul,
#pagetmp ul {
  margin: 15px 20px 0 20px;
  font-size: 88%;}
.pages .mainBox ul li { margin-top: 5px;}
#pagetmp ul li {
  margin: 5px;
  list-style: disc;
  list-style-position: inside;}

/* ---------------------------------------
  table
--------------------------------------- */
table.table,
#pagetmp table {
  margin: 20px 20px 0 20px;
  table-layout: fixed;
  font-size: 88%;
  border-top: 1px solid #e6e6e6;
  width: 670px;}
table th {
  position: relative;
  padding: 15px 10px;
  vertical-align: middle;}
table.table tr,
#pagetmp table tr { border-bottom: 1px solid #e6e6e6;}
table.table td, #pagetmp table td{
  padding: 15px 10px;
  vertical-align: middle;}
#pagetmp td ul, .table td p{
  margin: 0;
  font-size: 100%;}

table.border th, table.border td { border-right: 1px dotted #e5e5e5;}
table.border tr:nth-child(even) { background-color: #fafafa;}
table#each_link { font-size: 75%;}
table#each_link th, table#each_link td{ padding: 10px 10px;}

/* hover / clickable */
table .clickable { cursor: pointer !important;}
table.border tr:hover td,
table .clickable:hover { background-color: #f4fcfe !important;}


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

  right

======================================= */
#right {
  float: right;
  width: 220px;
  position: relative;}

/* ---------------------------------------
  rnavi
--------------------------------------- */
#rnavi {
  margin: 50px 0 0 0;
  border-top: 1px solid #cdcdcd;}
#rnavi a { display: block;}
#rnavi .current a { font-weight: bold;}
#rnavi dt a {
  padding: 10px 5px 10px 10px;
  border-bottom: 1px solid #cdcdcd;
  font-weight: bold;
  font-size: 88%;
background: rgb(254,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(254,255,255,1) 0%, rgba(225,225,224,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(254,255,255,1) 0%,rgba(225,225,224,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(254,255,255,1) 0%,rgba(225,225,224,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#e1e1e0',GradientType=0 ); /* IE6-9 */
}
#rnavi dd a {
  padding: 10px 5px 10px 10px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 88%;
  background: #fff;}
#rnavi dt a:before, #rnavi dd a:before {
  margin-right: 0.5em;
  width: 1em;
  content: "\f105";}
#rnavi .current a:before { content: "\f0da";}


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

  pageTop

======================================= */
#pageTop {
  position: fixed;
  bottom: 70px;
  right: 20px;
  z-index: 99999;
  font-size: 12px;
  padding: 10px 15px 10px 15px;
  background: #011332;
  text-decoration: none;
  color: #fff;
  text-align: center;
  display: inline-block;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;}
#pageTop:before {
  content: "\f077";
  margin-right: 0.5em;}
#pageTop:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);}


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

  footer

======================================= */
#footer_wrap {
  position: relative;
  clear: both;
  width: 100%;
  background: #fff;
  border-top: 1px solid #eee;
  margin-top: 60px;}

/* ---------------------------------------
  fnavi
--------------------------------------- */
#fnavi {
  width: 960px;
  min-width: 960px;
  margin: 0 auto;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;}
.fnavi {
  padding-top: 15px;
  padding-left: 10px;
  font-size: 88%;}
.fnavi li {
  float: left;
  margin-right: 10px;}
.fnavi li:after {
  content: "|";
  margin-left: 10px;
  color: #ddd;}
.fnavi li:last-child:after { content: none;}

/* ---------------------------------------
  footerinfo
--------------------------------------- */
#footerinfo {
  width: 960px;
  min-width: 960px;
  margin: 0 auto;
  padding: 20px 0 30px 0;
  position: relative;}
#footerinfo #flogo {
  position: absolute;
  top: 25px;
  left: 10px;}
#footerinfo ul.finfo {
  margin: 0 0 0 220px;
  font-size: 88%;}
#footerinfo .f_inquire {
  margin-left: 5px;
  margin: 10px 0 0 220px;}

#footer_shop_logo img{
  width: 300px;
}
#footer_shop_logo{
  margin-left: 100px;
  position: absolute;
  top: 20px;
  text-align: center;
  color: #011331;
}

/* ---------------------------------------
  copy
--------------------------------------- */
#copy_wrap {
  clear: both;
  width: 100%;
  background: #011331;}
#copy {
  width: 960px;
  min-width: 960px;
  margin: 0 auto;
  padding: 10px 0;
  color: #fff;
  font-size: 82%;
  text-align: right;}
#copy a { color: #fff !important;}


.no_100{
  height: auto;
}
