@charset "utf-8";

main.container {
    background-color: #000000;
}

body, .black-background {
    min-width: 320px;
    font-size: 16px;
    background-color: #000000;
}

/*ヘッダー*/
header.container {
    background-color: #000000;
}

.header-content {
    border-bottom: 1px solid #000000;
}

/*ボタンの背景色変更*/
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #000000;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #000000;
}
a.dropdown-toggle.menu {
    background-color: #000000;
    color: #ffffff;
}

/*翻訳ボタン*/
.lang-div {
    color: #ffffff;
}

i.fas.fa-globe.lang {
    color: #ffffff;
}
/*カルーセルの丸*/
.carousel-indicators {
    top: 5px;
}

.row {
    max-width: 1280px;
    margin: 0 auto;
}

.footer {
    background-color: #000000;
    color: #ffffff;
}

/*メールアドレス*/
.footer span {
    color: #ffffff;
}

/*カルーセルの画像が最下層*/
div#carousel-generic {
    z-index: 0;
    overflow: hidden;
}

/*規約*/
.footer span.terms-info > a {
    color: #ffffff;
}
/*カルーセル画像の幅指定*/
.carousel-inner img {
    width: 100%;
}

.image-rotator-holder {
    position: relative;
    z-index: 0;
    display: block;
    margin-bottom: 15px;
    width: 100%;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
}


.image-rotator-holder .image-rotator-overlay {
    position: absolute;
    bottom: 0px;
    box-sizing: border-box;
    padding: 0 10px;
    background-color: rgba(255,255,255,0.5);
    line-height: 1.3;
    width: 100%;
}

/*image-rotator-overlayレスポンシブ*/
@media only screen and (min-width: 568px){
.image-rotator-holder .image-rotator-overlay {
    /* bottom: 20px; */
    padding: 0 20px;
    width: 100%;
    text-align: center;
    /* height: 135px; */
    }
}

@media only screen and (min-width: 767px){
    .image-rotator-holder .image-rotator-overlay {
        top: 40px;
        width: auto;
        padding: 0 30px;
        height: 135px;
        text-shadow: none;
        font-size: 24.17px;
    }
}

@media only screen and (min-width: 1200px){
    .image-rotator-holder .image-rotator-overlay {
        top: 40px;
        width: auto;
        padding: 0 30px;
        height: 135px;
        text-shadow: none;
        font-size: 24.17px;
    }
}

/*左上の文字色*/
/*@media only screen and (min-width: 1280px){
    .image-rotator-holder .image-rotator-overlay h1,
    .image-rotator-holder .image-rotator-overlay h2 {
        color: #fff;
    }
}
*/
/*上の文字*/
.image-rotator-holder .image-rotator-overlay h1 {
    font-weight: 400;
    font-size: 17px;
    text-align: center;
}
@media only screen and (min-width: 414px) and ( max-width:567px){
    .image-rotator-holder .image-rotator-overlay h1 {
        font-size: 20px;
    }
}

@media only screen and (min-width: 568px) and ( max-width:767px){
    .image-rotator-holder .image-rotator-overlay h1 {
        font-size: 25px;
    }
}

@media only screen and (min-width: 768px) and ( max-width:959px){
    .image-rotator-holder .image-rotator-overlay h1 {
        font-size:25px;
    }
}

@media only screen and (min-width: 960px){
    .image-rotator-holder .image-rotator-overlay h1 {
        font-size: 27px;
    }
}

/*下の文字*/
.image-rotator-holder .image-rotator-overlay h2 {
    width: 250px;
    font-weight: 400;
    font-size: 10px;
    display: inline-block;
    margin-top: 0px;
    margin: auto;
    margin-bottom: 5px;
}

@media only screen and (min-width: 414px) and ( max-width:567px){
    .image-rotator-holder .image-rotator-overlay h2 {
        width: 250px;
        font-size: 11px;
    }
}

@media only screen and (min-width: 568px) and ( max-width:639px){
    .image-rotator-holder .image-rotator-overlay h2 {
        width: 340px;
        font-size: 1em;
    }
}

@media only screen and (min-width: 640px) and ( max-width:959px){
    .image-rotator-holder .image-rotator-overlay h2 {
        width: 360px;
        font-size: 17px;
    }
}

@media only screen and (min-width: 960px){
    .image-rotator-holder .image-rotator-overlay h2 {
        width: 440px;
        font-size: 20px;
    }
}

main.container {
    position: relative;
}

/*検索タイトル*/
.selector-holder-landing h2 {
    margin: 0 0 10px;
    font-size: 25px;
}

@media only screen and (min-width: 768px){
    .selector-holder-landing h2 {
        font-size: 25px;
    }
}

