@charset "utf-8";

.ozHtmlEdit.wfhpw00001 {
	width: 692px;
}

/* ----- SALEボタン - 基本設定 ----- */
.ozHtmlEdit.wfhpw00001 .sale4col-02.sdw img{
	box-shadow: 0px 0px 4px 1px #ca993a;
	-webkit-box-shadow: 0px 0px 4px 1px #ca993a;
}

/* =========================================================
	24年3月3回
========================================================= */
.ozHtmlEdit.wfhpw00001 .text-box-240303{
	border: 1px solid #333;
    color: #333;
	text-align: center;
    padding: 10px 0;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;
}



/* =========================================================
	22年12月4回
========================================================= */

/* 「今回が年内最後のお届けです」白ボタン
--------------------------------------------------------- */
.ozHtmlEdit.wfhpw00001 .geisyun2022 {
    position: absolute;
	left: 0;
    right: 0;
    text-align: center;
    bottom: 20px;
}

.ozHtmlEdit.wfhpw00001 .geisyun2022 img {
	box-shadow: 0px 0px 4px 1px #eec5b8;
	-webkit-box-shadow: 0px 0px 4px 1px #eec5b8;
    border-radius: 6px;
}


/* 22年3月4回〜4月1回 新規加入者向けエリア（企画回別生協セグメント2）
--------------------------------------------------------- */
.ozHtmlEdit.wfhpw00001 .shinki_btn02 {
	letter-spacing: -0.4em;
	position: absolute;
	top: 137px;
	left: 40px;
}
.ozHtmlEdit.wfhpw00001 .shinki_btn02 span {
	margin-right: 24px;
}
.ozHtmlEdit.wfhpw00001 .shinki_btn02 span:last-child() {
	margin-right: 0px;
}

/* =========================================================
	バナーエリア - flex（主に季節の特集で使う）
========================================================= */
.ozHtmlEdit.wfhpw00001 ul.flexWrap {
    position: absolute;
	display: flex;
    flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
    justify-content: space-between;	
    width: 645px;					/*横幅指定（liの見え方に影響）*/
	top: 75px;						/*ul全体の縦位置を調整*/
	left: 24px;						/*ul全体の横位置（左側）を調整*/
}

/* 以下、上下のmarginを設定する
--------------------------------------------------------- */
/* ----- li全体 ----- */
.ozHtmlEdit.wfhpw00001 ul.flexWrap li {
	margin-bottom:20px;
}

/* ----- 個別設定 ----- */
/* ----- バナーが1列に1コだけしかなく中央寄せになった場合は ----- */
/* ----- margin-right(かleft)で調整すること ----- */
.ozHtmlEdit.wfhpw00001 ul.flexWrap.flexWrap_01 li:last-child {
/*	margin-top:39px;*/
}

/* ボックスシャドウ設定
--------------------------------------------------------- */
.ozHtmlEdit.wfhpw00001 ul.flexWrap li img {
	box-shadow: 0px 0px 4px 3px #383433;
	-webkit-box-shadow: 0px 0px 4px 3px #383433;
}

.ozHtmlEdit.wfhpw00001 ul.flexWrap li img:last-child {
/*	box-shadow: 0px 0px 4px 1px #7b5b13;
	-webkit-box-shadow: 0px 0px 4px 1px #7b5b13;*/
}

.ozHtmlEdit.wfhpw00001 ul.flexWrap.flexWrap_02 li img {
	box-shadow: 0px 0px 4px 1px #383433;
	-webkit-box-shadow: 0px 0px 4px 1px #383433;
}

/* ul li 幅334pxバナー用
--------------------------------------------------------- */

/* ----- ul li 幅334pxバナー用 - inline-block謎の余白対策 ----- */
.ozHtmlEdit.wfhpw00001 ul.list334 {
	letter-spacing:-0.4em;
}

/* ----- ul li 幅334pxバナー用 - 左寄せ ----- */
.ozHtmlEdit.wfhpw00001 ul.list334 li {
	letter-spacing: normal;
	display: inline-block;
	margin: 0 24px 30px 0;
}

