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

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	box-sizing: border-box;
}
body {
    line-height: 1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,main {
   display:block;
	box-sizing: border-box;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}
input, select {
    vertical-align:middle;
}
hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

body {
	color: #231815;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	min-width: 320px;
    padding-top: 65px;
}
a img {
	opacity: 1;
	transition: .2s;
}
a:hover img {
	opacity: 0.8;
}
input, button, select, textarea {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    font: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
textarea {
    resize: vertical;
}
select::-ms-expand {
    display: none;
}
input[type='submit'], input[type='button'], select, button {
    cursor: pointer;
}

.wrapper {
	/*width: 1000px;*/
    width: 100%;
    max-width: 1040px;
	margin: 0 auto;
}
.bold {
	font-weight: bold;
}

@media screen and (min-width: 768px)
{
    body {
        padding-top: 0;
    }
    .wrapper {
        padding: 0 24px;
    }
}





/* ヘッダ */

#header {
    border-bottom: solid 1px #e6e6e6;
    background-color: #fff;
    width: 100%;
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    height: 65px;
    z-index: 999;
}
#header-inner {
    margin: 0;
}
#header #header-logo {
    background-color: #fff;
    padding: 11px 16px;
}
#header #header-logo a {
    display: block;
    width: 236px;
}
#header #header-logo img {
    width: 100%;
    height: auto;
}

#header #submenu {
    display: none;
}

#sp-nav-toggle {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto 0;
	display: block;
	width: 30px;
	height: 30px;
	z-index: 1;
	cursor: pointer;
}
#sp-nav-toggle:before,
#sp-nav-toggle:after {
	content: "";
	position: absolute;
	display: block;
	width: 20px;
	height: 1px;
	background-color: #231815;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	-webkit-transition: .2s;
	transition: .2s;
}
#sp-nav-toggle:after {
    width: 16px;
}
#sp-nav-toggle:before {
	-webkit-transform: translate(0, -4px);
	transform: translate(0, -4px);
}
#sp-nav-toggle:after {
	-webkit-transform: translate(0, 3px);
	transform: translate(0, 3px);
}
.nav-open #sp-nav-toggle:before {
	-webkit-transform: translate(0, 0) rotate(45deg);
	transform: translate(0, 0) rotate(45deg);
}
.nav-open #sp-nav-toggle:after {
    width: 20px;
	-webkit-transform: translate(0, 0) rotate(-45deg);
	transform: translate(0, 0) rotate(-45deg);
}

@media screen and (min-width: 768px)
{
    #header {
        border-bottom: solid 1px #e6e6e6;
        position: relative;
        height: auto;
    }
    #header-inner {
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        height: auto;
    }

    #header #header-logo {
        padding: 11px 0;
    }

    #header #submenu {
        display: block;
        text-align: right;
    }
    #header #submenu a {
        color: #231815;
        text-decoration: none;
    }
    #header #submenu a:hover {
        text-decoration: none;
        opacity: 0.7;
    }
    #header #submenu-primary {
        margin-top: 15px;
        font-size: 13px;
    }
    #header #submenu-secondary {
        margin-top: 9px;
        display: flex;
        justify-content: flex-end;
        list-style: none;
        font-weight: bold;
        font-size: 13px;
    }
    #header #submenu-secondary li + li {
        margin-left: 10px;
        padding-left: 10px;
        position: relative;
    }
    #header #submenu-secondary li + li:before {
        content: "";
        height: 13px;
        border-left: solid 1px #ccc;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto 0;
    }
    #sp-nav-toggle {
        display: none;
    }
}





/* 下層カテゴリ用のナビゲーション */

