/* CSS Document */

/* ---------- サイト共通：見出し設定 ---------- */

h1 {
	margin:0px 0px 20px 0px;
	padding:0;
}

h2,h3,h4,h5{
	margin:0;
	margin-top:0;
	margin-right:0;
	margin-bottom:0;
	margin-left:0;
	padding:0;
	padding-top:0;
	padding-right:0;
	padding-bottom:0;
	padding-left:0;
	text-indent:0;
}

.tn{ /* 見出し 青太文字背景なし */
	background:none;
	width:auto;
	height:auto;
	margin:0px 2px 20px 2px;
	padding:0px 0px 0px 0px;
	color:#0668FB;
	font-size:18px;
	font-weight:bold;
}

.t1{ /* 見出し 薄紫にオレンジライン */
	background:url(/share/img/sub_t1_back.gif) left top repeat-y;
	width:590px;
	margin:0px 2px 15px 2px;
	padding:8px 5px 8px 30px;
	font-size:14px;
}

.t2{ /* 見出し 立体青枠 */
	background:url(/share/img/sub_t2_back.gif) left top no-repeat; 
	width:586px;
	height:29px;
	margin:0px 2px 10px 2px;
	padding:6px 0px 0px 18px;
	font-size:15px;
}

.t3{ /* 見出し 紫背景 白抜き文字 */
	background:url(/share/img/sub_t3_back.gif) left top no-repeat;
	width:586px;
	height:20px;
	margin:0px 2px 10px 2px;
	padding:3px 8px 3px 31px;
	color:#FFFFFF;
	font-size:14px;
}

.t4{ /* 見出し 青丸 下線 */
	background:url(/share/img/sub_t4_back.gif) left top no-repeat;
	width:566px;
	height:23px;
	margin:0px 2px 5px 0px;
	padding:3px 3px 4px 24px;
	border:0;
	font-size:13px;
}
.t4 a{ /* 見出し内リンク */
	font-size:13px;
	font-weight:normal;
}

.t5{ /* 見出し シンプル青枠 */
	background:url(/share/img/sub_t5_back.gif) left top no-repeat;
	width:586px;
	height:45px;
	margin:0px 2px 10px 2px;
	padding:0px 0px 0px 15px;
	font-size:15px;
	line-height:42px;
}


/* ---------- サイト共通：その他表示設定 ---------- */

.u{ /* アンダーライン */
	text-decoration:underline;
}
.n{ /* 太字解除 */
	font-weight:normal;
}



/* 区切り用罫線 */
hr.sectline{
	width:100%;
	margin:20px 0px 20px 0px;
	border-top:dotted #999999 1px;
	border-width:1px 0px 0px 0px;
}


/* ---------- サイト共通：ブロック設定 ---------- */

div{
	margin:0;
	padding:0;
}
p{
	margin:0;
	padding:0;
}
table,tr,td{
	margin:0;
	padding:0;
}
dl,dt,dd{
	margin:0;
	padding:0;
}

div.sect{
	margin:0px 0px 30px 0px;
	padding:0;
}

div.txt{
	margin:0px 5px 0px 12px;
	padding:0;
}

div.pht{
	margin:0px 5px 0px 5px;
	padding:0;
}


/* ---------- サイト共通：画像表示設定 ---------- */

/* 画像右 テキスト回り込み */
div.photo_right{
	width:auto;
	height:auto;
	margin:0px 0px 5px 15px;
	padding:0;
	text-align:left;
	float:right;
}
div.photo_right img{
	margin-bottom:3px;
}

/* 画像左 テキスト回り込み */
div.photo_left{
	width:auto;
	height:auto;
	margin:0px 15px 5px 0px;
	padding:0;
	text-align:left;
	float:left;
}
div.photo_left img{
	margin-bottom:3px;
}

/* 画像とテキスト左下揃え */
div.photo_bottom_left{
	margin:0px 0px 10px 0px;
}
div.photo_bottom_left p{
	display:table-cell;
	vertical-align:bottom;
	text-align:left;
}
div.photo_bottom_left img{
	margin-right:15px;
}



