@charset "UTF-8";
/* CSSリセットここから */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
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, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	font-family: "Zen Maru Gothic", serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	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;
}

.bold{
	font-weight:bold;
	}
ul,li{
	list-style:none;
	}
a{
	text-decoration:none;
	}
#wrap{
	position:relative;
	overflow: clip;
	}	

.tategaki{
	-webkit-font-feature-settings: 'pkna';
          font-feature-settings: 'pkna';
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
		  }	

/*ID pタグの文字を大きくしたくない場合*/
	p {
	    /*Androidブラウザフォントバグ対策*/
	    max-height: 999999px;
	}
.indent{
	text-indent:-1.4em;
	padding-left:1.4em;
	}
.text_center{
	text-align:center;
	}
.text_left{
	text-align:left;
	}
.m-auto {
	margin: 0 auto;
}
.inline_block {
	display: inline-block;
}
a:hover img{
	opacity:1;
	}
a:hover{
	color: #61cf00;
	}
a.purple:hover{
	color:#5064aa;
	}
.td_ul {
	text-decoration: underline;
}
a,i,label{
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  }
.kaigyo_s {
	display: block;
}
.clearfix::after {
    content: " ";
    display: block;
    clear: both;
}

p.go_top{
    position: fixed;
    right: 0;
    bottom: 0;
	z-index:9;
	line-height:0;
}
.inline{
	display:inline-block;
	}

@media screen and (min-width: 640px) {

}
/*------ IEズレ調整 -----*/
@media all and (-ms-high-contrast: none){
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, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
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 {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}
}

@media print {
	#tatenavi, .go_top { display: none !important;}
}

