 /* J3-T4版サイト900巾 */
.container {                   
    max-width: 898px;
    border: solid 1px silver;
    border-top: 0px;
    border-bottom: 0px;
}

#t4-header .container {
    padding-top: 0.4rem;
    padding-bottom: 0rem;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    border-bottom: 0px;
    border-radius: 10px 10px 0px 0px;
}

#t4-header {
    padding-top: 1rem;
    background-color: #fbddfb;  /* ﾓﾄ #f4c4f9 */
}
.t4-main-body {
    padding-top: 0rem;
    padding-bottom: 0rem;
    background: linear-gradient(
to top,
#fcf5fc 0%,
#fcf5fc 30%,  /* ﾓ ﾄ#ffe8f8 */
#fbddfb 60%,  /* ﾓﾄ #fcc8fc */
#fbddfb 100%  /* ﾓ ﾄ#f4c4f9 */
) no-repeat;
}
.t4-section {
    background-color: #fcf5fc;
}
.t4-section .t4-section-inner {
    background-color: #ffffff;
}

.col-md {
   background-color: seashell;
   margin-top: 15px;
   margin-right: 15px;
}

.t4-section.t4-breadcrumbs {
    border-top: 0px;
}

.t4-module {
    margin-top: 0px;
}

.showplus-images span {
    background: none no-repeat scroll center center #ffffff;
    margin-top: 5px;
    margin-left: -5px;
}

.moduletable {
    border: 0px;
    margin-left: 40px;
    margin-top: -10px;  
}

.breadcrumb { 
    font-size: 12px;
}

.page-header h2, .categories-list h2 {
    font-size: 20px;
    margin-top: 10px;
    margin-left: 20px;
}