/*
Expression物件印刷プラグイン・テーマ用共通スタイル
*/

.map_box .handle_move,
#ex_comment .handle_move
{
	position: absolute;
    top: 1%;
    right: 1%;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.24);
    z-index: 50;
    cursor: move;
}

.ex_img_box img{
	cursor:move;
}

#cbox{
    position: absolute;
    top:5px;
    left:5px;
    z-index: 500;
}

#cbox .gear{
    font-size: 3em;
    color:#C88;
    opacity: 0.6;
    cursor: pointer;
}

#cbox .gear:hover{
    opacity:0.4;
}

#cbox ul{
    display: block;
}

#cbox ul li{
    list-style-type: none;
    display: none;
}

#cbox ul li a{
    display: block;
    font-family: sans-serif;
    line-height: 3.0em;
    font-size: 1.5em;
    padding: 0 4px;
    margin-bottom: 1px;
    cursor: pointer;
    background-color: #C88;
    opacity: 0.9;
}

#cbox ul li a:hover{
    opacity: 0.7;
}

#cbox ul li a i{
    margin-right: 3px;
}

#container #content .ui-icon-gripsmall-diagonal-se{
	/*background-position: 9999px 9999px;*/
}

#loader{
    position: absolute;
    width:30px;
    height: 30px;
    top:50%;
    left:50%;
    display:none;
    background: url('../img/loader.gif') no-repeat;
}

#slider , #carousel{
    display:none;
}

.list_price_ex{
    display: none;
}

/*.ui-wrapper{
    margin:0 auto !important;
}*/

@media print { 

.ex_img_box .handle_move{
	display: none;
}

 .ui-resizable-handle{/*仮*/
 	display:none;
}

#cbox{
    display:none;
}