.gwtable{
	text-align:center;
}
.gwtable th,
.gwtable td{
	border:1px solid #fff;
}
a.takeout{
	font-family:'NotoSans_R';
	color:#eb5505!important;
	font-size:20px;
	font-weight: bold;
	border: solid 1px #eb5505;    	/* 内側の線になる一本線の枠線をひく*/
	outline: solid 4px #eb5505;    /* 外側の線になる5pxの一本線の枠線をひく*/
	outline-offset: 1px;        /* 内側の線になる一本線の枠線をひく*/
	display: block!important;
	padding:5px;
	width:250px!important;
	margin:20px auto;
	text-align: center;
}
a.takeout:hover{
	background: #eb5505;
	color:#fff!important;
	text-decoration: none;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
.full_box,.href_box_l, .href_box_r{
	clear: both;
}

.full_box h3,.href_box_l h3,.href_box_r h3{
	margin-bottom:20px;
	font-family:'NotoSerif_R';
	font-weight: normal;
	font-size:22px;
	text-align: left;
	padding:10px 0 0 40px;
}
.full_box h3.lunch,.href_box_l h3.lunch,.href_box_r h3.lunch{
	background: url("../../images/menu/title_back_href.png")no-repeat bottom left,url("../../images/menu/ico_lunch.png")no-repeat center left;
}
.full_box p,.href_box_l p,.href_box_r p{
	margin:0 0 15px 0;
}
.full_box .catch,.href_box_l .catch,.href_box_r .catch{
	font-family:'NotoSerif_R';
	color:#a69e89;
	font-size:20px;
	font-weight: bold;
}
.catch_red{
	font-family:'NotoSerif_R';
	color:#ff0000;
	font-size:20px;
}
.href_box_l .catch,.href_box_r .catch{
	font-size:20px;
	line-height: 160%;
}
.full_box a.link,.href_box_l a.link,.href_box_r a.link{
	float:right;
}
hr.dot{
	clear: both;
	border:0;
	border-bottom:1px dotted #fff;
	margin:10px auto;
	height:50px;
}


#kijibasic a{
	color:#fff;
}
#blog_contents{
	width:96%;
	color:#fff;
	font-family:'NotoSans_L';
	margin:20px auto 40px auto;
}
#blog_contents p{
	margin-bottom:15px;
}
#blog_contents h2{
	font-size:22px;
	margin-bottom:30px;
	font-family:'NotoSerif_R';
}
.back_link{
	clear: both;
	margin-top:80px;
	text-align: center;
}
.back_link a{
	display: inline-block;
	border:2px solid #520404;
	text-align: center;
	color:#fff;
	background: #ad0404;
	padding:5px 20px;
	border-radius: 5px;
}
.blog_box{
	border-top:2px dashed #fff;
	width:100%;
	color:#fff;
	margin:0 auto;
	padding-top:30px;
}
.blog_box h3{
	background: url("../../images/topics/ico_osusume.png")no-repeat 0 0.25em;
	padding:0 0 0 30px;
	font-size:20px;
}
.blog_box ul li{
	position: relative;
	font-size:14px;
	font-family:'NotoSans_L';
	border-bottom:1px dotted #fff;
	padding:10px 10px 10px 20px;
}
.blog_box ul li a{
	color:#fff;
	display: block;
}
.blog_box ul li span{
	display: block;
	font-size:13px;
	margin:0 0 5px 0;
}
.blog_box ul li::before{
	display: block;
	content:"〇";
	color:#d82816;
	font-size:10px;
	position: absolute;
	left:5px;
	top:12px;
	font-weight: bold;
}
.blog_box p{
	font-size:15px;
	text-align: center;
	font-family:'NotoSans_L';
	margin:10px 0 0 0;
	cursor: pointer;
}

/*****
一覧********/
.kiji_item{
	background: #222222;
	padding:15px;
	border-top:5px solid #666666;
	font-size:14px;
	line-height: 160%;
	margin-bottom:30px;
}
.kiji_item h3{
	font-size:18px;
	margin:0 0 15px 0;
}
.kiji_item .entrydate{
	color:#d1ab52;
	font-size:13px;
	margin:0 0 15px 0;
}
.kiji_item p.more{
	text-align: right;
	margin:15px 0 0 0;
}
/****
ページャー
****/
ul.pager{
	max-width: 1000px;
	margin:50px auto;
	text-align: center!important;
	box-sizing: border-box;
}

ul.pager li{
	display: inline-block;
 	vertical-align: middle;
}
ul.pager span{
	box-sizing: border-box;
	display: inline-block;
	width:36px;
	height:36px;
	font-size:18px;
	-moz-border-radius: 5px;    /* Firefox */
   	-webkit-border-radius: 5px; /* Safari,Chrome */
   	border-radius: 5px;
	background:#9fa0a0;
	border:1px solid #222222;
	color:#fff!important;
	text-decoration:none;
	margin:0 5px 15px 0!important;
	padding:2px 10px 0 10px!important;
}

ul.pager li a{
	display: inline-block!important;
	box-sizing: border-box;
	height:36px;
	padding:2px 10px 0 10px!important;
	font-size:18px;
	-moz-border-radius: 5px;    /* Firefox */
   	-webkit-border-radius: 5px; /* Safari,Chrome */
   	border-radius: 5px;
	background:#ffffff;
	border:1px solid #222222;
	color:#333;
	text-decoration:none;
	margin:0 5px 15px 0!important;
	vertical-align:text-top;
    text-decoration:none!important;
    color:#333!important;
}

ul.pager li a:hover{
	display: block;
	background:#222222;
	color:#fff!important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin:0 5px 15px 0!important;
}