/*
Theme Name: exray_child
Template: exray
*/
@import url("css/bootstrap.css"); 
@import url("css/reset.css"); 

/* Typeface	*/
@font-face {
  font-family: 'WebSymbolsRegular';
  src: url('fonts/websymbols/websymbols-regular-webfont.eot');
  src: url('fonts/websymbols/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/websymbols/websymbols-regular-webfont.woff') format('woff'), url('fonts/websymbols/websymbols-regular-webfont.ttf') format('truetype'), url('fonts/websymbols/websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
}
/*Transitions*/
/* Color Variabel */
/*   General style   */
body {
	font-size: 62.5%;
	font-family:'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Arial,'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
  background: #fff;
}
p,
ul,
ol {
  margin-bottom: .5em;
}
a {
  color: #0d72c7;
  text-decoration: none;
}
a:hover {
  color: #0f80df;
  text-decoration: underline;
}
p a,
h5 a {
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  color: #0d72c7;
}
p a:hover,
h5 a:hover {
  color: #0f80df;
}
i,
cite,
em,
var,
address,
dfn {
  font-style: italic;
}
ins {
  background: #fff;
  text-decoration: none;
}
h2,
h3,
h4,
h5,
h6 {
  color: #444;
  line-height: 1.5em;
  margin-bottom: 1em;
  word-wrap: break-word;
}
h1 {
  font-size: 2.6em;
}
h2 {
  font-size: 2.1em;
}
h3 {
  font-size: 1.7em;
}
h4 {
  font-size: 1.5em;
  line-height: 1.5em;
}
h5 {
  font-size: 1.4em;
  font-weight: bold;
}
h6 {
  color: #c4c4c4;
  font-size: 1.2em;
}
/*Responsive iframe*/
iframe,
object,
embed {
  max-width: 100%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
small {
  font-size: smaller;
}
table {
  border: 1px solid #eaeaea;
  border-collapse: collapse;
  margin: 0 0 1.5em;
  width: 100%;
}
table caption {
  background: #fafafa;
  border: 1px solid #dddddd;
  font-weight: bold;
  margin-bottom: .5em;
  padding: .5em;
}
/* Zebra striping */
tr:nth-of-type(odd) {
  background: #ffffff;
}
tr:nth-of-type(even) {
  background: #f5f5f5;
}
th,
th a {
  background: #6a6a6a;
  color: #ffffff;
  font-weight: bold;
}
td,
th {
  padding: 6px;
  text-align: left;
}
td:first-child,
th:first-child {
  border-style: solid none solid solid;
}
td:last-child,
th:last-child {
  border-style: solid solid solid none;
}
blockquote {
  border-left: 5px solid #dddddd;
  color: #aaaaaa;
  font: italic 14px/1.5em Georgia, serif;
  margin: 1.5em 3em;
  padding-left: 2em;
}
blockquote cite {
  color: #333333;
  display: block;
  font-size: 1.2em;
  font-style: italic;
  margin-top: 21px;
}
img,
video,
select {
  height: auto;
  max-width: 100%;
  max-width: none\9;
}
img {
	vertical-align: bottom;
}
img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#main {
	width: 66%;
}
#primary {
	width: 28%;
	float: right;
}
/* ----- 後でつかう ---- */
.wrap_fll { width:100%; }
.wrap_out { width: 1180px; margin: 0 auto auto; }
.wrap_in { width: 1080px; margin: 0 auto auto;}

/* header common */
header {
	margin-bottom: 45px;
}
header .page_nav {
	padding: 5px 0;
	background: #000;
	text-align: center;
}
header .page_nav li {
	display: inline ;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #666;
}
header .page_nav li:first-child {
	border: none;
}
header .page_nav li a {
	letter-spacing: .5px;
	font-size: 1.2em;
	color: #fff;
}
header .nav_wrap {
	overflow: hidden;
}

/* header home */
#slideSec {
	width: 100%;
	height: 240px;
	margin: 0;
}
#slideSec li {
	float: left;
	margin: 0;
}
#home .logo_wrap {
	padding: 35px 0 30px;
	text-align: center;
}
#home .page_logo {
	margin-bottom: 20px;
}
#home .page_copy {
	letter-spacing: .6px;
	font-size: 1.4em;
	font-weight: normal;
}
#home .nav_wrap {
	padding-bottom: 35px;
	background: url(/img/bg_border_whgr.png);
}
#home .genre_nav {
	overflow: hidden;
	position: relative;
	width: 980px;
	margin: 0 auto 25px;
	padding-top: 70px;
}
#home .genre_nav li {
	position: relative;
	float: left;
	width: 18%;
	margin: 0 1%;
	padding: 54px 0 0;
	text-align: center;
	border-top: 2px solid #ccc;
	background: #fff;
}
#home .genre_nav li:hover {
	background: #f7f7f7;
}
#home .genre_nav .cat_tit {
	margin: 0 0 10px;
	line-height: 1.2;
	font-size: 2.4em;
	font-weight: bold;
}
#home .genre_nav .cat_tit + p {
	width: 80%;
	min-height: 6em;
	margin: 0 auto;
	line-height: 1.4;
	text-align: left;
	font-size: 1.1em;
	color: #666;
}
#home .genre_nav li.movie .cat_tit + p a {
	display: block;
	width: 90%;
	margin: 5px auto 0;
	padding: 2px 0;
	text-align: center;
	letter-spacing: 1px;
	font-size: 1em;
	background: #cc3366;
	border-radius: 3px;
	color: #fff;
}
#home .genre_nav li.movie .cat_tit + p a:hover {
	text-decoration: none;
}
#home .genre_nav li .more {
	margin: 0;
	padding: 2px 0;
	font-size: 1.2em;
	background: #ccc;
}
#home .genre_nav li .more a {
	color: #fff;
}
#home .genre_nav li .cat_ico {
	position: absolute;
	width: 44%;
	top: -18%;
	left: 28%;
}
#home .genre_nav li.eat { border-top: 2px solid #d65537;}
#home .genre_nav li.eat .cat_tit { color: #d65537;} 
#home .genre_nav li.eat .more { background: #d65537;} 

#home .genre_nav li.enjoy { border-top: 2px solid #5db95e;}
#home .genre_nav li.enjoy .cat_tit { color: #5db95e;} 
#home .genre_nav li.enjoy .more { background: #5db95e;} 

#home .genre_nav li.shopping { border-top: 2px solid #20acc5;}
#home .genre_nav li.shopping .cat_tit { color: #20acc5;} 
#home .genre_nav li.shopping .more { background: #20acc5;} 

#home .genre_nav li.discovery { border-top: 2px solid #36519a;}
#home .genre_nav li.discovery .cat_tit { color: #36519a;} 
#home .genre_nav li.discovery .more { background: #36519a;} 

#home .genre_nav li.movie { border-top: 2px solid #a5559c;}
#home .genre_nav li.movie .cat_tit { color: #a5559c;} 
#home .genre_nav li.movie .more { background: #a5559c;} 

/* area nav */
#home .area_nav_wrap {
	margin: 0 auto;
}
#home .area_nav {
	width: 46%;
	float: left;
	margin-left: 10%;
}
#home .book_nav {
	width: 30%;
	float: right;
	margin-right: 10%;
}
#home .area_nav p,
#home .book_nav p {
	margin: 0 0 5px;
	line-height: 1.1;
	font-size: 1.5em;
	font-weight: bold;
}
#home .area_nav table,
#home .book_nav table {
	margin: 0;
	border-spacing: 2px !important;
}
#home .area_nav tr,
#home .book_nav table tr{
	background: none;
}
#home .area_nav td,
#home .book_nav table td{
	height: 38px;
	padding: 0;
	max-hight: 28px;
	line-height: 38px;
	vertical-align: middle;
	text-align: center;
	font-size: 1.4em;
	background: #504e49;
	color: #605d57;
	border: 4px solid;
	border-color:rgba(0,0,0,0);
	background-clip:padding-box;
}
#home .area_nav td a,
#home .book_nav table td a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	background: #000;
}
#home .area_nav td a:hover,
#home .book_nav table td a:hover {
	text-decoration: none;
	background: #77746d;
}
#home .book_nav table td{
	width: 33.333%;
	font-size: 1.2em;
}

