
body{
    margin:8px 0px 0px 0px;
    text-align:center;
    font-size: 16px;
}

.wid960{
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

a{
    text-decoration: none;
    color:inherit;
}



/* TOP */
.head{
    height: 120px;
    background-image: url("../images/logo.jpg");
    background-repeat: no-repeat;  
}

/* LinkBox */
.link_icon_con{
    display: flex;
    padding-left: 640px;
    align-items: center;
}

.link_icon_item{
    font-size: 20px;
}

.tel{
    display: none;
}

/* BoxEnd */



/* TextLink */
.link_text{
    text-align:center;
    height:30px;
    padding-top:20px;
}

/* TextLink2 */
.span_link{
}

/* -----------------------------------------MainImage----------------------------------------- */
.noMain{
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: right;
}

.main_image{
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    font-size: 18px;
    color: #a00;
}

img.main{
    width: 960px;
    height: 540px;
}

/* -----------------------------------------Main----------------------------------------- */

h1{
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 0px;
}


/* ---------Table----------- */
table.price{
    width: 640px;
    margin-top: 20px;
    margin-left: 160px;
    background: #fff;
    border-collapse:  collapse;
    border: solid 2px orange;
}


.price th{
    border: solid 2px orange;
    background: #fed;
}

.th_top{
    display: none;
}

.th_side{
    width: 120px;
}

.price td{
    border: solid 1px;
    border-top: none;
}

td.td1{ width: 160px;}
td.td2{ width: 160px;}


/* ---------Album----------- */

h2{
    text-align: left;
    padding-left: 80px;
    font-size: 18px;
    margin-top: 60px;
    margin-bottom: 0px;
    color: darkorange;
}



/* -----Square------- */
.sherupi{
    width: 800px;
    height: 300px;
    margin-left: 80px;
    background-image: url("../images/square_ad.jpg");
    background-repeat: no-repeat;  
}


.sherupi_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-left: 440px;
}

.sherupi_item1, .sherupi_item3{
    width: 200px;
    text-align: left;
    padding-top: 20px;
}

.sherupi_item2{
    text-align: right;
    width: 150px;
    padding-top: 20px;
}


.sherupi_text {
    text-align: left;
    padding-top: 60px;
    padding-left: 440px;
}

.bold{
    font-weight: bold;
}

span.hide1{}
span.hide2{ display:none;}


/* -----DesignAlbum------- */
div.dezaaru{
    width: 800px;
    height: 300px;
    margin-left: 80px;
    background-image: url("../images/dezaaru.jpg");
    background-repeat: no-repeat;  
}

.dezaaru table{
    padding-left: 430px;
    padding-top: 50px;
}

.dezaaru td,.dezaaru th{
    border: none;
    padding-left: 10px;
}

.dezaaru th{
    text-align: left;
}

.dezaaru td{
    text-align: right;
}



/* -----DataCD------- */

div.datacd{
    width: 800px;
    height: 300px;
    margin-left: 80px;
    background-image: none;
    background-repeat: no-repeat;  
    background-size: 240px;  
}

.datacd table{
    padding-left: 80px;
    padding-top: 20px;
}

.datacd td,.datacd th{
    border: none;
    padding-left: 10px;
}

.datacd th{
    text-align: left;
}

.datacd td{
    text-align: right;
}

.dvd{
    text-align: left;
    padding-top: 40px;
    padding-left: 100px;
}

.dvd_sp{
    display: none;
}


/* ---------PC:FOOTER----------- */

.foot{
    background: #f4fbf6;
    background: #000;
}

.footbox{
    display: flex;
    background: #f4fbf6;
    background: #000;
    color: #fff;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 80px;
}

div.footbox_item{
    padding-left: 200px;
}

span.myname{
    font-weight: bold;
    font-size: 16px;
    color: orange;
    color: #f0aa00;
    color: #fff;
}

.foot_tel{
    font-weight: bold;
    color: #fff;
    padding-left: 60px;
}

span.CdBlue{
    color: orange;
}

.foot_end{
    padding-bottom: 20px;
}

.foot_map{
    background-color: white;
    font-size: 14px;
    color: black;
    height: 22px;
    width: 68px;
    padding-left: 16px;
    margin-left: 100px;
    border-radius: 5px;
}



