
body {
    font-weight:300;
    overflow-wrap: break-word;
}

h1, h2, h3, h4, h5, h6 {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    font-weight: normal;
    font-style: normal;
}

.material-icons {
    vertical-align: bottom;
}

/* ============================================================================================ */
/* screen size under 768px */
/* ============================================================================================ */
.displayOnlySmall {
    display: inherit;
}
.displayOnlyLarge {
    display: none;
}

div#ice_header {
    padding-left: 1em;
    padding-right: 1em;
}
div#ice_header p.ice_home {
    font-size: 0.8em;
    line-height: 1.0em;
}
div#ice_header_products {
    display: none;
}
div#ice_header_products_sm p {
    margin-bottom: 0;
}
div#ice_header_products_sm div {
    z-index: 10000;
}
div#ice_header_products_sm a.nav-link {
    padding: 0;
    color: black;
}
div#ice_header_products_sm .dropdown-menu a {
    font-weight: 300;
}
div#ice_header_products_sm .dropdown-menu a img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
div#ice_header_products_sm .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #bebebe;
    }
div#ice_products_header {
    padding-left: 1em;
    padding-right: 1em;
}
div#ice_products_header p {
    display: none;
}

div#ice_products_header p.sm {
    display: inherit;
    font-weight: bold;
    font-size: 1em;
}
div#ice_products_header p.sm a {
    color: black;
    text-decoration: none;
}
div#ice_products_header p.sm a:hover {
    color:rgb(250, 114, 2);
    text-decoration: none;
}

div#ice_products_nav .menu_icon {
    height: 20px;
}

div#ice_products {
    padding: 1em 1em;
}
div#ice_related_products {
    padding: 2em;
}
div#ice_footer {
    padding-left: 2em;
    padding-right: 2em;
}
div#ice_header_navbar img {
    display: none;
}
div#ice_header_navbar li {
    text-align: right;
    padding-top: .5em;
    padding-bottom: .5em;
}

div#ice_products_header p {
    margin-bottom: 0;
}
div#ice_container section {
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 1em;
    padding-bottom: 1em;
}
div#ice_container2 section {
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 1em;
    padding-bottom: 1em;
}

/* Return to top */
#return_to_page_top {
    width: 36px;
    height: 36px;
    position: fixed;
    right: 20px;
    bottom: 60px;
    opacity: 0;
    transition: all 1s ease;
}
#return_to_home {
    width: 36px;
    height: 36px;
    position: fixed;
    left: 20px;
    bottom: 60px;
    opacity: 0;
    transition: all 1s ease;
}
#return_to_page_top.show,
#return_to_home.show {
    opacity: 0.7;
    transform: none;
}
#return_to_page_top a,
#return_to_home a {
    position: relative;
    display: block;
    width: 36px;
    height: 36px;
    font-size: 36px;
    text-decoration: none;
    color: #808080;
}
#return_to_page_top a:hover,
#return_to_home a:hover {
    color: #00c3ff;
}

div.product {
    padding: 1em;
    border-width: 1px;
    border-style: solid;
    border-radius: 0.8em;
    border-color: rgba(0, 0, 0, 0.5);
}

#ice_products_list div {
    margin-bottom: 0.5em;
}

#ice_products_list img.screen {
    width: 100%;
    filter: none;
}

/* ============================================================================================ */
/* over 768px */
/* ============================================================================================ */
@media screen and (min-width: 768px) {
    .displayOnlySmall {
        display: none;
    }
    .displayOnlyLarge {
        display: inherit;
    }
    
    #return_to_page_top {
        bottom: 20px;
    }
    #return_to_home {
        bottom: 20px;
    }
    
    div#ice_header {
        padding-left: 2em;
        padding-right: 2em;
    }
    div#ice_header .ice_home {
        font-size: 1.3em;   
    }
    div#ice_header .ice_home span {
        font-size: 1.0em;
    }
    div#ice_header p.ice_home {
        font-size: 1.2em;
    }
    div#ice_header_products {
        display: inherit;
    }
    div#ice_header_products_sm {
        display: none;
    }
    div#ice_products_header {
        padding-left: 2em;
        padding-right: 2em;
    }
    div#ice_products_header p {
        display: inherit;
    }
    div#ice_products_header p.sm {
        display: none;
    }

    div#ice_products_nav .menu_icon {
        height: 40px;
    }
    
    div#ice_products {
        padding: 2em 4em;
    }
    div#ice_related_products {
        padding: 5em;
    }
    div#ice_footer {
        padding-left: 5em;
        padding-right: 5em;
    }
    div#ice_header_products {
        display:block;
    }
    div#ice_header_navbar .nav_text {
        display: none;
    }
    div#ice_header_navbar img {
        display: inline;
    }
    div#ice_container section {
        padding-left: 5em;
        padding-right: 5em;
        padding-top: 2em;
        padding-bottom: 2em;
    }

    div.product {
        padding: 0;
        border-style: none;
    }
        
    #ice_products_list div {
        margin-bottom: 1em;
    }
    
    #ice_products_list img.screen {
        width: 100%;
        filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.3));
    }
    
}
/* ============================================================================================ */