/* header page */
#page .nav_wrap {
	padding: 15px 0 0;
}
#page .nav_wrap .top_sec {
	overflow: hidden;
	margin-bottom: 15px;
}
#page .logo_wrap {
	position: relative;
	width: 50%;
	float: left; 
}
#page .page_logo {
	float: left;
	width: 30%;
	padding-top: 10px;
}
#page .page_copy {
	float: left;
	width: 64%;
	margin-left: 6%;
	padding-top: 10%;
	font-size: 1.3em;
}
#page .genre_nav {
	overflow: hidden;
	width: 50%;
	float: right;
}
#page .genre_nav ul {
	width: 86%;
	float: right;
	padding-top: 10px;
	text-align: center;
}
#page .genre_nav li {
	width: 14%;
	float: left;
	margin-left: 6%;
}
#page .genre_nav .cat_tit {
	font-size: 1.4em;
	font-weight: bold;
	white-space: nowrap;
}
#page .genre_nav li.eat { border-bottom: 2px solid #d65537;}
#page .genre_nav li.eat .cat_tit { color: #d65537;} 
#page .genre_nav li.eat .more { background: #d65537;} 

#page .genre_nav li.enjoy { border-bottom: 2px solid #5db95e;}
#page .genre_nav li.enjoy .cat_tit { color: #5db95e;} 
#page .genre_nav li.enjoy .more { background: #5db95e;} 

#page .genre_nav li.shopping { border-bottom: 2px solid #20acc5;}
#page .genre_nav li.shopping .cat_tit { color: #20acc5;} 
#page .genre_nav li.shopping .more { background: #20acc5;} 

#page .genre_nav li.discovery { border-bottom: 2px solid #36519a;}
#page .genre_nav li.discovery .cat_tit { color: #36519a;} 
#page .genre_nav li.discovery .more { background: #36519a;} 

#page .genre_nav li.movie { border-bottom: 2px solid #a5559c;}
#page .genre_nav li.movie .cat_tit { color: #a5559c;} 
#page .genre_nav li.movie .more { background: #a5559c;} 

#page .area_nav_wrap {
	clear: both;
	overflow: hidden;
	padding: 20px 0;
	background: url(/img/bg_border_whgr.png);
}
#page .area_nav_wrap {
	margin: 0 auto;
}
#page .area_nav {
	width: 46%;
	float: left;
	margin-left: 10%;
}
#page .book_nav {
	width: 30%;
	float: right;
	margin-right: 10%;
}
#page .area_nav p,
#page .book_nav p {
	margin: 0;
	line-height: 1.1;
	font-size: 1.3em;
}
#page .area_nav table,
#page .book_nav table {
	margin: 0;
	border-spacing: 2px !important;
}
#page .area_nav tr,
#page .book_nav table tr{
	background: none;
}
#page .area_nav td,
#page .book_nav table td{
	height: 28px;
	padding: 0;
	line-height: 28px;
	vertical-align: middle;
	text-align: center;
	font-size: 1.2em;
	background: #504e49;
	color: #605d57;
	border: 4px solid;
	border-color:rgba(0,0,0,0);
	background-clip:padding-box;
}
#page .area_nav td a,
#page .book_nav table td a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	background: #222;
}
#page .area_nav td a:hover,
#page .book_nav table td a:hover {
	text-decoration: none;
	background: #77746d;
}
#page .book_nav table td{
	width: 33.333%;
	font-size: 1.2em;
}

