@charset "utf-8";

/* ======================================================================
　男性用
====================================================================== */

.slideOpen{background:url(../images/web/home/icon_close.gif) no-repeat right center;}
.slideClose{background:url(../images/web/home/icon_open.gif) no-repeat right center;}

/*---------------
左カラムの検索
----------------*/

/* 見出しにアイコンがない場合 */

.slide_title{
width:144px;
float:right;
margin:0 7px;
/margin:0 7px 0 0;
}

/* 見出しにアイコンがある場合 */

.slide_title_2{
width:125px;
float:right;
margin:0 7px;
*margin:0 7px 0 3px;
}


/*---------------
重要なお知らせ
----------------*/

.slide_title_info{
padding-right:15px;
}

/*---------------
作品管理　新着レビュー
----------------*/

.slide_title_review{
padding-right:15px;
}


/*---------------
類似画像検索
----------------*/

.slideOpen_similar,
.slideClose_similar{
width:100%;
float:left;
padding-left:15px;
*margin-bottom:-5px;
}

.slideOpen_similar{
background:url(../images/web/home/icon_open.gif) no-repeat top left;
}
.slideClose_similar{
background:url(../images/web/home/icon_close.gif) no-repeat top left;
}


/* ======================================================================
　以下、削除予定
====================================================================== */

/*.allOpenBtn,
.switchHat {
	display: none;
}*/

.switchOn {
	display: block;
}

span.switchOn {
	display: inline;
}

.closeBtnHat {
        float:right;
	padding: 10px 15px 20px;
}

.closeBtnHat span {
        color:#666;
        font-size:10px;
	padding: 5px 10px;
	border: 1px solid #79615f;
}

/* ======================================================================
　削除予定
====================================================================== */

/* 右アイコン */

/*---------------
レビュー/
----------------*/

.switchHat{
background:url(../images/web/home/icon_open.gif) no-repeat top right;
padding-right:15px;

}

.nowOpen{
background:url(../images/web/home/icon_close.gif) no-repeat top right;
}

/*---------------
お気に入り固定/
----------------*/

.switchHat_r{
width:125px;
float:right;
background:url(../images/web/home/icon_open.gif) no-repeat right;
margin:0 7px;
*margin:0 7px 0 3px;
}

.nowOpen_r{
background:url(../images/web/home/icon_close.gif) no-repeat right;
}

/*---------------
作品を探す固定/
----------------*/

.switchHat_r_2{
width:144px;
float:right;
background:url(../images/web/home/icon_open.gif) no-repeat right;
margin:0 7px;
/margin:0 7px 0 0;
}

.nowOpen_r_2{
background:url(../images/web/home/icon_close.gif) no-repeat right;
}

/* 左アイコン */

/*---------------
詳細検索/
----------------*/

.switchHat_l{
width:100%;
float:left;
background:url(../images/web/home/icon_open.gif) no-repeat center left;
padding-left:15px;
*margin-bottom:-5px;
}
.nowOpen_l{
background:url(../images/web/home/icon_close.gif) no-repeat center left;
}

.switchDetail_l{
padding-top:25px;
}