@charset "EUC-JP";

/*　お問合せ・カタログ請求
---------------------------------------------------------------------------*/

#cate-title {
	background: url(../img/contact/cate_title.jpg) no-repeat left top;
	height: 95px;
	width: 800px;
	text-indent: -9999px;
	margin-bottom: 25px;
}

#title1,#title2 {
	height: 30px;
	width: 800px;
	text-indent: -9999px;
	margin-bottom: 12px;
}

#title1 {
	background: url(../img/contact/title1.gif) no-repeat left top;
}

#title2 {
	background: url(../img/contact/title2.gif) no-repeat left top;
}

p.sp {
	margin-bottom: 32px;
	padding: 0px 10px;
}

#contents .vcard {
	padding: 0px;
	margin: 0px 10px 35px;
	font-size: 18px;
	clear: both;
	overflow: hidden;
}

#contents .vcard .tel,
#contents .vcard .left{
	float: left;
}

#contents .vcard .left {
	padding-left: 1em;
}

#contents .vcard .postal-code {
	padding-right: 1em;
}

#contents .vcard .tz {
	padding: 0em 1em;
}

/*　フォーム　*/

#php_form *{
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	}
	
#php_form {
	margin-right: auto;
	margin-left: auto;
	width: 700px;
}

#php_form p {
	line-height: 1.5;
}

#php_form em {
	color: #CC0000;
	font-style: normal;
	margin-left: 5px;
}

#php_form table {
	width: 100%;
	margin-bottom: 20px;
	margin-top: 5px;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}

#php_form th {
	background: #F3F3F3;
	text-align: left;
	padding: 10px;
	color: #333333;
	width: 200px;
	vertical-align: top;
	border-top: 1px solid #CCC;
}

#php_form td {
	padding: 5px;
	color: #333;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

#php_form p.bot{
	text-align: center;
	margin: 15px;
}
#php_form input.itext {
	padding: .5em;
}
#php_form input.itext:focus, textarea:focus {
	color: #000000;
	background: #FFFFFF;
}
#php_form input.itext, textarea {
	color: #666666;
	background: #FFFFFF;
	border:1px solid #cccccc;
}

#php_form input.itext:focus, textarea:focus {
	color: #000000;
	background: #FFFFcc;
	border:1px solid #cccccc;
}

/* radio */
label.radioLabel {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1em;
	position: relative;
}
label.radioLabel:before {
	content: "　";
}
label.radioLabel input { 
	opacity: 0;
}
label.radioLabel .image {
	background-image: url(../img/contact/radio.gif);
	background-repeat: no-repeat;
	background-position: 0 -1px;
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;
	left: 0px;
	top: 0px;
}
label.radioLabel input:checked + .image {
	background-position: 0 -17px;
}
/* フォーム揃え */
.vertical-align input {
	vertical-align: middle;
}