﻿@charset "UTF-8";
/* CSS Document */

/*======================================

C4110 台紙紹介/台紙一覧 に関わるCSS

======================================*/
/* #c4110 .categoryColoredBox */
#c4110 .categoryColoredBox > p .closeBtn.open{
    background-image: url("../img/icn_triangle_blue_01_back.png");
}
#c4110 .categoryColoredBox form {
    display: none;
}
#c4110 .celebrate .categoryColoredBox .table {
    background-image: url("../img/icn_triangle_black_01.png");
    background-position: 20px center;
    background-repeat: no-repeat;
    border-left: 5px solid #f7b2d4;
    padding-left: 37px;
}
#c4110 .sympathy .categoryColoredBox .table {
    background-image: url("../img/icn_triangle_black_01.png");
    background-position: 20px center;
    background-repeat: no-repeat;
    border-left: 5px solid #d4bed3;
    padding-left: 37px;
}
#c4110 .general .categoryColoredBox .table {
    background-image: url("../img/icn_triangle_black_01.png");
    background-position: 20px center;
    background-repeat: no-repeat;
    border-left: 5px solid #b2d8d4;
    padding-left: 37px;
}
/* #c4110 .strongBox */
#c4110 .strongBox {
    border:1px solid #d3d3d3;
    width:960px;
    padding:20px;
    overflow:hidden;
    box-sizing: border-box;
    margin-top:15px;
}
#c4110 .strongBox > p,
#c4110 .strongBox > div {
    float:left;
}

#c4110 .strongBox > p {
    width:105px;
}
#c4110 .strongBox > p > img{
    width: 92px;
}
#c4110 .strongBox > div {
    width: 810px;
}
#c4110 .strongBox .sentence ul {
    margin-top:0px;
}
#c4110 .strongBox .sentence ul li {
    margin-top:20px;
    text-indent:-1rem;
    margin-left:1rem;
}
/* #c4110 .mountLst */
#c4110 .mountLst {
    margin-top:15px;
    text-align: left;
}
#c4110 .mountLst li {
    display: inline-block;
}

#c4110 .mountLst li.celebrate_mountLst_ac {
    background-color: #e60071;
	padding: 2px;
}
#c4110 .mountLst li.celebrate_mountLst {
    border: #e60071 solid 2px;
	margin-left:5px;
	color: #e60071;
}
#c4110 .mountLst li.celebrate_mountLst:hover {
    background-color: #f35485;
}
#c4110 .mountLst li.sympathy_mountLst_ac {
    background-color: #71286e;
	margin-left:5px;
	padding: 2px;
}
#c4110 .mountLst li.sympathy_mountLst {
    border: #71286e solid 2px;
	margin-left:5px;
	color: #71286e;
}
#c4110 .mountLst li.sympathy_mountLst:hover {
    background-color: #951e90;
}
#c4110 .mountLst li.general_mountLst_ac {
    background-color: #007d70;
    margin-left:5px;
	padding: 2px;
}
#c4110 .mountLst li.general_mountLst {
    border: #007d70 solid 2px;
	margin-left:5px;
	color: #007d70
}
#c4110 .mountLst li.general_mountLst:hover {
    background-color: #0d9183;
}
#c4110 .mountLst li a {
    padding: 13px 15px;
    display: block;
}
#c4110 .mountLst li a:hover {
    text-decoration: none;
}
#c4110 .mountLst li a span {
    background-image:url("../img/icn_arrow_white_01.png");
    background-repeat:no-repeat;
    background-position: 0 center;
    padding-left: 8px;
    font-size:1.5rem;
    color:#fff;
}
#c4110 .mountLst li a span.celebrate {
    background-image:url("../img/icn_arrow_pink_01.png");
    background-repeat:no-repeat;
    background-position: 0 center;
    padding-left: 8px;
    font-size:1.5rem;
    color:#e60071;
}
#c4110 .mountLst li a:hover span.celebrate {
   background-image:url("../img/icn_arrow_white_01.png");
    color:#fff;
}
#c4110 .mountLst li a span.sympathy {
    background-image:url("../img/icn_arrow_purple_01.png");
    background-repeat:no-repeat;
    background-position: 0 center;
    padding-left: 8px;
    font-size:1.5rem;
    color:#71286e;
}
#c4110 .mountLst li a:hover span.sympathy {
   background-image:url("../img/icn_arrow_white_01.png");
    color:#fff;
}
#c4110 .mountLst li a span.general {
    background-image:url("../img/icn_arrow_green_01.png");
    background-repeat:no-repeat;
    background-position: 0 center;
    padding-left: 8px;
    font-size:1.5rem;
    color:#007d70;
}
#c4110 .mountLst li a:hover span.general {
   background-image:url("../img/icn_arrow_white_01.png");
    color:#fff;
}

