/**
 * COMMON TAG
 */
body{
	font-family: "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
	margin:0;
	padding:0;
	width:100%;
}
h1{
	color:#666;
	font-size:0.75em;
	font-weight:normal;
	display:inline;
}
h2{
	font-size:1em;
	font-weight:normal;
	padding:10px 12px 0;
}
h3{
	font-size:1em;
	margin:0;
	padding:2px 10px;
	font-weight:normal;
}
a {
	color:#333;
	text-decoration:underline;
	text-underline-offset:3px;
	text-decoration-color:rgba(0,0,0,0.25);
}
/* ナビ・CTA：下線なし */
#siteId a,
#indexLink a,
header nav ul li a,
.footerContentsLink a,
.fclp a,
#footer a {
	text-decoration:none;
}
a:active {
	background:#CCC;
}
/* table */
table {
	background: #fff;
	border-right:0;
	clear: both;
	color: #333;
	width: 100%;
	font-size:0.8em;
}
th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
th span{
	font-size:0.8em;
	color:#666;
}
th a {
	background:#f2f2f2;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	background: #fff;
	padding: 4px;
	text-align: left;
	vertical-align: middle;
}

/**
 * HEADER
 */
header{
	box-shadow:0 4px 2px -2px rgba(0,0,0,0.2);
	padding:12px 12px;
	background:#E65100;
	margin-bottom:10px;
	color:#FFF;
	position:relative;
}
#siteId{
	text-align:center;
	font-weight:bold;
	/*display:inline-block;*/
	margin:0;
}
#siteId a{
	text-decoration:none;
	color:#fff;
}
#indexLink{
	font-weight:bold;
	display:inline-block;
	position:absolute;
	z-index:2;
	left:10px;
	margin:0;
	padding:0;
	font-size:0.85em;
	top:29%;
}
#indexLink:before{
	content: "<";
	padding-right:4px;
}
#indexLink a{
	color:#FFF;
}
#toggleNav{
	display: none;
}
#toggleNav:checked + .toggleNavBtn:before{
	font-size: 2em;
}
#toggleNav:checked ~ .toggleNavBg{
	pointer-events: auto;
	background-color: rgba(0, 0, 0, 0.3);
}
.toggleNavBtn{
	position:absolute;
	z-index:2;
	right:10px;
	color:#fff;
	text-align:center;
	transition:background-color .6s, transform .6s;
	padding:2px 10px;
	font-size:0.7em;
	border:1px solid #FFF;
	border-radius:8px;
	top:28%;
}
.toggleNavBg{
	cursor:pointer;
	position:fixed;
	top:0px;
	right:0px;
	pointer-events:none;
	z-index:1;
	width:100%;
	height:100%;
	transition: background-color .6s;
}
header nav{
	z-index: 2;
	position: fixed;
	top: 0;
	left: 0;
	width:280px;
	height: 100%;
	background-color: white;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: -webkit-transform .4s;
	transition: transform .4s;
}
header #searchbox{
	margin:6px 6px 6px 14px;
}
header .gsc-input-box{
	padding-top:2px;
  padding-bottom:2px;
	border-top-left-radius:4px;
  border-bottom-left-radius:4px;
}
header .gsc-search-button-v2{
	padding:7px 8px;
	border-top-right-radius:4px;
  border-bottom-right-radius:4px;
}
header nav ul{
	padding: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	height:100%;
	font-size:0.75em;
	margin:0 0 0 14px;
	border-top: 1px solid #DDD;
}
header nav ul li{
	margin:0;
	padding:0;
}
header nav ul li a{
	display:inline-block;
	text-decoration: none;
	transition: background-color 0.4s;
	cursor: pointer;
	padding:8px 4px 8px;
	color:#000;
	padding-left:16px;
	position: relative;
}
header nav ul li a::before,
header nav ul li a::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
header nav ul li a::before{
	width: 12px;
  height: 12px;
  -webkit-border-radius: 25%;
  border-radius: 25%;
  background: #E65100;
}
header nav ul li a::after{
	left: 5px;
  box-sizing: border-box;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-left: 3px solid #fff;
}
.hnlLast{
	border-bottom:1px solid #DDD;
}
header nav ul li a:hover{
	background-color:#eee;
	color:#666;
}
#toggleNav:checked ~ nav{
	-webkit-transform:translateX(0);
	transform:translateX(0);
}

.wreThumb p.tagName{
	font-size: 0.9em;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	color: #000;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: calc(100%);
}
/**
 * FOOTER
 */