/* ----- ul li 幅334pxバナー用 - 一番最後のliのみ右寄せ margin調整 ----- */
.ozHtmlEdit.wfhpw00001 ul.list334 li:nth-child(2n) {
	margin-right:0;
}

/* ul li 幅164pxテキストボタン用
--------------------------------------------------------- */

/* ----- ul li 幅164pxテキストボタン用 - inline-block謎の余白対策 ----- */
.ozHtmlEdit.wfhpw00001 ul.list164 {
	letter-spacing:-0.4em;
}

/* ----- ul li 幅164pxテキストボタン用 - 左寄せ ----- */
.ozHtmlEdit.wfhpw00001 ul.list164 li {
	letter-spacing: normal;
	display: inline-block;
	margin: 0 12px 15px 0;
}

/* ----- ul li 幅164pxテキストボタン用 - 列の4番目のみ margin調整 ----- */
.ozHtmlEdit.wfhpw00001 ul.list164 li:nth-child(4n) {
	margin: 0 0 15px 0;
}

/* ----- ul li 幅164pxテキストボタン用 - 一番最後のliのみ右寄せ margin調整 ----- */
.ozHtmlEdit.wfhpw00001 ul.list164 li:last-child {
	margin: 0 0 30px 0;
}

/* SALEボタン
--------------------------------------------------------- */

/* ----- SALEボタン - 基本設定 ----- */
.ozHtmlEdit.wfhpw00001 .sale4col{	
	letter-spacing: -0.4em;
	position: absolute;
	top: 46px;		/*縦位置を調整する*/
	left: 25px;		/*横位置（左寄せ）を調整する*/
}

/* ----- SALEボタン（4ボタン） - span 余白(右)設定  ----- */
.ozHtmlEdit.wfhpw00001 .sale4col li {	
	display: inline-block;
	margin-right:13px;
}

/* =========================================================
	その他
========================================================= */

/* ドロップシャドウ
--------------------------------------------------------- */
.ozHtmlEdit.wfhpw00001 .bnr2col{
	overflow: visible;
}
.ozHtmlEdit.wfhpw00001 .bnr4col{
	overflow: visible;
}
.ozHtmlEdit.wfhpw00001 .bnr4col:after{
	content: ' ';
	display: block;
	clear: both;
}
.ozHtmlEdit.wfhpw00001 .sdw img {
	box-shadow: 0px 0px 4px 1px #b5b3b0;
	-webkit-box-shadow: 0px 0px 4px 1px #b5b3b0;
}

/* 角丸
--------------------------------------------------------- */
.ozHtmlEdit.wfhpw00001 .kdm img {
	border-radius: 6px;
}

/* rel abs
--------------------------------------------------------- */
.ozHtmlEdit.wfhpw00001 .rel {
	position: relative;
}
.ozHtmlEdit.wfhpw00001 .abs {
	position: absolute;
}

/* 余白（下）
--------------------------------------------------------- */
.ozHtmlEdit.wfhpw00001 .btm5 {
	margin-bottom: 5px;
}
.ozHtmlEdit.wfhpw00001 .btm15 {
	margin-bottom: 15px;
}
.ozHtmlEdit.wfhpw00001 .btm30 {
	margin-bottom: 30px;
}

/* hr コンポーネント区切り罫線
--------------------------------------------------------- */
.ozHtmlEdit.wfhpw00001 .borderline{
	border-top:		1px solid #BFBFBF;
	border-bottom:	0;
	border-left:	0;
	border-right:	0;
	margin-top: 0;
}

/* h2 見出し
--------------------------------------------------------- */
.ozHtmlEdit.wfhpw00001 h2{
	font-size: 1.5em;
	font-weight: bold;
}

