@charset "utf-8";
/* CSS Document */


/*@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);*/

* {
	margin: 0;
	padding: 0;
}

body {
	color: #000;
	word-wrap: break-word;
	overflow-x: hidden;
	position: relative;
/*	font-family: 'Noto Sans Japanese', serif;*/
	font: 0.88em/1.7em "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*font-family: 'Noto Sans Japanese', serif;"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", */
	text-align: justify;
	text-justify: inter-ideograph;
}

/* ie7 */
*:first-child+html body {
	font-size: 88%;
}
/* ie6Below */
* html body {
	font-size: 75%;
}
/* ie8 */
html>/**/body {
	font-size /*\**/: 90%\9;
}
/* ie9 */
body:not(:target) {
　font-size: 90%¥9;
}
/* ie10 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
body {
	font-size: 90%;
}
}
/* ie11 */
@media all and (-ms-high-contrast:none) {
 *::-ms-backdrop, body {
 font-size: 90%;
}
}

fieldset, img {
	border:0;
}


address, caption, cite, code, dfn, em, th, var {
	font-style:normal;
	font-weight:normal;
}

ol, ul {
	list-style:none;
}

button {
	cursor:pointer;
}

input[type="search"] {
   -webkit-appearance: none;
   border-radius: 0;
}

/*****************************************************************/

table {
	font-size:inherit;
	font-size:100%;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

em {
	font-style: italic;
	font-weight: bold;	
}

a img {
	border: 0px;
}

a {
	outline: none;
}

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

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

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

/*a img:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}*/

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

.clearfix {
  min-height: 1px;
}
*/
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.center {
	text-align: center;
}


.left {
	float: left;
}

.right {
	float: right;
}

.red {
	color: #F83131;
}

.grey {
	color: #ACACAC;
}

.white {
	color: #FFF;
}

.pink {
	color: #FF9672;
}

.green {
	color: #3F9400;
}

.error {
	color: #EA2533;
	padding: 5px 0px 0px;
	display: block;
}

.small {
/*	font-family: 'Noto Sans Japanese', serif;*/
	font-size: 0.8em;
}

.middle {
/*	font-family: 'Noto Sans Japanese', serif;*/
	font-size: 0.95em;
}

.large {
/*	font-family: 'Noto Sans Japanese', serif;*/
	font-size: 1.05em;
}

.requid {
	color: #EA2533;
}

.arrow {
	color: #416328;
}

.chushaku {
	font-size: 0.8em;
	line-height: 1.5em;
}

.pc_only {
	display: inherit;	
}

.sp_only {
	display: none;	
}

.hide {
	display: none;	
}


@media screen and (max-width:768px) {
	
a img:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
	
.pc_only {
	display: none;
	visibility: hidden;
}

.sp_only {
	display: inherit;	
}

}

