@charset "utf-8";

#stampBody {
    margin: 0; padding: 0;
    font-family: 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Takao Pゴシック', 'TakaoPGothic';
}

#stampArea { position: relative; }
.stampAreaMini { text-align:right; }
#stamperObj {
    display: none; position: absolute;
    top: -36px; right: 38px;
    width: 30px; height: 40px;
    padding: 0; margin: 0;
    right: 34px\9; /*IE6-8 hack*/
}
#stamperObj:not(:target) {
    right:38px\9; /*IE9 hack*/
}
#stamper {
    position: absolute; width: 30px; height: 40px;
    background-image: url('../../img/stamper.png');
}

#stamperMsg {
    position: absolute; left:36px; width: 200px; text-align: left;
    padding: 5px; color:#000; background: white; font-size: 11px;
    border-top: 1px solid silver; border-left: 1px solid silver;
    border-bottom: 1px solid gray; border-right: 1px solid gray;
    -webkit-border-radius:5px;
       -moz-border-radius:5px;
            border-radius:5px;
    -webkit-box-shadow: 3px 3px 3px silver;
       -moz-box-shadow: 3px 3px 3px silver;
            box-shadow: 3px 3px 3px silver;
    opacity: 0.9; filter: alpha(opacity=95);
}


.stampUserListFlame{
    border:none; width:100%; height:370px;
}

.stampUserListOverlay{
    position: fixed; left: 0px; top: 0px; height: 100%; width: 100%;
    background:#eee; z-index: 2999; opacity: 0.5; filter: alpha(opacity=60);
}

#stampUserList{
    display: none; position: fixed; top: 17%; left: 50%; margin-left: -200px; width: 400px; height: 405px;
    text-align:left; visibility: visible; border:1px solid gray; color: #333; z-index: 3000;
    background-color: #fff; border-color:gray;
    -webkit-border-radius:6px;
       -moz-border-radius:6px;
            border-radius:6px;
    -webkit-box-shadow: 3px 3px 5px #666;
       -moz-box-shadow: 3px 3px 5px #666;
            box-shadow: 3px 3px 5px #666;
}

#stampUserListTitle{
    position:relative; background:#D1EAD0; height: 20px; padding:5px;
    text-align:center; font-weight:bold; font-size:120%;
    -webkit-border-radius:6px 6px 0px 0px;
       -moz-border-radius:6px 6px 0px 0px;
            border-radius:6px 6px 0px 0px;
}

.stampUserListClose{
    position:absolute; display: block; width: 16px; top:8px; right:8px;
    font-size:90%; font-weight:normal;
    text-indent: -99999px;
    background-repeat: no-repeat;
    background-image: url('../../css/images/ui-icons_222222_256x240.png');
    background-position: -96px -128px;
}
.stampUserListView{ height: 370px; }

.snpStamp {
    display: block; float: left;
    width: 30px; height: 16px; line-height: 16px;
    text-align: center; font-size:10px;
    border:1px dashed silver; padding:2px 0px;
    color: gray; font-weight: normal; text-decoration: none;
    background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 50%, #f4f4f4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#ffffff), color-stop(100%,#f4f4f4));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 50%,#f4f4f4 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 50%,#f4f4f4 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 50%,#f4f4f4 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 50%,#f4f4f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );
    -webkit-border-radius:4px;
       -moz-border-radius:4px;
            border-radius:4px;
    *margin-left:6px\9; /*IE6-8 hack*/
    font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho','Takao P明朝','TakaoPMincho',serif;
}

