@charset "utf-8";

/*
Theme Name: All My Loving
Theme URI: http://www.lookat.co.jp
Author: hidekky
Description: Made in 2013-12-12
*/

@import url('assets/css/normalize.css');
@import url('assets/css/foundation.css');
@import url('assets/css/_s.css');
@import url('assets/css/genericons.css');
@import url('assets/css/table.css');


/* ==========================================================================
   基本テーブル
   ========================================================================== */

/* table 全般 */
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100% ;
}

/* 基本背景色、文字色 */
table {
	box-shadow:0px 0px 1px rgba(0,0,0,0.2);
	background-color: #ffffff;
	color:#444;
	border-top: 1px solid #eee;
    border-left: 1px solid #eee;
 }

/* th、tdで右と下に線を引く(最右・最下は消去) */
table th,
table td {
    padding: 10px;
    border-top: none;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

table.no-padding td{
    padding: 0;
}

/* thの色 */
table th {
    background-color: #fff7cd;
    text-align: center;
}
    
/* ヘッダーthの色 */
table .header th {
    background-color: #b89572;
    color:#fff;
    text-align: center;
}

/* clean */
table.clean tr.even,
table.clean tr.alt,
table.clean tr:nth-of-type(even) {
  background: #fff;
}

/* table th2(中見出し) */
table td.th2 {
     background-color: #f7fdf2;
     text-align: center;
}



/* ==========================================================================
   Custom
   ========================================================================== */

body {
	background-image: url("images/bg_body.png");
	color: #444;
	font-family: Verdana, Arial,"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳＰゴシック","Osaka",sans-serif;
}

#primary {
	border:1px solid #ccb;
	border-radius: 4px;
	margin-bottom: 20px;
	padding-top:10px;
	padding-bottom:10px;
	background: #fffffc;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#777777, direction=90, strength=3, enabled=true); 
}

*{
  outline:none;
}

a {
  color: #5F2F08;
}

a:hover {
  color: #ab6024;
}

p,ul, ol, dl {
	font-size: 0.875em;
	line-height: 1.5;
}



p ul,
p ol,
p dl,
dl ul,
dl ol,
dl p {
	font-size: inherit;
}


table tr th, table tr td {
  color: #444;
}

h1, h2, h3, h4, h5, h6 {
  color: #222;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  font-weight: bold;
}

h1, h2, h3 {
  font-size: 1.4375em;
  margin-bottom: 20px;
}

h4, h5 {
  font-size: 1.125em;
}



code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 400;
  color: #222;
  font-size: 0.875em;
}

pre {
  padding: 10px;
  background-color: #f2f2f2;
  margin-bottom: 20px;
}

.site-address {
  text-align: right;
  padding-top: 10px;
  font-size: 0.875em;
}



article.post {
  margin-bottom: 30px;
  padding-bottom: 20px;
}

article .thumbnail {
  padding-right: 0;
}

.thumbnail img {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}


.single article {
  padding-bottom: 20px;
}




.widget ul {
  margin-left: 0;
}
.widget li {
  list-style-type: none;
  line-height: 1.2;
  padding: 5px 0;
}
.widget .widget-title {
  border-bottom: 1px solid #c6b688;
  -webkit-box-shadow: 0 1px 0 #eae2cc;
  -moz-box-shadow: 0 1px 0 #eae2cc;
  box-shadow: 0 1px 0 #eae2cc;
}

.site-footer {
  padding: 10px 0;
  background-color: #33201f;
}

.site-footer,
.site-footer h4,
.site-footer a {
  color: #fff;
}

.breadcrumb {
  padding-top: 10px;
  margin-top: 20px;
}
.breadcrumb p {
  font-size: 0.75em;
  margin-bottom: 7px;
}

#colophon {
  background-color: #33201f;
}
#colophon a:hover {
  text-decoration: underline;
}
#colophon p, #colophon li, #colophon .site-info {
  font-size: 0.875em;
}


/* 投稿記事一覧用スタイル */
ul.postList li {
	list-style: none;
	border-bottom: 1px dotted #999;
	padding: 5px 0px;
}


/* Small menu */
.menu-toggle {
  display: none;
  cursor: pointer;
  margin: 0 20px 0 0;
  padding: 10px 0;
}

.main-small-navigation ul {
  display: none;
}

