@charset "UTF-8";

/*=======================================*/
/*   共通                                                                                         */
/*------------------------------------------------------*/
* {
    font-size: 13px;
    color: #666666;
}

#main_contents .pdf_area li {
	background-position: 0 13px;
}

/* 見出し */
h2.module_title {
    padding-left: 5px;
    margin-bottom: 20px;
    width: 721px;
    height: 57px;
    background: url(../../img/solution/headingTitle.gif) no-repeat;
    font-size: 19px;
    color: #666666;
    line-height: 1.4em;
}

h2.module_title span {
    margin: 6px 0 0;
    padding: 0 2px;
    background-color: #407ebb;
    font-size: 12px;
    color: #ffffff;
    line-height: 18px;
    display: inline-block;
}

.topics_contents {
    margin: 0;
}

/* コンテンツ */
.topics_contents div {
    overflow: hidden;
}

.item_img {
    margin-right: 20px;
    float: left;
}

.message_title {
    font-weight: bold;
    font-size: 16px;
}

.name {
    font-weight: bold;
    font-size: 12px;
    text-align: right;
}