#category-row-nav {
    position: fixed;
    top: 65px;
    left: 0;
    width: 100%;
    padding: 2px 0;
    background-color: rgba(255,255,255,0.95);
    z-index: 998;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    -webkit-transition: transform .4s;
    transition: transform .4s;
}
.nav-open #category-row-nav {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
#category-row-nav ul {
    margin: 0;
}
#category-row-nav ul li {
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
}
#category-row-nav ul li+li {
	border-top: solid 1px #e6e6e6;
}
#category-row-nav ul li a {
	display: block;
    box-sizing: border-box;
	width: 100%;
	text-decoration: none;
	color: #231815;
	padding: 16px 20px;
	position: relative;
}
#category-row-nav ul li a:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border: solid 1px #231815;
    border-width: 1px 1px 0 0;
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (min-width: 768px)
{
    #category-row-nav {
        position: relative;
        top: 0;
        background-color: #fff;
        padding: 24px 24px;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        transition: none;
    }
    #category-row-nav ul {
        display: flex;
        border-left: solid 1px #dbdcdc;
    }
    #category-row-nav ul li {
        flex-basis: 14.285%;
        flex-shrink: 2;
        flex-grow: 2;
        white-space: normal;
        font-size: 14px;
        line-height: 20px;
        border-right: solid 1px #dbdcdc;
        display: flex;
        align-items: center;
    }
    #category-row-nav ul li+li {
        border-top: none;
    }
    #category-row-nav ul li a {
        padding: 6px 8px;
        text-align: center;
        z-index: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }
    #category-row-nav ul li a:after {
        display: none;
    }
    #category-row-nav ul li a span {
        display: inline-block;
        padding: 0 6px;
        position: relative;
    }
    #category-row-nav ul li a span:before {
        content: "";
        display: block;
        width: 0;
        height: 5px;
        background-color: #dbdcdc;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: -1;
        transition: .2s;
    }
    #category-row-nav ul li a:hover span:before {
        width: 100%;
    }
    #category-row-nav .sp-only {
        display: none;
    }
}

@media screen and (min-width: 960px)
{
    #category-row-nav ul li {
        white-space: nowrap;
        font-size: 15px;
    }
}





/* パンくずリスト */

#breadcrumbs-container {
    border-bottom: solid 4px #204d97;
    overflow: auto;
}
#breadcrumbs {
	display: flex;
	font-size: 12px;
	line-height: 20px;
	padding: 12px 20px;
}
#breadcrumbs li {
	position: relative;
	white-space: nowrap;
	margin-right: 7px;
}
#breadcrumbs li+li {
	padding-left: 11px;
}
#breadcrumbs li+li:before {
	content: "/";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
#breadcrumbs li a {
	text-decoration: none;
	color: #204d97;
}
#breadcrumbs li a:hover {
   opacity: 0.7;
}
#breadcrumbs li:last-of-type {
	cursor: text;
}
#breadcrumbs li:last-of-type a {
	color: inherit;
	pointer-events: none;
}

@media screen and (min-width: 768px)
{
    #breadcrumbs-container {
        border-bottom-width: 10px;
    }
    #breadcrumbs {
        flex-wrap: wrap;
        font-size: 15px;
        line-height: 20px;
        padding: 20px 24px;
    }
    #breadcrumbs li+li {
        padding-left: 13px;
    }
}





/* メインコンテンツ */

#main {
	background-color: #fdf9f1;
	padding-bottom: 110px;
}

#outline {
    padding: 48px 20px;
    text-align: center;
}
.category-row-title {
	font-size: 24px;
	line-height: 32px;
	color: #ff5585;
	font-weight: bold;
	display: inline-block;
	padding: 6px 16px;
	border-bottom: solid 2px #ff5585;
	margin-bottom: 32px;
}
.category-row-caption {
	font-size: 15px;
	line-height: 30px;
}
#outline .notes {
    display: inline-block;
	font-size: 13px;
	line-height: 24px;
    text-align: left;
    list-style: none;
    margin-top: 18px;
    font-weight: bold;
}
#outline .notes li {
    position: relative;
    padding: 5px 0 5px 16px;
}
#outline .notes li:before {
    content: "※";
    position: absolute;
    left: 0;
}
#outline .notes li.red {
    color: #f00;
}

@media screen and (min-width: 768px)
{
    #outline {
        padding: 75px 24px;
    }
    .category-row-title {
        font-size: 32px;
        line-height: 40px;
        padding: 6px 24px;
        border-bottom-width: 3px;
        margin-bottom: 44px;
    }
    .category-row-caption {
        font-size: 17px;
        line-height: 34px;
    }
    #outline .notes {
        font-size: 14px;
        line-height: 24px;
        margin-top: 30px;
    }
    #outline .notes li {
        position: relative;
        padding: 6px 0 6px 18px;
    }
}





