html {
	color: #000;
	background: #FFF;
	background: url(http://www.townnews.co.jp/pr/oishiik2016/oishi_back2.png);
}


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0b1 | 201101 
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}


/* remember to define visible focus styles! 
:focus {
	outline: ?????;
} */


/* remember to highlight inserts somehow! */

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

a {
	text-decoration: none;
}

li a:hover {
	text-decoration: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	*font-size: 100%;
}

legend {
	color: #000;
}


/*---------ローディングここから-------------*/

#loader {
	width: 60px;
	height: 60px;
	display: none;
	position: fixed;
	_position: absolute;
	/* IE6対策 */
	top: 50%;
	left: 50%;
	z-index: 9999;
}

#fade {
	width: 100%;
	height: 100%;
	display: none;
	background-color: #FFFFFF;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9998;
}

.main {
	float: none;
}

.pageBox .pageBoxWrap1 .pageBoxWrap2 {
	padding: 0px;
	background: none;
	text-align: left;
}


/*---------ローディングここまで-------------*/

.footerWrap2,
#layout,
.pageBox {
	width: auto;
}


/*-----スマホはこっち-----*/

body {
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
	/*-------フォント比率指定はこちら----------*/
	font-size: 62.5%;
	/*---------- font-family: MyFont; ----------*/
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0px;
	background: url(http://www.townnews.co.jp/pr/oishiik2016/oishi_back2.png);
}


/*オーバーレイ出現時の背景のスクロール防止*/

#topLayer.noscroll {
	position: fixed;
	overflow-y: scroll;
}


/*--メニューここから--*/

#menuTopLayer {
	background-color: rgba(255, 255, 255, 0.95);
	margin: auto;
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	z-index: 999;
	height: 105px;
	font-size: 62.5%;
	max-width: 100%;
}

#wrap_body {
	top: 20px;
	position: relative;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}

#wrap_body > * {
	font-size: 1.3em;
	color: #fff;
}

#wrap_body > * a {
	color: #000;
	margin: 0 auto;
	display: inline-block;
	box-align: center;
	text-align: center;
	font-size: 1.2em;
	/*padding-left: 40px;*/
}

ul#menu {
	width: 50px;
	position: absolute;
	white-space: nowrap;
	top: 0;
	right: 0px;
	z-index: 99;
}

#wrap_body .wrapContents_top li.wrapContents_search {
	width: 70px;
	/*background: url(http://www.townnews.co.jp/pr/oishiik/icon_kensaku.png) no-repeat;*/
	background-color: #dddddd;
	display: block;
	line-height: 20px;
	font-size: 0.8em;
	text-align: center;
	margin: -20px;
	margin-right: 5px;
}

#menuTopLayer #wrap_body #menu li.wrapContents_search ul.menuChild {
	border: solid 1px #000;
	width: 300px;
	background-color: rgba(255, 255, 255, 0.9);
	/* position: absolute; */
	padding: 0;
	margin-left: -61px;
	display: none;
	position: absolute;
	right: 0;
}

#menuTopLayer #wrap_body #menu li.wrapContents_search ul.menuChild a {
	/* border-bottom: solid 1px #000; */
    width: auto;
    padding: 5px;
    font-size: 1.2em;
    float: left;
    border: solid 1px #ddd;
    /* background-color: #ffefd1; */
    /* border-bottom: solid 1px #000; */
    margin: 3px;
}

li#allStyle > a {
	display: block;
	width: 50%;
	margin: auto;
	clear: both;
}

.SearchCrew > p {
	clear: both;
	color: #fff;
	padding: 3px 0;
	margin: 5px;
	font-size: 1.5em;
	background-color: #989898;
	text-align: center;
}

#sliderbox {
	position: relative
}

#menuTopLayer #wrap_body #menu li.wrapContents_search ul.menuChild li a:last-child {
	/*	border-bottom: none;*/
}

ul.menuChild li a:hover {
	background: #fff553;
	/*	width: 100px*/
}

.wrapContents_bottom {
	/*background-color: burlywood;
    height: 40px;*/
}

.wrapContents_bottom li {
	/*border-right: solid 1px #ead0b0;*/
	font-size: 0.8em;
	display: block;
	line-height: 40px;
	height: 40px;
}

.wrapContents_bottom li:nth-child(3) {
	border: none;
}

.wrapContents_bottom li {
	color: #FFFFFF;
	margin: 0 auto;
	text-align: center;
	width: 33.3%;
	float: left;
}

.wrapContents_bottom li a {
	width: 100%;
	height: 40px;
}

#wrap_body .wrapContents_home a {
	/*background: url(http://www.townnews.co.jp/pr/oishiik2016/icon_home.png) no-repeat;*/
}

#wrap_body .wrapContents_home a:hover {
	/*color: #ffff45;*/
	border-bottom: solid 5px #457eff;
}

.wrapContents_oshokuji a:hover {
	border-bottom: solid 5px #ffff45;
	/*background: url(http://www.townnews.co.jp/pr/oishiik2016/icon_gohan.png) no-repeat 0 5px;*/
}

.wrapContents_oshokuji a:hover {
	border-bottom: solid 5px #ffff45;
	/*background: url(http://www.townnews.co.jp/pr/oishiik2016/icon_gohan.png) no-repeat 0 5px;*/
}

