@charset "utf-8";

body{
	font-family:"游ゴシック体", "YuGothic", "Helvetica", "Arial", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", "sans-serif";
	color: #333;
	line-height: 150%;
	background-color: #e6e6e6;
	margin: 0px;
	padding: 0px;}

h1 {
	font-size: 1.6em;
	line-height: 150%;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 1.4em;
	line-height: 140%;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-size: 1.1em;
	line-height: 130%;
	margin: 0px;
	padding: 0px;
}

h4 {
	font-size: 1.0em;
	line-height: 130%;
	margin: 0px;
	padding: 0px;
}

a:link { color:#4680A9;}
a:visited { color:#939;}
a:hover{
  color : #c33 !important;
  cursor: pointer !important;
}
/* 装飾無しリンク */
.link_nd a,
a.link_nd{ 
	color: #333;
	text-decoration: none;
}
a.link_white{ 
	color: #fff;
	text-decoration: none;
}

img{ border:0px;}

a:hover img.imgover {
	opacity: 0.7;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}

.img-responsive{
	display: block;
	max-width: 100%;
	height: auto;
}

a:hover img.imgover {
	opacity: 0.7;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}

table{ border-collapse: collapse; }

hr{
	color: #fff;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 0px;
	border-style: dotted;
	border-color: #ccc;
	height: 1px;
	margin: 3px 0px 3px 0px;
}

ul, ol{
	margin: 0px;
	padding: 0px 0px 0px 24px;
}

ul.nonstyle{
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.nonstyle li{
	display: inline;
}

/* Google 検索窓 */
.gsc-control-cse{
	padding: 0 !important;
	border:none !important;
	background: none !important;
	width: 280px !important;
}
input.gsc-input{ font-size: 12px !important;}
.gsc-input-box{
	border-top: none !important;
	border-right: none !important;
	border-left: none !important;
}
td.gsib_a,
td.gsib_b{
	padding: 0 8px !important;
	height: 14px !important;
}
td.gsib_a input{
	height: 14px !important;
	margin: 0 !important;
}
.table.gsc-search-box{
	margin-bottom: 0 !important;
}
.gsc-search-box .gsc-input {
	padding-right: 4px !important;
}
.cse .gsc-search-button-v2, .gsc-search-button-v2 {
	padding: 4px 8px !important;
	background: #666 !important;
	border-color: #555 !important;
}


.mb0{ margin-bottom: 0 !important;}
.mb1{ margin-bottom: 8px !important;}
.mb2{ margin-bottom: 16px !important;}
.mb3{ margin-bottom: 24px !important;}
.mb4{ margin-bottom: 32px !important;}
.mb5{ margin-bottom: 40px !important;}
.mb8{ margin-bottom: 64px !important;}


/* 外部リンク ***************************************************/
.link_back{
  padding-left:15px;
	background: url(../image/IcoJumpPrev01.gif) no-repeat center left;
}
.link_next{
  padding-left:15px;
	background: url(../image/IcoJumpNext01.gif) no-repeat center left;
}
.link_go{
  zoom:1;
	padding-right:15px;
	background: url(../image/IcoJumpNext01.gif) no-repeat center right;
	margin-right: 2px;
}
.link_out{
  zoom:1;
	padding-right:16px;
	background: url(../image/IcoJumpOut01.gif) no-repeat center right;
	margin-right: 2px;
}


/* 文字寄せ *****************************************************/
.align_center{ text-align: center !important; }
.align_right{ text-align: right !important; }
.align_left{ text-align: left !important; }


/* お願い事項 ***************************************************/
.ask{
	font-size: 0.8em;
	color: #f60;
}
.attention{
	color: #f60;
}


/* 日付 *********************************************************/
.date_l{
	font-size: 0.8em;
	text-align: left;
	color: #999;
}
.date_r{
	font-size: 0.8em;
	text-align: right;
	color: #999;
}


/* クリア関連 ***************************************************/
.clear{ clear:both !important; }

.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

.clearfix{
    display:inline-block;
    min-height:1%;  /* for IE 7*/
}

/* Hides from IE-mac */
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */



/****************************************************************/
/****************************************************************/
/*                                                              */
/*                                                              */
/* レスポンシブ ◆750px以下(スマートフォン)◆  ******************/
/*                                                              */
/*                                                              */
/****************************************************************/
@media only screen and ( max-width: 750px) {
	/* 強制非表示 */
  .sp_hidden{
  	display: none !important;
  }


/****************************************************************/
/* スクロールするテーブル ***************************************/
/****************************************************************/
	.scroll_info{
		font-size: 0.8em;
	}
	.scroll{
		overflow: auto; /* tableをスクロールさせる */
		white-space: nowrap; /* tableのセル内にある文字の折り返しを禁止 */
		margin-bottom: 24px;
	}
	.scroll	table{
		width:100%;
	}
	.scroll::-webkit-scrollbar{ /* tableにスクロールバーを追加 */
		height: 5px;
	}
	.scroll::-webkit-scrollbar-track{ /* tableにスクロールバーを追加 */
		background: #F1F1F1;
	}
	.scroll::-webkit-scrollbar-thumb{ /* tableにスクロールバーを追加 */
		background: #BCBCBC;
	}


/****************************************************************/
/* ハンバーガーメニュー *****************************************/
/****************************************************************/

	.global-nav {
		position: fixed;
		right: -320px; /* これで隠れる */
		top: 0;
		width: 300px; /* スマホに収まるくらい */
		height: 100vh;
		padding-top: 40px;
		background-color: #fff;
		transition: all .6s;
		z-index: 200;
		overflow-y: auto; /* メニューが多くなったらスクロールできるように */
	}
	.hamburger {
		position: absolute;
		right: 8px;
		top: 8px;
		width: 36px;
		height: 40px;
		border: 1px solid #ccc;
		background: #f6f6f6;
		border-radius: 2px;
		cursor: pointer;
		z-index: 300;
	}
	.global-nav__list {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.global-nav__item {
		text-align: center;
		padding: 0 14px;
	}
	.global-nav__item a {
		display: block;
		font-weight: bold;
		padding: 8px 0;
		border-bottom: 1px solid #eee;
		text-decoration: none;
		color: #111;
		background: #f6f6f6;
	}
	.global-nav__item ul{
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.global-nav__item ul li a {
		font-weight: normal;
		border-bottom: 1px dotted #eee;
		background: #fcfcfc;
	}
	.global-nav__item a:hover {
		background-color: #eee;
	}
	.hamburger__line {
		position: absolute;
		left: 6px;
		width: 24px;
		height: 2px;
		background-color: #111;
		transition: all .6s;
	}
	.hamburger__line--1 {
		top: 8px;
	}
	.hamburger__line--2 {
		top: 14px;
	}
	.hamburger__line--3 {
		top: 20px;
	}
	.hamburger__text {
		position: absolute;
		width: 32px;
		left: 2px;
		top: 20px;
		font-weight: bold;
		font-size: 8px;
		text-align: center;
	}
	.black-bg {
		position: fixed;
		left: 0;
		top: 0;
		width: 100vw;
		height: 100vh;
		z-index: 100;
		background-color: #000;
		opacity: 0;
		visibility: hidden;
		transition: all .6s;
		cursor: pointer;
	}
	/* 表示された時用のCSS */
	.nav-open .global-nav {
		position: absolute;
		right: 0;
	}
	.nav-open .black-bg {
		opacity: .8;
		visibility: visible;
	}
	.nav-open .hamburger__line--1 {
		transform: rotate(45deg);
		top: 16px;
	}
	.nav-open .hamburger__line--2 {
		width: 0;
		left: 50%;
	}
	.nav-open .hamburger__line--3 {
		transform: rotate(-45deg);
		top: 16px;
	}

}


/****************************************************************/
/****************************************************************/
/*                                                              */
/*                                                              */
/* レスポンシブ ◆751px以上(PC)◆   *****************************/
/*                                                              */
/*                                                              */
/****************************************************************/

@media print, screen and ( min-width: 751px) {
	/* 強制非表示 */
  .pc_hidden{
  	display: none !important;
  }
}