#search {
    border-top: solid 5px #ff5585;
    background-color: #fff;
    padding: 48px 24px;
}




#conditions {
/*    margin-bottom: 48px;*/
}

#tab-navigation {
    display: flex;
    flex-direction: column;
    list-style: none;
    position: relative;
    z-index: 2;
}
#tab-navigation li {
    flex-basis: 50%;
    position: relative;
}
#tab-navigation li a {
    display: block;
    background-color: #ffeaf0;
    color: #ff5585;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    padding: 12px 16px;
    text-decoration: none;
}
#tab-navigation li a:hover {
    background-color: #ffdae4;
}
#tab-navigation li a span {
    display: inline-block;
    position: relative;
    padding-left: 1.4em;
}
#tab-navigation li a span::before,
#tab-navigation li a span::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
}
#tab-navigation li a span::before {
    content: "";
    display: block;
    width: 0.8em;
    height: 0.8em;
    background-color: #fff;
    border: solid 1px rgba(0,0,0,0.2);
    z-index: 1;
}
#tab-navigation li a span::after {
    content: "✓";
    display: inline-block;
    color: #000;
    left: 1px;
    z-index: 2;
    opacity: 0;
}
#tab-navigation li a.active {
    background-color: #ff5585;
    color: #fff;
}
#tab-navigation li a.active span::after {
    opacity: 1;
}
#tab-navigation .submenu {
    list-style: none;
    width: 100%;
    position: absolute;
    top: 43px;
    display: none;
}
#tab-navigation .submenu.open {
    display: block;
}
#tab-navigation .submenu .active {
    background-color: #ff97b4;
}
#tab-navigation .submenu li {
    border-top: solid 1px #fff;
}
#tab-navigation .submenu li a {
}

#tab-container {
    border-bottom: solid 5px #eee;
    padding: 24px 0;
}
#tab-container .tab {
    display: none;
}
#tab-container .tab.active {
    display: block;
}

/*@media screen and (min-width: 560px)
{
    #tab-navigation {
        flex-direction: row;
    }
}*/

@media screen and (min-width: 768px)
{
    #tab-navigation li a {
        font-size: 16px;
        line-height: 24px;
    }
    #tab-navigation .submenu {
        top: 48px;
    }
    #tab-container {
        padding: 48px 0;
    }
}




#detail-tab {
}
#form-inner {
}
#form-inner dl {
    margin-top: 8px;
}
#form-inner dl dt,
#form-inner dl dd {
    padding: 8px 0;
    font-size: 14px;
}
#form-inner dl dt {
    padding-bottom: 0;
}
#form-inner dl dt label {
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
}
#form-inner dl dt label span {
    color: #c00;
    font-size: 12px;
    vertical-align: middle;
    display: inline-block;
    margin-left: 6px;
}
#form-inner dl dd {}

#form-inner input,
#form-inner select {
    border: solid 1px #ccc;
    line-height: 24px;
    padding: 7px 10px;
    max-width: 100%;
    box-sizing: border-box;
}
#form-inner select {
    padding-right: 32px;
}
#form-inner .errorm {
    color: #c00;
    display: block;
    margin-top: 8px;
}
#form-inner .dynamic-field {
    display: none;
}
#form-inner .dynamic-field.active {
    display: block;
}
.selector-container {
    display: inline-block;
    position: relative;
}
.selector-container:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8.7px 5px 0 5px;
    border-color: #231815 transparent transparent transparent;
    position: absolute;
    right: 12px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    pointer-events: none;
}
#product_identity {
    width: 180px;
}
#maker_name {
    width: 360px;
}
#product_name {
    width: 300px;
}
#submit-container {}
#submit-container input[type=submit] {
    display: block;
    width: 230px;
    padding: 8px;
    line-height: 24px;
    font-weight: bold;
    background-color: #000;
    color: #fff;
    text-align: center;
    margin: 16px auto 8px auto;
    font-size: 14px;
}