#c4110 .categoryColoredBox select {
    min-width: 128px;
}

/* #c4110 .strongBox_2 */
#c4110 .strongBox_2 {
    border:1px solid #d3d3d3;
    border-top:none;
    width:960px;
    padding:20px;
    overflow:hidden;
    box-sizing: border-box;
}
#c4110 .strongBox_2 > p,
#c4110 .strongBox_2 > div {
    float:left;
}

#c4110 .strongBox_2 > p {
    width:85px;
    margin-top:5px;
    margin-right:20px;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
}
#c4110 .strongBox_2 > div {
    width: 810px;
}
#c4110 .copy {
    margin: 5px 0px 0px 0px;
    font-size: 1.4em;
    line-height: 1.1;
    color: #666;
}

/* #c4110 .strongBox_3 */
#c4110 .strongBox_3 {
    border:1px solid #d3d3d3;
    border-top:none;
    width:960px;
    padding:20px;
    overflow:hidden;
    box-sizing: border-box;
}
#c4110 .strongBox_3 > p,
#c4110 .strongBox_3 > div {
    float:left;
}

#c4110 .strongBox_3 > p {
    width:85px;
    margin-top:5px;
    margin-right:20px;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
}
#c4110 .strongBox_3 > div {
    width: 810px;
}
/* 【D受-H29-217】改善対応 『台紙一覧の表示列数変更』 */
#c4110 .itemLst {
	border-bottom: 3px double #aadee2;
}
#c4110 .itemLst:last-of-type {
	border-bottom: none;
}
#c4110 .itemLst > li {
    border-left: 1px dotted #1da8b8;
    border-right: 1px dotted #1da8b8;
    box-sizing: border-box;
    float: left;
    margin: 18px 0;
    padding: 0 4px;
    width: 192px;
}
#c4110 .itemLst > li > p.itemLst_img {
    background-image: url("../img/itemLst/bg_itemLst.png");
    background-position: 0 bottom;
    background-repeat: no-repeat;
    width: 180px;
    height: 180px;
    padding-bottom: 7px;
    position: relative;
}
#c4110 .itemLst > li > p.itemLst_img span {
    width: 182px;
    height: 182px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
}
#c4110 .itemLst > li > p.itemLst_img span.flag {
    opacity: 1;
}
#c4110 .itemLst > li > p.itemLst_img span:hover {
    opacity: 1;
}
#c4110 .itemLst > li > p.itemLst_img a img {
    border: 1px solid #2c6db4;
    box-sizing: border-box;
    height: 180px;
    width: 180px;
}
#c4110 .itemLst > li > dl > dt {
    color: #2a6bb3;
    font-weight: bold;
    font-size: 1.1rem;
    line-height: 1.3;
    margin-bottom: 12px;
    margin-top: 8px;
}
#c4110 .itemLst > li > dl > dd > p {
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1.4;
}
#c4110 .itemLst > li > dl > dd > p > em.itemLst_price {
    font-size: 1.5rem;
}
#c4110 .itemLst > li > dl > dd > p > small.tax {
	font-size: 0.9rem;
}
#c4110 .itemLst > li > dl > dd > p > small.annotation {
	font-size: 1.1rem;
}
#c4110 .itemLst li p.text_center a.mainBtn_normal {
	font-size: 1.1rem;
	margin-top: 16px;
}
#c4110 .itemLst > li:nth-of-type(5n),
#c4110 .itemLst > li:nth-of-type(5n+2),
#c4110 .itemLst > li:nth-of-type(5n+3),
#c4110 .itemLst > li:nth-of-type(5n+4) {
    border-left:none;
}
/* #c4110 .banner  */
#c4110 .banner {
    margin-top:10px;
    display: block;
}
#c4110 .landing_heading {
    display: block;
}
/* #c4110 .erorrBackBtn  */
#c4110 .erorrBackBtn {
    display: none;
}
#c4110 .erorrBackBtn .confirmBtn_lst {
    padding:0;
}
#c4110 .ttl_02 + .sentence {
    margin-top: 20px;
}
/* 会員専用台紙追加! */
#c4110 .itemLst_kaiin {
    overflow: hidden;
}
#c4110 .itemLst_kaiin > li {
    border-left: 1px dotted #1da8b8;
    border-right: 1px dotted #1da8b8;
    box-sizing: border-box;
    float: left;
    margin: 30px 0;
    padding: 0 18px;
    width: 320px;
}
#c4110 .itemLst_kaiin > li > ul.infoLst {
    overflow: hidden;
    margin-bottom: 6px;
}
#c4110 .itemLst_kaiin {
	border-bottom: 3px double #aadee2;
}
#c4110 .itemLst_kaiin:last-of-type {
	border-bottom: none;
}
#c4110 .itemLst_kaiin > li {
    border-left: 1px dotted #1da8b8;
    border-right: 1px dotted #1da8b8;
    box-sizing: border-box;
    float: left;
    margin: 18px 0;
    padding: 0 4px;
    width: 192px;
}
#c4110 .itemLst_kaiin > li > p.itemLst_img {
    background-image: url("../img/itemLst/bg_itemLst.png");
    background-position: 0 bottom;
    background-repeat: no-repeat;
    width: 180px;
    height: 180px;
    padding-bottom: 7px;
    position: relative;
}
#c4110 .itemLst_kaiin > li > p.itemLst_img span {
    width: 182px;
    height: 182px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
}
#c4110 .itemLst_kaiin > li > p.itemLst_img span.flag {
    opacity: 1;
}
#c4110 .itemLst_kaiin > li > p.itemLst_img span:hover {
    opacity: 1;
}
#c4110 .itemLst_kaiin > li > p.itemLst_img img {
    border: 1px solid #2c6db4;
    box-sizing: border-box;
    height: 180px;
    width: 180px;
}
#c4110 .itemLst_kaiin > li > dl {
    text-align: center;
}
#c4110 .itemLst_kaiin > li > dl > dt {
    font-weight: bold;
    font-size: 1.1rem;
    line-height: 1.3;
    margin-bottom: 12px;
    margin-top: 8px;
}
#c4110 .itemLst_kaiin > li > dl > dd > p {
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1.4;
}
#c4110 .itemLst_kaiin > li > dl > dd > p > em.itemLst_price {
    font-size: 1.5rem;
}
#c4110 .itemLst_kaiin > li > dl > dd > p > small.tax {
	font-size: 0.9rem;
}
#c4110 .itemLst_kaiin > li > dl > dd > p > small.annotation {
	font-size: 1.1rem;
}
#c4110 .itemLst_kaiin li p.text_center a.mainBtn_normal {
	font-size: 1.1rem;
	margin-top: 16px;
}
#c4110 .itemLst_kaiin > li:nth-of-type(5n),
#c4110 .itemLst_kaiin > li:nth-of-type(5n+2),
#c4110 .itemLst_kaiin > li:nth-of-type(5n+3),
#c4110 .itemLst_kaiin > li:nth-of-type(5n+4) {
    border-left:none;
}