.nav_wrap_mb {}
.nav_wrap_mb .toggle {
	box-sizing: border-box;
	display: block;
	position: relative;
	padding: 4%;
	background: #000;
	border-bottom: 1px solid #eee;
	color: #fff;
	font-size: 1rem;
}
.nav_wrap_mb a:hover {
	text-decoration: none;	
}
.nav_wrap_mb .menu:after {
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -14px;
	content: '>';
	font-size: 1.1rem;
	font-weight: bold;
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-moz-transition: all, 0.25s, linear;
	-o-transition: all, 0.25s, linear;
	-webkit-transition: all, 0.25s, linear;
	transition: all, 0.25s, linear;
}
.nav_wrap_mb .menu.active:after {
	-moz-transform: translate(0, 50%);
	-ms-transform: translate(0, 50%);
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.nav_wrap_mb .child { display: none;}
.nav_wrap_mb .child li {
	position: relative;
	border-bottom: 1px solid #e5e5e5;
}
.nav_wrap_mb .child li:after,
.nav_wrap_mb .child li:after{
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -12px;
	content: '▲';
	font-size: .6rem;
	font-weight: bold;
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-moz-transition: all, 0.25s, linear;
	-o-transition: all, 0.25s, linear;
	-webkit-transition: all, 0.25s, linear;
	transition: all, 0.25s, linear;
	color: #ccc;
}
.nav_wrap_mb .child li{
	display: block;
	box-sizing: border-box;
	font-size: 1.1rem;
	color: #ccc;
}
.nav_wrap_mb .child li a{
	box-sizing: border-box;
	padding: 4%;
	color: #333;
}
.nav_wrap_mb .child li span {
	padding-left: 8px;
	font-size: .6rem;
}
.nav_wrap_mb .child {
	margin-bottom: 0;
}
.nav_wrap_mb .genre_nav_mb .child li a {
	display: block;
	padding-left: 18.5%;
}
.nav_wrap_mb .genre_nav_mb .child .li01 {	background: url(/img/ico_nav_mb_01.png) 8% 50% no-repeat;}
.nav_wrap_mb .genre_nav_mb .child .li02 {	background: url(/img/ico_nav_mb_02.png) 8% 50% no-repeat;}
.nav_wrap_mb .genre_nav_mb .child .li03 {	background: url(/img/ico_nav_mb_03.png) 8% 50% no-repeat;}
.nav_wrap_mb .genre_nav_mb .child .li04 {	background: url(/img/ico_nav_mb_04.png) 8% 50% no-repeat;}
.nav_wrap_mb .genre_nav_mb .child .li05 {	background: url(/img/ico_nav_mb_05.png) 8% 50% no-repeat;}
.nav_wrap_mb .area_nav_mb .child:after,
.nav_wrap_mb .book_nav_mb .child:after {
  content: "";
  clear: both;
  display: block;
}
.nav_wrap_mb .area_nav_mb .child li,
.nav_wrap_mb .book_nav_mb .child li{
	float: left;
  width: 50%;
	padding: 2% 0;
  text-align: center;
	border-bottom: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nav_wrap_mb .area_nav_mb .child li:nth-child(odd),
.nav_wrap_mb .book_nav_mb .child li:nth-child(odd) {
	border-right: 1px solid #e5e5e5;
}


/*		ARTICLES 		*/
#breadcrumbs {
  word-wrap: break-word;
}

/* icons */
.content .content-separator {
  background: #E4E4E4;
  border: none;
  -webkit-box-shadow: 0px 0px 7px #D7D7D7;
  box-shadow: 0px 0px 7px #D7D7D7;
  clear: both;
  height: 1px;
  margin: 0 0 2em 0;
}
.content article h1 {
  margin-bottom: 0;
}
.content article .icon {
  color: #737373;
  font-family: "WebSymbolsRegular";
  font-size: 1.2em;
  line-height: 1em;
  margin: 0 2px 0 8px;
}
.content article .categories,
.content article .tags {
  margin-right: 3px;
}
.content article .categories a {
  display: inline-block;
}
.content article .left-meta-icon {
  margin-left: 0px;
}
.content article .entry-content {
  margin-bottom: 1em;
  word-wrap: break-word;
}
.content article.sticky {
  background: #fafafa;
  border: 1px solid #dddddd;
  padding: 1.5em 1em 0.5em 1em;
}
.content article .aside-container {
  background: #f7f7f7;
  border: 1px solid #c4c4c4;
  border-left: 5px solid #333333;
  padding: 8px 5px 8px 15px;
}
.content article .quote-container {
  background: #fafafa;
  border: 1px solid #c4c4c4;
  padding: 3em;
  text-align: center;
}
.content article .quote-container blockquote {
  border: 0;
  color: #333333;
  font: 21px Georgia, serif;
  font-style: italic;
  margin: 0;
  padding-left: 0;
}
.content article .quote-container .cite {
  display: block;
  margin-top: 1.5em;
}
.content article .url-container {
  background: #d7ebfc;
  border: 1px solid #a7d4f9;
  padding: 3em;
  text-align: center;
}
.content article .url-container p {
  color: #333333;
  font-size: 2.1em;
}
.content article .url-container span {
  display: block;
  margin-top: 1.5em;
  text-align: center;
  word-break: break-all;
}
.info-date .info_map {
	padding: 0;
	margin: 0 0 5px;
}
.info-date .info_map + p {
	margin-bottom: 15px;
	font-size: 1.4em;
}
.info-date .info_map + p a {
	text-decoration: underline;
}

article h1.entry-title,
article h2.entry-title{
  font-size: 2.2em;
  line-height: 1.2em;
  margin-bottom: 0;
}
.content article h1 a,
.content article h2 a {
  color: #333333;
}
.content article h1 a:hover,
.content article h2 a:hover {
  color: #0f80df;
}
.content article h2 + .entry-meta,
.content article h1 + .entry-meta {
  line-height: 21px;
  margin-bottom: 2em;
  margin-top: 0.3em;
}
.content article .article-meta-extra {
  color: #333333;
  font-size: 1.1em;
  height: 30px;
  line-height: 21px;
}
.content article .article-meta-comment {
  margin-left: 3px;
}
.content article .article-full-image {
  margin-bottom: 1.5em;
}
.content article .post_image {
  float: left;
  margin: 0 2em 2em 0;
}
.content article .post_image img {
  display: block;
  height: 125px;
  width: 125px;
}
.content article p a.more-link {
  display: block;
  float: right;
  font-weight: bold;
  line-height: 3em;
}
.content article #tag-container {
  border: 1px solid #e4e4e4;
  border-width: 1px 0;
  font-size: 1.2em;
  height: auto;
  line-height: 2em;
  margin-bottom: 1.5em;
  margin-top: 3em;
  padding: .5em 0;
}
.content article .post-pagination {
  font-size: 1.2em;
  line-height: 42px;
  text-align: center;
}
.content article .entry-meta {
  font-size: 1.1em;
  line-height: 21px;
  margin-bottom: 1em;
}
.content article .entry-meta p {
  display: inline;
}
.content article .entry-meta ul {
  display: inline-block;
  margin-bottom: 0;
}
.content article .entry-meta ul li {
  display: inline;
}
.content .article-author {
  background: #f5f5f5;
  border: 1px solid #dddddd;
  margin-bottom: 2em;
  padding: 1em;
}
.content .article-author h5 {
  margin-bottom: .5em;
}
.content .article-author figure {
  float: left;
  width: 10%;
  margin-right: 15px;
}
.content .article-author .author-detail {
  float: left;
  width: 80%;
}
.content .article-author .author-detail p {
  margin-bottom: 0;
}
.content .entry-content pre,
.content .comment-content pre {
  border: 1px solid #e1e1e1;
  color: #333333;
  font-size: 1.2em;
  margin: 24px 0;
  overflow: auto;
  padding: 24px;
}
.content .entry-content dl,
.content .comment-content dl {
  margin: 0 24px;
  margin: 0 0;
}
.content .entry-content dt,
.content .comment-content dt {
  font-weight: bold;
  line-height: 1.5em;
}
.content .entry-content dd,
.content .comment-content dd {
  line-height: 1.5em;
  margin-bottom: 24px;
}
.content .entry-content ul li,
.content .comment-content ul li {
  list-style: disc outside;
}
.content .entry-content ol li,
.content .comment-content ol li {
  list-style: decimal outside;
}
.content .entry-content li,
.content .comment-content li {
  margin: 0 0 0 36px;
  margin: 0 0 0 2.571428571rem;
}
.content .entry-content ul ul,
.content .comment-content ul ul,
.content .entry-content ul ul,
.content .comment-content ul ul,
.content .entry-content ol ol,
.content .comment-content ol ol,
.content .entry-content ol ol,
.content .comment-content ol ol,
.content .entry-content ul ol,
.content .comment-content ul ol,
.content .entry-content ul ol,
.content .comment-content ul ol,
.content .entry-content ol ul,
.content .comment-content ol ul,
.content .entry-content ol ul,
.content .comment-content ol ul {
  margin-bottom: 0;
}
.content .entry-content address,
.content .comment-content address {
  display: block;
  line-height: 1.5em;
  margin: 0 0 24px;
}
.content .entry-content code,
.content .comment-content code {
  font-size: 1.2em;
  line-height: 1.5em;
}
.content hr {
  margin: 3em 0;
}
.content .pagination ul {
  display: inline-block;
}
.content .pagination ul li {
  background: #fafafa;
  border: 1px solid #dddddd;
  display: inline-block;
  margin-right: 5px;
  padding: 2px 6px;
}
.content .pagination ul li:hover {
  background: #ededed;
}
.content .pagination .article-nav-prev {
  float: left;
}
.content .pagination .article-nav-prev a {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
}
.content .pagination .article-nav-next {
  float: right;
}
.content .pagination .article-nav-next a {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
}
.aligncenter,
.alignleft,
.alignright,
.alignnone {
}
.aligncenter,
img.center {
	display: block;
	margin: 0 auto;
}
.alignleft {
  float: left;
  margin: 1.5em 2em 1.5em 0;
}
.alignright {
  float: right;
  margin: 1.5em 0 1.5em 2em;
}
.left {
  float: left;
  margin: 1.5em 2em 1.5em 0;
}
.right {
  float: right;
  margin: 1.5em 0 1.5em 2em;
}
.wp-caption,
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.2em;
  font-style: italic;
  line-height: 34px;
  height: auto;
  max-width: 100%;
}
.entry-attachment {
  margin: 0em 0.5em;
  padding: 5px 0px 0px 6px;
}
.video-container + p {
  margin-top: 1.5em;
}

/*	COMMENTS	*/
.comment-area {
  margin-top: 2.5em;
}
.comment-area h3 {
  font-size: 1.8em;
}
.commentslist {
  counter-reset: comment-id;
  margin-top: 2.5em;
}
.commentslist .bypostauthor {
  background: #d7ebfc;
  border: 1px solid #a7d4f9;
  border-bottom: 5px solid #77bcf6;
}
.commentslist .bypostauthor header {
  border-bottom: 1px solid #47a4f3;
}
.commentslist .bypostauthor header::before {
  color: #0d72c7;
}
.commentslist li ol,
.commentslist li ul {
  border-left: 1px dotted #cbcbcb;
  margin-left: 3em;
  padding-left: 3em;
}
.commentslist li ol li,
.commentslist li ul li {
  position: relative;
}
.commentslist li ol li::before,
.commentslist li ul li::before {
  border-bottom: 1px dotted #cbcbcb;
  content: '';
  height: 1px;
  left: -2em;
  position: absolute;
  top: 3em;
  width: 1em;
}
.commentslist li article {
  background: #f5f5f5;
  border: 1px solid #e4e4e4;
  margin-bottom: 1.5em;
  padding: 1.5em 2em;
}
.commentslist li article.by-admin {
  border-color: #cbcbcb;
}
.commentslist li article header {
  border-bottom: 1px solid #e4e4e4;
  font-size: 1.2em;
  margin-bottom: 1.5em;
  position: relative;
}
.commentslist li article header span {
  font-style: italic;
}
.commentslist li article header h5 {
  margin-bottom: 0;
}
.commentslist li article header h5 span {
  background: #333333;
  color: #ffffff;
  display: inline-block;
  font-size: 1em;
  font-style: normal;
  font-weight: normal;
  height: 21px;
  line-height: 21px;
  margin-right: .5em;
  padding: 0 1em;
  text-transform: uppercase;
}
.commentslist li article header p {
  margin-bottom: 1em;
}
.commentslist li article header::before {
  color: #d0d0d0;
  content: counter(comment-id);
  counter-increment: comment-id;
  font-size: 4.2em;
  position: absolute;
  right: 0;
  top: 8px;
}
.comment-avatar img {
  float: right;
  height: auto;
  margin: 0 0 1.5em 2em;
}
.awaiting-moderation {
  color: #4d4d4d;
  font-style: italic;
}
.comments-nav-section {
  margin: 3em 0;
}
#cancel-comment-reply-link {
  display: block;
  font-size: 1.2em;
  margin-top: 1em;
}
#comment-form p label,
#contact-form p label {
  display: block;
  font-size: 1.2em;
  line-height: 2em;
}

