@charset "utf-8";

/*###########################
 position:fixed用設定
###########################*/
* html,
* html body {
	height:100%;
	overflow-y:hidden;
	overflow-x:auto;
}

* html #CONTAINER {
	overflow-y:auto;
	position:relative;
	width:100%;
	height:100%;
	overflow-x: expression(
		(document.body.clientWidth > 991)? "hidden" : 
		(document.body.clientWidth < 990)? "auto" : 
		"auto"
	);
}

/*###########################
 カラム設定
###########################*/
#CONTENTS_SECTION {
	width:920px;
	margin:15px auto 0 auto;
}

/* カラムなし */
#CONTENTS_SECTION .columnMono .mainContents {
	width:920px;
	margin:auto;
}

/* 2カラム左ナビ */
#CONTENTS_SECTION .columnTwoL .mainContents {
	width:720px;
	float:left;
}

/* 2カラム右ナビ */
#CONTENTS_SECTION .columnTwoR .mainContents {
	width:750px;
	float:left;
}

/* 2カラム右ナビ */
#CONTENTS_SECTION .columnThree .mainContents {
	width:550px;
	float:left;
}

/* 左ナビ */
#CONTENTS_SECTION .leftContents {
	width:180px;
	margin-right:20px;
	float:left;
}

/* 右ナビ */
#CONTENTS_SECTION .rightContents {
	width:150px;
	float:right;
}

/* メインコンテンツ中2カラム */
.subContents .leftCnt {
	width:550px;
	float:left;
}

.subContents .rightCnt {
	width:150px;
	float:right;
}


/*###########################
 メインコンテンツ：お客様向け
###########################*/
#PRODUCT_CONTAINER #CONTENTS_SECTION {
	width:956px;
}

#PRODUCT_CONTAINER {
	background:url(/products/res/image/current_bg.gif) repeat-x bottom left #f5efe4;
}

#MAIN_FRAME_TOP {
	width:956px;
	height:17px;
	margin:auto;
	background:url(/products/res/image/main_frame.gif) no-repeat top left #fff;
}

#MAIN_FRAME_MIDDLE {
	width:920px;
	margin:auto;
	padding:0 18px;
	background:#fff;
}

#MAIN_FRAME_BOTTOM {
}


/*###########################
 メインコンテンツエリア文字サイズ
###########################*/
#CONTENTS_SECTION .mainContents {
	font-size:116%;
}

#CONTENTS_SECTION #TOPFS {
	font-size:100%;
}
#CONTENTS_SECTION #TOPFS h1 {
	font-size:185%;
}


/*###########################
 パンくず
###########################*/
.bcList {
	width:920px;
	margin:-40px auto 0 auto;
	position:relative;
	z-index:1;
}

.bcList ul li {
	font-size:85%;
	color:#808080;
	font-weight:bold;
	padding-top:10px;
	float:left;
	margin-right:6px;
	-webkit-text-size-adjust:100%;
}

.bcList ul li a {
	font-size:100%;
	color:#808080;
	font-weight:normal;
	text-decoration:none;
	padding-right:10px;
	background:url(/shared/image/header_icn_bcList.gif) no-repeat right center;
}

.bcList ul li a:hover {
	text-decoration:underline;
}


/*###########################
 H1-6見出し
###########################*/
.h1Mode {
	font-size:162%;
	font-weight:normal;
	padding-top:15px;
	line-height:1.0;
}

.h2Mode .outerBg {
	padding-left:12px;
	background:url(/shared/image/h2_bg.gif) repeat-x top left;
	zoom:1;
}
.h2Mode .innerBg {
	padding:17px 12px 15px 0;
	background:url(/shared/image/h2_bg.gif) repeat-x top right;
	zoom:1;
}

.h2Mode .h2Udr {
	padding-left:3px;
	background:url(/shared/image/h2_underline.gif) repeat-x top left;
}

.h2Mode .h2Udr .innerLn {
	height:3px;
	background:url(/shared/image/h2_underline.gif) repeat-x top right;
}

.h3Mode {
	padding-bottom:5px;
	background:url(/shared/image/hr_dot.gif) repeat-x bottom left;
}

.h3Mode h3 {
	padding:3px 10px;
	border-left:solid 4px #f20014;
}

.h4Mode {
	padding:5px 10px;
	border-left:solid 2px #d9d9d9;
	background:#f3f3f3;
}


/*###########################
 サイズ
###########################*/
.w242 {
	width:242px;
}

.w182 {
	width:182px;
}

