@charset "utf-8";

/******************************************
各ページ共通のスタイルを定義
*******************************************/

/* ----------------------------------------

再定義

---------------------------------------- */
html {
	overflow-y: scroll;
}
body {
	line-height: 1.67;
	background-color: #fff;
	font-family: Verdana,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif;
	color: #333;
	word-wrap: break-word;
}
a {
	color: #0c5f93;
}
a:hover,
a:visited:hover {
	text-decoration: none;
}
img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
table {
	table-layout: fixed;
}
input[type="button"],select{cursor: pointer;outline: none;}
:focus::-webkit-input-placeholder {color: transparent;}/* Webkit */
:focus:-moz-placeholder {color: transparent;}/* Firefox 18 以前 */
:focus::-moz-placeholder {color: transparent;}/* Firefox 19 以降 */
::-webkit-input-placeholder {color: #888; opacity: 1;}
:-moz-placeholder {color: #888; opacity: 1;}
::-moz-placeholder {color: #888; opacity: 1;}
input[type="submit"],
input[type="button"] {
	-webkit-appearance: button;
	appearance: button;
}

@media screen and (min-width:768px){
	a[href^="tel:"] {
		cursor: default;
		text-decoration: none;
		pointer-events: none;
	}
}
@media screen and (max-width:767px){
	body {
		line-height: 1.464;
	}
	input,select,textarea {
		font-size: 16px;
	}
}


/* ----------------------------------------

container

---------------------------------------- */
#container {
	margin: 0 auto;
	/*font-size: 100%;  fontsize 13px */
	font-size: 107.7%; /* fontsize 14px */
	/*min-width: xxxxpx;*/
	min-width: 1030px;
}
.pcNone { display: none!important;}

@media screen and (max-width:767px){
	#container {
		min-width: inherit;
	}
	.pcNone { display: block!important;}
	.spNone { display: none!important;}
}

/*
**
子要素のフォントサイズ指定は以下を参照
http://bueltge.de/test/emchart.html
例)
基準フォントサイズが13pxで、
特定の要素を12pxにしたい時は92.4%と指定
**
*/

/* ----------------------------------------

header

---------------------------------------- */
#header{
	position:relative;
	margin: 0 auto;
}
.header_wrap {
	width:1000px;
	margin: 0 auto;
	padding: 12px 15px 20px;
	position: relative;
	box-sizing: border-box;
}
.header_wrap #siteID {
	padding-top: 5px;
}
.snslink {
	width: 260px;
	position:absolute;
	top:23px;
	right:0;
}
.snslink p {
	display: inline-block;
}
.snslink ul {
	width: 111px;
	float: right;
	padding-top: 10px;
}
.snslink ul li {
	display: inline-block;
	width: 32px;
	margin-right: 5px;
}
.globalNav {
	height: 60px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
}
.globalNav ul {
	width:1000px;
	margin: 0 auto;
}
.globalNav ul li {
	display: inline-block;
	overflow: hidden;
	position: static;
}
.globalNav li a {
	display: block;
	height: 60px;
	z-index: 100;
	position: relative;
}
.hdrSprite {
	background: url("../../img/common/gnavi_sprite.png") 0 0 no-repeat;
	text-indent: -9999px;
}
.globalNav .gn1 a { width: 240px;}
.globalNav .gn2 a {width: 240px;	background-position: -240px 0;}
.globalNav .gn3 a {width: 277px;	background-position: -480px 0;}
.globalNav .gn4 a {width: 243px;	background-position: -757px 0;}
.globalNav .gn1 a:hover,.globalNav .gn1 a.active {background-position: 0 -60px;}
.globalNav .gn2 a:hover,.globalNav .gn2 a.active {background-position: -240px -60px;}
.globalNav .gn3 a:hover,.globalNav .gn3 a.active {background-position: -480px -60px;}
.globalNav .gn4 a:hover,.globalNav .gn4 a.active {background-position: -757px -60px;}

@media screen and (max-width:767px){
	#header {
		margin-bottom: 15px;
	}
	#siteID {
		text-align: center;
		padding-top: 0;
	}
	#siteID img {
		width: auto;
	}
	.header_wrap {
		width: 100%;
		padding: 15px 20px 20px;
		margin: 0 auto;
		box-sizing: border-box;
	}
	.globalNav {
		height: auto!important;
		border-top: 1px solid #ccc;
		border-bottom: none;
		margin-bottom: 0;
		box-sizing: border-box;
	}
	.globalNav ul {
		width: 100%;
	}
	.globalNav ul li {
		width: 50% !important;
		padding: 6px 20px 5px 15px;
		overflow: inherit;
		border-bottom: 1px solid #ccc;
		vertical-align: top;
		box-sizing: border-box;
	}
	.globalNav ul li:nth-child(even) {
		border-left: 1px solid #ccc;
	}
	.globalNav li a {
		color: #333;
		text-decoration: none;
		font-weight: 700;
		width: 100% !important;
		height: 40px;
		padding-left: 10px;
		background: url("../../img/common/arw_nav.png") 0 16% no-repeat !important;
		background-size: 6px !important;
	}
	.globalNav li a.active {
		color: #e60012;
	}
	.hdrSprite {
		background: none;
		text-indent: 0;
	}
	.snslink {
		width: 315px;
		margin: 0 auto;
	}
	.snslink ul {
		width: 150px;
		padding-top: 8px;
	}
	.snslink ul li {
		margin-right: 10px;
		width: 40px;
	}
}

/* ----------------------------------------

content

---------------------------------------- */
#content {
	width: 1000px;
	margin: 0 auto;
}