/* お知らせ
--------------------------------------------------------- */
.ozHtmlEdit.wfhpw00001 .information a:hover {
	text-decoration: underline;
}
.ozHtmlEdit.wfhpw00001 .information div {
	position: relative;
	padding: 8px  10px;
	line-height: 20px;
}
.ozHtmlEdit.wfhpw00001 .information img {
	padding-right: 10px;
}
.ozHtmlEdit.wfhpw00001 .information div:first-child {
	border-top: 2px solid #c4c4c4;
}
.ozHtmlEdit.wfhpw00001 .information div:last-child {
	margin-bottom: 30px;
	border-bottom: 2px solid #c4c4c4;
}
.ozHtmlEdit.wfhpw00001 .information div:nth-child(n+2)::before {
	content: "";
    display: block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% - 20px);
	height: 1px;
	background-color: #c4c4c4;
}

.ozHtmlEdit.wfhpw00001 .x334.bnr2col .bannerBlock{
	width: 334px;
}
.ozHtmlEdit.wfhpw00001 .x334.bnr2col .bannerBlock.left{
	margin-right: 24px;
}
.ozHtmlEdit.wfhpw00001 .x334.bnr2col .bannerBlock.right{
	float: right;
}

/* =========================================================
	即受注組合員フラグ＆企画回別生協セグメント用
========================================================= */

/* 即受注利用者向けエリア
--------------------------------------------------------- */
.ozHtmlEdit.wfhpw00001 .ordN01_wfhpw00001 .ordN01_btn01 {
	position: absolute;
	top: 75px;
	left: 40px;
}
.ozHtmlEdit.wfhpw00001 .ordN01_wfhpw00001 .ordN01_btn02 {
	position: absolute;
	top: 75px;
	right: 40px;
}
.ozHtmlEdit.wfhpw00001 .ordN01_wfhpw00001 .ordN01_btn03 {
	position: absolute;
	bottom: 45px;
	left: 40px;
}
.ozHtmlEdit.wfhpw00001 .ordN01_wfhpw00001 .ordN01_btn04 {
	position: absolute;
	bottom: 50px;
	right: 47px;
}
.ozHtmlEdit.wfhpw00001 .ordN01_wfhpw00001 .ordN01_btn04 a{
	text-decoration: underline;
}
.ozHtmlEdit.wfhpw00001 .ordN01_wfhpw00001 .ordN01_btn04 a:hover{
	text-decoration: none;
}

/* 新規加入者向けエリア（企画回別生協セグメント1or2）
--------------------------------------------------------- */
.ozHtmlEdit.wfhpw00001 .shinki_btn01 {
	letter-spacing: -0.4em;
	position: absolute;
	top: 145px;
	left: 40px;
}
.ozHtmlEdit.wfhpw00001 .shinki_btn01 span {
	margin-right: 24px;
}
.ozHtmlEdit.wfhpw00001 .shinki_btn01 span:last-child() {
	margin-right: 0px;
}

/* 即受注組合員フラグ＆企画回別生協セグメント共通 コープデリからのおすすめ
--------------------------------------------------------- */

/* ----- コープデリからのおすすめ - inline-block謎の余白対策 ----- */
.ozHtmlEdit.wfhpw00001 ul.osusume {
	letter-spacing:-0.4em;
}

/* ----- コープデリからのおすすめ - 左寄せ ----- */
.ozHtmlEdit.wfhpw00001 ul.osusume li {
	letter-spacing: normal;
	display: inline-block;
	margin: 0 7px 15px 0;
}

/* ----- コープデリからのおすすめ - 一番最後のliのみ右寄せ margin調整 ----- */
.ozHtmlEdit.wfhpw00001 ul.osusume li:last-child {
	margin: 0 0 30px 0;
}

/* =========================================================
	以下、リニューアル以前より存在していたCSS
========================================================= */


.ozHtmlEdit.wfhpw00001 .bannerBlock {
	float: left;
}


.ozHtmlEdit.wfhpw00001 .bnr2col,
.ozHtmlEdit.wfhpw00001 .bnr3col,
.ozHtmlEdit.wfhpw00001 .bnr4col {
	clear: both;
}

/* BannerBlock - 4カラム - ボタンリンク用(x164) //////////////////// */
.ozHtmlEdit.wfhpw00001 .x164.bnr4col{
	margin-right: 0;
}

