@charset "UTF-8";
/* CSS Document */
/*///////////////////////////////////////////*/
/*///////////////////////////////////////////*/
/*///////////////////////////////////////////*/
/*///////////////////////////////////////////*/
/*///////////////////////////////////////////*/
/*/////////////////////////////////////////////
▽↓↓sitamapPageに関するCSS↓↓▽
/////////////////////////////////////////////*/
header {
	background-attachment: fixed;
	background-image: url(../img/tomail_header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 800px;
}
header h2 {
	text-shadow: 0 0 4px #000;
}
#contactPage {
	width: 660px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
	padding-bottom: 60px;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	border-collapse:collapse;	
	margin:25px auto;
}
table.formTable tr{
	width: 100%;
	max-width:660px;
	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;
}
@media screen and (max-width: 880px) {
header {
	height: auto;
	padding-bottom: 100px;
}
#contactPage {
	width:auto;
	height: auto;
	max-width: 880px;
}
table.formTable tr {
	width:528px;
}
}
@media screen and (max-width: 768px) {
header {
	background-attachment: fixed;
	background-image: url(../img/tomail_768px.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100%;
	padding-bottom: 60px;
}
#contactPage {
	width:auto;
	height: auto;
	max-width: 768px;
}
table.formTable tr {
	width:460px;
}
}
@media screen and (max-width: 480px) {
header {
	background-attachment: fixed;
	background-image: url(../img/tomail_480px.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100%;
	padding-bottom: 30px;
}
#contactPage {
	width:auto;
	height: auto;
	max-width: 460px;
}
table.formTable tr {
	width:276px;
	margin:10px auto;
}
}
/*/////////////////////////////////////////////
▲↑↑↑↑↑↑↑↑↑↑↑↑↑↑▲
/////////////////////////////////////////////*/
/*///////////////////////////////////////////*/
/*///////////////////////////////////////////*/
/*///////////////////////////////////////////*/
/*///////////////////////////////////////////*/
/*///////////////////////////////////////////*/