@charset "utf-8";

/*
======== CONTENTS =========
	Site Name: ポッカコーポレーション
	Last-updated:2009/10/31
	Description: products common style
===========================
*/
/*------------------------------------------------------------ 左ナビ調整用*/

/*------------------------------------------------------------ 1-2.Main*/	

#MAIN h2,
#MAIN h3,
#MAIN h4,
#MAIN h5,
#MAIN p,
#MAIN li,
#MAIN dt,
#MAIN dd,
#MAIN table{
	line-height: 1.4;
}


#MAIN ul li,
#MAIN ol li{
	list-style-type: none;
	color: #444;
}


#MAIN .current,
#MAIN .current a:link,
#MAIN .current a:visited{
	color: #ed3f28;
}

#MAIN table p,
#MAIN table li,
#MAIN table dt,
#MAIN table dd{
	font-size: 100%;
}

/*------------------------------------------------------------------ 見出し*/

/*　ページタイトル　*/

#MAIN h2.pageTitle{
	line-height: 0;
	font-size: 0;
	padding: 0;
	background: none;
	margin: 21px 0px 17px 0px;
}

#MAIN h2.pageTitle.unLeadTxt{
	margin: 21px 0px 13px 0px;
}

#MAIN h2.pageTitle.unDate{
	margin: 21px 0px 8px 0px;
}

/*　見出し　*/


#MAIN h4.titlH4{
	clear: both;
}

#MAIN h4.titlH4 span{
	display: block;
	border-left:4px solid #CECEBE; 
	padding:1px 0 1px 8px;
	font-size: 100%;
	font-weight:bold;
	line-height: 1;
	color:#000000;
}

#MAIN h5.titlH5{
	clear: both;
	padding: 4px 9px 4px 9px;
	background-image: url(/company/default/img/bg_title01.gif);
	background-repeat: repeat-x;
	background-position: left top;
	color:#000000;
	font-weight:bold;
	line-height: 1.4;
}

/*--------------------------------------------------------------- リード文*/

#MAIN p.lead{
	padding: 0;
	margin: 0 0 14px 0;
}
#MAIN p.lead .lead_read{
	padding: 0;
	margin: 0 0 14px 0;
	color:#FF0000;
}


/*------------------------------------------------------------------ Side*/

#SIDE h3.cate_title{
	line-height: 0;
	font-size: 0;
}

#SIDE ul.submenu{
	border-bottom:0px; 
}

#SIDE ul.submenu li{
	font-size: 90%;
}

#SIDE .side_online{
text-align:center;
margin:0 auto;
padding:10px 0;
}


/*
===== submenu02 ===========================
*/

#SIDE ul.submenu02{
	list-style: none;
	margin:0;
	padding:8px 12px 8px 12px;
	border:1px solid #d5d5d5;
	background-color:#FFFFFF;
}

/* Hides from IE-mac \*/
* html #SIDE ul.submenu02 {height: 1%;}
/* End hide from IE-mac */


/* Hides from IE-mac \*/
* html #SIDE ul.submenu02{height: 1%;}
/* End hide from IE-mac */





#SIDE ul.submenu02 li{
	list-style: none;
	padding:3px 2px 3px 12px;
	line-height: 1.2;
	background: url(/default/img/billet_s.gif) no-repeat 0 0.5em;
}

#SIDE div.side_other ul.submenu02 li{
	list-style: none;
	padding:8px 12px 8px 12px;
	line-height: 1.2;
	background: url(/default/img/billet_arrow.gif) no-repeat 0 0.7em;
	/*border-bottom: 1px solid #f4624f;*/
}



#SIDE ul.submenu02 li.exp{
	background: url(/default/img/billet_ex.gif) no-repeat 0 0.5em;
}

#SIDE ul.submenu02 li.short{
	display: block;
	float:left;
	width:63px;
}



/*
===== clearfix ===========================
*/


ul.submenu02:after {
	content: url(/default/img/clear.gif);
	display: block;
	height: 0; 
	clear: both;
	visibility: hidden;
}

ul.submenu02 {
	display: inline-block;
}

/* Holly Hack Targets IE Win only \*/
 * html ul.submenu02 {height: 1%;}
ul.submenu02 {display: block;}
/* End Holly Hack */




/*---------------------------------------------------- table*/


table{
	clear: both;
	margin-top: 0px;
	border-collapse: collapse;
}

table th,
table td{
	padding: 6px 10px;
	text-align: left;
	vertical-align: top;
	font-size: 75%;
}

table th{
	font-weight: normal;
}

/*--------------------------------- トップページ　カラムパターン　No.01*/
#MAIN div.indexArea h3{
	margin:5px 0 4px 0;
}



#MAIN div.indexArea p.lead{
	margin: 12px 8px 20px 8px;
}

/*---------------------------------------------------- clearfix*/
.clearfix:after {
clear:both;
content:" ";
display:block;
height:0;
visibility:hidden;
}


div.locator:after,
#MAIN div.indexArea:after,
#MAIN div.indexArea div.column2A div.inBox:after,
div.pullDownArea:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }

div.locator,
#MAIN div.indexArea,
#MAIN div.indexArea div.column2A div.inBox,
div.pullDownArea { display:inline-block; }

/*\*/
* html div.locator,
* html #MAIN div.indexArea,
* html #MAIN div.indexArea div.column2A div.inBox,
* html div.pullDownArea { height:1%; }

div.locator,
#MAIN div.indexArea,
#MAIN div.indexArea div.column2A div.inBox,
div.pullDownArea { display:block; }
/**/
