﻿/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
body.opend {
	overflow: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
a,
a img,
.mainCont .entry.contact .btns button,
.mainCont .entry.contact .mfp_buttons button {
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-transition-property: all;
    transition-property: all;
}
body {
    font-family: YuGothic,"游ゴシック","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
    background-color: #fff;
    color: #730;
    line-height: 1.8;
    font-size: 13px;
}
a {
    color: #de5d29;
    cursor: pointer;
    text-decoration: underline;
}
a:hover {
    color: #de5d29;
    text-decoration: none;
}
a:hover img {
    opacity: 0.7;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.4;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #730;
}
hr {
    border: none;
    height: 1px;
    background-color: #d9d9d9;
}
ul {
    list-style-type: none;
    padding: 0;
}
sup {
    font-size: 11px;
}
small {
    font-size: 11px;
}
body {
    background: url("../../img/sp/cmn/bg.png") repeat 0 0;
    background-size: 76.5px 72.5px;
}
#wrapper {
	position: relative;
	z-index: 3;
	left: 0;
    background: url("../../img/sp/cmn/bg.png") repeat 0 0;
    -webkit-transition-property: left;
    transition-property: left;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    width: 100%;
}
.opend #wrapper {
	left: -220px;
	position: fixed;
}
.breadcrumb {
    z-index: 10;
    position: absolute;
    top: 69px;
    left: 0;
    height: 30px;
    line-height: 30px;
    width: 100%;
    background: url("../../img/sp/cmn/breadcrumb_bg.png") repeat-x 0 0;
    background-size: 500px 30px;
    overflow: hidden;
}
.breadcrumb ul {
    width: auto;
    margin: auto;
    margin: 0 0 0 6px;
}
.breadcrumb ul li {
    float: left;
    font-size: 11px;
}
.breadcrumb ul .top {
    font-weight: bold;
    margin-right: 4px;
}
.breadcrumb ul .top a {
    margin-right: 4px;
}
.header {
    z-index: 900;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    width: 100%;
    height: 69px;
    -webkit-transition-property: left;
    transition-property: left;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.opend .header {
	left: -220px;
}
.header .headerCont {
    position: relative;
    width: 100%;
    height: 69px;
    line-height: 69px;
    background: url("../../img/sp/cmn/header_bg.png") repeat-x 0 0;
    background-size: 320px 69px;
    overflow: hidden;
}
.header .headerCont .logo {
    width: 100%;
    margin: 12px auto 0 12px;
}
.header .headerCont .logo a img {
    opacity: 1 !important;
    height: 44px;
    width: auto;
}
.header .headerCont .oillio {
    position: absolute;
    top: 13px;
    right: 20px;
    margin: 0;
}
.menuBtn {
    position: fixed;
    top: 20px;
    right: 13px;
    width: 45px;
    height: 30px;
    background: url("../../img/sp/cmn/header_menu_toggle_open.png") no-repeat 0 0;
    background-size: 45px 30px;
    z-index: 902;    
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    cursor: pointer;
}
.opend .menuBtn {
    width: 45px;
    height: 30px;
    right: 233px;
    background: url("../../img/sp/cmn/header_menu_toggle_close.png") no-repeat 0 0;
    background-size: 45px 30px;
}
.allCover {
	position: fixed;
    top: 0;
    right: 0;
    z-index: -900;
	width: 100%;
	height: 100%;
    background: url("../../img/page/modal_bg.png") repeat 0 0;
    background-size: 25px 25px;	
    opacity: 0;
    -webkit-transition-property: opacity,right;
    transition-property: opacity,right;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;        
}
.opend .allCover {
    z-index: 901;
	opacity: 1;
    right: 220px;
}
.headerMenuCont {
    display: block;
    z-index:2;
    top: 0;
    right: 0;
    position: fixed;
    width: 220px;
    height: 100%;
   overflow: scroll;
   opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;    
}
.opend .headerMenuCont {
	opacity: 1;
}
.headerMenuCont .headerMenu ul {
    position: relative;
    width: 100%;
    margin: 0;
}
.headerMenuCont .headerMenu ul:after {
    clear: both;
    content: "";
    display: block;
}
.headerMenuCont .headerMenu ul li {
    display: block;
    position: relative;
    width: 100%;
    vertical-align: middle;
    background: url("../../img/sp/cmn/header_menu_arrow01.png") no-repeat 10px 19px;
    background-size: 6px 7px;
    background-color: #f5e9d7;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #ebd8bc;
}
.headerMenuCont .headerMenu ul li.no-arrow {
    background-image: none;
}
.headerMenuCont .headerMenu ul li:first-child {
	border-top:none;
}
.headerMenuCont .headerMenu ul li .label {
    display: table;
    height: 43px;
    line-height: 43px;
    width: 100%;
}
.headerMenuCont .headerMenu ul li .label a {
    display: table;
    height: 43px;
    line-height: 43px;
    width: 100%;
}
.headerMenuCont .headerMenu ul li .label span {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 26px;
}
.headerMenuCont .headerMenu ul li .label img {
    width: auto;
}
.headerMenuCont .headerMenu ul li .subMenu ul li {
    background-image: url("../../img/sp/cmn/header_menu_arrow02.png");
    background-size: 6px 7px;
    background-color: #ebd8bc;
    border-bottom: 1px solid #fde9ca;
    border-top: 1px solid #fde9ca;    
}
.headerMenuCont .headerMenu ul li .subMenu ul li:first-child {
	border-top:none;
}
.topWrapper {
	padding-top: 45px;	
}
.topWrapper .mainCont {
    padding-top: 0;
    padding-bottom: 20px;
}
.topWrapper .mainCont .sec.secContact {
    padding-bottom: 10px;
}
.topWrapper .mainCont .sec.secBackTop {
    padding: 0;
}
.topWrapper .mainCont .sec.secBackTop .secCont {
    min-height: 0;
}
.mainCont {
    z-index: 2;
    font-size: 110%;
    letter-spacing: 0.01em;
    padding-top: 30px;
}
.mainCont .sec {
    padding: 10px 0;
}
.mainCont .sec .secCont {
    position: relative;
    width: auto;
    margin: auto;
    height: 100%;
    overflow: hidden;
}
.mainCont .sec.secTopMain {
    display: block;
    position: relative;
    width: 100%;
    height: 320px;
    margin-top: 0;
    padding: 0;
    background: url("../../img/sp/top/main_bg.png") no-repeat 50% 20px;
    background-size: 100%;
}
.mainCont .sec.secTopMain:after {
	position: absolute;
	content: " ";
    background: url("../../img/sp/top/main_bg_mask.png") repeat-x center top;
    background-size: 493.5px 240.5px;
    bottom: 0;
	width: 100%;
	height: 190px;
	z-index: 4;
}
.mainCont .sec.secTopMain .secCont .txt {
    z-index: 2;
    width: 100%;
    position: absolute;
    top: 40px;
    left: 0;
    text-align: center;
}
.mainCont .sec.secTopMain .secCont .txt img {
    width: 265px;
    height: auto;
}
.mainCont .sec.secTopMain .secCont .guide {
    z-index: 3;
    position: absolute;
    top: 185px;
    left: 50%;
    margin-left: -103px;
}
.mainCont .sec.secTopMain .secCont .guide img {
    width: 131px;
    height: auto;
}
.mainCont .sec.secTopMain .secCont .btn {
    z-index: 10;
    position: absolute;
    bottom: 80px;
    left: 0;
    width: 100%;
    text-align: center;
}
.mainCont .sec.secTopMain .secCont .btn.btn01 {
    position: absolute;
    bottom: 0;
    left: 0;
}
.mainCont .sec.secTopMain .secCont .btn.btn03 {
    position: absolute;
    bottom: 160px;
    left: 0;
}
.mainCont .sec.secTopMain .secCont .btn img {
    width: 310px;
    height: auto;
    margin: auto;
}
.mainCont .sec.topNews {
	width: 316px;
	height: 520px;
    background: url("../../img/sp/top/news_bg.png") no-repeat left top;
    background-size: 316px 520px;
    position: relative;
    margin: auto;
}
.mainCont .sec.topNews h3{
    padding: 40px 0 0 114px;
    margin: 0
}
.mainCont .sec.topNews .indexBtn{
	position: absolute;
    top: 35px;
    right: 10px;
    margin: 0;
}
.mainCont .sec.topNews .article {
	width: 240px;
}
.mainCont .sec.topNews .article:after {
	content: " ";
	display: block;
	clear: both;
}
.mainCont .sec.topNews .article .img{
	float: left;
	border: 1px solid #cebcae;
	width: 60px;
	height: 60px;
	margin: 0;
}
.mainCont .sec.topNews .article .info{
	float: right;
	width: 170px;
	font-size: 14px;
	line-height: 18px;
}
.mainCont .sec.topNews .article .date{
    background: url("../../img/sp/top/news_date.png") no-repeat left top;
	background-size: 90px 17px;
	text-align: center;
	width: 80px;
	font-size: 12px;
	line-height: 13px;
	padding: 2px 5px;
	margin: 0 0 2px 0;
}
.mainCont .sec.topNews .article h5{
	font-weight: normal;
	margin: 0;
}
.mainCont .sec.topNews .pickup {
    padding: 17px;
    width: 237px;
    height: 61px;
    background: url("../../img/sp/top/news_pickup_bg.png") #fff8ee no-repeat left top;
    background-size: 271px 95px;
	box-shadow: 2px 3px 8px 0px rgba(31, 23, 19, 0.46);
	margin: 22px 0 0 22px;
	position: relative;
}
.mainCont .sec.topNews .pickup .pickupIcon{
	position: absolute;
	top:-10px;
	left: -24px;
}
.mainCont .sec.topNews .pickup h5{
	font-weight: bold;
}
.mainCont .sec.topNews .newsBoxWrap {
	background: #fff8ee;
	padding: 4px;
	width: 262px;
	height: 180px;
	margin: 8px 0 0 23px;
	box-shadow: 2px 3px 8px 0px rgba(31, 23, 19, 0.46);
	overflow: hidden;
}
.mainCont .sec.topNews .newsBox {
	padding: 0 0 6px 4px;
	margin: 0;
	height: 170px;
	overflow-y  : scroll;
}
.mainCont .sec.topNews .newsBox .article {
	padding: 10px 3px;
	border-bottom: 1px solid #aea18d;
}
.mainCont .sec.topNews .bnrBox {
    width: 217px;
    height: 90px;
    position: relative;
    margin: 26px 0 0 48px;
	overflow: hidden;
}
.mainCont .sec.topNews .bnrBox .item {
	float: left;
	margin: 10px 8px 14px 8px;
}
.mainCont .sec.topNews .bnrBox .item img{
	float: left;
	box-shadow: 2px 3px 8px 0px rgba(31, 23, 19, 0.46);
}

.mainCont .sec.topNews .slickNav {
	position: relative;
	top : -48px;
}
.mainCont .sec.topNews .slickNav .slickPrev ,
.mainCont .sec.topNews .slickNav .slickNext {
	width: 17px;
	height: 31px;
	margin-top: -15px;
	left: 14px;
}
.mainCont .sec.topNews .slickNav .slickNext {
	left: inherit;
	right: 14px;
}

/* Webkit用 スクロールバーのカスタマイズ */
.newsBox::-webkit-scrollbar
{
        width:10px;
        background:none;
        border: 1px solid #aea18d;
}
        .scrollArea::-webkit-scrollbar:horizontal
        {
                height:0px;
        }
.newsBox::-webkit-scrollbar-button
{
        width:5px;
        height:5px;
        background:#cfba9d;
}
.newsBox::-webkit-scrollbar-piece
{
        background:#cfba9d;
}
        .scrollArea::-webkit-scrollbar-piece:start
        {
                background:#cfba9d;
        }
.newsBox::-webkit-scrollbar-thumb
{
        background:#cfba9d;
}
.newsBox::-webkit-scrollbar-resizer
{
        background:#cfba9d;
}
.mainCont .sec.secTop01 {
    display: block;
    position: relative;
    width: 314px;
    height: 572px;
    margin: auto;
    padding-top: 0;
    background: url("../../img/sp/top/sec01_bg.png") no-repeat 50% 50%;
    background-size: 314px 572px;
}
.mainCont .sec.secTop01 .secCont h2 {
    width: 100%;
    position: absolute;
    top: 15px;
    left: 0;
    text-align: center;
    margin: 0;
}
.mainCont .sec.secTop01 .secCont h2 img {
    height: 20px;
    width: auto;
}
.mainCont .sec.secTop01 .secCont ul {
    width: auto;
    margin-top: 30px;
    padding-top: 18px;
    text-align: center;
}
.mainCont .sec.secTop01 .secCont ul li {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    margin: 5px 2px;
}
.mainCont .sec.secTop01 .secCont ul li img {
    width: 140px;
    height: auto;
}
.mainCont .sec.secTop02 {
    display: block;
    position: relative;
    width: 314px;
    height: 572px;
    margin: auto;
    background: url("../../img/sp/top/sec02_bg.png") no-repeat 50% 50%;
    background-size: 314px 572px;
}
.mainCont .sec.secTop02 .secCont h2 {
    width: 100%;
    position: absolute;
    top: 12px;
    left: 0;
    text-align: center;
    margin: 0;
}
.mainCont .sec.secTop02 .secCont h2 img {
    height: 20px;
    width: auto;
}
.mainCont .sec.secTop02 .secCont ul {
    width: auto;
    margin-top: 30px;
    padding-top: 12px;
    text-align: center;
}
.mainCont .sec.secTop02 .secCont ul li {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    margin: 5px 2px;
}
.mainCont .sec.secTop02 .secCont ul li img {
    width: 140px;
    height: auto;
}
.mainCont .sec.secCoconut {
    display: block;
    position: relative;
    width: 314px;
    height: 572px;
    margin: auto;
    background: url("../../img/sp/top/secCoconut_bg.png") no-repeat 50% 50%;
    background-size: 314px 572px;
}
.mainCont .sec.secCoconut .secCont h2 {
    width: 100%;
    position: absolute;
    top: 12px;
    left: 0;
    text-align: center;
    margin: 0;
}
.mainCont .sec.secCoconut .secCont h2 img {
    height: 20px;
    width: auto;
}
.mainCont .sec.secCoconut .secCont ul {
    width: auto;
    margin-top: 30px;
    padding-top: 12px;
    text-align: center;
}
.mainCont .sec.secCoconut .secCont ul li {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    margin: 5px 1px;
}
.mainCont .sec.secCoconut .secCont ul li img {
    width: 140px;
    height: auto;
}
.mainCont .sec.secTop03 {
    display: block;
    position: relative;
    width: 310.5px;
    height: 390px;
    margin: auto;
    background: url("../../img/sp/top/sec03_bg.png") no-repeat 50% 50%;
    background-size: 310.5px 390px;
}
.mainCont .sec.secTop03 .secCont h2 {
    width: 100%;
    position: absolute;
    top: 9px;
    left: 0;
    text-align: center;
    margin: 0;
}
.mainCont .sec.secTop03 .secCont h2 img {
    height: 20px;
    width: auto;
}
.mainCont .sec.secTop03 .secCont ul {
    width: 100%;
    margin-top: 44px;
    text-align: center;
}
.mainCont .sec.secTop03 .secCont ul li {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    margin: 2px 0;
}
.mainCont .sec.secTop03 .secCont ul li img {
    width: 274px;
    height: auto;
}
.mainCont .sec.secTop04 {
    display: block;
    position: relative;
    width: 315px;
    height: 281.5px;
    margin: auto;
    background: url("../../img/sp/top/sec04_bg.png") no-repeat 50% 50%;
    background-size: 315px 281.5px;
}
.mainCont .sec.secTop04 .secCont h2 {
    width: 266px;
    height: 72px;
    margin: -10px auto 0;
    text-align: center;
}
.mainCont .sec.secTop04 .secCont h2 img {
    width: 100%;
    height: auto;
}
.mainCont .sec.secTop04 .secCont h3 {
    width: 90.5px;
    height: 29.5px;
    margin: 12px auto auto;
}
.mainCont .sec.secTop04 .secCont h3 img {
    width: 100%;
    height: auto;
}
.mainCont .sec.secTop04 .secCont ul {
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    text-align: center;
}
.mainCont .sec.secTop04 .secCont ul li {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    width: 295px;
    height: 206.5px;
    margin: 4px 1px;
}
.mainCont .sec.secTop04 .secCont ul li img {
    width: 100%;
    height: auto;
}
.mainCont .sec.secContact {
    position: relative;
    padding: 20px 10px 0;
}
.mainCont .sec.secContact .secCont {
    width: auto;
    margin: auto;
    height: auto;
    padding: 20px 15px;
    background: url("../../img/sp/cmn/secContact_bg.png") repeat 50% 50%;
    background-size: 500px 67px;
    border: 2px solid #fff;
}
.mainCont .sec.secContact .secCont h2 {
    margin-top: 0;
    margin-bottom: 10px;
}
.mainCont .sec.secContact .secCont h2 img {
    width: 100px;
    height: auto;
}
.mainCont .sec.secContact .secCont .cont .txt {
    margin-bottom: 20px;
    font-weight: bold;
}
.mainCont .sec.secContact .secCont .cont .txt p {
    margin: 0;
}
.mainCont .sec.secContact .secCont .cont .btn {
    text-align: center;
}
.mainCont .sec.secContact .secCont .cont .btn img {
    width: 175px;
    height: auto;
}
.mainCont .sec.secBackTop {
    padding: 20px 10px;
}
.mainCont .sec.secBackTop .secCont:after {
    clear: both;
    content: "";
    display: block;
}
.mainCont .sec.secBackTop .secCont .gotop img {
    width: 145px;
    height: auto;
}
.mainCont .sec.secBackTop .secCont .backtop {
    z-index: 100;
    position: absolute;
    right: 0;
    bottom: 0;
    position: fixed !important;
}
.mainCont .sec.secBackTop .secCont .backtop .scrollUp,
.mainCont .sec.secBackTop .secCont .backtop .scrollDown {
    display: none;
}
.mainCont .sec.secBackTop .secCont .backtop .scrollUp img,
.mainCont .sec.secBackTop .secCont .backtop .scrollDown img {
    width: 70px;
    height: auto;
}
.mainCont .sec.secBackTop .secCont .backtop .active {
    display: block;
}
.opend .mainCont .sec.secBackTop .secCont .backtop .active {
    display: none;
}
.mainCont .sec.pageSec {
    padding: 0;
    margin: 15px auto;
}
.mainCont .sec.pageSec .secCont {
    position: relative;
    overflow: hidden;
}
.mainCont .sec.pageSec .secCont .secTitle {
    width: auto;
    margin: 40px auto auto;
    padding-bottom: 2px;
    background: url("../../img/sp/page/other_ttl_bg.png") no-repeat 50% 100%;
    background-size: 280px 6px;
    text-align: center;
}
.mainCont .sec.pageSec .secCont .secTitle img {
    width: 70%;
    height: auto;
}
.mainCont .sec.pageSec .secCont .cont {
    display: #000;
    padding: 0 20px;
    font-size: 89%;
    overflow: hidden;
    line-height: 1.7;
    letter-spacing: 0.006em;
}
.mainCont .sec.pageSec .secCont .cont .txt {
    margin-bottom: 5px;
}
.mainCont .sec.pageSec .secCont .cont .txt .small {
    display: block;
    margin-top: 10px;
}
.mainCont .sec.pageSec .secCont .cont .txt .red {
    margin-top: 10px;
}
.mainCont .sec.pageSec .secCont .cont .txt .secTitle {
    width: auto;
}
.mainCont .sec.pageSec .secCont .cont .small {
    font-size: 85%;
}
.mainCont .sec.pageSec .secCont .cont .red {
    color: #ef6352;
}
.mainCont .sec.pageSec .secCont .cont .img {
    text-align: center;
    margin-bottom: 15px;
}
.mainCont .sec.pageSec .secCont .cont .img p {
    margin-top: 0;
}
.mainCont .sec.pageSec .secCont .cont .img img {
    width: 100%;
    height: auto;
}
.mainCont .sec.pageSec .secCont .cont .img.left {
    text-align: center;
}
.mainCont .sec.pageSec .secCont .cont .btn {
    text-align: center;
}
.mainCont .sec.pageSec .secCont .cont .btn img {
    width: 90%;
    height: auto;
}
.mainCont .sec.pageSec .secCont .cont strong {
    font-weight: bold;
    background: #ffeb66;
}
.mainCont .sec.pageSec.pageSecCatch {
    margin-bottom: 0;
    padding: 0 10px;
}
.mainCont .sec.pageSec.pageSecCatch .secTitle {
    margin-top: 0;
    margin-bottom: 10px;
    padding-bottom: 0;
    background: none;
}
.mainCont .sec.pageSec.pageSecCatch .secTitle img {
    width: 100%;
    height: auto;
}
.mainCont .sec.pageSec.pageSecCatch .secTitle h3 {
    margin-top: 0;
    margin-bottom: 0;
}
.mainCont .sec.pageSec.pageSecCatch .cont {
    padding: 0;
    font-size: 90%;
}
.mainCont .sec.pageSec.pageSecCatch .cont p {
    margin: 0;
}
.mainCont .sec.pageSec.secAboutMain {
    width: 100%;
    height: 350px;
    margin: 40px auto 0;
    padding: 0;
    background: url("../../img/sp/page/about_main_bg.png") no-repeat 50% 0;
    background-size: 750px 350px;
}
.mainCont .sec.pageSec.pageAboutSec01 {
    width: 314px;
    height: 472px;
    background: url("../../img/sp/page/about_bg01.png") no-repeat 50% 0;
    background-size: 314px 472px;
}
.mainCont .sec.pageSec.pageAboutSec02 {
    width: 314px;
    height: 747px;
    background: url("../../img/sp/page/about_bg02.png") no-repeat 50% 0;
    background-size: 314px 747px;
}
.mainCont .sec.pageSec.pageAboutSec03 {
    width: 314px;
    height: 1247.5px;
    background: url("../../img/sp/page/about_bg03.png") no-repeat 50% 0;
    background-size: 314px 1247.5px;
}
.mainCont .sec.pageSec.pageAboutSec04 {
    width: 314px;
    height: 747px;
    background: url("../../img/sp/page/about_bg04.png") no-repeat 50% 0;
    background-size: 314px 747px;
}
.mainCont .sec.pageSec.pageAboutSec04 .secCont .cont .img img {
    width: 75%;
    height: auto;
}
.mainCont .sec.pageSec.pageAboutSec05 {
    width: 314px;
    height: 884px;
    margin-bottom: 0;
    background: url("../../img/sp/page/about_bg05.png") no-repeat 50% 0;
    background-size: 314px 884px;
}
.mainCont .sec.pageSec.pageAboutModal01 .secCont .secTitle img {
    width: 50%;
    height: auto;
}
.mainCont .sec.pageSec.pageAboutModal01 .secCont .cont {
    background: none;
    font-size: 95%;
}
.mainCont .sec.pageSec.pageAboutModal01 .secCont .cont .btn {
    display: block;
    text-align: center;
}
.mainCont .sec.pageSec.secBrainMain {
    width: 100%;
    height: 350px;
    margin: 40px auto 0;
    padding: 0;
    background: url("../../img/sp/page/brain_main_bg.png") no-repeat 50% 0;
    background-size: 750px 350px;
}
.mainCont .sec.pageSec.pageBrainSec01 {
    width: 314px;
    height: 1389.5px;
    background: url("../../img/sp/page/brain_bg01.png") no-repeat 50% 0;
    background-size: 314px 1389.5px;
}
.mainCont .sec.pageSec.pageBrainSec02 {
    width: 314px;
    height: 751px;
    background: url("../../img/sp/page/brain_bg02.png") no-repeat 50% 0;
    background-size: 314px 751px;
}
.mainCont .sec.pageSec.pageBrainSec03 {
    width: 314px;
    height: 860.5px;
    background: url("../../img/sp/page/brain_bg03.png") no-repeat 50% 0;
    background-size: 314px 860.5px;
}
.mainCont .sec.pageSec.pageBrainSec04 {
    width: 314px;
    height: 1242px;
    background: url("../../img/sp/page/brain_bg04.png") no-repeat 50% 0;
    background-size: 314px 1242px;
}
.mainCont .sec.pageSec.pageBrainSec05 {
    width: 314px;
    height: 1577.5px;
    margin-bottom: 0;
    background: url("../../img/sp/page/brain_bg05.png") no-repeat 50% 0;
    background-size: 314px 1577.5px;
}

.mainCont .sec.pageSec.pageCoconutSec01 .secCont .secTitle img,
.mainCont .sec.pageSec.pageCoconutSec02 .secCont .secTitle img,
.mainCont .sec.pageSec.pageCoconutSec03 .secCont .secTitle img,
.mainCont .sec.pageSec.pageCoconutSec04 .secCont .secTitle img,
.mainCont .sec.pageSec.pageCoconutSec05 .secCont .secTitle img,
.mainCont .sec.pageSec.pageCoconutSec06 .secCont .secTitle img{
    width: auto;
    max-width: none;
}
.mainCont .sec.pageSec.secCoconutMain {
    width: 100%;
    height: 350px;
    margin: 40px auto 0;
    padding: 0;
    background: url("../../img/sp/page/coconut_main_bg.png") no-repeat 50% 0;
    background-size: 750px 350px;
}
.mainCont .sec.pageSec.pageCoconutSec01 {
    width: 314px;
    height: 1080px;
    background: url("../../img/sp/page/coconut_bg01.png") no-repeat 50% 0;
    background-size: 314px 1080px;
}
.mainCont .sec.pageSec.pageCoconutSec02 {
    width: 314px;
    height: 639px;
    background: url("../../img/sp/page/coconut_bg02.png") no-repeat 50% 0;
    background-size: 314px 639px;
}
.mainCont .sec.pageSec.pageCoconutSec03 {
    width: 314px;
    height: 1231px;
    background: url("../../img/sp/page/coconut_bg03.png") no-repeat 50% 0;
    background-size: 314px 1231px;
}
.mainCont .sec.pageSec.pageCoconutSec04 {
    width: 314px;
    height: 1075px;
    background: url("../../img/sp/page/coconut_bg04.png") no-repeat 50% 0;
    background-size: 314px 1075px;
}
.mainCont .sec.pageSec.pageCoconutSec05 {
    width: 314px;
    height: 801px;
    margin-bottom: 0;
    background: url("../../img/sp/page/coconut_bg05.png") no-repeat 50% 0;
    background-size: 314px 801px;
}
.mainCont .sec.pageSec.pageCoconutSec06 {
    width: 314px;
    height: 580px;
    margin-bottom: 0;
    background: url("../../img/sp/page/coconut_bg06.png") no-repeat 50% 0;
    background-size: 314px 580px;
}
.mainCont .sec.pageSec.pageCoconutSec03 .secCont .note{
    font-size: 10px;
    text-align: left;
}

.mainCont .sec.pageSec.pageAlzheimerSec .secTitle {
    margin-top: 30px;
}
.mainCont .sec.pageSec.pageAlzheimerSec .secCont .name img {
    width: auto;
    height: 40px;
}
.mainCont .sec.pageSec.secAlzheimerMain {
    width: 100%;
    height: 380px;
    margin: 40px auto 0;
    padding: 0;
    background: url("../../img/sp/page/alzheimer_main_bg.png") no-repeat 50% 0;
    background-size: 749.5px 380px;
}
.mainCont .sec.pageSec.pageAlzheimerSec00 .secTitle {
    margin-top: 0;
}
.mainCont .sec.pageSec.pageAlzheimerSec00 .secTitle img {
    width: 100%;
    height: auto;
}
.mainCont .sec.pageSec.pageAlzheimerSec01 {
    width: 315.5px;
    height: 759px;
    background: url("../../img/sp/page/alzheimer_bg01.png") no-repeat 50% 0;
    background-size: 315.5px 759px;
}
.mainCont .sec.pageSec.pageAlzheimerSec02 {
    width: 315.5px;
    height: 1011.5px;
    background: url("../../img/sp/page/alzheimer_bg02.png") no-repeat 50% 0;
    background-size: 315.5px 1011.5px;
}
.mainCont .sec.pageSec.pageAlzheimerSec03 {
    width: 315.5px;
    height: 1099px;
    background: url("../../img/sp/page/alzheimer_bg03.png") no-repeat 50% 0;
    background-size: 315.5px 1099px;
}
.mainCont .sec.pageSec.pageAlzheimerSec04 {
    width: 315.5px;
    height: 1135px;
    background: url("../../img/sp/page/alzheimer_bg04.png") no-repeat 50% 0;
    background-size: 315.5px 1135px;
}
.mainCont .sec.pageSec.pageAlzheimerSec05 {
    width: 315.5px;
    height: 792.5px;
    margin-bottom: 0;
    background: url("../../img/sp/page/alzheimer_bg05.png") no-repeat 50% 0;
    background-size: 315.5px 792.5px;
}
.mainCont .sec.pageSec.pageAlzheimerSec05 .secTitle {
    margin-top: 0;
}
.mainCont .sec.pageSec.pageAlzheimerSec05 .secTitle img {
    width: 90%;
    height: auto;
}
.mainCont .sec.pageSec.pageAlzheimerSec05 .cont {
    padding: 20px 20px 30px;
}
.mainCont .sec.pageSec.pageDementiaSec .secTitle {
    margin-top: 30px;
}
.mainCont .sec.pageSec.pageDementiaSec .secTitle img {
    width: 70%;
    height: auto;
}
.mainCont .sec.pageSec.pageDementiaSec .secCont .name img {
    width: auto;
    height: 44px;
}
.mainCont .sec.pageSec.secDementiaMain {
    width: 100%;
    height: 380px;
    margin: 40px auto 0;
    padding: 0;
    background: url("../../img/sp/page/alzheimer_main_bg.png") no-repeat 50% 0;
    background-size: 749.5px 380px;
}
.mainCont .sec.pageSec.pageDementiaSec00 .secTitle {
    margin-top: 0;
}
.mainCont .sec.pageSec.pageDementiaSec00 .secTitle img {
    width: 100%;
    height: auto;
}
.mainCont .sec.pageSec.pageDementiaSec01 {
    width: 314px;
    height: 1332.5px;
    background: url("../../img/sp/page/dementia_bg01.png") no-repeat 50% 0;
    background-size: 314px 1332.5px;
}
.mainCont .sec.pageSec.pageDementiaSec02 {
    width: 314px;
    height: 1817.5px;
    background: url("../../img/sp/page/dementia_bg02.png") no-repeat 50% 0;
    background-size: 314px 1817.5px;
}
.mainCont .sec.pageSec.pageDementiaSec03 {
    width: 314px;
    height: 1319.5px;
    background: url("../../img/sp/page/dementia_bg03.png") no-repeat 50% 0;
    background-size: 314px 1319.5px;
}
.mainCont .sec.pageSec.pageDementiaSec04 {
    width: 314px;
    height: 1457.5px;
    background: url("../../img/sp/page/dementia_bg04.png") no-repeat 50% 0;
    background-size: 314px 1457.5px;
}
.mainCont .sec.pageSec.pageDementiaSec05 {
    width: 314px;
    height: 572.5px;
    background: url("../../img/sp/page/dementia_bg05.png") no-repeat 50% 0;
    background-size: 314px 572.5px;
}
.mainCont .sec.pageSec.pageDementiaSec06 {
    width: 314px;
    height: 658px;
    margin-bottom: 0;
    background: url("../../img/sp/page/dementia_bg06.png") no-repeat 50% 0;
    background-size: 314px 658px;
}
.mainCont .sec.pageSec.pageDementiaSec06 .secTitle {
    margin-top: 0;
}
.mainCont .sec.pageSec.pageDementiaSec06 .secTitle img {
    width: 90%;
    height: auto;
}
.mainCont .sec.pageSec.pageDementiaSec06 .cont {
    padding: 20px 20px 30px;
}
.mainCont .sec.pageSec.pageOilSec .secTitle {
    margin-top: 30px;
}
.mainCont .sec.pageSec.pageOilSec .secTitle img {
    width: 70%;
    height: auto;
}
.mainCont .sec.pageSec.pageOilSec .secCont .name img {
    width: auto;
    height: 44px;
}
.mainCont .sec.pageSec.secOilMain {
    width: 100%;
    height: 380px;
    margin: 40px auto 0;
    padding: 0;
    background: url("../../img/sp/page/alzheimer_main_bg.png") no-repeat 50% 0;
    background-size: 749.5px 380px;
}
.mainCont .sec.pageSec.pageOilSec00 .secTitle {
    margin-top: 0;
}
.mainCont .sec.pageSec.pageOilSec00 .secTitle img {
    width: 100%;
    height: auto;
}
.mainCont .sec.pageSec.pageOilSec01 {
    width: 314px;
    height: 1662px;
    background: url("../../img/sp/page/oil_bg01.png") no-repeat 50% 0;
    background-size: 314px 1662px;
}
.mainCont .sec.pageSec.pageOilSec02 {
    width: 314px;
    height: 1269.5px;
    background: url("../../img/sp/page/oil_bg02.png") no-repeat 50% 0;
    background-size: 314px 1269.5px;
}
.mainCont .sec.pageSec.pageOilSec03 {
    width: 314px;
    height: 1776.5px;
    background: url("../../img/sp/page/oil_bg03.png") no-repeat 50% 0;
    background-size: 314px 1776.5px;
}
.mainCont .sec.pageSec.pageOilSec04 {
    width: 314px;
    height: 1367.5px;
    background: url("../../img/sp/page/oil_bg04.png") no-repeat 50% 0;
    background-size: 314px 1367.5px;
}
.mainCont .sec.pageSec.pageOilSec05 {
    width: 314px;
    height: 835px;
    background: url("../../img/sp/page/oil_bg05.png") no-repeat 50% 0;
    background-size: 314px 835px;
}
.mainCont .sec.pageSec.pageOilSec06 {
    width: 314px;
    height: 663px;
    margin-bottom: 0;
    background: url("../../img/sp/page/oil_bg06.png") no-repeat 50% 0;
    background-size: 314px 663px;
}
.mainCont .sec.pageSec.pageOilSec06 .secTitle {
    margin-top: 0;
}
.mainCont .sec.pageSec.pageOilSec06 .secTitle img {
    width: 90%;
    height: auto;
}
.mainCont .sec.pageSec.pageOilSec06 .cont {
    padding: 20px 20px 30px;
}
.mainCont .sec.pageSec.secKitchenMain {
    height: 375px;
    width: 100%;
    margin-top: 0;
    margin-bottom: -10px;
    background: url("../../img/sp/page/kitchen_main_bg.png") no-repeat 50% 0;
    background-size: 750px 375px;
}
.mainCont .sec.pageSec.pageKitchenSec00 {
	overflow: hidden;
}
.mainCont .sec.pageSec.pageKitchenSec01 {
   /* height: 1578.5px;*/
    width: 315px;
    padding: 6px 0 36px;
    margin-top: 24px;
    background: url("../../img/sp/page/kitchen_bg_middle.png") repeat-y 50% 0;
    background-size: 315px 862.5px;
    position: relative;
}
.mainCont .sec.pageSec.pageKitchenSec01:before {
	content: " ";
	top: 0;
	left: 0;
	width: 315px;
	height: 10px;
    background: url("../../img/sp/page/kitchen_bg_top.png") no-repeat 50% 0;
    background-size: 315px 10px;
    position: absolute;
}
.mainCont .sec.pageSec.pageKitchenSec01:after {
	content: " ";
	bottom: 0;
	left: 0;
	width: 315px;
	height: 10px;
    background: url("../../img/sp/page/kitchen_bg_bottom.png") no-repeat 50% 0;
    background-size: 315px 10px;
    position: absolute;
}
.mainCont .sec.pageSec.pageKitchenSec01 .secCont {
    overflow: visible;
}
.mainCont .sec.pageSec.pageKitchenSec01 .secCont .txt {
    margin-bottom: 15px;
}
.mainCont .sec.pageSec.pageKitchenSec01 .secTitle h3 {
    margin-top: 45px;
}
.mainCont .sec.pageSec.pageKitchenSec01 .secTitle h3 img {
	width: 150px;
}
.mainCont .sec.pageSec.pageKitchenSec01 .secTitle .sub {
    position: absolute;
    top: -15px;
    left: 0;
    width: 77px;
    height: auto;
}
.mainCont .sec.pageSec.pageKitchenSec01 .secTitle .tag {
    position: absolute;
    top: -57px;
    left: 20px;
    width: 280px;
}
.mainCont .sec.pageSec.pageKitchenSec01 .boxMct {
    margin-bottom: 15px;
    width: 272px;
    background: #fcf4e3;
    border: 1px solid #b1815c;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	    
   /* background: url("../../img/sp/page/kitchen_mct_bg.png") no-repeat 50% 0;
    background-size: 280px 589.5px;*/
    clear: both;
}
.mainCont .sec.pageSec.pageKitchenSec01 .boxMct h4 {
    margin: 0 0 10px;
    text-align: center;
}
.mainCont .sec.pageSec.pageKitchenSec01 .boxMct h4 img {

}
.mainCont .sec.pageSec.pageKitchenSec01 .boxMct .box01,
.mainCont .sec.pageSec.pageKitchenSec01 .boxMct .box02{
    background: url("../../img/sp/page/kitchen_mct_bg_line.png") no-repeat center bottom;
    background-size: 243.5px 4.5px;
}
.mainCont .sec.pageSec.pageKitchenSec01 .boxMct .txt {
    padding: 20px 20px 36px 20px;
    font-size: 95%;
    margin-bottom: 0;
}
.mainCont .sec.pageSec.pageKitchenSec01 .boxMct .txt p{
	margin: 0;
}
.mainCont .sec.pageSec.pageKitchenSec01 .left .txt {
    padding: 10px;
}
.mainCont .sec.pageSec.pageKitchenSec01 .boxRecipe {
    width: 272px;
    background: #fcf4e3;
    border: 1px solid #b1815c;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
/*    background: url("../../img/sp/page/kitchen_recipe_bg.png") no-repeat 50% 0;
    background-size: 280px 400px;*/
    clear: both;
}
.mainCont .sec.pageSec.pageKitchenSec01 .boxRecipe h4 {
    margin: 10px 0 0;
    text-align: center;
}
.mainCont .sec.pageSec.pageKitchenSec01 .boxRecipe h4 img {
    width: 80%;
    height: auto;
}
.mainCont .sec.pageSec.pageKitchenSec01 .boxRecipe .txt {
    padding: 10px;
}
.mainCont .sec.pageSec.pageKitchenSec01 .boxRecipe .txt .small {
    margin-top: 5px;
    font-size: 80%;
}
.mainCont .sec.pageSec.pageKitchenSec01 .boxRecipe .txt .small p {
    margin: 0;
}
.mainCont .sec.pageSec.pageKitchenSec01 .boxRecipe .btns {
    clear: both;
    padding-top: 5px;
}
.mainCont .sec.pageSec.pageKitchenSec01 .boxRecipe .btns ul {
    margin-bottom: 0;
    text-align: center;
}
.mainCont .sec.pageSec.pageKitchenSec01 .boxRecipe .btns ul:after {
    clear: both;
    content: "";
    display: block;
}
.mainCont .sec.pageSec.pageKitchenSec01 .boxRecipe .btns ul li {
    margin: 0 0 10px;
}
.mainCont .sec.pageSec.pageKitchenSec01 .boxRecipe .btns ul li:last-child {
    margin-bottom: 0;
}
.mainCont .sec.pageSec.pageKitchenSec01 .boxRecipe .btns ul li a {
    display: block;
}
.mainCont .sec.pageSec.pageKitchenSec01 .boxRecipe .btns ul li a img {
    width: 100%;
    height: auto;
}
.mainCont .sec.pageSec.pageKitchenSec04 {
    display: block;
    position: relative;
    width: 314px;
    height: 567px;
    margin: auto;
    background: url("../../img/sp/page/kitchen_page_bg.png") no-repeat 50% 0;
    background-size: 314px 567px;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
}
.mainCont .sec.pageSec.pageKitchenSec04 .secCont {
    overflow: visible;
}
.mainCont .sec.pageSec.pageKitchenSec04 .secCont .cont {
    padding: 0;
}
.mainCont .sec.pageSec.pageKitchenSec04 .secCont h2 {
    height: 70px;
    margin-top: 15px;
}
.mainCont .sec.pageSec.pageKitchenSec04 .secCont li {
    width: 140.5px;
    height: 130px;
    margin: 5px 1px;
}
.mainCont .sec.pageSec.pageKitchenSec05 {
	height: auto;
	overflow: hidden;
}
.mainCont .sec.pageSec.pageKitchenSec05 .secCont {
	position: relative;
	width: 315px;
    height: auto;
    background: url("../../img/sp/page/recipe_index_bg02.png") repeat-y 50% 0;
	background-size: 315px 18px;
	overflow: visible;
	margin-top: 32px;
	padding-bottom: 28px;
}
.mainCont .sec.pageSec.pageKitchenSec05 .secCont:before,
.mainCont .sec.pageSec.pageKitchenSec05 .secCont:after{
	width: 315px;
	height: 12.5px;
	left: 0;
	content: " ";
	position: absolute;
    background-image: url("../../img/sp/page/recipe_index_bg01.png");
    background-repeat: repeat-y;
    background-position: 50% 0;
	background-size: 315px 12.5px;
}
.mainCont .sec.pageSec.pageKitchenSec05 .secCont:after{
	top:inherit;
	bottom: 0;
    background-image: url("../../img/sp/page/recipe_index_bg03.png");
}
.mainCont .sec.pageSec.pageKitchenSec05 .secCont h2{
	position: relative;
	z-index: 1;
	top : -10px;
	height: auto;
	margin-bottom: 6px;
	padding-left: 9px;
}
.mainCont .sec.pageSec.pageKitchenSec05 .secCont .cont{
	border: 2px solid #fdb54d;
	box-shadow: 2px 3px 9px 1px rgba(97, 69, 49, 0.2);
	background: #fffaee;
	width: 276px;
	padding: 7px;
	margin: 0 auto;
}
.mainCont .sec.pageSec.pageKitchenSec05 .secCont .cont h3{
	width: 268px;
    height: auto;
	margin: 0 0 3px;
}
.mainCont .sec.pageSec.pageKitchenSec05 .secCont .cont li{
	float: left;
	width: 90px;
	height: 64px;
	margin: 1px;
}
.mainCont .sec.pageSec.pageKitchenSec05 .secCont .cont li:nth-child(3n){
	margin-right: 0;
}
.mainCont .sec.pageSec.pageKitchenSec05 .secCont .cont ul{
	margin: 0;
}
.mainCont .sec.pageSec.pageKitchenSec05 .secCont .cont ul:after{
	content: " ";
	display: block;
	clear: both;
}
.mainCont .sec.pageSec.pageKitchenSec05 .secCont .cont .more{
	text-align: center;
	margin:12px 0 8px;
}

.mainCont .sec.pageSec.pageRecipeModal .secTitle {
    background: none;
}
.mainCont .sec.pageSec.pageRecipeModal .cont {
    padding-top: 0;
    padding: 0 17px 15px;
}
.mainCont .sec.pageSec.pageRecipeModal .cont .btns {
    margin-bottom: -2px;
}
.mainCont .sec.pageSec.pageRecipeModal .cont .btns ul {
    margin-bottom: 0;
}
.mainCont .sec.pageSec.pageRecipeModal .cont .btns ul:after {
    clear: both;
    content: "";
    display: block;
}
.mainCont .sec.pageSec.pageRecipeModal .cont .btns ul li {
    float: left;
    position: relative;
    width: 68px;
    height: 75px;
    margin-left: 3px;
    background :#773300;
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-ms-border-radius: 4px 4px 0 0;
    /*background: url("../../img/sp/page/recipe_tab_bg.png") no-repeat 50% 0;
    background-size: 92px 55px;*/
}
.mainCont .sec.pageSec.pageRecipeModal .cont .btns ul li:first-child {
    margin-left: 0;
}
.mainCont .sec.pageSec.pageRecipeModal .cont .btns ul li.active {
    /*background: url("../../img/sp/page/recipe_tab_bg_on.png") no-repeat 50% 0;
    background-size: 92px 55px;*/
    background: #c75800;
}
.mainCont .sec.pageSec.pageRecipeModal .cont .btns ul li.active a {
    cursor: default;
}
.mainCont .sec.pageSec.pageRecipeModal .cont .btns ul li.active a img {
    opacity: 1 !important;
}
.mainCont .sec.pageSec.pageRecipeModal .cont .btns ul li a {
    display: table;
    height: 57px;
    width: 100%;
    line-height: 57px;
}
.mainCont .sec.pageSec.pageRecipeModal .cont .btns ul li a span {
    display: table-cell;
    width: 100%;
    text-align: center;
    vertical-align: top;
}
.mainCont .sec.pageSec.pageRecipeModal .cont .btns ul li a img {
    margin-top: 12px;
    margin-bottom: 4px;
}
.mainCont .sec.pageSec.pageRecipeModal .cont .tab {
    display: none;
    width: 279px;
    /*height: 325px;*/
    margin-bottom: 15px;
    background: #fcf4e3;
    border: 1px solid #b1815c;
	border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-ms-border-radius: 0 0 4px 4px;
    /*background: url("../../img/sp/page/recipe_tab_bg01.png") no-repeat 50% 0;
    background-size: 280px 325px;*/
    overflow: hidden;
}
/*.mainCont .sec.pageSec.pageRecipeModal .cont .tab.tabBg02 {
    width: 280px;
    height: 392.5px;
    background: url("../../img/sp/page/recipe_tab_bg02.png") no-repeat 50% 0;
    background-size: 280px 392.5px;
}
.mainCont .sec.pageSec.pageRecipeModal .cont .tab.tabBg01 {
    width: 280px;
    height: 659.5px;
    background: url("../../img/sp/page/recipe_tab_bg03.png") no-repeat 50% 0;
    background-size: 280px 659.5px;
}*/
.mainCont .sec.pageSec.pageRecipeModal .cont .tab.active {
    display: block;
}
.mainCont .sec.pageSec.pageRecipeModal .cont .tab .img {
    margin-top: 0;
    margin-bottom: 0;
    padding: 15px;
    text-align: center;
}
.mainCont .sec.pageSec.pageRecipeModal .cont .tab .img p {
    margin: 0;
}
.mainCont .sec.pageSec.pageRecipeSec {
    padding-top: 0;
}
.mainCont .sec.pageSec.pageRecipeSec .secCont {
    padding: 0 19px;
}
.mainCont .sec.pageSec.pageRecipeSec .secCont .secTitle {
    margin-bottom: 10px;
}
.mainCont .sec.pageSec.pageRecipeSec .secCont .secTitle img {
    width: 100%;
    height: auto;
}
.mainCont .sec.pageSec.pageRecipeSec .secCont .cont {
    padding: 0;
}
.mainCont .sec.pageSec.pageRecipeSec .secCont .cont .txt {
    font-size: 85%;
}
.mainCont .sec.pageSec.pageRecipeSec .secCont .cont .img {
    margin-bottom: 5px;
}
.mainCont .sec.pageSec.pageRecipeSec .secCont .cont img {
    max-width: 100%;
    height: auto;
}
.mainCont .sec.pageSec.pageRecipeSec .secCont .cont .warn {
    margin: 2px 0 0;
    font-size: 10px;
}
.mainCont .sec.pageSec.pageRecipeSec .secCont .cont .recipe {
    clear: both;
    padding-top: 10px;
}
.mainCont .sec.pageSec.pageRecipeSec .secCont .cont .btns {
    margin-top: 18px;
}
.mainCont .sec.pageSec.pageRecipeSec .secCont .cont .btns ul li {
    display: block;
    text-align: center;
}
.mainCont .sec.pageSec.pageRecipeSec .secCont .cont .btns ul li img {
    width: 90%;
    height: auto;
}
.mainCont .sec.pageSec.pageRecipeNav {
    display: block;
    position: relative;
    width: 314px;
    height: 209px;
    margin: 15px auto;
    padding: 0;
    background: url("../../img/sp/page/recipe01_nav_bg.png") no-repeat 50% 0;
    background-size: 314px 209px;
}
.mainCont .sec.pageSec.pageRecipeNav .secCont {
    padding: 0;
}
.mainCont .sec.pageSec.pageRecipeNav .secCont h2 {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
}
.mainCont .sec.pageSec.pageRecipeNav .secCont h2 img {
    height: 17px;
    width: auto;
}
.mainCont .sec.pageSec.pageRecipeNav .secCont .cont {
    padding: 0;
}
.mainCont .sec.pageSec.pageRecipeNav .secCont .cont ul {
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    text-align: center;
}
.mainCont .sec.pageSec.pageRecipeNav .secCont .cont ul li {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    width: 136.5px;
    height: 43px;
    margin: 2px;
}
.mainCont .sec.pageSec.pageRecipeNav .secCont .cont ul li img {
    width: 100%;
    height: auto;
}
.mainCont .sec.pageSec.secKitchenRecipe01Main {
    height: 325px;
    width: 100%;
    margin-top: 0;
    margin-bottom: -10px;
    background: url("../../img/sp/page/recipe01_main_bg.png") no-repeat 50% 0;
    background-size: 750px 325px;
}
.mainCont .sec.pageSec.secKitchenRecipe01Main .secCont {
    overflow: visible;
}
.mainCont .sec.pageSec.secKitchenRecipe01Main .secCont .txt {
    z-index: 3;
    position: absolute;
    top: 200px;
    right: 50px;
}
.mainCont .sec.pageSec.secKitchenRecipe01Main .secCont .guide {
    z-index: 2;
    position: absolute;
    top: 140px;
    right: 440px;
}
.mainCont .sec.pageSec.pageRecipe01Sec01 {
    height: 1097.5px;
    width: 314px;
    background: url("../../img/sp/page/recipe01_sec01_bg.png") no-repeat 50% 0;
    background-size: 314px 1097.5px;
}
.mainCont .sec.pageSec.pageRecipe01Sec02 {
    height: 1239px;
    width: 314px;
    background: url("../../img/sp/page/recipe01_sec02_bg.png") no-repeat 50% 0;
    background-size: 314px 1239px;
}
.mainCont .sec.pageSec.pageRecipe01Sec03 {
    height: 1107.5px;
    width: 314px;
    background: url("../../img/sp/page/recipe01_sec03_bg.png") no-repeat 50% 0;
    background-size: 314px 1107.5px;
}
.mainCont .sec.pageSec.pageRecipe01Sec04 {
    height: 1407.5px;
    width: 314px;
    background: url("../../img/sp/page/recipe01_sec04_bg.png") no-repeat 50% 0;
    background-size: 314px 1407.5px;
}
.mainCont .sec.pageSec.pageRecipe01Sec05 {
    height: 822px;
    width: 314px;
    background: url("../../img/sp/page/recipe01_sec05_bg.png") no-repeat 50% 0;
    background-size: 314px 822px;
}

/*--レシピ一覧--*/
.mainCont .sec.pageSec.pageRecipeCategoryNav {
	overflow: hidden;
}
.mainCont .sec.pageSec.pageRecipeCategoryNav .secCont{
	background: url("../../img/sp/page/recipe_cat_bg02.png") repeat-y left top;
	background-size: 310px 128px;
	width: 310px;
	padding: 0;
	position: relative;
	overflow: visible;
}
.mainCont .sec.pageSec.pageRecipeCategoryNav .secCont h2 {
	background: url("../../img/sp/page/recipe_cat_bg01.png") no-repeat left top;
	background-size: 310px 43px;
	width: 310px;
    height: 18px;
	text-align: center;
    line-height: 18px;
    padding: 10px 0 15px;
    margin-bottom: 6px;
}
.mainCont .sec.pageSec.pageRecipeCategoryNav .secCont:after{
	content: " ";
	left: 0;
	position: absolute;
	bottom:0;
	background: url("../../img/sp/page/recipe_cat_bg03.png") no-repeat left top;
	background-size: 310px 20px;
	width: 100%;
	height: 20px;
}
.mainCont .sec.pageSec.pageRecipeCategoryNav .secCont .cont {
	padding: 0 0 30px;
}
.mainCont .sec.pageSec.pageRecipeCategoryNav .secCont .cont .menu{
	width: 284px;
	padding: 0 13px 0 13px;
}
.mainCont .sec.pageSec.pageRecipeCategoryNav .secCont .cont .menu.sort {
	background: url("../../img/sp/page/recipe_cat_bg04.png") no-repeat center top;
	background-size: 300px 6px;
	padding-top: 16px;
}
.mainCont .sec.pageSec.pageRecipeCategoryNav .secCont .cont ul {
	display: block;
	padding-bottom: 18px;
    margin-bottom: 12px;
	background: url("../../img/sp/page/recipe_cat_line.png") no-repeat center bottom;
	background-size: 300px 3.5px;
}
.mainCont .sec.pageSec.pageRecipeCategoryNav .secCont .cont ul:last-child {
	background: none;
	padding-bottom: 0;
}
.mainCont .sec.pageSec.pageRecipeCategoryNav .secCont .cont ul li{
	display: inline-block;
	box-shadow: 2px 3px 6px 1px rgba(97, 69, 49, 0.3);
	height: 50px;
	width: 135px;
	background: #fffaee;
	margin: 2px;
}
.mainCont .sec.pageSec.pageRecipeCategoryNav .secCont .cont li a{
	text-decoration: none;
	font-size: 18px;
	line-height: 20px;
	color: #773300;
	margin: 5px;
	display: table;
	width: 125px;
	height: 40px;
}
.mainCont .sec.pageSec.pageRecipeCategoryNav .secCont .cont ul.oiltype li {
	height: 76px;
}
.mainCont .sec.pageSec.pageRecipeCategoryNav .secCont .cont ul.oiltype li a{
	height: 66px;
	font-size: 16px;
}
.mainCont .sec.pageSec.pageRecipeCategoryNav .secCont .cont ul.oiltype li a.all{
	font-size: 18px;
}

.mainCont .sec.pageSec.pageRecipeCategoryNav .secCont .cont ul.oiltype li a span{
	height: 66px;
}
.mainCont .sec.pageSec.pageRecipeCategoryNav .secCont .cont li a span{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.mainCont .sec.pageSec.pageRecipeCategoryNav .secCont .cont li a.cr,
.mainCont .sec.pageSec.pageRecipeCategoryNav .secCont .cont li a:hover{
	background: #fff196;
}

.mainCont .sec.pageSec.pageKitchenSec06 {
	overflow: hidden;
}
.mainCont .sec.pageSec.pageKitchenSec06 .secCont {
	position: relative;
	width: 315px;
    height: auto;
    background: url("../../img/sp/page/recipe_index_bg02.png") repeat-y 50% 0;
	background-size: 315px 18px;
	overflow: visible;
	margin-top: 32px;
	padding-bottom: 24px;
}
.mainCont .sec.pageSec.pageKitchenSec06 .secCont:before,
.mainCont .sec.pageSec.pageKitchenSec06 .secCont:after{
	width: 315px;
	height: 12.5px;
	left: 0;
	content: " ";
	position: absolute;
    background-image: url("../../img/sp/page/recipe_index_bg01.png");
    background-repeat: repeat-y;
    background-position: 50% 0;
	background-size: 315px 12.5px;
}
.mainCont .sec.pageSec.pageKitchenSec06 .secCont:after{
	top:inherit;
	bottom: 0;
    background-image: url("../../img/sp/page/recipe_index_bg03.png");
}
.mainCont .sec.pageSec.pageKitchenSec06 .secCont .cont {
	padding: 6px 5px;
}
.mainCont .sec.pageSec.pageKitchenSec06 .secCont .recipeList:after,
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .otherRecipe .recipeList:after {
	content: " ";
	display: block;
	clear: both;
}
.mainCont .sec.pageSec.pageKitchenSec06 .secCont .recipeList li ,
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .otherRecipe .recipeList .item {
	float: left;
	width: 135px;
	margin: 8px 6px;
	padding: 0 2px;
	box-shadow: 1px 2px 3px 1px rgba(97, 69, 49, 0.3);
	background: #fffaee;
}
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .otherRecipe .recipeList .item {
	margin: 8px 4px;
}

.mainCont .sec.pageSec.pageKitchenSec06 .secCont .recipeList li a ,
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .otherRecipe .recipeList .item a{
	position: relative;
	display: block;
	text-decoration: none;
	background: #fffaee;
	padding: 9px 8px 2px 8px;
	text-align: center;
}
.mainCont .sec.pageSec.pageKitchenSec06 .secCont .recipeList li a:hover ,
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .otherRecipe .recipeList .item a:hover{
	opacity: 1;
	background: #fff196;
}
.mainCont .sec.pageSec.pageKitchenSec06 .secCont .recipeList li a:hover img ,
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .otherRecipe .recipeList .item a:hover img {
	opacity: 1;
}
.mainCont .sec.pageSec.pageKitchenSec06 .secCont .recipeList li p ,
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .otherRecipe .recipeList .item p{
	margin: 0 0 2px;
	line-height: 1.2;
}
.mainCont .sec.pageSec.pageKitchenSec06 .secCont .recipeList li p.img ,
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .otherRecipe .recipeList .item p.img{
	margin-bottom: 3px;
	height: 85px;
}
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .otherRecipe .recipeList .item p.img{
	height: auto;
	min-height: 70px;
}
.mainCont .sec.pageSec.pageKitchenSec06 .secCont .recipeList .pin ,
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .otherRecipe .recipeList .item .pin{
	position: absolute;
	top: -7px;
	margin-left: -4px;
}
.mainCont .sec.pageSec.pageKitchenSec06 .secCont .recipeList .rank ,
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .otherRecipe .recipeList .item .rank{
	position: absolute;
    top: -7px;
    left: -8px;
	z-index: 9;
}
.mainCont .sec.pageSec.pageKitchenSec06 .secCont .recipeList .new ,
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .otherRecipe .recipeList .item .new{
	position: absolute;
    top: -7px;
    right: -8px;
	z-index: 9;
}
.mainCont .sec.pageSec.pageKitchenSec06 .secCont .moreBtn {
	text-align: center;
	margin:  0 auto;
}

/*--レシピ詳細--*/
.mainCont .sec.pageSec.secKitchenRecipeMain .return {
	width: 315px;
	margin: 90px auto 0px auto;
}
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont {
	position: relative;
	width: 315px;
    height: auto;
    background: url("../../img/sp/page/recipe_index_bg02.png") repeat-y 50% 0;
	background-size: 315px 18px;
	overflow: visible;
	margin-top: 12px;
	padding: 0 0 24px 0;
}
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont:before,
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont:after{
	width: 315px;
	height: 12.5px;
	left: 0;
	content: " ";
	position: absolute;
    background-image: url("../../img/sp/page/recipe_index_bg01.png");
    background-repeat: repeat-y;
    background-position: 50% 0;
	background-size: 315px 12.5px;
}
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont:after{
	top:inherit;
	bottom: 0;
    background-image: url("../../img/sp/page/recipe_index_bg03.png");
}

.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .category {
	position: relative;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background: url("../../img/sp/page/recipe_detail_tag.png") no-repeat left top;
	background-size: 161.5px 39.5px;
    margin: 0 0 0 46px;
    width: 162px;
    line-height: 21px;
    padding: 10px 5px 10px 8px;
    top:-12px;
 }
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .cont {
	padding: 0;
	overflow: visible;
	position: relative;
	padding-top: 36px;
}
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .cont:before {
	content: " ";
	position: absolute;
	width: 140px;
	height: 35px;
	background: url("../../img/sp/page/recipe_detail_tag_bg.png") no-repeat left top;
	background-size: 140px 35px;
    top: 25px;
    left: 89px;
}

.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .paper {
	position: relative;
	background: #fffaee;
	box-shadow: 2px 3px 6px 1px rgba(97, 69, 49, 0.3);
	padding: 0 10px 16px 10px;
	margin: 0px 12px;
	overflow: visible;
}
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .stamp {
	text-align: center;
	margin: -6px 0 0 0;
}
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .type {
	position: absolute;
    top: -5px;
    right: 10px;
}
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .secTitle {
	font-size: 18px;
	font-weight: normal;
	background: url("../../img/page/recipe_detail_ttl_bd.png") repeat-x left bottom;
	background-size: 8px 8px;
	margin: 14px 0 0 0;
	padding-bottom: 18px;
}
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .secTitle h3 {
	line-height: 1.2;
	padding: 0;
	margin: 0;
}

.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .genre {
	width: 55px;
	height: 14px;
	text-align: center;
	font-size: 11px;
	line-height: 14px;
	padding: 8px 3px;
	margin:12px auto 16px auto;
	background: url("../../img/sp/page/recipe_detail_genre_bg.png") no-repeat left bottom;
	background-size: 61px 30px;

}
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .recipeCont01:after {
	content: " ";
	display: block;
	clear: both;
}
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .recipeCont01 .img {
	width: 225px;
	margin: 0 auto 16px auto;
}
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .recipeCont01 .img p{
	background: #fff;
	border: 1px solid #c9aa8f;
	padding: 2px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	margin: 0 auto;
	text-align: center;
}

.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .recipeCont01 .txt {
	margin: 0 10px;
	font-size: 13px;
}
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .recipeCont01 .txt p{
	margin: 4px 0;
}
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .recipeCont01 .txt p.summary{
	margin-bottom: 12px;
}
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .recipeCont01 .data table{
	border: 2px solid #fae48e;
	width: 100%;
	text-align: center;
}
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .recipeCont01 .data th{
	background: #fae48e;
	font-size: 15px;
	line-height: 18px;
	padding: 12px 8px;
}
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .recipeCont01 .data th span{
	font-size: 13px;
}
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .recipeCont01 .data strong {
	color: #e34b00;
	background: none;
}
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .recipeCont01 .data td{
	border: 2px solid #fae48e;
	width: 50%;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	padding: 12px 8px;
}

.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .recipeCont02:after {
	content: " ";
	display: block;
	clear: both;
}
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .recipeCont02 .ingredients {
	margin: 0 10px 20px 10px;
}
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .recipeCont02 .howto {
	margin: 0 10px 36px 10px;
}
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .recipeCont02 h5 {
	margin: 16px 0 12px 0;
	line-height: 18px;
	font-size: 14px;
	text-align: center;
}
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .recipeCont02 h5 img{
	vertical-align: sub;
}
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .recipeCont02 .ingredients span{
	background: #fffaee;
	position: relative;
	padding-right: 4px;
}
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .recipeCont02 .ingredients span.measure{
	float: right;
	padding-left: 4px;
}
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .recipeCont02 .ingredients li{
	position: relative;
	overflow: hidden;
	margin-bottom: 0.2em;
}
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .recipeCont02 .ingredients li:before{
	position: absolute;
	content: "………………………………………………………………………………";
	font-weight: normal;
}

.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .recipeCont02 .howto li{
	list-style: decimal outside;
	margin-left: 1.4em;
	margin-bottom: 0.2em;
	color: #e34b00;
}
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .recipeCont02 .howto li span{
	color: #773300;
}
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .btns:after {
	content: " ";
	display: block;
	clear: both;
}
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .btns li {
	margin-bottom: 24px;
}
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .btns li img{
	width: 194px !important;
	text-align: center;
}
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .btns li.develop {
	padding: 6px;
	margin: 0 10px;
	background: #f2e9dc;
}
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .btns li.develop img{
	width: 62px !important;
}

.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .otherRecipe {
	position: relative;
}
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .otherRecipe {
	background: url("../../img/sp/page/recipe_index_bg04.png") no-repeat left top;
	background-size: 315px 13px;
	padding: 10px 35px;
	margin-top: 20px;
}
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .otherRecipe h5{
	text-align: center;
	margin: 16px 0 8px 0;
}
.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .otherRecipe .recipeList .item {
	width: 110px;
}

.mainCont .sec.pageSec.secKitchenRecipeMain .secCont .otherRecipe .slickItems{
	position: relative;
}
.slick-list {
    overflow: hidden;
}
.slickPrev, .slickNext {
    position: absolute;
    display: block;
    height: 73px;
    width: 23px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    padding: 0;
    border: none;
    outline: none;
    z-index: 9;
    margin-top: -32px;
}
.slickPrev {
	left: -27px;
}
.slickNext {
	right: -27px;
}

/*-- ニュース --*/
.mainCont .sec.pageSec.news .secCont .cont h2.txt{
	background: url("../../img/sp/page/news_ttl_bg.png") no-repeat 50% 50%;
	background-size: 272px 40px;
    width: 260px;
    text-align: center;
    line-height: 18px;
    margin: 72px auto 0 auto;
    height: 18px;
    padding: 8px 6px 14px 6px;
}
.mainCont .sec.pageSec.newsContent {
	position: relative;
	background: url("../../img/sp/page/news_bg02.png") repeat-y 0 0;
	background-size: 310px 120px;
	width: 284px;
	margin: 0 auto;
	padding: 32px 13px 18px 13px;
}
.mainCont .sec.pageSec.newsContent:before,
.mainCont .sec.pageSec.newsContent:after {
	content: " ";
	background: url("../../img/sp/page/news_bg01.png") no-repeat 0 0;
	background-size: 310px 6px;
	width: 310px;
	height: 6px;
	position: absolute;
	left: 0;
	top: 0;
}
.mainCont .sec.pageSec.newsContent:after {
	top: inherit;
	bottom: 0;
	clear: both;
}
.mainCont .sec.pageSec.newsContent .secCont {
	width: auto;
	overflow: visible;
}
.mainCont .sec.pageSec.newsContent .secCont .cont {
	padding: 0;
	overflow: visible;
}
.mainCont .sec.pageSec.newsContent .secCont .cont:after {
	content: " ";
	display: block;
	clear: both;
}
.mainCont .sec.pageSec.newsContent .category {
	background: url("../../img/sp/page/news_cat_bg.png") repeat-y 0 0;
	background-size: 283px 66px;
    width: 283px;
    padding:0 0 4px;
    margin-bottom: 14px;
	box-shadow: 2px 4px 6px 0px rgba(122, 89, 40, 0.3);
	text-align: center;
	font-size: 14px;
}
.mainCont .sec.pageSec.newsContent .category:after {
	content: " ";
	display: block;
	clear: both;
}
.mainCont .sec.pageSec.newsContent .category h4 {
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	background: url("../../img/page/news_cat_bd01.png") repeat-x left bottom;
	background-size: 81.5px 2.5px;
	padding: 12px 0 10px;
}
.mainCont .sec.pageSec.newsContent .category ul {
	margin: 0;
}
.mainCont .sec.pageSec.newsContent .category ul li{
	position: relative;
	border-bottom: 1px dotted #e9cd6b;
	border-right: 1px dotted #e9cd6b;
	width: 141px;
	float: left;
}
.mainCont .sec.pageSec.newsContent .category ul li:nth-child(2n){
	border-right: none;
}
.mainCont .sec.pageSec.newsContent .category ul li a{
	text-decoration: none;
	display: block;
	position: relative;
	padding: 4px;
}
.mainCont .sec.pageSec.newsContent .category ul li.cr a ,
.mainCont .sec.pageSec.newsContent .category ul li a:hover{
	background: rgba(255,255,255,0.6);
}
.mainCont .sec.pageSec.newsContent .category ul li.cr a:after {
	content: " ";
	background: url("../../img/page/news_cat_arw01.png") no-repeat left bottom;
	background-size: 6px 8px;
	width: 6px;
	height: 8px;
	position: absolute;
	left: 10px;
	top:50%;
	margin-top: -4px;
}

.mainCont .sec.pageSec.newsContent .articleWrap {
	padding-top: 12px;
}

.mainCont .sec.pageSec.newsContent .articleList {
	margin: 0;
}
.mainCont .sec.pageSec.newsContent .articleList li,
.mainCont .sec.pageSec.newsContent .detail {
	background :#fff8ee ;
	box-shadow: 2px 3px 5px 0px rgba(96, 61, 10, 0.3);
	padding: 12px 11px;
	position: relative;
	margin: 0 0 24px;
}
.mainCont .sec.pageSec.newsContent .articleList li p {
	margin: 0;
}
.mainCont .sec.pageSec.newsContent .articleList li .pin {
	top :-8px;
}
.mainCont .sec.pageSec.newsContent .articleList li:after {
	content: " ";
	display: block;
	clear: both;
}
.mainCont .sec.pageSec.newsContent .articleList li a{
	text-decoration: none;
}
.mainCont .sec.pageSec.newsContent .articleList li a:hover h5{
	text-decoration: underline;
}
.mainCont .sec.pageSec.newsContent .detail .catBox a {
	text-decoration: none;
}
.mainCont .sec.pageSec.newsContent .detail .catBox a:hover {
	text-decoration: underline;
}
.mainCont .sec.pageSec.newsContent .articleList li .catBox,
.mainCont .sec.pageSec.newsContent .detail .catBox {
	position: absolute;
	width: 61px;
	height: 16px;
	background: url("../../img/sp/page/news_cat_box.png") no-repeat left top;
	background-size: 61px 16px;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	text-align: center;
	top : 12px;
	right: 12px;
}
.mainCont .sec.pageSec.newsContent .articleList li .date {
	background: url("../../img/sp/page/news_date_box.png") no-repeat left top;
	background-size: 90px 17px;
	width: 90px;
	height: 17px;
	font-size: 12px;
	line-height: 17px;
	color: #9e3434;
	text-align: center;
}
.mainCont .sec.pageSec.newsContent .articleList li .info {
	float: left;
	width: 186px;
	margin-left: 10px;
}
.mainCont .sec.pageSec.newsContent .articleList li a .info {
	color: #9e3434;
}
.mainCont .sec.pageSec.newsContent .articleList li .info h5{
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0;
}
.mainCont .sec.pageSec.newsContent .articleList li .info .description{
	font-size: 13px;
	line-height: 1.3;
}

.mainCont .sec.pageSec.newsContent .articleList li .img {
	float: left;
	width: 64px;
	height: 64px;
	border: 1px solid #cebcae;
}
.mainCont .sec.pageSec.newsContent .pager a{
	color: #fff;
	font-size: 13px;
	text-shadow: 1px 1px 2px rgba(119, 51, 0, 0.75);
	text-decoration: none;
	display: block;
}
.mainCont .sec.pageSec.newsContent .pager:after{
	content: " ";
	display: block;
	clear: both;
}
.mainCont .sec.pageSec.newsContent .pager {
	text-align: center;
}
.mainCont .sec.pageSec.newsContent .pager li {
	display: inline-block;
	padding: 0;
	margin-left: 3px;
	box-shadow: 1px 2px 4px 0px rgba(119, 51, 0, 0.48);
	position: relative;
}
.mainCont .sec.pageSec.newsContent .pager li a span{
	background: url("../../img/sp/page/news_pager_bg.png") repeat left top;
    width: 29px;
    height: 28px;
    line-height: 28px;
	text-align: center;
	margin-left: 0;
	position: relative;
	display: block;
}
.mainCont .sec.pageSec.newsContent .pager li.prev a,
.mainCont .sec.pageSec.newsContent .pager li.next a{
	margin: 0;
	z-index: 1;
}
.mainCont .sec.pageSec.newsContent .pager li.prev a span ,
.mainCont .sec.pageSec.newsContent .pager li.next a span{
	background: url("../../img/sp/page/news_pager_bg.png") repeat left top;
    z-index: 1;
    width: 34px;
}
.mainCont .sec.pageSec.newsContent .pager li.prev a:before,
.mainCont .sec.pageSec.newsContent .pager li.next a:before{
	background: url("../../img/sp/page/news_pager_bg.png") repeat left top;
	box-shadow: 1px 2px 4px 0px rgba(119, 51, 0, 0.48);
	transform:rotate(-45deg);
   -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
	 content: "";
	 height: 20px;
	 width: 20px;
	 position: absolute;
	 top: 5px;
	 left: -10px;
	 z-index: 0;
}
.mainCont .sec.pageSec.newsContent .pager li.next a:before{
	left: inherit;
	right: -10px;
}
.mainCont .sec.pageSec.newsContent .pager li.cr a span,
.mainCont .sec.pageSec.newsContent .pager li.prev.cr a:before,
.mainCont .sec.pageSec.newsContent .pager li.next.cr a:before,
.mainCont .sec.pageSec.newsContent .pager li a:hover span,
.mainCont .sec.pageSec.newsContent .pager li.prev a:hover:before,
.mainCont .sec.pageSec.newsContent .pager li.next a:hover:before{
	background: url("../../img/sp/page/news_pager_cr_bg.png") no-repeat left top;
}

.mainCont .sec.pageSec.newsContent .detail {
	padding: 5px 7px;
}
.mainCont .sec.pageSec.newsContent .detail .catBox{
	top :-4px;
}
.mainCont .sec.pageSec.newsContent .detail h3 {
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	padding: 24px 0 18px;
	margin: 0 0 14px 0;
	background: url("../../img/page/news_detail_ttl_bd.png") repeat-x left bottom;
	background-size: 12px 8px;
}
.mainCont .sec.pageSec.newsContent .detail .date {
	position: relative;
	color: #9e3434;
	font-size: 12px;
	line-height: 17px;
	width: 78px;
	padding: 0 6px;
	text-align: center;
	margin: 0 auto;
	background: url("../../img/sp/page/news_detail_date_bg.png") no-repeat center top;
	background-size: 90px 17px;
	z-index: 2;
}
.mainCont .sec.pageSec.newsContent .detail .mainImg {
	position: relative;
	background: #f4f1e9;
	text-align: center;
	width: 252px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 24px 10px 18px 10px;
	margin: 0 auto 14px auto;
	z-index: 1;
	top : -8px;
}
.mainCont .sec.pageSec.newsContent .detail .mainImg:after {
	content: " ";
	position: absolute;
	width: 273px;
	height: 11px;
	background: url("../../img/sp/page/news_img_shadow.png") no-repeat left top;
	background-size: 273px 11px;
	bottom: -11px;
	left: 0;
}
.mainCont .sec.pageSec.newsContent .detail .mainImg img {
	height: 150px !important;
	width: auto !important;
}
.mainCont .sec.pageSec.newsContent .detail .body {
	font-size: 14px;
	margin: 0 10px;
}
.mainCont .sec.pageSec.newsContent .detail img {
	max-width: 100%;
	height: auto !important;
}
.mainCont .sec.pageSec.newsContent .detail .imgBox {
	text-align: center;
	margin: 10px 0;
}
.mainCont .sec.pageSec.newsContent .detail .img {
	padding: 5px;
	border: 1px solid #b7b5b2;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	display: inline-block;
	margin: 0;
}
.mainCont .sec.pageSec.newsContent .detail .caption {
	font-size: 12px;
	margin: 2px 0 0 0;
}
.mainCont .sec.pageSec.newsContent .detail .relateArticles{
	margin: 0 10px 16px 10px;
}
.mainCont .sec.pageSec.newsContent .detail .relateArticles h5{
	font-size: 13px;
	margin-bottom: 0;
}
.mainCont .sec.pageSec.newsContent .detail .relateArticles ul {
	margin: 0;
}
.mainCont .sec.pageSec.newsContent .detail .relateArticles li{
	font-size: 12px;
	list-style: disc outside;
	margin-left: 1.2em;
}
.mainCont .sec.pageSec.newsContent .detail .pdfItem {
	background: #fff3b9;
	padding: 12px 12px;
	font-size: 12px;
	margin: 0 10px 16px 10px;
}
.mainCont .sec.pageSec.newsContent .detail .pdfItem ul{
	margin: 0;
}
.mainCont .sec.pageSec.newsContent .detail .pdfItem li{
	margin: 0;
	background: url("../../img/page/news_icon_pdf.png") no-repeat 0 50%;
	background-size: 15.5px 15px;
	padding-left: 21px;
}

.mainCont .entry {
    padding: 90px 0 5px;
}
.mainCont .entry .entryCont {
    position: relative;
    width: 314.5px;
    margin: auto;
    padding: 5px 0 0;
    background: url("../../img/sp/page/other_entry_cont_bg.png") repeat-y 50% 0;
    background-size: 314.5px 7px;
}
.mainCont .entry .entryCont .entryBgHeader {
    position: absolute;
    top: -7px;
    left: 0;
    width: 314.5px;
    height: 7px;
    margin: auto;
    background: url("../../img/sp/page/other_entry_header_bg.png") no-repeat 50% 0;
    background-size: 314.5px 7px;
}
.mainCont .entry .entryCont .entryBgFooter {
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 314.5px;
    height: 7px;
    margin: auto;
    background: url("../../img/sp/page/other_entry_footer_bg.png") no-repeat 50% 0;
    background-size: 314.5px 7px;
}
.mainCont .entry .entryCont .entryTitle {
    width: 280px;
    margin: auto;
    padding-bottom: 1px;
    background: url("../../img/sp/page/other_ttl_bg.png") no-repeat 50% 100%;
    background-size: 280px 6px;
    text-align: center;
}
.mainCont .entry .entryCont .entryTitle img {
    height: 18px;
    width: auto;
}
.mainCont .entry .entryCont .cont {
    padding: 0 20px 5px;
    font-size: 100%;
}
.mainCont .entry .entryCont .cont .box {
    margin-bottom: 20px;
}
.mainCont .entry .entryCont .cont .box.dot {
    padding-left: 30px;
    background: url("../../img/sp/page/other_entry_box_bg.png") no-repeat 0 8px;
    background-size: 13px 13px;
}
.mainCont .entry .entryCont .cont .box.name {
    text-align: right;
    font-weight: bold;
}
.mainCont .entry .entryCont .cont .box h3 {
    height: 38px;
    padding-left: 25px;
    margin: 0 0 -10px;
    background: url("../../img/sp/page/other_ttl_sub_bg.png") no-repeat 0 6px;
    background-size: 280px 23px;
    font-size: 105%;
}
.mainCont .entry .entryCont .cont .box h3.br {
    height: 53px;
    background: url("../../img/sp/page/other_ttl_sub_bg_02.png") no-repeat 0 6px;
    background-size: 280px 40px;
}
.mainCont .entry .entryCont .cont .box .icon {
    margin: 0 5px 0 15px;
    font-size: 90%;
}
.mainCont .entry .entryCont .cont .box ul li h4 {
    margin-bottom: 0;
}
.mainCont .entry .entryCont .cont .box ul li p {
    margin-top: 10px;
    margin-left: 35px;
}
.mainCont .entry.contact .form table {
    display: block;
    width: 100%;
}
.mainCont .entry.contact .form table tbody {
    display: block;
    width: 100%;
}
.mainCont .entry.contact .form table tr {
    display: block;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #f5e6d3;
}
.mainCont .entry.contact .form table tr:after {
    clear: both;
    content: "";
    display: block;
}
.mainCont .entry.contact .form table tr:first-child {
    border-top: 1px solid #f5e6d3;
}
.mainCont .entry.contact .form table tr th,
.mainCont .entry.contact .form table tr td {
    display: block;
    width: 100%;
    padding: 4px 0 2px;
}
.mainCont .entry.contact .form table tr th {
    padding-left: 0;
    text-align: left;
    font-weight: bold;
}
.mainCont .entry.contact .form table tr td {
    display: block;
}
.mainCont .entry.contact .form table tr td input[type="text"],
.mainCont .entry.contact .form table tr td input[type="email"],
.mainCont .entry.contact .form table tr td input[type="tel"],
.mainCont .entry.contact .form table tr td textarea {
    border: 1px solid #eee;
}
.mainCont .entry.contact .form table tr td input[type="text"],
.mainCont .entry.contact .form table tr td input[type="email"],
.mainCont .entry.contact .form table tr td input[type="tel"] {
    height: 35px;
    line-height: 35px;
    padding: 0 5px;
    margin-right: 10px;
    margin-left: 0;
}
.mainCont .entry.contact .form table tr td input[type="radio"] {
    margin-right: 2px;
}
.mainCont .entry.contact .form table tr td select {
    max-width: 100%;
}
.mainCont .entry.contact .form table tr td textarea {
    padding: 5px;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mainCont .entry.contact .form table tr td input {
    max-width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mainCont .entry.contact .form table tr td ol {
    margin: 0;
    padding: 0;
}
.mainCont .entry.contact .form table tr td ol:after {
    clear: both;
    content: "";
    display: block;
}
.mainCont .entry.contact .form table tr td ol li {
    list-style: none;
    margin-bottom: 5px;
}
.mainCont .entry.contact .form table tr td ol li span {
    margin-right: 10px;
}
.mainCont .entry.contact .form table tr td .sex {
    margin: 0;
    padding: 0;
}
.mainCont .entry.contact .form table tr td .sex:after {
    clear: both;
    content: "";
    display: block;
}
.mainCont .entry.contact .form table tr td .sex li {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    margin-right: 5px;
}
.mainCont .entry.contact .form table tr td .must {
    font-size: 8;
}
.mainCont .entry.contact .mfp_buttons {
    margin-top: 30px;
}
.mainCont .entry.contact .mfp_buttons button {
    margin: 0;
}
.mainCont .entry.contact .mfp_buttons button#mfp_button_send {
    width: 130px;
    height: 44px;
    background: url("../../img/sp/page/btn_send.png") no-repeat 0 0;
    background-size: 100% auto;
    overflow: hidden;
    text-indent: -999px;
}
.mainCont .entry.contact .mfp_buttons button#mfp_button_cancel {
    width: 130px;
    height: 44px;
    background: url("../../img/sp/page/btn_edit.png") no-repeat 0 0;
    background-size: 100% auto;
    overflow: hidden;
    text-indent: -999px;
}
.mainCont .entry.contact .mfp_err {
    display: none;
    margin-top: 3px;
    margin-left: 2px;
    color: #f34a6f;
    font-size: 90%;
}
.mainCont .entry.contact .must {
    color: #f34a6f;
}
.mainCont .entry.contact .btns,
.mainCont .entry.contact .mfp_buttons {
    text-align: center;
    overflow: hidden;
}
.mainCont .entry.contact .btns ul,
.mainCont .entry.contact .mfp_buttons ul {
    margin-top: 30px;
}
.mainCont .entry.contact .btns ul li,
.mainCont .entry.contact .mfp_buttons ul li {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    margin: 0;
}
.mainCont .entry.contact .btns button,
.mainCont .entry.contact .mfp_buttons button {
    width: 130px;
    height: auto;
    padding: 0;
    background: none;
    border: 0;
    font-size: 0;
    line-height: 0;
    overflow: visible;
    cursor: pointer;
}
.mainCont .entry.contact .btns button img,
.mainCont .entry.contact .mfp_buttons button img {
    width: 130px;
    height: auto;
}
.mainCont .entry.contact .btns button:hover,
.mainCont .entry.contact .mfp_buttons button:hover {
    opacity: 0.7;
}
.footerPages {
    display: block;
    position: relative;
    margin-bottom: 40px;
    background: #fcf8f3;
    overflow: hidden;
}
.footerPages .footerPagesCont {
    position: relative;
    width: auto;
    margin: auto;
    padding: 0;
}
.footerPages .footerPagesCont:after {
    clear: both;
    content: "";
    display: block;
}
.footerPages .footerPagesCont .pages {
    width: 100%;
    padding-top: 1px;
    background: url("../../img/sp/cmn/footer_pages_border.png") repeat-x 0 0;
    background-size: 320px 3px;
}
.footerPages .footerPagesCont .pages h4 {
    background: url("../../img/sp/cmn/footer_pages_arrow.png") no-repeat 95% 50%;
    background-size: 16px 9px;
    margin: 0;
}
.footerPages .footerPagesCont .pages h4 a {
    display: block;
    padding-top: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
}
.footerPages .footerPagesCont .pages h4.active {
    background: url("../../img/sp/cmn/footer_pages_arrow_up.png") no-repeat 95% 50%;
    background-size: 16px 9px;
}
.footerPages .footerPagesCont .pages h4 img {
    height: 15px;
    width: auto;
}
.footerPages .footerPagesCont .pages ul {
    display: none;
    margin: 0 0 10px;
    padding-top: 15px;
    background: url("../../img/sp/cmn/footer_pages_border.png") repeat-x 0 0;
    background-size: 320px 3px;
}
.footerPages .footerPagesCont .pages ul.active {
    display: block;
}
.footerPages .footerPagesCont .pages ul li {
    margin-bottom: 5px;
    padding: 0 15px;
}
.footer {
    z-index: 10;
    display: block;
    position: relative;
    width: 100%;
    height: 120px;
    background: url("../../img/sp/cmn/footer_bg.png") repeat-x 50% 50%;
    background-size: 320px 120px;
}
.footer .footerCont {
    position: relative;
    width: auto;
    margin: auto;
    height: 120px;
}
.footer .footerCont .smb {
    position: absolute;
    top: -42px;
    left: 0;
    width: 100%;
    height: 42px;
    background: #b3905b;
}
.footer .footerCont .smb ul {
    margin-top: 10px;
}
.footer .footerCont .smb ul li {
    float: left;
    height: 20px;
    line-height: 20px;
    width: 33.33333%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
}
.footer .footerCont .smb ul li.fb {
    padding-right: 5px;
}
.footer .footerCont .nav {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 20px;
    text-align: center;
}
.footer .footerCont .nav li {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    height: 20px;
    line-height: 20px;
    margin: 0 5px;
    text-align: center;
}
.footer .footerCont .nav li img {
    height: 14px;
    width: auto;
}
.footer .footerCont .copy,
.footer .footerCont .address {
    width: 300px;
    position: absolute;
    left: 50%;
    margin-left: -150px;
    color: #fff;
    font-size: 9px;
    font-weight: normal;
    text-align: center;
    line-height: 1.4;
}
.footer .footerCont .copy {
    position: absolute;
    bottom: 42px;
}
.footer .footerCont .address {
    position: absolute;
    bottom: 12px;
}
.no-scroll {
    height: 100%;
    overflow: hidden;
}
.no-scroll .wrapper {
    height: auto !important;
    height: 100%;
    min-height: 100%;
    overflow-y: scroll;
}
.wrapper .modalLayer {
    display: none;
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    position: fixed !important;
    width: 100%;
    height: 100%;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}
.wrapper .modalLayer .modalWrap {
    z-index: 10;
    position: relative;
    width: auto;
    margin: 20px auto 0;
    padding-bottom: 5px;
}
.wrapper .modalLayer .modalWrap .modalCont {
    display: none;
    width: auto;
}
.wrapper .modalLayer .modalWrap .modalCont#modal01 {
    position: relative;
    height: 1731px;
    width: 314px;
    background: url("../../img/sp/page/about_modal_bg.png") no-repeat 50% 50%;
    background-size: 314px 1731px;
}
.wrapper .modalLayer .modalWrap .modalCont.modalKitchen {
    position: relative;
    width: 315px;
    background: url("../../img/sp/page/kitchen_modal_bg_middle.png") repeat-y 50% 5px;
    background-size: 315px 862.5px;
}
.wrapper .modalLayer .modalWrap .modalCont.modalKitchen .bgTop {
    position: absolute;
    top: 0;
    left: 0;
    height: 10px;
    width: 315px;
    background: url("../../img/sp/page/kitchen_modal_bg_top.png") no-repeat 50% 0;
    background-size: 315px 10px;
}
.wrapper .modalLayer .modalWrap .modalCont.modalKitchen .bgBottom {
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 10px;
    width: 315px;
    background: url("../../img/sp/page/kitchen_modal_bg_bottom.png") no-repeat 50% 0;
    background-size: 315px 10px;
}
.wrapper .modalLayer .modalWrap .modalCont .closeBtn {
    display: block;
    height: 47px;
    width: 240.5px;
    margin: auto;
    text-align: center;
}
.wrapper .modalLayer .modalWrap .close {
    position: absolute;
    top: -30px;
    right: 10px;
    cursor: pointer;
}
.wrapper .modalLayer .modalWrap .close img {
    width: 70px;
    height: auto;
}
.wrapper .modalLayer .bg {
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0;
    position: fixed !important;
    width: 100%;
    height: 100%;
    background: url("../../img/page/modal_bg.png") repeat 0 0;
    cursor: pointer;
}
/*-- ピン--*/
.pinWrap {
	position: relative;
	overflow: visible;
}
.pinWrap .pin{
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -10px;
}
.align-center {
    text-align: center;
}
.align-right {
    text-align: right;
}
.clear {
    clear: both;
}
.left {
    float: left;
}
.right {
    float: right;
}
.col_02 {
    width: 20%;
}
.col_03 {
    width: 30%;
}
.col_04 {
    width: 35%;
}
.col_05 {
    width: 50%;
}
.col_06 {
    width: 65%;
}
.col_07 {
    width: 70%;
}
.col_08 {
    width: 80%;
}