/*		BUTTONS		*/
.button {
  color: #ffffff;
  display: inline-block;
  font-weight: normal;
  height: 3em;
  line-height: 3em;
  padding: 0 1em;
}
.small-button {
  color: #ffffff;
  display: inline-block;
  font-size: 1.2em;
  font-weight: normal;
  height: 30px;
  line-height: 30px;
  margin: 6px 0;
}
.blue {
  background: #178df0;
  height: 3em;
  line-height: 3em;
  padding: 0 1em;
}
.blue:hover {
  background: #47a4f3;
  color: #ffffff;
  text-decoration: none;
}
.gray {
  background: #e9e9e9;
  color: #333333;
  height: 3em;
  line-height: 3em;
  padding: 0 1em;
}
.gray:hover {
  background: #d8d8d8;
  color: #333333;
  text-decoration: none;
}
.menus {
  background: #0d72c7 url(images/icons/menu.png) 0.8em center no-repeat;
  height: 3em;
  line-height: 3em;
  padding: 0 1em 0 3em;
}
.menus:hover {
  background: #178df0 url(images/icons/menu.png) 0.8em center no-repeat;
  color: #ffffff;
  text-decoration: none;
}

/*    Sidebar   */
.sidebar-widget {
  margin-bottom: 1.5em;
  word-wrap: break-word;
}
.sidebar-widget h4 {
  margin-bottom: 10px;
	padding: 0 0 5px;
	border-bottom: 2px solid #333;
}
.sidebar-widget ul li ul {
  margin-bottom: 0;
  margin-left: 3px;
}
.sidebar-widget ul li ul li {
  padding-left: 1em;
  position: relative;
}

/*    Forms   */
form input[type="text"],
form input[type="email"],
form input[type="url"] {
  border: 1px solid #dddddd;
  padding: .5em;
}
form input[type="text"]:hover,
form input[type="email"]:hover,
form input[type="url"]:hover,
form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="url"]:focus {
  border-color: #bebebe;
}
form #recaptcha_response_field {
  height: 30px;
}
form textarea {
  border: 1px solid #dddddd;
  padding: .5em;
  width: 90%;
}
form textarea:hover,
form textarea:focus {
  border-color: #bebebe;
}
form input[type="submit"] {
  color: #ffffff;
  display: inline-block;
  font-weight: normal;
  border: none;
  font: normal 12px/1.5em "Helvetica Neue", Helvetica, arial, sans-serif;
  background: #178df0;
  height: 3em;
  line-height: 3em;
  padding: 0 1em;
}
form input[type="submit"]:hover {
  background: #47a4f3;
  color: #ffffff;
  text-decoration: none;
}
form .p-errors label {
  color: red;
}
form .p-errors input,
form .p-errors textarea {
  border: 1px solid #f7b5b5;
}
form .p-errors input:hover,
form .p-errors input:focus,
form .p-errors textarea:hover,
form .p-errors textarea:focus {
  border: 1px solid #f87c7c;
}
input[type="password"] {
  border: 1px solid #dddddd;
  padding: .7em;
}
input[type="password"]:hover,
input[type="password"]:focus {
  border-color: #cbcbcb;
}
#search-title {
  margin-bottom: 1em;
}
.search-form-404 {
  margin-top: 2em;
}
.search-form-404 input[type="text"] {
  width: 50%;
}
#search-form input[type="text"] {
  background: #f5f5f5;
  margin-bottom: 1em;
  padding: 0.5em;
}
/* ads */
.ads a img {
  float: left;
  margin: 2%;
  max-width: 46%;
  padding: 3px;
}
.ads-block li figure a img {
  max-width: 100%;
}
/*	Footer 	*/
.footer-widget-area {
  background: #f7f7f7;
  border-top: 1px solid #dddddd;
  margin-top: 3em;
  word-wrap: break-word;
  padding: 3em 0;
}
.footer-widget-area .footer-widget {
  font-size: 1.2em;
}
.footer-widget-area .footer-widget h4 {
  font-size: 1.3em;
  line-height: 1.1;
  margin-bottom: 20px;
}
.footer-widget-area .footer-widget ul li ul {
  margin-bottom: 0;
  margin-left: 2em;
}
.footer-widget-area .footer-widget ul li ul li {
  padding-left: 1em;
  position: relative;
}
.footer-widget-area .footer-widget ul li ul li::before {
  content: '-';
  left: 0;
  position: absolute;
}
.copyright-container {
  background: #ededed;
  border-top: 1px solid #dddddd;
  font-size: 1.2em;
  padding-top: 1.5em;
}
.copyright-container a {
  color: #0a5797;
}
.copyright-container .top-link-footer {
  float: right;
}

/*	Adaptive layout 	*/
.adaptive-top-nav,
#adaptive-top-nav-btn,
.adaptive-main-nav,
#adaptive-main-nav-btn {
  display: none;
}
.adaptive-top-nav li {
  margin-bottom: 1em;
}
.adaptive-top-nav li a {
  color: #0d72c7;
}
.adaptive-top-nav li ul {
  margin: 1em 0 0 2em;
}
.adaptive-main-nav li {
  margin-bottom: 1em;
}
.adaptive-main-nav li a {
  color: #0d72c7;
}
.adaptive-main-nav li ul {
  margin: 1em 0 0 2em;
}

/* common
-------------------------------------------------------------*/
.page .entry-title ,
.archive #archive-title {
	margin: 0 auto 30px;
	padding: 0 0 20px;
	background: url(/img/bg_border_whgr.png) bottom left repeat-x;
}
.archive #archive-title {
	text-align: center;
	font-size: 3em;
	font-weight: normal;
}
span.new {
	margin: 0 5px 0 0;
	color: #f53232;
	font-weight: bold;
	font-size: .7rem;
}

/* link-box */
.link-box {
	cursor: pointer;
}

