@import url(https://max-plus.one/wave/mt-static/support/theme_static/eiger/css/base.css);
@import url(https://max-plus.one/wave/mt-static/support/theme_static/eiger/css/screen.css);

/* コメント、トラックバック用 */
@import url(https://max-plus.one/wave/mt-static/support/theme_static/eiger/css/feedback.css);


/*
/ サンプルスタイル
*/

/* Body
body {
    font-size: 16px;
    font-family: sans-serif;
}
*/

/* カテゴリラベルカラー
.label {
  border-radius: 3px;
}

.label.category_basename {
  background-color: green;
}
*/

/* Responsive (Media Query)
body {
  background-color: lightgrey;
}

@media (min-width: 700px) {
  background-color: whitesmoke;
}

@media (min-width: 930px) {
  background-color: white;
}
*/

/*--------------------------------------------------*/
.kakumarukage {
border-top: 1px rgb(204, 207, 206) solid;
border-left: 1px rgb(204, 207, 206) solid;
border-right: 1px #808080 solid;
border-bottom: 1px #808080 solid;
border-radius: 10px; /* CSS3草案 */
-webkit-border-radius: 10px; /* Safari,Chrome用 */
-moz-border-radius: 10px; /* Firefox用 */
/*behavior:url(border-radius.htc);*/
}

.kakumaru {
border-radius: 10px; /* CSS3草案 */
-webkit-border-radius: 10px; /* Safari,Chrome用 */
-moz-border-radius: 10px; /* Firefox用 */
/*behavior:url(border-radius.htc);*/
}

.kakumaru-u {
border-radius: 10px 10px 0px 0px / 10px 10px 0px 0px;
-webkit-border-radius: 10px 10px 0px 0px / 10px 10px 0px 0px;
-moz-border-radius: 10px 10px 0px 0px / 10px 10px 0px 0px;
/*behavior:url(border-radius.htc);*/
}

.kakumaru-b {
border-radius: 0px 0px 10px 10px / 0px 0px 10px 10px;
-webkit-border-radius: 0px 0px 10px 10px / 0px 0px 10px 10px;
-moz-border-radius: 0px 0px 10px 10px / 0px 0px 10px 10px;
/*behavior:url(border-radius.htc);*/
}

.kakumaru-l {
border-radius: 10px 0px 0px 10px / 10px 0px 0px 10px;
-webkit-border-radius: 10px 0px 0px 10px / 10px 0px 0px 10px;
-moz-border-radius: 10px 0px 0px 10px / 10px 0px 0px 10px;
/*behavior:url(border-radius.htc);*/
}

.kakumaru-r {
border-radius: 0px 10px 10px 0px / 0px 10px 10px 0px;
-webkit-border-radius: 0px 10px 10px 0px / 0px 10px 10px 0px;
-moz-border-radius: 0px 10px 10px 0px / 0px 10px 10px 0px;
/*behavior:url(border-radius.htc);*/
}
/*--------------------------------------------------*/
.ad-kiji-hanyou {
                margin-top:10px;
                margin-left:5px;
                padding: 0px 0px 0px 0px;
                width:460px;
                text-align:center;
                background-color: #ddd;
                background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.3, transparent), color-stop(.3, #fff), to(#fff)), -webkit-gradient(linear, 0 0, 100% 0, color-stop(.3, transparent), color-stop(.3, #fff), to(#fff));
                -webkit-background-size: 12px 12px;
               }

.ad-kiji-title {
               overflow: hidden;
               max-width: 100%;
               min-width: auto;
               padding:1px 0px 1px 10px;
               text-align:left;
               background-color:#ECECEC;
               background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(.5, #F9F9F9), color-stop(.5, transparent), to(transparent));
              -webkit-background-size: 5px;
               }
.ad-kiji-title-p {
               margin-top:0px;
               margin-bottom:0px;
               color:#6C6C6C;
               display:block;
               width:100%;
               height:100%;
               text-decoration:none;
               font-size:13px;
               font-weight:900;
               }
/*--------------------------------------------------*/