@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}
html, body {

}
body {
    -webkit-text-size-adjust: 100%;
/*	font-family:  Verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ", "Meiryo"; */
	font-family: "Arial";
}

ul, ol, dl {
	list-style-type: none;
}

img,
a img {
	border: 0;
	vertical-align: middle;
}

table {
	margin-bottom: 0.3em;
	font-size: 100% /*for IE*/;
	line-height:1.6 /*for IE*/;
	border-collapse: collapse;
	border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	text-align:left;
}

.clear {
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 1px;
	line-height: 0px;
}

br {
	letter-spacing:0;
}

option {
	padding:0 10px 0 0;
}

@media print {
  h1,h2,h3,h4,h5,h6{
	page-break-after: auto ;
	page-break-inside: avoid;
}
}
input[type="tel"],input[type="number"] {
    text-align: right;
}