
/*---------------------------------------------------------------------
page layout
---------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	font-size:13px;
/*	outline: 0;*/}

* img {
max-width: 100%;
 height: auto;
}

a:hover {
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	}

.contents {
	width: 100%;
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	}



div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,table,th,td,em,img{
	margin:0;
	padding:0;
	border:none;
	font-weight:normal;
	}

#twitter
	{
	position:fixed;
	bottom:0px;
	right:0px;
	z-index:100;}


.togmenu {
	display:none;
}
.menubtn {
	padding: 16px 20px;
	background:#BEBDB9;
	color: #000;
}
#menu ul {
	margin: 0;
	padding: 0;
	background:#BEBDB9;
}
#menu li {
	list-style: none;
	border-top: 2px solid #fff;
}
#menu li a {
	font-size:15px;
	padding: 16px 20px;
	display:block;
	text-decoration:none;
	background:#BEBDB9;
	color: #000;
}
@media only screen and (min-width: 800px) {
	.menubtn {
		display:none;
	}
	.togmenu {
		display:block;
	}
	#menu li {
		display: inline-block;
		border:none;
	}
}

/*---------------------------------------------------------------------
header layout
---------------------------------------------------------------------*/


#header {
	height:40px;
	width:;
	margin:0 auto;
	background-color:#fff;
	padding:15px;
	text-align:left;
	float:left;
	}

#header2 {
	height:50px;
	width:;
	margin:0 auto;
	background-color:#fff;
	padding:15px;
	text-align:right;
	}


#tousen {/* 当選者発表 */
	height:70px;
	width:50%;
	margin:0 auto;
	margin-top:40px;
	background-color:#fff;
	padding:15px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	box-shadow:0px 0px 10px 3px #e5e5e5;
	-moz-box-shadow:0px 0px 10px 3px #e5e5e5;
	-webkit-box-shadow:0px 0px 10px 3px #e5e5e5;
	}

#topic {　/*　トピックス欄 */
	height:150px;
	width:50%;
	margin:0 auto;
	background-color:#fff;
	padding:15px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	box-shadow:0px 0px 10px 3px #e5e5e5;
	-moz-box-shadow:0px 0px 10px 3px #e5e5e5;
	-webkit-box-shadow:0px 0px 10px 3px #e5e5e5;
	}

#last { /* ご案内欄 */
	height:50%;
	width:50%;
	margin:0 auto;
	background-color:#fff;
	padding:15px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	box-shadow:0px 0px 10px 3px #e5e5e5;
	-moz-box-shadow:0px 0px 10px 3px #e5e5e5;
	-webkit-box-shadow:0px 0px 10px 3px #e5e5e5;
	}

#icon { /* 当選アイコン */
	margin-left:-30%;
	margin-top:-5%;}

#icon2 { /* おめでとうアイコン */
	margin-left:50%;}

#icon3 { /* トピックスアイコン */
	margin-left:-70%;
	margin-top:-3%;}

#icon4 { /* ご案内アイコン */
	margin-left:-35%;
	margin-top:3%;}

#icon5 { /* 個体識別バナー */
	margin-left:50%;
	max-width: 300px; /* 最大幅 */
	min-width: 100px; /* 最小幅 */
	 width: 100%; }

li.list { /* トピックスリスト */
	text-align:left;
	margin-left:100px;
	list-style-type: circle;}

li.list2 { /* */
	text-align:center;
	margin-left:7%;
	list-style-type: none;
	float:left;}

#list3{ /* ご案内ulレイアウト */
    margin:0 auto;
    width:900px;
    overflow:hidden;
}
#list3 li{ /* ご案内リスト */
    float:left;
    list-style-type:none;
    text-align: center;
    padding:5px 5px;
    margin:0 0 0 0;
    background:#fff;
}
#list3 li.last{ /* ご案内 */
    margin: 0;
}


#footer { /* フッター */
	height:20px;
	background-color:#cfcfcf;
	margin:0 auto;
	padding:20px;
	text-align:left;
	position: fixed;
	bottom: 0;
	width: 100%;
	opacity: 0.5;
	filter: alpha(opacity=50);/*IE7*/
}


.manu2 { /* 各ぺージ左メニュー */
   background-color:#eee;
   margin-top:-200px;
   width:20%;
   float:left;
   padding:30px;
   text-align:right;
    position: fixed;
    z-index: 999;
opacity: 0.8;
	filter: alpha(opacity=80);/*IE7*/


}


#main2 { /* 各ページ右メイン */
   float:right;
   padding:30px;
   width:70%;
   text-align:left;}

dl {
	width:80%;
	padding:20px;}

dt{     margin-top:15px;
	margin-bottom:15px;
	font-size:15px;
	font-weight: bold;
	clear: left;
	border-left: solid 8px #CCC;
	padding-left: 5px;
	color: #000;
	border-bottom: solid 1px #ccc;
	}

dd { padding-left:15px;}



 /* 飛騨牛の歴史 */
dd.d_left {
	float:left;
	padding:20px;}


table { width:100%;}
td{ vertical-align:middle;
		padding :5px;}
td.teigi{text-align:center;}
dd.d_main {
	padding:10px;}


 /* 会社案内 */
table.com { width:80%;
	padding :3px;}
td.com{ width:120px;
	 vertical-align: top;}

div.space
	{margin-bottom:40px;
	margin-left:20px;}


 /* 品質管理 */
table.safe { 
	margin-left:30px;
	width:50%;

	padding :0px;}

td.safe{padding:3px;
	vertical-align: top;
	margin:2px;
	background-color:#ececec;
	width:150px;
	border: solid 1px #cccccc; border-collapse: collapse;}

td.safe2{
	padding:3px;
	width:50px;
	vertical-align: top;
	margin:2px;
        border: solid 1px #cccccc; border-collapse: collapse;}

div.space
	{margin-bottom:100px;
	margin-left:20px;}


 /* 個人情報保護 */
li.pmark {
	margin-left:50px;
	width:70%;
	list-style-type:decimal;
	padding:3px;}

li.l_left {
	text-align:right;
	margin-top:20px;
	width:70%;
	list-style-type:none;
	padding:3px;}

li.l_right {
	text-align:left;
	margin-top:30px;
	margin-left:50px;
	width:70%;
	list-style-type:none;
	padding:3px;}


 /* 最上方法 */
div.saiyou {
	text-align:left;
	height:40%;
	margin-left:10%;
	width:70%;
	list-style-type:decimal;
	padding:3px;}