#ice_header {
    background-color:#bebebe;
}
#ice_header .ice_home {
    font-weight: bold;
}
#ice_header .ice_home a {
    color: black;
}
#ice_header .ice_home a:hover {
    text-decoration: none;
}
#ice_header .ice_products_link li a {
    padding: 0;
}
#ice_header nav.navbar {
    padding: 0;
}   
#ice_header_products li img {
    width: 32px;
    height: 32px;
}

#ice_products {
    background-color:rgba(240, 245, 240, 0.26);
}
#ice_products h2 {
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid black;
}

#ice_related_products {
    background-color:rgb(210, 210, 210);
}

#ice_related_products h2 {
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

#ice_products_list h3 {
    font-size: 1.8em;
    padding-bottom: 10px;
}
#ice_products_list h3 a {
    color: black;
}
#ice_products_list h3 a:hover {
    color: rgb(250, 72, 2);
}
#ice_products_list h3 span.subtitle {
    display: block;
    font-size: 0.5em;
    color: #7f7f7f;
}
#ice_products_list h3 a:hover span.subtitle {
    color: rgb(250, 72, 2);
}

#ice_products_list img.icon {
    width: 36pt;
    float: left;
    margin-top: 5pt;
    margin-right: 10pt;
}

span.texticon {
    display: inline-block;
    margin-bottom: 2px;

    font-size: 0.8em;
    padding: 0.1em 0.5em;
    border-radius: 0.8em;
    height: 1.8em;

    border-width: 1px;
    border-style: solid;
    border-color: rgb(130, 130, 130);
    color: rgb(130, 130, 130);

    font-weight: normal;
}
span.category {
    border-color: rgb(80, 80, 80);
    background-color: rgb(80, 80, 80);
    color: white;
}

span.compatibility span.format {
    border-width: 2px;
    border-color: rgb(255, 209, 42);
    /* background-color: rgb(255, 209, 42); */
    color: black;
}
span.compatibility span.device {
    font-weight: normal;
    border-width: 2px;
    border-color: rgb(0, 164, 3);
    color: black;
}
span.compatibility span.important {
    border-color: rgb(47, 165, 255);
    color: black;
}

#ice_products_list img.store {
    width: 75pt;
}

#ice_related_products #ice_products_list h3 span.subtitle {
    color: black;
}
#ice_related_products #ice_products_list h3 a:hover span.subtitle {
    color: rgb(250, 72, 2);
}

#ice_related_products span.category {
    background-color: rgb(78, 78, 78);
    color: white;
}

#ice_related_products span.compatibility span.format {
    border-color: rgb(255, 209, 42);
    background-color: rgba(0, 0, 0, 0);
    color: black;
}
#ice_related_products span.compatibility span.device {
    border-width: 1px;
    border-color: rgb(108, 205, 87);
    color: black;
}
#ice_related_products span.compatibility span.important {
    border-color: rgb(47, 165, 255);
    background-color: rgba(0, 0, 0, 0);
    color: black;
}

#ice_products_header {
    background-color:rgb(230, 230, 230);
}

@media (max-width: 350px) {
    #ice_products_nav {
        font-size: 0.8em;
    }
}

#ice_products_nav a {
    font-weight: 500;
    color: black;   
}
#ice_products_nav a:hover {
    color:rgb(250, 114, 2);
    text-decoration: none;
}

#ice_container2 h1 {
    font-size: 2.5em;
    margin-top: .5em;
    margin-bottom: .5em;
}

#ice_container2 h2 {
    border-left: solid 10px black;
    padding-left: 10px;
    font-size: 2em;
    margin-top: .5em;
    margin-bottom: .5em;
}
#ice_container2 h3 {
    font-size: 1.5em;
    margin-top: .5em;
}
#ice_container2 h4 {
    font-size: 1.2em;
}

#ice_container h3 {
    border-left: solid 10px black;
    padding-left: 10px;
    font-size: 2.5em;
    margin-top: .5em;
    margin-bottom: .5em;
}
#ice_container h4 {
    border-left: solid 5px rgba(0, 138, 192, 1);
    background-color: rgba(0, 138, 192, 0.5);
    color: white;

    padding-left: 10px;
    font-size: 2.0em;
    margin-top: 1.5em;
    margin-bottom: .5em;
}
#ice_container h4 span {
    font-size: 80%;
    font-weight: lighter;
}
#ice_container h5 {
    border-left: solid 5px rgb(0, 138, 192);
    border-bottom: dotted 1px rgb(0, 138, 192);
    color: rgb(0, 138, 192);
    padding-left: 5px;
    margin-top: 1.5em;
    margin-bottom: .5em;
}

