/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/

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, sup, 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;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}


img {
	line-height: 0;
    vertical-align: bottom;
    font-size: 0;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}






/* 基本 */
/********************/
html {
    overflow-y: scroll;
}


body {
	font-size: 20px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	line-height: 1.6;
	-webkit-text-size-adjust: none;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
	background: url(../images/common/background.jpg);
}


#container {
	width: 1000px;
	margin: 0 auto;
	box-shadow: 0px 0px 10px 3px #ccc;
	-moz-box-shadow: 0px 0px 10px 3px #ccc;
	-webkit-box-shadow: 0px 0px 10px 3px #ccc;
	background-color: #fff;
}


#navTit {
	margin: 15px 0 15px 15px;
	float: left;
}


#navTit img {
	width: 280px;	
}


#global-nav #langBtn {
	margin: 20px 15px 0;
	float: right;
	border: none;
}


#global-nav #langBtn a {
	padding: 7px;
	font-size: 15px;
	color: #002354 !important;
	border: #fff 1px solid;
	background-color: #fff;
}


#global-nav #langBtn li {
	margin-left: 10px;
	font-weight: normal;
}


#global-nav #langBtn a:hover {
	background-color: #5982b8;
}


#langBtn a::before,
#langBtn a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
#langBtn a,
#langBtn a::before,
#langBtn a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}





/* フッター */
/********************/
#footer {
	padding: 50px 50px 20px;
	color: #fff;
	/*background: url(../images/common/footer_back.jpg) 50% 100% no-repeat;
	background-size: cover;*/
	background-color: #093773;
}


#ftTit {
	float: left;
}


#ftTit img {
	width: 450px;
}


#ftSec {
	margin: 10px 0;
}


#ftTB {
	width: 100%;
	margin-top: 10px;
}


#ftTB th {
	padding: 5px 10px;
	font-size: 16px;
	color: #fff;
	border: #ccc 1px solid;
	background-color: #093773;
}


#ftTB td {
	padding: 10px;
	font-size: 16px;
	text-align: center;
	border: #ccc 1px solid;
	background-color: #fff;
}


#snsIcon {
	font-size: 0;
	float: right;
}


#snsIcon li {
	margin-left: 10px;
	display: inline-block;
}


#snsIcon li img {
	width: 60px;
}


#copy {
	margin-top: 20px;
	padding-top: 20px;
	font-size: 16px;
	text-align: center;
	border-top: #fff 1px solid;
}


#staffTel {
	margin-top: 20px;
	padding: 20px 0 0;
	text-align: center;
	border-top: #fff 1px solid;
}


#staffTel dt {
	font-size: 45px;
	font-weight: bold;
}


#staffTel dd {
	font-size: 20px;
}


.telIcon {
	padding-left: 45px;
	background: url(../images/top/tel_icon.png) 0 50% no-repeat;
	background-size: 30px;
}




/* リスト */
/********************/
.discUl {
	margin-left: 20px;
	list-style-type: disc;
}


.liMT3 li {
	margin-top: 3px;
}


.liMT5 li {
	margin-top: 5px;
}


.liMT7 li {
	margin-top: 7px;
}


.liMT10 li {
	margin-top: 10px;
}


.liMB3 li {
	margin-bottom: 3px;
}


.liMB3 li:last-child {
	margin-bottom: 0;
}


.liMB5 li {
	margin-bottom: 5px;
}


.liMB5 li:last-child {
	margin-bottom: 0;
}


.liMB7 li {
	margin-bottom: 7px;
}


.liMB7 li:last-child {
	margin-bottom: 0;
}


.liMB10 li {
	margin-bottom: 10px;
}


.liMB10 li:last-child {
	margin-bottom: 0;
}



/* フォント */
/*********************/
.ftS {
	font-size: 17px;	
}


.ftSS {
	font-size: 15px;	
}


.ftL {
	font-size: 22px;	
}


.ftLL {
	font-size: 24px;	
}




/* マージン */
/********************/

.marB5 {
	margin-bottom: 5px;
}


.marB10 {
	margin-bottom: 10px;
}


.marB15 {
	margin-bottom: 15px;
}


.marB20 {
	margin-bottom: 20px;
}


.marB25 {
	margin-bottom: 25px;
}


.marB30 {
	margin-bottom: 30px;
}


.marB35 {
	margin-bottom: 35px;
}


.marB40 {
	margin-bottom: 40px;
}


.marB45 {
	margin-bottom: 45px;
}


.marB50 {
	margin-bottom: 50px;
}


.marT5 {
	margin-top: 5px;
}


.marT10 {
	margin-top: 10px;
}