.snpStampHover:hover, .snpStampHoverIE{
    background: -moz-linear-gradient(top,  #f4f4f4 0%, #f4f4f4 50%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(50%,#f4f4f4), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top,  #f4f4f4 0%,#f4f4f4 50%,#ffffff 100%);
    background: -o-linear-gradient(top,  #f4f4f4 0%,#f4f4f4 50%,#ffffff 100%);
    background: -ms-linear-gradient(top,  #f4f4f4 0%,#f4f4f4 50%,#ffffff 100%);
    background: linear-gradient(to bottom,  #f4f4f4 0%,#f4f4f4 50%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff',GradientType=0 );
    cursor: pointer;
}

.snpStampCount {
    position:relative; float: left; width: 28px; height: 16px; line-height: 16px;
    font-size:11px; text-align: center;
    border:1px solid silver; margin-left: 5px; padding:2px 0px;
    border-radius:0 4px 4px 0; border-left:0;
    -webkit-border-radius:3px;
       -moz-border-radius:3px;
            border-radius:3px;
    background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 50%, #f4f4f4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#ffffff), color-stop(100%,#f4f4f4));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 50%,#f4f4f4 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 50%,#f4f4f4 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 50%,#f4f4f4 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 50%,#f4f4f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );
    *margin-left:0\9; /*IE6-8 hack*/
    *border-left:none\9; /*IE6-8 hack*/
}

.snpStampCount:before {
    content:'';
    top:1px;
    left:-9px;
    position:absolute;
    border-top: solid 9px transparent;
    border-bottom: solid 9px transparent;
    border-right: solid 9px silver;
}

.snpStampCount:after {
    content:'';
    position:absolute;
    top:2px;
    left:-8px;
    border-top: solid 8px transparent;
    border-bottom: solid 8px transparent;
    border-right: solid 8px white;
}

.snpStampPress {
    border:2px solid #FA2B14; color:#FA2B14; padding: 1px 0px; font-weight: bold; font-size: 12px;
    background: -moz-linear-gradient(top,  #ffefef 0%, #ffffff 30%, #ffffff 70%, #ffefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffefef), color-stop(30%,#ffffff), color-stop(70%,#ffffff), color-stop(100%,#ffefef));
    background: -webkit-linear-gradient(top,  #ffefef 0%,#ffffff 30%,#ffffff 70%,#ffefef 100%);
    background: -o-linear-gradient(top,  #ffefef 0%,#ffffff 30%,#ffffff 70%,#ffefef 100%);
    background: -ms-linear-gradient(top,  #ffefef 0%,#ffffff 30%,#ffffff 70%,#ffefef 100%);
    background: linear-gradient(to bottom,  #ffefef 0%,#ffffff 30%,#ffffff 70%,#ffefef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffefef', endColorstr='#ffefef',GradientType=0 );
    text-shadow:0 0 1px #FA2B14; cursor: pointer;
}
.snpStampPress:hover {
    font-weight: normal;
    text-decoration:line-through;
}

.snpStampPressH {
/*    border-color: #FC7B6C;*/
    border-color: #FA2B14;
}

/* stampList */
#stmapListBody {
    position: relative;
    margin: 0; padding: 0;
}

.stampRow {
    position: fixed;
    left:0; top:0;
    width: 100%;
    text-align: center;
    background-color: #F6F9E9;
}

.stampListArea {
    margin-top: 18px;
}

.stampList {
    border-bottom: 1px solid silver;
    padding: 3px 5px;
    overflow: hidden;
    zoom: 1;
}

.stampList:after {
    display: block;
    clear: both;
    height: 0px;
    visibility: hidden;
    content: ".";
}

.stampList .stampUserFace {
    float: left;
    position: relative;
    width: 48px; height: 48px;
    text-align: center;
    overflow: hidden;
    border: 1px solid gray;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}

.stampList .stampUserFace .stampUserFaceImg {
    opacity: 0.6;
    filter: alpha(opacity=95);
}

.stampList .stampUserFace .stampUserFaceImg a{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 48px !important;
    width: auto;
    height: 48px !important;
    height: auto;
}

.stampList .stampUserFace .sumi {
    position: absolute;
    top: 3px; left: 2px;
    width: 40px; height: 40px;
    text-align: center; color: #FA2B14; font-size: 32px; line-height: 40px; font-weight: bold;
    border: 2px solid #FA2B14;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
    opacity: 0.8;
    font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho','Takao P明朝','TakaoPMincho',serif;
}

.stampList .stampUserFace .hanamaru {
    position: absolute;
    width: 100%; top: 0px;
    opacity: 0.7; filter: alpha(opacity=80);
}

.stampList .stampUserFace:hover .stampUserFaceImg{
    opacity: 1;
    filter: alpha(opacity=100);
}
.stampList .stampUserFace:hover .sumi{
    display: none;
}
.stampList .stampUserFace:hover .hanamaru{
    display: none;
}

.stampList .stampUser {
    float: left;
    width: 310px;
    height: 48px;
    padding: 0 5px;
    line-height: 1.5;
    text-align: left;
}

.stampListPageing A{ display:block; text-align: center; }
.stampListPageing IMG{ margin-top:16px; }

/* stampNote */
.stampNoteBlock {
    position: relative;
    width: 54px;
    height: 54px;
    border: 1px solid gray;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}

.stampNoteBlock:hover .stampNoteImage{
    opacity: 1;
    filter: alpha(opacity=100);
}
.stampNoteBlock:hover .stampNoteSumi{
    display: none;
}
.stampNoteBlock:hover .stampNoteHana{
    display: none;
}

.stampNoteImage {
    margin-top: 0px;
    opacity: 0.6;
    filter: alpha(opacity=70);
}

.stampNoteImage a, .stampNoteImage div{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 54px !important;
    width: auto;
    height: 54px !important;
    height: auto;
}

.stampNoteSumi {
    position: absolute;
    top: 5px; left: 5px; width: 40px; height: 40px;
    color: #FA2B14; font-size: 32px; line-height: 40px; font-weight: bold;
    border: 2px solid #FA2B14;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
    font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho','Takao P明朝','TakaoPMincho',serif;
    opacity: 0.9;
}

.stampNoteHana {
    position: absolute;
    top: 3px; left: 1px;
    opacity: 0.7;
    filter: alpha(opacity=80);
}

.stampList .stampNoteHanaPress,
.stampNoteList .stampNoteHanaPress {
    display: none;
    text-align:right;
}
.stampList:hover .stampNoteHanaPress,
.stampNoteList:hover .stampNoteHanaPress {
    display: block;
}
.stampList .stampNoteHanaPress{ margin-top: -4px; }
.stampNoteHanaPress A{
    color: silver;
    text-decoration: none;
}
.stampNoteHanaPress A:hover{
    color: red;
    text-decoration: underline;
}