.w92 {
	width:92px;
}

.w100p {
	width:100%;
}

.w50p {
	width:50%;
}


/*###########################
 画像フロート
###########################*/
.imgFloat .thumbDesc {
	overflow:hidden;
	zoom:1;
}

.imgFloat:after{content:".";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.imgFloat{display:inline-table;min-height:1%;}
/* \*/
html .imgFloat{* height:1%;}
.imgFloat{display:block;}
/* */


/*###########################
 list style 
###########################*/
li.numList {
	margin-top:5px;
	margin-left:2.1em;
	list-style-type:decimal;
}

li.dotList {
	margin-top:3px;
	padding-left:18px;
	background:url(/shared/image/icon_dot_ul.gif) no-repeat;
}


/*###########################
 注釈
###########################*/
.cmt1em {
	font-size:85%;
	color:#808080;
	text-indent:-1em;
	padding-left:1em;
}

.cmt2em {
	font-size:85%;
	color:#808080;
	text-indent:-2em;
	padding-left:2em;
}


/*###########################
 角丸
###########################*/
/* ボーダー */
.bdrRadius .frmLT {
	background:url(/shared/image/frm_border_lt.gif) no-repeat top left;
	zoom:1;
}

.bdrRadius .frmRT {
	padding-top:4px;
	background:url(/shared/image/frm_border_rt.gif) no-repeat top right;
	zoom:1;
}

.bdrRadius .frmLB {
	background:url(/shared/image/frm_border_lb.gif) no-repeat bottom left;
	zoom:1;
}

.bdrRadius .frmRB {
	padding-bottom:4px;
	background:url(/shared/image/frm_border_rb.gif) no-repeat bottom right;
	zoom:1;
}

/* 背景 */
.bgRadiusGray .frmLT {
	background:url(/shared/image/frm_bg_gray_lt.gif) no-repeat top left;
	zoom:1;
}

.bgRadiusGray .frmRT {
	padding-top:4px;
	background:url(/shared/image/frm_bg_gray_rt.gif) no-repeat top right;
	zoom:1;
}

.bgRadiusGray .frmLB {
	background:url(/shared/image/frm_bg_gray_lb.gif) no-repeat bottom left;
	zoom:1;
}

.bgRadiusGray .frmRB {
	padding-bottom:4px;
	background:url(/shared/image/frm_bg_gray_rb.gif) no-repeat bottom right;
	zoom:1;
}

/* ボーダー+背景 */
.bdrBgRadius .frmLT {
	background:url(/shared/image/frm_bdrbg_gray_lt.gif) no-repeat top left;
	zoom:1;
}

.bdrBgRadius .frmRT {
	padding-top:4px;
	background:url(/shared/image/frm_bdrbg_gray_rt.gif) no-repeat top right;
	zoom:1;
}

.bdrBgRadius .frmLB {
	background:url(/shared/image/frm_bdrbg_gray_lb.gif) no-repeat bottom left;
	zoom:1;
}

.bdrBgRadius .frmRB {
	padding-bottom:4px;
	background:url(/shared/image/frm_bdrbg_gray_rb.gif) no-repeat bottom right;
	zoom:1;
}

/* グラデーション */
.bdrRadiusGrade .frmLT {
	background:url(/shared/image/frm_bg_grade_lt.gif) no-repeat top left;
	zoom:1;
}

.bdrRadiusGrade .frmRT {
	padding-top:4px;
	background:url(/shared/image/frm_bg_grade_rt.gif) no-repeat top right;
	zoom:1;
}

.bdrRadiusGrade .frmLB {
	background:url(/shared/image/frm_bg_grade_lb.gif) no-repeat bottom left;
	zoom:1;
}

.bdrRadiusGrade .frmRB {
	padding-bottom:4px;
	background:url(/shared/image/frm_bg_grade_rb.gif) no-repeat bottom right;
	zoom:1;
}

/* グラデーション2（主なグループ会社出初登場） */
.bdrRadiusGrade2 .frmLT {
	background:url(/shared/image/frm_bg_grade2_lt.gif) no-repeat top left;
	zoom:1;
}

.bdrRadiusGrade2 .frmRT {
	padding-top:4px;
	background:url(/shared/image/frm_bg_grade2_rt.gif) no-repeat top right;
	zoom:1;
}

.bdrRadiusGrade2 .frmLB {
	background:url(/shared/image/frm_bg_grade2_lb.gif) no-repeat bottom left;
	zoom:1;
}

.bdrRadiusGrade2 .frmRB {
	padding-bottom:4px;
	background:url(/shared/image/frm_bg_grade2_rb.gif) no-repeat bottom right;
	zoom:1;
}

/* 背景ベージュ */
.bdrRadiusBeige .frmLT {
	background:url(/shared/image/frm_bg_beige_lt.gif) no-repeat top left;
	zoom:1;
}

.bdrRadiusBeige .frmRT {
	padding-top:4px;
	background:url(/shared/image/frm_bg_beige_rt.gif) no-repeat top right;
	zoom:1;
}

.bdrRadiusBeige .frmLB {
	background:url(/shared/image/frm_bg_beige_lb.gif) no-repeat bottom left;
	zoom:1;
}

.bdrRadiusBeige .frmRB {
	padding-bottom:4px;
	background:url(/shared/image/frm_bg_beige_rb.gif) no-repeat bottom right;
	zoom:1;
}

/* 背景オレンジ */
.bdrRadiusOrange .frmLT {
	background:url(/shared/image/frm_bg_orange_lt.gif) no-repeat top left;
	zoom:1;
}

.bdrRadiusOrange .frmRT {
	padding-top:4px;
	background:url(/shared/image/frm_bg_orange_rt.gif) no-repeat top right;
	zoom:1;
}

.bdrRadiusOrange .frmLB {
	background:url(/shared/image/frm_bg_orange_lb.gif) no-repeat bottom left;
	zoom:1;
}

.bdrRadiusOrange .frmRB {
	padding-bottom:4px;
	background:url(/shared/image/frm_bg_orange_rb.gif) no-repeat bottom right;
	zoom:1;
}

/* 枠オレンジ */
.bdrRadiusOrange2 .frmLT {
	background:url(/shared/image/frm_bg_orange3_lt.gif) no-repeat top left;
	zoom:1;
}

.bdrRadiusOrange2 .frmRT {
	padding-top:4px;
	background:url(/shared/image/frm_bg_orange3_rt.gif) no-repeat top right;
	zoom:1;
}

.bdrRadiusOrange2 .frmLB {
	background:url(/shared/image/frm_bg_orange3_lb.gif) no-repeat bottom left;
	zoom:1;
}

.bdrRadiusOrange2 .frmRB {
	padding-bottom:4px;
	background:url(/shared/image/frm_bg_orange3_rb.gif) no-repeat bottom right;
	zoom:1;
}

/* 背景オレンジ ボーダーなし */
.bgRadiusOrange2 .frmLT {
	background:url(/shared/image/frm_bg_orange2_lt.gif) no-repeat top left;
	zoom:1;
}

.bgRadiusOrange2 .frmRT {
	padding-top:4px;
	background:url(/shared/image/frm_bg_orange2_rt.gif) no-repeat top right;
	zoom:1;
}

.bgRadiusOrange2 .frmLB {
	background:url(/shared/image/frm_bg_orange2_lb.gif) no-repeat bottom left;
	zoom:1;
}

.bgRadiusOrange2 .frmRB {
	padding-bottom:4px;
	background:url(/shared/image/frm_bg_orange2_rb.gif) no-repeat bottom right;
	zoom:1;
}

/* グラデーション */
.bdrRadiusGradeBeige .frmLT {
	background:url(/shared/image/frm_bg_grade_beige_lt.gif) no-repeat top left;
	zoom:1;
}

.bdrRadiusGradeBeige .frmRT {
	padding-top:4px;
	background:url(/shared/image/frm_bg_grade_beige_rt.gif) no-repeat top right;
	zoom:1;
}

.bdrRadiusGradeBeige .frmLB {
	background:url(/shared/image/frm_bg_grade_beige_lb.gif) no-repeat bottom left;
	zoom:1;
}

.bdrRadiusGradeBeige .frmRB {
	padding-bottom:4px;
	background:url(/shared/image/frm_bg_grade_beige_rb.gif) no-repeat bottom right;
	zoom:1;
}

/* brown */
.bgRadiusBrown .frmLT {
	background:url(/shared/image/frm_bg_brown_lt.gif) no-repeat top left;
	zoom:1;
}

.bgRadiusBrown .frmRT {
	padding-top:4px;
	background:url(/shared/image/frm_bg_brown_rt.gif) no-repeat top right;
	zoom:1;
}

.bgRadiusBrown .frmLB {
	background:url(/shared/image/frm_bg_brown_lb.gif) no-repeat bottom left;
	zoom:1;
}

.bgRadiusBrown .frmRB {
	padding-bottom:4px;
	background:url(/shared/image/frm_bg_brown_rb.gif) no-repeat bottom right;
	zoom:1;
}

/* 枠赤 */
.bdrRadiusRed .frmLT {
	background:url(/shared/image/frm_bdr_red_lt.gif) no-repeat top left;
	zoom:1;
}

.bdrRadiusRed .frmRT {
	padding-top:4px;
	background:url(/shared/image/frm_bdr_red_rt.gif) no-repeat top right;
	zoom:1;
}

.bdrRadiusRed .frmLB {
	background:url(/shared/image/frm_bdr_red_lb.gif) no-repeat bottom left;
	zoom:1;
}

.bdrRadiusRed .frmRB {
	padding-bottom:4px;
	background:url(/shared/image/frm_bdr_red_rb.gif) no-repeat bottom right;
	zoom:1;
}

/* padding15px 固定 */
.bdrRadius .bdrPad15,
.bdrBgRadius .bdrPad15,
.bdrRadiusBeige .bdrPad15,
.bdrRadiusOrange .bdrPad15,
.bdrRadiusOrange2 .bdrPad15,
.bdrRadiusGrade2 .bdrPad15 {
	padding:11px 15px;
}


/*###########################
 表
###########################*/
table.normalTbl {
	width:100%;
	border:solid 1px #ccc;
	border-width:0 1px 1px 0;
	border-collapse:collapse;
}

table.normalTbl th,
table.normalTbl td {
	padding:10px 15px;
	border:solid 1px #ccc;
	border-width:1px 0 0 1px;
}

table.normalTbl th {
	background:#f2ebda;
}

table.vaMiddle th,
table.vaMiddle td {
	vertical-align:middle;
}

table.normalTbl th.ffecd9,
table.normalTbl td.ffecd9 {
	background-color:#ffecd9;
}

table.normalTbl th.faf6ed,
table.normalTbl td.faf6ed {
	background-color:#faf6ed;
}

table.normalTbl th.fff,
table.normalTbl td.fff {
	background-color:#fff;
}

table.normalTbl th.ffd8d8,
table.normalTbl td.ffd8d8 {
	background-color:#ffd8d8; /* フォーム入力エラー */
}


/*###########################
 HR
###########################*/
hr.sepalator {
	background:url(/shared/image/hr_dot.gif) repeat-x top left;
	height:1px;
	border:0;
}
* html hr.sepalator {border:1px dotted #999;}
*:first-child+html hr.sepalator {border:1px dashed #999;}


/*###########################
 矢印付リンク
###########################*/
.iconTriProduct {
	padding-left:17px;
	background:url(/products/res/image/lnavi_tri.gif) no-repeat center left;
	zoom:1;
}

.iconTriProductThin {
	padding-left:17px;
	font-weight:normal;
	background:url(/products/res/image/icon_tri.gif) no-repeat center left;
}

.iconTriRecipe {
	padding-left:17px;
	background:url(/recipes/res/image/icon_tri.gif) no-repeat center left;
}

.iconTriCompany {
	padding-left:17px;
	background:url(/shared/image/lnavi_tri_gray.gif) no-repeat center left;
}

.iconTriRed {
	padding-left:17px;
	background:url(/shared/image/icon_tri_red.gif) no-repeat 4px 4px;
}

#RELATEDBNR .iconBrankCompanyGray { 
	padding-left:17px;
	background:url(/shared/image/icon_brank_gray.gif) no-repeat 4px 1px;
}


.iconTriGray {
	padding-left:17px;
	background:url(/shared/image/icon_tri_gray.gif) no-repeat 4px 4px;
}
#RELATEDBNR .iconTriGray { 
	background:url(/shared/image/icon_tri_gray.gif) no-repeat 4px 1px;
}

.iconTriBeige {
	padding-left:17px;
	background:url(/shared/image/icon_tri_beige.gif) no-repeat 4px 4px;
}

.prev .iconTriRed {
	padding-left:12px;
	background:url(/shared/image/btn_tri_l.gif) no-repeat 0 4px;
}
.next .iconTriRed {
	padding-right:12px;
	background:url(/shared/image/btn_tri_r.gif) no-repeat right 4px;
}

.iconTtl {
	padding-left:25px;
	background:url(/shared/image/icon_red_point_big.gif) no-repeat left 2px;
	display:block;
	zoom:1;
}

.iconTtlBeige {
	padding-left:25px;
	background:url(/shared/image/icon_beige_point_big.gif) no-repeat left 2px;
	display:block;
	zoom:1;
}
.iconTtl a,
.iconTtlBeige a {
	color:#000;
	font-weight:bold;
}



/*###########################
 リンク
###########################*/
.iconBrankProduct {
	padding-left:17px;
	background:url(/shared/image/icon_brank_products.gif) no-repeat 0px 3px;
	zoom:1;
}

.iconBrankCompany {
	padding-left:17px;
	background:url(/shared/image/icon_brank_company.gif) no-repeat 2px 3px;
}

.iconPdf {
	display:block;
	padding-left:17px;
	background:url(/shared/image/icon_pdf.gif) no-repeat 0 2px;
	zoom:1;
}

/*###########################
 PDFダウンロード
###########################*/
/* pdf download */
.plugInPdfFrm .frmLT {
	background:url(/shared/image/frm_bg_gray_lt.gif) no-repeat top left;
	zoom:1;
}

.plugInPdfFrm .frmRT {
	padding-top:4px;
	background:url(/shared/image/frm_bg_gray_rt.gif) no-repeat top right;
	zoom:1;
}

.plugInPdfFrm .frmLB {
	background:url(/shared/image/frm_bg_gray_lb.gif) no-repeat bottom left;
	zoom:1;
}

.plugInPdfFrm .frmRB {
	padding-bottom:4px;
	background:url(/shared/image/frm_bg_gray_rb.gif) no-repeat bottom right;
	zoom:1;
}

.plugInPdfFrm .plugInPdf {
	padding:7px 10px;
}

.plugInPdfFrm .plugInPdf dl dt {
	width:158px;
	margin-right:10px;
}

.plugInPdfFrm .plugInPdf dl dd {
	color:#666666;
}

.plugInPdfFrm .plugInPdf dl dt,
.plugInPdfFrm .plugInPdf dl dd {
	display:inline-block;
	vertical-align:middle;
	font-size:85%;
}
*:first-child+html .plugInPdfFrm .plugInPdf dl dt,
*:first-child+html .plugInPdfFrm .plugInPdf dl dd {
	display:inline;
	zoom:1;
}
* html .plugInPdfFrm .plugInPdf dl dt,
* html .plugInPdfFrm .plugInPdf dl dd {
	display:inline;
	zoom:1;
}


/*###########################
 左ナビ
###########################*/
#LEFTNAVI {
	width:178px;
	padding-top:4px;
	background:url(/shared/image/lnavi_top.gif) no-repeat top left;
}

