@charset "utf-8";

/* メディア掲載情報・受賞歴 等 
 * **************************************************/

/* ======================================
    1 : sideMenu [ サイドメニュー ]
====================================== */
 
/* ======================================
	2 :  mainCon [ メインコンテンツ ]
====================================== */

/* 共通
------------------------------------------------------------------- */
#media-awards #content  p.copy {
    line-height: 1.2;
    color: #333333;
    padding: 5px 0 0 0;
	text-align: left;
}
#media-awards #content .list {
     margin-top: 30px;
}

#media-awards #menuP p {
    background: url(../../images/common/menu_p.jpg) no-repeat;
    font-size: 95%;
}
#media-awards #menuP .active {
    color: #4B8619;
    text-decoration: none;
}
#media-awards #menuP ul li {
    background: url(../../images/common/arrow.gif) no-repeat 12px 50%;
}

/* 見出し */
/* headline */
#media-awards #content .main h1 {
    background: #cccccc;
    background: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background: linear-gradient(to bottom, #ffffff, #e6e6e6);
    border: 1px solid #c9caca;
    color: #4b8619;
    font-size: 2.0rem;
    margin: 0 0 0.8em 0;
    padding: 0.6em 0.8em 0.5em;
    position: relative;
}
#media-awards #content .main h1::after {
    border: 6px solid transparent;
    border-top: 6px solid #8fc31f;
    border-left: 6px solid #8fc31f;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    top: 0; left: 0;
    width: 0;
}
#media-awards #content  h2 {
     margin: 0 0 5px 0;
	 font-size: 15px;
	 font-weight:bold;
	 color:#4B8619;
}
/* リンク */
#media-awards #content  div > p {
	 text-align: right;
}
#media-awards #content  div > p > a {
     display: inline-block;
     margin-top: 10px;
	 font-size: 12px;
	 text-decoration:underline;
	 color:#004E97;
}

/* アンカーリンク */
#media-awards .anchor {
    margin: 25px -8px 20px 0;
    display: table;
    list-style: none;
}
#media-awards .anchor li {
    padding-right: 10px;
    display: table-cell;
    text-align: center;
}
#media-awards .anchor a {
    position: relative;  
    display: block;
    padding: 5px 5px 9px 5px;
    border: 1px solid #CCCCCC;
	font-size: 85%;
    font-weight: 700;
    color:#4B8619;
}
#media-awards .anchor a:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 3px;
    left: 50%;
    width: 0;
    height: 0;
    transform: translateX(-50%);
    border: 4px solid transparent;
    border-top: 4px solid #a6c38d;
    border-bottom-width: 0;
  }

/* 表
------------------------------------------------------------------- */
#media-awards #content  p + div {
     margin-top: 30px;
}
#media-awards #content  div + div {
     margin-top: 10px;
}
#media-awards #content  table {
	width: 100%;
     border-collapse:collapse;
	 border: 1px solid #CCCCCC;
	 border-left: none;
	 border-right: none;
	 color:#333333;
}
#media-awards #content  table th {
	 background-color: #ECF4D9;
    border-bottom: 1px solid #CCCCCC;
    vertical-align: middle;
    padding: 8px 5px 8px 5px;
    width: 20%;
	font-size: 90%;
    text-align: left;
}
#media-awards #content  table td {
    border-left: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    padding: 8px 5px;
    vertical-align: middle;
    text-align: left;
    line-height: 1.3;
}
#media-awards #content  table td > a {
	 text-decoration:underline;
	 color:#004E97;
}

.pageTop {
    margin: 40px 0 0 0;
}