.panel{
    padding:10px;
}
.txtwarning{
    color:red;
    font-weight:bold;
}
.txtinfo{
   /* padding-left:1em;
    text-indent:-1em; */
}
.strikeline{
    text-decoration: line-through;
}
#logobackground-init{
    cursor:pointer;
}
.logobox{
    /* border:none; */
    width:822px;
}
.logocanvascontainer{
    border:1px solid #000;
    position:relative;
    width:802px;
    height:642px;
}
.logocanvas{
    width:800px;
    height:640px;
    position:static;
    border:0;
    user-select:none;
    background:url('../img/grid_100px_cyan.png');
}
.logoitem{
    width:500px;
    height:auto;
    /* height:500px; */
    position:absolute;
    background-color:transparent;
}
.logoitemimage{
    width:100%;
    /* height:auto; */
    height:100% !important;
}
.logovisible .logoitemimage{
    cursor:move;
}
.logobackloading{
    left:350px;
    top:270px;
    position:absolute;
}
.logobackground{
    width:800px;
    height:640px;
    position:absolute;
}
.logobackgroundimage{
    width:100%;
    height:auto;
}
.logoitem_indicator{
    text-align:left;
    color:blue !important;
    /* width:100%; */
    width:320px;
    left:0;
    top:-20px;
    font-size:16px;
    color:black;
    position:absolute;
}
.logoinputbox{
    text-align:left;
}
.snsbtn-container li{
	overflow:hidden;
	float:left;
	margin-left:2px;
	margin-right:2px;
}
.img-responsive{
    display: block;
    margin: auto;
}

/* facebookボタン位置ずれ修正 */
.fb_iframe_widget > span {
    vertical-align: baseline !important;
}
/* pinterestボタン位置ずれ修正 */
#pinterestcont > span{
    vertical-align: top;
}