#LEFTNAVI ul.outline {
	width:178px;
	border:solid 1px #e6e6e6;
	border-width:0 1px;
}

#LEFTNAVI li.lv1 {
	background-color:#fff;
}

#LEFTNAVI a {
	color:#333;
}

#LEFTNAVI a:hover {
	color:#b28e62;
	text-decoration:none;
}

#LEFTNAVI li.lv1 {
	border-bottom:solid 1px #d9d9d9;
	zoom:1;
}

#LEFTNAVI li.lv1.lastChild {
	border-color:#e6e6e6;
}

#LEFTNAVI li.lv1 .lv1InnerUp {
	background:url(/shared/image/lnavi_lv1_bg.gif) repeat-x bottom left;
}

#LEFTNAVI li.lv1 a.lv1Anc {
	min-height:19px;
	height:auto !important;
	height:19px;
	padding:13px 12px 10px 30px;
	background:url(/shared/image/lnavi_tri_red.gif) no-repeat 13px 18px;
	display:block;
}

#LEFTNAVI li.lv1.cur {
	background-color:#ededed;
}

#LEFTNAVI li.lv1.cur .lv1InnerUp {
	background:url(/shared/image/lnavi_lv1_bg_cur.gif) repeat-x top left;
}

#LEFTNAVI li.lv1.cur .lv1InnerBtm {
	background:url(/shared/image/lnavi_lv1_bg_cur.gif) repeat-x bottom left;
}

