@charset "utf-8";
.pc{
	display: block !important;
}
.sp{
	display: none !important;
}
.sales_week{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	clear: both;
	display: block !important;
	position: relative;
	width: 100%;
	max-width: 950px;
	background: #f4f3ea;
	border-radius: 12px;
	padding-bottom: 1.4em;
	margin: 3% auto 2%;
	font-weight: bolder;
	text-align: center;
}
.sales_week img{
	display: block;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.sales_week .shipment{
	width: auto;
	display: inline-block;
	padding: 0.2em 0.8em;
	margin: 0.8em auto 0.6em;
	text-align: center;
	font-weight: bold;
	font-size: 1.8em;
	color: #0033AC;
	border-top: 2px solid #0033AC;
	border-bottom: 2px solid #0033AC;
}
.sales_week p{
	display: block;
	margin: 0 auto;
	padding: 0.4em 0;
	font-size: 15px;
	text-align: center;
}
.sales_week table.camp_toku{
    border: 5px solid #cccccc;
    width: 94%;
    table-layout: fixed;
	background: #fff;
	margin: 0 auto;
	border-collapse:collapse;
}
.sales_week th{
    border: 1px solid #cccccc;
    background: #EEEEEE;
    padding: 1em;
    text-align: center;
    font-weight: normal;
}
.sales_week td{
    padding: 0.8em;
    border: 1px solid #cccccc;
    text-align: center;
	font-weight: bold;
	font-size: 1.1em;
}
.sales_week td.add{
    padding: 0.8em;
    border: 1px solid #cccccc;
    text-align: left;
	font-weight: normal;
	font-size: 0.9em;
}
.sales_week tr td.name{
    font-weight: bolder;
    background: #E5F6FF;
    width: 35% !important;
}
.sales_week tr td.date{
    width: 25% !important;
    height: auto;
}
.sales_week td{
    width: 20% !important;
    height: auto;
}
.sales_week .camp_term{
	border: 1px solid #000;
	background: #fff;
	padding: 0.3em 1em;
	border-radius: 5px;
}
.sales_week strong{
	font-size: 1.8em;
	color: #ee0000;
	font-weight: bold;
	text-decoration: underline;
	margin: 0 0.4em;
	line-height: 1.6em;
}
.sales_week .small{
	font-size: 0.8em;
	text-align: right;
	margin-right: 3%;
}
.sales_week a{
	display: inline-block;
	line-height: 2em;
	font-size: 1.1em;
	font-weight: bolder;
}
.sales_week h4{
	text-align: center;
	font-size: 1.4em;
	color: #282778;
	font-weight: bold;
	margin: 4% auto 0.2% !important;
	background: none !important;
}
@media only screen and (max-width: 480px){
.pc{
	display: none !important;
}
.sp{
	display: block !important;
}

}

