/* CSS Document */
@charset "utf-8";

html{
	overflow:auto;
}


body{
	margin:0px auto;
	padding:0px;
	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		{text-decoration:none;}
a:visited	{text-decoration:none;}
a:hover		{text-decoration:underline;}
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;
}

.over{transition:all 0.2s ease-in 0s;}
.over:hover{opacity:0.6;}

*{
	margin:0;
	padding:0;
	box-sizing:border-box;
}


/* margin,padding */

.no_margin{margin:0 !important;}
.no_margin_t{margin-top:0 !important;}


/* bg */


/* font */

.red		{color:#ff0000;}
.deep_red	{color:#D80000;}
.deep_blue	{color:#2C5279;}
.green		{color:#2cbf13;}


/* table */

.table_box table{
	border-collapse:collapse;
	width:100%;
}
.table_box table tr,
.table_box table th,
.table_box table td{
	border-collapse:collapse;
}
.table_box table th{
	font-weight:normal;
	text-align:left;
}


/* form */

input[type="text"],
input[type="email"],
textarea{
	width:100%;
	background:#FFF;
	border:1px solid #CCC;
	border-radius:0;
}


@media screen and (max-width:640px){
	body{
		width:100%;
		min-width:100%;
		height:100%;
		position:relative;
		overflow-x:hidden;
		-webkit-text-size-adjust:100%;
	}

	a,
	a:hover,
	a:visited{
		text-decoration:none;
	}

	.table_box tr{
		display:block;
	}
	.table_box th,
	.table_box td{
		width:100%;
		display:list-item;
		list-style-type:none;
	}

	input[type="text"],
	input[type="email"],
	textarea{
		-webkit-appearance:none;
		padding:10px;
		font-size:16px;
	}
	textarea{
		min-height:200px;
	}

	.over:hover{opacity:1;}

	.pc{display:none;}
}

@media screen and (min-width:641px) and ( max-width:768px){
	.pc{display:none;}

	input[type="text"],
	input[type="email"],
	textarea{
		padding:10px;
		font-size:14px;
	}
	textarea{
		min-height:250px;
	}
}

@media screen and (min-width:769px){
	body{
		min-width:1000px;
	}

	input[type="text"],
	input[type="email"],
	textarea{
		padding:10px;
		font-size:14px;
	}
	textarea{
		min-height:250px;
	}

	.sp{display:none;}
}
