/* 基本設定
------------------------------------------------------------ */

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
	-webkit-text-size-adjust: 100%;
	}

hr {
	border-width: 1px 0px 0px 0px;
	border-style: dashed;
	border-color: #999999;
	height: 1px;
}

table, td, th {
	border-width: 0px;
	border-collapse: collapse;
	padding: 0px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	font-size: 1.4rem;
	line-height: 172%;
}

.cl_sp {
	clear: both;
}


/* テキスト基本設定
------------------------------------------------------------ */

html {
	font-size: 62.5%;
}

body {
 	font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
	color: #333333; 
	font-size: 1.4rem;
	line-height: 172%;
}

h1 {
	display: none;
}

h2 {

}

h3 {
	font-size: 2.3rem;
	line-height: 150%;
	margin: 0px;
	padding: 0px;

}

h4 {
	font-size: 1.7rem;
	line-height: 170%;
	margin: 0px;
	padding: 0px;
}

h5 {

}

p {
	margin: 0px;
	padding: 0px;
}


/* リンクの設定
------------------------------------------------------------ */

a:link {
	color: #333333; 
	text-decoration: underline;
}

a:visited {

	text-decoration: underline;
}

a:hover {
	color: #333333; 
	text-decoration: none;
}

a:active {
	color: #333333; 
	text-decoration: none;
}


#nav a {
	text-decoration: none;
	font-weight: normal;
	color: #777777;
	display: block;
}

#nav a:hover{
	color: #000000; 
	font-weight: normal;
	text-decoration: none;
}

/* 共通レイアウト用ブロックの設定
------------------------------------------------------------ */

#wrapper {
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 100%;
	background-color: #FFFFFF;
}

#header {
	width: 1000px;
	height: 44px;
	text-align: left;
	margin: 22px 0px;
}

#title {
	width: 100%;
	height: 80px;
	background-color: #CCCCCC;
	text-align: cnter;
	margin: 0px;
	padding: 0px;
}

#footpath {
	display: none;
	width: 950px;
	text-align: left;
	font-size: 1.3rem;
	margin-top: 10px;
	padding: 0px;
}

#content {
	width: 950px;
	margin: 25px 0px 0px 0px;
	text-align: left;
}

#footer {
	width: 950px;
	height: 40px;
	margin: 35px 0px;
	padding: 0px;
}


/* 共通headerブロック内の設定
------------------------------------------------------------ */

#logo {
	width: 211px;
	height: 44px;
	padding: 0px;
	float: left;
}

#nav{
	height: 44px;
 	list-style: none;
	float: right;
	overflow: hidden;
}

#nav ul li{
	font-size: 1.5rem;
	font-weight: normal;
	color: #000000; 
	margin-left: 24px;
	float: left;
}

#nav ul{
	list-style-type: none;
}


/* 共通titleブロック内の設定
------------------------------------------------------------ */

#title_content {
	max-width: 950px;
	width: 97%;
	height: 70px;
}

#title_content_left {
	width: 440px;
	height: 70px;
	text-align: left;
	float: left;
}

#title_content_left h2 {
	font-size: 1.9rem;
	font-weight: normal;
	color: #333333; 
	line-height: 80px;
	margin: 0px;
	padding: 0px;
}

#title_content_right {
	width: 450px;
	text-align: right;
	float: right;
}

#title_content_right .product_tbl {
	margin-top: 15px;
}

/* 共通contentブロック内の設定
------------------------------------------------------------ */

#content_left {
	width: 650px;
	text-align: left;
	float: left;
}

.content_left_ttl {
	width: 650px;
	margin-bottom: 10px;
}

.content_left_con {
	width: 650px;
}

.content_left_con h3{
	font-size: 2.0rem;
	line-height: 200%;
	margin: 0px;
	padding: 0px;
}

.content_left_con img {
	vertical-align: middle;
}

#content_left .bnr_list {
	margin-top: 25px;
}

#content_right {
	width: 250px;
	text-align: left;
	float: right;
}

.content_right_ttl {
	width: 250px;
	margin-bottom: 10px;
}

/* 共通footerブロック内の設定
------------------------------------------------------------ */

#pagetop {
	width: 100%;
	text-align: right;
}

#pagetop a:link {
	color: #333333; 
	text-decoration: underline;
}

#pagetop a:visited {
	color: #333333; 
	text-decoration: underline;
}

#pagetop a:hover {
	color: #333333; 
	text-decoration: none;
}

#pagetop a:active {
	color: #333333; 
	text-decoration: none;
}

#copyright {
	font-size: 1.3rem;
	width: 100%;
	text-align: center;
	margin: 5px 0px;
}

/* 生産者＆商品紹介：dropmenuブロック内の設定
------------------------------------------------------------ */

#dropmenu {
	display: none;
	list-style-type: none;
	max-width: 950px;
	width: 97%;
	margin: 15px auto;
	padding: 0;
}

/* 生産者＆商品紹介：contentブロック内の設定
------------------------------------------------------------ */

.product_content_left {
	width: 450px;
	text-align: left;
	float: left;
}

.product_content_right h3 {
	font-size: 2.1rem;
	line-height: 190%;
	margin: 0px;
	padding: 0px;
}

.product_content_right {
	width: 450px;
	text-align: left;
	float: right;
}

.content_subttl {
	margin: 20px 0px 10px 0px;
}

.content_table {
	margin-top: 10px;
	margin-bottom: 40px;
	padding: 0px;
}

.content_table table {
	width: 100%;
	padding: 0px;
}

.content_table th {
	width: 75px;
	white-space: nowrap;
}

.content_table td {
	width: auto;
	line-height: 190%;
	white-space: nowrap;
}

.pgbr {
	margin-top: 25px;
	page-break-after: always;
}

.logo_on_sns {
	display: none;
}
