@charset "utf-8";
article, main, section, header, footer, nav, menu, aside, figure, figcaption {
  display: block;
  padding: 0;
  margin: 0;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
fieldset, img {
  border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var, u {
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
a {
  outline: 0;
  vertical-align: baseline;
}
a > * {
  cursor: pointer;
}
ol, ul {
  list-style: none;
}
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  line-height: 1.4;
}
/*---------------------
	ico
---------------------*/
/***********************************
Font license info
## Font Awesome

   Copyright (C) 2012 by Dave Gandy

   Author:    Dave Gandy
   License:   SIL ()
   Homepage:  http://fortawesome.github.com/Font-Awesome/


## Typicons

   (c) Stephen Hutchings 2012

   Author:    Stephen Hutchings
   License:   SIL (http://scripts.sil.org/OFL)
   Homepage:  http://typicons.com/


## Entypo

   Copyright (C) 2012 by Daniel Bruce

   Author:    Daniel Bruce
   License:   SIL (http://scripts.sil.org/OFL)
   Homepage:  http://www.entypo.com
************************************/
@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?95148904');
  src: url('../font/fontello.eot?95148904#iefix') format('embedded-opentype'),
       url('../font/fontello.woff?95148904') format('woff'),
       url('../font/fontello.ttf?95148904') format('truetype'),
       url('../font/fontello.svg?95148904#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icoMail:before { content: '\e800'; } /* '' */
.icoList:before { content: '\e801'; } /* '' */
.icoTel:before { content: '\e803'; } /* '' */
.icoArrowR:after { content: '\e804'; } /* '' */
.icoArrowUp:before{  content: '\e805'; } /* '' */
.icoArrowDown:after { content: '\e806'; } /* '' */
.icoHome:before { content: '\e807'; } /* '' */
.icoCancel:before { content: '\e808'; } /* '' */
.icoExt:after { content: '\e802'; } /* '' */
.icoWord:after { content: '\e80a'; } /* '' */
.icoExcel:after{ content: '\e80b'; } /* '' */
.icoPdf:after { content: '\e809'; } /* '' */

.icoExt:after,
.icoWord:after,
.icoExcel:after,
.icoPdf:after{
	font-family: 'fontello';
	padding-left: 8px;
}
.pageTop a:before,
main .btnStyle01 a:after,
main .btnStyle02:after{
	font-family: 'fontello';
	position: absolute;
} 
/*
.icoWord:after{
	color: #06F;
}
.icoExcel:after{
	color: #390;
}
.icoPdf:after{
	color: #F30;
}
*/


/*------------------------------------------------------------------
	base
------------------------------------------------------------------*/
body{
	font-size: 13px;
	word-break: break-all;
	-webkit-tap-highlight-color: rgba(255,255,255,0.4);
	line-height: 1.0;
	-webkit-text-size-adjust: 100%;
	color: #3e3a39;
	letter-spacing: 0.06em;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","メイリオ", Meiryo, sans-serif;
	background: #ffffff;
}
p,
ol,
ul,
table{

}
a,
footer p{
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","メイリオ", Meiryo, sans-serif;
}
p,
ol,
ul{
	line-height: 1.6;
}
div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ol,ul,li,form,input,textarea,button,table,tr,th,td,article,aside,footer,header,hgroup,nav,section{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
img{
	vertical-align:bottom;
}
ul,ol{
	list-style: none;
}
table{
	empty-cells: show;
}
header > .inner,
section > .inner{
	width: 900px;
	margin: 0 auto;
}
#main{
	margin-bottom: 40px;
}

main > section,
footer{
	min-width: 900px;
}


/*---------------------
	a
---------------------*/
a{ 
	color: #333;
	-webkit-transition: all .4s;
	transition: all .4s;
	text-decoration: none;
}
footer a:hover{
	text-decoration: underline;
}
a{
	text-decoration: none;
}

/*------------------------------------------------------------------
	header
------------------------------------------------------------------*/
header{
	background: #ffffff;
	border-bottom: solid 3px #a6e8f7;
	padding: 24px 0;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 9999;
	min-width: 900px;
}
header .inner p{
	float: left;
}
header .inner nav{
	float: right;
	width: 500px;
}
header .inner nav ul{
	display: table;
}
header nav ul li{
	display: table-cell;
	text-align: center;
	width: 166px;
}
header nav ul li:nth-of-type(2){
	width: 145px;
}
header nav ul li:nth-of-type(3){
	width: 118px;
}
header nav ul li:nth-of-type(4){
	width: 131px;
}
header nav ul li:nth-of-type(5){
	width: 173px;
}
header nav ul li{
	position: relative;
}
header nav ul li a{
	display: block;
}
header nav ul li a:after{
 	content: "";
	background: url(../img/ico_gnav_active.png) no-repeat;
	position: absolute;
    bottom: -26px;
    left: 43px;
	height: 29px;
	width: 30px;
	-webkit-transition: opacity 0.3s ease-in;
	opacity: 0;
	transition: opacity 0.3s ease-in;
}
.ie header nav ul li a:after{
	background: none;
}
header nav ul li:nth-of-type(2) a:after{
    left: 34px;
}
header nav ul li:nth-of-type(3) a:after{
    left: 21px;
}
header nav ul li:nth-of-type(4) a:after{
    left: 29px;
}
header nav ul li:nth-of-type(5) a:after{
    left: 50px;
}
header nav ul li a:hover:after,
header nav ul li a.active:after{
 	content: "";
	background: url(../img/ico_gnav_active.png) no-repeat;
	opacity: 1;
	transition: opacity 0.3s ease-in;
}

/*------------------------------------------------------------------
	main
------------------------------------------------------------------*/
/*---------------------
	listStyle
---------------------*/
/*	01	*/
main .listStyle01,
main .listStyle02,
.dlStyle01{
	margin-bottom: 20px;
}
main .listStyle01 li{
	margin-bottom: 10px;
}
main .listStyle01 li:before{
	content:"―";
	color: #00a6ea;
	width: 1em;
	padding-right: 4px;
}
.dlStyle01 dt:after{
	padding-left: 4px;
}

/*	02	*/
main .listStyle02 li:before{
	content:"●";
	color: #00a6ea;
	width: 1em;
	padding-right: 4px;
}
/*---------------------
	olStyle
---------------------*/
.olStyle01{
    counter-reset: num;
    list-style-type: none;
}
.olStyle01 > li{
    margin: 0 0 0.6em;
    padding-left: 24px;
    position: relative;
}
.olStyle01 > li:before {
    color: #00a6ea;
    content: counters(num, " - ", decimal) ".";
    counter-increment: num;
    font-size: 124%;
    left: 0;
    line-height: 1;
    position: absolute;
    text-align: center;
    top: 0;
}
/*---------------------
	btnStyle0
---------------------*/
/*	btnStyle01	*/
.btnStyle01{
	background: #00a6ea;
	border: 1px solid #00a6ea;
	-webkit-transition: all .4s;
	transition: all .4s;
	font-size: 92%;
	letter-spacing: 0;
	text-align: center;
	max-width: 213px;
}
.btnStyle01 a{ 
	padding: 10px 24px 10px 14px;
	display: block;
	color: #ffffff;
	position: relative;
}
.btnStyle01 a:after {
	display: inline-block;
	content: "\e804";
	right: 10px;
	font-size: 100%;
}
.btnStyle01 a:hover {
	background-color: #fff;
	border-color: #00a6ea;
	color: #00a6ea;
}
/*	btnStyle02(２行、リンクアイコン対応)	*/
.btnStyle02{
	border: 1px solid #00a6ea;


	-webkit-transition: all .4s;
	transition: all .4s;
	letter-spacing: 0;
	width: 250px;
	position: relative;
	background-color: #048bbc;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 30px;
}
.btnStyle02:after {
	color: #ffffff;
	display: inline-block;
	content: "\e804";
	right: 15px;
	top: 10px;
	font-size: 100%;
}
.line02:after{
	top: 20px;
}
.btnStyle02:hover {
	background-color: #fff;
	border-color: #00a6ea;
}
.btnStyle02:hover:after{
 	color: #00a6ea;
}
.btnStyle02 a{
	padding: 10px 24px 10px 14px;
	font-size: 92%;
	display: block;
	color: #ffffff;
}
.btnStyle02 a:hover {
	color: #00a6ea;
}
/*---------------------
	noteStyle01
---------------------*/
.noteStyle01{
	font-size: 84%;
	margin-left: 1em;
	text-align: left;
	margin-top: 10px;
}
p.noteStyle01:before,
ul.noteStyle01 li:before{
	content: "※";
	width: 1em;
	margin-left: -1em;
}
/*---------------------
	text-align
---------------------*/
.txtC{
	text-align: center;
}
.txtR{
	text-align: right;
}
/*---------------------
	text-color
---------------------*/
.colorBlue{
	color: #00a6ea;
}

/*---------------------
	text-size
---------------------*/
footer p{
	font-size: 75%;/*10px*/
}
main .txtSmall01{
	font-size: 84%;/*11px*/
}
footer ul,
main .txtSmall02{
	font-size: 92%;/*12px*/
}

/*---------------------
	display: table
---------------------*/
footer ul{
	display: table;
}
{
	display: table;
	table-layout: fixed;
	width: 900px;
}
footer ul li{
	display: table-cell;
}


/*------------------------------------------------------------------
	余白
------------------------------------------------------------------*/
.mb10{
	margin-bottom: 10px;
}

/*------------------------------------------------------------------
	footer
------------------------------------------------------------------*/
footer{
	border-top: solid 3px #00a6ea;
	padding: 27px 0;
	position: relative;
}
footer ul{
	margin: 0 auto;
	margin-bottom: 3px;
}
footer ul li:after{
	content: "｜";
	padding: 0 0.5em;
}
footer ul li:last-child:after{
	display: none;
}
footer p{
	text-align: center;
}
footer .pageTop{
	position: absolute;
	right: 30px;
	top: 54px;
}
footer .pageTop a{
	color: #ffffff;
}
footer .pageTop a:before{
	color: #00a6ea;
	display: block;
	content: "\e805";
	left: 50%;
	top: -24px;
	font-size: 18px;
}
footer .pageTop a:hover{
	color: #000;
	color: #00a6ea;
	text-decoration: none;
}


/*------------------------------------------------------------------
	clearfix
------------------------------------------------------------------*/
header .inner,
.clearfix {
  display: inline-block;
}
header .inner,
.clearfix {
  display: block;
}
header .inner:after,
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