@media only screen and (min-width: 960px){
    .selector-holder-landing h2 {
        font-size: 35px;
        color: #000;
        font-weight: bold;
    }
}

/*topドロップダウン*/
.dropdown-toggle{
    width: 100%;
}

.selector-holder-landing {
    position: absolute;
    bottom: 18px;
    width: 100%;
    padding: 50px 0px;
    text-align: center;
    background-color: rgba(255,255,255,0.5);
}


@media only screen and (max-width: 991px){
    .selector-holder-landing {
        position: relative;
        padding: 10px 0;
        background-color: #ffffff;

    }
}

/*検索ボックス内の項目のカーソル指定*/
a.dropdown-item {
    cursor: pointer;
}

/*項目の文字*/
button.btn.btn-secondary.dropdown-toggle {
    text-align: left;
}

/*項目の幅*/
button.btn.btn-default.dropdown-toggle {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    white-space: nowrap;
}

div.form-group > .form-control{
    color: #ffffff;
    background-color: #000000;
    border:1px solid #000000;
}

#SerialLitMapPrimaryId, #SerialLitMapModelPrefix{
    background-color: #fff;
    border: 1px solid #ccc;
}

.form-control[disabled] {
    color: #ffffff;
    background-color: #000000;
    border:1px solid #000000;
}

/*縦並びの検索ボックス*/
@media only screen and (max-width:767px){
    form.form-horizontal {
        margin: 0 auto 30px;
    }
}

@media only screen and (max-width:767px){
    .selector-wrap, .go-button {
        padding-top: 10px;
        padding-bottom: 10px;
        width: 100%;
    }
}

/*Category*/
@media only screen and (min-width: 768px) and (max-width:959px){
    #category-wrap{
        display: inline-block;
        width: 170px;
    }
}

@media only screen and (min-width: 960px) and ( max-width:1199px){
    #category-wrap{
        display: inline-block;
        width: 220px;
    }
}
/*
@media only screen and (min-width: 1280px){
    #category-wrap {
        width: 267px;
    }
}
*/
/*year*/
@media only screen and (min-width: 768px) and ( max-width:959px){
    #year-wrap{
        display: inline-block;
        width: 125px;
    }
}

@media only screen and (min-width: 960px) and ( max-width:1199px){
    #year-wrap{
        display: inline-block;
        width: 120px;
    }
}
/*
@media only screen and (min-width: 1280px){
    #year-wrap{
        width: 115px;
    }
}
*/
/*product*/
@media only screen and (min-width: 768px) and ( max-width:959px){
    #family-wrap{
        display: inline-block;
        width: 250px;
    }
}

@media only screen and (min-width: 960px) and ( max-width:1199px){
    #family-wrap{
        display: inline-block;
        width: 222px;
    }
}

/*フッターの表示*/
@media only screen and (min-width: 960px){
    .footer {
        border: 0;
    }
}

/*フォームの幅調整*/
@media only screen and (max-width: 719px){
    #ApplicationMasterSearchForm {
        width: 80%;
        margin: auto;
    }
}
/*safariにて、セレクトボックス選択時のズーム防止*/
select.form-control{
font-size:16px;
}
#outboard-modal .modal-body {
	overflow: hidden;
}
input.outboard {
	font-size: 16pt;
	width: 15pt;
	border: 1px gray solid;
	margin: 0;
	padding: 0;
	text-align: center;

}
input.outboard:focus {
	border: 1px red solid;
	color: blue;
	font-weight: bold;
}

/* Outboard検索用モーダルダイアログのフォーム */
/*#PrefixModelCode4, #PrefixTransomHeight2 {
    margin-right: 20px;
}*/

/*Outboard検索用モーダルダイアログのフォームの幅調整
@media only screen and (max-width: 360px){
    #PrefixModelCode4, #PrefixTransomHeight2 {
        margin-right: 4px;
        margin-left: 0;
    }
}*/


#outboard_plate_wrapper {
    margin: 0;
    text-align: center;
    padding: 0;
    width: 400px;
    height: 400px;
    position: relative;

}
#outboard_plate_wrapper input {
    border-color: transparent;
    border-width: 0;
    background-color: transparent;
    text-align: center;
    width: 5%;
    height: 9.25%;
    position: absolute;
    top: 23.25%;
    text-transform: uppercase;
}

