@charset "utf-8";

/* -------------------------------------
and_article.css (M)  ver.1
last update : 14.03.25 16:15
------------------------------------- */

/* =====================================
and box
------------------------------------- */


.menu_andm ul li p, .menu_andw ul li p {
  margin-bottom: 5px;
  font-size: 75%;
  line-height: 130%;
  }
  .menu_andm .contents_message.red {
    margin-left: 0px;
    margin-right: 0;
  }
  .menu_andm .contents_message.red ul{
  width: 150px;
  height: 150px;
  margin: 10px 5px 10px 3px;
  }
.menu_andm .contents_message.red ul li {
  font-size: 65%;
  
  background: url("http://www.asahicom.jp/and_M/css/images/mrk_allow.jpg") no-repeat 0 -1px;
  position: relative;
  background-size: 10px 10px;
  }

.menu_andm .contents_message.red ul li a {
  width: 135px;
  }


.menu_andm .red ul,
.menu_andw .red ul {
border: 0;
letter-spacing: 0;
}
.menu_andm .red{
margin-bottom: 5px;
width: 155px;
height:155px;
padding:0;
}
.menu_andm .gray {
background-color: #999;
margin-bottom: 5px;
width: 126px;
height: 122px;
padding: 18px 16px;
}
.menu_andm .gray p {
  font-size: 85%;
}
.contents_message {
height: 166px;
_height: 226px;
padding: 30px 15px;
color: white;
overflow: hidden;
}
.menu_andm .gray h2 {
padding-bottom: 5px;
margin-bottom: 0;
color: white;
font-weight: bold;
line-height: 1.25;
cursor: pointer;
}
.menu_andm .contents_message ul li {
float: none;
width: auto;
height: auto;
margin: 0 0 6px 0;
padding: 0 0 0 11px;
background: url("http://www.asahicom.jp/and_M/css/images/mrk_allow.jpg") no-repeat 0 0;
font-size: 75%;
position: relative;
}
.menu_andm .contents_message ul li a {
display: block;
overflow: hidden;
width: 185px;
white-space: nowrap;
text-overflow: ellipsis;
-webkit-text-overflow: ellipsis;
-o-text-overflow: ellipsis;
color: #FFF;
}
.menu_andm .contents_message ul li a:hover {
color: #FFC3F1;
}
.menu_andm .gray h2 a {
font-size: 80%;
display: block;
width: auto;
height: auto;
background-image: none;
padding: 0;
}
.menu_andm .gray h2 a:hover,
.menu_andm .gray h2 a:active {
background: url(./images/arrow_link_ov.gif) no-repeat right center;
color: #DDD;
}

.menu_andw .red {
  height: 102px;
  overflow: hidden;
  padding: 18px 25px;
  margin-bottom: 5px;
}
.menu_andw .red a {
  color: #FFF;
  font-size: 80%;
  line-height: 133%;
  overflow: hidden;
  width: 100px;
}

/* 横幅1000以下 */
@media screen and (max-width: 1000px) {
  .menu_andw .red {
    height: 102px;
    overflow: hidden;
    padding: 8px 10px;
    margin-bottom: 5px;
  }
  .menu_andm .gray p {
    font-size: 80%;
  }
}

/* 横幅480以下 */
@media screen and (max-width:480px){
  .menu_andm,
  .menu_andw {
    display: none;
  }
}
