/*-----------------------------------------------------
	topInfoArea
----------------------------------------------------**/
#topInfoArea {
	padding: 30px 0 0 0;
}
#topInfoArea h2 {
	margin: 0 0 5px 0;
}
#topInfoArea .more {
	position: absolute;
	right: 0;
	top: 0;
}
#topInfoArea .shopInfo {
	float: left;
	width: 460px;
	border-bottom: #E6E6E6 solid 1px;
	position: relative;
}
#topInfoArea .shopBlog {
	float: right;
	width: 460px;
	border-bottom: #E6E6E6 solid 1px;
	position: relative;
}
#topInfoArea dl {
	background: #C1DCDA;
}
#topInfoArea dl dt {
	float: left;
	width: 9em;
	text-align: center;
	padding: 10px 5px;
}
#topInfoArea dl dd {
	overflow: hidden;
	_zoom: 1;
	background: #F2F2F2;
	padding: 10px;
}
#topInfoArea dl:nth-child(odd) {
	background: #CBE8E6;
}
#topInfoArea dl:nth-child(odd) dd {
	background: #ffffff;
}
/*-----------------------------------------------------
	topAdArea
----------------------------------------------------**/
#topAdArea {
	padding: 30px 0 0 0;
}
#topAdArea .bnrList {
	width:972px;
	margin:0 -22px 0 0;
	overflow:hidden;
}
#topAdArea .bnrList li {
	float:left;
	margin:0 22px 0 0;
}
/*-----------------------------------------------------
	about
----------------------------------------------------**/
.aboutLogo {
	float: left;
	margin: 0 20px;
}
.aboutNote {
	line-height: 2.5;
	font-size: 120%;
	padding: 10px 0 0 0;
}
/*-----------------------------------------------------
	kodawari
----------------------------------------------------**/
#about .kodawariMenu {
	width: 960px;
	margin: 10px -10px 30px 0;
	overflow: hidden;
}
#about .kodawariMenu li {
	width: 310px;
	margin: 0 10px 0 0;
	float: left;
	padding: 5px 0;
}
#about h3.kodawariTtl {
	background: #CBE8E6;
	padding: 5px 15px;
	font-size: 15px;
	margin: 0 0 10px 0;
	border-radius: 8px;
	width: 920px;
}
.kodawariBoxWrap {
	width: 970px;
	margin: 0 -20px 30px 0;
	overflow: hidden;
	_zoom: 1;
	clear: both;
}
.kodawariBox {
	border-bottom: #cccccc dashed 1px;
	margin: 0 20px 10px 0;
	padding: 0 5px 10px;
	width: 450px;
	float: left;
}
.kodawariBox .kodawariImg {
	float: left;
	margin: 0 20px 0 0;
}
.kodawariBox h4 {
	color: #13469A;
	font-weight: bold;
	margin: 0 0 5px 0;
	font-size: 14px;
}
#staff .kodawariBox {
	border-bottom: #cccccc dashed 1px;
	margin: 0 20px 10px 0;
	padding: 0 5px 10px;
	width: auto;
	float: none;
}
#traceability .note p {
	margin: 0 0 10px 0;
}
/*-----------------------------------------------------
	privacy
----------------------------------------------------**/
#privacy .privacyTxt dt {
	font-weight: bold;
}
#privacy .privacyTxt dd {
	margin: 0 0 20px 0;
}
/*-----------------------------------------------------
	sitemap
----------------------------------------------------**/
.sitemapList {
	font-size: 120%;
	padding: 0 10px;
}
.sitemapList li {
	background: url(../images/common/icn_arw.gif) no-repeat left center;
	padding: 0 0 0 15px;
	margin: 0 0 0 15px;
}
.sitemapList li.subject {
	background: url(../images/common/icn_arw.gif) no-repeat left center;
	padding: 0 0 0 15px;
	margin: 10px 0 0 0;
}
/*-----------------------------------------------------
	enqArea
----------------------------------------------------**/
#enqArea .headerMessage {
	display: none;
}
#enqArea table {
	width: 100%;
	margin: 20px 0;
}
#enqArea table tbody th {
	width: 25%;
	padding: 10px;
	text-align: left;
	border: #cccccc solid 1px;
	background: #CBE8E6;
}
#enqArea table tbody td {
	padding: 10px;
	border: #cccccc solid 1px;
	text-align: left;
}
.error,
.enqDescription {
	color: #ff0000;
}
.enqRequire {
	color: #ff0000;
	padding:0 0 0 0.5em;
}
#enqArea input[type="text"] {
	width: 50%;
}
#enqArea textarea {
	width: 90%;
    font-size: 13.333px;
    letter-spacing: -2px;
}
.enqFormFoot th {
	padding: 10px;
}
.enqFormFoot input {
	padding: 5px 20px;
}
.formInfo li {
	color: #ff0000;
	text-indent: -1em;
	padding: 0 0 0 1em;
}
#enqArea .enqFormFoot input {
	padding: 6px 60px !important;
	font-size: 13px !important;
	margin-top: 30px !important;
	letter-spacing: 0.05em !important;
	background-color: #f3f3f3;
	border: 1px solid #cccccc;
}

/*-----------------------------------------------------
	info
----------------------------------------------------**/
#infoArea {
	position: relative;
}
#infoArea .newsTtl {
	background: #CBE8E6;
	padding: 5px 15px;
	font-size: 15px;
	margin: 0 0 10px 0;
	border-radius: 8px;
	position: relative;
}
#infoArea .newsTtl .date {
	text-align: right;
	padding:8px 10px;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	font-weight: normal;
}
#infoArea .txtArea {
	padding: 10px;
	overflow: hidden;
	_zoom: 1;
}
#infoArea .txtArea p {
	margin: 0 0 10px 0;
}
#infoArea .imageArea {
	float: right;
}
#infoArea .imageArea img {
	width: 350px;
	height: auto !important;
	border: #534630 solid 1px;
	margin:10px;
}
/*-----------------------------------------------------
	search_navi
----------------------------------------------------**/
#search_navi {
	text-align: center;
	padding: 20px 0 0;
}
#search_navi li {
	display: inline-block;
 *display: inline;
 *zoom: 1;
	border: #cccccc solid 1px;
}
#search_navi li a {
	display: block;
	padding: 5px 10px;
}
#search_navi li.on a {
	background: #CBE8E6;
	color: #ffffff;
}
#search_navi li a:hover {
	background: #CBE8E6;
	color: #ffffff;
}