@media screen and (min-width: 544px) {
    #outboard_plate_wrapper {
        left: 72px;
        font-size: 14pt;
        width: 400px;
        height: 400px;
    }
    #outboard_plate_wrapper img {
        width: 400px;
        height: 400px;
    }
    /* Outboard検索用モーダルダイアログのタイトル */
    #outboard-modal-label {
        font-size: 18pt;
    }
    #outboard_plate_wrapper li {
        font-size: 14pt;
    }
    #outboard_plate_wrapper .outboard-message {
        font-size: 14pt;
    }
}
/* スクリーンが小さいとき、ダイアログを縮小する */
@media screen and (max-width: 543px) and (min-width: 421px) {
    #outboard_plate_wrapper {
/*        -moz-transform: scale(0.8,0.8);
        -webkit-transform: scale(0.8,0.8);
        -o-transform: scale(0.8,0.8);
        -ms-transform: scale(0.8,0.8);
        transform-origin: top left;
*/
        width: 360px;
        height: 360px;
    }
    #outboard_plate_wrapper input {
        font-size: 12pt;
    }
    #outboard_plate_wrapper img {
        width: 360px;
        height: 360px;
    }
    #outboard-modal-label {
        font-size: 16pt;
    }
    #outboard_plate_wrapper li {
        font-size: 12pt;
    }
    #outboard_plate_wrapper .outboard-message {
        font-size: 12pt;
    }
}
/* スクリーンが小さいとき、ダイアログを縮小する */
@media screen and (max-width: 420px) and (min-width: 281px) {
    #outboard_plate_wrapper {
        width: 240px;
        height: 240px;
    }
    #outboard_plate_wrapper input {
        font-size: 10pt;
    }
    #outboard_plate_wrapper img {
        width: 240px;
        height: 240px;
    }
    #outboard-modal-label {
        font-size: 14pt;
    }
    #outboard_plate_wrapper li {
        font-size: 10pt;
    }
    #outboard_plate_wrapper .outboard-message {
        font-size: 10pt;
    }
}
@media screen and (max-width: 280px) {
    #outboard_plate_wrapper {
        width: 200px;
        height: 200px;
    }
    #outboard_plate_wrapper input {
        font-size: 9pt;
    }
    #outboard_plate_wrapper img {
        width: 200px;
        height: 200px;
    }
    #outboard-modal-label {
        font-size: 12pt;
    }
    #outboard_plate_wrapper li {
        font-size: 9pt;
    }
    #outboard_plate_wrapper .outboard-message {
        font-size: 9pt;
    }
}

#outboard_plate_wrapper li {
    top: 7.5%;
    height: 12.5%;
    position: absolute;
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: end;
    text-align: center;
}
.model_code {
    left: 11.25%;
    width: 25%;
}
.transom_height {
    left: 37.5%;
    width: 20%;
}
.serial_number {
    left: 57.5%;
    width: 36.25%;
}

#PrefixModelCode1 {
    left: 13.25%;
}
#PrefixModelCode2 {
    left: 18.5%;
}
#PrefixModelCode3 {
    left: 23.25%;
}
#PrefixModelCode4 {
    left: 29%;
}
#PrefixTransomHeight1 {
    left: 41.5%;
}
#PrefixTransomHeight2 {
    left: 46.75%;
}
#SerialNumberSn1 {
    left: 57.25%;
}
#SerialNumberSn2 {
    left: 62.75%;
}
#SerialNumberSn3 {
    left: 68%;
}
#SerialNumberSn4 {
    left: 73.25%;
}
#SerialNumberSn5 {
    left: 78.25%;
}
#SerialNumberSn6 {
    left: 83.5%;
}
#SerialNumberSn7 {
    left: 88.75%;
}
#outboard_plate_wrapper .outboard-message {
    position: absolute;
    left: 2.5%;
    top: 81.25%;
    height: 17.5%;
    width: 95%;
    text-align: center;
}
/* Outboard検索用モーダルダイアログのフォームのラベル */
div.modal-body > ul{
    list-style-type: none;
    font-size: 0;
    text-align: center;
    padding: 0;
}
/* Category を大文字表示 */
#ApplicationMasterCategoryId,#ApplicationMasterCategoryId option {
    text-transform: uppercase;
}

/*
div.modal-body > ul > li.model_code {
    display: inline-block;
    font-size: 16px;
    margin-right: 5px;
    margin-left: -20px
    /* margin-left: 85px; *//*
}

div.modal-body > ul > li.transom_height {
    display: inline-block;
    font-size: 16px;
    width: 77px;
}

div.modal-body > ul > li.serial_number {
    display: inline-block;
    font-size: 16px;
}
*/


/* Outboard検索用モーダルダイアログの画像下のメッセージ
.outboard-message{
    border-bottom: 1px solid #e5e5e5;
}*/
/* Outboard検索用モーダルダイアログのボタン */
.outboard-button{

}

/* .container {
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-pack:start;
    -moz-box-pack:start;
    -webkit-flex-pack:start;
    -moz-flex-pack:start;
    -ms-flex-pack:start;
    -webkit-justify-content:flex-start;
    -moz-justify-content:flex-start;
    justify-content:flex-start;

	width: 300px;
	 border: dotted 3px gray;
	padding: 3px;
} */
