/* CSS Document */
@charset "utf-8";

html{
	overflow:auto;
}


body{
	width:100%;
	min-width:100%;
	height:100%;
	margin:0px auto;
	padding:0px;
	position:relative;
	font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	line-height:1.5;
	color:#333;
	overflow:hidden;
	word-break:break-all;
}

a{color:#333;}
a:link,a:visited{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;
}

*{
	margin:0;
	padding:0;
	box-sizing:border-box;
}

iframe{max-width:100%;border:0;}


/* font */

.red		{color:#ff0000;}
.deep_red	{color:#D80000;}
.deep_blue	{color:#2C5279;}
.green		{color:#2cbf13;}

.fs_18 {font-size: 18px;}
.fs_22 {font-size: 22px;}


/* table */

.table_box table{
	width:100%;
	border-collapse:collapse;
}
.table_box table tr,
.table_box table th,
.table_box table td{
	border-collapse:collapse;
}
.table_box table th,
.table_box table td{
	padding:10px;
	background:#FFF;
}
.table_box table th{
	background:#F2F2F2;
	font-weight:normal;
	text-align:left;
}
.table_box table a{
	color:#06F;
}


/* form */

form .table_box table th{
	vertical-align:middle;
}
td.form_address .form_zip{
	margin-bottom:5px;
}
td.form_address .form_zip:before{
	content:"〒";
}
input[type="text"],
input[type="email"],
textarea{
	width:100%;
	background:#FFF;
	border:1px solid #CCC;
	border-radius:0;
	-webkit-appearance:none;
}
select{
	background:#FFF;
	border:1px solid #CCC;
	border-radius:0;
	-webkit-appearance:none;
}


@media screen and (max-width:640px){
	body{
		-webkit-text-size-adjust:100%;
	}

	.pc{display:none;}

	.table_box tr{
		display:block;
	}
	.table_box th,
	.table_box td{
		width:100%;
		display:list-item;
		list-style-type:none;
		border:1px solid #999;
	}
	.table_box td{
		border-top:none;
		border-bottom:none;
	}
	.table_box tr:last-child td{
		border-bottom:1px solid #999;
	}

	td.form_address .form_zip input[type="text"]{
		width:40%;
	}

	input[type="text"],
	input[type="email"],
	select,
	textarea{
		padding:10px;
		font-size:16px;
	}
	select{
		width:100%;
	}
	textarea{
		min-height:200px;
	}
}

@media screen and (min-width:641px) and ( max-width:768px){

	.pc{display:none;}

	.table_box th,
	.table_box td{
		border:1px solid #999;
	}
	.table_box th{
		width:22%;
	}

	td.form_address .form_zip input[type="text"]{
		width:30%;
	}

	input[type="text"],
	input[type="email"],
	select,
	textarea{
		padding:10px;
		font-size:14px;
	}
	textarea{
		min-height:250px;
	}
}

@media screen and (min-width:769px){
	body{
		min-width:940px;
	}

	.over{transition:all 0.2s ease-in 0s;}
	.over:hover{opacity:0.6;}

	.sp{display:none;}

	.table_box th,
	.table_box td{
		border:1px solid #999;
	}
	.table_box th{
		width:20%;
	}

	form .table_box table th{
		text-align:right;
	}
	td.form_address .form_zip input[type="text"]{
		width:20%;
	}

	input[type="text"],
	input[type="email"],
	select,
	textarea{
		padding:10px;
		font-size:14px;
	}
	textarea{
		min-height:250px;
	}
}
