/* CSS Document */
@charset "utf-8";

html{
	overflow: auto;
}

body{
	width: 100%;
	min-width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	background: #FBF8EB;
	position: relative;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5;
	color: #333;
	text-align: left;
	overflow: hidden;
	word-break: break-all;
}

a{color: #333; text-decoration: none;}
a:hover,a:active{text-decoration: underline;}

img{
	max-width: 100%;
	height: auto;
	width /***/: auto;
	border: none;
	vertical-align: bottom;
}

.clearfix{zoom: 1; overflow: hidden;}
.clearfix:after{
	content: "";
	display: block;
	clear: both;
}

iframe{max-width: 100%; border: 0;}

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}


/* table */

table{
	width: 100%;
	border-collapse: collapse;
}
table tr,
table th,
table td{
	border: 1px solid #DDD;
	vertical-align: top;
}
table th,
table td{
	padding: 10px;
}
table th{
	background: #F9F9F9;
	font-weight: bold;
}


/* form */

input,
textarea,
select{
	width: 100%;
	padding: 10px;
	background: #FFF;
	border: 1px solid #BBB;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	font-size: 16px;
}
textarea{
	min-height: 250px;
}
input[type="radio"],
label,
button{
	cursor: pointer;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button{
	-webkit-appearance: none;
	margin: 0;
}
input[type="number"]{
	-moz-appearance:textfield;
}



@media screen and (max-width:768px){
	body{-webkit-text-size-adjust: 100%;}

	table th,
	table td{
		display: block;
	}
	table th,
	table td{
		border: none;
	}
	table td{
		border-top: 1px solid #DDD;
	}
}

@media screen and (min-width:769px){
	body{min-width: 1000px;}

	.over{transition: all 0.2s ease-in 0s;}
	.over:hover{opacity: 0.6;}

	table{
		font-size: 15px;
	}
	table th,
	table td{
		padding: 12px 15px;
	}
	table th{
		width: 260px;
		text-align: center;
	}
}