.menu-toggle .genericon-menu {
  margin-top: 5px;
  font-size: 0.725em;
}
.main-small-navigation li {
  list-style: none;
  border-bottom: 1px solid #c6b688;
  -webkit-box-shadow: 0 1px 0 #eae2cc;
  -moz-box-shadow: 0 1px 0 #eae2cc;
}

.main-small-navigation li a {
  display: block;
  padding: 10px 0;
}

.main-small-navigation li a:hover {
  background-color: #bfb18a;
}

.main-small-navigation .large-12 {
  background-color: #e0d5b8;
}

.mobile-menu-text {
	color:#fff;
	float:right;
	margin-left: 0.3em;
}

@media screen and (max-width: 768px) {
   
　.menu-toggle .genericon-menu {
 　 margin-top: 5px;
 　 font-size: 0.725em;
　}


  .menu-toggle,
  .main-small-navigation ul.nav-menu.toggled-on {
    display: block;
  }

  .navigation-main ul {
    display: none;
  }

  #site-navigation {
    background-color: #107e2f;
    height:47px;
  }
  #site-navigation .genericon-menu {
    color: #FFF;
  }
}

.front-news {
  background-color: #e0d5b8;
  padding: 10px 0;
  margin: 30px 0;
}
.front-news h3 {
  border-bottom: 1px solid #c6b688;
  box-shadow: 0 1px 0 #eae2cc;
  -webkit-box-shadow: 0 1px 0 #eae2cc;
  -moz-box-shadow: 0 1px 0 #eae2cc;
}
.front-news .date {
  margin-top: 10px;
}
.front-news .thumbnail img {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.newspost {
  background-color: #fffcf4;
  margin-bottom: 20px;
  padding: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  overflow: hidden;
  font-size: 0.875em;
  height: 320px;
}

.newspost:hover {
  background-color: #eee;
}

.news-meta {
  padding: 0 5px;
}

.front-sp .circle {
  text-align: center;
}
.front-sp .circle img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.page-header h1,
.entry-content h1,
#primary h1.entry-title {
	background: url(images/bar_h2.png) no-repeat ;
	border-radius: 5px;
	width:100%;
	height:40px;
	margin:20px 0;
	font-weight: bold;
	padding:8px 0 0 40px;
	color:#fff;
	font-size: 125%;
}

@media only screen and (max-width: 768px) {
.page-header h1,r
.entry-content h1,
#primary h1.entry-title {
	height:auto;
	margin:5px 0;
	padding:15px 10px;
	background: #87af54 ;
	}
}

.entry-content h2 {
	background: #b89572;
	padding:10px;
	margin:20px 0 10px;
	font-size: 115%;
	color:#fff;
	border-bottom:none;
}

.entry-header h3,
.entry-content h3 {
	background: url(images/bar_h3.png) ;
	font-size: 110%;
	padding:3px 0 3px 10px;
	margin:15px 5px;
	color:#fff;
}

@media only screen and (max-width: 768px) {
.entry-header h3,
.entry-content h3 {
	background: #ecad80 ;
	padding:8px 5px;
	margin:5px 0;
	}
}

.entry-content h4 {
	margin:10px 10px;
	font-weight: bold;
	border-bottom:1px solid #408000;
	background: #fff;
	background: url(images/icon_h4.gif) no-repeat 1px;
	padding:2px 0 0 10px;
	color:#408000;
	font-size: 105%;
}

.entry-content h5 {
	margin-left: 9px;
	background: url(images/circle_h5.png) no-repeat 0px 5px;
	color:#C0392B;
	padding:0 15px;
	font-size: 112.5%;
}

.entry-content h6 {
	margin-left: 5px;
	margin-top:0;
	margin-bottom: 0;
	color:#00aa00;
	font-size: 105%;
	background:none !important;
	padding:0;
}



.pagination-centered {
  clear: both;
}

.page-links {
  margin: 20px;
}
.page-links a {
  padding: 7px 10px;
  background-color: #fff;
  color: #5f2f08;
  border: 1px solid #33201f;
}
.page-links a:hover {
  background-color: #33201f;
  color: #fff;
}