#LEFTNAVI li.lv1.cur a.lv1Anc {
	font-weight:bold;
}

#LEFTNAVI li.lv1.act {
	background-color:#fff;
}

#LEFTNAVI li.lv1.act .lv1InnerUp {
	background:url(/shared/image/lnavi_lv1_bg_act.gif) repeat-x top left;
}

#LEFTNAVI li.lv1.act .lv1InnerBtm {
	background:url(/shared/image/lnavi_lv1_bg_act.gif) repeat-x bottom left;
}

#LEFTNAVI li.lv1 a.lv1Anc.curDown {
	background:url(/shared/image/lnavi_tri_red_down.gif) no-repeat 13px 18px;
}

#LEFTNAVI .lv2Outline {
	padding-bottom:12px;
}

#LEFTNAVI ul.lv2Block {
	width:170px;
	margin-left:auto;
	border:solid #d9d9d9;
	border-width:1px 0 1px 1px;
	background:url(/shared/image/lnavi_lv2_bg.gif) repeat-x top left #fff;
}

#LEFTNAVI li.lv2 {
	padding-top:1px;
}

#LEFTNAVI li.lv1 li.lv2.cur a.lv2Anc {
	font-weight:bold;
}

#LEFTNAVI li.lv2 a.lv2Anc {
	padding:6px 5px 4px 20px;
	display:block;
	background:url(/shared/image/lnavi_tri_gray.gif) no-repeat 8px 11px;
	zoom:1;
}

