@charset "utf-8";
/*
Theme Name: wpbase_child
Template: wpbase
Author: innovesta
Author URI: http://www.innovesta.net
*/


/* CSS Document */

/*--------------------------------------------------------*/
/*---------------↓CSS.Reset-----------------------------*/
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, font, 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 {
	margin: 0;
	padding: 0;
}
option {
	padding-left: 0.4em;
}
* html body * {
	overflow: visible;
}
* html iframe,* html frame {
	overflow: auto;
}
* html frameset {
	overflow: hidden;
}
html {
	height: 100%;
}
body {
	min-height: 100%;
	background: #fff;
	color: #000;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
	font-size: 100%;
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	font-weight: normal;
	font-size: 1.0em;
}

a { text-decoration: none;color: #000; }
a:hover { text-decoration: none; }

img,fieldset { border: 0 none; }
em { font-style: normal; }
ul { list-style: none; }
ol { list-style-position: inside; }

blockquote, cite {
	width: auto;
	font-size: 0.93em;
	margin: 0 0 1em 1.5em;
}
hr {
	display: none;
	border: 0 none;
}
code {
	font-family: "Courier New", Courier, monotype;
	font-size: 1em;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th, td {
	text-align: left;
	vertical-align: top;
}

address {
	font: 0.9em/1.4em verdana, sans-serif;
	font-style: normal;
}


/*---------------↑CSS.Reset-----------------------------*/
/*------------------------------------------------------*/


/*===============↓clearfix================*/
.clearfix:after {
	content: "."; /* 新しい要素を作る。 「.」は他の文字でもかまいません。*/
	display: block; /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
	}
.clearfix {
	min-height: 1px;
	}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
	}
/*===============↑clearfix================*/