.wrapContents_takeout a:hover {
	border-bottom: solid 5px #56ff76;
	/*background: url(http://www.townnews.co.jp/pr/oishiik2016/icon_takeout.png) no-repeat 0 5px;*/
}

.wrapContents_sweets a:hover {
	border-bottom: solid 5px #ff80bb;
	/*background: url(http://www.townnews.co.jp/pr/oishiik2016/icon_sweets.png) no-repeat 0 5px;*/
}

.wrapContents_kikaku a:hover {
	border-bottom: solid 5px #7de1f8;
}

.wrapContents_ura a:hover {
	border-bottom: solid 5px #f7ac55;
}


/*--メニューここまで--*/


/*-----------header---------*/

#header_kawasaki {
	margin: 0 auto;
	text-align: center;
	width: 100%;
	top: 70px;
	font-size: 62.5%;
	background: url(http://www.townnews.co.jp/pr/oishiik2016/oishi_back2.png);
	padding-bottom: 20px;
}

#header_kawasaki img {
	display: block;
	width: 100%;
}

.snsli {
	width: 320px;
	margin: auto;
}

.snsli li {
	display: block;
	display: inline-block;
}

.google {
	width: 70px;
}

.hatena {
	height: 20px;
	width: 20px;
}


/*-----------メイン<div id="main_body">---------*/

#main_body {
	width: 100%;
	margin: 0 auto;
}


/*-----------コンテント<div id="content">フッターとの距離を空ける---------*/

#content {
	/*padding-bottom: 100px;*/
}


/*-----------カテゴリー<section class="category">---------*/

.category {
	width: 100%;
	margin: 0 auto;
}


/*-----------見出し<h2 class="midashi">---------*/

h2.midashi,
h2.midashi02 {
	color: #000;
	text-align: center;
	height: 50px;
	line-height: 2.5;
	margin: 40px 0;
	font-size: 2em;
	width: 100%;
	/*background-color: #957849;*/
	font-weight: bold;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}


/*
h2.midashi::before,,
h2.midashi::after {
    content: '';
    position: absolute;
}

h2.midashi::after {
    top: 0;
    right: 0;
    z-index: 2;
    border-width: 12.5px 10px;
    border-style: solid;
    border-color: transparent;
    border-right-color: #fff;
}
*/


/*キャプションの表示*/

#Note_PC {
	display: none;
}


/*----見出しの色替え<"m_shokuji">---------*/

span#osusume {
	margin: auto;
	display: block;
	width: 120px;
	height: 40px;
	font-size: 1em;
	border: solid 3px #a5a5a5;
	line-height: 2;
}

span#m_oshokuji {
	margin: auto;
	display: block;
	width: 200px;
	height: 60px;
	border-bottom: solid 5px #ff9487;
}

span#m_sweets {
	margin: auto;
	display: block;
	width: 200px;
	height: 60px;
	border-bottom: solid 5px #c18de2;
}

span#m_takeout {
	margin: auto;
	display: block;
	width: 200px;
	height: 60px;
	border-bottom: solid 5px #97e28d;
}

span#m_kikaku {
	margin: auto;
	display: block;
	width: 200px;
	height: 60px;
	border-bottom: solid 5px #7de1f8;
}

span#m_ura {
	margin: auto;
	display: block;
	width: 200px;
	height: 60px;
	border-bottom: solid 5px #f7ac55;
}


/*----各店舗情報（お食事）<article class="tenpo">---------*/

.tenpo {
	position: relative;
	width: 46%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	margin: 2%;
}

.tenpo_margin {
	background-color: #FFFFFF;
	padding: 10px;
	-webkit-box-sizing: padding-box;
}

.tenpo img {
	padding: 0
}

.tenpoTitle {
	width: 100%;
	height: 78px;
}


/*----各店舗情報（お食事）<article class="tenpo">---------*/

article.tenpo2 {
	width: 96%;
}


/*----最寄り駅<ul class="tenpoStation">---------*/

.tenpoAreaStation {
	height: 20px;
	font-size: 1em;
	width: 100%;
	/* height: 16px; */
	margin-bottom: 1px;
}

.tenpoAreaStation li {
	/*	padding: 0px 6px;*/
	line-height: 1.2;
	height: auto;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	/* float: right; */
}