@media screen and (min-width: 560px)
{
    #form-inner {
        display: table;
        margin: 0 auto;
    }
    #form-inner dl {
        margin-top: 0;
        display: table-row;
    }
    #form-inner .dynamic-field.active {
        display: table-row;
    }
    #form-inner dl dt,
    #form-inner dl dd {
        display: table-cell;
        padding: 8px 0;
        vertical-align: middle;
    }
    #form-inner dl dt {
        padding-right: 24px;
    }
    #form-inner .errorm {
        display: inline-block;
        margin-left: 8px;
    }
}

@media screen and (min-width: 768px)
{
    #form-inner {
        margin-top: -8px;
    }
    #form-inner dl dt,
    #form-inner dl dd {
        font-size: 16px;
    }
    #form-inner dl dt {
        padding-right: 32px;
    }

    #submit-container input[type=submit] {
        font-size: 16px;
        line-height: 24px;
        margin: 16px auto 0 auto;
    }
}





#builders-search-container {
    padding-bottom: 48px;
}

#builders-search-container #form-inner dl {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
#builders-search-container #form-inner dl dt,
#builders-search-container #form-inner dl dd {
    padding:  0;
    font-size: 14px;
}
#builders-search-container #form-inner dl dt {
    padding-right: 16px;
}
#builders-search-container #form-inner dl dt label {
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
}
#builders-search-container #form-inner select {
    min-width: 158px;
}

@media screen and (min-width: 480px)
{
    #builders-search-container form {
        display: flex;
        align-content: center;
        justify-content: center;
    }
    #builders-search-container #form-inner select {
        min-width: 140px;
    }
    #builders-search-container #submit-container input[type=submit] {
        width: 140px;
        margin: 0 0 0 16px;
    }
}

@media screen and (min-width: 560px)
{
    #builders-search-container #form-inner {
        display: block;
        margin: 0;
    }
    #builders-search-container #form-inner dl {
        display: flex;
    }
    #builders-search-container #form-inner dl dt,
    #builders-search-container #form-inner dl dd {
        display: block;
        padding: 0;
    }
    #builders-search-container #form-inner dl dt {
        padding-right: 24px;
    }
}

@media screen and (min-width: 768px)
{
    #builders-search-container #form-inner dl dt label,
    #builders-search-container #form-inner dl dd,
    #builders-search-container #form-inner select {
        font-size: 16px;
    }
    #builders-search-container #form-inner dl dt {
        padding-right: 24px;
    }
    #builders-search-container #submit-container input[type=submit] {
        font-size: 14px;
        margin: 0 0 0 16px;
    }
}





#maker-tab {
    margin-bottom: -36px;
}

#maker-tab-notes {
    font-size: 13px;
    line-height: 20px;
    margin: 0 10px 12px 10px;
    padding-left: 16px;
    position: relative;
}
#maker-tab-notes:before {
    content: "※";
    position: absolute;
    left: 0;
}

.maker-group {
    display: none;
    margin-bottom: 36px;
}
.maker-group.active {
    display: block;
}
.maker-group .category-name {
    background-color: #e6e6e6;
    font-weight: bold;
    padding: 8px 12px;
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 20px;
}

.maker-group-header {
    display: flex;
    justify-content: space-between;
    padding: 8px 12px;
    background-color: #f6f6f6;
    font-size: 14px;
    line-height: 20px;
}
.maker-group-header-label {}
.maker-group-header-list {
    display: flex;
    list-style: none;
}
.maker-group-header-list li {
    padding: 0 2px;
}
.maker-group-header-list li a {}
.maker-group-header-list .cap-current {
    color: #c00;
    font-weight: bold;
}
.maker-group-header-list .cap-undefined {
    color: #bbb;
}

.maker-group-body {}
.maker-gropup-rows {
    padding: 10px 12px;
    margin-bottom: 12px;
    list-style: none;
}
.maker-gropup-rows li {
    padding: 4px 0 4px 18px;
    position: relative;
    font-size: 14px;
    line-height: 20px;
}
.maker-gropup-rows li:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background-color: #000;
    position: absolute;
    left: 4px;
    top: 13px;
}
.maker-gropup-rows li a {}