#viewFooter{
	text-align:center;
	list-style-type:none;
	padding:0;
}
#viewFooter li{
	font-size:0.8em;
	display:inline-block;
	padding:0 0.5em;
}
.footerContentsLink{
	margin:0 auto;
	padding:0;
	width: 100%;
	list-style-type:none;
	letter-spacing:-0.4em;
	border-left:1px solid #CCC;
	text-align:center;
}
.footerContentsLink a{
	text-decoration:none;
	font-size:0.8em;
	display:inline-block;
	width:33%;
	letter-spacing:normal;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
}
.footerContentsLink a li{
	text-decoration:none;
	text-align:center;
	background:#FFF;
	padding:10px 0;
}
.fclp{
	border-top:1px solid #CCC;
}
.fclp a{
	font-weight:bold;
}
.fclp a li{
	background:#edf1f8;
}
#footer{
	border:0;
	font-size:0.8em;
	background:#EEE;
	text-align:center;
	padding:6px 0 2px;
}
#footer p{
	margin:0;
}
#footer a{
	text-decoration:none;
}
#footerPolicyLink{
	list-style-type:none;
	padding:0;
	margin-top:12px;
}
#footerPolicyLink a:after{
	content:" - ";
	color:#000;
}
#footerPolicyLink a#fpll:after{
	content:none;
}
#footerPolicyLink li{
	display:inline;
}
#footerPolicyLink li:after{

}

/**
 * TEXT VIEW
 */
.textView #tvContent{
	background:#EEE;
	padding:10px;
	margin:6px 0 2px;
}
.textView #tvContent h2{
	font-size:1.5em;
	margin:0;
}
.textView #tvContent h2#lh2{
	font-size:1.1em;
}
.textView #tvContent h2 span{
	font-size:0.5em;
	color:#666;
}
.textView #tvContent p{
	margin:0;
}
.textView #vLead{
	text-align:center;
	margin-bottom:0px;
}
.textView #mImage,
.textView .mImage{
	margin:0 auto;
	display:block;
}
.textView #SupermanDetail,
.textView .SupermanDetail{
	padding:0 10px;
	margin:6px 0;
}
.textView #SupermanDetail dt,
.textView .SupermanDetail dt{
	text-align:center;
	font-size:1.2em;
}
.textView #SupermanDetail dd,
.textView .SupermanDetail dd{
	text-align:left;
	font-size:0.9em;
	margin:12px 0 0;
	text-align:left;
}

.textView .SupermanDetailList{
	margin-bottom:30px;
}

/**
 * TOP
 */
#catch{
	font-size:0.8em;
	color:#666;
}
#catch span{
	font-size:2.4em;
	font-weight:bold;
	color:#E65100;
	padding-right:0.3em;
}

/**
 * INDEX
 */
#index h2 span {
	color: #777;
}
#index #lead{
	font-size: 0.7em;
	margin: 2px 12px 20px 0;
}
#indexList{
	list-style-type:none;
	margin:0;
	padding:0;
}
#indexList li.rib{
	padding:0 0 6px 0;
}
#indexList dl.indexListDetail{
	padding:10px 0;
	margin:12px 10px 14px 16px;
	border-bottom:1px solid #CCC;
}
#indexList dl.indexListDetail dt,
#indexList dl.indexListDetail dd{
	display:inline-block;
}
#indexList dl.indexListDetail dt{
	margin-right:4px;
}
#indexList dl.indexListDetail dd{
	color:#70757A;
	font-size:0.85em;
	margin-left:0;
}


#rNum{
	display:inline;
}
#refine{
	padding-left:4px;
}
#iDetail{
	font-size:0.7em;
	margin:0;
	padding-top:1px;
	line-height:1.2;
}
#iDetail dd{
	color:#666;
	margin:0;
}

/**
 * VIEW
 */

.cH2{
	background:#E40078;
	color:#FFF;
	font-size:1em;
	margin-bottom:0;
	padding:4px 10px;
	font-weight:normal;
}
#cTable{
	font-size:0.9em;
}
#cTable dd{
	margin:0 0 0.5em 0;
}
#relatedPrefectureList{
	margin-left:2px;
}
#relatedPrefectureList td{
	width:75px;
	padding:0 2px 10px 0;
	vertical-align:top;
}
#relatedPrefectureList td a{
	display:block;
}
#relatedPrefectureList p{
	font-size:0.8em;
	margin:0;
	padding-top:1px;
	line-height:1.2;
}

/**
 * AD
 */
#aIndH{
	margin:4px auto;
	text-align:center;
}
#aIndM{
	border-top:1px solid #CCC;
	padding:3px 0;
	margin:0px auto;
	text-align:center;
}
#aIndF{
	margin:4px auto;
	text-align:center;
}
#aviHR{
	text-align:center;
	width:100%;
	margin:30px auto;
}
.aviHR{
	text-align:center;
	width:100%;
	margin:30px auto;
}

/**
 * ELEMENTS
 */
.relatedContentsHeadline{
	font-size:0.9em;
	font-weight:bold;
	color:#FFF;
	background:#000;
	margin-bottom:0;
	padding:2px 4px;
}
dd.inlineInfo{
	display:inline;
}
.sb{
	list-style-type:none;
	margin:10px auto 0;
	padding:0;
	text-align:center;
}
.sb li{
	margin:0 5px;
	display:inline-block;
}
.sb iframe{
	margin: 0 !important;
}
.postArrHead{
	padding: 10px 8px;
	background: #EEE;
	margin: 0;
}
.manImage{
	width:100px;
	height:auto;
}
#relatedMeal{
	padding:20px 16px;
	margin: 0 12px 12px;
	box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
	border-radius: 8px;
}
#relatedMeal img{
	width:100%;
	height:auto;
}
