@page {
  margin: -12px;
}

body {
    zoom: 100%;
    -webkit-overflow-scrolling: auto;
 }

div #canvas-wrapper, #canvas-print {
    background-position: center top;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
}

div #textDiv {
    text-align: Left;
    -webkit-overflow-scrolling: auto;
}

.bold {
	font-weight:bold;
}

#pankuzu {
	text-align:right;
	padding-right:20px;
	min-height: 48px;
}

#pankuzu::after{
content:"";
display:block;
clear:both;
}

#hidePic::after{
content:"";
display:block;
clear:both;
}

/*
#desc, .block-desc {
	font-size: 9pt;
    margin: 3px 0 12px 0;
    min-height: 18px;
    height: auto !important;
}
*/

#stamp-list li {
    display: table;
    width: 82px;
    height: 82px;
    background-color: white;
    float: left;
    background: url(../image/stamp/stampBase.png) no-repeat 0 0px;
    background-size: contain;
}

#stamp-list li:hover {
    opacity: 0.5 ;
}

#stamp-list li p{
    display: table-cell;
    margin: 0;
    text-align: center;
    vertical-align: middle;
}

#stamp-list li img {
    display: table-cell;
    margin: 0 auto;
}

#clip-list li {
    float: left;
    display: inline;
    white-space: nowrap;
}

#clip-list::after{
content:"";
display:block;
clear:both;
}

.modal-content {
    position: absolute;
    display: none;
    z-index: 2;
    width: 630px;
    margin: 0;
    padding: 10px 20px;
    border: 2px solid #aaa;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

#modal-sns {
    width:500px;
}


.vertical {
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
     writing-mode: vertical-rl;
}

.vertical v {
	-ms-transform:matrix(0, 1, -1, 0, 0, 0);
	transform:matrix(0, 1, -1, 0, 0, 0);
	display: inline-block;
}
.vertical h {
    -webkit-writing-mode: horizontal-tb;
    -moz-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
}

.horizon {
    -webkit-writing-mode: horizontal-tb;
    -moz-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
}

@media all and (-ms-high-contrast: none){
  .vertical{
    writing-mode: tb-rl;
  }

  .horizon{
    writing-mode:lr-tb;
  }
}

.postNoTo, .postNoFrom {
    border: 1px blue dotted;
    font-family:heisei-mincho-std;
}

.modal-overlay{
    width:100%;
    height:120%;
    position:fixed;
    top:0;
    left:0;
    background-color:rgba(0,0,0,0.75);
}

.txt {
    border: 1px #0000ff dotted;
}

.selText {
    border : 1px #0000ff  solid;
}

#clip-list img {
    width: 60px;
}

#text-wrapper .btn,label.btn{
    display: inline-block;
}

.disa {
	cursor:default;
	opacity:0.5;
}

.act {
	cursor:pointer;
}

#cardList {
    display: table;
}
#cardList .imageWrapper {
    display: table-cell;
    vertical-align: middle;
    text-align: -webkit-center;
}
#cardList img {
    display: table-cell;
    border: 1px #999 solid;
    box-sizing: border-box;
    margin: 0 auto;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
#cardList img.selCard {
    border :  1px #0000ff solid;
}
#cardList li{
    width: 136px;
}
#cardList li p{
    display: table-cell;
    width:130px;
    margin: 0;
    text-align: center;
    vertical-align: middle;
}


/*
    layout.cssのオーバーライド
*/

input[type=button] {
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  color: #666666;
  background: #f6f6f6;
  border-color: #f6f6f6;
  padding: 4px 4px;
  text-decoration: none;
  margin-right: 2px;
}
input[type=button]:hover {
  background: #e3e3e3;
  text-decoration: none;
}

}