.productdetail img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.part00 {
}

    .part00 .container {
    }

    .part00 .logo1 {
        width: 230px;
        float:left;
    }
    .part00 .logo2 {
        width: 230px;
        float: right;
    }

.part01 {
}

    .part01 .container {
        position: relative;
    }
    .part01 .photo {
        padding:60px 0;
    }
    .part01 .photo img {
        max-width:100%;
    }

    .part01 .text {
        width: 360px;
        position: absolute;
        top: 30%;
        left: 60%;
        text-align: left;
        padding: 20px;
    }

        .part01 .text h6 {
            width:148px;
            color: #ffffff;
            background: #0e4a86;
            padding: 8px;
            border-radius: 4px;
            font-size: 12px;
            font-weight: 300;
            margin-bottom:0px;
            text-align:center;
        }
        .part01 .text h1 {
            color: #0e4a86;
            font-size: 4em;
            font-weight:600;
            margin-bottom:0px;
        }
        .part01 .text h2 {
            color: #0e4a86;
            font-size: 2.0em;
            font-weight: 300;
            letter-spacing: 20px;
            margin-bottom: 0px;
        }
        .part01 .text p {
            color: #333;
            font-size: 1.2em;
            line-height: 2em;
        }



.part02 {
    margin-bottom:6em;
}

    .part02 .container {
        position: relative;
    }

    .part02 .texta {
        width: 220px;
        float: left;
    }
        .part02 .texta h6 {
            color: #333;
            padding: 8px;
            border: 1px solid #999999;
            font-size: 12px;
            font-weight: 300;
            margin-bottom: 8px;
            text-align: center;
        }
        .part02 .texta p {
            color: #333;
            font-size: 12px;
            text-align: center;
        }

    .part02 .textb {
        width: 220px;
        float: right;
    }
        .part02 .textb h2 {
            color: #333;
            font-size: 16px;
            font-weight: 600;
            margin-bottom: -6px;
            text-align: center;
        }
        .part02 .textb a {
            color: #333;
            font-size: 32px;
            margin-bottom: 0px;
            text-align: center;
            display: block;
            margin-bottom: -8px;
        }

        .part02 .textb p {
            color: #333;
            font-size: 12px;
            text-align: center;
        }



@media(max-width:1024px) {
}

@media (max-width: 768px) {
    .part01 .text {
        width: 50%;
        position: absolute;
        top: 30%;
        left: 50%;
        text-align: left;
        padding: 20px;
    }

}

@media (max-width: 640px) {
    .part01 .text {
        width: 50%;
        position: absolute;
        top: 30%;
        left: 50%;
        text-align: left;
        padding: 20px;
    }

}

@media (max-width: 480px) {


    .part00 .logo1 {
        width: 120px;
        float: left;
    }

    .part00 .logo2 {
        width: 120px;
        float: right;
    }

    .part01 .photo {
        padding: 40px 0;
    }

    .part01 .photo img {
        max-width: 80%;
    }

    .part01 .text {
        width: 100%;
        position: relative;
        top: 40px;
        left: 0;
        text-align: left;
        padding: 10px;
    }

        .part01 .text h6 {
            width: 148px;
            color: #ffffff;
            background: #0e4a86;
            padding: 8px;
            border-radius: 4px;
            font-size: 12px;
            font-weight: 300;
            margin-bottom: 0px;
            text-align: center;
        }

        .part01 .text h1 {
            color: #0e4a86;
            font-size: 4em;
            font-weight: 600;
            margin-bottom: 0px;
        }

        .part01 .text h2 {
            color: #0e4a86;
            font-size: 2.0em;
            font-weight: 300;
            letter-spacing: 20px;
            margin-bottom: 0px;
        }

        .part01 .text p {
            color: #333;
            font-size: 1.2em;
            line-height: 2em;
        }

    .part02 {
        margin-bottom: 2em;
    }

        .part02 .texta {
            width: 180px;
            float: left;
        }

            .part02 .texta h6 {
                color: #333;
                padding: 8px;
                border: 1px solid #999999;
                font-size: 11px;
                font-weight: 300;
                margin-bottom: 8px;
                text-align: center;
            }

            .part02 .texta p {
                color: #333;
                font-size: 10px;
                text-align: center;
            }

        .part02 .textb {
            width: 160px;
            float: right;
        }

            .part02 .textb h2 {
                color: #333;
                font-size: 12px;
                font-weight: 600;
                margin-bottom: -6px;
                text-align: center;
            }

            .part02 .textb a {
                color: #333;
                font-size: 22px;
                margin-bottom: 0px;
                text-align: center;
                display: block;
                margin-bottom: -8px;
            }

            .part02 .textb p {
                color: #333;
                font-size: 11px;
                text-align: center;
            }

}

@media (max-width: 320px) {

    .part00 .logo1 {
        width: 100px;
        float: left;
    }

    .part00 .logo2 {
        width: 100px;
        float: right;
    }
    .part01 .photo {
        padding: 40px 0;
    }

        .part01 .photo img {
            max-width: 80%;
        }

    .part01 .text {
        width: 100%;
        position: relative;
        top: 40px;
        left: 0;
        text-align: left;
        padding: 10px;
    }

        .part01 .text h6 {
            width: 148px;
            color: #ffffff;
            background: #0e4a86;
            padding: 8px;
            border-radius: 4px;
            font-size: 12px;
            font-weight: 300;
            margin-bottom: 0px;
            text-align: center;
        }

        .part01 .text h1 {
            color: #0e4a86;
            font-size: 4em;
            font-weight: 600;
            margin-bottom: 0px;
        }

        .part01 .text h2 {
            color: #0e4a86;
            font-size: 2.0em;
            font-weight: 300;
            letter-spacing: 20px;
            margin-bottom: 0px;
        }

        .part01 .text p {
            color: #333;
            font-size: 1.0em;
            line-height: 2em;
        }

    .part02 {
        margin-bottom: 2em;
    }


        .part02 .texta {
            width: 220px;
            float: none;
            margin: 20px auto 20px auto;
        }

            .part02 .texta h6 {
                color: #333;
                padding: 8px;
                border: 1px solid #999999;
                font-size: 12px;
                font-weight: 300;
                margin-bottom: 8px;
                text-align: center;
            }

            .part02 .texta p {
                color: #333;
                font-size: 12px;
                text-align: center;
            }

        .part02 .textb {
            width: 220px;
            float: none;
            margin: 40px auto 20px auto;
        }

            .part02 .textb h2 {
                color: #333;
                font-size: 16px;
                font-weight: 600;
                margin-bottom: -6px;
                text-align: center;
            }

            .part02 .textb a {
                color: #333;
                font-size: 32px;
                margin-bottom: 0px;
                text-align: center;
                display: block;
                margin-bottom: -8px;
            }

            .part02 .textb p {
                color: #333;
                font-size: 12px;
                text-align: center;
            }

}