@charset "UTF-8";
/* CSS Document */


/* ============================================================
   contentWrapper
============================================================ */
#contentWrapper{width: 1000px;margin: 20px auto 100px auto;}


/* ============================================================
   コンテンツの右メイン
============================================================ */
#rightContentMain{float: left;width: 745px;margin-left: 35px;margin-top: 23px;margin-bottom:100px;}

#newsDetails{width: 745px;position: relative;}


/* ============================================================
   news
============================================================ */
.ttlNews {font-size: 22px;line-height: 32px;margin-bottom: 15px;color: #333333;}
.ttlNews:before{/* content: ""; */width: 20px;height: 20px;background: #fb2a79;position: absolute;left: 5px;top: 6px;border-radius: 4px;}
.notNews{background-color: rgb(216, 216, 216);width: 745px;font-size: 18px;padding: 15px}

.newsIn{width: 745px;margin-bottom: 35px;}
.newsIn dl{display: table;width: 100%;min-height:60px;border-bottom:1px solid #e0e0e0;position: relative;}
.newsIn dt{display: table-cell;height: 60px;vertical-align: middle;width: 130px;padding-left: 0px;font-weight: bold;color:#505050;font-size: 14px;line-height: 18px;}
.newsIn dd{display: table-cell;height: 60px;vertical-align: middle;background: white;padding-left:0px;line-height: 1.5em;font-size: 15px;margin-right:10px;}
.newsIn dl:last-child{border: none;}
.newsIn span{margin-right: 50px}

.ttlNews02{font-size: 21px;line-height: 32px;margin-bottom: 15px;font-weight: bold;letter-spacing: 0.1em;color: #333333;border-bottom: 2px solid #fb2a79;width: 745px;}
.date{line-height: 20px;margin-bottom: 15px;font-size:12px;color:#949494;font-weight: bold;text-align: right;}
.text{width:745;font-size: 15px;line-height: 23px;margin-bottom: 60px;}