#LEFTNAVI li.lv1 li.lv2.act,
#LEFTNAVI li.lv1 li.lv2.cur {
	background:url(/shared/image/lnavi_lv2_act.gif) repeat-x top left #f3f3f3;
}

#LEFTNAVI li.lv2 a.lv2Anc.curDown {
	background-image:url(/eng/shared/image/lanvi_tri_gray_down.gif);
	background-repeat: no-repeat;
	background-position: 8px 12px;
}

/*--BK start
#LEFTNAVI li.lv2 a.lv2Anc.curDown {
	background-image:url(/shared/image/lanvi_tri_gray_down.gif);
	background-repeat: no-repeat;
	background-position: 8px 12px;
}--BK end*/


#LEFTNAVI li.lv2 a.brank_gray {
	padding:6px 5px 4px 20px;
	display:block;
	background:url(/shared/image/icon_brank_gray.gif) no-repeat 8px 11px !important;
	zoom:1;
}


#LEFTNAVI li.lv3 a.lv3Anc {
	font-size:85%;
	padding:5px 0 4px 19px;
	display:block;
	zoom:1;
}

#LEFTNAVI .lv3Outline {
	margin:5px 0 0 0;
	padding-bottom:8px;
}

#LEFTNAVI .lv3Outline li {
	margin-top:1px;
}

