/*
 * イラスト作品詳細画面 オプション処理
 * ・オプションメニュー
 * ・作品説明編集
 * ・作品削除
 */
 
.artInfoViewAreaStyle {
	display: table;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.artInfoViewStyle {
	display: table-cell;
	width: 524px;
	vertical-align: top;
	word-break: break-all;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.artInfoViewOnlyStyle {
	width: 556px;
	vertical-align: top;
	word-break: break-all;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.optionButtonDivStyle {
	display: table-cell;
	vertical-align: bottom;
	width: 32px;
}

.optionButtonStyle {
	display: table-cell;
	width: 32px;
	height: 32px;
	cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.optionMenuFrameStyle {
	width:0px;
	height: 0px;
	overflow: visible;
	white-space: nowrap
}
.optionMenuAreaStyle {
    height: 95px;
	background-color: #EDEFF2;
    display: none;
    position: absolute;
    margin-top: -95px;
    z-index: 10;
	-webkit-box-shadow: 1px 1px 2px 0 rgba(30, 30, 30, 0.5);
	-moz-box-shadow: 1px 1px 2px 0 rgba(30, 30, 30, 0.5);
	-ms-box-shadow: 1px 1px 2px 0 rgba(30, 30, 30, 0.5);
	box-shadow: 1px 1px 2px 0 rgba(30, 30, 30, 0.5);
	-webkit-border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-ms-border-radius: 6px 6px 6px 6px;
	-o-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;    
}

.deleteArtStyle,
.editDescStyle {
    width: 100%;
	height: 47px;
	font-size: 16px;
    color: #3B3D40;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    padding: 16px;
    display: inline-block;
    cursor: pointer;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.optionMenuSeparatorStyle {
	width: 100%;
	height: 1px;
	background-color: #DDDDDD;
}


.artInfoEditAreaStyle {
	display: none;
}

.artInfoLengthAreaStyle {
	font-size: 14px;
	text-align: right;
	width: 100%;
	color: #C0C0C0;
}

.artInfoEditTextAreaStyle {
	width: 554px;
	max-width: 554px;
	min-height: 80px;
    border: 1px solid #C0C0C0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

.hashtagAllowed {
	text-align: right;
    font-size: 14px;
    color: #C0C0C0;
}

.artInfoEditMenuAreaStyle {
    width: 100%;
    height: auto;
}

.artInfoEditMenuAreaStyle li {
    text-align: center;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.artInfoEditDummyMenuStyle {
	width: 153px;
	min-height: 1px;
}

.artInfoEditSaveMenuStyle {
	padding: 12px 0 0 0;
}

.artInfoEditCancelMenuStyle {
	padding: 12px 0 0 24.5px;
}

.artInfoEditMenuSpanStyle {
	width: 188.8px;
    height: 48px;
    padding-top: 16px;
	text-decoration: none;
	color: #0B649B;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    margin: 0 auto;
    display: table;
    border: 1px solid #0B649B;
    background-color: #ffffff;
    cursor: pointer;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.artInfoEditMenuSpanStyle:hover {
    -webkit-box-shadow: 0 1px 3px 0 rgba(30, 30, 30, 0.5);
    -moz-box-shadow: 0 1px 3px 0 rgba(30, 30, 30, 0.5);
    -ms-box-shadow: 0 1px 3px 0 rgba(30, 30, 30, 0.5);
    box-shadow: 0 1px 3px 0 rgba(30, 30, 30, 0.5);
}

.artInfoEditSaveSpanDisableStyle {
	width: 188.8px;
    height: 48px;
    padding-top: 16px;
	text-decoration: none;
	color: #C0C0C0;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    margin: 0 auto;
    display: table;
    border: 1px solid #C0C0C0;
    background-color: #ffffff;
    cursor: auto;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
