/* ---------- 新TOPページ 2018.08.07作成 ---------- */
article#newTop{
    margin-bottom: 50px;
}
article#newTop > section{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
article#newTop > section h2{
    margin-bottom: 3px;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -o-flex-basis: 100%;
    flex-basis: 100%;
}
article#newTop > section > a{
    color: #fff;
    -webkit-flex-basis: 49.5%;
    -moz-flex-basis: 49.5%;
    -ms-flex-basis: 49.5%;
    -o-flex-basis: 49.5%;
    flex-basis: 49.5%;
}
article#newTop section#Subscription > a{
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -o-flex-basis: 100%;
    flex-basis: 100%;
}
article#newTop > section > a:hover{
    text-decoration: none;
    color: #707070;
}
article#newTop > section > a img,
article#newTop > section > a figure img{
    width: 100%;
}
article#newTop > section > a figure figcaption{
    font-size: 13px;
    text-align: center;
    margin-top: 3px;
}
article#newTop > section > a:nth-of-type(n+3){
    margin-top: 10px;
}
article#newTop > section ~ section{
    margin-top: 30px;
}
@media (max-width: 640px){
    article#newTop{
        margin-bottom: 25px;
    }
    article#newTop h1.sp{
        font-size: 10px;
        text-align: center;
        line-height: 1.5;
        padding-top: 10px;
        margin-bottom: 10px;
    }
    article#newTop > section h2{
        margin-bottom: 6px;
        margin-left: auto;
        margin-right: auto;
        -webkit-flex-basis: 90%;
        -moz-flex-basis: 90%;
        -ms-flex-basis: 90%;
        -o-flex-basis: 90%;
        flex-basis: 90%;
    }
    article#newTop > section > a{
        margin-left: auto;
        margin-right: auto;
        -webkit-flex-basis: 90%;
        -moz-flex-basis: 90%;
        -ms-flex-basis: 90%;
        -o-flex-basis: 90%;
        flex-basis: 90%;
    }
    article#newTop > section > a:nth-of-type(n+2),
    article#newTop > section > a:nth-of-type(n+3){
        margin-top: 10px;
    }
    article#newTop section#Subscription > a{
        margin-top: 0px;
        -webkit-flex-basis: 90%;
        -moz-flex-basis: 90%;
        -ms-flex-basis: 90%;
        -o-flex-basis: 90%;
        flex-basis: 90%;
    }
    article#newTop > section > a figure figcaption{
        font-size: 10px;
    }
}



/* -----------------------------------------------------------
　　トップ掲載商品
----------------------------------------------------------- */
ul.topItemList {
	margin-top: 4px;
	margin-left: 4px;
}
ul.topItemList li {
	float: left;
	width: 320px;
	padding: 4px 4px;
}


/* -----------------------------------------------------------
　　お得なセット商品
----------------------------------------------------------- */
ul.servicesetItemList {
	margin-left: 4px;
}
ul.servicesetItemList li {
	float: left;
	width: 211px;
	padding: 4px 4px;
}
ul.servicesetItemList li a {
	display: block;
	width: 211px;
}
ul.servicesetItemList li a:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}


/* -----------------------------------------------------------
　　コンテンツリンクバナー
----------------------------------------------------------- */
p.bn {
	padding: 8px;
}
.layout_content p.bn a {
	display: block;
}
.layout_content p.bn a:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}

/* -----------------------------------------------------------
　　プティギャルソンのこだわり
----------------------------------------------------------- */
div.PetiteGarsonPoint {
	margin: 8px;
	background-image: url(../images/toppage/point_body.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

p.PetiteGarsonPointHead {
	height: 195px;
	text-indent: -9999em;
	background-image: url(../images/toppage/point_title.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
p.PetiteGarsonPointFoot {
	clear: both;
	height: 150px;
}

ul.PetiteGarsonPointComment li {
	width: 420px;
	padding: 10px 0;
	padding-left: 30px;
}
ul.PetiteGarsonPointComment li p {
	padding-top: 5px;
	padding-left: 15px;
	font-size: 12px;
}

/* -----------------------------------------------------------
　　新着情報
----------------------------------------------------------- */
table.toppageNews {
	margin: 1em 0;
	margin-left: 30px;
}
table.toppageNews th,
table.toppageNews td {
	padding: 0.25em 1em;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
table.toppageNews th {
	padding-left: 20px;
	background-image: url(../images/toppage/news_listmark.gif);
	background-repeat: no-repeat;
	background-position: 0px 0.75em;
}