.tenpoAreaStation li a {
	font-size: 1.1em;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tenpoAreaStation a {
	color: #000000;
}

.tenpoAreaStation li:nth-child(2) {
	/*border-left: solid 0px #000000;
    border-right: solid 1px #000000;*/
}

.tenpoAreaStation:after {
	clear: both;
}


/* For IE 6/7 (trigger hasLayout) */

.tenpoAreaStation {
	zoom: 1;
}


/*----最寄り駅<ul class="tenpoStation">---------*/

.tenpoAreaStation_3 li:nth-child(3) {
	border-right: solid 1px #000000;
}

.tenpoAreaStation li:nth-child(1) {
	border-left: solid 0px #000000;
}


/*----店舗名<h3 class="tenpoTitle_name">---------*/

h3.tenpoTitle_name {
	height: 38px;
	overflow: hidden;
	margin-bottom: 3px;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.3em;
	color: #000000;
	display: table-cell;
	vertical-align: middle;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.small {
	font-size: 0.6em;
	padding-top: 3px;
	line-height: 0.5em;
}


/*----店舗名<h4 class="tenpoTitle_catch">---------*/

h4.tenpoTitle_catch {
	margin-top: 3px;
	line-height: 1.3em;
	font-size: 1.3em;
	color: #ff9487;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}


/*----小カテゴリー色分け<h4 class="tenpoTitle_catch">---------*/


/*

#catch_wa {
 color: #ff2700;   
}

#catch_yo {
    color: #ffa700;
}

#catch_chu {
    color: #f2cc00;
}

#catch_takoku {
    color: #ffb7d0;
}

#catch_men {
    color: #ff87b5;
}

#catch_cafe {
    color: #d10071;
}
*/


/*----小カテゴリー名称<div class="tenpoPhoto">---------
.Scategory_wa{
    position: absolute;}

.Scategory_wa:before{
    content:"和";
color:#ffffff;
font-size: 1.5em;
    line-height: 1.8em;
    text-align: center;
    background: #ff2700;
    display: block;
    height: 28px;
    width: 60px;
}
-------------------------
.Scategory_yo{
    position: absolute;}

.Scategory_yo:before{
    content:"洋";
color:#ffffff;
font-size: 1.5em;
    line-height: 1.8em;
    text-align: center;
    background: #ffa700;
    display: block;
    height: 28px;
    width: 60px;
}
*/


/*----メイン写真<div class="tenpoPhoto">---------*/

.tenpoPhoto {
	height: auto;
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
}

.tenpoPhoto img {
	display: block;
	width: 100%;
}


/*----本文<p class="tenpoHonbun">---------*/

.tenpoHonbun {
	font-size: 1.3em;
	line-height: 1.6em;
	width: 100%;
	word-wrap: break-word;
	margin: 20px 0 20px 0;
}


/*----店舗データ<div class="tenpoData">---------*/


/*----ジャンルごとにフリースペースの色替え---------*/

.tenpoFreeMap > img {
	box-sizing: border-box;
	border: solid 2px #ffcac0;
}

.tenpoData {
	display: block;
	box-sizing: inherit;
	margin: 0 auto;
	width: 49%;
	float: left;
}

.tenpoData img {
	display: block;
	width: 100%;
}

img.inforicon {
	width: 15px;
	margin-right: 5px;
	position: relative;
	top: 2px
}

.tenpoFreeMap_map_2 {
	box-sizing: inherit;
	display: block;
	width: 50%;
	height: 130px;
	position: inherit;
	float: right;
}

.storeData {
	margin-bottom: 10px;
}


/*----店舗フリー＆マップ<div class="tenpoData">---------*/

.tenpoFreeMap {
	display: block;
	box-sizing: inherit;
	margin: 0 auto;
}

.tenposauce {
	display: block;
	box-sizing: inherit;
	position: relative;
}

.tenpoFreeMap img {
	display: block;
	width: 100%;
	margin-bottom: 5px;
}


/*店舗２枠分の記述*/

.tenpo_2 {
	width: 96%;
	margin: 0 auto;
	margin-bottom: 40px;
	padding-right: 5px;
	box-shadow: 2px 2px 1px 1px #b9b9b9;
}


/*店舗２枠分のマルミの記述*/


/*店舗２枠分のマルミの記述スマホ版*/


/*店舗２枠分のマルミの記述スマホ版*/

.tenpo2 div div > .tenpoPhoto {
	height: auto;
	display: block;
}

.tenpoPhoto_hide img {
	margin-top: 20px;
	width: 100%;
}

.tenpoPhoto_hideKSP img {
	width: 100%;
}

#overlay #marumi_1,
#marumi_2 {
	margin-bottom: 10px;
}

#overlay .tenpoPhoto_hide {
	margin-top: -10px;
}

#overlay .tenpoPhoto_hideKSP {
	margin-top: -10px;
}

.tenpoPhoto.marui {
	background: url(http://www.townnews.co.jp/pr/oishiik2016/marui_family_mini.jpg) no-repeat center;
	/* width: 600px; */
	background-size: auto 100%;
	height: 200px;
}

#overlay .tenpoPhoto.marui {
	background: url(http://www.townnews.co.jp/pr/oishiik2016/marui_family_mini.jpg) no-repeat top center;
	width: 100%;
	background-size: 100% auto;
	padding: 74% 0;
}


/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.tenpo .sp_mode {
	display: inherit;
	position: absolute;
	background-color: rgba(60, 48, 31, 0.54);
	width: auto;
	height: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 99;
}

.tenpo .sp_mode {
	display: inherit;
	position: absolute;
	background-color: rgba(60, 48, 31, 0);
	width: auto;
	height: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 99;
}


/*--------------------ライトボックス内の表示----------------*/

#overlay {
	font-size: 62.5%;
	text-align: justify;
}

#overlay img.inforicon {
	width: 20px;
}

#overlay .tenpoTitle {
	width: 100%;
	height: 110px;
}

