
/*-------------------------------------------------------------
///////////////////////////////////////////////////////////////
reset
///////////////////////////////////////////////////////////////
--------------------------------------------------------------*/

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*resetここまで*/

/*
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}


/*html5未対応ブラウザ用*/

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


/*Google アイコン用*/
/* Material icons*/
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
 
  /* WebKit*/
  -webkit-font-smoothing: antialiased;
  /* Chrome、Safari*/
  text-rendering: optimizeLegibility;
 
  /* Firefox*/
  -moz-osx-font-smoothing: grayscale;
 
  /* IEサポート */
  font-feature-settings: 'liga';
}



/*-------------------------------------------------------------
///////////////////////////////////////////////////////////////
common
///////////////////////////////////////////////////////////////
--------------------------------------------------------------*/

body {
	height:100%;
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #000;
	/*font-size:87%;*/
	font-size:87%;
	line-height:160%;
	position:relative;
	background: url(../img/bgbody.png) left top repeat-x, #e5e5e5;
	-webkit-text-size-adjust: 100%; 
}
body#bodyHome {
	height:100%;
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #000;
	/*font-size:87%;*/
	font-size:87%;
	line-height:160%;
	position:relative;
	background: url(../img/bgbody.png) left top repeat-x, #e5e5e5;
	-webkit-text-size-adjust: 100%; 
}

@media screen and (max-width: 640px) {/* 640px以下*/
    body {
    	background: url(../img/bgbody.png) left top repeat-x, #fff;
    }
	body#bodyHome {
    	background: #fff;
    }
}


/*フォント*/

html{
    font-size: 62.5%;
}
body{
    font-size:1.6rem;/* 16px*/
    line-height: 1.6;
}
h1 {
    font-size: 36px;/* IE8以下とAndroid4.3以下用フォールバック */
    font-size: calc(2.4rem + ((1vw - 0.64rem) * 2.1429));/* 24px~36pxで可変*/
    line-height: 1.3;
}
h2 {
    font-size: 24px;/* IE8以下とAndroid4.3以下用フォールバック */
    font-size: calc(2rem + ((1vw - 0.64rem) * 0.7143));/* 20px~24pxで可変*/
    line-height: 1.3;
}
@media (min-width: 1200px) {/* 1200px以上*/
    h1 {
        font-size: 3.6rem;/* 36px*/
    }
    h2 {
        font-size: 2.4rem;/* 24px*/
    }
}
@media screen and (max-width: 640px) {/* 640px以下*/
    body{
    line-height: 2;
    }
    h1{
        font-size: 2.4rem;/* 24px*/
    }
    h2 {
        font-size: 2rem;/* 20px*/
    }
}