/* header
-------------------------------------------------------------*/
.header-container {
	overflow: hidden;
}
.header-container .top-menu-container .container {
	position: relative;
}
.header-container header{
	margin: 0 auto 10px;
	padding: 0 0 30px;
}
.header-container .logo {
	position: absolute;
	top:0 ;
	left: 0;
	margin: 0;
	text-align: center;
}
.header-container .logo p {
	padding: 30px 0 10px;
	background: #fff;
}
.header-container .logo p img {
	width: 60%;
	margin: 0 auto;
}
.header-container h1 {
	line-height: 32px;
	color: #fff;
	font-size: 1.2em;
	font-weight: normal;
}
.header-container .menu {
	background: url(/img/bg_border_whgr.png);
}
.header-container .menu li{
	float: left;
	margin: 0 20px 0 0;
	line-height: 3.2;
	font-size: 1.5em;
}
.top-header .menu li.eat span { color: #d65537; }
.top-header .menu li.enjoy span { color :#5db95e; }
.top-header .menu li.shopping span { color: #20acc5; }
.top-header .menu li.discovery span { color: #36519a; }
.top-header .menu li.movie span { color: #a5559c; }
.top-header .menu li.movie .movie-info {
	margin: 0 0 0 5px;
	padding: 3px 10px;
	font-size: .9em;
	background: #cc3366;
	color: #fff;
	text-decoration: none;
	border-radius: 3px;
}
.top-header .menu li.movie .movie-info:hover {
	background: #ea779e;
}
.top-header .menu li.area span { color: #666; }
.top-header .menu li a {
	color: #333;
	text-decoration: underline;
}

/* home
-------------------------------------------------------------*/
.home .header-container .logo {
	position: relative;
	text-align: center;
	margin: 0 auto 10px;
}
.home .header-container .logo img {
	width: auto;
}
.home .header-container .logo + p {
	margin: 0 auto;
	letter-spacing: 1px;
	text-align: center;
	font-size: 1.8em;
}
.home .header-container .logo + p br {
	display: none;
}

/* grid
--------------------------------------------------------- */
.content.article-list {
	margin-bottom: 5em;
}
.article-list .grid {
	float: left;
	overflow: hidden;
	width: 220px;
	height: 220px !important;
	margin: 10px;
	cursor: pointer;
}
.grid .grid-wrap {
	width: 100%;
	position: relative;
	padding-top: 100%;
	background: #000;
}
.grid .grid-wrap .inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.content.article-list article .post_image {
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
}
.content.article-list article .post_image img{
	width: 100%;
	height: 100%;
	margin: 0 !important;
	z-index: 0;
}
.content.article-list header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  margin-left: 0;
	z-index: 1;
	background: url(/img/grid_bg.png) bottom left repeat-x;
}
.content.article-list header .catSec {
	width: 90%;
	position: absolute;
	top: 8px;
	left: 5%;
	margin: 0 auto;
}
.content.article-list header .cat {
	float: left;
	width: 45px;
	height: 45px;
	margin: 0 3px 0 0;
	line-height: 48px;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	color: #666;
	border-radius: 45px;
	background: #fff;
}
.content.article-list .genre {
	float: left;
	width: 45px;
	height: 45px;
	border-radius: 45px;
	text-indent: -9999px;
}
.content.article-list .eat {
	background:url(/img/nav_top_01.png) no-repeat left top;
	background-size: 45px 45px;
}
.content.article-list .enjoy {
	background:url(/img/nav_top_02.png) no-repeat left top;
	background-size: 45px 45px;
}
.content.article-list .shopping {
	background:url(/img/nav_top_03.png) no-repeat left top;
	background-size: 45px 45px;
}
.content.article-list .discovery {
	background:url(/img/nav_top_04.png) no-repeat left top;
	background-size: 45px 45px;
}
.content.article-list header .titleSec {
	width: 90%;
	margin: 0 auto;
	padding: 0 0 4px;
	position: absolute;
	bottom: 6px;
	left: 5%;
	text-align: justify;
}
.content.article-list article h2.entry-title {
	font-size: 1.4em;
}
.content.article-list article h2.entry-title {
	margin: 0 auto 5px;
}
.content.article-list header h2 a{
	color: #fff;
	text-decoration: none;
}
.content.article-list article h2.entry-title + p {
	margin: 0;
	padding: 4px 0 0;
	line-height: 1.25;
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	border-top: 1px solid #fff;
}
.article-list nav .pagenation {
	overflow: hidden;
	clear: both;
}

/* news
--------------------------------------------------------------- */
#top-news {
	overflow: hidden;
	margin: 0 auto 20px;
	letter-spacing: .6px;
	background: url(/img/bg_border_whgr.png) bottom left repeat-x;
}
#top-news h2 {
	font-size: 2.2em;
}
#top-news h2 + p {
	padding: 10px 0 0;
	line-height: 1.1;
	font-size: 1.3em;
}
#top-news ul {
	margin-bottom: 10px;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
#top-news li {
	box-sizing: border-box;
	width: 22.7%;
	float: left;
	position: relative;
	margin: 0 1.15% 20px;
	letter-spacing: .6px;
	border: 1px solid #ccc;
}
#top-news .cat_sec {
	overflow: hidden;
	width: 82%;
	margin: 0 auto;
}
#top-news .cat_sec p {
	margin-bottom: 0;
	padding: 4px 6px 5px;
	line-height: 1.1;
	font-size: 1em;
	font-weight: normal;
}
#top-news .article-preview-image {
	margin-bottom: 18px;
}
#top-news .cat_sec .present {
	float: left;
	margin: 0 2px 0 0;
	padding-left: 18px;
	background: #F03 url(/img/ico_present_mini.png) 6px center no-repeat;
	background-size: 9px 12px;
	color: #fff;
}
#top-news .cat_sec .cat {
	float: left;
	margin: 0 2px 0 0;
	background: #333;
	color: #fff;
}
#top-news .cat_sec .news_cat {
	float: left;
	margin: 0 2px 0 0;
	background: #eee;
	color: #333;
}
#top-news dl {
	width: 82%;
	margin: 0 auto 10px;
}
#top-news .entry-title {
	clear: both;
	margin: 0;
	padding: 10px 0 8px;
	line-height: 1.5;
	font-size: 1.3em;
	font-weight: bold;
}
#top-news .entry-title a {
	color: #333;
}
#top-news .entry-title span {
	padding-right: 5px;
	font-size: .8em;
}
#top-news dt + dd {
	border-top: 1px dotted #666;
}
#top-news .date {
	margin: 0 auto;
	padding: 9px 0;
	line-height: 1.1;
	font-size: 1.1em;
	word-break: break-all;
}
#top-news .bnr {
	clear: both;
}
#top-news .bnr a {
	position: relative;
	display: block;
	width: 40%;
	height: 40px;
	margin: 0 auto 50px;
	line-height: 40px;
	text-align: center;
	font-size: 1.5em;
	color: #fff;
	background: #000;
	border-radius: 5px;
}
#top-news .bnr a:hover {
	background: #666;
	text-decoration: none;
}
#top-news .bnr a:after{
	position: absolute;
	top: 0%;
	right: 15px;
	content: '▲';
	font-size: 10px;
	font-weight: bold;
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-moz-transition: all, 0.25s, linear;
	-o-transition: all, 0.25s, linear;
	-webkit-transition: all, 0.25s, linear;
	transition: all, 0.25s, linear;
	color: #ccc;
}

/* photo 
--------------------------------------------------------------- */
.grid.photo {
	width: 460px;
}
.grid.photo .grid-wrap {
	width: 100%;
	position: relative;
	padding-top: 47.8%;
}
.grid.photo a {
	width: 96%;
	position: absolute;
	top: 15px;
	left: 2%;
	z-index: 2;
}
.grid.photo a + img {
	margin-top: 0;
}
.grid img {
	display: block;
}
.post-type-archive-photo article {
	padding: 40px 0 50px;
	border-bottom: 1px solid #ddd;
}
.post-type-archive-photo article:first-child {
	padding-top: 0;
}
.post-type-archive-photo article header {
	margin-bottom: 20px;
}
.post-type-archive-photo .entry-title {
	margin-bottom: 5px;
}
.post-type-archive-photo article p {
	letter-spacing: 1px;
	font-size: 1.5em;
	color: #666;
}
.post-type-archive-photo .imgSec {
	margin-bottom: 20px;
}
.post-type-archive-photo .pager {
	padding-top: 30px;
}
/* movie 
--------------------------------------------------------------- */
.grid.movie {
	width: 216px;
	height: 216px !important;
	border: 2px solid #00b1b8;
}
.grid.movie .movie-title {
	width: 90%;
	position: absolute;
	top: 8px;
	left: 5%;
	z-index: 1;
}
.content.article-list .grid.movie header {
	background: url(/img/bg_grid_movie_tit.png) bottom left repeat-x;
}
.grid.movie .entry-title {
	letter-spacing: 1px;
} 

/* whatsnew 
--------------------------------------------------------------- */
.content.article-list .whats-new {
	box-sizing: border-box;
	width: 460px;
	height: 220px;
	padding: 25px 30px;
	border: 1px solid #dbd8d2;
}
.content.article-list .whats-new a {
	display: block;
	margin: 0 0 0 7em;
}
.content.article-list .whats-new li {
	clear: both;
	overflow: hidden;
	margin: 0 0 6px;
	line-height: 1.4;
	font-size: 1.3em;
}
.content.article-list .whats-new li span {
	float: left;
}
.content .content-separator {
	margin: 80px 0 30px;
}

/* slider
--------------------------------------------------------- */
.slideFrame {
	z-index: 0;
	position: relative;
	overflow: hidden;
	overflow-x: hidden;
}
.slideCell {
	display: block;
	float: left;
	margin-right: 5px;
	width: auto;
	height: 300px;
	background: #FFF;
	color: #333;
}