#overlay h3.tenpoTitle_name {
	margin-bottom: 3px;
	font-size: 2em;
	font-weight: bold;
	line-height: 1.3em;
	color: #000000;
	height: 63px;
}

#overlay .small {
	font-size: 0.7em;
	padding-top: 10px;
	line-height: 0.5em;
}

#overlay h4.tenpoTitle_catch {
	margin-top: 3px;
	line-height: 1.6em;
	font-size: 1.6em;
	color: #ff9487;
}

#overlay .tenpoAreaStation {
	font-size: 1.4em;
	margin-bottom: 5px;
}

#overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.6) url(http://www.townnews.co.jp/pr/oishiik2016/button_close.png) no-repeat right 8pt top 8pt;
background-size: 30px;
}

#overlay .tenpoHonbun {
	font-size: 1.8em;
}

#overlay .tenpo_margin {
	display: block;
	position: absolute;
	padding: 10px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 80%;
	width: 80%;
	overflow: scroll;
}

#overlay .hogehoge {
	width: 90%;
	height: 90%;
	background-color: aliceblue;
}

#overlay .hogehoge div {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

#overlay h1,
#overlay p {
	color: #000000;
}

#overlay .accordionHide {
	display: block;
	opacity: 0;
	color: #fff;
}

#overlay .tenpoHonbun img {
	width: 100%;
}

#overlay .tenpoPhoto {
	height: auto;
}

#overlay .storeData {
	position: static;
	width: 100%;
}

#overlay .storeData p {
	font-size: 1.8em;
	margin-bottom: 15px;
}

#overlay .tenpoFreeMap {
	float: none;
	width: 100%;
}

#overlay .tenpoPhoto_sub2 {
	width: 100%;
}

#overlay .storeData {
	position: relative;
}

#overlay span#right {
	position: absolute;
	top: 205px;
	left: 0;
}


/*店舗２枠分のマルミの記述*/

#overlay #marumi_1,
#marumi_2 {
	margin-bottom: 10px;
}

#overlay .tenpoPhoto_hide {
	margin-top: -10px;
}


/*/店舗２枠分のマルミの記述*/


/*店舗２枠分のKSPの記述*/

#kspMidashi {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4em;
}

.tenpoAreaStation_5 li {
	padding: 0 2px 0 2px;
	border-right: solid 1px #000000;
}

.tenpoAreaStation_5 li:nth-child(1) {
	border-right: solid 0px #000000;
}


/*/店舗２枠分のKSPの記述*/

#topLayer {
	z-index: 50;
	width: 100%;
	background: url(http://www.townnews.co.jp/pr/oishiik2016/oishi_back2.png);
	/* position: relative; */
	/* margin-top: 10px; */
	font-size: 62.5%;
	min-height: 300px;
	padding-bottom: 10px;
}

#topLayer > * {
	opacity: 0
}

.tenpoPhoto .videoClass {
	position: relative;
	background-color: black;
}

.tenpoPhoto .videoClass iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

img#webFoamImg {
	width: 100%;
}

#mainimgIn #pc_header {
	display: none;
}

#mainimgIn #sp_header {
	display: inline;
	margin-top: 105px;
}

#header_kawasaki h3 {
	font-weight: lighter;
	text-align: center;
	width: 100%;
	white-space: nowrap;
	margin: 0 auto;
	font-size: calc(20px + 0.25vw);
	margin-top: 20px;
	margin-bottom: 20px;
}

#header_kawasaki p {
	font-size: 1.3em;
	line-height: 1.6;
	text-align: justify;
	padding: 15px;
}

p#Note {
	margin: 0 auto;
	box-sizing: border-box;
    padding: 10px 15px 10px;
	font-size: 1.2em;
	text-align: justify;
}

.bxslider_PhotoSP {
	width: 35%;
	float: left;
}

.bxslider_rightSP {
	width: 60%;
	float: right;
	margin-right: 8px;
}

.bxsliderPC {
	display: none;
}

#sliderbox ul li div div .tenpoTitle_name span#bxslider_name {
	font-size: 1.4em;
	line-height: 1;
	word-break: break-all;
}

.bxslider_small {
	font-size: 0.8em;
	margin: 4px 0 12px 0;
}

#bxslider_chatch {
	font-size: 1.2em;
	display: block;
	box-sizing: border-box;
}

#sliderbox ul li div .tenpoAreaStation {
	position: absolute;
	bottom: 0px;
	right: 5px;
}

#sliderbox ul li div .tenpoAreaStation li {
	float: right;
	color: #000;
	display: none;
	margin-top: 50px;
}

#sliderbox ul li div div .tenpoTitle_name span#bxslider_name {
	font-size: 1.2em;
	line-height: 1.3em;
	word-break: break-all;
}

p.dxslider_miru.bxsliderPC {
	display: block;
	color: #fff;
	background-color: #ffaca2;
	font-size: 1.5em;
	padding: 3px;
	border-radius: 5px;
	position: absolute;
	bottom: 10px;
	width: 57%;
	text-align: center;
}


/*-------------企画ページスマホ版----------------*/

.tenpo_kikaku {
	width: 97%;
	position: relative;
	height: auto;
	margin: 0 auto;
	padding: 0;
	margin: 2%;
}

