/* 記事固有のスタイルシート */
.b_black{
	background-image: url(/content/dam/diners/img/magazine/s00481/border_img01.png);
	background-position: left bottom;
	background-repeat: repeat-x;
}
.centered {
  position: relative;
  overflow: hidden;
}
 
.centered ul {
  position: relative;
  left: 50%;
  float: left;
}
 
.centered ul li {
  position: relative;
  left: -50%;
  float: left;
}

.col-3{
	width:33%;
	margin-right: 0.5%;	
	float: left;
}
.col-3:nth-child(3),
.col-3:nth-child(6){
	width:33%;
	margin-right: 0%;	
}
.col-3 dl dd{
	padding:0 10px;
}
.col-3-2{
	width:33%;
	margin-right: 0.5%;	
}
.mb-60{margin-bottom: 60px;}

@media screen and (max-width: 767px){

	.col-3{
	width:100%;
	margin-right: 0%;	
	float: left;
}
.col-3:nth-child(3),
.col-3:nth-child(6){
	width:100%;
}
.col-3-2{
	width:55%;	
}
 
.centered ul li {
  float: left;
}
.mb-60{margin-bottom: 30px;}
}


.p_purple{
    background: #e6dbf0;
}
/*Ginza Card Area*/
@media screen and (max-width: 768px){
.btnArea_BL p {
	width: 80%;
}
.btnArea_GY p {
	width: 80%;
}
.btnArea_BL p a {
	padding: 0px 10px 9px 10px !important;
}
}
.btnArea_BL p {
	display: inline-block;
	background: #0069aa;
	padding: 10px 5px 0 5px;
}
.btnArea_BL p a {
	padding: 0px 20px 9px 20px;
	display: block;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
}
.btnArea_BL p a:hover {
	text-decoration:underline;
}
.btnArea_GY p {
	display: inline-block;
	background: #646464;
	padding: 10px 5px 0 5px;
}

.btnArea_GY p a {
	padding: 0px 20px 9px 20px;
	display: block;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
}
.btnArea_GY p a:hover {
	text-decoration:underline;
}
/*Ginza Card Area*/

.tableBlock01 th {
	font-weight: normal;
	text-align: left;
	width:13%;
}