@charset "utf-8";

/* -----------------------------------------------------------------------------
**
** 全国酒販協同組合連合会 basic CSS
**
----------------------------------------------------------------------------- */


/* -----------------------------------------------------------------------------
** basic
----------------------------------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	background: url(../img/all_bg.jpg) left top repeat-x;
	color: #666666;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.5;
	font-size: 10px;
	}
* html body {
	font-size: 62.5%;
	}
*:first-child+html body {
	font-size: 62.5%;
	}
div,p,ol,ul,li,h1,h2,h3,h4,h5,h6,dl,dt,dd,form,input,th,td,caption {
	margin: 0;
	padding: 0;
	}
img {
	border: 0;
	vertical-align: bottom;
	}
ul li,
ol li {
	list-style: none;
	}
h1,h2,h3,h4,h5,h6 {
	clear: both;
	font-weight: normal;
	}
table,th,td {
	border-collapse: collapse;
	}
th {
	font-weight: normal;
	text-align: left;
	}
sub, sup {
	vertical-align: baseline;
	}
sup {
	position: relative;
	top :-4px
	}
sub {
	position :relative;
	top: 4px
	}
em {
	font-style: normal;
	font-weight: normal;
	}
address {
	font-style: normal;
	}
a:link,
a:visited {
	color: #049;
	}
a:hover,
a:active {
	color: #b70018;
	}
a:focus {	/* Firefoxでの画像置換の点線かき消し */
	/*\*/
	overflow: hidden;
	/**/
	}

/* -----------------------------------------------------------------------------
** 「全国酒販協同組合連合会発行のビール共通券」の偽造券発覚について
2014.05 add by TCI
----------------------------------------------------------------------------- */
#info140502{
	margin-bottom:20px;
}
#info140502 h1{
	color:#F00;
	font-weight:bold;
}
#info140502 h2{
	margin-bottom:20px;
}
#info140502 table {
	width: 100%;
	margin:20px 0;
	}
#info140502 table th {
	background-color: #474a4b;
	border-bottom: #fff solid 1px;
	border-right: #fff solid 1px;
	padding: 10px 10px;
	text-align: center;
	color: #fff;
	}
#info140502 table td {
	background-color: #eee;
	border-bottom: #fff solid 1px;
	border-right: #fff solid 1px;
	padding: 10px 10px;
	text-align: center;
	color:#000;
	font-size:130%;
	font-weight:bold;
	}
#info140502 table td img{
	margin-bottom:10px;
}
#info140502 table th.forged{
	background-color: #7a0210;
}
#info140502 table td.forged{
	background-color: #fbe1e1;
}
#info140502 .point{
border-radius: 6px; /* CSS3草案 */ 
-webkit-border-radius: 6px; /* Safari,Google Chrome用 */ 
-moz-border-radius: 6px; /* Firefox用 */ 
border:#F00 solid 2px; padding:10px;
color:#000;
font-weight:bold;
}
#info140502 .block03{
	margin:20px 0;
}

/* -----------------------------------------------------------------------------
** カタログ・チラシのご紹介
2014.05 add by TCI
----------------------------------------------------------------------------- */
#catalog .box01{
	border-bottom:#0078a5 solid 2px;
	overflow:hidden;
	padding-bottom:30px;
	margin-bottom:40px;
	font-size:1.2em;
}
#catalog .box01 h2{
	color: #FF6600;
    font-weight: bold;
}
#catalog .box01 p{
	font-weight:normal;
	color:#666;
	line-height:1.8em;
	
}
#catalog .box01 p.btn{
	margin-top:15px;
}
#catalog .box01 p.pdf{
	font-size:0.7em;
	color:#666;
}
#catalog .box01 p.point{
	margin-top:20px;
	font-size:0.85em;

}
#catalog .box01 .left{
	width:274px;
	float:left;
	
}
#catalog .box01 .right{
	float:left;
	width:600px;
 	color: #FF6600;
    font-weight: bold;
}




/* -----------------------------------------------------------------------------
** clearfix
----------------------------------------------------------------------------- */

.clearfix {
	overflow: hidden;
	}
	
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
	}
/*\*/
* html .clearfix {
	height: 1em;
	overflow: visible;
	}
/**/