.page_navi {
  text-align: center;
  clear: both;
}
.page_navi li {
  display: inline;
  list-style-type: none;
}
.page_navi li a {
  padding: 7px 10px;
  background-color: #fff;
  color: #5f2f08;
  border: 1px solid #33201f;
}
.page_navi li a:hover {
  background-color: #33201f;
  color: #fff;
}
.page_navi li.current span {
  padding: 7px 10px;
  background-color: #33201f;
  color: #fff;
  border: 1px solid #33201f;
}
.page_navi li.page_nums span {
  padding: 7px 10px;
  background-color: #33201f;
  color: #fff;
  border: 1px solid #33201f;
}

.entry-attachment .attachment {
  text-align: center;
}

table#wp-calendar {
  width: 100%;
}
table#wp-calendar a {
  color: #5F2F08;
}

.tablepress [class*="column"] + [class*="column"]:last-child {
  float: none;
}

.tablepress [class*="column"] + [class*="column"].end {
  float: none;
}

.tablepress {
  margin: 20px 0;
}

.tablepress-responsive-phone tbody tr {
  vertical-align: top;
}

ul#page_link_menu {
  padding: 10px;
  margin: 20px 0;
  overflow: hidden;
  background-color: #33201f;
}

#page_link_menu li {
  float: left;
  list-style-type: none;
}

#page_link_menu li a {
  color: #fff;
}

/*コンタクトフォームサブミットボタン*/
.wpcf7-submit {
  text-align: center;
  width: 100px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #848483;
  padding: 15px 20px;
  background: -moz-linear-gradient(top, #f2f2f2 0%, #dadada);
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#dadada));
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #848483;
  -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5), inset 0px 0px 0px rgba(15, 15, 15, 0);
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5), inset 0px 0px 0px rgba(15, 15, 15, 0);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5), inset 0px 0px 0px rgba(15, 15, 15, 0);
  text-shadow: 1px 1px 1px white, 0px 0px 0px rgba(255, 255, 255, 0);
}


/* Search
--------------------------------------------- */
#searchform {
  *zoom: 1;
}

#searchform:after {
  content: "";
  clear: both;
  display: block;
}

#searchform:label {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  font-size: 0;
}

#searchform #s {
  float: left;
  width: 80%;
  padding: 5px 2%;
  font-size: 15px;
  height: 32px;
  line-height: 1;
  border: solid 1px #33201f;
  border-radius: 5px 0 0 5px;
}


#searchform #searchsubmit {
  background: url("./assets/img/icon_search.png") #33201f no-repeat center center;
  border: 0 none;
  cursor: pointer;
  width: 20%;
  height: 32px;
  border-radius: 0 5px 5px 0;
  margin: 0;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  font-size: 0;
}

#content #s {
  width: 300px;
}

@media only screen and (max-width: 768px) {
  .site-header p {
    margin-bottom: 5px;
  }

  .site-address {
    text-align: right;
    padding-top: 0;
  }

  .front-news .small-3 {
    padding-right: 0;
  }

  .front-news .small-9 {
    padding-left: 5px;
  }

  .newspost {
    margin-bottom: 10px;
    height: auto;
  }

  .comments-area {
    margin-bottom: 20px;
  }

  #content #s {
    width: 180px;
  }

  .staff .entry-content .staffCate {
    display: block;
    margin: 10px 0 0 0;
  }
}




/*デフォルトのアイキャッチ用のスタイル*/
.thumbnail img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}



.img-polaroid {
	padding: 7px;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	border-radius: 0px !important;
}

.img-circle {
	-webkit-border-radius: 300px !important;
	-moz-border-radius: 300px !important;
	border-radius: 300px !important;
}

.img-style-photo {
	background: #ccc;
	border: 5px solid #fff;
	position:relative;
	-moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.12);
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.12);
	border-radius: 0px !important;
}

.round5 {
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
}

.img-style-rotate {
	transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	-webkit-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	border-radius: 0px !important;
}

.img-style-rotate:hover {
	transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	border-radius: 0px !important;
}

.img-style-blur {
	filter: blur(5px);
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	border-radius: 0px !important;
}

.img-style-blur:hover {
	filter: blur(0px);
	-webkit-filter: blur(0px);
	-moz-filter: blur(0px);
	-o-filter: blur(0px);
	-ms-filter: blur(0px);
	border-radius: 0px !important;
}

.img-style-gray {
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
	-ms-filter: grayscale(1);
	border-radius: 0px !important;
}

.img-style-gray:hover {
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
	-ms-filter: grayscale(0);
}

