@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		6;
	dw-num-cols-desktop:	6;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
	background-color: #271F04;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}
a.smple:link{
	color: #6C5C29;
	text-decoration: none
	}
a.smple:hover{
	color: #D59E1B;
	text-decoration: underline
}
a.smple:visited{
	color: #6C5C29;
	text-decoration: underline
}
a.smple:active{
	color: #6C5C29;
	text-decoration: none
}
a.smple2:link{
	color: #FFFFFF;
	text-decoration: none
	}
a.smple2:hover{
	color: #D8CEB6;
	text-decoration: underline
}
a.smple2:visited{
	color: #FFFFFF;
	text-decoration: underline
}
a.smple2:active{
	color:#FFFFFF;
	text-decoration: none
}
a.smple3:link{
	color: #302A2A;
	text-decoration: none
	}
a.smple3:hover{
	color: #D8CEB6;
	text-decoration: underline
}
a.smple3:visited{
	color: #302A2A;
	text-decoration: underline
}
a.smple3:active{
	color:#302A2A;
	text-decoration: none
}
a.smple4:link{
	color: #AA9862;
	text-decoration: underline
	}
a.smple4:hover{
	color: #EFCF88;
	text-decoration: underline
}
a.smple4:visited{
	color: #AA9862;
	text-decoration: underline
}
a.smple4:active{
	color:#FFFFFF;
	text-decoration:underline
}
.tempo3{
    width: auto;
    height: auto;
    margin-left: 27%;
    float: left;
    margin-top: 1px;
    margin-bottom: 1px;
    display: none;
}

.tempo3 ul li{
	float: left;
	background-color: #452212;
	color: #FFFFFF;
	margin-top: 1px;
	padding-left: 14px;
	padding-right: 14px;
	border-right: thin dotted #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 1px;
	font-size: 1em;
	}
/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	padding-left: 2.5%;
	padding-right: 2.5%;
	clear: none;
	float: none;
}
#div1 {
}
#long_logo{
	display:none
}
.fluid.navi ul li {
	width: 25%;
	height: 28px;
	float: left;
	color: #FFFFFF;
	text-align: center;
	font-weight: normal;
	font-size: 1em;
	background-color: #000000;
	display: block;
	border-top: thin dotted #FFFFFF;
	border-bottom: thin dotted #FFFFFF;
	padding-top: 2px;
}

.f_navi ul {
	margin-top: 11px;
	margin-bottom: 12px;
	width: 100%;
	height: auto;
	margin-left: 10%;
}
.f_navi ul li {
	float: left;
	width: 14.6%;
	text-align: center;
}
.gridContainer.clearfix .fluid.footer {
	width: 100%;
	height: auto;
	background-color: #beb3a2;
}
.footer .kigyou   {
	text-align: center;
	margin-top: 75px;
	margin-bottom: 12px;
}
#long{
	display:none;
}
.tempo3{
	width: auto;
	height: auto;
	margin-left: 27%;
	float: left;
	margin-top: 1px;
	margin-bottom: 1px;
	display: none;
}
.gridContainer.clearfix #div1 p {
	color: #000000;
	font-size: 11px;
	width: 68%;
	margin-left: 31%;
	margin-top: -45px;
	margin-bottom: 0px;
	padding-bottom: 8px;
	display: none;
}
.introdaction {
}
.beefchikin {
}
.haikeicoller {
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}
.br-pc {
    display: block;
}
.br-sp {
    display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 98%;
	padding-left: 1%;
	padding-right: 1%;
	clear: none;
	float: none;
	margin-left: auto;
}

.introdaction {
}

.beefchikin {
}
#short_logo{display:none;
}
#long_logo{
	display:block;
}
.haikeicoller{
}
.hide_tablet{
display: none;
}
.zeroMargin_tablet{
margin-left: 0;
}


}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 98%;
	max-width: 1000px;
	padding-left: 1%;
	padding-right: 1%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}

.introdaction {
}

.beefchikin {
}

.haikeicoller {
}

.zeroMargin_desktop {
margin-left: 0;
}

.hide_desktop {
display: none;
}

}
@media only screen and (min-width: 1000px) {
#long{
	display:block;
}
.gridContainer {
	width: 98%;
	max-width: 1200px;
	padding-left: 1%;
	padding-right: 1%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}


}
@media only screen and (max-width: 480px) {
	.f_navi ul li {
	font-size: 13px; 
	width: 19.4%
		
	}	
	.f_navi ul {
   margin-left: 0%;
}
@media screen and (max-width:767px){
.br-pc   {
    display: none;
}
.detail {
    font-size: 14px;
}
.br-sp   {
    display: block;
}
}