#LEFTNAVI li.lv1 li.lv2 li.lv3.cur a.lv3Anc {
	font-weight:bold;
	background-color:#e0e0e0;
}

#LEFTNAVI .lv2Outline,
#LEFTNAVI .lv3Outline {
	display:none;
}

#LEFTNAVI li a.lv2Anc:hover,
#LEFTNAVI li a.lv3Anc:hover {
	color:#333;
	background-color:#e0e0e0;
}

#LEFTNAVI a.lv1Anc.noLink:hover,
#LEFTNAVI a.lv2Anc.noLink:hover,
#LEFTNAVI a.lv3Anc.noLink:hover {
	cursor:default;
	color:#333;
	text-decoration:none;
	background-color:transparent;
}

.lnaviAncList {
	padding:0 11px 15px 11px;
}

.lnaviAncList li {
	margin-top:10px;
	display:block;
	background-position:left 5px;
}


/*###########################
 ボタン
###########################*/
/* ボタン大 */
.btnL a {
	height:40px;
	text-decoration:none;
	color:#333;
	padding-left:10px;
	display:block;
	background:url(/shared/image/btn_bg_l.gif) no-repeat top left;
	cursor:pointer;
}

.btnL .inner {
	height:20px;
	text-align:center;
	padding:12px 10px 10px 0;
	display:block;
	background:url(/shared/image/btn_bg_l.gif) no-repeat top right;
}

.btnL a:hover,
.btnL a:hover .inner {
	background-image:url(/shared/image/btn_bg_l_ov.gif);
}

/* ボタン小 */
.btnS a {
	font-size:85%;
	height:30px;
	text-decoration:none;
	color:#333;
	padding-left:10px;
	display:block;
	background:url(/shared/image/btn_bg_s.gif) no-repeat top left;
	cursor:pointer;
}

.btnS .inner {
	height:18px;
	text-align:center;
	padding:8px 10px 6px 0;
	display:block;
	background:url(/shared/image/btn_bg_s.gif) no-repeat top right;
}

.btnS a:hover,
.btnS a:hover .inner {
	background-image:url(/shared/image/btn_bg_s_ov.gif)
}

/* 左右アイコン */
.btnL .back,
.btnS .back {
	padding-left:15px;
	background:url(/shared/image/btn_tri_l.gif) no-repeat center left;
}