font-min {
	font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

/*
* html body {  
	font-size:100%;
}

*:first-child+html body {  
	font-size:100%;  
}
*/

img {
	vertical-align:bottom;
	border:none;
	display:block;
}

@media screen and (max-width: 640px){
	

.hidden-sm {
    display: none!important;
}
.visible-sm {
    display: block!important;
}
.visible-xs {
    display: none!important;
}

img {
	vertical-align:bottom;
	border:none;
	display:block;
	max-width: 100%;
	height: auto;
	width /***/:auto;
}

}

@media print {

.hidden-sm {
    display: block!important;
}
.visible-sm {
    display: none!important;
}
.visible-xs {
    display: none!important;
}

}




.center {text-align:center;}
.left {text-align:left;}
.right {text-align:right;}
.fleft {float:left;	}
.fright {float:right;	}
.center00 {margin:0px auto;}
.center20 {margin:20px auto;}
.clear {clear:both;}
.clearLeft {clear:left;}
.clearRight {clear:right;}
.h10 {height:10px;}
.all10 {padding:10px;}
.all1em {padding:1em;}
.lr10 {padding:0 10px;}
.b {font-weight:bold;}
.underline {text-decoration:underline;}

.t5 {padding-top:5px;}
.t10 {padding-top:10px;}
.t15 {padding-top:15px;}
.t20 {padding-top:20px;}
.t30 {padding-top:30px;}
.t40 {padding-top:40px;}
.t50 {padding-top:50px;}
.t100 {padding-top:100px;}
.b5 {padding-bottom:5px;}
.b10 {padding-bottom:10px;}
.b15 {padding-bottom:10px;}
.b20 {padding-bottom:20px;}
.b30 {padding-bottom:30px;}
.b40 {padding-bottom:40px;}
.b50 {padding-bottom:50px;}
.b100 {padding-bottom:100px;}
.r10 {padding-right:10px;}
.r20 {padding-right:20px;}
.r30 {padding-right:30px;}
.l10 {padding-left:10px;}
.l20 {padding-left:20px;}
.l30 {padding-left:30px;}
.l1em {padding-left:1em;}
.mb5 {margin-bottom:5px;}
.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.mb20 {margin-bottom:20px;}
.mb25 {margin-bottom:25px;}
.mb30 {margin-bottom:30px;}
.mb35 {margin-bottom:35px;}
.mb40 {margin-bottom:40px;}
.mt5 {margin-top:5px;}
.mt10 {margin-top:10px;}
.mt15 {margin-top:15px;}
.mt20 {margin-top:20px;}
.mt25 {margin-top:25px;}
.mt30 {margin-top:30px;}
.mt35 {margin-top:35px;}
.mt40 {margin-top:40px;}

.mr10 {margin-right:10px;}
.mr20 {margin-right:20px;}
.ml10 {margin-left:10px;}
.ml20 {margin-left:20px;}
.ml30 {margin-left:30px;	}

.ssText {font-size:0.8em;　line-height:135%;}
.sText {font-size:0.9em;　line-height:150%;}
.lText {font-size:1.1em;}
.llText {font-size:1.2em;}
.XlText {font-size:1.3em;}
.indent1em {
	padding-left:1em;
	text-indent:-1em;
}
.color_red {color:#e50012;}
.color_darkblue {color:#004286;}
.color_green {color:#488E00;}
.color_orange {color:#EC6C00;	}
.caution {color:#c50018;}
.border {border:#aaa solid 1px;}

.del_red {
	color: #ff0000;
}
.del_red span {
	color: #000;
}

.hr03 {
	margin: 2em 0;
	border: none;
	border-top: 3px solid #fff;
}


a {
	color:#2c4197;
	text-decoration: underline;
	outline:0;
}
a:hover {
	color:#d75252;
	text-decoration: none;
}
.clearfix:after { content: ""; display: block; height: 0; visibility: hidden; clear: both; }

/*-------------------------------------------------------------
///////////////////////////////////////////////////////////////
layout
///////////////////////////////////////////////////////////////
--------------------------------------------------------------*/

/*ページベース
------------------------------------------------------*/
html, body {
	height: 100%;
}
body > #wrapper {
    height: auto;
}

#wrapper {
	width: 960px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	/*overflow: hidden;*/
}

@media screen and (min-width: 641px){

	#contentsWrap {
		display: flex;
		-webkit-flex-direction: row-reverse;
    /* Safari */
    flex-direction: row-reverse;
	}
	
}


/*ヘッダー
------------------------------------------------------*/
@media screen and (min-width: 641px){
	
	header#home {
		width: 960px;
		height: 180px;
		/*height: 280px;*/
		margin: 0 auto;
	}

	#logoHome {
		display: block;
		width: 960px;
		height: 180px;
	}

	header {
		width: 960px;
		height: 180px;
		margin: 0 auto 5px;
	}

	#logo {
		display: block;
		width: 960px;
		height: 180px;
	}
	
.visible-sm {
    display: none!important;
}

}

@media screen and (max-width: 640px){
	
#wrapper {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	text-align: left;
}

header {
	width: 100%;
	/*height: 150px;*/
	height: auto;
	margin: 0 auto;
	padding: 1rem 0;
	position: relative;
}
	#logo {
		display: block;
		width: 100%;
	}
	


}