/* single
-------------------------------------------------------------*/
.page .article-container-adaptive,
.single .article-container-adaptive,
.archive .article-container-adaptive{
}
.single .article-preview-image {
	display: block;
	line-height: 0;
	text-align: center;
	background: #000;
}
.single .entry-date {
	overflow: hidden;
	position: relative;
	margin: 0 auto 40px;
	padding: 20px 30px;
	background: url(/img/bg_border_whgr.png)
}
.single .entry-date .cat {
	float: left;
	position: relative;
	left: 50%;
	margin: 0 auto;
}
.single .entry-date .cat li {
	position: relative;
	float: left;
	left: -50%;
}
.single .entry-date .area {
	float: left;
	width: 65px;
	height: 65px;
	margin: 0 3px 0 0;
	line-height: 68px;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	border-radius: 65px;
	background: #333;
}
.single .entry-date .area a,
.single .entry-date .genre a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
}
.single .entry-date .area a:hover {
	background: #666;
	text-decoration: none;
	border-radius: 65px;
}
.single .entry-date .genre a:hover {
	text-decoration: none;
	border-radius: 65px;
}
.single .entry-date .genre {
	float: left;
	width: 65px;
	height: 65px;
	border-radius: 65px;
	line-height: 68px;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
}
.single .entry-date .eat {
	background:url(/img/bg_genre_01.png) no-repeat left top;
	background-size: 65px 65px;
}
.single .entry-date .enjoy {
	background:url(/img/bg_genre_02.png) no-repeat left top;
	background-size: 65px 65px;
}
.single .entry-date .shopping {
	background:url(/img/bg_genre_03.png) no-repeat left top;
	background-size: 65px 65px;
}
.single .entry-date .discovery {
	background:url(/img/bg_genre_04.png) no-repeat left top;
	background-size: 65px 65px;
}
.genre.discovery span {
	letter-spacing: -3px;
}
.single .entry-date .date {
	width: 30%;
	clear: both;
	margin: 0 0 10px;
	padding: 2px 2px;
	letter-spacing: 1px;
	text-align: center;
	font-size: 1.3em;
	background: #fff;
}
.single .entry-date h1 {
	margin: 0 0 15px;
	padding: 0 0 20px;
	letter-spacing: 1px;
	line-height: 1.4;
	font-size: 2.3em;
	border-bottom: 2px solid #333;
}
.single .entry-date h1 + ul li {
	line-height: 1.6;
	font-size: 1.6em;
}
.content article .entry-content {
	margin-bottom: 40px;
}
.search .entry-content p, 
.single .entry-content p,
.news .entry-content p,
.page .entry-content p ,
.page .entry-content li ,
.page .entry-content td ,
.archive .entry-content p {
	text-align: justify;
	letter-spacing: 0.02em;
	font-size: 1.4em;
	color: #444;
}
.single .entry-content.col2 p,
.page .entry-content.col2 p {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	-o-column-count: 2;
	-ms-column-count: 2;
	-moz-column-gap: 40px;
	-webkit-column-gap: 40px;
	column-gap: 40px;
}
.single .entry-content.col2 p.article-info,
.single .entry-content .article-info {
	width: 100%;
	padding: 20px 0 0;
	border-top: 1px solid #333;
	-moz-column-count: 1;
	-webkit-column-count: 1;
	-o-column-count: 1;
	-ms-column-count: 1;
	font-size: 1.3em;
}
.single .entry-content p.imgSec + p.article-info {
	margin: 0;
}
.single .entry-content p {
	margin: 0 ;
	line-height: 2;
}
.single .entry-content .article-info {
	margin-bottom: 0;
}
.single .entry-content p.movieSec {
	position: relative;
	padding-top: 56.26%;
}
.single .entry-content p.movieSec iframe {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}
.single .entry-content h2 {
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
.single .entry-content h3 {
	margin-bottom: 10px;
}
.single .entry-content p.imgSec,
.single .entry-content p.movieSec {
	margin: 0;
	-moz-column-count: 1;
  -webkit-column-count: 1;
  column-count: 1;
}
.single .entry-content p.imgSec + p,
.single .entry-content p.movieSec + p {
	margin: 0;
}
.single .entry-content p.imgSec + p.imgSec,
.single .entry-content p.movieSec + p.imgSec,
.single .entry-content p.imgSec + p.movieSec,
.single .entry-content p.movieSec + p.movieSec {
	margin: 10px 0 0;
}
.sow-carousel-wrapper ul.sow-carousel-items li.sow-carousel-item .sow-carousel-thumbnail a {
	background-size: cover !important;
}
.sow-carousel-wrapper ul.sow-carousel-items li.sow-carousel-item h3 {
	font-size: 1.3em;
	text-align: left;
}
.info-date {
	margin: 0 auto 30px;
	padding: 10px;
	background: url(/img/bg_border_whgr.png);
}
.info-date .row-fluid {
	overflow:hidden;
	width: auto;
	margin: 0 auto;
	padding: 20px 20px 15px;
	background: #fff;
}
.info-date h3 {
	padding: 0 0 5px;
	font-size: 1.4em;
	border-bottom: 2px solid #333;
}
.info-date h4 {
	padding: 0 0 10px;
	border-bottom: 5px solid #333; 
}
.info-date table {
	margin: 0 0 30px;
	border: none;
}
.info-date table th,
.info-date table td {
	line-height: 1.4;
	font-size: 1.3em;
	background: #fff;
	color: #333;
	border-top: 1px dotted #ddd;
}
.info-date table td a {
	text-decoration: underline;
}
.info-date table tr:first-child th,
.info-date table tr:first-child td {
	border: none;
}
.single .info-date h5 {
	padding: 0 0 5px;
	font-weight: normal;
	border-bottom: 1px solid #333;
}
.info-date .tags p {
	font-size: 1.3em;
}
.info-date .info-map {
	padding: 0;
	margin: 0 0 10px;
}
.info-date .note {
	line-height: 1.3;
	font-size: 1em;
	color: #666;
}
.add-bnr {
	margin: 0 auto 20px;
	text-align: center;
}
.pager,
.pagination{
	margin: 0 auto 30px;
	text-align:center;
}
.pagination a {
	font-size: 1.3em;
}
a.page-numbers,
.pager .current{
	margin:0 2px;
	padding:5px 8px;
	background:rgba(0,0,0,0.02);
	border:solid 1px rgba(0,0,0,0.1);
	border-radius:5px;
	font-size: 1.3em;
}
.pager .current{
	background:rgba(0,0,0,1);
	border:solid 1px rgba(0,0,0,1);
	color:rgba(255,255,255,1);
}
/* page */
.page article {
	margin-bottom: 30px;
	padding-bottom: 0;
	border-bottom: 2px solid #eee;
}

/* primary original
-------------------------------------------------------------*/
#primary h4 {
	font-size: 1.5em;
}
#primary .widget-sec #search-form input[type="text"] {
	background: #fff;
}
#primary .pr {
	margin-bottom: 20px;
	padding: 15px 0 ;
	border: 1px solid #e1e1e1;
}
#primary .pr h4 {
	margin: 0 0 5px;
}
#primary .pr h4 span {
	margin: 0 0 0 5px;
	padding: 3px;
	line-height: 1.1;
	font-size: 0.6em;
	background: #b6a47f;
	color: #fff;
}
#primary .post_image {
	margin: 0 auto 8px;
	line-height: 0;
}
#primary .pr .cat {
	background: #e9e9e9;
	color: #333;
	padding: 3px;
	line-height: 1.1;
	text-align: center;
}
#primary .entry-title {
	margin: 0 0 5x;
	line-height: 1.2;
	font-size: 1.3em;
	font-weight: bold;
}
#primary .pr .entry-title a {
	text-decoration: underline;
}
#primary .pr .entry-title + p {
	line-height: 1.3;
}
#primary .pr .link {
	color: #999;
}
#primary .widget-sec,
#primary .backnum-sec {
	margin: 0 auto 10px;
}
#primary .backnum-sec .dl a {
	display: block;
	width: 100%;
	padding: 5px 0;
	color: #333;
	text-align: center;
	background: #ccc;
	font-size: 1.4em;
}
#primary .backnum-sec .dl a:hover {
	text-decoration: none;
	background: #ddd;
	color: #999;
}
.sidebar-widget li {
	line-height: 1.2;
	padding: 8px 0;
	border-top: 1px dashed #ccc;
}
.sidebar-widget li a {
	display: block;
	margin: 0 0 3px;
	font-size: 1.2em;
}
.sidebar-widget li:first-child {
	padding-top: 0;
	border: none;
}
.sidebar-widget li span.new {
	margin: 0 5px 0 0;
	color: #f53232;
	font-weight: bold;
}