.btnL .next,
.btnS .next {
	padding-left:15px;
	background:url(/shared/image/btn_tri_r.gif) no-repeat center left;
}


/*###########################
 ランダム表示バナー
###########################*/
.randomBnr div {
	display:none;
}


/*###########################
 画像半透明化
###########################*/
a:hover .opaImg,
input.opaImg:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}


/*###########################
 横並び画像
###########################*/
.imgList {
	margin:auto;
}

.imgList .thumbImg {
	float:left;
}

.imgList .thumbTxt {
	margin-top:5px;
	font-size:85%;
}

/* 1列 */
.thumbImg1Col {
	width:506px;
}

/* 2列 */
.thumbImg2Col {
	width:500px;
}

.thumbImg2Col .thumbImg {
	width:240px;
}

.thumbImg2Cols {
	width:334px;
}

.thumbImg2Cols .thumbImg {
 	width:162px;
 }

/* 3列 */
.thumbImg3Col {
	width:506px;
}

.thumbImg3Col .thumbImg {
	width:162px;
}

/* 4列 */
.thumbImg4Col {
	width:502px;
}

.thumbImg4Col  .thumbImg {
	width:118px;
}

.monoThumbTxt {
	font-size:85%;
	width:505px;
	margin:5px auto 0;
}

.dblThumbTxt {
	font-size:85%;
	width:334px;
	margin:5px auto 0;
}


/*###########################
 フォーム関連
###########################*/
/* サンクス画面のフレーム */
div.formThank01 { width:802px; margin:0 auto; background:url(/shared/image/frm_bg_formThank01.gif) 0 0 no-repeat; }
div.formThank01 .inner { padding:60px 140px 115px; background:url(/shared/image/frm_bg_formThank01b.gif) 0 bottom no-repeat; }


/*###########################
 ランディングページ：リンクブロック
###########################*/
.blk3Col .bdrRadiusGrade2,
.blk3Col .bdrRadiusGradeBeige {
	width:226px;
}

.blk3ColS .bdrRadiusGrade2,
.blk3ColS .bdrRadiusGradeBeige {
	width:170px;
}

.blk2Col .bdrRadiusGrade2,
.blk2Col .bdrRadiusGradeBeige {
	width:350px;
}

.blk2ColL .bdrRadiusGrade2,
.blk2ColL .bdrRadiusGradeBeige {
	width:365px;
}

.blk2ColS .bdrRadiusGrade2,
.blk2ColS .bdrRadiusGradeBeige {
	width:263px;
}

.bdrRadiusGrade2 .pad16,
.bdrRadiusGradeBeige .pad16 {
	padding:12px 15px;
}

.bdrRadiusGrade2 .pad20,
.bdrRadiusGradeBeige .pad20 {
	padding:16px 20px;
}


/*###########################
 上付き文字・下付き文字
###########################*/
sub {
	font-size:77%;
	font-size:85%\9;
	*font-size:85%;
	_font-size:85%;
	line-height:100%;
	vertical-align:-0.1em;
	padding:0 0.3em;
}

sup {
	font-size:77%;
	font-size:85%\9;
	*font-size:85%;
	_font-size:85%;
	line-height:normal;
	vertical-align:super;
	padding:0 0.1em;
}
*>/**/sup { vertical-align: text-top; line-height: 10px; }


/*###########################
 tool bar
###########################*/
#TOOLBAR {
	position:fixed !important;
	position:absolute;
	bottom:40px;
	right:0;
	_right:17px;
	z-index:10000;
	zoom:1;
	_overflow:hidden;
}

#TOOLBAR .gadget {
	/*width:173px;*/
	width:33px;
	padding-top:21px;
	overflow:hidden;
}

#TOOLBAR .gadget a {
	cursor:default;
}

#TOOLBAR .gadget a.openCur {
	cursor:pointer;
	position:relative;
	z-index:10000;
}

#TOOLBAR .gadget .gadgetTop {
	width:173px;
	height:3px;
	font-size:0;
	background:url(/shared/image/toolbar_bg01.png) no-repeat top left;
}

#TOOLBAR .gadget .gadgetInner {
	background:url(/shared/image/toolbar_bg02.png) no-repeat bottom left;
	zoom:1;
}

#TOOLBAR .gadget .gadgetBottom {
	width:173px;
	height:3px;
	font-size:0;
	background:url(/shared/image/toolbar_bg03.png) no-repeat top left;
}