/*サイドエリア
------------------------------------------------------*/

@media screen and (min-width: 641px){
#gNaviArea {
	display: inline; /*ie6*/
	/*float:left;*/
	width:230px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: #fff;
	/*padding-bottom: 10000px;
	margin-bottom: -10000px;*/
	/*
	margin-top:5px;
	-webkit-box-shadow: 6px 0px 6px -1px rgba(0,0,0,0.31);
　	-moz-box-shadow: 6px 0px 6px -1px rgba(0,0,0,0.31);
　	box-shadow: 6px 0px 6px -1px rgba(0,0,0,0.31);
	z-index:999px;
	*/
}
	#gNavi li i.newicon{
	display: inline-block;
	float:right;
		height:25px;
		line-height:25px;
	background: #ff0000;
	color:#fff;
	vertical-align: baseline;
	font-size:12px;
	font-style:normal;
	font-weight: normal;
	padding:0 3px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	margin:-2px 5px 0 0;
}  

#gNavi {
	display:block;
	width:220px;
	/*height:895px;*/
	margin:30px auto 40px;
}
#gNavi li {
	display:block;
	width:220px;
	margin-bottom: 3px;
}
#gNavi li a {
	display:block;
	width:220px;
	text-decoration: none;
	vertical-align: middle;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 100%;
	font-weight: 600;
	
}


#gNavi li .btn {
	height: 47px;
	color: #fff;
	font-size: 14px;
	background: #0083a6;
	/*text-shadow: 3px 3px 5px rgba(0,7,30,0.80);*/
}
#gNavi li .btn.other {
	background: url("../img/gNavi2.png") no-repeat;
}
#gNavi li .btn.handson {
	background: url("../img/gNavi3.png") no-repeat;
}
	#gNavi li .btn span {
		display: block;
		padding: 15px 0px;
		margin-left:10px;
		
	}
	#gNavi li .btn:hover {
		height: 47px;
		background: #fff;
		color: #0083a6;
	}
	#gNavi li .btn.other:hover {
		background: url("../img/gNavi2_hover.png") no-repeat;
		color: #002646;
	}
	#gNavi li .btn.handson:hover {
		background: url("../img/gNavi3_hover.png") no-repeat;
		color: #002646;
	}
	
#gNavi li .btn_crt {
	display: block;
	height: 47px;
	color: #0083a6;
	font-size: 14px;
	background: #fff;
	/*text-shadow: 3px 3px 5px rgba(0,7,30,0.80);*/
}
	#gNavi li .btn_crt span {
		display: block;
		padding: 15px 0px;
		margin-left:10px;
	}
#gNavi li .btn_crt.other {
	display: block;
	padding: 14px 15px;
	height: 22px;
	color: #002646;
	font-size: 15px;
	background: url("../img/gNavi2_hover.png") no-repeat;
	text-shadow: 3px 3px 5px rgba(0,7,30,0.80);
}
#gNavi li .btn_crt.handson {
	display: block;
	padding: 14px 15px;
	height: 22px;
	color: #f6ab3b;
	font-size: 15px;
	background: url("../img/gNavi3_hover.png") no-repeat;
	text-shadow: 3px 3px 5px rgba(0,7,30,0.80);
}
#gNavi li .btn.btn02 {
	background: #D94437;
}

/* Fixed 
#gNaviArea.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    height: 50px;
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
*/

	/* 準備中 */
	/*#gNavi li:nth-child(7) a{
		color:#949494;
		pointer-events: none;
	}*/
	
}


