﻿@charset "utf-8";

.td_bridge #contents .headSection .leftArea .title {
	font-size: 150%;
	line-height: normal;
	letter-spacing: 0.025em;
	padding-left: 15px;
}
.td_bridge #contents .headSection .leftArea .productsLogo {
	float: left;
	padding-right: 15px;
}

.td_bridge #contents .bridgeNav li {
	float:left;
	width:316px;
	margin-left:5px;
}
.td_bridge #contents .bridgeNav li:first-child {
	margin-left:0;
}
.td_bridge #contents .bridgeNav li a {
	display:block;
	text-align:center;
	color:#fff;
	background:#0a54a2 url(/products/discproducer/td_bridge/images/index_ico01.gif) no-repeat center bottom;
	padding:15px 0 25px;
}

.td_bridge .bg_f2f5fa {
	background:#f2f5fa;
}

/*2024.6.26追記*/

.btnBox .grid12 {
    width: 100%;
}
.btnBox .btn_internal {
    background-image: url(/common/images/ico_link_02.png);
}
.btnBox > div > a {
    box-sizing: border-box;
    display: inline-block;
    padding: 1.25em 4em;
    background: #005AB4;
    font-size: 1.125rem;
    font-weight: bold;
    color: #fff !important;
    text-decoration: none !important;
    text-align: center;
    line-height: 1.35;
    background-repeat: no-repeat;
    background-position: 7% 50%;
}
.btnBox a:hover {
    opacity: 0.7;
}
.technology {
    display: inline-block;
    width: 100%
}
.technology_box {
    margin-top: 30px;
    font-size: 130%;
    font-weight: bold;
    color: #595959;
    text-align: center;
}
.technology .technology_box a {
    text-decoration: none;
    color: #000;
    padding: 30px 70px;
    background: #e7e7e7;
}

.technology .technology_box a:hover {
    opacity: 0.7 !important;
}