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