@media screen and (max-width: 640px){
	
/*スマホ用メニュー ここから*/	

/* 準備中 
#panel li:nth-child(4) a,
#panel li:nth-child(6) a,
#panel li:nth-child(7) a {
	color:#949494;
	pointer-events: none;
}
*/
	
#panel-btn{
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  position: absolute;
	bottom:5%;
	right: 5%;
  border-radius: 50%;
  background: #0083a6;
}
#panel-btn:hover{
  background: #58B5D8;
}
#panel-btn-icon{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 2px;
  margin: -1px 0 0 -12px;
  background: #fff;
  transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 25px;
  height: 2px;
  background: #fff;
  transition: .3s;
}
#panel-btn-icon:before{
  margin-top: -10px;
}
#panel-btn-icon:after{
  margin-top: 8px;
}
#panel-btn .close{
  background: transparent;
}
#panel-btn .close:before, #panel-btn .close:after{
  margin-top: 0;
}
#panel-btn .close:before{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#panel-btn .close:after{
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
	
	
#panel-btn .close{
  background: transparent;
}
#panel-btn .close:before, #panel-btn .close:after{
  margin-top: 0;
}
#panel-btn .close:before{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#panel-btn .close:after{
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
	
	
#panel {
	display:none;
	width:200px;
  	position: absolute;
  	z-index: 5;
  	top: 0%;
  	/*bottom: 0;　高さを100%にする*/
  	right: 0;
  	padding: 0;
  	overflow-y: auto;
	background: #E5F6FC;
}
#panel li {
	display:table;
	width:200px;
	border-bottom: 0.25px solid #789EBA;
}
#panel li a {
	display:table-cell;
	width:200px;
	text-decoration: none;
	vertical-align: middle;
	font-family: 'Noto Sans JP';
	font-size: 100%;
	font-weight: 500;
}

#panel li i.newicon{
	display: inline-block;
	float:right;
	background: #ff0000;
	color:#fff;
	vertical-align: baseline;
	font-size:11px;
	font-style:normal;
	font-weight: normal;
	padding:2px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	margin:0 2px 0 0;
}  

#panel li .btn {
	height: 50px;
	color: #002646;
	font-size: 13px;
	
}
	#panel li .btn span {
		display: block;
		padding: 14px 0px;
		margin-left:10px;
		
	}
	#panel li .btn:hover {
		background: #B1EAFA;
		color: #002646;
	}
	
#panel li .btn_crt {
	display: block;
	padding: 14px 15px;
	height: 22px;
	color: #002646;
	font-size: 13px;
	background: #f7b52c;
}
.margin-sm{
	margin-left: 60px;
}
	
/*スマホ用メニュー ここまで*/		
	
}


@media screen and (min-width: 641px){
#panel {/*スマホ用メニュー非表示*/
	display:none;
}
#topCnt2 .sp_endai{
	display:none;
}
}

@media print {
	
	#nav_open {
		display: none !important;
	}
	
}

.ul_sideBanner img {
	max-width: 330px;
}
.ul_disc{
	list-style: disc;
}
.ol_part1{
	margin-left:2em;
}
.ol_part1 li{
	list-style-type:none;
	counter-increment:cnt;
}
.ol_part1 li::before{
	content:counter(cnt)".";
	display:inline-block;
	margin-left:-1.5em;
	width:1.5em;
}
.ol_part2{
	margin-left:2em;
}
.ol_part2 li{
	list-style-type:none;
	counter-increment:cnt;
}
.ol_part2 li::before{
	content:counter(cnt)")";
	display:inline-block;
	margin-left:-1.5em;
	width:1.5em;
}
.ol_part3{
	margin-left:2em;
}
.ol_part3 li{
	list-style-type:none;
	counter-increment:cnt;
}
.ol_part3 li::before{
	content:"("counter(cnt)")";
	display:inline-block;
	margin-left:-1.5em;
	width:1.5em;
}
#topCall {
	margin: 40px 0 20px;
	position:relative;
}
#topCall .pc_endai{
	position:absolute;
	top:160px;
	left:64px;
	font-weight:bold;
	font-size:32px;
	line-height:25px;
}
#topCall .pc_endai .f22{
	font-size:22px;
}
#topCall p.titCall {
	height: 32px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 2.0;
	padding-left: 1em;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	background: #6d8f5c;
	text-shadow: 3px 3px 5px rgba(0,7,30,0.80);
}