@media screen and (max-width:767px){
	#content  {
		width: 100%;
		box-sizing: border-box;
	}
}

/* ----------------------------------------

content - main

---------------------------------------- */
#main {
	width: 705px;
	float: right;
}
@media screen and (max-width:767px){
	#content #main  {
		width: 100%;
		padding: 0 15px;
		float: none;
		box-sizing: border-box;
	}
	.snslink {
		position: relative;
		top: 0;
		text-align: center;
	}
	.snslink li {
		width: 42px;
	}
}


/* ----------------------------------------

content - sub

---------------------------------------- */
#sub {
	width: 260px;
	float: left;
}
#sub .sokuhou_link{
	display: block;
	text-align: center;
	margin:0 auto 20px;
}
#sub .kaisei_link{
	text-align: center;
}
img.disabled{
	opacity: .5; 
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)"; 
	-moz-opacity: .50;
}
.side_newsflash {
	opacity: 0.3;
}
.mic_links_container,
.hyogo_links_container {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	padding:13px;
	margin-bottom:20px;
}
.mic_links_container p,
.hyogo_links_container p {
	margin-bottom: 12px;
}
.hyogo_links_container{
	margin-top: 20px;
	background-image:url("../../img/common/hyogo_bg.png");
	background-repeat: repeat;
}
.hyogo_links li {
	position: relative;
	background: #fff;
	border-bottom: 1px solid #b0d5e2;
}
.mic_links li {
	position: relative;
	background: #f4f4f4;
}
.hyogo_links a,
.mic_links li a  {
	display: inline-block;
	width: 100%;
	color: #333;
	font-weight: 700;
	text-decoration: none;
	padding: 16px 20px 16px 9px;
	box-sizing: border-box;
	background: url("../../img/common/icon_outerlink.png") 96% 50% no-repeat;
	background-size: 14px;
}

.mic_links_container {
	border:1px solid #aaa;
}
.get_adobe_reader{
	padding:3px;
	text-align:center;
	background-color:#ececfb;
}
.get_adobe_reader a{
	display:inline-block;
	margin:10px;
}
.get_adobe_reader p{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	width:100%;
	text-align:left;
	padding:10px;
	background-color:#fff;
}
.adobe_reader_txt{
	font-size:12px;
}
.fblink:hover img,
a:hover img,
.hyogo_links li a:hover,
.mic_links li a:hover {
	opacity: 0.8;
}
.non_active {
	opacity: 0.6;
}
.non_active a {
	pointer-events:none;
}
.non_active a,
.non_active a {
	background: url("../../img/common/icon_pdf_02.png") 96% 50% no-repeat !important;
	background-size: 14px !important;
}

@media screen and (max-width:767px){
	#content #sub {
		width: 100%;
		float: none;
	}
	.side_newsflash {
		background: #ffe100;
		max-width: 345px;
		height: 90px;
		display: block;
		position: relative;
		margin: 0 auto 20px;
		border-radius: 6px;
	}
	.side_newsflash img {
		position: absolute;
		left: 12%;
		top: -12px;
	}
	.mic_links_container,
	.hyogo_links_container {
		border-radius: 0;
	}
	.hyogo_links_container {
		margin-bottom: 0;
	}
	.mic_links_container {
		margin-bottom: 30px;
		border: none;
		border-bottom: 1px solid #ddd;
	}
}
@media screen and (max-width: 320px) {
	.side_newsflash img {
		left: 16px;
	}
}

/* ----------------------------------------

footer

---------------------------------------- */
#footer{
	width:100%;
	color: #fff;
	background-color: #23A96D;
	margin-top:50px;
}
#footer_inner{
	width:1000px;
	margin:0 auto;
	position: relative;
}
#copyright {
	padding: 30px 0 50px;
}
#copyright .footer_tit {
	font-size:16px;
	border-bottom:1px solid #fff;
	font-weight:bold;
	padding-bottom:6px;
	margin-bottom:10px;
}
/* pagetop
------------------------------- */
#pagetop {
	z-index: 100;
	position: absolute;
	right:0;
	top:-30px;
}
#pagetop a {
	display: block;
	position: relative;
	width: 50px; 
	height: 50px;
	background-color: #266d00;
	color: #fff;
	text-decoration: none;
	border-radius: 100%;
	text-align: center;
}
#pagetop a img {
	position: absolute;
	top: 30%;
	left: 30%;
}
#pagetop a:hover {
	opacity: 0.8;
	-moz-opacity:0.8; /*Firefox*/
}
#pagetop span { display: none; }
#pagetop .fa {
	position: absolute;
	font-size: 110%;
	left: 50%;
	top: 45%;
	margin-top: -.5em;
	margin-left: -.5em;
}

@media screen and (max-width:767px){
	#footer {
		padding: 20px;
		margin-top: 50px;
		box-sizing: border-box;
	}
	#footer_inner {
		width: 100%;
	}
	#pagetop {
		right: 0;
		top: -40px;
	}
	#pagetop a {
		width: 40px; 
		height: 40px;
	}
	#pagetop a img {
		width: 40%;
	}
	#pagetop .fa {
		font-size: 85.7%;
	}
	#copyright {
		padding: 10px 0 30px;
	}
}


.red{
	color:red;
}

/* ----------------------------------------

clearfix

---------------------------------------- */

/* Modern Browsers
------------------------------- */
.clearfix:after,
#content:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* Legacy IE
------------------------------- */
.clearfix,
#content {
	*zoom: 1;
}