/* Reset */

ul,ol { list-style: none; }
img {border: 0;text-align: right;}

* { margin:0; padding:0; border:0; }

html {height:100%;margin:0; padding:0;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}


a img {border:none;}
a {color:#000;text-decoration:none;}
a:hover {color:#675E5C;}

.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.t8{font-size:8px;}
.t10{font-size:10px;}
.t11{font-size:11px;}
.t12{font-size:12px;}
.t14{font-size:14px;}
.t16{font-size:16px;}
.t18{font-size:18px;}
.t20{font-size:20px;}
.t36{font-size:36px;}
.t40{font-size:40px;}

rt, rp {font-size:10px; }

.clearboth { padding: 0; clear:both; }

.float-left{float:left;}
.float-right{float:right;}

/*==========================================================*/


body{
	background-color: #DFDC81;
	line-height: 1.6;
	text-align: center;
	font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px;
	padding: 0px;
	color: #000;
	font-size: 16px;
	background-image: url(image/jh_bg01.jpg);
	background-attachment: fixed;
}


/*==========================================================*/

h1{
	font-size: 24px;
	font-weight: normal;
	margin: 20px 0;
}

#form1{
	width: 800px;
	margin: 0px auto;
	background-color: #fff;
	background: rgba(255,255,255,0.4);
	padding: 20px;
}

input{
	font-size: 16px;
	border:solid 1px #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

input:focus {
    border:solid 1px #EEA34A;
}

textarea{
	font-size: 16px;
}
	
}
select{
	font-size: 14px;
}

table{
	margin: 0 auto;
}
th{
	font-weight: normal;
	text-align: right;
	padding: 10px;
	border-bottom: 1px dotted #fff;
}

td{
	text-align: left;
	padding: 10px;
	border-bottom: 1px dotted #fff;
}

p{
	font-size: 14px;
	margin: 2px 0 20px 18px;
	line-height: 1.3;
}

.f_style {
	font-size: 16px;
	background-color: #F5AA06;
	padding: 8px 16px;
}


/*==========================================================*/

@media print{

body {
_zoom:60%; /*WinIE only */
}
#print{
	display:none;
}
}
