﻿@charset "utf-8";

/* 基本レイアウト ここから↓ */
body {
	margin: 0;
	padding: 0;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	font-size: 87.5%;
	line-height: 1.5;
}
h1{
	font-family: 'Lato',"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
body{
    background-image: url(../images/bg.jpg);
    background-repeat: repeat-x;
    background-position: center top;
    color: #666666;
}
p {
	margin: 0 0 20px 0;
}
img {
	border: 0;
}
a {
	color: #1d1403;
}
a:hover {
	color: #937b6c;
}
header h1 a {
	display: inline-block;
	vertical-align: bottom;
}
header h1 a img {
	vertical-align: bottom;
}
#logo a:hover{
	opacity: .6;
}
#breadcrumb ul {
	list-style-type: none;
	padding: 0;
}
#breadcrumb ul li {
	display: inline;
	margin-right: 20px;
}
a {
	color: #1d1403;
}
header h1 a {
	display: inline-block;
	vertical-align: bottom;
}
header h1 a img {
	vertical-align: bottom;
}
#breadcrumb ul {
	list-style-type: none;
	padding: 0;
}
#breadcrumb ul li {
	display: inline;
	margin-right: 5px;
}
#breadcrumb ul li a {
	padding-right: 15px;
	background-image: url(../images/breadcrumb_arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#contents {
	overflow: hidden;
}
.bnr_inner img{
	width: 80%;
	height: 80%;
}
.bnr_inner {
	margin-bottom: 20px;
}
.bnr_inner dt img{
	margin-bottom: 6px;
	vertical-align: bottom;
}
.bnr_inner dd{
	text-indent: 10px;
}

.bnr_inner a {
	text-decoration: none;
}
.bnr_inner dl, .bnr_inner dt, .bnr_inner dd, .bnr_inner p{
	margin: 0;
}
.bnr_inner a:hover{
	opacity: .6;
}
#pagetop {
	margin-bottom: 0;
	float: right;
}
#pagetop a {
	display: block;
	min-height: 16px;
	padding: 6px 0 6px 28px;
	background-image: url(../images/bg_arrow.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
address {
	padding-top: 15px;
	clear: both;
	background-image: url(../images/bg_footer.png);
	background-repeat: no-repeat;
	font-style: normal;
	text-align: center;
}
#copyright {
	margin-bottom: 15px;
	text-align: center;
}
#copyright small {
	font-size: 100%;
}
#graphic {
	width: 840px;
	margin: 0 auto 30px auto;
}
#graphic ul {
	display: block;
	list-style: none;
	padding-left: 0;
	position: relative;
}
#graphic ul li {
	display: block;
	opacity: 0;
}
#graphic ul li:nth-child(2),
#graphic ul li:nth-child(3) {
	position: absolute;
	top: 0;
}
#graphic ul li:nth-child(1) {
	position: relative;
	z-index: 3;
}
#graphic ul li:nth-child(2) {
	z-index: 2;
}
#graphic ul li:nth-child(3) {
	z-index: 1;
}
#graphic ul li.now {
	opacity: 1;
}
#graphic ul li.now:nth-child(1) {
	z-index: 0;
}
#graphic ul li img {
	vertical-align: bottom;
}
#news ul li time {
	display: inline-block;
	width: 175px;
	color: #6c5f45;
	font-weight: bold;
	text-indent: 0;
}
#media ul li time {
	display: inline-block;
	width: 175px;
	color: #6c5f45;
	font-weight: bold;
	text-indent: 0;
}
.concept_box p:last-child {
	margin-bottom: 0;
}
.image_right {
	margin: 0 0 20px 25px;
	float: right;
}
.image_left {
	margin-right: 25px;
	float: left;
}
table {
	border-collapse: collapse;
}
caption {
	overflow: hidden;
}
caption p {
	margin-bottom: 30px;
}
table caption {
	text-align: left;
}
table th, table td {
	padding: 15px;
	border: 1px solid #383328;
}
table tr th:first-child {
	width: 70px;
}
table tbody tr:nth-child(even) {
	background-color: #f4f2f0;
}
.gallery_box {
	overflow: hidden;
}
.gallery_box:first-of-type {
	margin-top: 30px;
}
form p {
	margin-bottom: 30px;
}
form p:nth-last-child(2) {
	margin-bottom: 7px;
}
form p:last-child {
	margin-bottom: 0;
}
input, textarea {
	margin-top: 7px;
}
textarea {
	width: 420px;
	height: 115px;
	overflow-y: scroll;
}
header, nav, #breadcrumb, #contents, footer{
    width: 840px;
    margin-left: auto;
    margin-right: auto;
}
header h1{
    margin: 0 0 26px 0;
    padding-top: 28px;
    text-align: center;
}
nav ul{
    list-style-type: none;
    margin: 0 0 20 0;
    padding-left: 0;
    overflow: hidden;
}
nav ul li{
    width: 210px;
    float: left;
}
nav ul li a{
    display: block;
    height: 0;
    padding-top: 44px;
    overflow: hidden;
}
nav ul li#nav_about a{
    background-image: url(../images/nav1.png);
}
nav ul li#nav_quality a{
    background-image: url(../images/nav2.png);
}
nav ul li#nav_stores a{
    background-image: url(../images/nav3.png);
}
nav ul li#nav_contact a{
    background-image: url(../images/nav4.png);
}
#main{
    width: 580px;
    float: left;
}
#sub{
    width: 240px;
    float: right;
}
footer{
    padding-top: 70px;
}
#main h1{
    margin: 0 0 30px 0;
    padding: 35px 0 35px 65px;
    background-image: url(../images/bg_h1_head.png), url(../images/bg_h1_bottom.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left top, left bottom;
    font-size: 156.25%;
}
#about #nav_about a, #quality #nav_quality a, #stores #nav_stores a, #contact #nav_contact a, nav ul li a:hover{
    background-position: 0 -45px;
}
/* 基本レイアウト ここまで↑ */