@media screen and (min-width: 768px)
{
    #maker-tab {
        margin-bottom: -48px;
    }
    #maker-tab-notes {
        font-size: 15px;
        line-height: 22px;
        margin: 0 0 20px 10px;
        padding-left: 18px;
    }
    .maker-group {
        margin-bottom: 48px;
    }
    .maker-group .category-name {
        font-size: 16px;
        line-height: 24px;
    }

    .maker-group-header {
        font-size: 15px;
        line-height: 22px;
    }
    .maker-gropup-rows {
        margin-bottom: 18px;
    }
    .maker-gropup-rows li {
        font-size: 16px;
        line-height: 24px;
        padding-left: 20px;
    }
    .maker-gropup-rows li:before {
        width: 6px;
        height: 6px;
        border-radius: 6px;
    }
}





#results {
}
#results-table-container {
    overflow: auto;
    width: 100%;
}
#results table {

    min-width: 100%;
/*    max-width: 992px;*/
    table-layout: fixed;

}
#results table th,
#results table td {
    border: solid 1px #eee;
    padding: 12px;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
}
#results table th {
    white-space: nowrap;
}
#results table td {}

#results table td dl {
    margin: -12px;
    white-space: nowrap;
}
#results table td dl+dl {
    border-top: solid 1px #eee;
    margin-top: 12px;
}
#results table td dl dt,
#results table td dl dd {
    min-height: 32px;
    padding: 6px  12px;
    text-align: center;
}
#results table td dl dt {
    border-bottom: solid 1px #eee;
}
#results table td dl dd {}

#results table .center {
    text-align: center;
}
#results table .nowrap {
    white-space: nowrap;
}

#paginator {}
#paginator ul {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    line-height: 20px;
    font-size: 14px;
}
#paginator ul li {
    position: relative;
    padding: 4px 0;
}
#paginator ul li+li:before {
    content: "";
    display: block;
    width: 1px;
    height: 8px;
    background-color: #ddd;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
#paginator ul li a,
#paginator ul li span {
    display: block;
    padding: 0 12px;
}

#search-result-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    background-color: #eee;
    padding: 6px 10px;
    margin-bottom: 16px;
    font-size: 13px;
    line-height: 21px;
    gap: 4px 10px;
}
.results-message {
    white-space: nowrap;
}
.results-message span {
    color: #c00;
}
.download-link {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}

.result-notes {
    padding: 6px 10px 18px 10px;
}
.result-notes .red {
    color: #c00;
}
.result-notes-label {
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    position: relative;
    padding-left: 1.25em;
}
.result-notes-label::before {
    content: "◆";
    position: absolute;
    left: 0;
}
.result-notes-list {
    list-style: none;
    font-size: 13px;
    line-height: 20px;
    margin: 6px 0 10px 0;
}
.result-notes-list li {
    position: relative;
    padding: 2px;
    padding-left: 18px;
}
.result-notes-list li:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background-color: #231815;
    position: absolute;
    left: 6px;
    top: 10px;
}

.empty-message {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    margin-top: 48px;
}

@media screen and (min-width: 768px)
{
    #results table th,
    #results table td {
        font-size: 16px;
        line-height: 22px;
    }

    #paginator ul {
        margin-top: 32px;
        line-height: 24px;
        font-size: 15px;
    }
    #paginator ul li+li:before {
        height: 10px;
    }

    #search-result-header {
        padding: 8px 10px;
        font-size: 15px;
        line-height: 23px;
        gap: 4px 16px;
    }
    .download-link {
        font-size: 19px;
        line-height: 27px;
    }

    .result-notes {
        padding: 8px 10px 21px 10px;
    }
    .result-notes-label {
        font-size: 15px;
    }
    .result-notes-list {
        font-size: 14px;
        margin-top: 8px;
        margin-bottom: 14px;
    }

    .empty-message {
        font-size: 16px;
        line-height: 24px;
    }
}





#product-detail {
    padding-top: 48px;
    text-align: center;
}
#product-detail-title {
    font-size: 16px;
    line-height: 24px;
    margin: 0 20px 24px 20px;
}
#product-detail-title span {
    display: inline-block;
    margin: 0 8px;
}
#product-detail-title .maker-name {}
#product-detail-title .product-name {}