#ice_container h6 {
    border-left: solid 3px gray;
    font-weight:bolder;
    padding-left: 5px;
    margin-top: 1.5em;
    margin-bottom: .5em;
}

#ice_container h7 {
    font-weight: bold;
    margin-top: 1.5em;
    margin-bottom: .5em;
}

#ice_container dt {
    padding-left: 0em;
}
#ice_container dd {
    padding-left: 1em;
}

#ice_container .color {
    background-color:rgb(215, 216, 215);
}
#ice_container .color2 {
    background-color:rgb(195, 196, 195);
}
#ice_container .color_black {
    background-color:black;
    color: white;
}
#ice_container .color_black h1 {
    font-size: 2em;
}
#ice_container .color_black h2 {
    font-size: 1.5em;
}

#ice_container .screenshots {
    background-color:rgb(225, 230, 230);
}
#ice_container .videos {
    background-color:rgb(29, 31, 32);
}
#ice_container .videos h3 {
    color:white;
    border-left-color: white;
}
#ice_container .videos h4 {
    border-left-color: rgba(255, 255, 255, 0.5);
    background-color: rgba(0, 0, 0, 0);
    color: rgba(255, 255, 255, 0.5);
}

#ice_container .note {
    color: #333;
    padding-top: 2em;
    font-size: 1em;
}
div#ice_container .note section {
    padding-top: 0em;
    padding-bottom: 1em;
}
#ice_container .note h3 {
    font-weight: bold;
    border-left: none;
    padding-left: 0;
    font-size: 1.2em;
    margin-top: 0;
    margin-bottom: 0;
}
#ice_container .note h4 {
    border-left: none;
    background-color: rgba(255, 255, 255, 0);
    color: black;

    font-weight: bolder;
    border-left: none;
    padding-left: 0;
    font-size: 1em;
    margin-top: 0;
    margin-bottom: 0;
}

.legacy_product h1 {
    font-size: 3em;
}

.legacy_product strong {
    color: red;
}

.main {
    /* max-width: 800px !important; */
    width: auto !important;
    height: auto !important;
    filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.3));
    margin-top: 5px;
}

.youtube {
    max-width: 800px !important;
    width: auto !important;
    height: auto !important;
}

.dropshadow {
    filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.3));
}

.max200px {
    max-width: 200px !important;
    width: auto !important;
    height: auto !important;
}
.max300px {
    max-width: 300px !important;
    width: auto !important;
    height: auto !important;
}
.max400px {
    max-width: 400px !important;
    width: auto !important;
    height: auto !important;
}
.max500px {
    max-width: 500px !important;
    width: auto !important;
    height: auto !important;
}
.max600px {
    max-width: 600px !important;
    width: auto !important;
    height: auto !important;
}
.max700px {
    max-width: 700px !important;
    width: auto !important;
    height: auto !important;
}
.max800px {
    max-width: 800px !important;
    width: auto !important;
    height: auto !important;
}

img.sidebyside {
    margin-top: 5px;
}

#ice_footer {
    background-color: #222222;
    color: white;
}
#ice_footer h2 {
    font-size: 1em;
    font-weight: bold;
}
#ice_footer a {
    color: white;
}
#ice_footer ul {
    padding-inline-start: 10px;
}
#ice_footer .highlighted {
    color: #AFF;
}

#ice_copyright {
    text-align:center;
}
a{
    color:rgb(250, 72, 2);
}
summary {
    color:rgb(250, 72, 2);
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"]{
    padding-right: 0;
    padding-left: 0; 
    }  
.carousel {
    width:100%;  /*サイズ指定*/
    margin:auto;
}
.carousel img {
    width:100%;
}

p.model_icons {
    line-height: 65px;
}
p.model_icons img {
    width: 60px;
    height: 60px;
    border-radius: 10px;
}

ul.definition li {
    font-weight: bold;
}
ul.definition li span {
    font-size: 80%;
    font-weight: normal;
}
ul.definition li p {
    font-weight: normal;
}

strong {
    font-weight: 500;
}
.weak {
    font-weight: normal;
    font-size: 80%;
    color: gray;
}

table th {
    padding-left: 10px;
    vertical-align: top;
}
table td {
    padding-left: 10px;
    vertical-align: top;
}
table.models {
    border-spacing: 0;
    border-collapse: separate;
    border-top-color: gray;
    margin-bottom: 30px;
}
table.models th, table.models td {
    padding: 10px;
}
table.models th:nth-child(even), table.models td:nth-child(even) {
    background: #f0f0f0;
}
table.models img {
    width: 60px;
    height: 60px;
    border-radius: 10px;
}

table.stripe tr:nth-child(odd), table.stripe tr:nth-child(odd) {
    background: #f0f0f0;
}
/* table.stripe tr:nth-child(even), table.stripe tr:nth-child(even) {
} */

#google_translate_element {
    margin-top: 1em;
    margin-bottom: 1em;
}

