a {text-decoration:none;}

body{
	background-color: transparent;
}

body,table {
    margin:0;
    padding:0;
	font-family: 'Lato','Noto Sans', "ŸàƒSƒVƒbƒN Medium", "ŸàƒSƒVƒbƒN‘Ì", "Yu Gothic Medium", YuGothic, "ƒqƒ‰ƒMƒmŠpƒS ProN", "Hiragino Kaku Gothic ProN", "ƒƒCƒŠƒI", Meiryo, "‚l‚r ‚oƒSƒVƒbƒN", "MS PGothic", sans-serif;
	color:#282828;
    font-size:16px;
	word-break: break-all;
}

/** table **/
table{
    border-collapse:collapse;
    border-spacing:0;
}



#inputWrap{
	width:96%;
	max-width:820px;
	margin:0 auto;
	background:#f2ead7;
}

#inputWrap #inputWrapInner{
	width:94%;
	margin:0 auto;
	padding:15px 0;
}

#inputWrap #inputWrapInner table{
	border:none;
	width:100%;
}

#inputWrap #inputWrapInner table tr th{
	width:15%;
	font-weight:normal;
	text-align:left;
}

#inputWrap #inputWrapInner table tr td{
	width:85%;
}

#inputWrap #inputWrapInner table tr td input.inputTxt{
	width:80%;
}

#inputWrap #inputWrapInner table tr td textarea{
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Chrome, Safari */
}

/* PCE‘åŒ^ƒ^ƒuƒŒƒbƒgF769px`1050px */
@media only screen and (min-width: 769px) and (max-width: 1050px) {

#inputWrap #inputWrapInner table tr th{
	width:10%;
}

#inputWrap #inputWrapInner table tr td{
	width:90%;
}

#inputWrap #inputWrapInner table tr td input.inputTxt{
	width:40%;
}

}

/* PCŒü‚¯F1050pxˆÈã‚ÅŒÅ’è */
@media only screen and (min-width: 1051px) {


#inputWrap #inputWrapInner table tr th{
	width:10%;
}

#inputWrap #inputWrapInner table tr td{
	width:90%;
}

#inputWrap #inputWrapInner table tr td input.inputTxt{
	width:40%;
}

}