﻿@charset "utf-8";

/**** content ****/
.wrapper div div {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

#app_relation img {
    width: 1000px;
}


#PL {
    background-color: rgba(159, 31, 42, 0.1);
}

#FA {
    background-color: rgba(198, 117, 60, 0.1);
}

#EA {
    background-color: rgba(219, 194, 51, 0.1);
}

#EM {
    background-color: rgba(154, 199, 144, 0.1);
}

#FC {
    background-color: rgba(40, 130, 79, 0.1);
}

#RM {
    background-color: rgba(82, 136, 184, 0.1);
}

#BC {
    background-color: rgba(0, 24, 179, 0.1);
}

/* navigation */
#productTop {
    position: fixed;
	cursor: pointer;
    font-weight: bold;
    height: 60px;
    width: 60px;
    bottom: 20%;
    top: 100px;
    right: 15%;
}

#header .product-navigation-img{
    padding-top: 5px;
    padding-bottom: 10px;
}
/* 各ボタンのマウスオーバー*/

#productTop_PL_img:hover{
    margin-top: 0px;
    display:inline-block;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.6);
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}
#productTop_FA_img:hover{
    margin-top: 0px;
    display:inline-block;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.6);
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}
#productTop_EA_img:hover{
    margin-top: 0px;
    display:inline-block;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.6);
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}
#productTop_EM_img:hover{
    margin-top: 0px;
    display:inline-block;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.6);
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}
#productTop_FC_img:hover{
    margin-top: 0px;
    display:inline-block;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.6);
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}
#productTop_RM_img:hover{
    margin-top: 0px;
    display:inline-block;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.6);
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}
#productTop_BC_img:hover{
    margin-top: 0px;
    display:inline-block;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.6);
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;

}

.tblProduct{
    padding:0;
    margin:0;
    width:100%;
}
.trProduct{
    height:680px;
}
.tdProduct{
    width:100%;
    text-align:center;
}
.pHeader{
    font-size:2.0vw;
    margin:0;
    line-height:225%;
}
.pBody{
    font-size:1.15vw;
    margin:0;
    line-height:225%;
}