/* ---------- コンテンツトップページ ---------- */

/* コンテンツ一覧リンク */

.linkmark{
	background:url(/share/img/linkmark2.gif) left center no-repeat;
	text-indent:13px;
}
#shijo_idx div.sect ul{
	list-style-type:none;
	margin-left:0px;
	padding-left:15px;
}
#shijo_idx div.sect ul li{
	margin-bottom:6px;
	margin-left:0px;
	padding-left:0px;
}


/* グラフ上タイトル表示 */

h4.grf_title{
	margin:20px 5px 15px 5px;
	border-bottom:3px double #000099;
	color:#000099;
}

/* 推定量テーブル */

table.sokatsu{
	width:580px;
	margin:0px 5px 20px 5px;
	padding:3px;
	text-align:left;
	border-collapse:collapse;
	border-spacing:0px;
}
table.sokatsu th{
	height:21px;
	cell-spacing:0;
	padding-right:5px;
	background-color:#669966;
	border:0;
	color:#ffffff;
	text-align:right;
}
table.sokatsu td{
	height:21px;
	padding:8px 3px 3px 3px;
	border:0;
	border-bottom:solid 1px #000000;
	text-align:right;
}

table.sokatsu td.type{
	text-align:left;
	padding-right:0px;
}
table.sokatsu th.type1{
	width:23px;
}
table.sokatsu th.type2{
	width:87px;
}

table.sokatsu td.goukei{
	text-align:center;
	font-weight:bold;
}
table.sokatsu tr.goukei td{
	border-bottom:0;
	border-top:double 3px #000000;
}




/* ---------- 各業界の取り組みページ ---------- */

h2.torikumi{
	margin-top:0px;
	margin-bottom:35px;
	padding-top:0px;
}

h4{
	font-size:14px;
	margin-bottom:7px;
}


#beer div.sect img{
	margin-bottom:10px;
}

#nihonsyu div.sect img{
	margin-bottom:10px;
}

#softdrink div.sect img{
	margin-bottom:10px;
}

#saishiyo div.sect img{
	margin-bottom:15px;
}



/* ---------- 18条認定ページ ---------- */

#nintei18 table#kensu{border:1px solid #000000; border-collapse:collapse; margin:15px 0px 8px 0px;}
#nintei18 table#kensu th{border:1px solid #000000; border-collapse:collapse; padding:2px 10px 2px 5px; text-align:center; background-color:#E2F0FE;}
#nintei18 table#kensu td{border:1px solid #000000; border-collapse:collapse; padding:2px 10px 2px 5px; text-align:right;}
#nintei18 table#kensu td.type {text-align:left;}
#nintei18 table#kensu td.goukei {text-align:center; font-weight:bold;}
#nintei18 table#kensu th:first-child{width:240px;}
#nintei18 table#kensu th{width:100px;}
#nintei18 table#kensu tr:nth-child(8) td{border-top-style:double; border-top-width:3px;}

#nintei18 table.list{margin-left:3px; width:100%;}
#nintei18 table.list td{width:25%; padding:3px 0px 3px 0px; border:0; vertical-align:top;}

#nintei18 h4.list{
	background:none;
	width:auto;
	height:auto;
	margin:20px 2px 6px 2px;
	padding:0px 0px 0px 2px;
	border-bottom:solid 1px #0668FB;
	color:#0668FB;
	font-size:15px;
	font-weight:bold;
}


/* ---------- 1.8L壜調査結果ページ ---------- */

