﻿@charset "utf-8";

/* =======================================
	新型コロナウィルス対策に伴う「商品のお届け」に関するお知らせ
======================================= */
hr{
    border-width: 2px;
    width: 96%;
    margin: 0 auto 5%;
    border-color: #e75983;
}

/* タイトル
----------------------------------------- */
#title h2{
    font-size: 1.4em;
    font-weight: 700;
	text-align: center;
    margin: 12% auto 8%;
    padding: 0 2%;
}

/* 挨拶
--------------------------------------- */

.greet {
	margin: 0 5% 8%;
}
.greet p{
	line-height: 1.8em;
	font-size: 1.1em;
    margin-bottom: 5%;
}

/* コンテンツ
----------------------------------------- */

.contents{
	width: 94%;
    margin: 0 auto 8%;
}
.contents h3 {
	color: #e75983;
	font-size: 1.3em;
    margin-bottom: 2%
}
.contents p {
	font-size: 1.1em;
    line-height: 1.6em;
    margin-bottom: 2%
}
.contents .annotation{
    margin-top: 5%;
    font-size: 0.9em;
}
.contents .red{
    color: red;
}
.contents img{
    width: 98%;
    display: block;
    margin: 5% auto;
}