@charset "utf-8";


/* main_image
------------------------------------------------------------ */
#main_image {
	min-width: 960px;
	background-image: url(../../images/use_guide/contact/main_img.jpg);
	background-repeat: no-repeat;
	background-position: center;
}


/* article
------------------------------------------------------------ */
.article {}


/* section
------------------------------------------------------------ */
#sec2 {
	background-image: url(../../images/omotenashi/history/bg_1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 40px;
}
#sec2 .inner {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
#sec2 .inner table {
	width: 500px;
}
#sec2 .inner table th,
#sec2 .inner table td {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}
#sec2 .inner table th {
	font-weight: bold;
}
#sec2 .inner table td {}
#sec2 .inner span.ex {
	color: #990000;
}
#sec2 .inner input {
	width: 300px;
	height: 2em;
}
#sec2 .inner textarea {
	width: 300px;
}
#sec2 .inner .bt input {
	width: auto;
	margin-right: 10px;
}
#sec2 .ex_box {
	background-color: #F5EAEF;
	border: 1px solid #DEB9CA;
	padding: 10px;
}
#sec2 .ex_box h4 {
	font-weight: bold;
}
#sec2 .ex_box h4,
#sec2 .ex_box p {
	color: #911751;
}