.tenpo_kikaku div .tenpoPhoto_body {
	width: 100%;
}

.tenpo_kikaku div div .tenpoPhoto {
	margin: 0 auto;
	height: 160px;
	/*height: 392px;*/
	overflow: hidden;
	position: relative;
}

.tenpo_kikaku div div .tenpoPhoto img {
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}


/*
.tenpoPhoto_caption {
    margin: 10px 0 0 0;
    font-size: 1.4em;
    text-align: center;
}
*/

.tenpo_kikaku div .tenpoTitle {
	height: 110px;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
}

.tenpo_kikaku div div h3.tenpoTitle_name {
	margin-bottom: 10px;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 2em;
	color: #000000;
}


/*
.tenpo_kikaku div div .tenpoTitle_catch {
    line-height: 1.4em;
}
*/


/*
.tenpo_kikaku div div p.tenpoHonbun {
    display: block;
    box-sizing: border-box;
    width: 50%;
    float: right;
}
*/


/*
.tenpo_kikaku div div p.tenpoHonbun img {
    float: right;
    height: 150px;
    margin: 5px;
}
*/


/*
.tenpo_kikaku div div .tenposauce {
    width: 50%;
    float: left;
    display: block;
}
*/

span#big {
	font-size: 1.6em;
}

span#right {
	float: right;
	margin-right: 60px;
}

.tenpoPhoto_sub2 {
	width: 50%;
	height: 170px;
	overflow: hidden;
	float: left;
}

.tenpoPhoto_sub2 img {
	width: 100%;
}

.tenposauce_body {
	width: 100%;
	margin-top: 10px;
	display: block;
	display: inline-block;
}


/*裏面ページ*/

.tenpo_ura {
	width: 97%;
	height: auto;
}

.tenpo_ura div div .tenpoPhoto_body {
	width: 100%;
}

.tenpo_ura div div div .tenpoPhoto {
	margin: 0 auto;
	height: 300px;
	overflow: hidden;
	position: relative;
}

.tenpo_ura div div div .tenpoPhoto img {
	width: 210px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.tenpo_ura .tenpo_margin {
	height: 300px;
}


/*レスポンシブ用の記述*/

.main {
	width: 100%
}

.pageBox {
	width: 100%
}


/*footerの記述*/

.footerBottom .footerBottomWrap .right {
	text-align: center;
	word-wrap: break-word;
}

.footerBottom .footerBottomWrap .right {
	width: 100%;
    padding: 10px 0;
    font-size: 1.3em;
    line-height: 1.5;
}


/*読プレの記述*/

#dokuPresent {
	width: 100%;
    background-color: rgba(212, 206, 192, 0.61);
    margin-top: 10px;
}

#dokuPresent article {
	width: 96%;
	margin: 2%;
	padding: 3%;
	background-color: #fff;
	box-sizing: border-box;
	min-height: 390px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#dokuPresent article h2 {
	margin: 0px;
	word-break: break-all;
	height: 55px;
	text-align: justify;
	line-height: 1.3;
	font-size: 1.8em;
	font-weight: bold;
	display: table-cell;
	vertical-align: middle;
	color: #c12c2c;
}

#dokuPresent article h3 {
	font-size: 1.4em;
	line-height: 1.3;
	text-align: center;
	padding: 5px;
	background-color: #926d00;
	color: white;
	border-radius: 3px;
	margin-top: 10px;
}

#dokuPresent article .dokuPresentImg {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 200px;
}

#dokuPresent article img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	display: block;
	height: 100%;
	/* width: 100%; */
}

#dokuPresent article p {
	text-align: justify;
	font-size: 1.2em;
	margin: 10px 0;
	line-height: 1.4;
}

span#m_doku {
	padding: 15px 20px;
	border: solid 3px #9E9E9E;
}

.footer {
	border-top: none;
	display: block;
	border-top: 2px solid #cccccc;
}


/*読プレリンク*/

a#dokuPresentLink {
	width: 60%;
	height: 20px;
	font-weight: bold;
	background-color: #926d00;
	color: #ffffff;
	padding: 19px;
	left: 0;
	right: 0;
	top: 0;
	bottom: auto;
	margin: auto;
	text-align: center;
	font-size: 1.7em;
	line-height: 1.3;
	margin-bottom: 10px;
	border-radius: 5px;
}

p {
	text-align: justify;
}

#Note_SP,
#webFoam_SP,
#Note_01 {
	display: block;
	font-size: 1.3em;
	line-height: 1.6;
	text-align: justify;
	padding: 15px;
}

#webFoam_PC {
	display: none;
}



/*-------------------------------------------------------------------------------------------------------*/


/*---------パソコンはこっち-------------*/


/*@media screen and (min-width: 769px) {*/