.ozHtmlEdit.wfhpw00001 .x164.bnr4col .bannerBlock{
	width: 164px;
}
.ozHtmlEdit.wfhpw00001 .x164.bnr4col .bannerBlock.left {
	margin-right: 12px;
}
.ozHtmlEdit.wfhpw00001 .x164.bnr4col .bannerBlock.right{
	float: right;
}

/* txtbnr01 */
.ozHtmlEdit.wfhpw00001 .txtbnr01 {
	width: 654px;
	margin: 0px 0px 20px 19px;
}

/* spetok */
.ozHtmlEdit.wfhpw00001 .spetok {
	background: #fff98f;
}
.ozHtmlEdit.wfhpw00001 .spetok .spetokTxt {
	margin: 0px 10px;
}
.ozHtmlEdit.wfhpw00001 .spetok .spetokTxt a {
	display: inline-block;
	width: 670px;
	background: #fff;
	text-align: center;
	text-decoration: underline;
	padding: 10px 0px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.ozHtmlEdit.wfhpw00001 .spetok .spetokTxt a:hover {
	text-decoration: none;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}
.ozHtmlEdit.wfhpw00001 .spetok .footer {
	padding: 10px 0 15px 20px;
}

/* kurashiru */
.ozHtmlEdit.wfhpw00001 .kurashiru .bnr2col .bannerBlock:nth-child(1) {
	width: 392px;
}
.ozHtmlEdit.wfhpw00001 .kurashiru .bnr2col .bannerBlock:nth-child(2) {
	width: 300px;
	height: 310px;
	background: url("../images/wfhpw00001_krsr_back01.jpg") no-repeat;
}
.ozHtmlEdit.wfhpw00001 .kurashiru .bnr2col .bannerBlock iframe {
	padding-top: 5px;
}

/* delishare */
.ozHtmlEdit.wfhpw00001 .delishare .bnr01 {
	bottom: 10px;
	left: 10px;
}
.ozHtmlEdit.wfhpw00001 .delishare .bnr02 {
	bottom: 10px;
	left: 238px;
}
.ozHtmlEdit.wfhpw00001 .delishare .bnr03 {
	bottom: 10px;
	right: 10px;
}

/* mikkabun */
.ozHtmlEdit.wfhpw00001 .mikkabun {
	position: relative;
}
.ozHtmlEdit.wfhpw00001 .mikkabun .leftCont {
	float: left;
	width: 336px;
}
.ozHtmlEdit.wfhpw00001 .mikkabun .rightCont{
	float: right;
}

/*txtbtn*/
/*.ozHtmlEdit.wfhpw00001 .txtbtn{
	background: #f0efeb;
}*/
.ozHtmlEdit.wfhpw00001 .txtbtn .bnr4col{
	padding: 20px 20px 20px;
	margin-right: 0px;
}
.ozHtmlEdit.wfhpw00001 .txtbtn{
	padding: 0px 0px 20px 20px;
	margin-right: 0px;
}
.ozHtmlEdit.wfhpw00001 .txtbtn .bnr1col{
	width: 652px;
}
.ozHtmlEdit.wfhpw00001 .txtbtn .bnr2col .bannerBlock{
	width: 324px;
}
.ozHtmlEdit.wfhpw00001 .txtbtn .bnr3col .bannerBlock{
	width: 208px;
}
.ozHtmlEdit.wfhpw00001 .txtbtn .bnr4col .bannerBlock{
	width: 158px;
}
.ozHtmlEdit.wfhpw00001 .txtbtn .bnr2col .bannerBlock.right{
	margin-left: 5px;
}
.ozHtmlEdit.wfhpw00001 .txtbtn .bnr3col .bannerBlock.right{
	margin-left: 14px;
}
.ozHtmlEdit.wfhpw00001 .txtbtn .bnr4col .bannerBlock.right{
	margin-left: 6px;
}

.ozHtmlEdit.wfhpw00001 .bnr3col {
    overflow: hidden;
    margin-right: 0px;
}

/* christmas */
/*
.ozHtmlEdit.wfhpw00001 .christmas{
	background: #f6bcdc;
}
.ozHtmlEdit.wfhpw00001 .XmasBlock{
	padding-bottom: 10px;
}
.ozHtmlEdit.wfhpw00001 .christmas .footer{
	padding: 10px 0px 8px 11px;
	background: #f6bcdc;
}
*/

/* NewYear */
.ozHtmlEdit.wfhpw00001 .NewYear{
	background: #f4ec84;
}
.ozHtmlEdit.wfhpw00001 .NYBlock{
	padding-bottom: 20px;
}
.ozHtmlEdit.wfhpw00001 .NYBlock02{
	padding-bottom: 10px;
}
.ozHtmlEdit.wfhpw00001 .NewYear .footer{
	padding: 10px 0px 8px 11px;
}

/* valentine */
.ozHtmlEdit.wfhpw00001 .Vt{
	position: relative;
	width: 692px;
	height: 458px;
}
.ozHtmlEdit.wfhpw00001 .VtSec01{
	position: absolute;
	top: 77px;
	clear: both;
	margin-left: 11px;
}
.ozHtmlEdit.wfhpw00001 .VtSec02{
	position: absolute;
	top: 256px;
	clear: both;
	margin-left: 11px;
}
.ozHtmlEdit.wfhpw00001 .VtBlock{
	float: left;
}
.ozHtmlEdit.wfhpw00001 .VtBlock:nth-child(odd){
	margin-right: 10px;
}

/* okz */

.ozHtmlEdit.wfhpw00001 .okz .right{
	width: 220px;
	margin-left: 16px;
}
.ozHtmlEdit.wfhpw00001 .okz.bnr2col .bannerBlock{
	width: 346px;
}

/*.ozHtmlEdit.wfhpw00001 .okz.bnr2col .bannerBlock:nth-child(1){
	width: 456px;
}
.ozHtmlEdit.wfhpw00001 .okz.bnr3col .bannerBlock:nth-child(-n+2){
	width: 228px;
}*/

.ozHtmlEdit.wfhpw00001 .okz.bnr2col.irreg .bannerBlock:nth-child(1){
	width: 464px;
}
.ozHtmlEdit.wfhpw00001 .okz.bnr2col.irreg .bannerBlock:nth-child(2){
	width: 228px;
}

.ozHtmlEdit.wfhpw00001 .okz.bnr2col.irreg02 .bannerBlock:nth-child(1){
	width: 336px;
}
.ozHtmlEdit.wfhpw00001 .okz.bnr2col.irreg02 .bannerBlock:nth-child(2){
	width: 356px;
}

.ozHtmlEdit.wfhpw00001 .okz.bnr3col.under .bannerBlock:nth-child(odd){
	width: 228px;
}
.ozHtmlEdit.wfhpw00001 .okz.bnr3col.under .bannerBlock:nth-child(2){
	width: 236px;
}

/* list */
.ozHtmlEdit.wfhpw00001 .list.bnr2col,
.ozHtmlEdit.wfhpw00001 .list.bnr3col,
.ozHtmlEdit.wfhpw00001 .list.bnr4col{
	margin-right: 0;
}
.ozHtmlEdit.wfhpw00001 .list.bnr2col .bannerBlock{
	width: 346px;
}
.ozHtmlEdit.wfhpw00001 .list.bnr3col .bannerBlock:nth-child(odd){
	width: 228px;
}
.ozHtmlEdit.wfhpw00001 .list.bnr2col .bannerBlock{
	width: 346px;
}
.ozHtmlEdit.wfhpw00001 .list.bnr3col .bannerBlock:nth-child(2){
	width: 236px;
}
.ozHtmlEdit.wfhpw00001 .list.bnr4col .bannerBlock{
	width: 164px;
}
.ozHtmlEdit.wfhpw00001 .list.bnr4col .bannerBlock.right{
	margin-left: 12px;
}
.ozHtmlEdit.wfhpw00001 .list.bnr4col .bannerBlock.left {
	margin-right: 12px;
}

/* irg */
.ozHtmlEdit.wfhpw00001 .irg.bnr2col .bannerBlock:nth-child(1){
	width: 467px;
}
.ozHtmlEdit.wfhpw00001 .irg.bnr2col .bannerBlock:nth-child(2){
	width: 225px;
}


/* regular */
.ozHtmlEdit.wfhpw00001 .regular .bnr2col .bannerBlock{
	width: 341px;
}
.ozHtmlEdit.wfhpw00001 .regular .irg.bnr2col .bannerBlock{
	width: 346px;
}
.ozHtmlEdit.wfhpw00001 .regular .bnr2col .right{
	margin-left: 10px;
}


/* menu */
.ozHtmlEdit.wfhpw00001 .menu .bnr2col .bannerBlock{
	width: 346px;
}
.ozHtmlEdit.wfhpw00001 .menu .bnr3col .bannerBlock:nth-child(-n+2){
	width: 224px;
}
.ozHtmlEdit.wfhpw00001 .menu .bnr3col .bannerBlock:nth-child(3){
	width: 244px;
}

.ozHtmlEdit.wfhpw00001 .txtlink {
	border-top: 2px solid #e4e4e4;
}

.ozHtmlEdit.wfhpw00001 a{ text-decoration: none; }
/*.ozHtmlEdit.wfhpw00001 a:hover span{
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}*/

/***
お知らせ
***/
.ozHtmlEdit.wfhpw00001 .info dl {
	border: 1px solid #4c4c4c;
	width: 100%;
	line-height: 1.5;
	overflow: hidden;
	display: table;
 }
.ozHtmlEdit.wfhpw00001 .info dt {
	display: table-cell;
	width: 5.5em;
	padding: 6px 10px;
	text-indent: 1.2em;
	color: #fff;
	font-weight: bold;
	background: #4c4c4c url('../images/wfhpw00001_wfhpw00001_icon01.jpg') no-repeat 8px center;
	text-align: left;
	vertical-align: middle;
}
.ozHtmlEdit.wfhpw00001 .info dd {
	display: table-cell;
	padding: 6px 10px;
	text-align: left;
}
.ozHtmlEdit.wfhpw00001 .info dd a{
	text-decoration: underline;
}
.ozHtmlEdit.wfhpw00001 .info dd a:hover{
	text-decoration: none;
}

/* ----- お知らせ２（コープデリからのお知らせ）start ----- */
/* 下線 */
.ozHtmlEdit.wfhpw00001 .info2 dl {
	border-bottom: 1px dotted #4c4c4c;
	width: 100%;
	line-height: 1.5;
	overflow: hidden;
	display: table;
}
/* 見出し */
.ozHtmlEdit.wfhpw00001 .info2 dt {
	margin-bottom: 6px;
	padding: 6px;
	text-indent: 0.7em;
	color: #fff;
	font-weight: bold;
	background: #4c4c4c;
	text-align: left;
	vertical-align: middle;
}
/* 余白、文字揃え */
.ozHtmlEdit.wfhpw00001 .info2 dd {
	padding: 0 10px 5px;
	text-align: left;
}

/* リンク下線 */
.ozHtmlEdit.wfhpw00001 .info2 dd a{
	text-decoration: underline;
}
/* hover */
.ozHtmlEdit.wfhpw00001 .info2 dd a:hover{
	text-decoration: none;
}

/* ----- お知らせ２（コープデリからのお知らせ）end ----- */


/***
	textlink topTxt
***/

.ozHtmlEdit.wfhpw00001 .topTxt {
	margin: 0px 5px 20px 19px;
}

.ozHtmlEdit.wfhpw00001 .topTxt .btnColumn {
	display: table;
	margin: 0px;
	padding: 0px;
}
.ozHtmlEdit.wfhpw00001 .btnColumn .btn{
	margin: 0;
}

.ozHtmlEdit.wfhpw00001 .topTxt .btnColumn .btn {
	display: table-cell;
	float: left;
	margin-bottom: 0;
}
.ozHtmlEdit.wfhpw00001 .topTxt a,
.ozHtmlEdit.wfhpw00001 .topTxt02 a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-style: normal;
	font-weight: bold;
	color: #21110d;
	border: #21110d solid 2px;
	background-color: transparent;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}


