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

/* ヘッダー */
#pro_souji_header .btn_area {
    margin: 10px auto 0;
}
#pro_souji_header .btn_list {
    display: flex;
    justify-content: space-between;
}
#pro_souji_header .btn_list li a:hover {
	opacity: 0.75;
}

/* 中間ファイル */
#purpose {
    width: 960px;
    margin: 30px auto;
}
#purpose h2 {
    font-size: 22px;
    line-height: 1.6em;
    color: #fff;
    background-color: #113D69;
    padding: 12px 20px;
	margin-bottom: 15px;
}
#purpose .purpose_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#purpose .purpose_list {
    width: 234px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 12px;
    margin-bottom: 8px;
    box-sizing: border-box;
}
#purpose th, td {
    vertical-align: middle;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4em;
    padding-bottom: 12px;
}
#purpose td {
    padding-left: 12px;
}
#purpose .purpose_item {
    font-size: 12px;
    line-height: 1.6em;
}
#purpose .blanklist {
    border: none;
}

#manufacturer {
    width: 960px;
    margin: 0 auto 30px;
}
#manufacturer h2 {
    font-size: 22px;
    line-height: 1.6em;
    color: #fff;
    background-color: #113D69;
    padding: 12px 20px;
	margin-bottom: 15px;
}
#manufacturer .manufacturer_wrap {
    display: flex
;
    justify-content: space-between;
}
#manufacturer .manufacturer_list {
    width: 234px;
}
#manufacturer .manufacturer_text {
    font-size: 14px;
    line-height: 1.6em;
}


#ranking {
    width: 960px;
    margin: 0 auto 30px;
}
#ranking h2 {
    font-size: 22px;
    line-height: 1.6em;
    color: #fff;
    background-color: #113D69;
    padding: 12px 20px;
	margin-bottom: 15px;
}
#ranking .ranking_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	padding-top: 10px;
}
#ranking .ranking_list {
    width: 304px;
}
#ranking .ranking_head {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 20px;
}
#ranking .ranking_head li:last-child {
    font-size: 14px;
    padding-left: 12px;
}


/* フッター */
#pro_souji_footer {
    margin: 40px auto;
}
#pro_souji_footer a:hover {
	opacity: 0.75;
}
#pro_souji_footer .bnr_area {
	text-align: center;
}