/* トップページ ここから↓ */
.top a:hover{
	opacity: 0.9;
}

#news ul{
    list-style-type: none;
    padding-left: 0;
}
#news ul li{
    padding: 20px 0 20px 175px;
    border-bottom: 1px dotted #6c5f45;
    color: #342300;
    text-indent: -175px;
}
#media ul{
	list-style-type: none;
	padding-left: 0;
}
#media ul li{
    padding: 10px 0 10px 175px;
    text-indent: -175px;
}

iframe{
    display: block;
	padding-left: 0;
}
/* トップページ ここまで↑ */

/* 「松本牧場について」ページ ここから↓ */
.about_box{
    margin-bottom: 30px;
    overflow: hidden;
}
.about_box:last-child{
    margin-bottom: 0;
}
.left{
    float: left;
    padding-right: 20px;
    padding-bottom: 20px;
}
.about_millys{
    clear: both;
}
.right{
    float: right;
    padding-left: 20px;
    padding-bottom: 20px;
}
/* 「「松本牧場について」ページ ここまで↑ */

/* 「 おいしさのヒミツ」ページ ここから↓ */
.gallery_box figure{
    width: 180px;
    margin: 0 0 15px 15px;
    float: left;
}
.gallery_box figure:first-child{
    margin-left: 0;
}

/* 「おいしさのヒミツ」ページ ここまで↑ */

/* 「お取り扱い店舗」ページ ここから↓ */
table thead tr th{
    background-color: #595953;
	color: #ffffff;
}
table tbody tr:nth-child(odd){
    background-color: #ffffff;
}
th{
	font-size: 120%;
}
.stores{
	list-style-type: none;
	padding-left: 0;
}
/* 「お取り扱い店舗」ページ ここまで↑ */

/* 「お問い合わせ」ページ ここから↓ */
.toiawase{
    padding: 20px 20px 0 0;
    font-weight: bold;
    display: inline-block;
    font-size: 110%;
}
.telfax{
    font-size: 150%;
    font-weight: bold;
    list-style-type: none;
    padding-left: 0;
 }
input[type=text]{
    width: 200px;
}
input[type=email]{
    width: 300px;
}
/* 「お問い合わせ」ページ ここまで↑ */
