﻿/*
Theme Name: base
Theme URI: 
Text Domain: base
*/

/* CSS Document */
/* RESET_START */

/* reset css */
html, body, div, span, applet, object, iframe,  p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, 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, li {
	/*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;
}
/* to preserve line-height and selector appearance */
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input, button, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	width: auto;
	overflow: visible;
}
/*because legend doesn't inherit in IE */
legend {
	color: #000;
}

/* end reset css */
html, body {
	height: 100%;
}
/*float clear*/
.clear:after {
	content: "\200c";
	display : block;
	height: 0;
	font-size: 0;
	clear: both;
}
.none {
	display: none;
	overflow: hidden;
}
a, button, input[type=submit], input[type=button] {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
html {
 filter: expression(document.execCommand("BackgroundImageCache",  false, true));
}
/* CSS Document */
/* RESET_START */


/*
body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,address,table,form,fieldset,a,iframe,div,th{
margin:0;padding:0;font:normal 90% ;color:#000;
text-decoration:none;list-style:none;line-height:100%;
}
*/

.clear {
	clear: both;
}
/*IMAGEリンク*/

a img {
	border: none;
}
img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: top;
	-webkit-backface-visibility: hidden;
	image-rendering: auto;/****CHROME縮小画像ぼやけ対策****/
}
/* RESET_END */




body {
	background: linear-gradient(#FFF, #a1c7ed);
	color:#666;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif,"Noto Sans JP", serif;
	/*font-family:"Noto Sans JP", serif;*/
	/*font-family: -apple-system, BlinkMacSystemFont, 'Josefin Sans', "Noto Sans Japanese", "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;*/
	/*font-family: 'Monda',"Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;*/
	/*
    -webkit-user-select:none;
    -webkit-touch-callout:none;
	*/
}

.sawarabi {font-family: "Sawarabi Mincho", serif; }

.w100 {font-weight: 100;}
.w200 {font-weight: 200;}
.w300 {font-weight: 300;}
.w400 {font-weight: 400;}
.w500 {font-weight: 500;}
.w700 {font-weight: 700;}
.w900 {font-weight: 900;}

body {
	animation: fadeIn 3s ease 0s 1 normal;
	-webkit-animation: fadeIn 3s ease 0s 1 normal;
}
 @keyframes fadeIn {
 0% {
opacity: 0
}
 100% {
opacity: 1
}
}
 @-webkit-keyframes fadeIn {
 0% {
opacity: 0
}
 100% {
opacity: 1
}
}

/*20190928　sato*/
.t04 {
	font-weight: bold;
    line-height: 150%;
    color: #009B84;
    padding: 10px 10px 0px 0px;
    text-align: left;
    font-size: 18px;
}

.in_map_L p {
	font-size: 120%;
}

.in_map_R iframe {
	width: 100%;
	height: 400px;
}

.gaiyou_list_wrap {
	padding: 25px 0 5px;
	background: #F4F4EA; 
	margin-bottom: 25px;
	width:60%;
	margin:0 auto;
}

.gaiyou_list {
}

.gaiyou_list li {
	list-style: none;
	display: inline-block;
	white-space: nowrap;
	margin-right: 15px;	
	margin-bottom: 10px;
}

.gaiyou_list li a:hover {
	opacity: 0.7;
}

.waku {
	border: 1px solid #ccc;
	padding: 	25px;
}

.pdf_title {
	color: #8BC53E;
	font-weight: bold;
	text-align: center;	
	font-size: 120%;
}

.table-3 {
	width: 100%;
	border: 1px #ccc solid;	
	margin-bottom: 25px;	
}

.table-3 th {
	background: #F4F4EA;
}