.poster_dl {
	margin: 250px auto 40px;
	text-align: center;
}
.poster_dl img {
	margin-bottom: 10px;
}
.poster_dl a {
	text-align: center;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
}


/*コンテンツエリア
------------------------------------------------------*/

/*contentsAreaHome は style.css*/

#contentsArea {
	width:730px;
	/*float:right;*/
	height: auto !important;
}


.contents {
	/*width:680px;*/
	margin:5px 0 0px 10px;
	padding:20px 10px 40px 15px;
	background:#fff;
	height: auto !important;  /* IE6対策 */ 
	min-height: 960px;
}

@media screen and (max-width: 640px){

	#contentsArea {
		clear: both;
		width: 100%;
		padding: 0px;
		display:block;
		height: auto;
		position: relative;
	}
	.contents {
		padding: 20px 1rem;
		margin:5px auto 20px;
		height:auto;
		min-height: 100px;
	}
	
.poster_dl {
	margin: 30px auto;
	text-align: center;
}
.poster_dl img {
	margin-bottom: 10px;
}
.poster_dl a {
	text-align: center;
	color: #029fd7;
	text-decoration: none;
}

}



/*事務局
------------------------------------------------------*/
#contactInfo {
	width: 960px;
	/*height:115px;*/
	margin:0 auto;
	padding:0;
}

.dl_office {
	width: 480px;
	float: left;
	font-size: 12px;
	line-height:1.5em;
	padding: 0 0px 10px 0;
}
	.dl_office:last-child {
		border-right: none;
	}
.dl_office dt {
	width:230px;
	height:30px;
	font-size:1.2em;
	line-height: 2.2;
	background: url(../img/dt.png) no-repeat;
	display:inline-block;
	padding:0 10px 0;
	color: #fff;
	font-weight:600;
}
.dl_office dd {
	margin:10px 0px 0;
	padding-left: 10px;
	color: #002646;
	font-size:1.1em;
}
.dl_office dd span {
	font-weight:600;
	font-size:1.1em;
}
.dl_office dd a {
	color: #0000ff;
}

#contactInfo #tit_contactInfo {
		width:230px;
		height:30px;
		text-indent:-9999px;
	}
	#contactInfo .office {
		margin:10px auto 0;
		line-height:1.3;
		font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; 
	}
		#contactInfo .office h4 {
			height:30px;
			margin: 0 auto;
			padding:0 5px 0 ;
			line-height:2.2;
			font-size:14px;
            font-weight: 600;
			color:#008cff;
			background: #fff;
		}
		#contactInfo .office h5 {
			font-size:14px;
			font-weight:600;
			color:#fff;
			padding:10px 0px 5px 5px;
		}
		#contactInfo .office h5 span {
			font-size:14px;
		}
		#contactInfo .office p {
			font-size:13px;
			color: #fff;
            font-weight:500;
			padding:0 0px 5px 5px;
		}
		#contactInfo .office a {
			color:#00ffff;
		}
		#contactInfo .office span a {
			font-size:13px;
		}
	#contactInfo .line {
		padding-bottom:10px;
		margin-bottom:8px;
		border-bottom:1px solid #3c78a0;	
	}
	#contactInfo .dot {
		padding-bottom:10px;
		margin-bottom:8px;
		border-bottom:1px dotted #fff;	
	}

	
	
@media screen and (max-width: 640px){
	
#contactInfo {
	width:100%;
	/*height:115px;*/
	margin:0px auto;
	padding:0;
}