@media screen and (min-width: 900px) {
	
	p#Note {
	text-align: center;
	}
	#Note_SP,
	#webFoam_SP,
	#Note_01 {
		display: none;
	}
	#webFoam_PC,
	#Note_PC {
		text-align: center;
		display: block;
		font-weight: bold;
		font-size: 2em;
	}
	/*-----------header---------*/
	/*オーバーレイ出現時の背景のスクロール防止*/
	#topLayer.noscroll {
		width: 1000px;
		position: fixed;
		overflow-y: scroll;
	}
	img#webFoamImg {
		display: block;
		margin: auto;
		width: auto;
	}
	#mainimgIn #pc_header {
		display: inline;
		margin-top: 30px;
	}
	#mainimgIn #sp_header {
		display: none;
	}
	#header_kawasaki {
		margin: 0 auto;
		text-align: center;
		width: 100%;
		max-width: 900px;
		position: fixed;
		left: 0;
		right: 0;
	}
	#header_kawasaki img {
		display: block;
		width: 100%;
	}
	h1#mainimgIn {}
	#mainimgIn img {
		display: block;
		margin: 0 auto;
		width: 100%;
	}
	/*-----------メインコンテンツ---------*/
	#content {
		width: auto;
		background-color: rgba(255, 255, 255, 0.50);
	}
	#main_body {
		width: 900px;
		margin: 0 auto;
	}
	.category {
		margin-top: 20px;
		width: 100%;
	}
	/*--おすすめ枠--*/
	#select_scoll {
		height: 100px;
	}
	.tenpo {
		margin: 0;
		padding: 15px;
		width: 30%;
		display: block;
		box-sizing: inherit;
		height: auto;
	}
	.tenpo .sp_mode {
		display: none;
	}
	.tenpo_ura .sp_mode {
		display: inline;
	}
	.tenpoPhoto {
		height: 250px;
		overflow: hidden;
	}
	.tenpoHonbun {
		height: 140px;
	}
	img.inforicon {
		width: 20px;
	}
	.storeData p {
		font-size: 1.5em;
		line-height: 1.8em;
	}
	.accordionDisplay:hover {
		opacity: 0.7;
		filter: alpha(opacity=70);
		-ms-filter: "alpha(opacity=70)";
	}
	. accordionHide {
		display: none;
	}