.marT15 {
	margin-top: 15px;
}


.marT20 {
	margin-top: 20px;
}


.marT25 {
	margin-top: 25px;
}


.marT30 {
	margin-top: 30px;
}


.marT35 {
	margin-top: 35px;
}


.marT40 {
	margin-top: 40px;
}


.marT45 {
	margin-top: 45px;
}


.marT50 {
	margin-top: 50px;
}




/* 矢印 */
/*********************/
.arr1 {
	width: 6px;
	height: 6px;
	margin-right: 12px;
	border-top: 1px solid;
	border-right: 1px solid;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	display: inline-block;
	vertical-align: middle;
}


.arr2 {
	width: 6px;
	height: 6px;
	margin-right: 5px;
	border-top: 1px solid;
	border-right: 1px solid;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	display: inline-block;
	vertical-align: middle;
}


.arr3 {
	width: 6px;
	height: 6px;
	margin-left: 5px;
	border-top: 1px solid;
	border-right: 1px solid;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	display: inline-block;
	vertical-align: middle;
}


.navArr {
	width: 6px;
	height: 6px;
	margin-right: 12px;
	border-top: 1px solid;
	border-right: 1px solid;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	display: inline-block;
	vertical-align: middle;
}


.breArr {
	width: 5px;
	height: 5px;
	margin-right: 15px;
	border-top: 1px solid;
	border-right: 1px solid;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	display: inline-block;
	vertical-align: middle;
}
	


/* ページトップ */
/*********************/
#pageTopPc {
	position: fixed;
	bottom: -60px;
	right: 0;
	z-index: 999;
}


#pageTopPc img {
	height: 60px;
}


#pageTop {
	display: none;	
}



/* class */
/*********************/
.sp {
	display: none;	
}


.note {
	margin-left: 1em;
	text-indent: -1em;
}


.noteDl dt {
	width: 2em;
	float: left;
	clear: left;
}


.noteDl dd {
	padding-left: 2em;
}


.sup {
	vertical-align: super;
}


.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

	
	
	
/*********************/
/* スマホ用 */
/********************/
@media screen and (max-width:640px){


body {
	font-size: 16px;
	font-family: "游明朝体", "Yu Mincho", YuMincho,"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
	line-height: 1.6;
	-webkit-text-size-adjust: none;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
	background: url(../images/common/background.jpg);
}


#container {
	width: 100%;
	background: none;
}


#navTit {
	margin: 0;
	padding: 20px 0;
	background-color: #093773;
	border-bottom: #fff 1px solid;
	float: none;
}


#navTit img {
	width: 60%;	
}


#langBtn {
	display: none;
}




/* フッター */
/********************/
#footer {
	padding: 20px 10px 50px;
	color: #fff;
	/*background: url(../images/common/footer_back.jpg) 50% 100% no-repeat;
	background-size: cover;*/	
	background-color: #093773;
}


#ftTit img {
	width: 250px;
}


#ftSec {
	margin: 10px 0 20px;
	font-size: 13px;
}


#ftTB th {
	padding: 5px;
	font-size: 12px;
}


#ftTB td {
	padding: 5px;
	font-size: 12px;
}


#snsIcon li {
	margin-left: 5px;
	display: inline-block;
}


#snsIcon li:first-child {
	margin-left: 0;
}


#snsIcon li img {
	width: 35px;
}


#copy {
	margin-top: 20px;
	padding-top: 20px;
	font-size: 12px;
	text-align: center;
	border-top: #fff 1px solid;
}


.telIcon {
	padding-left: 32px;
	background: url(../images/top/tel_icon.png) 0 50% no-repeat;
	background-size: 23px;
}


#staffTel dt {
	font-size: 30px;
	font-weight: bold;
}


#staffTel dd {
	font-size: 13px;
}


#staffTel a {
	text-decoration: none;
	color: #fff;
}



	
.pc {
	display: none;	
}
	
	
.sp {
	display: block;	
}


#pageTopPc {
	display: none;	
}


#pageTop {
	width: 100%;
	position: fixed;
	bottom: -50px;
	right: 0;
	z-index: 999;
	background-color: #093773;
	display: block;
}


#pageTop img {
	height: 50px;
}


#pageTop figure {
	float: right;	
}


#telNo {
	float: left;	
}


#telNo a {
	color: #fff;
	text-decoration: none;	
}





/* フォント */
/*********************/
.ftS {
	font-size: 14px;	
}


.ftSS {
	font-size: 13px;	
}


.ftL {
	font-size: 16px;	
}


.ftLL {
	font-size: 17px;	
}





	
}