/******************************
 contact.css
******************************/
@charset "utf-8";

/*
Template Name: お問い合わせCSS
*/

/* コンテンツ
------------------------------*/
#contents {}

/* 電話でのお問い合わせ */
#contents .section_contact_tel {}
#contents .section_contact_tel .tel_txt {
	padding-left: 35px;
	height: 45px;
	color: #ee85b3;
	font-size: 32px;
	font-weight: bold;
	background: url(../img/contact/contact_tel_icon.png) no-repeat left;
}
#contents .section_contact_tel .mail_txt {
	padding: 5px 0 5px 35px;
	background: url(../img/contact/contact_mail_icon.png) no-repeat left;
}

/* メールフォーム */
#contents .section_contact_mail {}
#contents .section_contact_mail .list_txt {	}
#contents .section_contact_mail .list_txt li {
	text-indent: -0.1em;
	padding: 0 0 0 15px;
	background: url(../img/contact/contact_list_gray_mark.png) no-repeat left 5px;
	line-height: 1.75;
}
#contents .section_contact_mail .warning_txt {
	padding-left: 25px;
	background: url(../img/contact/contact_warning_icon.png) no-repeat left 1px;
}