.wrapContents_bottom li {
    /* width: 28.5%; */
    /* width: 16%; */
    /* font-size: 1em; */
    /* line-height: 50px; */
    /* width: 28.5%; */
    width: auto;
    padding: 0 24px;
    font-size: 1em;
    line-height: 50px;
}
.wrapContents_bottom li a {
		width: 100%;
		height: 55px;
	}
	#wrap_body .wrapContents_top li.wrapContents_search {
		width: 110px;
		font-size: 1em;
		display: block;
		line-height: 38px;
		border: solid 1px #000000;
		background-color: rgba(255, 255, 255, 0.0);
		margin-top: 5px;
		position: absolute;
		right: 20px;
	}
	#menuTopLayer {
		height: 70px;
	}
	/*-----------見出し_居酒屋---------*/
	/*-----------ＰＣ_２枠の記述-----------*/
	article.tenpo2 {
		margin: 0;
		padding: 15px;
		width: 570px;
		height: auto;
		display: block;
		box-sizing: inherit;
	}
	article.tenpo2 .tenpoPhoto {
		overflow: hidden;
	}
	article.tenpo2 .tenpoHonbun {
		margin-top: 43px;
	}
	article.tenpo2 .storeData {
		height: 100%;
	}
	article.tenpo2 .storeData p {
		margin-top: 15px;
		font-size: 1.5em;
		line-height: 1.8em;
		width: 48%;
		display: inline-block;
	}
	article.tenpo2 .tenpoFreeMap {
		box-sizing: content-box;
		height: auto;
	}
	article.tenpo2 .tenpoFreeMap img {
		margin-right: 5px;
		margin-top: 25px;
		width: 49%;
		float: left;
		height: auto;
	}
	/*店舗２枠分のマルミの記述パソコン版*/
	.tenpo2 div div > .tenpoPhoto {
		height: 250px;
		overflow: hidden;
	}
	.tenpoPhoto_hide img {
		margin-top: 20px;
		width: 100%;
	}
	#marumi_1 iframe {
		height: 245px;
	}
	/*店舗２枠分のKSPの記述*/
	article.ksp .tenpoHonbun {
		margin-top: 10px;
		margin-bottom: 10px;
		height: 249.34px;
	}
	article.ksp .tenposauce .storeData {
		height: 150px;
	}
	.tenpoPhot_hideKSP img {
		width: 100%;
	}
	article.ksp .storeData p {
		margin-top: 0px;
	}
	#storeData_ksp p {
		width: 78%;
	}
	#storeData_ksp2 p {
		width: 20%;
	}
	article.ksp .tenpoFreeMap img {
		margin-top: 0px;
	}
	img#FreeKSP {
		width: 225px;
		margin-left: 15px;
		margin-right: 25px;
	}
	/*--メニュー--*/
	#wrap_body {
		width: 900px;
		top: 10px;
	}
	/*----*/
	#topLayer {
		margin-top: 640px;
		height: auto;
		position: relative;
		/*
        box-shadow: 1px -1px 20px 5px rgba(209, 170, 123, 0.4);
        -moz-box-shadow: 1px -1px 20px 5px rgba(209, 170, 123, 0.4);
        -webkit-box-shadow: 1px -1px 20px 5px rgba(209, 170, 123, 0.4);
*/
	}
	#header_kawasaki h3 {
		font-weight: lighter;
		text-align: center;
		width: 700px;
		white-space: nowrap;
		margin: 0 auto;
		font-size: 4.6em;
		height: 70px;
		margin-top: 10px;
	}
	#header_kawasaki p.caption {
		font-size: 1.7em;
		line-height: 1.8;
	}
	/*
	#sliderbox {
		width: 95%;
		overflow: hidden;
		margin: auto;
		padding-top: top;
	}
*/
	/*
	#sliderbox ul.bxslider li .tenpo_margin {
		position: relative;
		padding: 100px;
		box-sizing: content-box;
		width: 95%;
        
	}
*/
	/*------------------

	
	/*bxslider用*/
	/*
	#sliderbox {
		width: 900px;
		overflow: hidden;
		margin: auto;
		padding-top: top;
	}
*/
	/*
	#sliderbox ul.bxslider li .tenpo_margin {
		position: relative;
		padding: 30px;
		box-sizing: content-box;
		width: 900px;
        height: 200px;
	}
*/
	#sliderbox {
		width: 900px;
		overflow: hidden;
		margin: auto;
		padding-top: top;
		height: 450px;
	}
	#sliderbox ul.bxslider li .tenpo_margin {
		position: relative;
		padding: 100px;
		box-sizing: content-box;
		width: 95%;
	}
	#sliderbox ul li div .tenpoAreaStation li {
		display: block;
	}
	p.dxslider_miru.bxsliderPC {
		width: 40%;
	}
	.bxslider_Photo {
		width: 250px;
		float: left;
		margin-left: 10px;
		margin-top: 5px;
	}
	.bxslider_right {
		width: 610px;
		height: 260px;
		float: right;
		margin-right: 10px;
		position: relative;
	}
	.bxslider_01 {
		width: 900px;
	}
	#sliderbox ul li div div .tenpoTitle_name span#bxslider_name {
		font-size: 1.6em;
		line-height: 1.6em;
	}
	.bxslider_small {
		font-size: 1em;
		margin-bottom: 15px;
	}
	#bxslider_chatch {
		font-size: 1.8em;
		display: block;
		box-sizing: border-box;
	}
	.bxslider_title {
		display: block;
		box-sizing: border-box;
	}
	.bxslider_honbun {
		margin-right: 10px;
		width: 345px;
		float: left;
		color: #000;
	}
	.bxslider_free {
		width: 250px;
		float: right;
		margin-top: 40px;
	}
	.dxslider_miru {
		line-height: 2em;
		text-align: center;
		width: 260px;
		height: 30px;
		color: #FFFFFF;
		font-size: 1.6em;
		background-color: #ff9d94;
		border-radius: 10px;
		/*		…backgroundと併用すると角丸オビになるよ！ -webkit-border-radius: 10px;*/
		/* Safari,Google Chrome用 */
		-moz-border-radius: 10px;
		/* Firefox用 */
		position: absolute;
		right: 0px;
		top: 80px;
	}
	#sliderbox ul li div .tenpoAreaStation {
		position: absolute;
		top: 5px;
		right: 0px;
	}
	.bxslider_pcSet {
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.bxsliderPC {
		display: inline;
	}
	/*ここからは企画ページ*/
	.tenpo_kikaku {
		width: 97%;
		position: relative;
		height: auto;
		margin: 0 auto;
		padding: 0;
		margin: 2%;
	}
	.tenpo_kikaku div .tenpoPhoto_body {
		width: 48%;
		float: left;
	}
	.tenpo_kikaku div div .tenpoPhoto {
		margin: 0 auto;
		/*        height: 500px;*/
		height: 160px;
		overflow: hidden;
		position: relative;
	}
	.tenpo_kikaku div div .tenpoPhoto img {
		width: 100%;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	.tenpoPhoto_caption {
		margin: 10px 0 0 0;
		font-size: 1.4em;
		text-align: center;
	}
	.tenpo_kikaku div .tenpoTitle {
		padding: 45px 0px 0px 0px;
		text-align: center;
		font-size: 1.2em;
		font-weight: bold;
		color: #000000;
		width: 50%;
		float: right;
	}
	.tenpo_kikaku div div h3.tenpoTitle_name {
		margin-bottom: 10px;
		font-size: 1.6em;
		font-weight: bold;
		line-height: 2em;
		color: #000000;
	}
	.tenpo_kikaku div div .tenpoTitle_catch {
		line-height: 1.4em;
	}
	.storeData {
		margin-bottom: 10px;
		height: 250px;
	}
	span#right {
		position: absolute;
		top: 10px;
		right: 0;
	}
	span#big {
		font-size: 1.6em;
		width: 50%;
	}
	.tenpoPhoto_sub2 {
		height: 220px;
		margin: 0 auto;
		overflow: hidden;
		position: absolute;
		right: 0;
		bottom: 0;
	}
	.tenpoPhoto_sub2 img {
		width: 100%;
	}
	.tenpoTitle {
		width: 100%;
		height: 80px;
		display: table-cell;
		vertical-align: middle;
	}
	/*----店舗名<h3 class="tenpoTitle_name">---------*/
	h3.tenpoTitle_name {
		height: 40px;
		margin-bottom: 3px;
		font-size: 1.6em;
		display: table-cell;
	}
	.small {
		font-size: 0.6em;
		padding-top: 5px;
		line-height: 0.5em;
	}
	/*----店舗名<h4 class="tenpoTitle_catch">---------*/
	h4.tenpoTitle_catch {
		margin-top: 2px;
		font-size: 1.4em;
		line-height: 1.3;
		/* height: 0px; */
	}
	/*裏面ページ*/
	.tenpo_ura {
		width: 97%;
		height: auto;
	}
	.tenpo_ura div div .tenpoPhoto_body {
		width: 100%;
	}
	.tenpo_ura div div div .tenpoPhoto {
		margin: 0 auto;
		overflow: hidden;
	}
	.tenpo_ura div div div .tenpoPhoto img {
		width: 210px;
	}
	#overlay *:hover {
		opacity: 1;
		filter: alpha(opacity=100);
		-ms-filter: "alpha(opacity=100)";
	}
	/*--メニューここから--*/
	#menuTopLayer {
		background-color: rgba(255, 255, 255, 0.95);
		margin: auto;
		position: fixed;
		left: 0px;
		right: 0px;
		top: 0px;
		z-index: 999;
		height: 105px;
		font-size: 62.5%;
		max-width: 100%;
	}
	#wrap_body {
		top: 20px;
		position: relative;
		width: 900px;
		max-width: 100%;
		margin: 0 auto;
	}
	#wrap_body > * {
		font-size: 1.3em;
		color: #fff;
	}
	#wrap_body > * a {
		color: #000;
		margin: 0 auto;
		display: inline-block;
		box-align: center;
		text-align: center;
		font-size: 1.2em;
		/*padding-left: 40px;*/
	}
	ul#menu {
		width: 50px;
		position: absolute;
		white-space: nowrap;
		top: 0;
		right: 0px;
		z-index: 99;
	}
	#menuTopLayer #wrap_body #menu li.wrapContents_search ul.menuChild {
		width: 600px;
	}
	#menuTopLayer #wrap_body #menu li.wrapContents_search ul.menuChild a {
		width: 280px;
		font-size: 1.1em;
		padding: 0px;
		display: block;
		margin: 2px 9px;
		line-height: 2.1;
		height: 29px;
		/* display: inline; */
	}
	#menuTopLayer #wrap_body #menu li.wrapContents_search ul.menuChild li#allStyle > a {
		width: 580px;
		display: block;
		padding: 0;
		margin: 10px 10px 0 10px;
	}
	ul.SearchCrew {
		width: 300px;
		float: left;
		min-height: 270px;
	}
	ul.SearchCrew p {
		/* color: #000; */
		background-color: #908d8d;
		/* color: #000; */
		margin: 10px 10px 5px 10px;
		font-size: 1.1em;
		height: 29px;
		line-height: 1.9;
		text-align: center;
	}
	ul#areaSearch {
		width: 600px;
	}
	ul#areaSearch li {
		width: 280px;
		float: left;
		margin-right: 18px;
	}
	/*--メニューここまで--*/
	.minifont {
		font-size: 0.9em;
	}
	#dokuPresent article {
		width: 46%;
		font-size: 1em;
		background-color: #fff;
		min-height: 470px;
	}
	#overlay .tenpoPhoto.marui {
		background: url(http://www.townnews.co.jp/pr/oishiik2016/marui_family.jpg) no-repeat top center;
		width: 100%;
		background-size: 100% auto;
		padding: 74% 0;
	}
}