/* map
-------------------------------------------------------------*/
.map-sec {
	margin: 0 auto;
	padding: 40px 0;
	background: url(/img/bg_border_whgr.png) top left repeat-x;
}
.map-sec h3 {
	position: relative;
	float: left;
	margin: 0 auto 10px;
	letter-spacing: 1px;
	font-size: 2.4em;
	font-weight: normal;
}
.map-sec h3 + p {
	float: right;
	line-height: 1.4;
	font-size: 13px;
}
.map-sec h3 + p span {
	color: #e55a44;
}
.map-sec .map-in {
	width: 430px;
	padding: 10px;
}
.map-in .thumb {
	width: 148px;
	float: left;
	margin: 0 20px 20px 0;
}
.map-in .thumb img {
	max-width: 100%;
	height: auto;
}
.map-in .text-box {
	float: left;
	width: 260px;
	margin: 0 0 10px 0;	
}
.map-in .text-box h4 {
	margin: 0 0 10px;
	font-size: 16px;
}
.map-in .text-box h4 + p {
	font-size: 12px;
	line-height: 160%;
}
.map-in .link-box {
	clear: both;
	padding: 10px 15px;
	background: #f8f8f8;
	border-radius: 3px;
}
.map-in .link-box p:first-child {
	margin: 0 0 6px;
	font-size: 13px;
	font-weight: bold;
}
.map-in .feature {
	position: absolute;
	top: 8px;
	left: 9px;
}
.map-in label { width: auto; display:inline; }
.map-in img { max-width: none; }
#under-entry-body {
	clear: both;
}
#map {
	clear: both;
	width: 100%;
	height: 420px;
	margin: 0 auto;
}
.fb-like,.fb-like span,.fb-like iframe,
.fb-like-box,.fb-like-box span,.fb-like-box iframe{
 width:100% !important;
}
.container.sosial {
	padding: 50px 0;
	background: url(/img/bg_border_whgr.png) top left repeat-x;
}
/* related-post
-------------------------------------------------------------*/
.related-post {
	margin-bottom: 30px;
}
/* add
-------------------------------------------------------------*/
.add {
	margin-bottom: 20px;
}
/* footer
-------------------------------------------------------------*/
#footer-wrap {
	background: #fff;
}
#footer-insec {
	overflow: hidden;
	margin: 0 auto;
	padding: 10px 20px;
}
#footer-insec .company {
	float: left;
	width: 58%;
	margin: 0 2% 0 0;
}
#footer-insec .company dt {
	float: left;
	width: 130px;
	padding: 0 40px 0 0;
}
#footer-insec .company dd {
	padding: 10px 0 0 ;
	font-size: 11px;
}
#footer-insec li {
	float: left;
	padding: 20px 0 0;
}
.footer-info {
	margin: 0 auto;
	padding: 20px 0 10px;
	text-align: center;
}
.footer-info li{
	width: 150px;
	float: left;
	margin: 0 30px 0 0;
}

/* Search
-------------------------------------------------------------*/
.search article {
	padding: 20px 0 0;
	border-bottom: 1px dashed #999;
}
.search article h2.entry-title {
	font-size: 1.8em;
}
.search .content article .entry-content {
	color: #666;
}

/* pagetop */
#pageTop {
	display: none;
	position: fixed;
	bottom: 0;
	right: 20px;
	margin: 0;
	padding: 0;
	line-height: 1;
	z-index: 999;
}
#pageTop img {
	vertical-align: bottom;
}
/* ninja button */
.ninja_onebutton {
	padding: 0 0 30px;
}
/* movie */
.post-type-archive-movie .entry-title span{
	font-size: .6em;
	margin: 0 0 0 10px;
	font-weight: normal;
}
article.movie {
	width: 80%;
	margin: 0 auto;
}
.movie .movie-sec {
	position: relative;
	margin: 0 auto 15px;
	padding-top: 56.26%;
}
.movie .movie-sec iframe {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}
.movie .title-sec dt {
	width: 8%;
	height: 8%;
	float: left;
}
.movie .title-sec dd {
	float: left;
	width: 90%;
	padding: 0 0 0 2%;
}
.movie .title-sec .num {
	padding: 2.5% 0;
	text-align: center;
	color: #fff;
	font-size: 1.4em;
	background: url(/img/bg_genre_05.png) top left no-repeat;
	background-size: 100%;
}
.movie .title-sec h2 {
	margin: 0 0 5px;
	font-size: 1.6em;
	text-decoration: underline;
}
.movie .title-sec p {
	font-size: 1.3em;
}

/* cinema */
.single-cinema #main .article-preview-image {
	width: 460px;
}
.single-cinema #main .entry-date {
	background: #f6f6f6;
	margin: 0 auto 5px;
	padding: 0;
}
.single-cinema #main .tit-sec {
	width: 30%;
	float: left;
	padding:3%;
}
.single-cinema #main .cinema-tit {
	margin: 0 0 15px;
	border-bottom: 2px solid #00b1b8;
}
.single-cinema #main .entry-title {
	font-size: 2em;
	border: none;
}
.single-cinema #main .date {
	width: 100%;
	text-align: right;
	font-size: 1.1em;
	color: #00b1b8;
	background: none;
}
.single-cinema #main .thumb-sec {
	width: 62%;
	float: right;
}
.single-cinema #main .cinema-copy {
	margin: 0 auto 30px;
	text-align: right;
}
.movie-info-bnr {
	margin: 0 auto;
	text-align: center;
}
#main-container {
	margin-bottom : 20px;
}

/* #Media Queries
================================================== */
/* Smaller than standard 1200 (devices and browsers) */
@media only screen and (max-width: 1199px) {
	.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
		width: 90%;
	}
	#main-container {
		width: 90%;
		margin: 0 auto;
		}
#primary .span10 {
	width: 100%;
	margin: 0 auto;
}
#primary .pr {
	margin-bottom: 10%;
}
#primary .span11 .span10 {
	width: 80%;
	float: none;
	margin: 0 auto;
}
.wrap_fll { width:100%; }
.wrap_out { width: 98%;}
.wrap_in { width: 90%;}
#home .genre_nav {
	width: 100%;
}
#home .genre_nav li {
	padding: 10% 0 0;
}
#home .genre_nav li .cat_ico {
	width: 56%;
	top: -12%;
	left: 20%;
}
#home .genre_nav li .cat_tit {
	font-size: 2em;
}
#home .genre_nav .cat_tit + p {
	display: none;
}
#home .area_nav {
	width: 58%;
	margin-left: 0;
}
#home .book_nav {
	width: 40%;
	margin-right: 0;
}
#page .logo_wrap.mobile {
	overflow: hidden;
	float: none;
	width: 90%;
	margin: 0 auto 3%;
}
.mobile .page_copy {
	width: 90%;
	margin: 0 auto;
	font-size: .7rem;
}
/* nav */
header {
	margin-bottom: 10px;
}

}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {


}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .top-menu-navigation,
  .main-menu-navigation {
    display: none;
  }
  #adaptive-top-nav-btn,
  #adaptive-main-nav-btn {
    display: inline-block;
    margin-bottom: 1em 0;
  }
  .main-menu-container .current_page_item,
  .top-menu-container .current_page_item {
    font-weight: bold;
    padding: .5em;
  }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	#main { width: 100%;}
