@import url(/mtcoms/mt-static/support/theme_static/eiger/css/base.css);
@import url(/mtcoms/mt-static/support/theme_static/eiger/css/screen.css);

/* コメント、トラックバック用 */
@import url(/mtcoms/mt-static/support/theme_static/eiger/css/feedback.css);

.new{
	display:none;
}
.iconNew{
-moz-border-radius: 10px;    /* 古いFirefox */
   -webkit-border-radius: 10px; /* 古いSafari,Chrome */
   border-radius: 10px;         /* CSS3 */
   background-color: #fff100;   /* 背景色 */
}
.iconbtn{
-moz-border-radius: 10px;    /* 古いFirefox */
   -webkit-border-radius: 10px; /* 古いSafari,Chrome */
   border-radius: 10px;         /* CSS3 */
   background-color: #2257a7;   /* 背景色 */
   color:#fff100;
}

.mt-image-none{
    border-top : solid 3px #000000;
    border-right: solid 3px #000000;
    border-bottom: solid 3px #000000;
    border-left: solid 3px #000000;
}

h1.coco{
  position: relative;
  color: #158b2b;
  font-size: 20px;
  padding: 10px 0;
  text-align: center;
  margin: 1.5em 0;
}
h1.coco:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 150px;
  height: 58px;
  border-radius: 50%;
  border: 5px solid #a6ddb0;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
/*
/ サンプルスタイル
*/

/* 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;
}
*/