.img-style-sepia {
	filter: sepia(1);
	-webkit-filter: sepia(1);
	-moz-filter: sepia(1);
	-o-filter: sepia(1);
	-ms-filter: sepia(1);
	border-radius: 0px !important;
}

.img-style-sepia:hover {
	filter: sepia(0);
	-webkit-filter: sepia(0);
	-moz-filter: sepia(0);
	-o-filter: sepia(0);
	-ms-filter: sepia(0);
}


/* ==========================================================================
   JA mito
   ========================================================================== */
   
/* 横並びの間隔調整 */
#primary .row {
	padding-left:0.625em;
	padding-right:0.625em;
}
#primary .column, 
#primary .columns {
  padding-left: 0.313em;
  padding-right: 0.313em;
}

/* キャプションの枠なし */
.wp-caption {
	border: 0;
	margin-bottom:0;
	padding-bottom: 0;
}
.wp-caption p {
	font-size:0.625em;
	margin-top: 0;
}
.wp-caption-text {
	margin-top:0;
}
#content .wp-caption .wp-caption-text {
  margin: 0.375em 0 ;
}

/* ウィジェットタイトル非表示 */
.widget-title {
	display: none;
}
   
/* サイトの概要 */   
.site-description {
	background: #6AA71B;
	color: #fff;
}
.site-description p {
	margin:0;
	font-size:small;
	text-align: left;
}

/* ヘッダー背景 */
.site-header {
	background-image: url("images/bg_header.png"); /* IE7,8対応の書き方 */
}

/* ヘッダー問い合わせ */
.site-address{
	list-style-type:none;
	font-size: large;
}
.site-address ul li{
	background:url(images/icon_seeding.png) left no-repeat;
	text-indent:20px;
	float:right;
	padding-right: 10px;
	display:inline;
}

/* スライダー */
#slider,
#slider div {
	margin:0 auto;
	padding:0;
}

/* ナビゲーション */
nav#site-navigation,
nav#site-navigation div {
	padding-top:0;
}
ul.main_nav li {
	float: left;
	list-style-type: none;
}
ul.main_nav li a {
	display: block;
	width: 194px;
	height: 60px;
	overflow: hidden;
	background: url(images/navigation.png) 0 0;
	text-indent: 100%;
	white-space: nowrap;
}
ul.main_nav li.menu1 a { background-position: 0 60px; }
ul.main_nav li.menu2 a { background-position: -194px 60px; }
ul.main_nav li.menu3 a { background-position: -388px 60px; }
ul.main_nav li.menu4 a { background-position: -582px 60px; }
ul.main_nav li.menu5 a { background-position: -776px 60px; }
ul.main_nav li.menu1 a:hover { background-position: 0 0; }
ul.main_nav li.menu2 a:hover { background-position: -194px 0; }
ul.main_nav li.menu3 a:hover { background-position: -388px 0; }
ul.main_nav li.menu4 a:hover { background-position: -582px 0; }
ul.main_nav li.menu5 a:hover { background-position: -776px 0; }
.navbar {
	background-color: transparent;
	margin: 0 auto;
 	max-width: 1600px; 
	width: 100%;
}
hr#header-end {
	background-image: url("images/hr_header-end.png");
	border: 0px none;	
	height:12px;
	margin-top: 0;
	margin-bottom: 0;
}

/* ==========================================================================
   JA mito トップページコンテンツ
   ========================================================================== */
h1.site-logo {
	margin-top: 20px;
}

/* 新着情報・イベント情報 */
section#news h1 {
	margin:0;
	width: 100%;
	height: 40px;
	background: url(images/bar_news.png) 0 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
/* 新着情報・イベント情報 情報ボックス */
#primary #infobox {
    border: 1px solid #ddd;
    width: 100%;
    height: 430px;
    margin:0 0 10px;
    padding:5px;
    overflow: auto;
}
#primary #infobox ul {
	margin-left: 0 ;
	padding-left: 0;
}
#primary #infobox ul li {
	list-style-image: none;
	list-style: none;
}
#primary #infobox ul li img{
	margin-top:-0.1em;
	padding-right:35px;
	float: left;
}
#primary #infobox hr {
	background: none;
	border:0 ;
	border-bottom:1px dashed #ffb894 ;
	margin:5px;
}

/* フィーチャーエリア */
#feature {
	margin-bottom: 10px;;
}