#product-detail-main-container {
    border-top: solid 5px #ff5585;
    background-color: #fff;
    text-align: left;
    padding: 10px 20px;
}
#product-detail-main {
}
#product-detail-main dl {
    margin: 10px 0;
}
#product-detail-main dl+dl {
    padding-top: 10px;
    border-top: solid 1px #eee;
}
#product-detail-main dl dt,
#product-detail-main dl dd {
    font-size: 14px;
    line-height: 20px;
}
#product-detail-main dl dt {
    font-weight: bold;
    margin-bottom: 2px;
}
#product-detail-main dl dd {}

#product-detail .back-btn {
    margin-top: 24px;
    font-size: 14px;
    line-height: 20px;
}
#product-detail .back-btn a {}

@media screen and (min-width: 560px)
{
    #product-detail-main-container {
        padding: 20px;
    }
    #product-detail-main {
        display: table;
        border: solid 1px #eee;
        border-width: 0 1px 1px 0;
        width: 100%;
    }
    #product-detail-main dl {
        margin: 0;
        display: table-row;
    }
    #product-detail-main dl+dl {
        padding-top: 0;
    }
    #product-detail-main dl dt,
    #product-detail-main dl dd {
        display: table-cell;
        padding: 8px 12px;
        border: solid 1px #eee;
        border-width: 1px 0 0 1px;
    }
    #product-detail-main dl dt {
        margin-bottom: 0;
        white-space: nowrap;
    }
    #product-detail-main dl dd {
        width: 100%;
    }
}

@media screen and (min-width: 768px)
{
    #product-detail-title {
        font-size: 20px;
        line-height: 28px;
        margin: 0 24px 46px 24px;
    }
    #product-detail-title span {
        margin: 0 10px;
    }
    #product-detail {
        padding-top: 75px;
    }
    #product-detail-main-container {
        padding: 24px;
    }
    #product-detail-main dl dt,
    #product-detail-main dl dd {
        padding: 10px 14px;
        font-size: 15px;
        line-height: 24px;
    }
    #product-detail .back-btn {
        margin-top: 32px;
        font-size: 16px;
        line-height: 24px;
    }
}





#footer {
}
#footer-primary {
	background-color: #fff;
	padding: 28px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#footer-primary-info p {
	font-size: 13px;
	line-height: 19px;
    margin-bottom: 8px;
}
#footer-primary-mark a {
	display: block;
	width: 236px;
    margin: 8px auto 0 auto;
}
#footer-primary-mark a img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#footer-secondary {
	background-color: #204d97;
	color: #fff;
}
#footer-secondary #copyright {
	display: block;
	padding: 12px 0;
	text-align: center;
	font-size: 10px;
	line-height: 1.6;
	letter-spacing: 1px;
}

@media screen and (min-width: 768px)
{
    #footer-primary {
        flex-direction: row;
        justify-content: space-between;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #footer-primary-info p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0;
    }
    #footer-primary-info {
        padding-right: 20px;
    }
    #footer-primary-mark a {
        margin: 0;
    }
}





.alert-box {
    padding-top: 24px;
}
.alert-box p {
    display: inline-block;
    text-align: left;
    color: #f00;
    font-size: 13px;
    line-height: 23px;
    font-weight: bold;
}

@media screen and (min-width: 768px)
{
    .alert-box {
        padding-top: 32px;
    }
    .alert-box p {
        font-size: 16px;
        line-height: 26px;
    }
}




#outline,
#search,
#product-detail {
    max-width: 1280px;
}
#results table .product_name_column {
    min-width: 240px;
}
#results-container-scrollbar {
    width: 100%;
    height: 17px;
    overflow-x: scroll;
    overflow-y: hidden;
    opacity: 0;
}
#results-container-scrollbar-inner {
    height: 1px;
    width: 100%;
}
#results-container-scrollbar.active {
    opacity: 1;
}

/*@media screen and (min-width: 1328px)
{
    #search {
        max-width: calc(100% - 48px);
    }
}*/
