@charset "utf-8";

#conainer_secPage{
width:1370px;
margin: 0 auto;
/*background-color: red;*/
}





/*=========================================================================================================================
===========================================================================================================================
===========================================================================================================================
●tablet.css 画面の横幅が769pxまで
===========================================================================================================================
===========================================================================================================================
=========================================================================================================================*/
@media screen and (min-width: 769px){
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}



/*===================================================
contact
===================================================*/


#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}

/*===================================================
contact
===================================================*/













～以下、画面の横幅が768pxまでの場合のスタイル記入～
}
/*=========================================================================================================================
===========================================================================================================================
===========================================================================================================================
●tablet.css 画面の横幅が768pxまで
===========================================================================================================================
===========================================================================================================================
=========================================================================================================================*/
@media screen and (max-width:640px){



/*===================================================
contact
===================================================*/
#formWrap {
	width:95%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}

.tableBTM {
	margin: 20px 0;
}

input[type="text"], textarea {
	width:80%;
	padding:5px;
	font-size:110%;
	display:block;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}



/*===================================================
contact
===================================================*/
}




<