/* おもなサービスのご案内 */
section#services h1 {
	margin:0;
	width: 100%;
	height: 40px;
	background: url(images/bar_services.png) 0 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
section#services h2 {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.top-office {
	width: 100%;
	height: 180px;
	background: url(images/panel_office.png) 0 0 no-repeat;
}
.top-bank {
	width: 100%;
	height: 180px;
	background: url(images/panel_bank.png) 0 0 no-repeat;
}
.top-kyosai {
	width: 100%;
	height: 180px;
	background: url(images/panel_kyosai.png) 0 0 no-repeat;
}


/* ==========================================================================
   JA mito サイドバーコンテンツ
   ========================================================================== */
/* ウィジェットタイトル非表示 */
h4.widget-title {
	display: none;
}
.widget_sp_image {
	margin-bottom: 10px;
}
/* サブナビゲーション */
#sub-navi {
	background: #c546ef;	
	border:1px solid #ccb;
	border-radius: 4px;
	padding:10px;
	background: #fffff0;
	margin-bottom:20px;	
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#777777, direction=90, strength=3, enabled=true);
}
#sub-navi h4{
	background: #b89572;
	margin:0 auto;
	padding:5px 0;
	text-align: center;
	font-size: 105%;
}
#sub-navi h4 a{
	color: #ffffff;
}
#sub-navi a{
	color: #6a4015 ;
}
#sub-navi ul {
	margin:10px 0;
	padding:0 0.3em;
	list-style-type:none;
}
#sub-navi ul li {
	line-height: 1.2;
	border-bottom: 1px dotted #eabf95;
	background:url(images/icon_sub-navi.gif) left 0.72em no-repeat;
	padding:5px 0 6px 12px;
	list-style-image: none;
}
/* トピックス */
#topics {
	background: none repeat scroll #E0D0AC;
}
#topics h4 {
	margin:0;
	width: 100%;
	height: 40px;
	background: url(images/bar_topics.png);
	 text-indent:-9999px;
	white-space: nowrap;
	overflow: hidden;
}
#topics h5 {
	color: #fff;
	margin: 5px;
	padding: 5px;
	background: #6B4848;
	border-radius: 5px;
}

/* ==========================================================================
   JA mito フッターコンテンツ
   ========================================================================== */
#footer_documents {
	margin-top: 30px;
	padding-top:10px;
	background-color: #E0D0AC;
}
#footer_info {
	padding: 10px;
	background-color: #8E704C;
	color: #fff;
}

/* ==========================================================================
   JA mito 固定ページ
   ========================================================================== */
#eyecatch {
	margin-bottom:20px;
}

/* ==========================================================================
   JA mito レイアウト
   ========================================================================== */

#content p {
	margin:10px;
}

/* ==========================================================================
   JA mito 直売所ショップリスト
   ========================================================================== */
#primary ul.ul_shoplist {
	border: 1px solid #ccc;
	margin:10px;
	padding: 0;
	list-style-type: none;
	}
#primary ul.ul_shoplist li{
	border-top: 1px solid #ccc;
	text-indent: 0em;
	list-style-image: none;
	}
#primary ul.ul_shoplist li:first-child{
	border-top: 0;
	}
#primary ul.ul_shoplist a{
	display:block;  
    padding:15px 5px;  
}
#primary ul.ul_shoplist a:hover {
	background: #e9e4da;
	text-decoration: none;
} 


/* 直売所の旬のオススメ */
.box_recommend {
	background: #f1d5b8;
	border: 4px solid #b89572;
	border-radius:12px;
	overflow: hidden;
	padding-bottom: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}


/* divの背景色 */
.brown {
	background: #eee5d5;
	overflow: hidden;
}
.blue {
	background: #dcf1f1;
	overflow: hidden;
}
.green {
	background: #e4eadd;
	overflow: hidden;
}
.pink {
	background: #fceded;
	overflow: hidden;
}
.yellow {
	background: #ffffd5;
	overflow: hidden;
}
.white {
	background: #f9f9f9;
	border: 1px solid #efefef;
	overflow: hidden;
}

/* divの背景ドット柄 */
.dot-orange {
	background-image: url("images/bg_dot-orange.png") ;
}

.entry-content, .entry-summary {
	margin:0 !important;
}

.row div{
	padding-top:5px;
	padding-bottom: 5px;
}

.radius,
.radiusbox {
	border-radius: 5px;
	padding:5px;
}