.ozHtmlEdit.wfhpw00001 .topTxt .btnColumn .btn a:hover,
.ozHtmlEdit.wfhpw00001 .topTxt .txtlink01 a:hover,
/*.ozHtmlEdit.wfhpw00001 .topTxt .txtlink02 a:hover,*/
.ozHtmlEdit.wfhpw00001 .topTxt02 .txtlink01 a:hover {
	font-style: normal;
	font-weight: bold;
	color: #ec2214;
	border: #ec2214 solid 2px;
	background-color: transparent;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}
.ozHtmlEdit.wfhpw00001 .topTxt .btnColumn .btn .right{
	margin-left: 10px;
}
.ozHtmlEdit.wfhpw00001 .topTxt .btnColumn .col4 a{
	width: 154px;
	height: 57px;
	padding: 0px;
}
.ozHtmlEdit.wfhpw00001 .topTxt .btnColumn .col3 a{
	width: 204px;
	height: 57px;
	padding: 0px;
}
.ozHtmlEdit.wfhpw00001 .topTxt .btnColumn .col2 a{
	width: 321px;
	padding: 0;
	padding-left: 30px;
}

/* 横並びテキストリンクアイコン位置調整 */
.ozHtmlEdit.wfhpw00001 .topTxt .btnColumn .col2.txtRight{
	margin-left: 12px;
}
.ozHtmlEdit.wfhpw00001 .topTxt .btnColumn .col2 span{
	display: block;
	width: 100%;
	height: 80px;
	background: transparent url("../images/wfhpw00001_icon01.png") no-repeat left center;
	position: absolute;
	top: 0;
	margin: -2px 0 0 -20px;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}