.dl_office {
	width:100%;
	float: none;
	font-size: 12px;
	line-height:1.5em;
	padding: 0 0px 20px 0;
}
	.dl_office:last-child {
		border-right: none;
	}
.dl_office dt {
	width:230px;
	height:30px;
	font-size:1.2em;
	line-height: 2.2;
	background: url(../img/dt.png) no-repeat;
	display:inline-block;
	padding:0 10px 0;
	color: #fff;
	font-weight:600;
}
.dl_office dd {
	margin:10px 0px 0;
	padding-left: 10px;
	color: #002646;
	font-size:1.1em;
}
.dl_office dd span {
	font-weight:600;
	font-size:1.1em;
}
.dl_office dd a {
	color: #0000ff;
}

#contactInfo #tit_contactInfo {
		width:230px;
		height:30px;
		text-indent:-9999px;
	}
	#contactInfo .office {
		margin:0px auto 10px;
		line-height:1.3;
		font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	}
		#contactInfo .office h4 {
			height:30px;
			margin: 0 auto;
			padding:0 15px 0 ;
			line-height:2.2;
            font-weight: 600;
			color:#008cff;
			background: #fff;
		}
		#contactInfo .office h5 {
			font-weight:600;
			color:#fff;
			padding:10px 0px 5px 15px;
		}
		#contactInfo .office h5 span {
			
		}
		#contactInfo .office p {
			color: #fff;
            font-weight:500;
			padding:0 0px 5px 15px;
		}
		#contactInfo .office a {
			color:#00ffff;
		}
		#contactInfo .office span a {
			
		}
	
	
	
}


/*フッター
------------------------------------------------------*/
	
footer {
	clear: both;
	width:100%;
	height:auto;
	margin-top: 0px;
	min-height:120px;
	background: #fff;
}
#footerInner {
	width:100%;
	height:auto;
	min-height:120px;
	margin:0 auto;
	
	/*
	-ms-box-shadow:0px -4px 4px -1px #2C88F7 inset;
	-moz-box-shadow:0px -4px 4px -1px #2C88F7 inset;
	-webkit-box-shadow:0px -4px 4px -1px #2C88F7 inset;
	-o-box-shadow:0px -4px 4px -1px #2C88F7 inset;
	box-shadow:0px -4px 4px -1px #2C88F7 inset;
	*/
}
	#footerInner p {
		color:#fff;
	}
	#footerInner p a {
		color:#0000ff;
	}
	#footerInner p a:hover {
		color:#0000ff;
		text-decoration: none;
	}
	.lNavi {
		font-size: 0.8em;
	}

.copyright {
	width:100%;
	height: 30px;
	padding-top:10px;
	background: #5D5E5E;
}
.copyright p {
	margin:0 auto;
	width: 960px;
	color:#fff;
	font-size: 15px;
}
.border_box{
	border:1px solid #ccc;
	padding:10px;
}
.f12{font-size:12px;}
.f13{font-size:13px;}
.f14{font-size:14px;}
.f15{font-size:15px;}
.f16{font-size:16px;}
.f17{font-size:17px;}
.f18{font-size:18px;}
.f19{font-size:19px;}
.f20{font-size:20px;}


/* サイドバナー */
.side_banner{
	margin:30px auto 50px;
}
.side_banner a{
	display:block;
	max-width:230px;
	margin:10px auto;
}
.side_banner img{
	max-width:230px;
	margin:10px auto;
}
.side_banner a:hover{
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity:0.85;
	cursor:pointer;
}
.bnr_ond{
	margin-bottom:30px;
}

@media screen and (max-width: 640px){
	footer {
		clear: both;
		width:100%;
		height: auto;
	}
	.copyright {
		width:100%;
		margin:0 auto;
		padding:5px 0;
		text-align: center;
		line-height: 2.5;
		background: #5D5E5E;
	}
	.copyright p {
		margin:0 auto;
		width:100%;
		color:#fff;
		font-size: 10px;
	}
	
}