/* 特産品ラインアップ */
.product-white {
	background: #f9f9f9;
	border: 1px solid #efefef;
	padding:5px;
	margin: 5px;
	overflow: hidden;
	}
.product-white .image-area {
	height: 135px;
}
.product-white .text-area {
	font-size:small;
	line-height: 1.3;
	height: 6em;
}
/* 商品見出し */
.parent-pageid-32 h4 {
	height: 60px;
	margin:10px 10px;
	padding-top: 20px;
	font-weight: bold;
	background: url(images/bg_h4_product.png) no-repeat center center;
	border:0;
	color:#fff;
	text-align:center;
	font-size: 85%;
}

@media all and (max-width: 480px) {

.product-white .text-area {
	font-size:normal;
	line-height: 1.5;
	min-height: 3em;
}

}


/* ロールオーバー効果 */
a:hover img.over {
opacity: 0.6;
filter: alpha(opacity=50);
-ms-filter: "alpha( opacity=50 )";
}

/* UL OL LI */
#primary ul,
#primary ol {
	padding-left:30px;
	margin-right:10px;
	margin-left: 1.0em;
	margin-top:10px;
}

#primary ul {
	list-style-image: url("images/icon_li.gif") ;
	list-style-position: inside;
	text-indent: -1.0em;
}

/* DL DT DD */

#primary dl {
	margin-right:10px;
	margin-left: 1.0em;
	margin-top:20px;
}
#primary dt {
	color:#0080ff;
	background: #f3f3f3;
	padding: 0.2em 0 0.2em 1em;
	border: 1px solid #aaa;
}
#primary dd {
	margin-left: 2em;
	margin-bottom: 1em;
}


/* 店舗紹介 */
.img_atm {
	width:80px
	height: 20px;
	background: url(images/label_atm.png) no-repeat right center;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.access-map {
	margin:0 auto;
	width:90%;
}

/* 記事公開日、最終更新日 */
.entry-meta {
	text-align :right;
	font-size: small;
	margin-bottom: 10px;
	float: right;
}
.entry-meta #release {
	background: url(images/label_release.png) no-repeat left center;
	padding-left: 85px;
	padding-top:10px;
	padding-bottom: 10px;
	line-height: 1.7;
	
}
.entry-meta #update {
	background: url(images/label_update.png) no-repeat left center;
	overflow: hidden;
	padding-left: 85px;
	padding-top:10px;
	padding-bottom: 10px;
	line-height: 1.7;
}

/* SNS ボタン */
.social-button {
	float:right;
	margin-left:10px;
}
.twitter {
	
}
.facebook {
	
}

/* パンくず */
.breadcrumb {
	margin-top: 0;
	padding-top: 0;
}
.breadcrumb .current {
	color:#478d6a;
}

/* JA水戸の窓口案内 */

.tel {
	font-size: x-large;
	font-weight: bold;
	color:#0080ff;
}
.tel-free {
	font-size: x-large;
	font-weight: bold;
	color:#00aa55 !important;
}
#help-desk dl {
	margin:0 1em;
	overflow: hidden;
	zoom: 1;
}
#help-desk dt {
	width: 7em;
    float: left;
    clear: both;
    margin-top:0.5em;

}
#help-desk dd {
	margin-left: 8em;
	margin-top:0.3em;
}
@media all and (max-width: 480px) {
#help-desk dl {
	margin:0 1em;
	overflow: hidden;
	zoom: 1;
}
#help-desk dt {
    float: none;
    clear: none;
    margin-top:0.5em;
}
#help-desk dd {
	margin-left: 0.5em;
}
} /* Media Query End */


/* サイトマップ */
.sitemap > li {
	margin-top:1em;	
}

.sitemap > li > a{
	border-bottom:  2px solid #e2aa72;
	background:#ffffd5;
	padding:0.4em;
}

.children li {
	border-bottom:  1px dashed #f1d5b8;
	padding-top:10px;
}

/* レシピ */
.parent-pageid-1341 #primary h1.entry-title {
	background: url(images/bar_h1_recipe.png) no-repeat ;
	}