* html #TOOLBAR .gadget .gadgetTop {
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/shared/image/toolbar_bg01.png", sizingMethod="crop");
}
* html #TOOLBAR .gadget .gadgetInner {
	background:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/shared/image/toolbar_bg02.png", sizingMethod="crop");
}
* html #TOOLBAR .gadget .gadgetBottom {
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/shared/image/toolbar_bg03.png", sizingMethod="crop");
}


#TOOLBAR .gadget .gadgetInner .gadgetBtm {
	width:173px;
	height:3px;
	font-size:0;
	background:url(/shared/image/toolbar_bg01.png) no-repeat bottom left;
}

#TOOLBAR .gadget .gadgetInner .menu {
	padding:7px 0 4px 8px; 
	border-bottom:solid 1px #e6e6e6;
}

#TOOLBAR .gadget .gadgetInner .menu .tbRecipe {
	position:relative;
}

#TOOLBAR .gadget .gadgetInner .menu .tbRecipe {
	width:20px;
	height:21px;
	background:url(/shared/image/toolbar_icon_recipe_close.gif) no-repeat top left;
}
#TOOLBAR .gadget .gadgetInner .menu .tbRecipe.open {
	background-image:url(/shared/image/toolbar_icon_recipe_open.gif);
}

#TOOLBAR .gadget .gadgetInner .menu .tbRecipe .str {
	width:134px;
	height:50px;
	position:absolute;
	left:24px;
	top:-30px;
	background:no-repeat top left;
	cursor:pointer;
	display:none;
}

* html #TOOLBAR .gadget .gadgetInner .menu .tbRecipe .str {
	background:none;
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/shared/image/toolbar_str_recipe01.png", sizingMethod="scale");*/
}

#TOOLBAR .gadget .gadgetInner .menu .tbFsize {
	width:150px;
}

#TOOLBAR .gadget .gadgetInner .menu .tbFsize .fConsole {
	display:none;
}

#TOOLBAR .gadget .gadgetInner .menu .tbFsize dt {
	margin-right:15px;
}

#TOOLBAR .gadget .gadgetInner .menu .tbFsize {
	zoom:1;
}

#TOOLBAR .gadget .gadgetInner .menu .tbFsize li.altT {
	width:22px;
	height:22px;
	float:left;
	margin-right:6px;
}
#TOOLBAR .gadget .gadgetInner .menu .tbFsize li.altT .panel {
	width:22px;
	height:22px;
	cursor:pointer;
}
#TOOLBAR .gadget .gadgetInner .menu .tbFsize li.fs_S .panel {background-image:url(/shared/image/toolbar_fsize_s.gif);}
#TOOLBAR .gadget .gadgetInner .menu .tbFsize li.fs_M .panel {background-image:url(/shared/image/toolbar_fsize_m.gif);}
#TOOLBAR .gadget .gadgetInner .menu .tbFsize li.fs_L .panel {background-image:url(/shared/image/toolbar_fsize_l.gif);}

#TOOLBAR .gadget .gadgetInner .menu .tbFsize li.cur .panel {
	background-position:0 -22px;
}

#TOOLBAR .gadget .gadgetInner .menuSns {
	padding:4px 0 4px 8px; 
	border-top:solid 1px #e6e6e6;
}

#TOOLBAR .gadget .gadgetInner .menuSns .tbSns .fb {
	margin-top:2px;
}

#TOOLBAR .gadget .gadgetInner .menuSns .tbSns .twitter,
#TOOLBAR .gadget .gadgetInner .menuSns .tbSns .mixi,
#TOOLBAR .gadget .gadgetInner .menuSns .tbSns .google {
	margin-top:7px;
}
#TOOLBAR .gadget .gadgetInner .menuSns .tbSns .google {
	width:170px;
	margin-left:-2px;
}

#TOOLBAR .gadget .gadgetInner .menuSns .tbSns .google {
	_display:none;
}

#TOOLBAR .gadget .gadgetInner .menuSns .tbSns .fb {
	_display:none;
}

#TOOLBAR .gadget .gadgetInner .menuSns .tbSns .google {
	/display:none;
}

#TOOLBAR .tbPagetop {
	text-align:right;
	margin-top:10px;
}


.formThankRecommend .bn1 { 
	display:block;
	width:150px;
	float:left;
}
.formThankRecommend .bn2 { 
	display:block;
	width:418px;
	float:left;
}

.formThankRecommend .bn1 a, 
.formThankRecommend .bn2 a {
	display:block;
	margin-bottom:5px;
}


















