@media print,screen and (min-width: 641px){

/* 問い合わせページ用[start]
	---------------------------------------------------------- */
#wrap {				/* お問い合わせtmpl/html用（display: none;を外す） */
	width: 1000px;
	/*height: 100%;*/
	margin: 0 auto;
}
.inq {
	width:330px;
	padding:0 5px;
	font-size: 1.0em;	
	line-height: 2.0;
	text-align: left;
	float:left;
	background:#eee;
}
.inq2 {
	width:350px;
	font-size: 0.9em;	
	line-height: 2.0;
	text-align: left;
	float:right;
}

.txtwidth input {
	width:98%;
}

ul.sentaku1 {
	float:left;
	margin-bottom:20px;
}
ul.sentaku2 {
	float:right;
	margin-bottom:20px;
}


dl.add {
	margin: 20px auto 40px;
	width: 320px;
	font-size: 110%;
}
dl.add dt {
	clear: left;
	float: left;
	text-align: left;
}
dl.add dd {
	text-align: right;
}

table.time {
	width:348px;
}
	/* 問い合わせページ用[end] */
	
	
	/* cgiテンプレ用 [start] 
--------------------------------------------------------------- */
table.form {
	border:1px solid #666;
	border-collapse:collapse;
	margin: 20px auto;
	}
table.form th,td {
	text-align:left; border:1px solid #666;
	padding:8px;
	font-family: 'Lato',"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
table.form th {
	background: #ccc;
}
table.form td {
	background:#fff;
	width:320px;
}
	/* cgiテンプレ用 [end] */
	
	
	
}
/* media screen 画面最小幅の設定ここまで*/


@media screen and (max-width: 640px){
	
	
/* 問い合わせページ用[start]
	---------------------------------------------------------- */
#wrap {				/* お問い合わせtmpl/html用（display: none;を外す） */
	width: 100%;
	/*height: 100%;*/
	margin: 0 auto;
}
.inq {
	width:100%;
	font-size: 1.0em;	
	line-height: 2.0;
	text-align: left;
}
.inq2 {
	width:100%;
	font-size: 0.9em;	
	line-height: 2.0;
	text-align: left;
}

.txtwidth input {
	width:98%;
}

ul.sentaku1 {
	float:left;
	padding-right:40px;
	margin-bottom:20px;
}
ul.sentaku2 {
	float:left;
	margin-bottom:20px;
}

dl.add {
	margin: 20px auto 40px;
	width: 90%;
	font-size: 110%;
}
dl.add dt {
	clear: left;
	float: left;
	text-align: left;
}
dl.add dd {
	text-align: right;
}

table.time {
	width:98%;
}


	/* 問い合わせページ用[end] */
	/* cgiテンプレ用 [start] 
--------------------------------------------------------------- */
table.form {
	width:100%;
	border:1px solid #666;
	border-collapse:collapse;
	margin: 20px auto;
	}
table.form th,td {
	text-align:left; border:1px solid #666;
	padding:8px;
	font-family: 'Lato',"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
table.form th {
	width:30%;
	background: #ccc;
}
table.form td {
	background:#fff;
	width:70%;
}
	/* cgiテンプレ用 [end] */
	
	
	
	
	
	
	
	
	
	
	
	
}
/* media screen 画面最小幅の設定ここまで*/