@charset "utf-8";

/* contact
-----------------------------*/
#content {
	clear:both;
	width:95%;
	float:none;
	margin:0 auto;
	padding:10px 0;
}

#telann {
	font-size: 140%;
}

#contacttel {
	display: block;
	text-align: center;
	font-size: 360%;
	font-weight: bold;
	color: #F69;
}

#contactfax {
	text-align: center;
	font-size: 180%;
}

#contactfax span {
	color: #F69;
}

#mailann {
	text-align: center;
	font-size: 140%;
	line-height: 1.8;
	border-bottom: 1px solid #CCCCCC;
}

#contactform {
	font-size: 110%;
	margin: 5px 0 20px; 
}

#contactform dt{
	clear: left;
	float: left;
	width: 10em;
	font-weight: normal;
	padding: 0.8em;
}

#contactform dd {
	padding: 10px 0 10px 11em;
	min-height: 1.5em;
}

#contactform dd:nth-of-type(even){
	background-color: #eee;
	border-bottom: 1px solid  #CCCCCC;
}

#contactform .noline {
	border-bottom: none;
}

#inquiry span{
	display: block;
	
}

#address div {
	margin-bottom: 5px;
}

#ctrlbtn input{
	font-size: 90%;
}

#conconfirm {
	text-align: center;
	border-bottom: 1px solid #CCCCCC;
}


.required {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #ffffff;
	background-color: #ab0000;
	padding: 2px 4px;
	background: -moz-linear-gradient(
		top,
		#ff2819 0%,
		#ab0000);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ff2819),
		to(#ab0000));
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #7d0000;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 0px 2px rgba(255,255,255,0);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 0px 2px rgba(255,255,255,0);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 0px 2px rgba(255,255,255,0);
	text-shadow:
		0px 0px 0px rgba(000,000,000,0),
		0px 0px 0px rgba(255,255,255,0);
	margin-left: 0.5em;
}

#attention {
	font-size: 80%;
	color:#900;
	margin: 0;
}

/* 幅567px以下から
------------------------------------------------------------*/
@media only screen and (max-width: 567px){
	
#contactform dt{
	float: none;
	width: 100%;
	font-weight: normal;
	padding: 10px 0 10px;
	background-color: #eee;
	border-bottom: 1px solid  #CCCCCC;
}

#contactform dd {
	padding: 10px 0 10px;
	min-height: 1.5em;
	background: #FFF;
}

#contactform dd:nth-of-type(even){
	background-color: #FFF;
	border-bottom: 1px solid  #FFFFFF;
}

}

/* 幅360px以下
------------------------------------------------------------*/
@media only screen and (max-width: 380px){

#contacttel {
	font-size: 240%;
}

}