#top-news ul {
	margin-bottom: -10px;
}
#top-news li {
	width: 96%;
	float: none;
	margin: 0 auto 20px;
}
#top-news .bnr a{
	width: 80%;
	margin-bottom: 30px;
	font-size: .8rem;
}
.content.article-list article h2.entry-title {
	font-size: .6rem;
}
.content.article-list article h2.entry-title + p {
	font-size: .5rem;
}
.home nav.home ul li .more {
	font-size: 1rem;
}
.home nav ul li .catIco {
	position: absolute;
	width: 26%;
	top: 4%;
	left: 3%;
}
.article-list .grid,
.article-list .grid.news {
	width: 48%;
	height: auto !important;
	margin: 1%;
}
.content.article-list header .cat {
	font-size: .6rem;
	margin: 0 2px 0 0;
	width: 35px;
	height: 35px;
	line-height: 38px;
	border-radius: 35px;
}
.content.article-list .genre {
	width: 35px;
	height: 35px;
	border-radius: 35px;
	background-size: 35px 35px;
}
.content.article-list .newsSec .title {
	width: 90%;
}
.content.article-list .grid.news,
.content.article-list .whats-new,
.grid.photo {
	width: 98%;
}
#primary {
	width: 100%;
}
.top-menu-navigation,
.main-menu-navigation {
	display: none;
}
.single .entry-content.col2 p,
.page .entry-content.col2 p {
	-moz-column-count: 1;
	-webkit-column-count: 1;
	-o-column-count: 1;
	-ms-column-count: 1;
}
#adaptive-top-nav-btn,
#adaptive-main-nav-btn {
 display: inline-block;
 margin-bottom: 1em 0;
}
.main-menu-container .current_page_item,
.top-menu-container .current_page_item {
 font-weight: bold;
 padding: .5em;
}
.container {
 padding: 1em;
}
.article-container-adaptive {
 width: 100%;
}
form input[type="text"],
form input[type="email"],
form input[type="url"] {
  border: 1px solid #dddddd;
  height: 42px;
  padding: .5em;
  width: 100%;
}
.post-type-archive-photo article {
	padding-top: 15px;
}
.post-type-archive-photo article header {
	margin-bottom: 5px;
}
.post-type-archive-photo .imgSec {
	padding: 0;
	margin-bottom: 10px;
}
#footer-insec {
	padding: 0;
}
#footer-insec .company {
	width: 100%;
}
#footer-insec .company dt {
	float: none;
  margin: 0 auto;
	padding: 0;
  width: 40%;
}
#footer-insec li {
    width: 48%;
    margin: 0 1%;
}
#pageTop {
	right: 10px;
	width: 30px;
}
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
  .right-header-widget {
    float: none;
    max-width: 100%;
  }
  .right-header-widget img {
    display: block;
    max-width: 100%;
  }
  .main-menu-container .current_page_item,
  .top-menu-container .current_page_item {
    font-weight: bold;
    padding: .5em;
  }
  .content .article-author figure {
    float: left;
    width: 20%;
  }
  .content .article-author .author-detail {
    float: left;
    width: 80%;
  }
  #header-wrap .logo-container {
    margin-bottom: 0;
    text-align: center;
  }
  .text-logo {
    text-align: center;
  }
  #header-wrap .right-header-widget {
    margin-top: 1em;
    padding: 1em;
  }
  .sidebar-widget {
    font-size: 1.2em;
    margin-bottom: 1.5em;
    margin-top: 1.5em;
  }
  .footer-widget {
    font-size: 1.2em;
    margin-bottom: 1.5em;
  }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
.entry-content table {
	width: 100%;
}
.entry-content table th img,
.entry-content table td img{
	width: 100%;
}
.main-menu-container .current_page_item,
.top-menu-container .current_page_item {
	font-weight: bold;
	padding: .5em;
}
.main-menu-container .current_page_item {
	background: none;
}
.content article header h1,
.content article header h2.entry-title a,
.content article header h1.entry-title a {
	line-height: 1.2;
}
.content article .icon {
	margin: 0 3px 0 5px;
}
.content article .icon .categories,
.content article .icon .tags {
	margin: 5px;
}
.content .pagination ul li {
	margin-bottom: 5px;
}
.content .article-author figure {
	float: left;
	width: 100%;
}
.content .article-author .author-detail {
	float: left;
	width: 100%;
}
.url-container {
	font-size: 1.2em;
}
.alignleft,
.alignright,
.alignnone {
	float: none;
}
p + .alignleft,
p + .alignright,
p + .alignnone,
br + .alignleft,
br + .alignright {
	margin-top: 0;
}
.commentslist li article header::before {
	content: '';
}
#header-wrap .logo-container {
	margin-bottom: 0;
	text-align: center;
}
.text-logo {
	text-align: center;
}
#header-wrap .right-header-widget {
	margin-top: 1em;
	padding: 1em;
}
.sidebar-widget {
	font-size: 1.2em;
	margin-bottom: 1.5em;
	margin-top: 1.5em;
}
.footer-widget {
	font-size: 1.2em;
	margin-bottom: 1.5em;
}
#primary .pr ,
#primary .widget-sec {
	box-sizing: border-box;
	padding: 5%;
}
#main-container {
	margin-bottom : 20px;
}
}

@media only screen and (max-width: 640px) {
.small-button {
	margin: 0;
}
#top-news {
	margin: 0 0 10px;
}
#top-news h2 {
	margin-bottom: 0;
}
#top-news li h3 {
	font-size: .9rem;
}
.grid {
	box-sizing: border-box;
	clear: none;
	float: left;
	width: 48%;
	height: auto;
	margin: 1%;
}
.map-sec h3 {
	font-size: 1.1rem;
}
.map-sec {
	padding: 30px 1em 1em;
}
#map {
	height: 220px;
}
.content.article-list .whats-new {
	margin-bottom: 15px;
	padding: 0;
	border: none;
}
.content.article-list .whats-new h3 {
	margin-bottom: .6em;
}
.content.article-list .whats-new li span {
	float: none;
	display: block;
	font-size: .7rem;
}
.content.article-list .whats-new a {
	margin: 0;
	text-align: justify;
	font-size: .9rem;
}
.content.article-list .whats-new li span.new {
	float: left;
}
.single .entry-date {
	padding: 1em;
}
.single .entry-date .date {
	width: 100%;
}
.single .entry-date h1 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 1.1rem;
}
.single .entry-date h1 + ul li {
	font-size: .8rem;
}
.single .entry-date .area,
.single .entry-date .genre {
	width: 50px;
	height: 50px;
	margin: 0 .3rem 10px 0;
	line-height: 53px;
	border-radius: 50px;
	font-size: .7rem;
}
.single .entry-date .eat,
.single .entry-date .shopping,
.single .entry-date .discovery,
.single .entry-date .enjoy {
	background-size: 50px 50px;
}
.single .entry-content p {
	margin: 0;
}
.single h2 {
	margin-bottom: 10px;
	font-size: 1.1rem;
}
.info-date h3 {
	margin-bottom: 2px;
	font-size: .8rem;
}
.info-date table {
	margin-bottom: 10px;
}

.page .main-sidebar,
.single .main-sidebar,
.archive .main-sidebar {
	clear:both;}
.header-container h1 {
	line-height: 1.2;
	text-align: center;
	font-size:.9rem;
	color: #333;
}
.header-container h1 br {
	display: block;
}
.info-date .row {
	padding: 15px;
}
.content .pagination .article-nav-prev a,
.content .pagination .article-nav-next a {
	line-height: 1.2;
	margin: 0 0 5px;
}
.add-bnr {
	margin: 0 auto;
}
.add-bnr p {
	margin-bottom: 10px;
}
#primary .span10 .imgSec {
	text-align: center;
	margin: 0 auto;
}
#primary .span10 .entry-title {
	text-align: center;
}
#primary h4 {
	font-size: .9rem;
}
.sidebar-widget h4 {
	padding: 0;
}
.sidebar-widget li,
.sidebar-widget li a {
	font-size: .8rem;
}
.footer-widget-area {
	margin: 0;
	padding: 1em 0;
}
.footer-widget-area .footer-widget h4 {
	font-size: 1.1rem;
}
}