/* --------------------------------------------------------------------------------------------- */
/* Less 960pxiTabletj */
/* --------------------------------------------------------------------------------------------- */
@media screen and (max-width: 959px) and (min-width: 520px) {

body { font-size: 12px;}
.wid960{ width: 520px;}



.head{
    height: 90px;
    background-image: url("../images/logo_tablet.jpg");
}

/* LinkBox */
.link_icon_con{
    width: 500px;
    padding-left: 280px;
}

.link_icon_item{
    font-size: 12px;
}

.link_text{
    padding-top: 0px;
    padding-left: 140px;
}

/* ---------Tablet:MainImage----------- */
img.main{ width: 480px;    height: 270px;}

h1{ font-size: 18px;}

.subtitle{ font-size: 14px;}



/* --------Tablet:Table----------- */
table.price{
    width: 500px;
    margin-left: 10px;
}

.th_side{ width: 100px;}
td.td1{ width: 120px;}
td.td2{ width: 120px;}


/* ---------Tablet:Album----------- */
h2{
    font-size: 16px;
    padding-left: 20px;
}


/* -----Tablet:Square------- */
div.sherupi{
    width: 480px;
    height: 240px;
    margin-left: 20px;
    background-size: 240px;  
}

.sherupi_box{
    margin-left: 230px;
}

.sherupi_item1, .sherupi_item3{
    padding-top: 0px;
}

.sherupi_item2{
    width: 200px;
    padding-top: 0px;
}

.sherupi_text{
    padding-top: 20px;
    padding-left: 250px;
}


/* -----Tablet:DesignAlbum------- */
div.dezaaru{
    width: 480px;
    height: 240px;
    margin-left: 20px;
    background-size: 240px;  
}

.dezaaru table{
    padding-left: 240px;
    padding-top: 5px;
}



/* -----Tablet:DataCD------- */

div.datacd{
    width: 480px;
    height: 240px;
    margin-left: -20px;
    background-image: none;
    background-repeat: no-repeat;  
    background-size: 240px;  
}

.datacd table{
    padding-left: 80px;
    padding-top: 20px;
}

.datacd td,.datacd th{
    border: none;
    padding-left: 10px;
}

.datacd th{
    text-align: left;
}

.datacd td{
    text-align: right;
}

.dvd{
    font-size: 12px;
    padding-top: 40px;
    padding-left: 90px;
}



/* ---------Tablet:FOOTER----------- */
div.footbox_item{ padding-left: 60px;}

span.myname{ font-size: 14px;}


}


/* --------------------------------------------------------------------------------------------- */
/* Less 520pxiMobilej */
/* --------------------------------------------------------------------------------------------- */
@media screen and (max-width: 519px) {

/* Resize */
body { font-size: 12px;}
.wid960{ width: 320px;}

/* Logo */
.head{
    height: 90px;
    background-image: url("../images/logo_mini.jpg");
    background-size: 120px 30px;
}

/* LinkBox */
.link_icon_con{
    width: 315px;
    padding-left: 5px;
    justify-content:
    space-between;
}

.link_icon_item{ font-size: 12px;}

.link_text{
    padding-top: 0px;
    font-size: 11px;
}

.tel{
    display: inline;
}

.no_tel{
    display: none;
}

/* ---------SP:Main----------- */
img.main{
    width: 320px;
    height: 180px;
}

/* ---------SP:Title----------- */
h1{ font-size: 20px;}

.subtitle{ font-size: 12px;}


/* --------SP:Table----------- */
table.price{
    width: 312px;
    margin-left: 4px;
}

.th_side{
    display: none;
}

.th_top{
    display: table-cell;
}

td.td1{ width: 100px;}
td.td2{ width: 100px;}


/* ---------SP:Album----------- */
h2{
    font-size: 16px;
    padding-left: 30px;
}


/* -----SP:Square------- */
div.sherupi{
    width: 240px;
    height: 320px;
    margin-left: 40px;
    background-size: 240px;  
}

.sherupi_box{
    padding-top: 10px;
    margin-left: 0px;
}

.sherupi_item1{
    width: 180px;
    text-align: left;
    margin-top: 180px;
    padding-top: 0px;
}

.sherupi_item2{
    width: 200px;
    padding-top: 0px;
}

.sherupi_item3{
    width: 180px;
    text-align: left;
    padding-top: 0px;
}

.sherupi_text {
    padding-top: 20px;
    padding-left: 20px;
}

span.hide1{ display:none;}
span.hide2{ display:inline;}

/* -----SP:DesignAlbum------- */
div.dezaaru{
    width: 240px;
    height: 320px;
    margin-left: 40px;
    background-size: 240px;  
}

.dezaaru table{
    padding-left: 10px;
    padding-top: 200px;
}

.dvd{
    font-size: 12px;
    padding-top: 20px;
    padding-left: 10px;
}


/* -----SP:DataCD------- */
div.datacd{
    width: 240px;
    height: 200px;
    margin-left: 40px;
    background-image: none;
    background-repeat: no-repeat;  
    background-size: 240px;  
}

.datacd table{
    padding-left: 10px;
    padding-top: 20px;
}

.datacd td,.datacd th{
    border: none;
    padding-left: 10px;
}

.datacd th{
    text-align: left;
}

.datacd td{
    text-align: right;
}

.dvd{
    font-size: 12px;
    padding-top: 20px;
    padding-left: 10px;
}

.dvd_sp{
    display: inline;
}


/* ---------SP:FOOTER----------- */
.footbox{ flex-direction: column;}

div.footbox_item{ padding-left: 80px;}

span.myname{ font-size: 14px;}


}






