@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav.gnav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;box-sizing: border-box;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav.gnav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote::before,blockquote::after,q::before,q::after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
/* Google Translate Overrides対応 */
html, body{
  min-height: 0!important;
  height: auto!important;
  position: inherit!important;
}

body {
	font-size: 14px;
	font-family: "Yu Gothic","游ゴシック","游ゴシック体","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","Helvetica Neue","Helvetica","Arial",sans-serif;
/*
	font-family: "Helvetica Neue","Helvetica","Arial",sans-serif;
*/
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
}

/*
body {
	background-image: url("../images/back_fall.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left bottom
	background-color: rgba(255,255,255,0.5);
}
*/

/* h1,h2,...*/

h1,h2,h3,h4 {
	font-family: "Helvetica Neue","Helvetica","Arial",sans-serif;
}

h1.logo {
	text-align: center;
}

span.title {
	font-family: "Yu Gothic";
}

div.catch {
	margin: 10px 0px 0px 0px;
	font-style: italic; 
	font-weight: bold;
	font-size: 15px;
	color: #aaa;
}

h2 {
	font-size: 20px;
	font-weight: bold;
}

h4 {
	font-size: 20px;
}

body {
	max-width: 960px;
	margin: 20px auto;
}

div.lang {
	padding-left: 5px;
	text-align: left;
	background-color: #000;
	color: #fff;
}

div.footer {
	text-align: center;
	background-color: #000;
	color: #fff;
}

div.contents {
	width: 95%;
	margin: 10px auto;
}

ul,ol,dl {
	margin: 0 0 1em 0;
	list-style-position: outside;
}
ul li {
	list-style: disc;
}
ol li {
	list-style: decimal;
}
li {
	margin-left: 2em;
}
ul.check > li {
	position: relative;
	list-style: none;
}


ul.check > li::after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: -1.2em;
	width: 8px;
	height: 3px;
	border-left: 2px solid rgb(0, 0, 0);
	border-bottom: 2px solid rgb(0, 0, 0);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.bold {
	font-weight: bold;
}

table {
	width: 100%;
	margin-bottom: 1em;
	border-collapse: collapse;
	border: 1px solid #ddd;
}
th {
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ddd;
	background: #f1f1f1;
}
td {
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ddd;
}

table.nth tr:nth-child(even) td {  
	background-color: #f8f8f8;  
}  

table.noborder{
	border: none;
}

/*  table scroll  */
div.scroll-table {
	white-space: nowrap;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.scrollTxt{
	display: none;
}


.lang a:link {
  color: #fff;
}
.lang a:visited {
  color: #fff;
}