table.bin18{border:1px solid #000000; border-collapse:collapse; margin:10px 0px 0px 0px;}
table.bin18 td{border:1px solid #000000; border-collapse:collapse; padding:2px 2px 2px 5px; text-align:right;}
table.bin18 tr:first-child td{text-align:center; background-color:#E2F0FE;}
table.bin18 tr td:first-child{text-align:left;}
table.bin18 td.center{text-align:center;}

#bin18-01{margin-top:18px;}
#bin18-01 tr:not(:first-child) td{padding-right:5px;}
#bin18-02a{width:574px;}
#bin18-02b{width:574px;}
#bin18-02a td{padding:2px 4px 2px 6px;}
#bin18-02b td{padding:2px 4px 2px 6px;}
#bin18-02a{margin:0px 0px 15px 0px;}
#bin18-02b{margin:0px;}
#bin18-03{width:574px; margin:0px;}
#bin18-04{width:480px; margin:0px;}

tr.bb-none td{border:none; border-right:solid 1px #000000;}
tr.bb-dot td{border:none; border-top:dotted 1px #000000; border-right:solid 1px #000000;}
tr.bb-dash td{border:none; border-top:dashed 1px #000000; border-right:solid 1px #000000;}
tr.bb-double td{border:none; border-top:double 3px #000000; border-right:solid 1px #000000;}

img.bin18graph{margin:15px 0px 15px 0px;}

div#unit02{width:574px; text-align:right;}
div#unit03{width:574px; text-align:right;;}
div#unit04{width:480px; text-align:right;;}


/* ---------- 日本酒造組合中央会1.8Lびん調査研究ページ ---------- */

#nihonsyu18bin h4{
	font-size:12px;
	margin:0;
	margin-top:10px;
	margin-bottom:2px;
	padding:0;
}


/* ---------- 一升びんガイドブックDLページ ---------- */

#guide div.contents{font-family: Verdana, "MS Pゴシック", "MS PGothic", sans-serif; font-size:12px;}
#guide div.pdflink{font-family:"MS Pゴシック", "MS PGothic", 'helvetica neue', 'helvetica', sans-serif;}
#guide div.photo_right{margin:0px 2px 8px 7px;}

table#dl{border:0; margin-top:15px; margin-left:-5px; padding:0; border-collapse:collapse;}

#dl th,td{border:1px solid #000000; padding:5px 8px;}
#dl th{font-weight:normal; text-align:center;}

#dl tr.bk td{height:20px; background-color:#E2F0FE;}
#dl tr.bk td:first-child{font-weight:bold;}

#dl tr.all td{height:28px; background-color:#b5daff;}
#dl tr.all td:first-child{font-weight:bold;}

#dl p.st1{font-weight:bold; margin-left:2px;}
#dl p.st2{margin-top:2px; margin-left:10px;}

#dl tr td:nth-child(3){text-align:right; font-family:"MS Pゴシック", "MS PGothic", 'helvetica neue', 'helvetica', sans-serif;}

table#okuzuke{border:0; margin-top:30px; padding:0; border-collapse:collapse;}
#okuzuke td{vertical-align:top; border:0; padding-left:0; padding-bottom:0;}

img.pdf{margin:0 4px -3px 0;}
#dl tr td.pdf{padding-left:6px; font-family: Verdana, "MS Pゴシック", "MS PGothic", sans-serif; font-size:12px; text-align:center;}

.mt10{margin-top:10px;}


/* ---------- ガイドライン ---------- */

#guide table#guide{border:1px solid #000000; border-collapse:collapse; margin:15px 0px 8px 0px;}
#guide table#guide th{border:1px solid #000000; border-collapse:collapse; padding:2px 10px 2px 5px; text-align:center; background-color:#E2F0FE;}
#guide table#guide td{border:1px solid #000000; border-collapse:collapse; padding:2px 10px 2px 5px; text-align:left;}
#guide table#guide td.type {text-align:left;}
#guide table#guide th.type {width:40px;}
#guide table#guide th.type2 {width:180px;}

#guide table.list{margin-left:3px; width:100%;}
#guide table.list td{width:25%; padding:3px 0px 3px 0px; border:0; vertical-align:top;}

#guide h4.list{
	background:none;
	width:auto;
	height:auto;
	margin:20px 2px 6px 2px;
	padding:0px 0px 0px 2px;
	border-bottom:solid 1px #0668FB;
	color:#0668FB;
	font-size:15px;
	font-weight:bold;
}