/*レスポンシブ用の記述
.main{
width:900px
}

.pageBox{
width:900px
}
*/


}

/*レスポンシブ用の記述
.main{
width:900px
}

.pageBox{
width:900px
}
*/

}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */

/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
	box-shadow: 0 0 5px #ccc;
	border: 5px solid #fff;
	/*left: -5px;*/
	background: #fff;
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	transform: translatez(0);
	box-sizing: border-box;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: static;
	bottom: -30px;
	width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(http://www.townnews.co.jp/pr/oishiik2016/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
	left: 10px;
	background: url(http://www.townnews.co.jp/pr/oishiik2016/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
	right: 10px;
	background: url(http://www.townnews.co.jp/pr/oishiik2016/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 60%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 99;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
	text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(http://www.townnews.co.jp/pr/oishiik2016/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(http://www.townnews.co.jp/pr/oishiik2016/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}
.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/*プリント用*/
@media print {
	.tenpoPhoto.marui {
		background: url(http://www.townnews.co.jp/pr/oishiik2016/marui_family.jpg) no-repeat center;
		/* width: 600px; */
		
		background-size: auto 100%;
		height: 200px;
	}
	#overlay .tenpoPhoto.marui {
		background: url(http://www.townnews.co.jp/pr/oishiik2016/marui_family.jpg) no-repeat top center;
		width: 100%;
		background-size: 100% auto;
		padding: 74% 0;
	}
	#overlay .tenpo_margin .tenpoPhoto_body .tenpoPhoto img {
		display: block;
		width: auto;
		height: 950px
	}
	#overlay .tenpo_ura .tenpo_margin {
		height: 950px;
		width: 100%;
	}
	#overlay .tenpo_margin {
		width: 95%;
		height: 100%;
	}
}