@charset "utf-8";


html{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",   "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, sans-serif;
	color:#333;
	font-weight:500;
	line-height: 160%;
}

.ulStyle1{
	list-style-type: square;
}
.tableTitle1{
	font-size:18px;
	color:#0f7221;
	font-weight:bold;
	margin-bottom:0;
}

.toiArea{
	margin:0 auto;
}
.toiArea .tanto{
	display: block;
}

.mc{
	text-align: left;
	margin: 0 auto;
	max-width: 20.5em;
}
.ml1{
	margin-left: 1.5em;
}
.onlyPCTD{
	display: none;
}

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

}
@media screen and (min-width: 980px){
	.allContents{
		width:800px;
		margin:0 auto;
	}

	.toForm  td{
		width:380px;
		text-align:center;
	}

	.toiArea .L{
		width:650px;
	}
	.toiArea .tanto{
		display: inline-block;
		margin-left: 1em;
	}

	.onlyPCTD{
		display: table-cell;
	}
}