@media all and (max-width: 480px) {
.parent-pageid-1341 #primary h1.entry-title {
	background: #dca3a6 ;
	}
} /* Media Query End */
.parent-pageid-1341 h2 {
	background: #ff80bf;
}
.insert {
	background: url(images/bg_recipe_insert.png) no-repeat center top ;
	width:680px;
	height:200px;
	padding:40px 200px 20px 60px ;
}
@media all and (max-width: 480px) {
.insert {
	width:auto;
	height:auto;
	padding:5px;
	background: #ffffaa;	
}
} /* Media Query End */
.parent-pageid-1341 #primary ul,
.parent-pageid-1341 #primary ol {
	padding-left: 10px;
}

/* 文字サイズ変更 */
.fontsize {
	margin-top:30px;
}
@media all and (max-width: 480px) {
.fontsize {
	display:none;
}
}

.fontsize .label {
	float:right;
	font-size: small;
	margin:10px;
}
.fontsize .change {
	float: right;
}


/* レシピボックス */
#recipe .pink{
	min-height:19em;
}


/* IE8の画像縮小バグ対応 */

#content img {
	width:auto\9;
	height:auto\9;
}


/* ギャラリーDL */
#primary dl.gallery-item {
	margin:0;
}
#primary dl.gallery-item dt {
	padding:0;
	background: none;
	border:none;
}

/* イベントカレンダー */
#event-calendar .sat {
	background: #e1f5fe;	
}
#event-calendar .sun {
	background: #fce4ec;	
}
#event-calendar td {
	height: 5em;	
}
#event-calendar .days2 {
	min-height: 6em;	
}
#event-calendar .days3 {
	min-height: 9em;	
}

/* owen日記 */
#diary h2 {
	background: #f06292;
}

#trust-form ul {
	text-indent: 0;
}

div#trust-form label {
	font-size: 100% !important;
}

/* ==========================================================================
   L(^"^)k コンタクトフォームの入力フィールド
   ========================================================================== */
#ja-form input {
	display: inline;
	margin-bottom: 10px;
	}
#ja-form .form-small {
	width: 4em;
}
#ja-form .form-small2 {
	width: 8em;
}
#ja-form .form-medium {
	width: 65%;
}
#ja-form .form-large {
	width: 80%;
}

#ja-form .cfzip1,
#ja-form .cfzip2 {
	width: 5em;
}

#ja-form .cfaddr1,
#ja-form .cfpref {
	width: 10em;
}
#ja-form .form-nengo {
	width: 6em;
}

#ja-form .radio-br span.wpcf7-list-item {
display: block;
}

#ja-form label {
    font-size:100%;
    margin: 0;
}


#recruit .wp-caption p {
font-size: 100%;
margin-top: 5px;
}

/* 職員紹介 */
#senior section {
	background-color:#FFFDE7;
	padding:10px 20px;
}

#senior .staff {
	margin: 0;
}

#senior .question {
	margin-bottom: 10px;
}

#senior .schedule p {
	line-height: 2.3;
}

#senior .schedule p span {
	background-color: #7CB342;
	color: #fff;
	padding: 3px 5px;
	border-radius: 5px;
	position: relative;
	width: 5rem;
	display: inline-block;
	margin-bottom: 10px;
	text-align: center;
}

#senior .schedule span:after {
	content:"";
	position: absolute;
	left:50%;
	top:80%;
	width: 2px;
	height: 1.125rem;
	background-color: #7CB342;
}

#senior .schedule span:last-child:after {
	content:none;
}

#senior .model h3 {
	font-size: 200%;
	font-weight: bold;
	color:#1B5E20;
	background: transparent;
	margin: 5px 5px 20px;
	padding: 0;
}
#senior .model p {
	font-size: 105%;	
}	
#senior .model img {
	border-radius: 50%;
	width: 100%;
	height: 100%;
	padding: 10px;
}
#senior .question .model img {
	margin-left: 15px;
}

@media (max-width: 640px) {
#senior .question .model img {
	margin-left: 5px;
	padding: 0;
}
	
}

#senior .question {
	background: #fff;
	padding: 0;
	margin-bottom: 20px;
	
}
#senior .question h5 {
	background-color: #7CB342;
	color:#fff;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 5px 10px;
}
#senior .question p{
	padding: 10px 20px 20px;
}

/* 中古農機具 */
#used-machine img {margin-bottom:1rem;}
#used-machine h4 {margin-top:0;}
#used-machine .price {text-align:center;margin-bottom:.5rem;}
#used-machine .price span {color:#d00;font-size:1.125rem;font-weight:bold;}
