/* Enter Your Custom CSS Here */

/* メインナビ */
.main-navigation {
  margin: 0 -35px;
  background: #fcfcfc;
  font-size: 13px;
  position: relative;
  border-bottom: 3px solid #343538;
  /* Font awesome icons */
  /* General menu link styling */
  /* For when the menu becomes a sticky menu */
}
.main-navigation a {
  display: block;
  text-decoration: none;
  color: #343538;
  font-weight: bold;
  border-left: 1px dotted #343538;
}

/* サブナビ */
.main-navigation ul ul {
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
  box-shadow: 0 1px 2px rgba(0,0,0,0.15);
  background: #fcfcfc;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99999;
  /* Third Level Items */
}
.main-navigation ul ul a {
  width: 200px;
  padding: 15px 20px;
  border-bottom: 1px dotted #343538;
}

/* コピーライト */
#colophon #theme-attribution a,
#colophon #site-info a {
  color: #343538;
  text-decoration: none;
  font-weight: 500;
}

/* ページ全体背景 */
body.layout-full {
  /* Use the same color as the footer */
  background-color: #eeeeee;
}

/* フッター */
#colophon {
  margin-bottom: 20px;
  background: #eeeeee;
  padding: 30px;
  border-top: 1px solid #343538
}

#footer-widgets .widget .widget-title {
  color: #343538;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}

#footer-widgets .widget a {
  color: #343538;
}

#footer-widgets .widget {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 0 15px;
  margin-bottom: 0;
  color: #343538;
}

/* Hタイトル */
article.post .entry-header h1.entry-title,
article.page .entry-header h1.entry-title {
  color: #343538;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.35em;
  margin: 0px 0 20px;
  border-bottom: 2px solid #343538;
}

h2 {
  font-size: 130%;
  font-weight: bold;
  margin: 20px 0 20px;
  padding: 5px 0 5px 10px;
  border-left: 5px solid #343538;
}

/* 製品一覧のカテゴリ */
.widget_newpostcatch h3 {
	font-weight:bold;
	margin: 0px 0 15px;
	padding: 5px 0px 5px 10px;
	border-left: 5px solid #054D87;
}

/* table */
table td {
	border: 1px solid #999;
	border-collapse: collapse;
	border-spacing: 1px;
	margin: 10px 0px;
    padding: 5px 10px;
}
table th {
	text-align: left;
	background-color: #D3F5FF;
	border: 1px solid #999;
	font-weight: normal;
	padding: 5px 10px;
	white-space: nowrap;
}

/* Newpost Catch 製品ページ */
#npcatch li{
	overflow:hidden;
	clear:both;
	margin: 0;
	padding:15px 0px 15px;
	list-style-type: none;
	border-bottom: 1px solid #ccc;
}

#npcatch img{
	float:left;
	margin-right: 20px;
	padding:0px 0px;
}

#npcatch .title{
	font-size: 120%;
	float:left;
	padding:30px 0px 0px 0px;
}

#npcatch li:hover{
}

#npcatch li:hover .title{
}

#npcatch li:hover .title a{
}

#npcatch li:hover .date{
}