/* 横一テキストリンク */
.ozHtmlEdit.wfhpw00001 .topTxt .txtlink01 a,
.ozHtmlEdit.wfhpw00001 .topTxt .txtlink02 a,
.ozHtmlEdit.wfhpw00001 .topTxt02 .txtlink01 a {
	position: relative;
	display: table-cell;
	width: 652px;
	height: 50px;
	padding: 0px;
	vertical-align: middle;
	text-align: center;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

/* 横一テキストリンクアイコン位置調整 */
.ozHtmlEdit.wfhpw00001 .topTxt .txtlink01 a{
	letter-spacing: 0px;	/* 文字間隔（テキストリンクが枠からはみ出る場合のみ調整） */
}

.ozHtmlEdit.wfhpw00001 .topTxt .txtlink01 span{
	display: block;
	width: 100%;
	height: 80px;
	background: transparent url("../images/wfhpw00001_icon01.png") no-repeat left center;
	position: absolute;
	top: 0;
	margin: -14px 0 0 10px;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}
.ozHtmlEdit.wfhpw00001 .topTxt .txtlink01 span:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}
	

/*  1分注文  */
.ozHtmlEdit.wfhpw00001 .topTxt .txtlink02 a {
	border: #21110d solid 3px;
}
.ozHtmlEdit.wfhpw00001 .topTxt .txtlink02 a:hover{
	font-style: normal;
	font-weight: bold;
	color: #ec2214;
	border: #ec2214 solid 3px;
	background-color: transparent;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}
.ozHtmlEdit.wfhpw00001 .topTxt a img{
	vertical-align: middle;
	margin-right: 7px;
}
.ozHtmlEdit.wfhpw00001 .topTxt a span {
	display: inline-block;
	width: 252px;
	height: 14px;
	position: relative;
	overflow: hidden;
}
.ozHtmlEdit.wfhpw00001 .topTxt a span img {
	position: absolute;
	top: 0;
	left: 0;
}
.ozHtmlEdit.wfhpw00001 .topTxt a span .hover2 {
	opacity: 0;
}
.ozHtmlEdit.wfhpw00001 .topTxt a:hover span .hover1,
.ozHtmlEdit.wfhpw00001 .topTxt a:focus span .hover1 {
	opacity: 0;
	-ms-filter: "alpha(opacity=0)";
}
.ozHtmlEdit.wfhpw00001 .topTxt a:hover span .hover2,
.ozHtmlEdit.wfhpw00001 .topTxt a:focus span .hover2 {
	opacity: 1;
	-ms-filter: "alpha(opacity=100)";
}
