/*
Theme Name: Designfolio
Theme URI: http://www.presscoders.com/designfolio
Description: A fully responsive portfolio theme for designers and creatives. Looks great on all devices (desktop, tablet, mobile phone)!
Version: 1.23
Author: PressCoders.com
Author URI: http://www.presscoders.com/
Tags: black, blue, brown, one-column, two-columns, three-columns, right-sidebar, left-sidebar, custom-colors, custom-background, custom-menu, editor-style, theme-options, threaded-comments, translation-ready, featured-images, full-width-template
License: GNU General Public License, Version 2 (or newer)
License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html

The Designfolio theme was designed and created by Scott Bolinger, and David Gwyer.
Please visit <a href="http://www.presscoders.com/">Press Coders</a> for more great WordPress themes and Plugins!
*/

/* Normalize CSS
-------------------------------------------------------------- */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }.att_list ul li
[hidden] { display: none; }

*        { margin: 0px; padding: 0px; font-size: 100%; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea {font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #ffff00; color: #000; text-shadow: none; }
::selection { background: #ffff00; color: #000; text-shadow: none; }

a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px dotted #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

dd { margin: 0 0 0 0px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic;vertical-align: bottom; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
/*button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }*/

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* Basic Setup
-------------------------------------------------------------- */

body {
width: auto;
height: auto;
font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif; font-size:14px;
font-weight: 300;
line-height: 1.625;
word-wrap: break-word;
}

#body-container {
overflow: hidden;
/*min-width: 400px;*/
}


:focus {
outline: 0;
}

.alignleft {
float: left;
margin: 0 20px 10px 0;
}

.alignright {
float: right;
margin: 0 0 10px 20px;
}

.padright {
padding-right:10px ;
}

.aligncenter {
display: block;
margin: 0 auto;
}

.clear {
clear: both;
}

.sticky {
visibility: visible;
}

.mt {
margin-top:15px ;
}


/*** Typography ***/


h1, h2, h3, h4 {
margin: 0 0 15px 0;
padding: 0;
font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
font-weight: bold;
}

h1 {
font-size: 34px;
line-height: 40px;
}

h2 {
font-size: 22px;
line-height: 30px;
}

h3 {
font-size: 18px;
}

h4 {
font-size: 14px;
}

h4.unkyu {
font-size: 18px;
}

th, a:link, a:visited, h1, h2, h3, .site-title, .page-title, .entry-title, .nivo-caption a, footer .pc_info_widget .phone, #container .pc_info_widget .phone, .comment-author {
color: #38556b;
}

a:hover {
color: #16628b;
text-decoration: none;
}

a {
text-decoration: underline;
}

em {font-style: italic;}

blockquote, .testimonial {
font-style: italic;
overflow: hidden;
}

blockquote {
padding-left: 15px;
margin: 15px;
font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
color: #777;
border-left: 1px dotted #777;
}

.testimonial {
margin: 15px 0;
}

.line {
clear: both;
height: 1px;
padding-top: 10px;
margin-bottom: 10px;
border-top: 1px dotted #eee;
}

.page-link {
margin-bottom: 10px;
clear: both;
}

.page-link a {
padding: 4px;
background: #eee;
border: 1px solid #ccc;
margin: 0 2px;
}

.page-link a:hover {
background: #fff;
}

.pink {
color: #eb287b;
}
.bold {
font-weight: bold;
}
.mark {
background: #fff7b9;
}


/*** Tables ***/


th,td {
padding: 8px;
}

th {
font-weight:bold;
text-align:center;
text-transform: uppercase;
}

p,fieldset,table {margin-bottom: 15px;}

.widget table#wp-calendar {
width: 100%;
}

/*** Lists ***/

ol {
list-style: decimal;
margin: 0 0 18px 1em;
}
ol li {
list-style: decimal;
}
ol ol {
list-style: upper-alpha;
}
ol ol ol {
list-style: lower-roman;
}
ol ol ol ol {
list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
margin-bottom: 0 !important;
}

ul ul li, ul ul ul li {
border-bottom: none !important;
}

ul {
margin: 0;
list-style: none;
padding: 0;
}



.content ul {
padding-left: 15px;
}

#container ul li ul li { border-bottom: none; }


/*** Boxes ***/

.box {
padding: 20px;
margin: 15px 0;
display: block;
overflow: hidden;
-moz-border-radius: 1em;
-webkit-border-radius: 1em;
border-radius: 1em;
}

.note, .warning, .alert, .error, .download {
font-size: 13px;
clear: both;
margin: 10px 0;
padding: 10px;
overflow: hidden;
}

.optin-error, .contact-error, .warning {
display: block;
background: #FFEBE8;
border: 1px solid #CC0000;
padding: 5px 8px;
color: #333;
text-align: left;
margin: 10px 0px;
}

.coupon {
background: #fafafa;
border: 2px dotted #ccc;
padding: 15px;
margin: 15px 0;
display: block;
overflow: hidden;
text-align: center; 
}

.couponcode {
font: bold italic 24px/28px Palatino,'Palatino Linotype',Georgia,serif;
color: #866f31;
}


/*** Images ***/


.post img {
margin-bottom: 9px;
}

.post .post-thumb {
margin-bottom: 10px;
overflow: hidden;
}

.post .post-thumb img {
margin: 0;
display: block;
}

p.wp-caption-text {
margin-bottom: 8px;
text-align: center;
font-size: 12px;
}

.gallery img {
margin: 10px;
}

.gallery .gallery-caption {
font-size: 12px;
}

.icon {
margin: 0 10px 0 0;
position: relative;
top: 10px;
}

.content img.noborder {
border: none;
}


/*** Forms ***/

textarea, input {
padding: 3px 5px;
}

.button, .btn, .post-edit-link {
margin-bottom: 10px;
}


.more-link {
margin-top: 10px;
}

.button:hover, .btn:hover, #searchsubmit:hover, #submit:hover, .submit:hover, .post-edit-link:hover, .more-link:hover {
text-decoration: none;
}


/* Layouts
-------------------------------------------------------------- */


/*** Right/Left Sidebar ***/

.right {
float: right;
}

.left {
float: left;
}

/*** Columns ***/

.twocollt {
float: left;
display: block;
width: 48%;
margin: 0 15px 5px 0;
}

.twocolrt {
display: block;
margin: 0 0 5px 0;
width: 48%;
float: right;
}

.threecollt {
float: left;
display: block;
width: 32%;
margin: 0 12px 5px 0;
}

.threecolmid {
display: block;
float: left;
width: 32%;
margin: 0 12px 5px 0;
}

.threecolrt {
display: block;
margin: 0 0 5px 0;
width: 32%;
float: right;
}

.one-col .content .threecollt {
margin-right: 20px;
}

/*** Column Shortcodes ***/

.one-half, .one-third, .two-thirds, .three-fourths, .one-fourth {
float:left;
margin-bottom:20px;
margin-right:4%;
position:relative;
}

.one-half {
width: 48%;
}

.one-third {
width: 30.66%;
}

.two-thirds {
width: 65.33%;
}

.one-fourth {
width: 22%;
}

.three-fourths {
width: 74%;
}

.last-col {
clear:right;
margin-right:0;
}

/* Header/Navigation
-------------------------------------------------------------- */

#header-container {
position: relative;
z-index: 90;
overflow: hidden;
}

#header-container header {
display: block;
clear: both;
max-width: 860px;
position: relative;
padding: 0;
margin: 0 auto;
}

#head_top {
overflow: hidden;
}

#head_top div{
  color: #666;
  padding: 2px 0px;
  font-size: 85.7%;
}

/* 新英語サイト用 */

.ib_left {
float: left;
}
#head_top div.ib_right {
float: right;
text-align:right ;
background-color:#009b63 ;
font-weight: bold;
font-size: 100%;
color:#FFFFFF ; 
}
.ib_right ul {
	display:inline;
}
.ib_right ul li {
	display:inline;
	margin-right:5px;
}
.ib_right ul#todays-events li span {
    font-size: 100%;
    font-weight: nomal;
}

/* 新英語サイト用 */

#logo-wrap {
float: left;
width:29% ;
margin: 0;
}

#site-title {
margin: 0;
max-width: 400px;
font-size: 36px;
line-height: 40px;
font-weight: bold;
text-shadow: 0 1px 1px rgba(0,0,0,.3);
}

#site-title a:hover {
text-decoration: none;
}

#site-title a span { 
display: visible; /* toggles to display:none; to hide site title text when replaced with logo */
}

#site-logo a {
max-width: 600px;
float: left;
overflow: hidden;
position: relative;
margin: 0 15px 5px 0;
}

#site-logo span {
display: none;
}

#site-logo a img {
display: inline-block;
vertical-align: middle;
}


/* Containers & Content
-------------------------------------------------------------- */

#container {
max-width: 860px;
padding: 0;
margin: 0 auto;
}

#before-content {
margin: 0;
padding: 0;
position: relative;
}

#contentwrap {
display: block;
padding: 0 7px 20px 7px;
margin: 15px auto 0;
position: relative;
}

#contentwrap:after {
clear: both;
}

.three-col-r .content, .three-col-l .content, .three-col-c .content {
overflow-y: hidden;
overflow-x: visible;
width: 39%;
padding-top: 30px;
}

.one-col .content {
padding-top: 30px;
}

#main-content {
margin-bottom: 15px;
}

#main-content img {
margin-bottom: 15px;
}

.sidebar-extra-margin-right {
margin-right:20px;
}

.sidebar-extra-margin-left {
margin-left:20px;
}

/*** Breadcrumbs ***/

.breadcrumb {
width: 100%;
margin: 15px auto 0;
display: block;
overflow: hidden;
}

.breadcrumb-trail {
display: block;
font-size: 12px;
padding: 0;
overflow: hidden;
float: left;
color: #777;
}

.breadcrumbs span a {
color: #555;
}

/* Posts
-------------------------------------------------------------- */

.post {
clear: both;
overflow: hidden;
position: relative;
margin-bottom: 15px;
}

.post-content {
padding-left: 0px;
}

.entry-content {
clear: both;
overflow: hidden;
position: relative;
}


/*** Titles ***/

.entry-title {
margin: 0 0 15px 0;
padding: 2px 0 0 0;
font-weight: bold;
font-size: 100%;
line-height: 140%;
}

.page-title {
padding: 0;
clear: both;
margin: 0 0 15px 0;
font-weight: bold;
font-size: 34px;
line-height: 40px;
}

.entry-title a:hover, .page-title a:hover {
text-decoration: none;
}

.widget-title {
font-size: 26px;
line-height: 30px;
}


/*** Post Meta ***/

.post-aside {
float: left;
width: 63px;
}

.post-date {
color: #666;
}

.social-btns {
width: 63px;
height: 150px;
}

.post-meta { 
font-size: 12px;
margin: -10px 0 10px 0;
display: block;
overflow: hidden;
}

.single-post .post-meta, .singular-page .post-meta {
margin-top: -8px;
}

.post-meta li {
display: inline;
float: left;
padding: 0;
}

.post-meta p {
margin-bottom: 0;
display: block;
margin-top: 3px;
float: left;
}

.post-meta .comments, .post-meta .tags {
padding-left: 5px;
}

p.author {
font-size: 12px;
font-style: italic;
padding-bottom: 10px;
text-align: center;
overflow: hidden;
}

p.author:after {
content: "";
display: block;
width: 20px;
height: 2px;
position: relative;
bottom: -10px;
left: 20px;
}

.bypostauthor {
visibility: visible;
}

.post-meta span.categories {
padding-right: 5px;
}

.edit-link {
display: block;
clear: both;
}

.tweetbtn {
display: block;
float: left;
}

.fblike {
display: block;
float: left;
}

.fb_edge_widget_with_comment {
position: absolute !important;
}

/*** Comments ***/

#comments {
padding: 15px;
background-color:#f3f3f3 ;
overflow: hidden;
}

#comments ol.commentlist {
margin: 0;
padding: 0 0 10px 0;
}

#comments ol.commentlist > li {
clear: both;
position: relative;
overflow: hidden;
list-style-type: none;
}
#comments ol {
list-style: none;
margin: 0 0 18px 1em;
}
#comments ol li {
list-style: none;
}

.comment-body {
padding: 0 15px;
margin-bottom: 30px;
position: relative;
width: 90%;
float: left;
margin-top: 0px;
}

/*.comment-body:before {
content: "";
width: 0;
height: 0;
border-top: 15px solid transparent;
border-bottom: 15px solid transparent; 
border-left: 15px solid #fff;
position: absolute;
right: -15px;
top: 12px;
}
*/

.comment-author {
text-align: center;
float: right;
font-size: 13px;
width: 15%;
margin-top: 30px;
}

.comment-author .avatar {
display: block;
margin: 0 auto;
}

.comment-author .fn {
clear: left;
display: block;
}

.comment-meta {
font-size: 11px;
padding: 10px 0;
position: relative;
}

ol.commentlist li ul.children { 
list-style: none; 
text-indent: 0;
clear: both;
}

ol.commentlist li ul.children li {
margin: 20px 0 20px 0;
background: none;
}

ol.commentlist li.pingback {
padding: 0 15px;
border-bottom: none;
font-size: 12px;
}

span.says {
display: none;
}

div.reply {
font-size: 11px;
margin-bottom: 10px;
display: inline;
}

div.reply a {
padding: 0;
}

.cancel-comment-reply a, .cancel-comment-reply-link {
display: none;
}

#respond {
width: 100%;
padding-bottom: 20px;
clear: both;
}

#respond textarea {
width: 96%;
}

#author, #email, #url, #comment {
font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 300;
line-height: 1.625;
padding: 3px 6px;
display: block;
clear: both;
}

.form-allowed-tags {
padding: 2px 3px;
font: normal normal normal 12px/22px "Trebuchet MS", Arial, Verdana, sans-serif;
display: none;
}

.nocomments {
display: none;
}

#comments .navigation {
height: 50px;
}

#comments .navigation .nav-previous {
float: left;
}

#comments .navigation .nav-next {
float: right;
}

/*** Contact Form ***/

.cffield, .cfsubmit, .cfcheckbox {
margin: 10px 0;
}

.cffield label {
clear: both;
}

.cffield textarea, .cffield input {
clear: both;
display: block;
margin: 5px 0;
}

.cffield input {
width: 50%;
max-width: 270px;
}

.cffield textarea {
width: 98%;
max-width: 600px;
height: 200px;
}

#cf_sendCopy {
margin-right: 5px;
}

/** Search Results **/

div .search-results {
font-weight: bold;
background-color: yellow;
}

.search-results .post-meta {
margin: 0;
}

.search-results .hentry {
margin: 15px 0;
border: none !important;
padding: 0;
}

/** 404 page **/

.search404 {
margin:0 auto;
width:300px;
}

.search404 #searchform #searchsubmit {
margin-left: 33%;
}


/* Widgets
-------------------------------------------------------------- */

/*** Widget Containers ***/

.sidebar-container {
overflow: visible;
width: 230px;
padding-top: 5px;
}

.sidebar-container .widget {
padding-bottom: 0px;
position: relative;
overflow: visible;
}

.widget {
margin: 0 0 15px 0;
}

.widget_search input[type="text"] {
margin: 5px 0;
}

#before-content .widget {
width: 100%;
margin: 30px auto 0 auto;
}


/** Header Widgets **/

#header-widget-area {
float: right;
margin: .5em 0;
clear: right;
}

#header-widget-area .widget {
border: none;
padding: 0x;
margin-bottom: 0;
}

/*** Info Box Widget ***/

.pc_info_widget {
display: block;
overflow: hidden;
}

header .pc_info_widget {
padding: 4px 10px;
max-height: 30px;
}

header .pc_info_widget h3.widget-title, header .pc_info_widget .info_description {
display: none;
}

header .pc_info_widget .search {
display: inline-block;
clear: none;
margin-left: 10px;
*display: inline;
zoom: 1;
}

header .pc_info_widget #searchform {
margin-top: 3px;
}

#header-widget-area .pc_info_widget #searchsubmit, #header-widget-area .pc_info_widget input[type="submit"] {
display: none;
}

header .pc_info_widget .phone {
margin-right: 10px;
font-weight: 500;
}

header .pc_info_widget .phone a {
position: relative;
top: 2px;
}

.pc_info_widget .phone a:hover {
text-decoration: none;
}

footer .pc_info_widget .phone, #container .pc_info_widget .phone {
clear: both;
display: block;
font-size: 18px;
margin-top: 3px;
overflow: hidden;
font-weight: 500;
}

.pc_info_widget .phone:before {
content: url(images/phone-icon.png);
position: relative;
bottom: 0;
float: left;
margin-right: 5px;
}

header .pc_info_widget .phone:before {
content: url(images/phone-icon.png);
bottom: -3px;
}

#container .pc_info_widget input[type="text"] {
clear: none;
float: left;
max-width: 130px;
}

footer .pc_info_widget input[type="text"] {
max-width: 180px;
}

#container .pc_info_widget #searchsubmit {
clear: none;
float: right;
margin: 3px 0 0;
}

#container .pc_info_widget .search {
display: block;
clear: both;
line-height: 30px;
overflow: hidden;
margin: 15px 0 10px 0;
}


/*** Testimonials Widget/Shortcode ***/

.pc_testimonial_widget .testimonial {
margin: 15px 0;
padding: 0;
}

.testimonial-name, .testimonial-company {
font: bold 14px/18px Palatino, Georgia, serif;
margin: 0 0 3px 0;
clear: left;
}

.testimonial-name {
margin-top: 10px;
}

.testimonial-meta {
width: 20%;
text-align: center;
overflow: hidden;
}

.footer-widget-container .testimonial-meta, .sidebar-container .testimonial-meta {
width: 99%;
clear: both;
padding-top: 15px;
}

.testimonial-meta img {
width: 50px;
height: 50px;
float: none;
margin: 0 auto;
display: block;
}

.quote {
background: #fff;
display: block;
margin: 0;
float: right;
width: 70%;
padding: 15px;
position: relative;
}

.quote:before {
content: "";
width: 0;
height: 0;
border-top: 15px solid transparent;
border-bottom: 15px solid transparent; 
border-right:15px solid #fff;
position: absolute;
left: -15px;
}

.quote p:last-child {
margin-bottom: 0;
}

/*** Recent Posts Widget ***/

.pc_recent_posts_widget ul, .pc_blog_style_recent_posts_widget ul {
margin: 0;
}

.pc_recent_posts_widget ul li, .pc_blog_style_recent_posts_widget ul li {
background: none !important;
padding: 2px 0 0 0;
margin: 15px 0 0;
}

p.read-more {
font-weight: bold;
}

/** Footer Widgets **/

footer .widget {
width: 23.4%;
float: left;
margin: 20px 0 20px 2.1%;
background: none;
border: none;
padding: 0;
}

footer .widget:first-child, footer .slider-wrapper:first-child {
margin-left: 0;
}

footer .widget-title {
font-size: 22px;
line-height: 26px;
background: none;
padding: 0 0 5px 0;
margin: 0 0 15px 0;
}

/* Content Slider
-------------------------------------------------------------- */

/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* FlexSlider Default Theme
*********************************/
/*.flexslider {margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1;}*/
.flexslider {padding-left: 2px; margin: 0; position: relative; zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

.pc_content_slider_widget {
clear: both;
}

#container .pc_content_slider_widget {
margin-bottom: 30px;
}

.flexslider .slides > li {
padding: 0;
background-image: none;
}

#container .flexslider ul {
margin-bottom: 0;
padding: 0 0 15px 0;
}

.slide-content {
position: relative;
padding: 2px 0;
}

ol.flex-control-nav {
position: relative;
bottom: 0;
max-width: 50%;
left: 68%;
}

ol.flex-control-nav li {
position: relative;
right: 50%;
float: left;
border-bottom: none;
list-style: none;
top: -8px;
z-index: 1;
}

ol.flex-control-nav li a {
margin: 2px;
text-indent: -999em;
display: block;
overflow: hidden;
text-decoration: none;
width: 8px;
height: 8px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

ol.flex-control-nav li a.flex-active {
width: 12px;
height: 12px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
}

ul.flex-direction-nav {
position: relative;
margin: 0;
}

ul.flex-direction-nav li {
background-image: none;
}

.flex-direction-nav li a {
position: absolute;
bottom: 0;
display: block;
width: 30px;
height: 30px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
text-indent: -999em;
}

.content .flex-direction-nav li a, .sidebar-container .flex-direction-nav li a {
bottom: -5px;
}

.flex-direction-nav a.flex-prev {
left: 0;
}

.flex-direction-nav a.flex-next {
right: 0;
}

.pc_content_slider_widget h2.slide-name {
font-size: 36px;
padding-left: 3px;
line-height: 40px;
}

h2.slide-name a:hover {
text-decoration: none;
}

.slide-featured-image {
margin-bottom: 15px;
}

/*** Slider in Before Content Area ***/

#before-content .flex-container {
padding: 0 10000px 0 10000px;
margin: 0 -10000px 10px -10000px;
position: relative;
}

#before-content .pc_content_slider_widget {
margin-top: 0;
}

#before-content .flexslider {
padding-top: 0;
}

#before-content .flex-direction-nav {
position: static;
}

#before-content .flex-direction-nav li a {
position: absolute;
top: -15px;
}

#before-content .flex-direction-nav a.flex-prev {
margin-left: 10000px;
}

#before-content .flex-direction-nav a.flex-next {
margin-right: 10000px;
}

#before-content ol.flex-control-nav {
position: absolute;
left: 50%;
max-width: 70%;
top: 0;
}

#before-content .flexslider ul {
padding-bottom: 0;
}

/*** Slider in Footer ***/

#footer-widget-area .flex-container ul li {
border-bottom: none;
}

#footer-widget-area ol.flex-control-nav {
display: none;
}

#footer-widget-area ul.flex-direction-nav {
margin-top: 25px;
}

/* Portfolio
-------------------------------------------------------------- */

#pc-portfolio {
clear: both;
overflow: hidden;
}

.page-template-portfolio-page-php ul#filters {
padding: 0;
margin: 5px 0;
}

.page-template-portfolio-page-php ul#filters li {
display: inline-block;
border: none;
background: none;
padding: 0;
margin: 2px;
}

#pc-portfolio ul {
margin: 0;
padding: 0;
clear: both;
}

#pc-portfolio ul li {
display: block;
float: left;
margin: 15px 7px;
padding: 0;
background: none;
overflow: visible;
}

#pc-portfolio .excerpt {
text-align: center;
margin-top: 0;
font-size: 14px;
}

.portfolio-large ul li {
max-width: 466px;
height: 335px;
}

.portfolio-medium ul li {
max-width: 306px;
height: 300px;
}

.portfolio-small ul li {
max-width: 230px;
height: 255px;
}

.one-col .portfolio-small ul li {
max-width: 225px;
}

.three-col-r .content .portfolio-small ul li, .three-col-l .content .portfolio-small ul li, .three-col-c .content .portfolio-small ul li {
max-width: 170px;
}

.three-col-r .content .portfolio-large ul li, .three-col-l .content .portfolio-large ul li, .three-col-c .content .portfolio-large ul li {
max-width: 360px;
height: 295px;
}

#pc-portfolio .featured-image {
border: 2px solid #ccc;
}

#pc-portfolio .featured-image:hover {
opacity: .8;
}

#pc-portfolio h3.portfolio-title {
text-align: center;
margin: 10px 0;
line-height: 22px;
}


/* Footer
-------------------------------------------------------------- */

footer {
clear: both;
overflow: hidden;
zoom: 1;
display: block;
}

.footer-widget-container {
width: 100%;
overflow: hidden;
}

.footer-widget-container .inside, #site-info {
max-width: 860px;
width: 100%;
margin: 0 auto;
display: block;
}

#site-info {
padding: 10px 0;
font-size: 14px;
}

#site-info .copyright {
float: left;
max-width: 400px;
}

#site-info .pc-link {
float: right;
max-width: 400px;
}

a.wp-link {
background-image: url(api/images/icons/wp-logo-16px.png);
width: 16px;
height: 16px;
display: inline-block;
text-indent: -999em;
overflow: hidden;
background-repeat: no-repeat;
text-align: left;
direction: ltr;
opacity: .7;
}

a.wp-link:hover {
opacity: 1;
}


/* CSS3 Effects
-------------------------------------------------------------- */

/*.note, .warning, .alert, .error, .download, textarea, input, .comment-body, li.pingback, .pc_opt_in, .twtr-widget .twtr-tweet, .optin-error, .contact-error, .quote, .avatar {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}*/

/*** Buttons ***/

/*.defaultbtn, .button, .btn, #searchsubmit, #submit, .submit, .post-edit-link, .more-link, input[type="submit"], ul#filters li a {
text-shadow: 0 1px 1px rgba(0,0,0,.3);
-webkit-border-radius: 1em;
-moz-border-radius: 1em;
border-radius: 1em;
font-weight: bold;
padding: 0.5em 1.5em;
}

.big {
font-size: 18px;
}
*/

/*** Button Color Classes ***/

/* Orange (default) */
.orange {
   background: #bd6208;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #ffffff;
   text-decoration: none;
   vertical-align: middle;
}
.orange:hover {
   background: #d27315;
   color: #fafafa;
}
.orange:active {
   background: #9d5106;
   color: #edd1b6;
}

/* black */
.black {
   background: #000;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #ffffff;
   text-decoration: none;
   vertical-align: middle;
}
.black:hover {
   background: #333;
}
.black:active {
   background: #000;
   color: #ccc;
}
 
/* gray */
.gray {
   background: #777;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #ffffff;
   text-decoration: none;
   vertical-align: middle;
}
.gray:hover {
   background: #999;
}
.gray:active {
   background: #777;
   color: #ccc;
}
 
/* white */
.white {
   color: #333333 !important;
   background: #fafafa;
   text-decoration: none;
   vertical-align: middle;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
}
.white:hover {
   background: #fff;
   color: #333333 !important;
}
.white:active {
	color: #000 !important;
	background: #ededed;
}
 
/* red */
.red {
   background: #990000;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #ffffff;
   text-decoration: none;
   vertical-align: middle;
}
.red:hover {
   background: #b61818;
}
.red:active {
   background: #840202;
   color: #e5b5b5;
}
.tx_red {
   color: #e60012;
}

/* blue */
.blue {
   color: #d9eef7;
   background: #0095cd;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   text-decoration: none;
   vertical-align: middle;
}
.blue:hover {
	background: #007ead;
}
.blue:active {
	color: #80bed6;
	background: #0078a5;
}
 
/* green */
.green {
   color: #e8f0de;
   background: #64991e;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   text-decoration: none;
   vertical-align: middle;
}
.green:hover {
	background: #538018;
}
.green:active {
	color: #a9c08c;
	background: #4e7d0e;
}

/* yellow */
.yellow {
   background: #bca509;
   color: #ffffff;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   text-decoration: none;
   vertical-align: middle;
}
.yellow:hover {
   background: #cab313;
}
.yellow:active {
   background: #bca509;
   color: #dcd4a0;
}


/*** Box Color Classes ***/


.defaultbox {
background: #fff;
}

.greenbox {
background: #e6f8ed;
}

.bluebox {
background: #ecf3fb;
}

.redbox {
background: #fde2e3;
}

.yellowbox {
background: #fcfadd;
}

/* Non-semantic helper classes
-------------------------------------------------------------- */

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
/* Clearfix hack */
.cf:before,
.cf:after {
content:"";
display:table;
}

.cf:after {
clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
zoom:1;
}

/* IE Fixes
-------------------------------------------------------------- */

.ie7 .comment-body {
padding-top: 15px;
}

.ie7 .pc_content_slider_widget, .ie7 flexslider, .ie7 .flex-container, .ie7 #container .flexslider ul {
overflow: hidden !important;
zoom: 1;
display: block;
position: relative;
}

.ie7 #before-content .flex-direction-nav li a {
top: 0;
}

.ie7 #before-content ol.flex-control-nav {
top: 5px;
}

.ie7 #before-content .slide-content {
margin-top: 15px;
}

.ie7_anon, .ie7_class26 {
display: none !important;
}

.ie7 .content .flex-direction-nav li a, .ie7 .sidebar-container .flex-direction-nav li a {
bottom: 13px;
}

.ie7 .content ol.flex-control-nav, .ie7 .sidebar-container ol.flex-control-nav {
bottom: -10px;
}

.ie7 .page-template-portfolio-page-php ul#filters li {
display: block;
float: left;
}

.ie7 header .pc_info_widget .search {
display: none;
}

.ie7 p.author:after {
content: "";
display:none;
}

.ie8 header .pc_info_widget .search {
max-width: 100px;
display: inline;
float: right;
}

.ie8 header .pc_info_widget .sm-icon {
height: 30px;
width: 30px;
display: inline;
float: left;
}

.ie8 header .pc_info_widget .phone {
float: left;
}



/*-------------------------------------------*/
/*	#topPr
/*-------------------------------------------*/

#topPr h3			{ margin:0px 0px 15px;line-height:120%;font-size:16px; padding:0; border:none;background:url(images/line_grd.png) left bottom repeat-x;padding-bottom:3px;box-shadow:none; }
#topPr h3 a			{ display:block; text-decoration:none;color:#333;  padding:3px 0 8px 0;border-bottom:2px solid #cccccc; }
#topPr h3 a:hover	{ color:#cccccc; text-decoration:none; }
#topPr p a	{ display:block; text-decoration:none;line-height:16px;color:#333;}
#topPr a:hover	{ text-decoration:underline; }
#topPr p.topPrDescription	{ margin-bottom:0px; font-size:14px;line-height:120%; padding:0px; }
#topPr .prImage img.imageSmall	{ display:block;}
#topPr .topPrTxtBox	{ display:block; overflow:hidden; }
#topPr .topPrDescription a:hover	{color:#cccccc;}


/* =  @custom
----------------------------------------------- */

.fl_left {
float: left;
margin: 0px 5px 0px 0px ;
}

.fl_right {
float: right;
margin: 0px 0px 0px 5px ;
}

/* =  custom header
----------------------------------------------- */

#header-container {

}

#logo-wrap p {
padding: 5px 0 0 0;
margin: 0;
font-size: 12px;
color: #666666;
}

#logo-other {
float: left;
width:190px ;
margin: 10px 0px 0px 0px ;
}

.head-right {
float: right;
width:70% ;
margin: 0px 0px 10px 0px ;
text-align:right;
}

.head-right ul li {
display:inline;
margin: 0px 0px 0px 3px ;
}

.head-right ul.for_pc li img{
width: 11.5%;
}
.head-right ul.for_pc li.sns img{
width: 7%;
}
.head-right ul.underpages li img{
width: 19%;
}

.head-right .hr_u{
text-align:right ;
margin: 10px 3px 0px 0px ;
}
.head-right .hr_u  ul li{
padding-left:10px;
}
.head-right .hr_u img.lang{
width: 20%;
}
.head-right .hr_u img.namco{
width: 16.5%;
}
.head-right .hr_u img.fb{
width: 10.5%;
}
.head-right .hr_u img.tw{
width: 11.5%;
}
.head-right .hr_u {
vertical-align:middle ;
}
.head-right .hr_u li img {
vertical-align:middle ;
}


/* = 英語用 */

.head-right.eng_logo {
float: right;
width:45% ;
margin: 0px 0px 10px 0px ;
}

.head-right.eng_logo ul li {
display:inline;
margin: 0px 0px 0px 3px ;
}

.head-right.eng_logo ul.for_pc li img{
width: 19%;
}
.head-right.eng_logo ul.underpages li img{
width: 19%;
}

.head-right.eng_logo .hr_u{
text-align:right ;
margin: 10px 3px 0px 0px ;
}
.head-right.eng_logo .hr_u  ul li{
padding-left:10px;
}
.head-right.eng_logo .hr_u img.lang{
width: 20%;
}
.head-right.eng_logo .hr_u img.namco{
width: 16.5%;
}
.head-right.eng_logo .hr_u img.fb{
width: 10.5%;
}
.head-right.eng_logo .hr_u img.tw{
width: 11.5%;
}
.head-right.eng_logo .hr_u {
vertical-align:middle ;
}
.head-right.eng_logo .hr_u li img {
vertical-align:middle ;
}

/* = 営業時間・天気 */


.head_info{
background-color:#FFFFFF ;
margin: 0px auto 10px;
width:90%;
border-radius: 8px;
display:flex;
-webkit-box-pack:justify;
-ms-flex-pack:justify;
justify-content:space-between;
flex-wrap:wrap;
border:2px solid #8cd1f9;
}
.head_info img{
vertical-align:middle;
}
.head_info div{
padding:5px 10px;
}
.head_info div.pad{
padding:8px 5px 5px;
}
.head_info div:first-child{
	background-color:#0068b7;
	color: #FFF;
	font-size:110%;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	padding:8px 10px 5px;
}
.head_info div span{
	margin-left:10px;
}
.head_info div span.head_title{
	color:#03a2fe;
}
.head_info div span.eigyo:after {
    margin-left: 0.3em;
    font-family: FontAwesome;
    content: "\f017";
    color:inherit;
}
.head_info div span.tenki:after {
    margin-left: 0.3em;
    font-family: FontAwesome;
    content: "\f058";
    color:inherit;
}
.head_info div span.head_title {
	
}
.head_info div.pad ul{
	float:right;
	margin-top:1px;
}
.head_info div.pad ul li{
	display:inline;
}
.head_info div.pad ul li span{
    font-size: 100%;
    font-weight: nomal;
}

.headline {
	text-align:center;
	color:red;
	width:90%;
	margin:0 auto;
}
.headline p {
	background-color: rgba(255,241,0,0.7);
	font-size: 18px;
	padding: 5px 0;
}
.headline p:before {
    margin-left: 0.3em;
    font-family: FontAwesome;
    content: "\f05a";
    color:inherit;
}

/* =  custom footer
----------------------------------------------- */

#footer {
text-align: left;
margin: 0px;
padding: 20px 0px 20px;
display: block;
overflow: hidden;
background: #093e64;
}

#footer a, 
#footer a:hover{
color:#FFFFFF ;
}

#footerInner {
	overflow: hidden;
}

#fi_left ul {
	margin:0 auto;
}

#fi_left ul li {
	display:inline;
	padding-left:1.3%;
	font-size:12px ;   
}
#fi_left{
width:100% ;
text-align:center;
background: #093e64;
padding:10px 0;
}
#footerInner #foot_bn {
margin: 20px 0px 0px 0px ;
vertical-align:middle ;
}
#footerInner ul#foot_bn li img {
vertical-align:middle ;
width:23% ;
}
#footerInner ul#foot_bn li {
	display:inline;
	padding-left:1.3%;
	font-size:16px ;   
}
#footerInner #foot-bandai {
width:15% ;
float: right;
text-align:right ;
}
#footerInner #foot-bandai img {
width:60% ;
margin: 10px 10px 0px 0px ;
}
ul.foot_sns {
    margin: 15px 0px 0px 0px;
	text-align: right;
}
ul.foot_sns li {
    display: inline;
    margin: 0px 0px 0px 5px;
}
ul.foot_sns li.sns img{
width: 43px;
}
#siteBottom {
	background-image:url(images/foot_line.png) ; 
	background-repeat:repeat-x ;
	background-position: left top ;
	background-color: #093e64;
}

#siteBottomInner {
text-align: center;
	font-size:11px ;  
	color:#FFFFFF ; 
	padding: 10px 0 ;
}

#foot_group {
background: url(images/hana/foot_bandai_02.jpg) repeat-x center center;
text-align:center ;
}
#foot_group ul {
	margin:0 auto 5px;
}
#foot_group ul li {
	display:inline;   
}

/* =  custom sidebar
----------------------------------------------- */
.side_wrap {
width:100% ;
box-shadow: 0px 1px 2px rgba(0,0,0,0.25);
margin: 10px 0px 0px 0px ;
}

#side-info_wrap {
line-height:0;
}
#side-info {
background: url(images/hana/side-info_02.png) repeat-y top center;
-webkit-background-size: 100% auto;
background-size: 100% auto;
line-height:100%;
}
#side-info #si_cont{
text-align:center ;
width:93% ;
margin: 0 auto;
padding: 0 0 10px ;
}
#side-info #si_cont .si_econt{
padding: 10px 0 ;
width:95% ;
margin: 0px auto 10px;
background-color:#FFFFFF ;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
box-shadow: 0 0 0 1px #f6ad56 inset;
-moz-box-shadow: 0 0 0 1px #f6ad56 inset;
-webkit-box-shadow: 0 0 0 1px #f6ad56 inset;
}
#side-info #si_cont .si_econt p{
margin: 5px 0 10px;
}
#side-info #si_cont .bhour{
/*height:30px ;
overflow: hidden;*/
}
#si_cont_bt{
vertical-align: top;
margin: -15px 0 0;
}
ul#todays-events li p{
font-size: 108%;
line-height:160% ;
margin-bottom: 5px;
}
.si_econt ul#todays-events li span{
font-size: 120%;
font-weight: bold;;
}
.event_today {
/*background: url(images/bullet.png) no-repeat center left;*/
margin: 0px 0px 0px 0px ;
}
#side-info_wrap .widget {
  margin: 0 0 5px 0;
}


.side_bn {
width:100% ;
text-align:center ;
margin: 15px 0 0;
}
.side_bn img{
width:100% ;
}
.side_bn ul li {
padding: 0px 0px 10px 0px ;
}
ul.side_bn {
width:100% ;
text-align:center ;
margin: 15px 0 0;
}
ul.side_bn li {
padding: 0px 0px 10px 0px ;
}

/* = custom page
----------------------------------------------- */

.center {
text-align:center ;
}

.marker {
background-color:#fff67f ;
font-weight:bold ;
}

.breadcrumbs {
margin: 20px 0 0 ;
}

.page-title {
  padding: .5em .75em;
  background-color: #f6f6f6;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 140%;
  color:#000000;
}
.page-title:before {
    margin-right: 0.3em;
    font-family: FontAwesome;
    content: "\f0c9";
    color:inherit;
}
.sub-title {
font-size: 13px;
color: #666666;
padding-bottom: 12px;
font-family:"ヒラギノ丸ゴ Pro W4",ヒラギノ丸ゴ Pro W4, Hiragino Maru Gothic Pro, Osaka, "ＭＳ ゴシック", sans-serif;
letter-spacing: 0.15em;
text-align:center ;
}
.page_lead_wrap {
width:99.7% ;
background-color:#EBEBEB ;
padding:10px 0;
border-width:0px 1px 1px 1px ;
border-style:solid ; 
border-color:#D6D6D6 ;
}
.page_lead {
width:95% ;
background-color:#FFFFFF ;
margin: 0 auto;
box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
padding:5px ;
}

.title_area {

}

.post .title_area {
	margin: 0 0 20px 0;
}

h1.post-title {
margin:0 0 4px 0;
font-size: 22px;
font-weight: bold;
  padding: 15px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
h1.post-title:before {
    margin-right: 0.3em;
    font-family: FontAwesome;
    content: "\f1ea";
    color:inherit;
}

.page-sub_area {
background: #FDFDFD;
background: -moz-linear-gradient(center top, #FDFDFD 0%,#EFEEEE 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FDFDFD),color-stop(1, #EFEEEE));
background: linear-gradient(to bottom, #EFEEEE, #FDFDFD); 
-moz-border-top-left-radius: 5px;
-webkit-border-top-left-radius: 5px;
border-top-left-radius: 5px;
-moz-border-top-right-radius-: 5px;
-webkit-border-top-right-radius: 5px;
border-top-right-radius: 5px;
border-bottom:2px solid #8D5939 ;
margin: 25px 0 15px 0;
}

h2.page-sub {
font-size: 26px;
margin: 0 0 0 5px;
color: #333333;
text-align:left ;
padding: 12px 0px 10px 5px;
font-weight: normal;
font-family:"ヒラギノ丸ゴ Pro W4",ヒラギノ丸ゴ Pro W4, Hiragino Maru Gothic Pro, Osaka, "ＭＳ ゴシック", sans-serif;
}
/*
h2.page-sub {
font-size: 26px;
margin: 0 0 0 5px;
color: #333333;
text-align:left ;
background: url(images/hana/titbg.png) no-repeat center left ;
-webkit-background-size: 5% auto;
background-size: 5% auto;
padding: 12px 0px 10px 6% ;
font-weight: normal;
font-family:"ヒラギノ丸ゴ Pro W4",ヒラギノ丸ゴ Pro W4, Hiragino Maru Gothic Pro, Osaka, "ＭＳ ゴシック", sans-serif;
}
*/

.cont_title01 {
margin-top:30px ;
font-size: 22px;
min-height:45px ;
padding: 5px 0px 0px 20px;
font-weight: bold;
color: #045586;
	background-image:url(images/post_title_l.png) ; 
	background-repeat:no-repeat ;
	background-position: left top ;
}
.cont_title02 {
font-size: 19px;
height:30px ;
padding: 2px 0px 0px 17px;
margin-top:20px ;
font-weight: bold;
color: #cccccc;
background: url(images/post_subtitle.png) left top no-repeat;
}
.cont_title03 {
font-size: 14px;
height:26px ;
padding: 2px 0px 0px 17px;
color: #DC8312;
background: url(images/post_subsubtitle.png) left top no-repeat;
margin: 0px 0px 10px 0px ;
}

.link_area {
text-align:right ;
font-size: 13px;
margin: 0px 0px 40px 0px ;
}
.to_link {
background: url(images/link_ar.png) left center no-repeat #F2F2F2;
padding: 5px 5px 5px 30px;
}

.page_red {
font-weight: bold;
color: #CF001C;
}

table.table03 {
width: 100%;
border-collapse: separate;
margin: 20px auto;
padding: 0;
border-spacing: 2px;
border-color: gray;
}
table.table03 td {
font-size: 14px;
line-height: 150%;
padding: 10px 5px 5px 10px;
color: #333333;
border: solid 1px #C9D7D8;
}
table.table03 td.item03b {
font-size: 12px;
background-color: #298EBC;
color: #FFFFFF;
text-align: center;
padding: 10px 5px 5px 5px;
}
table.table03 td.item03c {
font-size: 12px;
background-color: #eb1539;
color: #FFFFFF;
text-align: center;
padding: 10px 5px 5px 5px;
}
table.table03 td.item03d {
font-size: 12px;
background-color: #fbd368;
color: #5a5a5a;
text-align: center;
padding: 10px 5px 5px 5px;
}
table.table03 td.en {
padding: 5px 0 5px 0;
text-align: center;
font-size: 18px;
}




/* form */

.cyu {
font-size:12px ;
padding: 10px 0;
}
.redt {
color: #CF001C;
}

.inquiry_form ul.btn_area .left {
float: left;
}

.inquiry_form ul.btn_area .right {
float: right;
}



/* =  custom top
----------------------------------------------- */

#top-news_wrap {
line-height:0;
margin: 20px 0 0;
}
#top-news {
background: #81644E;
/*background: -moz-linear-gradient(center top, #FDFDFD 0%,#EFEEEE 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FDFDFD),color-stop(1, #EFEEEE));
background: linear-gradient(to bottom, #95663a, #653f1c); */
}
#top-news_wrap #top-news-bg{
background: #FFFFFF;
width:95% ;
margin: 0 auto;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
#top-news #tn_cont{
padding: 20px 0 0 ;
width:95% ;
margin: 0 auto;
}
#tn_cont_bt{
vertical-align: top;
margin: -5px 0 0;
}

/* タブ仕様 */

.tabContent #top-news {
background: #81644E;
padding: 10px 0;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.tabContent #top-news-bg{
background: #FFFFFF;
width:95% ;
margin: 0 auto;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.tabContent #top-news #tn_cont {
    padding: 0;
    width: 95%;
    margin: 0 auto;
}
.tabContent #top-news #tn_cont .topic_title {
    padding: 10px 0px 5px 1%;
}

.tabContent #top-tw {
background: #2ca7e0;
padding: 10px 0;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.tabContent #top-tw-bg{
background: #FFFFFF;
width:95% ;
margin: 0 auto;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.tabContent #tw_cont {
    padding: 0;
    width: 95%;
    margin: 0 auto;
	text-align:center;
}
.tabContent #top-fb {
background: #3b579d;
padding: 10px 0;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.facebook-wrapper {
    max-width: 500px;
    margin: 0 auto;
}
.facebook-wrapper > .fb-page {
    width: 100%;
}
.facebook-wrapper > .fb-page > span,
.facebook-wrapper iframe {
    width: 100% !important;
}

#top_content ul.tab,
#hanap ul.tab {
    list-style: none;
}
#top_content ul.tab li,
#hanap ul.tab li {
    float: left;
    margin-right: 10px;
    color: #666;
    cursor: pointer;
}
#top_content ul.tab li:hover,
#hanap ul.tab li:hover {
    color: #FF0000;
}
#top_content ul.tab li.active,
#hanap ul.tab li.active {
    color: #fff;
}
#top_content div.tabContent,
#hanap div.tabContent {
    clear: both;
    padding: 0px;
    width: 100%;
    display: none;
}
#top_content div.active,
#hanap div.active {
    display: block;
}
#top_content ul.tab img,
#hanap ul.tab img{
    width: 100%;
}

.timeline-Tweet-text {
    font-size: 12px;
    line-height: 24px;
    font-weight: 300;
}

/* タブ仕様ここまで */

.top_leftbn{
	width:100% ;
	margin: 5px auto 10px ;
}
.top_leftbn ul {
  padding-left: 0px;
  background-color:#7f634d ;
  border-radius: 10px;
}
.top_leftbn ul li{
	display:inline;
}
.top_leftbn ul li img{
	width:50% ;
}


.topic_title{
font-family:"ヒラギノ丸ゴ Pro W4",ヒラギノ丸ゴ Pro W4, Hiragino Maru Gothic Pro, Osaka, "ＭＳ ゴシック", sans-serif;
border-bottom:1px solid #666666;
padding: 10px 0px 10px 1% ;
margin: 0px 0px 5px 0px ;
clear: both;
color:#40210F ;
font-weight:bold ;
font-size:20px ;
/*background: url(images/hana/news_icon.png) no-repeat top left;
-webkit-background-size: 10% auto;
background-size: 10% auto;*/
}

.top_news{
overflow-y: scroll;
height:150px ;
width:100% ;
margin: 0px 0px 25px 0px ;
}

.topics{
overflow-y: scroll;
height:280px ;
width:100% ;
padding: 0px 0px 15px 0px ;
/*padding:10px ;
	border-width:0px 1px 1px 1px ;
border-style:solid ; 
border-color:#CCCCCC ;
-moz-border-radius:0 0 5px 5px ;
-webkit-border-radius:0 0 5px 5px;
border-radius:0 0 5px 5px;  */
}
ul.top_event{
	width:100% ;
	line-height:180% ; 
	margin: 5px auto 10px ;
	padding:0 ;
}
ul.top_event li{
	background: url(images/hana/topevent_icon.png) no-repeat 0px 7px;
	padding: 3px 0px 3px 25px ;
}
dl.column{
	width:100% ;
	line-height:180% ; 
	margin: 5px auto 40px ;
	overflow: hidden;
}
dl.column dt{
	float: left;
	clear: both;
	width:25% ;
	background: url(images/news_ar.png) no-repeat;
	background-position: 0 40% ;
	padding: 0px 0px 0px 10px ;
}
dl.column dd{
	float: left;
	width:70% ;
	padding: 0px 0px 0px 0px ;
}
.weather{
overflow: hidden;
width:100% ;
margin: 15px auto 0;
text-align:center ;
}
.weather img{
padding: 10px 0px ;
}
.weather p{
float: left;
padding: 0px 5px 0px 5px ;
}


.moreLink a:hover {
color: #fff;
text-decoration: none !important;
background: url(images/arrow_wh_s.png) right bottom no-repeat #666;
}

.moreLink a {
text-align: center;
margin-top: 15px;
display: inline-block;
overflow: hidden;
font-size: 11px;
line-height: 105%;
text-decoration: none;
background-image:url(images/arrow_bk_s.png) ; 
background-repeat:no-repeat ;
background-position: right bottom ;
background-color:#efefef ;
color: #333;
border-left: 4px solid #cccccc;
padding: 5px 15px 5px 11px;
box-shadow: 0px 1px 2px rgba(0,0,0,0.25);
}

.search input[type="text"], .widget_search input[type="text"]{
background: #f9f9f9;
border: 1px solid #ccc;
padding: 2px;
font-size: 12px;
box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}

#container .infoList .infoListBox div.entryTxtBox h4.entryTitle {
border-top: none;
margin: 0px 0px 10px;
padding: 0px 0px 10px;
display: block;
line-height: 120%;
font-size: 114.3%;
}

.infoCate {
color: #666;
}

.infoCate a {
color: #666;
margin-right: 4px;
background-color: #efefef;
padding: 1px 5px 2px;
position: relative;
border: 1px solid #e5e5e5;
top: -2px;
}

#maintab {
	margin: -5px 0px 0px 0px ;
	background-color:#FADBDA ;
	border:1px solid #F4B3B0 ;
}
#maintab ul{
	margin: 10px auto 7px auto;
	width:100% ;
}
#maintab ul li{
	display:inline;
}
#maintab ul li img{
	padding-left:3px ;
	width:19% ;
}


/*footer*/

#foot_wrap {
width: 100%;
background: #093e64;
}

.footerSection {
max-width: 1000px;
padding: 0;
margin: 0 auto;
overflow: hidden;
clear: both;
}
.footerSection .innerBox {
    width: 1000px;
}
#pagetop {
display: block;
overflow: hidden;
clear: both;
z-index: 5;
margin: 20px 0 0 0 ;
}
#pagetop_st {
display: block;
overflow: hidden;
clear: both;
z-index: 5;
margin: 0 ;
background: url(images/hana/st/st_bg.jpg) repeat top center;
}
#pagetop a:hover,
#pagetop_st a:hover {
background: url(images/icon_arrow_top_gry.png) 7px center no-repeat #cccccc;
color: #FFF;
}

#pagetop a,
#pagetop_st a {
color: #fff;
background: url(images/icon_arrow_top_gry.png) 7px center no-repeat #093e64;
float: right;
display: block;
position: relative;
padding: 6px 15px 5px 25px;
font-size: 11px;
text-decoration: none;
margin-bottom: 0px;
font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
letter-spacing: 1px;
-moz-border-left-radius: 3px;
-webkit-border-left-radius: 3px;
border-radius: 5px 5px 0 0 / 5px 5px 0 0;
}

.foot_bns{
margin:15px 0;
}
.foot_bns ul{
display:flex;
-webkit-box-pack:justify;
-ms-flex-pack:justify;
justify-content:space-between;
flex-wrap:wrap;
}
.foot_bns ul li{
	width:15%;
}
.foot_bns ul li img{
	width:100%;
}

/* =  custom footer
----------------------------------------------- */

#footer {
text-align: left;
margin: 0px;
padding: 0px;
display: block;
overflow: hidden;
background-color: #0b5082;
color: #FFFFFF;
border-top: 4px #a674b0;
clear:both;
}

#footer .container {
width:1000px ;
margin: 0 auto;
font-size: 13px;
overflow:hidden;
}
#footer .container:last-child {
background:none ;
}

#footer .widget h3 {
    font-size: 15px;
    font-weight: 600;
    margin:0 0 20px 0;
    color: #fffcdb;
	  position: relative;
  padding-bottom: .5em;
}
#footer .widget h3::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 0;
  border-top: 1px solid #527994;
  border-bottom: 1px solid #093e64;
}
#footer .widget .accm dt h3:before {
    margin-right: 0.3em;
    font-family: FontAwesome;
    content: "\f103";
    color:inherit;
}
#footer .widget .accm dt.active h3:before {
    margin-right: 0.3em;
    font-family: FontAwesome;
    content: "\f102";
    color:inherit;
}
#footer .widget ul{
    margin: -10px 0 0 0;
}

#footer .widget ul li{
    border-bottom: 1px solid #CCCCCC;
    position: relative;
    padding: 10px 10px 10px 0;
	font-size: 13px;
}

#footer .widget ul li .post-date{
    opacity: 0.7;
}

#footer .widget ul li a{
    display: block;
	text-decoration: none;
	
}

#footer .widget ul li:after{
    font-family: "FontAwesome";
    content: "\f105";
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 14px;
    color: #999999;
}

#footer .widget ul li:hover:after{
    color: #ffffff;
}
/** Footer Widgets **/

footer .widget {
width: 23.4%;
float: left;
margin: 20px 0 20px 2.1%;
background: none;
border: none;
padding: 0;
}
footer .widget02 {
width: 23.4%;
float: left;
margin: 0 0 20px 2.1%;
background: none;
border: none;
padding: 0;
}
footer .widget02 img{
width: 100%;
}
footer .widget02 p{
margin: 0 0 0 10px;
}

footer .widget:first-child, footer .slider-wrapper:first-child {
margin-left: 0;
}

footer .widget-title {
font-size: 22px;
line-height: 26px;
background: none;
padding: 0 0 5px 0;
margin: 0 0 15px 0;
}

#copyright {
	text-align:center;
	background: #093e64;
}


/*search*/

label.screen-reader-text {display:none}

#searchform input[type=submit], p.form-submit input[type=submit], form#searchform input#searchsubmit, #content form input.wpcf7-submit, #confirm-button input, a.btn, .linkBtn a, input[type=button], input[type=submit], .moreLink a, #headerTop, #content h3, #content .child_page_block h4 a, .paging span, .paging a, form#searchform input#searchsubmit {
border-color: #cccccc;
}
#gMenu .assistive-text, #content .mainFootContact .mainFootBt a, .paging span.current, .paging a:hover, #content .infoList .infoCate a:hover, #sideTower li.sideBnr#sideContact a, form#searchform input#searchsubmit, #pagetop a:hover, a.btn, .linkBtn a, input[type=button], input[type=submit] {
background-color: #f39800;
}
form#searchform input#searchsubmit a:hover,input[type=button]:hover, input[type=submit]:hover {
background-color: #666666;
}
input[type=submit],input[type=button],#searchform input[type=submit], p.form-submit input[type=submit], form#searchform input#searchsubmit, #content form input.wpcf7-submit, #confirm-button input {
font-size: 12px;
line-height: 110%;
text-align: center;
position: relative;
width: auto;
border: 1px solid #cccccc;
display: inline-block;
overflow: hidden;
position: relative;
white-space: nowrap;
padding: 18px 20px 16px;
text-decoration: none;
color:#FFFFFF ;
}
form#searchform input#searchsubmit {
padding: 7px 10px;
}

 
/* BODY背景 */

#top_page {
background: url(images/hana/top_bg2018sp.png) no-repeat top center,url(images/hana/top_ubg.png) no-repeat left 80%, #fff3f1;
background-size: 100% auto ,100% auto;
}
/*#hanap {
background: url(images/hana/hanapro_bg.jpg) repeat-y top center;
}
#nin {
background: url(images/hana/nin_bg03.jpg) repeat-y top center;
}
#nin {
    background: url(images/hana/nin_bg02.png) repeat-y top center,url(images/hana/nin_bg03.jpg) no-repeat top center  ;
}*/
.top_cont {
overflow: hidden;
}

/*下層ページの背景*/

body.page,
body.error404,
body.single,
body.archive,
#hanap,
#nin  {
background: url(images/hana/kasou_bg.png) repeat-y top center,url(images/hana/top_bg2018sp.png) no-repeat top center,#fff3f1;
background-size: 962px auto , 100% auto;
}

/* アトラクションリストページ */

.att_list{
width:100% ;
overflow: hidden;
margin: 0px 0px 15px 0px ;
}
.att_list ul {
  padding-left: 0px;
}
.att_list ul li {
	float: left;
	margin:0 0 8px 8px;
	width:22% ;
	min-height:330px ;
	border:1px solid #cccccc ;
	padding:5px ;
}
.att_list ul li span{
	font-size:80% ;
}
.att_list ul li img {
	width:100% ;
	height:auto ;
}

.att_list ul li ul li{
	float: none;
	margin-right:0px;
	width:100% ;
	min-height:2px ;
	font-size:80% ;
	border:none ;
	margin: 0 ;
	line-height:100% ;
}

/* ショップリストページ英語 */


.en_att_list .att_list ul.shop {
    margin:0 0 10px;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    width:100% ;
}
 
.en_att_list .att_list ul.shop li {
    margin:0 0 8px 8px;
    padding:5px;
    border:1px solid #cccccc ;
    width:22%;
    list-style:none;
	float: none;
	min-height:auto ;
}

.en_att_list .att_list ul.shop li {
	font-weight:bold ;
}
.en_att_list .att_list ul.shop li span{
	font-weight: normal;
}
.en_att_list .att_list ul.shop li ul li{
	font-weight: normal;
}
.en_att_list .att_list ul.shop li .eng{
	line-height:130% ;
	font-weight: normal;
	font-size:80% ;
}

.en_att_list .att_list ul.shop li span{
	font-size:80% ;
}
.en_att_list .att_list ul.shop li img {
	width:100% ;
	height:auto ;
}

.en_att_list .att_list ul.shop li ul li{
	float: none;
	margin-right:0px;
	width:100% ;
	min-height:2px ;
	font-size:80% ;
	border:none ;
	margin: 0 ;
	line-height:100% ;
}

/* アトラクション個別ページ */

.attraction_wrap{
width:100% ;
overflow: hidden;
margin: 0px 0px 5px 0px ;
}

.attraction_main{
width:75% ;
float: left;
}
.attraction_sub{
width:22% ;
float: right;
}
.attraction_sub ul {
  padding-left: 0px;
}

#kensaku {
width:100% ;
overflow: hidden;
margin: 0px 0px 5px 0px ;
background-color:#EFEFEF ;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
line-height:0 ;
padding:5px 0;
}
#kensaku #ken_l{
width:20% ;
float: left;
padding:12px 0 0 5px;
font-family:"ヒラギノ丸ゴ Pro W4",ヒラギノ丸ゴ Pro W4, Hiragino Maru Gothic Pro, Osaka, "ＭＳ ゴシック", sans-serif;
color:#ff8401 ; 
font-size:110% ;
font-weight:bold ;
}
#kensaku #ken_r{
width:77% ;
float: right;
}

.att_title{
font-family:"ヒラギノ丸ゴ Pro W4",ヒラギノ丸ゴ Pro W4, Hiragino Maru Gothic Pro, Osaka, "ＭＳ ゴシック", sans-serif;
color:#ff8401 ; 
font-size:130% ;
font-weight:bold ;
border-bottom:3px solid #fecc96;
margin: 0px 0px 10px 0px ;
padding:0px 0px 0px 0px ;
background: url(images/hana/att_icon.png) no-repeat top right;
-webkit-background-size: 10% auto;
background-size: 10% auto;
}

ul.att_cate {
	padding-left: 0px;
	margin: 0 0 20px;
	border-bottom:1px solid #CCCCCC;
}
ul.att_cate li {
	display:inline;
	width:18% ;
}
ul.att_cate li img{
	width:18% ;
}
ul.att_cate li.sub {
	width:15% ;
}
ul.att_cate li.sub img{
	width:15% ;
}

.attraction_content {
	border:5px solid #fff6e9 ;
padding:10px 5px 5px 5px;
}

/* アトラクション投稿ページ */

.title_area_att h2{
font-family:"ヒラギノ丸ゴ Pro W4",ヒラギノ丸ゴ Pro W4, Hiragino Maru Gothic Pro, Osaka, "ＭＳ ゴシック", sans-serif;
color:#ff8401 ; 
font-size:130% ;
font-weight:bold ;
border-bottom:3px solid #fecc96;
margin: 0px 0px 10px 0px ;
padding:0px 0px 0px 0px ;
background: url(images/hana/att_icon.png) no-repeat top right;
-webkit-background-size: 10% auto;
background-size: 10% auto;
}

.seigen_area{
background-color:#fee4c8 ;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
padding:5px ;
}

.seigen_area ul li.ticket{
color:#ff8401 ;
}

/* アトラクション運行情報 */

h2.title_area_attu {
font-family:"ヒラギノ丸ゴ Pro W4",ヒラギノ丸ゴ Pro W4, Hiragino Maru Gothic Pro, Osaka, "ＭＳ ゴシック", sans-serif;
color:#ff8401 ; 
font-size:130% ;
font-weight:bold ;
border-bottom:3px solid #fecc96;
margin: 20px 0px 10px 0px ;
padding:0px 0px 0px 0px ;
}

h3.title_area_attu {
font-family:"ヒラギノ丸ゴ Pro W4",ヒラギノ丸ゴ Pro W4, Hiragino Maru Gothic Pro, Osaka, "ＭＳ ゴシック", sans-serif;
color:#ff8401 ; 
font-size:120% ;
font-weight:bold ;
margin: 20px 0px 0px 0px ;
}


/* アトラクション タグページ */

.back_page_att {
  padding: 10px 0;
  margin: 5px 15px 20px ;
  border-bottom:1px dashed #CCCCCC;
  font-size:90% ; 
  text-align:right ;
}

/* ショップリストページ */

.shopnrest .att_list ul li {
	min-height:280px ;
}
.shopnrest02 .att_list ul li {
	min-height:270px ;
}

/* ショップ個別ページ */

.shop_content {
	border:5px solid #d5ead8 ;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
padding:5px ;
}

/* 営業カレンダーページ */

#jd-calendar {
font-family:"ヒラギノ丸ゴ Pro W4",ヒラギノ丸ゴ Pro W4, Hiragino Maru Gothic Pro, Osaka, "ＭＳ ゴシック", sans-serif;
}
.mc-date {
	text-align:center;
}
.heading.my-calendar-month {
	font-size:140%;
	color:#0b5082;
}
.heading.my-calendar-month:before {
    margin-right: 0.3em;
    font-family: FontAwesome;
    content: "\f073";
    color:inherit;
}


/* イベント詳細ページ */
.event .entry-title {
  margin: 0 0 15px 0;
  padding: 2px 0 0 0;
  font-weight: bold;
  font-size: 140%;
  line-height: 140%;
}
.back_page {
  padding: 10px 0;
  margin: 40px 15px 0 ;
  border-top:1px dashed #CCCCCC;
  border-bottom:1px dashed #CCCCCC;
  font-size:90% ; 
}

/* イベント詳細ページ サイドバー*/
.event-sidebar {
  margin: 0 7px 0 0;
}


/* イベントカテゴリーページ */

.hana_cont header {
margin: 0px 0px 20px 0px ;;
}

/* イベントリストページ */

.type-event {
  margin: 0px 0px 10px 0px ;
}
h2.entry-title img {
  float: left;
  padding-right: 10px;
  margin-bottom:10px ;
}
.event .entry-title-e {
  margin: 0 0 15px 0;
  padding: 2px 0 0 0;
  font-weight: bold;
  font-size: 100%;
  line-height: 140%;
}
h2.entry-title-e img {
  float: left;
  padding-right: 10px;
  margin-bottom: 10px;
}
article.event {
  border-bottom: 1px dashed #CCCCCC;
  overflow: hidden;
}

/* サイドバーイベントカレンダー */

#primary-sidebar .eo-calendar {
  font-size: 80%;
}
#primary-sidebar .eo-calendar table{
  width:100% ;
}
#primary-sidebar .eo-calendar table caption{
  color:#f39800 ;
  font-size: 120%;
}
#primary-sidebar .eo-calendar td {
  padding: 2px;
  text-align:center ;
  border-width:0px 1px 1px 1px ;
border-style:solid ; 
border-color:#efc071 ;
}
#primary-sidebar .eo-calendar thead th {
  border-width:1px 1px 1px 1px ;
border-style:solid ; 
border-color:#efc071 ;
background-color:#f39800 ;
color:#FFFFFF ;
}
#primary-sidebar .eo-calendar tfoot td {
  padding: 2px;
  text-align:center ;
  border-width:0px 0px 0px 0px ;
border-style:solid ; 
border-color:#efc071 ;
}

/* 今月＆来月のイベント */

ul.event_tab {
	padding-left: 0px;
	margin: 0 0 20px;
	border-bottom:1px solid #CCCCCC;
}
ul.event_tab li {
	display:inline;
	width:25% ;
}
ul.event_tab li img{
	width:25% ;
}
ul.event_tab li.sub {
	width:20% ;
}
ul.event_tab li.sub img{
	width:20% ;
}

/* 本日のイベント */

.title_area_event h2{
font-family:"ヒラギノ丸ゴ Pro W4",ヒラギノ丸ゴ Pro W4, Hiragino Maru Gothic Pro, Osaka, "ＭＳ ゴシック", sans-serif;
color:#008cd6 ; 
font-size:130% ;
font-weight:bold ;
border-bottom:3px solid #008cd6;
margin: 0px 0px 10px 0px ;
padding:0px 0px 0px 0px ;
background: url(images/hana/event_icon.png) no-repeat top right;
-webkit-background-size: 10% auto;
background-size: 10% auto;
}

/* company インフォページ*/

.info_page {
margin: 0 auto;
width:97% ;
}

ul.company {
margin: 16px 0 0;
padding:0 ;
border-bottom: 1px solid #CCC;
}
.company > li {
border-top: 1px solid #CCC;
background: #EFEFEF;
}
.company > li .name {
width: 255px;
border-left: 1px solid #CCC;
}
.company > li > span, .company > li > div {
display: table-cell;
padding: 5px 10px;
}
.company > li .cont {
width: 565px;
border-left: 1px solid #CCC;
border-right: 1px solid #CCC;
background: #FFF;
}
ul.bengo {
padding:0 ;
}
.company img{
    margin: 5px 10px 10px 0px ;
	float: left;
	height:65px ;
}
.company p{
    margin: 10px 0px 0px 0px ;
}

.info_page ul.disc {
list-style-type:disc;
}
.info_page ul.disc li{
margin: 0px 0px 0px 25px ;
}
.info_page ul.number li {
list-style-type:decimal;
margin: 0px 0px 0px 25px ;
}
.info_page ul.number li ul.nodisc li{
list-style-type:none;
margin: 0px 0px 0px 5px ;
}
.info_page ul.number02 {
margin: 0px 0px 5px 0px ;
}
.info_page ul.number02 li {
list-style-type:decimal;
margin: 0px 0px 0px 35px ;
}
.info_page ul.number02 li ul.disc li{
list-style-type:disc;
margin: 0px 0px 0px 25px ;
}
.info_page .red {
background:none ;
text-shadow: none;
color:red ;
margin: 0px 0px 5px 0px  
}
.info_page .under {
margin: 0px 0px 0px 25px ;
}
.info_page .under p{
margin: 0px 0px 5px 0px ;
}

.info_page .link_wrap {
	border-top:1px solid #CCCCCC;
	margin: 30px 0px 0px 0px ;
	padding-top:30px ;
}
.info_page ul.link li {
	display:inline;
  background: url(images/bullet.png) no-repeat center left;
  padding: 10px 0px 10px 15px;
  margin: 0px 0px 20px 15px;
  text-align: left;
}

.info_pdf{
margin: 0 0 10px 0;
}
.info_pdf div{
overflow: hidden;
clear: both;
margin: 0 0 10px 0;
}
.info_pdf div p{
display: table-cell;
vertical-align: middle;
margin: 0;
}
.info_pdf div img{
padding: 3px 10px 3px 0px ;
}
.info_right{
margin: 20px 0;
text-align:right ;
}

/* fee(wide) */

ul.fee {
margin: 16px 0 0;
padding:0 ;
border-bottom: 1px solid #CCC;
}
.fee > li {
border-top: 1px solid #CCC;
background: #fbf1eb;
}
.fee > li .name {
width: 250px;
border-left: 1px solid #CCC;
}
.fee > li > span, .fee > li > div {
display: table-cell;
padding: 5px 10px;
}
.fee > li .cont {
width: 570px;
border-left: 1px solid #CCC;
border-right: 1px solid #CCC;
background: #FFF;
}


/* 固定イベントページ */
.koteievent_list {
  overflow: hidden;
}
.koteievent_list img{
  float: left;
  margin: 0px 10px 0px 0px ;
}

ul.eo-events li{
    border-bottom:1px dashed #CCCCCC;
	overflow: hidden;
}
ul.eo-events li.eo-no-events {
  padding: 20px 0 30px 0;
}


.event_page {
display:flex;
-webkit-box-pack:justify;
-ms-flex-pack:justify;
justify-content:space-between;
flex-wrap:wrap;
padding:10px 30px 10px 30px;
background:linear-gradient(0deg,rgba(211,237,251,.1), rgba(211,237,251,.6));
margin-bottom:15px;
}
.event_page .event_title{
width:35%;
}
.event_page .event_time{
width:30%;
padding: 10px 0 ;
margin: 0px 0 10px;
background-color:#FFFFFF ;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
box-shadow: 0 0 0 1px #f6ad56 inset;
-moz-box-shadow: 0 0 0 1px #f6ad56 inset;
-webkit-box-shadow: 0 0 0 1px #f6ad56 inset;
text-align:center;
}

/* イベントカレンダー */
.event_page .event_cale{
width:30%;
}
.event_cale .eo-calendar {
  font-size: 80%;
}
.event_cale .eo-calendar table{
  width:100% ;
}
.event_cale .eo-calendar table caption{
  color:#f39800 ;
  font-size: 120%;
}
.event_cale .eo-calendar td {
  padding: 2px;
  text-align:center ;
  border-width:0px 1px 1px 1px ;
border-style:solid ; 
border-color:#efc071 ;
background-color:#FFF ;
}
.event_cale .eo-calendar thead th {
  border-width:1px 1px 1px 1px ;
border-style:solid ; 
border-color:#efc071 ;
background-color:#f39800 ;
color:#FFFFFF ;
}
.event_cale .eo-calendar tfoot td {
  padding: 2px;
  text-align:center ;
  border-width:0px 0px 0px 0px ;
border-style:solid ; 
border-color:#efc071 ;
}

/* 花プロページ */

#hana_contentwrap {
display: block;
padding: 0 7px 20px 7px;
margin: 0 auto;
position: relative;
background-color:#FFFFFF ;
overflow: hidden;
}

#hana_contentwrap:after {
clear: both;
}

#hanap .hana_cont {
background-color:#FFFFFF ;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
box-shadow: 0 0 0 1px #e1dfe0 inset;
-moz-box-shadow: 0 0 0 1px #e1dfe0 inset;
-webkit-box-shadow: 0 0 0 1px #e1dfe0 inset;
margin: 25px auto 0;
}

.event_header_hanapro {
margin: 0 ;
}
.event_header_hanapro .main_img {
text-align:center ;
margin: 0 ;
padding: 0 ;
width:100% ;
}

.past_event {
background: url(images/bullet.png) no-repeat center left;
padding: 10px 0px 10px 15px ;
margin: 0px 0px 20px 15px ;
text-align:left ;
}
.past_event02 {
background: url(images/bullet.png) no-repeat center left;
padding: 10px 0px 10px 15px ;
margin: 0px 0px 0px 15px ;
text-align:left ;
}
.past_event03 {
padding: 10px 0px 10px 15px ;
margin: 0px 0px 0px 15px ;
text-align:right ;
width:40% ;
float:right ;
}

ul.hana_side_bn {
	text-align:center ;
}
ul.hana_side_bn li {
	width:90% ;
	margin: 0px auto 5px auto ;
}
ul.hana_side_bn li img{
	width:90% ;
}

.hanapro_cont{
margin: 0px 0px 30px 0px ;
border-bottom:1px solid #666666;
overflow: hidden;
}
h2.title_area_hanapro,
h2.title_area_hanapro02 {
font-family:"ヒラギノ丸ゴ Pro W4",ヒラギノ丸ゴ Pro W4, Hiragino Maru Gothic Pro, Osaka, "ＭＳ ゴシック", sans-serif;
color:#d62b82 ; 
font-size:160% ;
font-weight:bold ;
border-bottom:3px solid #d62b82;
margin: 0px 0px 10px 0px ;
padding:6.5% 25% 0px 0px ;
background: url(images/hana/hanapro_logo.jpg) no-repeat bottom right;
-webkit-background-size: 20% auto;
background-size: 20% auto;
}
h2.title_area_hanapro03 {
font-family:"ヒラギノ丸ゴ Pro W4",ヒラギノ丸ゴ Pro W4, Hiragino Maru Gothic Pro, Osaka, "ＭＳ ゴシック", sans-serif;
color:#2b86bb ; 
font-size:160% ;
font-weight:bold ;
border-bottom:3px solid #2b86bb;
margin: 0px 0px 10px 0px ;
padding:6.5% 25% 0px 0px ;
background: url(images/hana/hanapro_logo.jpg) no-repeat bottom right;
-webkit-background-size: 20% auto;
background-size: 20% auto;
}
h3.sub_hanapro {
font-family:"ヒラギノ丸ゴ Pro W4",ヒラギノ丸ゴ Pro W4, Hiragino Maru Gothic Pro, Osaka, "ＭＳ ゴシック", sans-serif;
color:#d62b82 ; 
font-size:140% ;
font-weight:bold ;
text-align:center ;
}


.hanapro_cont h3.team{
padding: 40px 0 0;
clear: both;
}
.hanapro_cont h3.team img{
width:60% ;
}
.hanapro_cont h3.teaml{
margin: 0 0 40px;
clear: both;
font-size:180% ;
}
.hanapro_cont h3.teaml img{
width:80% ;
}

.hanapro_wrestlers {
padding: 5px ;
border:1px solid #FF6633 ;
float: left;
margin: 0px 5px 10px 0px ;
width:21% ;
min-height:185px ;
}
.hanapro_wrestlers img{
width:100% ;
}

/* 花プロページ イベントリスト部分 */

.hanap_event_wrap{
border:5px solid #cdcdd5 ;
padding:10px ;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
background: #FFFFFF;
background: -moz-linear-gradient(center top, #FFFFFF 0%,#f5fbfe 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF),color-stop(1, #f5fbfe));
background: linear-gradient(to bottom, #FFFFFF, #f5fbfe); 
}

.hanap_event_wrap02{
padding:10px ;
background: #FFFFFF;
background: -moz-linear-gradient(center top, #FFFFFF 0%,#f5fbfe 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF),color-stop(1, #f5fbfe));
background: linear-gradient(to bottom, #FFFFFF, #f5fbfe); 
}


/* 花プロレスラー詳細ページ */

.wres_wrap {
width:100% ;
overflow: hidden;
margin: 0px 0px 5px 0px ;
}
.wres_wrap .wres_img{
width:40% ;
float: left;
}
.wres_wrap .wres_cont{
width:55% ;
float: right;
}
.wres_wrap h3 {
font-family:"ヒラギノ丸ゴ Pro W4",ヒラギノ丸ゴ Pro W4, Hiragino Maru Gothic Pro, Osaka, "ＭＳ ゴシック", sans-serif;
color:#d62b82 ; 
font-size:160% ;
font-weight:bold ;
border-bottom:1px solid #d62b82;
margin: 0px 0px 10px 0px ;
padding:0 0px 1% 5% ;
background: url(images/hana/mask_dt02.gif) no-repeat top left;
-webkit-background-size: 5% auto;
background-size: 5% auto;
}
.wres_wrap h4 {
font-family:"ヒラギノ丸ゴ Pro W4",ヒラギノ丸ゴ Pro W4, Hiragino Maru Gothic Pro, Osaka, "ＭＳ ゴシック", sans-serif;
font-size:160% ;
font-weight:bold ;
}
.wres_wrap img{
width:100% ;
}
table.wres_t  {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}
table.wres_t th {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
    background-color: #fffcdb;
    font-weight: normal;
	text-align: left;
	width:30% ;
}
table.wres_t td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.wres_back{
margin: 0px 0px 40px 0px ;
}

/* 花プロイベント詳細ページ */

.hana_cont .event {
padding: 0px 15px ;
}

/* 花プロイベント試合結果 */

.hc_inner {
margin: 0 auto;
width:95% ;
}

h2.title_area_hanapro_event {
font-family:"ヒラギノ丸ゴ Pro W4",ヒラギノ丸ゴ Pro W4, Hiragino Maru Gothic Pro, Osaka, "ＭＳ ゴシック", sans-serif;
color:#d62b82 ; 
font-size:140% ;
font-weight:bold ;
border-bottom:1px solid #d62b82;
margin: 0px 0px 10px 0px ;
padding:0 0px 1% 5% ;
background: url(images/hana/mask_dt02.gif) no-repeat top left;
-webkit-background-size: 5% auto;
background-size: 5% auto;
}
.category-hana-pro-event table{
margin-bottom: 0px;
}

/* 花プロ動画アーカイブページ */

.hm_list{
width:100% ;
overflow: hidden;
margin: 0px 0px 15px 0px ;
}
.hm_list ul {
  padding-left: 0px;
}
.hm_list ul li {
	float: left;
	margin:0 0 8px 8px;
	width:30% ;
	border:1px solid #cccccc ;
	padding:5px 5px 0 5px;
	line-height:100% ;
}
.hm_list ul li span{
	font-size:70% ;
}
.hm_list ul li img {
	width:100% ;
	height:auto ;
}
.hm_list .entry-title {
padding: 0 ;
margin: 0 ;
}

/* 花プロ料金ページ */

ul.hanapro_seat {
	margin:0 auto 5px;
	text-align:center;
}

ul.hanapro_seat li {
	display:inline;
	margin-right:5px;
	padding-left:10px;
}


/* 忍者ページ */

.event_header_nin {
  background: url(images/hana/nin_bk01.jpg) no-repeat top center;
  -webkit-background-size: 100% auto;
  margin: 0 0 15px ;
}
.event_header_nin .main_img {
text-align:center ;
margin: 0 0 15px ;
padding: 25px 0px ;
width:100% ;
}

h2.title_area_nin {
font-family:"ヒラギノ丸ゴ Pro W4",ヒラギノ丸ゴ Pro W4, Hiragino Maru Gothic Pro, Osaka, "ＭＳ ゴシック", sans-serif;
color:#333333 ; 
font-size:160% ;
font-weight:bold ;
border-bottom:3px solid #333333;
margin: 0px 0px 10px 0px ;
padding:5% 0px 0px 0px ;
background: url(images/hana/nin_icon.png) no-repeat top right;
-webkit-background-size: 15% auto;
background-size: 15% auto;
}
h2.title_area_nin02 {
font-family:"ヒラギノ丸ゴ Pro W4",ヒラギノ丸ゴ Pro W4, Hiragino Maru Gothic Pro, Osaka, "ＭＳ ゴシック", sans-serif;
color:#2b86bb ; 
font-size:160% ;
font-weight:bold ;
border-bottom:3px solid #2b86bb;
margin: 0px 0px 10px 0px ;
padding:5% 0px 0px 0px ;
background: url(images/hana/nin_icon.png) no-repeat top right;
-webkit-background-size: 15% auto;
background-size: 15% auto;
}

.ninjutu_wrap {
  background: url(images/hana/nin_bk01.jpg) no-repeat top center;
  -webkit-background-size: 100% auto;
  margin: 0 0 15px ;
}
.ninjutu_wrap .ninjutu_cont {
  width:90% ;
  margin: 0 auto 10px;
  overflow: hidden;
  padding-bottom:5px ;
  border-bottom:1px dotted #666666 ;
}
.ninjutu_wrap .ninjutu_cont h3{
font-size:120% ;  
color:#333333 ; 
font-weight:bold ;
}
.ninjutu_wrap .ninjutu_cont img{
float: right;
margin: 0px 0px 0px 10px ;
}

ul.nin_side_bn {
	text-align:center ;
}
ul.nin_side_bn li {
	display:inline;
	width:80% ;
}
ul.nin_side_bn li img{
	width:80% ;
}

.nin-goods{
border:1px solid #CCCCCC ;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
margin: 20px 0;
padding:5px 10px;
background: #f4f5f6;
background: -moz-linear-gradient(center top, #FDFDFD 0%,#D7DDE3 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FDFDFD),color-stop(1, #D7DDE3));
background: linear-gradient(to bottom, #FFFFFF, #f4f5f6); 
}
.nin-goods h3{
font-family:"ヒラギノ丸ゴ Pro W4",ヒラギノ丸ゴ Pro W4, Hiragino Maru Gothic Pro, Osaka, "ＭＳ ゴシック", sans-serif;
color:#1d2088 ; 
font-size:130% ;
font-weight:bold ;
border-bottom:1px dashed #333333;
margin: 0px 0px 10px 0px ;
padding:5% 0px ;
text-align:center ;
  background: url(images/hana/nin_bk01.jpg) no-repeat top center;
  -webkit-background-size: 100% auto;
}
.nin-goods h4{
font-family:"ヒラギノ丸ゴ Pro W4",ヒラギノ丸ゴ Pro W4, Hiragino Maru Gothic Pro, Osaka, "ＭＳ ゴシック", sans-serif;
color:#FFFFFF ; 
background-color:#CCCCCC ;
margin:10px 0;
padding:5px ;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.nin-goods p{
font-size:90% ;
line-height:160% ;
color:#666666 ;
}

/* 忍者ページ イベントリスト部分 */

.nin_event_wrap{
  border: 5px solid #cdcdd5;
  padding: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #FFFFFF;
  background: -moz-linear-gradient(center top, #FFFFFF 0%,#f5fbfe 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF),color-stop(1, #f5fbfe));
  background: linear-gradient(to bottom, #FFFFFF, #f5fbfe);
}

/* 忍者ページ 料金 */

ul.nin_fee {
margin: 16px 0 0;
padding:0 ;
border-bottom: 1px solid #CCC;
}
.nin_fee > li {
border-top: 1px solid #CCC;
background: #EFEFEF;
}
.nin_fee > li .name {
width: 150px;
border-left: 1px solid #CCC;
}
.nin_fee > li > span, .nin_fee > li > div {
display: table-cell;
padding: 5px 10px;
}
.nin_fee > li .cont {
width: 440px;
border-left: 1px solid #CCC;
border-right: 1px solid #CCC;
background: #FFF;
}

.nin_fee ul.disc {
list-style-type:disc;
}
.nin_fee ul.disc li{
margin: 0px 0px 0px 10px ;
}


/* 忍者ページ イメージ */
ul.nin_img {
	margin:0 auto;
	padding-left: 0;
}
ul.nin_img li {
	display:inline;
	margin: 0px 5px 0px 0px ;
	padding: 0px 0px 0px 10px ;
	line-height:1.1;
	border-left:1px solid white;
}
ul.nin_img li img{
width:46% ;
margin: 0px 0px 15px 0px ;
}

/* BBQページ */

.event_header_bbq {
  margin: 0 0 15px ;
}
.event_header_bbq .main_img {
text-align:center ;
margin: 0 ;
padding: 0px 0;
width:100% ;
position:relative;
}
.event_header_bbq .main_img ul {
position:absolute;
bottom: 0;
}
.event_header_bbq .main_img p {
margin-bottom: 0;
}

h2.title_area_bbq {
font-family:"ヒラギノ丸ゴ Pro W4",ヒラギノ丸ゴ Pro W4, Hiragino Maru Gothic Pro, Osaka, "ＭＳ ゴシック", sans-serif;
color:#333333 ; 
font-size:160% ;
font-weight:bold ;
border-bottom:3px solid #333333;
margin: 0px 0px 10px 0px ;
padding:5% 0px 0px 0px ;
background: url(images/hana/bbq_icon.png) no-repeat top right;
-webkit-background-size: 15% auto;
background-size: 15% auto;
}

.bbq_wrap {
width:95% ;
margin: 0px auto ;
}
.bbq_wrap h3 {
font-family:"ヒラギノ丸ゴ Pro W4",ヒラギノ丸ゴ Pro W4, Hiragino Maru Gothic Pro, Osaka, "ＭＳ ゴシック", sans-serif;
color: #696969 ; 
font-size:140% ;
font-weight:bold ;
margin: 0px 0px 10px 0px ;
padding:5px 5px 5px 10px ;
border:1px solid #CCCCCC ;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(51%,#ededed), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.bbq_wrap .bw_cont {
width:100% ;
overflow: hidden;
margin: 0px 0px 20px 0px ;
padding-bottom:15px ;
border-bottom:1px dashed #CCCCCC;
}
.bbq_wrap .bw_cont h4{
width:30% ;
float: left;
font-size:120% ;
color:#FFFFFF ;
text-align:center ;
padding: 15px 0px ;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
background-color:#CCCCCC ;
}
.bbq_wrap .bw_cont div{
width:66% ;
float: right;
}
.bbq_wrap .bbq_course {
width:47% ;
float: left;
margin: 0px 10px 20px 5px ;
}

.bbq a:link {
    color: rgba(255,255,255,1.00);
}
.bbq a:visited {
    color: rgba(255,255,255,1.00);
}
.yoyaku_btn {
    position: relative;
    display: inline-block;
    padding: 0.25em 0;
    text-decoration: none;
    color: rgba(255,255,255,1.00);
    background: #fd9535;/*色*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    font-weight: bold;
    border: solid 2px #d27d00;/*線色*/
	width: 98%;
	text-align: center;
}
.yoyaku_btn:active {/*押したとき*/
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
.yoyaku_s{
    text-decoration: none;
    font-weight: bold;
    font-size: 110%;
    color: #799dec;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.32), 0px 1px 0px #6182ca, 0px 1px 0px #4f6aa7, 0px 1px 0px #5470ad;
}
.yoyaku_s:active {
    top: 4px;
	box-shadow: none;
}

@media screen and (max-width: 760px) {
.yoyaku_btn {
	width: 96%;
}
}

/* ステージページ */

.event_header_stage {
  margin: 0 0 15px ;
}
.event_header_stage .main_img {
width:100% ;
}
.event_header_stage .main_img img{
width:100% ;
}

h2.title_area_stage {
font-family:"ヒラギノ丸ゴ Pro W4",ヒラギノ丸ゴ Pro W4, Hiragino Maru Gothic Pro, Osaka, "ＭＳ ゴシック", sans-serif;
color:#f39800 ; 
font-size:160% ;
font-weight:bold ;
border-bottom:3px solid #f39800;
margin: 0px 0px 10px 0px ;
padding:5% 0px 0px 0px ;
background: url(images/hana/stage_icon.png) no-repeat top right;
-webkit-background-size: 15% auto;
background-size: 15% auto;
clear: both;
}
h2.title_area_stage02 {
font-family:"ヒラギノ丸ゴ Pro W4",ヒラギノ丸ゴ Pro W4, Hiragino Maru Gothic Pro, Osaka, "ＭＳ ゴシック", sans-serif;
color:#2b86bb ; 
font-size:160% ;
font-weight:bold ;
border-bottom:3px solid #2b86bb;
margin: 0px 0px 10px 0px ;
padding:5% 0px 0px 0px ;
background: url(images/hana/stage_icon.png) no-repeat top right;
-webkit-background-size: 15% auto;
background-size: 15% auto;
}

.title_area_stage03 {
border-bottom:3px solid #2b86bb;
background: url(images/hana/stage_icon.png) no-repeat top right;
-webkit-background-size: 15% auto;
background-size: 15% auto;
margin: 0px 0px 10px 0px ;
}
.title_area_stage03 h2{
font-family:"ヒラギノ丸ゴ Pro W4",ヒラギノ丸ゴ Pro W4, Hiragino Maru Gothic Pro, Osaka, "ＭＳ ゴシック", sans-serif;
color:#2b86bb ; 
font-size:160% ;
font-weight:bold ;
margin: 0px 0px 0px 0px ;
padding:5% 0px 0px 0px ;
}

.event_header_stage ul {
  width: 100%;
}

.event_header_stage ul li {
  display:inline;
  padding: 0px 1.75% ;
}
.event_header_stage ul li img{
  width: 21%;
}
.fc-event-time {
  display:none;
}


/* ステージ 一座 */

.ichiza h4{
color:#2b86bb ; 
font-size:105% ;
font-weight:bold ;
margin: 0px 0px 5px 0px ;
}
.ichiza .dan_list_content {
width:100% ;
overflow: hidden;
margin: 0px 0px 5px 5px ;
}
.ichiza .dan_list_content div{
width:30% ;
min-height:415px ;
float: left;
margin: 0px 3% 10px 0px ;
}
.ichiza .dan_list_content div img{
width:100% ;
}

/* ステージ 少女歌劇団 */

.stage-side-cont{
margin: 0px auto 15px auto ;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border:1px solid #cac298 ;
width:95% ;
}
.stage-side-cont .ssc-tit{
background: #f39800;
background: -moz-linear-gradient(center top, #f0b045 0%,#f39800 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f0b045),color-stop(1, #f39800));
background: linear-gradient(to bottom, #f0b045, #f39800); 
-webkit-border-top-left-radius: 5px; 
-moz-border-radius-topleft: 5px;
border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topright: 5px; 
border-top-right-radius: 5px; 
}
.stage-side-cont .ssc-tit h3{
padding: 5px 10px 3px 10px;
color:#FFFFFF ; 
font-family:"ヒラギノ丸ゴ Pro W4",ヒラギノ丸ゴ Pro W4, Hiragino Maru Gothic Pro, Osaka, "ＭＳ ゴシック", sans-serif;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.stage-side-cont p{
padding: 0px 5px;
}

.dan_list_wrap{
margin: 0px 0px 15px 0px ;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border:2px solid #cac298 ;
background: url(images/hana/kageki_bg.jpg) repeat top left;
}
.dan_list_wrap .dan_list_header{
margin: 5px auto;
width:98% ;
background-color:#fefaf7 ;
box-shadow: 0 0 0 1px #f3d9cc inset;
-moz-box-shadow: 0 0 0 1px #f3d9cc inset;
-webkit-box-shadow: 0 0 0 1px #f3d9cc inset;
}
.dan_list_wrap .dan_list_header h3{
padding: 0px 0px 0px 10px ;
color:#888787 ;
font-weight: normal;
}
.dan_list_content {
width:100% ;
overflow: hidden;
margin: 0px 0px 5px 5px ;
}
.dan_list_content div{
width:30% ;
float: left;
margin: 0px 3% 10px 0px ;
}
.dan_list_content div img{
width:100% ;
}


.member_wrap{
margin: 25px 0px 5px;
padding: 0px 0px 15px 0px ;
border-bottom:3px solid #FF7F00 ;
}
.member_wrap .member_img{
overflow: hidden;
}
.member_wrap .member_img img{
float: left;
height:250px ;
}
.member_wrap table{
clear: both;
}

.member_wrap table {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    width: 100%;
    border-collapse: collapse;
    text-align: left;
	margin: 10px 0;
}
.member_wrap table th {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
    background-color: #fff6e9;
    font-weight: normal;
	width:20% ;
}
.member_wrap table td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

/* ステージ 葵と楓 */

.aokae_wrap h4 {
clear: both;
  margin: 0 ;
  padding: 0px 0px 5px 0;
  border-bottom:1px dashed #f0b045 ;
  color:#f0b045 ; 
}
.aokae_wrap dl.top_info {
  width: 100%;
  line-height: 180%;
  margin: 5px auto 10px;
  padding: 10px 0px 15px 0;
  overflow: hidden;
}
.aokae_wrap dl.top_info dt {
  float: left;
  clear: both;
  width: 20%;
}
.aokae_wrap dl.top_info dd {
  float: left;
  width: 75%;
}

/* 料金ページ */

h2.title_area_fee {
font-family:"ヒラギノ丸ゴ Pro W4",ヒラギノ丸ゴ Pro W4, Hiragino Maru Gothic Pro, Osaka, "ＭＳ ゴシック", sans-serif;
color:#ff8401 ; 
font-size:130% ;
font-weight:bold ;
border-bottom:3px solid #fecc96;
margin: 20px 0px 10px 0px ;
padding:0px 0px 0px 0px ;
background: url(images/hana/fee_icon.png) no-repeat top right;
-webkit-background-size: 10% auto;
background-size: 10% auto;
}

h3.title_area_fee {
font-family:"ヒラギノ丸ゴ Pro W4",ヒラギノ丸ゴ Pro W4, Hiragino Maru Gothic Pro, Osaka, "ＭＳ ゴシック", sans-serif;
color:#ff8401 ; 
font-size:120% ;
font-weight:bold ;
margin: 20px 0px 0px 0px ;
}

.taf_s{
font-size:14px ;
}

.toku_term{
padding:5px ;
background-color:#fffbe3 ;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.dai{
padding:5px ;
background-color:#f39800 ;
width:80% ;
color:#FFFFFF ; 
text-align:center ;
font-weight:bold ;
margin: 0 auto 10px;
font-size:120% ; 
}
.dai02{
border:6px double #dfdede ;
padding:20px ;
margin: 0 auto 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
width:90% ;
background: url(images/hana/pin.png) no-repeat top right , url(images/hana/pin02.png) no-repeat top left,linear-gradient(to bottom, #ffffff, #f0f0f0);
-webkit-background-size: 2% auto, 2% auto;
background-size: 2% auto, 2% auto;
line-height:200% ; 
}
.dai02 h5{
color:red ; 
text-align:center ;
font-weight:bold ;
font-size:140% ; 
border-bottom:1px dashed #f39800;
padding:0 0 5px 0 ;
font-family:"ヒラギノ丸ゴ Pro W4",ヒラギノ丸ゴ Pro W4, Hiragino Maru Gothic Pro, Osaka, "ＭＳ ゴシック", sans-serif;
}
.dai02 p{
margin: 10px 0 0 0;
font-size:110% ;
}
table.fee_t  {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}
table.fee_t th {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
    background-color: #f0f0f0;
    font-weight: normal;
}
table.fee_t td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

table.fee_t01  {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-collapse: collapse;
    text-align: left;
}
table.fee_t01 th {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
    background-color: #f0f0f0;
    font-weight: normal;
	text-align: left;
}
table.fee_t01 td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.table-wrap table  {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}
.table-wrap th {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
    background-color: #f0f0f0;
    font-weight: normal;
	white-space: nowrap;
}
.table-wrap td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
	white-space: nowrap;
}

	@media screen and (max-width: 760px) {
	.table-wrap{overflow: scroll;-webkit-overflow-scrolling: touch;}
	.table-wrap table{text-align:center;}
	.table-wrap{
		padding-top:22px;
		position: relative;
	}
	.table-wrap:before{
		content: "\008868\00306f\005de6\0053f3\00306b\0030b9\0030af\0030ed\0030fc\0030eb\003067\00304d\00307e\003059";
		color:#fff;
		font-size:12px;
		background-color:#e07903;
		position: absolute;
		top:0px;
		border-radius: 5px;
		padding: 0.05em 0.5em;
	}
}


/*.accm dt{
	background: url("images/hana/acc04.png") no-repeat left center;
	background-size: 30px 23px;
}

.accm dt.active{
	background: url("images/hana/acc05.png") no-repeat left center;
	background-size: 30px 23px;
}*/

.accm dd{

}
.accm dd p{

}
.accm dt h3.title_area_fee {
padding: 0px 0px 0px 35px ;
}
.djsaofkjvopasgjdipo {
width:98% ;
margin: 0 auto;
padding:10px ;
background-color:#f8f1e9 ;
}
.djsaofkjvopasgjdipo h4{
margin: 0 0 5px 0;
}

/* 貸切ページ */

h2.title_area_rental {
font-family:"ヒラギノ丸ゴ Pro W4",ヒラギノ丸ゴ Pro W4, Hiragino Maru Gothic Pro, Osaka, "ＭＳ ゴシック", sans-serif;
color:#d62b82 ; 
font-size:160% ;
font-weight:bold ;
border-bottom:3px solid #d62b82;
margin: 40px 0px 10px 0px ;
padding:0px 0px 0px 0px ;
background: url(images/hana/rental_icon.png) no-repeat top right;
-webkit-background-size: 10% auto;
background-size: 10% auto;
clear: both;
}

p.subtitle_rental {
font-family:"ヒラギノ丸ゴ Pro W4",ヒラギノ丸ゴ Pro W4, Hiragino Maru Gothic Pro, Osaka, "ＭＳ ゴシック", sans-serif;
color:blue ; 
font-size:130% ;
font-weight:bold ;
border-bottom:1px dotted blue;
margin: 20px 0px 10px 0px ;
}

.rental_movie {
width:95% ;
overflow: hidden;
margin: 0 auto 20px;
border:1px solid #CCCCCC ;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
padding: 10px ;
}
.rental_movie .rm_left{
width:25% ;
float: left;
}
.rental_movie .rm_right{
width:72% ;
float: right;
}
.rental_movie .rm_right div{
overflow: hidden;
clear: both;
margin: 0 0 10px 0;
border:1px solid #CCCCCC ;
}

.rental_movie .rm_right div p{
display: table-cell;
vertical-align: middle;
margin: 0;
}
.rental_movie .rm_right div img{
padding: 3px 10px 3px 0px ;
}

ul.rental_link {
	padding:15px 0 15px 15px;
}
ul.rental_link li {
	display:inline;
	margin-right:15px;
}
ul.rental_link li a:link{
	color: #FFF;
}
.square_btn{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #668ad8;
    color: #FFF;
    border-radius: 4px;
    box-shadow: 0px 0px 0px 5px #668ad8;
    border: dashed 1px #FFF;
	transition: .6s;
}
.square_btn:hover{
	border: dotted 1px #FFF;
	background: #214084;
	box-shadow: 0px 0px 0px 5px #214084;
}
.square_btn:after {
    margin-left: 0.3em;
    font-family: FontAwesome;
    content: "\f138";
    color:inherit;
}

.form_width{
	width:22% ;
}	

ul.rental_kitei {
	margin: 0px 0px 0px 40px ;
}
ul.rental_kitei li{
	list-style-type:decimal;
	margin: 0px 0px 10px 0px ;
	font-weight:bold ;
}
ul.rental_kitei li span{
	font-weight: normal;
}
ul.rental_kitei li ul{
	margin: 0px 0px 0px 20px ;
}
ul.rental_kitei li ul li{
	margin: 0px 0px 0px 0px ;
	font-weight: normal;
	list-style-type:cjk-ideographic;
}
ul.rental_kitei li ul li ul{
	margin: 0px 0px 0px 20px ;
}
ul.rental_kitei li ul li ul li{
	list-style-type:decimal;
}


/* 撮影・取材について */

ul.photography_link {
	padding:15px 0 10px 0;
}
ul.photography_link li {
	display:inline;
	margin-right:10px;
	text-align: center;
}
ul.photography_link li a:link{
	color: #FFF;
}
ul.photography_link li a:visited{
	color: #FFF;
}
ul.photography_link li a:hover{
	color: #FFF;
}
.square_btn02{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #668ad8;
    color: #FFF;
	transition: .6s;
	width: 172px;
}
.square_btn02:hover{
	background: #214084;
}
.square_btn02:after {
    margin-left: 0.3em;
    font-family: FontAwesome;
    content: "\f138";
    color:inherit;
}
.square_btn03{
    display: inline-block;
    padding: 0.5em 1.7em 0.5em 1em;
    text-decoration: none;
    background: #666;
    color: #FFF;
	transition: .6s;
	position: relative;
}
.square_btn03:hover{
	background: #333;
}
.square_btn03:after {
    font-family: FontAwesome;
    content: "\f138";
    color:inherit;
	position: absolute;
	right:3%;
	top:30%;
}
ul.photography_link02 li {
	display:inline;
	margin-right:10px;
	font-size: 90%;
}
ul.photography_link02 li a{
    display: inline-block;  
	transition: .6s;
	width: 200px;
}
ul.photography_link02 li a:hover{
	color: #ccc;
}
ul.photography_link02 li a:before {
    margin-right: 0.3em;
    font-family: FontAwesome;
    content: "\f1c1";
    color:inherit;
}

/* 学園祭協賛 */


.gakusai_page p{
margin-bottom: 0;
}
dl.gakusai{
	width:100% ;
	line-height:180% ;
	overflow:hidden;
	margin-bottom: 30px;
}
dl.gakusai dt{
	float: left;
	clear: both;
	width:5% ;
}
dl.gakusai dd{
	float: left;
	width:92% ;
}
ul.gakusai_list{
margin-bottom: 15px;
}
ul.gakusai_list li{
list-style: disc;
margin-left: 35px;
}

@media only screen
and (max-width : 788px) {
dl.gakusai dt{
	width:10% ;
}
dl.gakusai dd{
	width:88% ;
}
}
@media only screen
and (max-width : 640px) {
dl.gakusai dt{
	width:13% ;
}
dl.gakusai dd{
	width:85% ;
}
}

/* 採用ページ */

.recruit_wrap {
width:90% ;
margin: 0px auto ;
}
.recruit,
.recruit02 {
width:100% ;
overflow: hidden;
margin: 0px 0px 15px 0px ;
}
.recruit .rec_left{
width:30% ;
float: left;
}
.recruit .rec_right{
width:60% ;
float: right;
background: #fffcdb;
background: -moz-linear-gradient(center top, #fffcdb 0%,#fffef7 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fffcdb),color-stop(1, #fffef7));
background: linear-gradient(to bottom, #fffcdb, #fffef7); 
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
padding:10px ;
}
.recruit02 .rec_left{
width:60% ;
float: left;
background: #fffcdb;
background: -moz-linear-gradient(center top, #fffcdb 0%,#fffef7 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fffcdb),color-stop(1, #fffef7));
background: linear-gradient(to bottom, #fffcdb, #fffef7); 
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
padding:10px ;
}
.recruit02 .rec_right{
width:30% ;
float: right;
}
.recruit_wrap h4{
font-family:"ヒラギノ丸ゴ Pro W4",ヒラギノ丸ゴ Pro W4, Hiragino Maru Gothic Pro, Osaka, "ＭＳ ゴシック", sans-serif;
color:#d62b82 ; 
font-size:160% ;
font-weight:bold ;
}

/* 採用ページリニューアル */

.rrecruit {
width:100% ;
overflow: hidden;
margin: 0px 0px 15px 0px ;
}

.rrecruit .rec_left{
width:45% ;
float: left;
}
.rrecruit .rec_right{
width:45% ;
float: right;
}

.rec_lead{
font-size:17px ;
color:#f39800 ; 
font-family:"ヒラギノ丸ゴ Pro W4",ヒラギノ丸ゴ Pro W4, Hiragino Maru Gothic Pro, Osaka, "ＭＳ ゴシック", sans-serif;
}

.recruit_wrap .rrecruit h4{
font-family:"ヒラギノ丸ゴ Pro W4",ヒラギノ丸ゴ Pro W4, Hiragino Maru Gothic Pro, Osaka, "ＭＳ ゴシック", sans-serif;
color:#402223 ; 
font-size:160% ;
font-weight:bold ;
background: #f2e0d4;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
padding:20px ;
text-align:center ;
}

.recruit_wrap .rrecruit h4.oubo{
font-family:"ヒラギノ丸ゴ Pro W4",ヒラギノ丸ゴ Pro W4, Hiragino Maru Gothic Pro, Osaka, "ＭＳ ゴシック", sans-serif;
color:#d62b82 ; 
font-size:160% ;
font-weight:bold ;
background: none;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
padding:0px ;
text-align:left ;
}


.rrecruit ul.naiyou {
list-style-type:decimal;
margin: 0px 0px 15px 25px ;
}
.rrecruit　ul.naiyou li{
margin: 0px 0px 0px 25px ;
}

.rrecruit .rec_oubo{
background: url(images/hana/rireki.png) no-repeat bottom right , url(images/hana/rec_bg.jpg) repeat-y top center;
-webkit-background-size: 20% auto , 100% auto;
background-size: 20% auto , 100% auto;
}
.rrecruit .rec_oubo div{
width: 90%;
margin: 0 auto;
padding: 15px 0px ;
font-size:15px ;
overflow: hidden;
}
.rrecruit .rec_oubo div h4{
width: 20%;
float: left;
}
.rrecruit .rec_oubo div p{
width: 50%;
float: left;
margin: 5px 0px;
}


/* 園内マップページ */

.map_wrap{
width:100% ;
position:relative;
}
.map_wrap .map_pdf{
width:12% ;
position:absolute;
top:8%;
left:3%;
}

/* アクセスページ */

.access {
	border:5px solid #dff2fc ;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
padding:10px 10px 0 10px;
}
.access ul {
list-style-type:disc;
margin: 0px 0px 15px 20px ;
}
.access　ul li{
margin: 0px 0px 0px 25px ;
}


/* フォーム */

#formbox {
min-height:500px ;
margin: 20px 0px;
}
p.submit {
text-align:center ;
margin: 20px 0px;
}
#formbox .mini{
text-align:right ;
font-size:90% ; 
}
#formbox .red {
background:none ;
text-shadow: none;
color:red ;
margin: 0px 0px 5px 0px  
}
#formbox ul.ssl {
color:blue ;
margin: 15px auto ;
width:50%;
}
#formbox ul.ssl li{
padding: 0px 0px 0px 20px;
background: url(images/hana/key.png) no-repeat 0 0;
}
#formbox #form_end{
text-align:center ;
margin: 30px 0px 0px 0px 
}

/*トップのスライダー*/

#slider {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: auto;
}

/*boot strap対応*/
#slider ul  {
	margin:0!important;
}

.bx-next {
	top: 38%;
	right: 10px;
	background-position: -456px -72px;
}

.bx-prev {
	top: 38%;
	left: 10px;
	background-position:-432px -72px;
}

.bx-prev, .bx-next {
	position: absolute;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
	background-image: url("../../bootstrap/img/glyphicons-halflings.png");
  background-repeat: no-repeat;	
	text-indent: -9999px;
}

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


.slider-pager {
	margin: 7px auto 0;
	width: 100%;
}
.slider-pager img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
.slider-pager {
  letter-spacing: -.40em;
}
.slider-pager a {
	display: inline-block;
	width: 19.5%;
	height: auto;
	margin-right: 0.6%;
	letter-spacing: normal;
	*display: inline;
	*zoom: 1;
}
.slider-pager a.thumb-edge {
	display: inline-block;
	width: 19.5%;
	height: auto;
	margin-right: 0;
	letter-spacing: normal;
	*display: inline;
	*zoom: 1;
}

.bx-pager {
	margin: 7px auto 0;
	width: 100%;
}

.bx-pager img {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.bx-pager img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

.bx-pager a.active img {
	opacity: 1;
	filter: alpha(opacity=100);
}

/*隙間を無効化してから隙間を設定する*/
.bx-pager {
  letter-spacing: -.40em;
}
.bx-pager a {
	display: inline-block;
	background: #FFFFFF;
	width: 19.5%;
	height: auto;
	margin-right: 0.6%;
	letter-spacing: normal;
	*display: inline;
	*zoom: 1;
}

html.lt-ie8 .bx-pager a {
	margin-right: 0;
}

.bx-pager a.thumb-edge {
	display: inline-block;
	background: #FFFFFF;
	width: 19.5%;
	height: auto;
	margin-right: 0;
	letter-spacing: normal;
	*display: inline;
	*zoom: 1;
}

/*花やしき通り*/

.hana-st {
	background: url(images/hana/st/st_bg.jpg) repeat top center;
}
.st_shop {
	width: 31%;
	margin: 0 1%  15px;
	border:1px solid #CCCCCC ;
	background-color:#FFFFFF ;
	float: left;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
position:relative;
box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.2);
}
.st_shop h3{
	background: url(images/hana/stshop_bg.png) no-repeat bottom center #efefef;
	padding: 5px 0px 3px 5px ;
	font-family:"ヒラギノ丸ゴ Pro W4",ヒラギノ丸ゴ Pro W4, Hiragino Maru Gothic Pro, Osaka, "ＭＳ ゴシック", sans-serif;
	color:#ff8401 ; 
}
.st_shop .st_img{
	width: 97%;
	overflow: hidden;
	margin: 0 auto ;
}
.st_shop .st_img img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align:middle ;
}
.st_shop .st_img img.top{
	width: 60%;
	float: left;
}
.st_shop .st_img img.menu{
	width: 36%;
	float: right;
}
.st_shop .st_shop_cont{
	width: 97%;
	overflow: hidden;
	margin: 10px auto 5px;
}
.st_shop .st_shop_info{
	width: 100%;
	overflow: hidden;
	background: #efefef;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
position:absolute;
bottom:0;
}
.st_shop .st_shop_info p{
	margin: 5px;
	font-size:90% ;
	color:#666666 ; 
}


/*今だけイベント*/
.now_events {
	 margin: 15px auto;
	padding: 0;
	width:95% ;
	/*display: none;*/
}
.now_events p{
	margin: 0;
	padding: 0;
}
.now_events .now_events_wrap {
	 overflow: hidden;
	width:100% ;
	padding: 10px 0px 20px ;
	background: url(images/hana/now_events_02.png) repeat-y;
	-webkit-background-size: 100% auto;
background-size: 100% auto;

}
.now_events .now_events_cont {
	margin: 0 auto;
	width:90% ;
}
.now_events .now_events_cont .now_events_cont_l{
	width:48% ;
	float: left;
}
.now_events .now_events_cont .now_events_cont_r{
	width:48% ;
	float: right;
}
.now_events .now_events_cont .now_events_cont_c{
	width:48% ;
	margin: 0 auto;
}
.now_events img{
	width:100% ;
}

.owari {
font-size:22px ;
color:red ;
font-weight:bold ;
margin: 25px 0px ;
text-align:center ;
}

/* English */

.en_bn {
width:100% ;
text-align:center ;
margin: 15px 0 0;
}
.content .en_bn ul {
padding-left: 0;
}
.en_bn ul li {
display:inline;
}
#history {
background-color:#FFFFFF ;
margin: 15px 0 0;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
box-shadow: 0 0 0 2px #cccccc inset;
}
#history div{
margin: 0 auto;
padding:20px 0 10px;
width:95% ;
}
#history h3{
font-family: HiraMinProN-W3, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
background: #FDFDFD;
background: linear-gradient(to bottom, #FDFDFD, #D7DDE3); 
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
text-align:center ;
color:#333333 ;
padding:5px 0;
border:1px solid #CCCCCC ;
}
#history h4 {
	position: relative;
	padding: .5em .75em;
	background-color: #f0f0f0;
	border-radius: 6px;
	margin: 0 0 15px 0;
}
#history h4::after {
	position: absolute;
	top: 100%;
	left: 30px;
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 15px solid #f0f0f0;
}


/* English Top NEW*/

#about_e {
background: url(images/hana/etop_bg.png) repeat;
background-size: 100% auto;
margin: 15px 0 0;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
box-shadow: 0 0 0 2px #cccccc inset;
overflow: hidden;
}
#about_e div{
margin: 0 auto;
padding:20px 0 10px;
width:95% ;
}
#about_e h3{
color:#f39800 ;
padding:5px 0;
font-size:30px ;
margin: 0 0 5px 0;
font-weight:bold ;
}
#about_e p{
font-size:18px ;
}
#about_e img.e_left{
float: left;
width:40% ;
margin: 0px 10px 5px 0px ;
}
#about_e img.e_right{
float: right;
width:40% ;
margin: 0px 0px 5px 10px ;
}
#about_e .btn_wrap {
width:100% ;
overflow: hidden;
margin: 0px 0px 5px 0px ;
}
#about_e .btn_wrap img{
width:100% ;
}
#about_e .btn_wrap .bw_left{
width:48% ;
float: left;
}
#about_e .btn_wrap .bw_right{
width:48% ;
float: right;
}

.banner {
    padding: 0.5em 0;
	background: rgba(32,174,229,.9);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}
.banner .banner-btn {
  display: block;
  width: 860px;
  margin: 0 auto;
}
.banner p {
  float: left;
  width: 16%;
}
.banner p img{
  width: 100%;
}
.banner ul {
  float: right;
  width: 77%;
}
.banner ul li{
  list-style:none;
  color:#FFFFFF ; 
  font-size:110% ;
  display:inline;
  margin-right:10px;
}
.banner ul li span{
  font-size:150% ;
  font-weight:bold ;
}
.banner ul li span.red_tx{
  color:red ;
}
.banner div {
  overflow: hidden;
  margin: 10px 0;
}

/* 日本語サイトトップの下固定 */

.banner div.ticket_wrap{
	text-align:center;
	margin:10px 0;
}
.banner div.banner-btn a.ticket_top{
    position: relative;
    display: inline-block;
    padding: 0.5em 0.75em;
    text-decoration: none;
    color: #FFF;
    background: #fd9535;/*色*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    font-weight: bold;
    border: solid 2px #d27d00;/*線色*/
	font-size:110%;
}
.banner div.banner-btn a.ticket_top:before {
    margin-right: 0.3em;
    font-family: FontAwesome;
    content: "\f145";
    color:inherit;
}
.banner div.banner-btn a.ticket_top:after {
    margin-left: 0.3em;
    font-family: FontAwesome;
    content: "\f138";
    color:inherit;
}

/* 画像で表示パターン
.banner {
    padding: 1em 0;
	background: url(images/hana/en/access.png) no-repeat left center,rgba(229,74,139,.9);
	background-size: 100px auto;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}
.banner .banner-btn {
  display: block;
  width: 860px;
  margin: 0 auto;
}
.banner .banner-btn img{
  float: left;
  width: 30%;
  margin: 0 5px 0 0;
}
.banner .banner-btn img:last-child{
  margin: 0 0 0 0;
}*/

/* historical walk */

#history h2 {
	position: relative;
	text-align: center;
}
#history h2 span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	background-color: #fff;
	text-align: left;
}
#history h2::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #ccc;
}

/* gallery */

#letter_wrap {
background: url(images/hana/etop_bg.png) repeat;
background-size: 100% auto;
margin: 15px 0 0;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
box-shadow: 0 0 0 2px #cccccc inset;
overflow: hidden;
width: 100%;
position: relative;
}
.item_wrap {
	width: 95%;
	margin: 10px auto;
	overflow: hidden;
}
.item_wrap:last-child {
	margin: 10px auto 20px;
}

.item {
	width:100%;
	float: none;
	clear:both;
	position:relative;
	}

.item > .item-info {
	position:absolute;
	top:0;
	left:0;
	z-index:100;
	visibility:hidden;
  opacity:0;
  transition:visibility 0s linear 0.5s,opacity 0.5s linear;
	background-color:rgba(0,0,0,0.8);
	color:#fff;
  overflow: hidden;
  width:100%;
height:100%;
}

.item:hover > .item-info {
	visibility:visible;
  opacity:1;
  transition-delay:0s;
}

.item-info p {
	bottom:0;
	position:absolute;
	margin: 0 5px;
}

.items {
  margin: 5px 0 5px 3px;
  float: left;
}
.items:first-child {
  margin: 5px 0 5px 0;
}
.items img{
  width: 100%;
}
.item_wrap .img01{
  width: 27.772%;
}
.item_wrap .img02{
  width: 43.297%;
}
.item_wrap .img03{
  width: 27.772%;
}
.item_wrap .img04{
  width: 36%;
}
.item_wrap .img05{
  width: 26.554%;
}
.item_wrap .img05 div:first-child{
  margin-bottom: 10px;
}
.item_wrap .img06{
  width: 36%;
}
.item_wrap .img07{
  width: 23.6%;
}
.item_wrap .img07 div:first-child{
  margin-bottom: 10px;
}
.item_wrap .img08{
  width: 51%;
}
.item_wrap .img09{
  width: 23.6%;
}
.item_wrap .img09 div:first-child{
  margin-bottom: 10px;
}

/* ルミヤシキのトップニュース */

.lumi_news {
	text-align:center;
	color:#FFFFFF;
}
.lumi_news p{
	padding-top:10px;
}
.lumi_news p:before {
    content: "NEWS";
}

/* トップページの口コミ */
.kuchikomi {
	clear: both;
	margin: 15px auto;
	max-width: 860px;
}
/*.kuchikomi .k_inner{
	background:url(images/hana/top_kuchikomi_bg02.png) bottom center no-repeat , url(images/hana/top_kuchikomi02.png) top center no-repeat ,  url(images/hana/top_kuchikomi_bg.png) top center repeat-y ;
	background-size: 100% auto , 100% auto , 100% auto;
	width: 100%;
}*/
.kuchikomi .k_inner{
	background:url(images/hana/top_kuchikomi03.png) bottom center repeat-y ;
	background-size: 100% auto;
	width: 100%;
}
.kuchikomi .k_inner div{
display:flex;
-webkit-box-pack:justify;
-ms-flex-pack:justify;
justify-content:space-between;
flex-wrap:wrap;
width: 96%;
	margin: 0 auto;
	padding: 30px 0 30px;
}
.kuchikomi .k_inner a{
	width: 19%;
}
.kuchikomi .k_inner a img{
	width: 100%;
}

@media only screen
and (max-width : 640px) {
	
.kuchikomi .k_inner a{
	width: 30%;
	padding-bottom: 20px;
}
.kuchikomi .k_inner a img{
	width: 100%;
}

}


/* 撮影 */

.satuei .sred{
color: red;
}
.satuei ul.ss,
.satuei ul.sss{
margin-bottom: 15px;
}
.satuei ul.ss li{
list-style-type:disc;
margin-left: 20px;
}
.satuei ul.sss li{
list-style-type:decimal;
margin-left: 20px;
}

/* Mobile Media Queries
-------------------------------------------------------------- */
@media only screen
and (min-width : 990px) {

.for_sp {
display: none;
}

.breadcrumbs {
width: 860px;
margin: 5px auto 5px;
font-size:11px ;
}

.semi img{
width:230px ;
}

a:hover img {
opacity: 0.7;
filter: alpha(opacity=70);
}
#logo-wrap a:hover img {
opacity: 1.0;
filter: alpha(opacity=100);
}

/* form */

.inquiry_form ul.btn_area{
margin: 0 auto;
width: 230px;
}

dl.iqfm-table {
width: 95%;
line-height: 200%;
margin: 0 auto 20px auto;
overflow: hidden;
}
dl.iqfm-table dt {
float: left;
clear: both;
width: 40%;
margin-bottom:15px ;
padding-top:10px ;
padding-top:10px ;
border-top:1px solid #cccccc;
}
dl.iqfm-table dd {
float: left;
width: 60%;
margin-bottom:15px ;
padding-top:10px ;
border-top:1px solid #cccccc;
}
dl.iqfm-table .red {
color: red;
background: none;
}
	
	#header-container header, #container, .footer-widget-container .inside, #site-info {
		max-width: 860px;
		overflow:hidden;
	}

.innerBox	{ width:860px; margin:0px auto; }


form#searchform input#s {
width: 120px;
}

#topPr .prImage {
box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
margin-bottom: 20px;
border: 4px solid #fff;
}

form#searchform input#searchsubmit {
width: 20%;
}

form#searchform input#searchsubmit {
padding: 7px 0px;
}

.two-col-r .content, .two-col-l .content {
width: 590px;
padding-top: 25px;
}

	#header-container nav.secondary-menu {
		width: 100%;
		margin: 0;
		float: left;
	}
	
	#header-widget-area {
		width: 27%;
	}
	
	header .pc_info_widget {
		max-height: none;
	}
	
	header .pc_info_widget .phone {
		display: block;
		min-height: 35px;
	}
	
	header .pc_info_widget .search {
		display: block;
		clear: left;
		margin: 5px 0 0;
	}
	
	#header-container nav li a {
		padding: 6px 5px;
	}
	
	#header-container nav.primary-menu ul li a.sf-with-ul {
		padding-right: 10px;
	}
	
	#container .pc_info_widget #searchsubmit {
		float: none;
		margin-top: 8px;
	}
	
	.portfolio-medium ul li {
		height: 255px;
	}
	
	.two-col-r .portfolio-large ul li, .two-col-l .portfolio-large ul li {
		height: 335px;
	}
	
	.portfolio-large ul li {
		height: 295px;
	}
	
	.three-col-r .content .portfolio-medium ul li, .three-col-l .content .portfolio-medium ul li, .three-col-c .content .portfolio-medium ul li {
		max-width: 278px;
	}
	
	.two-col-r .portfolio-medium ul li, .two-col-l .portfolio-medium ul li {
		max-width: 234px;
	}
	
	.one-col .portfolio-large ul li {
		max-width: 350px;
	}
	
	.one-col .portfolio-small ul li {
		max-width: 168px;
	}
	
	.one-col .portfolio-medium ul li {
		max-width: 229px;
	}
	
	.three-col-r .content .portfolio-large ul li, .three-col-l .content .portfolio-large ul li, .three-col-c .content .portfolio-large ul li {
		max-width: 270px;
	}

/*top*/


#hanap #content {
margin: 0 auto;
width:95% ;
}


#header-container {
margin: 0 auto;
max-width: 860px;
}

.head_menu {
margin: 0 0 5px 0;
}

.head_menu ul {
width:99%;
margin: 0 0 0 2px;
}

.head_menu ul li {
display:inline;
margin: 0 0 0 3px;
}

.head_menu ul li img{
width: 16.3%;
}




/* 花プロページ */

.event_header_hanapro ul li {
  display:inline;
  padding: 0 ;
}
.event_header_hanapro ul li img{
  width: 25%;
}

/* 忍者ページ */

.event_header_nin ul li {
  display:inline;
  padding: 0 ;
}
.event_header_nin ul li img{
  width: 25%;
}

/* BBQページ */

.event_header_bbq ul li {
  display:inline;
  padding: 0 ;
}
.event_header_bbq ul li img{
  width: 25%;
}

/* ステージページ */

.event_header_stage ul li {
  display:inline;
  padding: 0 ;
}
.event_header_stage ul li img{
  width: 25%;
}

/*花やしき通り*/

.shop_l01 {
	height: 390px;
}
.shop_l02 {
	height: 460px;
}
.shop_l03 {
	height: 480px;
}
.shop_l04 {
	height: 550px;
}
.info_height {
	height: 70px;
}

/*採用*/

.rrecruit ul.company {
margin: 5px 0 16px;
padding:0 ;
border-bottom: 1px solid #CCC;
}
.rrecruit .company > li {
border-top: 1px solid #CCC;
background: #EFEFEF;
}
.rrecruit .company > li .name {
width: 113px;
border-left: 1px solid #CCC;
}
.rrecruit .company > li > span, .company > li > div {
display: table-cell;
padding: 5px 10px;
}
.rrecruit .company > li .cont {
width: 212px;
border-left: 1px solid #CCC;
border-right: 1px solid #CCC;
background: #FFF;
}

}

@media only screen
and (max-width : 989px) {

.for_989n {
display: none;
}

.for_989b {
display: block;
}

img {
max-width: 100%;
height: auto;
}

dl.iqfm-table .red {
color: red;
background: none;
}

/*ヘッダー*/

#sp_head {
width:100% ;
}

#sp_head .nav {
background: url(images/bg_menu.png) repeat-x;
-webkit-background-size: 2px 40px;
background-size: 2px 40px;
overflow: hidden;
}

.hnav {
    font-size: 12px;
    text-align: center;
    float: left;
    width: 50%;
    height: 40px;
}
.hnav a {
    display: block;
    color: #333333;
    text-decoration: none;
    padding-top: 1px;
    line-height: 1.2em;
    height: 36px;
    border-right: 1px solid #c1c1c1;
}
.hnav .border_r0 {
    border-right:none;
}
.hnav div {
    display: inline-block;
}
.hnav span {
    display: table-cell;
    vertical-align: middle;
    height: 38px;
    padding-left: 24px;
}

.icon_tel span {
    background: url(images/icon_free_call.png) left center no-repeat;
    -webkit-background-size: 22px 22px;
    background-size: 22px 22px;
}
.icon_mail span {
    background: url(images/icon_mail.png) left center no-repeat;
    -webkit-background-size: 22px 22px;
    background-size: 22px 22px;
}
.hnav.icon_product div {
    border-left: none!important;
}
.hnav.icon_diy div {
    border-right: none!important;
}

#sp_head .nav ul li {
list-style: none;
}

/*サイドバー*/

.semi img {
width: 230px;
}

/*セミナー*/

.semi_container {
width:31% ;
}

/* results */

.results_sp {
width: 29%;
height:370px ;
}

/* company */
ul.company,
ul.fee,
ul.nin_fee {
border-bottom: none;
}
.company > li .name,
.fee > li .name,
.nin_fee > li .name {
width: auto;
font-weight: bold;
border-width:0px 0px 1px 0px ;
border-style:solid ; 
border-color:#CCC ;
}
.company > li .cont,
.fee > li .cont,
.nin_fee > li .cont {
width: auto;
border:none ;
padding-bottom:10px ;
}
.company > li div,
.fee > li div,
.nin_fee > li div {
display: block;
float: none;
}



/*ここまで*/

/*#gMenu .menu li a {
background: url(images/arrow_gray.png) right bottom no-repeat;
color: #333;
display: block;
overflow: hidden;
padding: 20px 15px 18px;
margin: 0px;
line-height: 110%;
text-decoration: none;
letter-spacing: 0px;
text-align: left;
position: relative;
}*/



#topPr .prImage {
box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
margin-bottom: 20px;
border: 4px solid #fff;
max-width: 310px;
}

.moreLink {
margin-bottom: 20px;
}

form#searchform input#s {
margin: 0px 0px 0px 5px;
padding: 5px;
width: 50%;
float: left;
}

.two-col-r .content, .two-col-l .content {
max-width: 590px;
width: 68%;
padding-top: 30px;
}

/*top*/

#container {
/* overflow: hidden;
background: url(images/hana/container_bg.png) no-repeat top center;*/
}

#header-container {
margin: 0 auto;
max-width: 860px;
}

.head_menu ul li {
display:inline;
}

.head_menu ul li img{
width: 16.66666%;
}

/* 花プロページ */

.event_header_hanapro ul li {
  display:inline;
  padding: 0 ;
}
.event_header_hanapro ul li img{
  width: 25%;
}

/* 忍者ページ */

.event_header_nin ul li {
  display:inline;
  padding: 0 ;
}
.event_header_nin ul li img{
  width: 25%;
}

/* BBQページ */

.event_header_bbq ul li {
  display:inline;
  padding: 0 ;
}
.event_header_bbq ul li img{
  width: 25%;
}

/* ステージページ */

.event_header_stage ul li {
  display:inline;
  padding: 0 ;
}
.event_header_stage ul li img{
  width: 25%;
}

/*花やしき通り*/

.shop_l01 {
	min-height: 400px;
}
.shop_l02 {
	min-height: 460px;
}
.shop_l03 {
	min-height: 480px;
}
.info_height {
	min-height: 70px;
}

/*今だけイベント*/

.now_events .now_events_wrap {
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	/*display: none;*/
}


/*採用*/
.rrecruit ul.company {
border-bottom: none;
margin: 5px 0 16px;
padding:0 ;
}
.rrecruit ul.company > li .name {
width: auto;
font-weight: bold;
border-width:0px 0px 1px 0px ;
border-style:solid ; 
border-color:#CCC ;
}
.rrecruit ul.company > li .cont,
.fee > li .cont,
.nin_fee > li .cont {
width: auto;
border:none ;
padding-bottom:10px ;
}
.rrecruit ul.company > li div,
.fee > li div,
.nin_fee > li div {
display: block;
float: none;
}

}

@media only screen
and (max-width : 767px) {

.for_pc {
display: none;
}
.for_sp {
display: block;
}
dl.iqfm-table .red {
color: red;
background: none;
}

/*ヘッダー*/

#sp_head {
width:100% ;
}

#maintab ul li img{
	padding-left:3px ;
	width:18% ;
}

#sp_head .nav {
background: url(images/bg_menu.png) repeat-x;
-webkit-background-size: 2px 40px;
background-size: 2px 40px;
overflow: hidden;
}

.hnav {
    font-size: 12px;
    text-align: center;
    float: left;
    width: 50%;
    height: 40px;
}
.hnav a {
    display: block;
    color: #333333;
    text-decoration: none;
    padding-top: 1px;
    line-height: 1.2em;
    height: 36px;
    border-right: 1px solid #c1c1c1;
}
.hnav .border_r0 {
    border-right:none;
}
.hnav div {
    display: inline-block;
}
.hnav span {
    display: table-cell;
    vertical-align: middle;
    height: 38px;
    padding-left: 24px;
}

.icon_tel span {
    background: url(images/icon_free_call.png) left center no-repeat;
    -webkit-background-size: 22px 22px;
    background-size: 22px 22px;
}
.icon_mail span {
    background: url(images/icon_mail.png) left center no-repeat;
    -webkit-background-size: 22px 22px;
    background-size: 22px 22px;
}
.hnav.icon_product div {
    border-left: none!important;
}
.hnav.icon_diy div {
    border-right: none!important;
}

#sp_head .nav ul li {
list-style: none;
}


/*サイドバー*/

.side_top {
padding-top: 15px;
margin: 50px 0px 0px 0px ;
border-top:1px solid #cccccc;
clear: both;
}

.side_wrap {
width:100% ;
box-shadow: none;
margin: 10px 0px 0px 0px ;
}

.side_bn {
width:80% ;
text-align:center ;
margin: 15px auto 0;
}
.side_bn ul li {
padding: 0px 0px 10px 0px ;
}



ul.column {
border-bottom-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
}

.menu_wrap {
	background-image:url(images/side_menu_bg.png) ; 
	background-repeat:repeat ;
	background-position: left top ;
	border:1px solid #0090EE ;
}
ul.side_menu{
	margin-bottom:5px ;
	text-align:center ;
}
ul.side_menu li{
	padding: 5px 0px 0px 0px ;
	list-style:none;
}
ul.side_menu li img{
	width:95% ;
}

.mnav {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #cccccc;
	overflow: hidden;
	margin-bottom:10px ;
}
.mnav li {
    border-bottom: 1px solid #cccccc;
}
.mnav li:last-child {
    border-bottom: none;
}
.mnav li:first-child a {
    border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
}
.mnav li:last-child a {
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}
.mnav a {
    display: block;
    text-decoration: none;
    color: #333333;
    border: 1px solid #ffffff;
}
.mnav div.medibook {
    height: 52px;
    padding-left: 45px;
    display: table-cell;
    vertical-align: middle;
    line-height: 1.3;
}
.mnav div.pagelist {
    height: 52px;
    padding-left: 45px;
    display: table-cell;
    vertical-align: middle;
    line-height: 1.3;
}
.mnav div.social {
    height: 52px;
    padding-left: 60px;
    display: table-cell;
    vertical-align: middle;
    line-height: 1.3;
}
#p_index .mnav div {
    letter-spacing: -1px;
}

.mnav a {
    background: url(images/icon_arrow_sp.png) 10px center no-repeat , url(images/icon_tablemenu.png) right center no-repeat , url(images/bg_tablemenu.png) repeat-x;
    -webkit-background-size: 20px 20px , 23px 16px , 1px 52px;
    background-size: 20px 20px , 23px 16px , 1px 52px;
}

.mnav .fb a {
    background: url(images/icon_fb_sp.png) 10px center no-repeat , url(images/icon_pagelink.png) right center no-repeat , url(images/bg_tablemenu_gy.png) repeat-x;
    -webkit-background-size: 20px 20px , 23px 16px , 1px 52px;
    background-size: 40px 40px , 23px 16px , 1px 52px;
}
.mnav .insta a {
    background: url(images/hana/icon_insta_sp.png) 10px center no-repeat , url(images/icon_pagelink.png) right center no-repeat , url(images/bg_tablemenu_gy.png) repeat-x;
    -webkit-background-size: 20px 20px , 23px 16px , 1px 52px;
    background-size: 40px 40px , 23px 16px , 1px 52px;
}
.mnav .blog a {
    background: url(images/icon_blog_sp.png) 10px center no-repeat , url(images/icon_pagelink.png) right center no-repeat , url(images/bg_tablemenu_gy.png) repeat-x;
    -webkit-background-size: 20px 20px , 23px 16px , 1px 52px;
    background-size: 40px 40px , 23px 16px , 1px 52px;
}
.mnav .tw a {
    background: url(images/icon_twitter_sp.png) 10px center no-repeat , url(images/icon_pagelink.png) right center no-repeat , url(images/bg_tablemenu_gy.png) repeat-x;
    -webkit-background-size: 20px 20px , 23px 16px , 1px 52px;
    background-size: 40px 40px , 23px 16px , 1px 52px;
}

.semi img {
width: 100%;
height: auto;
}

/*トップ*/

#tn_cont_bt{
vertical-align: top;
margin: 0;
}

dl.column{
	width:100% ;
	line-height:180% ; 
	margin: 5px auto 10px ;
	overflow: hidden;
}
dl.column dt{
	float: left;
	clear: both;
	width:35% ;
	background: url(images/news_ar.png) no-repeat;
	background-position: 0 40% ;
	padding: 0px 0px 0px 10px ;
}
dl.column dd{
	float: left;
	width:60% ;
	padding: 0px 0px 0px 0px ;
}

/*ヘッダー*/

#logo-wrap {
width:40% ;
margin: 0 auto 0 0;
float: none;
}
#head-right {
float: right;
width:65% ;
margin: 15px 10px 0px 0px ;
}
#head_top .innerBox {
    text-align:left;
}

header {
	position:relative
}
.head-to-eng {
position:absolute;
top:5px;
right:5px;
width:45%;
display:flex;
-webkit-box-pack:justify;
-ms-flex-pack:justify;
justify-content:space-between;
flex-wrap:wrap;
}
.head-to-eng div{
width: 32%;
}

.head_info{
background-color:#FFFFFF ;
margin: 0px auto 10px;
width:98%;
border-radius: 8px;
font-size:90%;
display:block;
overflow:hidden;
}
.head_info img{
vertical-align:middle;
}
.head_info div{
padding:5px 5px;
}
.head_info div.pad{
padding:8px 0 5px;
}
.head_info div:first-child{
	background-color:#0068b7;
	color: #FFF;
	font-size:90%;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	padding:3px 5px 3px;
}
.head_info div span{
	margin-left:3px;
}
.head_info div span.head_title{
	color:#03a2fe;
}
.head_info div span.eigyo:after {
    margin-left: 0.3em;
    font-family: FontAwesome;
    content: "\f017";
    color:inherit;
}
.head_info div span.tenki:after {
    margin-left: 0.3em;
    font-family: FontAwesome;
    content: "\f058";
    color:inherit;
}
.head_info div span.head_title {
	display:none;
}
.head_info div.pad ul{
	float:none;
	margin-top:0px;
}
.head_info div.pad ul#todays-events li{
	display:inline;
}
.head_info div.pad ul#todays-events li span{
    font-size: 90%;
    font-weight: nomal;
}
.head_info div.today{
	text-align:center;
}
.head_info div.eiji{
	float:left;
	margin-right:5px
}
.head_info div.tenki{
	float:left;
}

.headline {
	text-align:center;
	color:red;
}
.headline p:before {
    margin-left: 0.3em;
    font-family: FontAwesome;
    content: "\f05a";
    color:inherit;
}

/*フッター*/
#footer .container {
    width: 100%;
}
footer .widget02 {
    width: 96%;
    float: none;
	margin:0 auto;
}
footer .widget02 img{
    width: 50%;
}
footer .widget02 img{
    width: 50%;
}

/*コンテンツ*/

.title_area {
	background-image:url(images/post_title_b.png) ; 
	background-repeat:repeat-x ;
	background-position: left bottom ;
	margin: 0 0 20px 0;
}

h1.post-title,
.cont_title01 {
font-size: 22px;
min-height:45px ;
padding: 0px 0px 0px 20px;
font-weight: bold;
color: #045586;
background: #FDFDFD;
background: -moz-linear-gradient(center top, #FDFDFD 0%,#EFEEEE 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FDFDFD),color-stop(1, #EFEEEE));
background: linear-gradient(to bottom, #FDFDFD, #EFEEEE); 
border-left:1px solid #2b3a7f;
border-top:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
border-bottom:1px solid #CCCCCC;
}



.post .h2_01, .post .h2_02, .post .h2_03,
.cont_title02  {
font-size: 19px;
height: auto;
padding: 2px 5px 0px 13px;
font-weight: bold;
color: #cccccc;
border-top:1px solid #F6F6F6;
border-right:1px solid #F6F6F6;
border-bottom:1px solid #F6F6F6;
border-left:5px solid #65C2FA;
background-image:none; 
}
.cont_title03 {
font-size: 14px;
height: 26px;
padding: 2px 0px 0px 13px;
color: #DC8312;
border-left:5px solid #045586;
background-image:none;
margin: 3px 0px 10px 0px ;
}


/* company */
ul.company,
ul.fee,
ul.nin_fee {
border-bottom: none;
}
.company > li .name,
.fee > li .name,
.nin_fee > li .name {
width: auto;
font-weight: bold;
border-width:0px 0px 1px 0px ;
border-style:solid ; 
border-color:#CCC ;
}
.company > li .cont,
.fee > li .cont,
.nin_fee > li .cont {
width: auto;
border:none ;
padding-bottom:10px ;
}
.company > li div,
.fee > li div,
.nin_fee > li div {
display: block;
float: none;
}


/*ここまで*/

img {
max-width: 100%;
height: auto;
}
	
	#header-container header, #container, .footer-widget-container .inside, #site-info {
		max-width: 550px;
	}
	
	header .pc_info_widget .phone:before {
		content: "";
		display: none;
	}
	
.innerBox {
text-align: left;
width: 94%;
margin: 0px 3%;
}

#topPr .prImage {
box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
float: left;
width: 70px;
margin-right: 10px;
overflow: hidden;
margin-bottom: 20px;
border: 4px solid #fff;
}

.two-col-r .content, .two-col-l .content {
max-width: 600px;
width: 68%;
padding-top: 30px;
}

	#header-widget-area {
		float: none;
		width: 98%;
		clear: both;
		text-align: center;
	}
	
	header .pc_info_widget .search {
		display: inline-block;
		clear: none;
	}
	
	#logo-wrap {
	}
	
	#site-title, #site-description {
		text-align: center;
		float: none;
		display: block;
		max-width: none;
	}
	
	#site-logo a {
		text-align: center;
		float: none;
		display: block;
		width: 98%;
	}

	.sidebar-container.right, .sidebar-container.left {
		float: none;
	}
	
	.sidebar-container .widget {
		clear: both;
	}
	
	.portfolio-medium ul li {
		height: 275px;
	}
	
	.two-col-r .content, .two-col-l .content, .sidebar-container, .three-col-r .content, .three-col-l .content, .three-col-c .content {
		max-width: 100%;
		width: 100%;
		overflow: hidden;
	}
	
	.two-col-r .portfolio-medium ul li, .two-col-l .portfolio-medium ul li, .one-col .portfolio-medium ul li {
		max-width: 255px;
	}
	
	.portfolio-large ul li, .one-col .portfolio-large ul li, .three-col-r .content .portfolio-large ul li, .three-col-l .content .portfolio-large ul li, .three-col-c .content .portfolio-large ul li {
		height: 335px;
		max-width: 466px;
	}
	
	.one-col .portfolio-small ul li {
		max-width: 210px;
	}
	
	.footer-widget-container .testimonial-meta, .sidebar-container .testimonial-meta {
		width: 18%;
		clear: none;
		padding-top: 5px;
	}
	
	footer .widget {
		float: none;
		width: 95%;
	}
	
	footer .widget:first-child, footer .slider-wrapper:first-child {
		margin-left: 2.1%;
	}

.breadcrumbs {
font-size:10px ;
padding-left:5px ;
}

/*top*/

#header-container {
margin: 0 auto;
max-width: 550px;
}

.head_menu ul li {
display:inline;
}

.head_menu ul li img{
width: 33.33333%;
}

.head-right {
float: right;
width:50% ;
margin: 0px 0px 10px 0px ;
}

.head-right .hr_u ul li {
    padding-left: 2%;
}
.head-right ul li {
    display: inline;
    margin: 0px 0px 0px 1%;
}

.head-right .hr_u img.namco{
width: 18%;
}
.head-right .hr_u img.fb{
width: 14%;
}
.head-right .hr_u img.tw{
width: 15%;
}

/* サイドバーイベントカレンダー */

#primary-sidebar .eo-calendar {
  font-size: 100%;
}
#primary-sidebar .eo-calendar table{
  width:100% ;
}
#primary-sidebar .eo-calendar td {
  padding: 8px;
}

/* 花プロページ */

.event_header_hanapro ul li {
  width: 50%;
  display:inline;
  padding: 0px 0px ;
}
.event_header_hanapro ul li img{
  width: 50%;
}
.hanapro_cont{
margin: 0px auto 30px auto ;
width:95% ;
border-bottom:1px solid #666666;
}
h2.title_area_hanapro {
font-family:"ヒラギノ丸ゴ Pro W4",ヒラギノ丸ゴ Pro W4, Hiragino Maru Gothic Pro, Osaka, "ＭＳ ゴシック", sans-serif;
color:#d62b82 ; 
font-size:160% ;
font-weight:bold ;
border-bottom:3px solid #d62b82;
margin: 0px 0px 10px 0px ;
padding:9% 0px 0px 0px ;
background: url(images/hana/hanapro_logo.jpg) no-repeat top right;
-webkit-background-size: 20% auto;
background-size: 20% auto;
}
h2.title_area_hanapro02 {
font-family:"ヒラギノ丸ゴ Pro W4",ヒラギノ丸ゴ Pro W4, Hiragino Maru Gothic Pro, Osaka, "ＭＳ ゴシック", sans-serif;
color:#d62b82 ; 
font-size:160% ;
font-weight:bold ;
border-bottom:3px solid #d62b82;
margin: 0px auto 10px auto ;
padding:9% 0px 0px 0px ;
background: url(images/hana/hanapro_logo.jpg) no-repeat top right;
-webkit-background-size: 20% auto;
background-size: 20% auto;
width:95% ;
}
h2.title_area_hanapro03 {
font-family:"ヒラギノ丸ゴ Pro W4",ヒラギノ丸ゴ Pro W4, Hiragino Maru Gothic Pro, Osaka, "ＭＳ ゴシック", sans-serif;
color:#2b86bb ; 
font-size:160% ;
font-weight:bold ;
border-bottom:3px solid #2b86bb;
margin: 0px auto 10px auto ;
padding:9% 0px 0px 0px ;
background: url(images/hana/hanapro_logo.jpg) no-repeat top right;
-webkit-background-size: 20% auto;
background-size: 20% auto;
width:95% ;
}
h3.sub_hanapro {
font-family:"ヒラギノ丸ゴ Pro W4",ヒラギノ丸ゴ Pro W4, Hiragino Maru Gothic Pro, Osaka, "ＭＳ ゴシック", sans-serif;
color:#d62b82 ; 
font-size:140% ;
font-weight:bold ;
text-align:center ;
}

.hanapro_wrestlers {
padding: 5px ;
border:1px solid #FF6633 ;
float: left;
margin: 0px 5px 10px 0px ;
width:27.5% ;
min-height:150px ;
}

/* 花プロレスラー詳細ページ */

.wres_wrap h3 {
font-family:"ヒラギノ丸ゴ Pro W4",ヒラギノ丸ゴ Pro W4, Hiragino Maru Gothic Pro, Osaka, "ＭＳ ゴシック", sans-serif;
color:#d62b82 ; 
font-size:160% ;
font-weight:bold ;
border-bottom:1px solid #d62b82;
margin: 0px 0px 10px 0px ;
padding:0 0px 1% 8% ;
background: url(images/hana/mask_dt02.gif) no-repeat top left;
-webkit-background-size: 7% auto;
background-size: 7% auto;
}

.wres_wrap {
width:100% ;
overflow: hidden;
margin: 0px 0px 5px 0px ;
}
.wres_wrap .wres_img{
width:70% ;
float: none;
text-align:center ;
margin: 0px auto ;
}
.wres_wrap .wres_cont{
width:95% ;
float: none;
text-align:center ;
margin: 10px auto 0;
}

/* 忍者ページ */

.event_header_nin ul {
  padding:10px 0;
}

.event_header_nin ul li {
  width: 50%;
  display:inline;
  padding: 0px 0px ;
}
.event_header_nin ul li img{
  width: 50%;
}


/* BBQページ */

.event_header_bbq ul {
  padding:10px 0 0;
}

.event_header_bbq ul li {
  width: 50%;
  display:inline;
  padding: 0px 0px ;
}
.event_header_bbq ul li img{
  width: 50%;
}
.event_header_bbq {
  margin: 0 0 0 0;
}
.event_header_bbq .main_img ul {
position:relative;
}

.bbq_wrap .bbq_course {
width:47% ;
float: left;
margin: 0px 5px 20px 0px ;
}

/* ステージページ */


.event_header_stage ul li {
  width: 50%;
  display:inline;
  padding: 0px 0px ;
}
.event_header_stage ul li img{
  width: 50%;
}

/* アトラクションリストページ */

.att_list ul li {
	float: left;
	margin-right:10px;
	width:45% ;
	border:1px solid #cccccc ;
	margin: 0px 2px 10px;
	padding:5px ;
}


/* アトラクション個別ページ */

#kensaku #ken_l{
width:40% ;
float: left;
padding:12px 0 0 5px;
font-family:"ヒラギノ丸ゴ Pro W4",ヒラギノ丸ゴ Pro W4, Hiragino Maru Gothic Pro, Osaka, "ＭＳ ゴシック", sans-serif;
color:#ff8401 ; 
font-size:110% ;
font-weight:bold ;
}
#kensaku #ken_r{
width:55% ;
float: right;
}

/* 今月＆来月のイベント */

ul.event_tab li {
	display:inline;
	width:40% ;
}
ul.event_tab li img{
	width:40% ;
}
ul.event_tab li.sub {
	width:35% ;
}
ul.event_tab li.sub img{
	width:35% ;
}

/* 貸切 */

ul.rental_link li {
	display:inline;
	width:45% ;
}
ul.rental_link li img{
	width:45% ;
	padding-bottom:5px ;
}
.form_width{
	width:45% ;
	margin-top:20px ;
}
.square_btn {
	margin-bottom:20px;
	width:35% ;
}

/* 撮影・取材について */

ul.photography_link {
	padding:15px 0 5px 0;
	width: 90%;
	margin: 0 auto;
}
ul.photography_link li {
	display:inline;
	width:100% ;
	margin-right: 0;
}
.square_btn02,
.square_btn03{
	width: 100%;
	position: relative;
    padding: 0.5em 0;
	margin-bottom: 10px;
}
.square_btn02:after{
    font-family: FontAwesome;
    content: "\f138";
    color:inherit;
	position: absolute;
	right:5%;
	top:22%;
}
.square_btn03:after{
    font-family: FontAwesome;
    content: "\f138";
    color:inherit;
	position: absolute;
	right:5%;
	top:30%;
}
ul.photography_link02 {
	width: 90%;
	margin: 0 auto;
}
ul.photography_link02 li {
	display:block;
	margin-right:0;
	font-size: 90%;
}
ul.photography_link02 li a{
    display:block; 
	transition: 1.0s;
	width: auto;
}
ul.photography_link02 li span {
	display:inline;
}

/* 天気 */
.weather p{
float: left;
padding: 0px 1% ;
width:30% ;
}

/* 固定イベントページ */

.event_page {
display:flex;
-webkit-box-pack:justify;
-ms-flex-pack:justify;
justify-content:space-between;
flex-wrap:wrap;
padding:10px 10px;
background:linear-gradient(0deg,rgba(211,237,251,.1), rgba(211,237,251,.6));
margin-bottom:15px;
}
.event_page .event_title{
	display:none;
}
.event_page .event_time{
width:48%;
padding: 10px 0 ;
margin: 0px 0 10px;
background-color:#FFFFFF ;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
box-shadow: 0 0 0 1px #f6ad56 inset;
-moz-box-shadow: 0 0 0 1px #f6ad56 inset;
-webkit-box-shadow: 0 0 0 1px #f6ad56 inset;
text-align:center;
}
/* イベントカレンダー */
.event_page .event_cale{
width:48%;
}
.event_cale .eo-calendar {
  font-size: 70%;
}
.event_cale .eo-calendar table{
  width:100% ;
}
.event_cale .eo-calendar table caption{
  color:#f39800 ;
  font-size: 100%;
}
.event_cale .eo-calendar td {
  padding: 0px;
  text-align:center ;
  border-width:0px 1px 1px 1px ;
border-style:solid ; 
border-color:#efc071 ;
background-color:#FFF ;
}
.event_cale .eo-calendar thead th {
  border-width:1px 1px 1px 1px ;
border-style:solid ; 
border-color:#efc071 ;
background-color:#f39800 ;
padding: 0px;
color:#FFFFFF ;
}
.event_cale .eo-calendar tfoot td {
  padding: 0px;
  text-align:center ;
  border-width:0px 0px 0px 0px ;
border-style:solid ; 
border-color:#efc071 ;
}

/* アトラクションと料金のタブ */

ul.att_cate li {
	display:inline;
	width:30% ;
}
ul.att_cate li img{
	width:30% ;
}
ul.att_cate li.sub {
	width:22% ;
}
ul.att_cate li.sub img{
	width:22% ;
}

/* フッター */

#fi_left {
  width: 100%;
  float: none;
}

#footerInner ul#foot_bn li img {
vertical-align:middle ;
width:47% ;
margin-bottom:10px ;
}

/* 忍者ページ イメージ */
ul.nin_img {
	margin:0 auto;
	padding-left: 0;
}
ul.nin_img li {
	display:inline;
	margin: 0px 5px 0px 0px ;
	padding: 0px 0px 0px 10px ;
	line-height:1.1;
}
ul.nin_img li img{
width:43% ;
margin: 0px 0px 5px 0px ;
}

/*花やしき通り*/

.st_shop {
	width: 95%;
	margin: 0 auto 10px auto;
	border:1px solid #CCCCCC ;
	float: none;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
position:relative;
}
.st_shop_info .for_sp {
    display:inline;
}

/*採用*/
.rrecruit ul.company {
border-bottom: none;
margin: 5px 0 16px;
padding:0 ;
}
.rrecruit ul.company > li .name {
width: auto;
font-weight: bold;
border-width:0px 0px 1px 0px ;
border-style:solid ; 
border-color:#CCC ;
}
.rrecruit ul.company > li .cont,
.fee > li .cont,
.nin_fee > li .cont {
width: auto;
border:none ;
padding-bottom:10px ;
}
.rrecruit ul.company > li div,
.fee > li div,
.nin_fee > li div {
display: block;
float: none;
}



.rrecruit .rec_left{
width:100% ;
float: none;
}
.rrecruit .rec_right{
width:100% ;
float: none;
background: #fffcdb;
background: -moz-linear-gradient(center top, #fffcdb 0%,#fffef7 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fffcdb),color-stop(1, #fffef7));
background: linear-gradient(to bottom, #fffcdb, #fffef7); 
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
padding:10px ;
}

.rrecruit .rec_oubo{
background: url(images/hana/rireki.png) no-repeat bottom right , url(images/hana/rec_bg.jpg) repeat-y top center;
-webkit-background-size: 20% auto , 100% auto;
background-size: 20% auto , 100% auto;
}
.rrecruit .rec_oubo div{
width: 90%;
margin: 0 auto;
padding: 15px 0px ;
font-size:15px ;
overflow: hidden;
}
.rrecruit .rec_oubo div h4{
width:100% ;
float: none;
}
.rrecruit .rec_oubo div p{
width:100% ;
float: none;
margin: 5px 0px;
}

/* ショップリストページ英語 */

.en_att_list .att_list ul.shop li {
    margin:0 0 8px 8px;
    padding:5px;
    border:1px solid #cccccc ;
    width:42%;
    list-style:none;
	float: none;
	min-height:auto ;
}

/* 新英語サイト用 */

#head_top div.ib_right {
float: none;
text-align:center ;
background-color:#009b63 ;
font-weight: bold;
font-size: 100%;
color:#FFFFFF ; 
clear: both;
margin: 5px 0px ;
}

.banner {
    padding: 0;
}
.banner .banner-btn {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.banner p {
  float: left;
  width: 16%;
}
.banner ul {
  float: right;
  width: 77%;
}
.banner ul li{
  list-style:none;
  color:#FFFFFF ; 
  font-size:95% ;
  display:block;
  margin-right:10px;
}
.banner ul li span{
  font-size:115% ;
  font-weight:bold ;
}
.banner div {
  overflow: hidden;
  margin: 5px 0;
}

/* アクセス画像のやーつ
.banner {
    padding: 1em 0;
	background:rgba(229,74,139,.9);
	background: url(images/hana/en/access.png) no-repeat left top,rgba(229,74,139,.9);
	background-size: 100px auto;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}
.banner .banner-btn {
  display: block;
  width: 100%;
  margin: 15px auto 0;
}
.banner .banner-btn img{
  float: left;
  width: 47%;
  margin: 5px;
}
.banner .banner-btn img:last-child{
  margin: 5px;
}*/

/* 英語ギャラリーページ */

.item_wrap .img01{
  width: 27%;
}
.item_wrap .img02{
  width: 43%;
}
.item_wrap .img03{
  width: 27%;
}
.item_wrap .img04{
  width: 36%;
}
.item_wrap .img05{
  width: 26%;
}
.item_wrap .img06{
  width: 36%;
}

/* イベントカレンダー */
.fc-list-header-right:after{
	content: "\65E5";
}

.foot_bns ul li{
	width:31%;
	margin-bottom: 10px;
}
	
}

@media only screen
and (max-width : 580px) {

.for_pc {
display: none;
}

dl.iqfm-table .red {
color: red;
background: none;
}

#sp_head {
width:100% ;
}

#sp_head .nav {
background: url(images/bg_menu.png) repeat-x;
-webkit-background-size: 2px 40px;
background-size: 2px 40px;
overflow: hidden;
}

.hnav {
    font-size: 12px;
    text-align: center;
    float: left;
    width: 50%;
    height: 40px;
}
.hnav a {
    display: block;
    color: #333333;
    text-decoration: none;
    padding-top: 1px;
    line-height: 1.2em;
    height: 36px;
    border-right: 1px solid #c1c1c1;
}
.hnav .border_r0 {
    border-right:none;
}
.hnav div {
    display: inline-block;
}
.hnav span {
    display: table-cell;
    vertical-align: middle;
    height: 38px;
    padding-left: 24px;
}

.icon_tel span {
    background: url(images/icon_free_call.png) left center no-repeat;
    -webkit-background-size: 22px 22px;
    background-size: 22px 22px;
}
.icon_mail span {
    background: url(images/icon_mail.png) left center no-repeat;
    -webkit-background-size: 22px 22px;
    background-size: 22px 22px;
}
.hnav.icon_product div {
    border-left: none!important;
}
.hnav.icon_diy div {
    border-right: none!important;
}

#sp_head .nav ul li {
list-style: none;
}

.top_img {
    margin: 0 auto;
	width:100% ;
}
.top_img img{
	width:100% ;
	padding:10px 0;
}

#gMenu .menu li.mleft {
border-left: none;
}

/*サイドバー*/

.side_top {
padding-top: 15px;
margin: 50px 0px 0px 0px ;
border-top:1px solid #cccccc;
clear: both;
}

.side_wrap {
width:100% ;
box-shadow: none;
margin: 10px 0px 0px 0px ;
}

dl.professional {
border-bottom-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
}

dl.professional dd {
margin-bottom: 8px;
padding: 5px 0;
margin-left: 70px;
border-bottom: solid 1px #C9D7D8;
height:60px ;
}

.side_tit {
margin: 10px 0px 0px 0px ;
border-width:1px 1px 0px 1px ;
border-style:solid ; 
border-color:#cccccc ;
border-top-left-radius: 5px;
-webkit-border-top-left-radius: 5px;
border-top-right-radius: 5px;
-webkit-border-top-right-radius: 5px;
background: linear-gradient(to bottom, #FBFDFF, #DCE2F2); /* IE10, Firefox 16.0+, Opera 12.50+ */
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FBFDFF), to(#DCE2F2));
background: -moz-linear-gradient(#FBFDFF, #DCE2F2);
-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#FBFDFF, EndColorStr=#DCE2F2)";
-pie-background: linear-gradient(#FBFDFF, #DCE2F2);
}

.side_tit p{
padding: 5px 0 0 5px ;
margin: 0 ;
}



ul.column {
border-bottom-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
}

.menu_wrap {
	background-image:url(images/side_menu_bg.png) ; 
	background-repeat:repeat ;
	background-position: left top ;
	border:1px solid #0090EE ;
}
ul.side_menu{
	margin-bottom:5px ;
	text-align:center ;
}
ul.side_menu li{
	padding: 5px 0px 0px 0px ;
	list-style:none;
}
ul.side_menu li img{
	width:95% ;
}

.mnav {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #cccccc;
	overflow: hidden;
	margin-bottom:10px ;
	font-size:12px ; 
}
.mnav li {
    border-bottom: 1px solid #cccccc;
}
.mnav li:last-child {
    border-bottom: none;
}
.mnav li:first-child a {
    border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
}
.mnav li:last-child a {
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}
.mnav a {
    display: block;
    text-decoration: none;
    color: #333333;
    border: 1px solid #ffffff;
}
.mnav div.medibook {
    height: 52px;
    padding-left: 45px;
    display: table-cell;
    vertical-align: middle;
    line-height: 1.3;
}
.mnav div.pagelist {
    height: 52px;
    padding-left: 45px;
    display: table-cell;
    vertical-align: middle;
    line-height: 1.3;
}
.mnav div.social {
    height: 52px;
    padding-left: 60px;
    display: table-cell;
    vertical-align: middle;
    line-height: 1.3;
}
#p_index .mnav div {
    letter-spacing: -1px;
}

.mnav a {
    background: url(images/icon_arrow_sp.png) 10px center no-repeat , url(images/icon_tablemenu.png) right center no-repeat , url(images/bg_tablemenu.png) repeat-x;
    -webkit-background-size: 20px 20px , 23px 16px , 1px 52px;
    background-size: 20px 20px , 23px 16px , 1px 52px;
}

.mnav .fb a {
    background: url(images/icon_fb_sp.png) 10px center no-repeat , url(images/icon_pagelink.png) right center no-repeat , url(images/bg_tablemenu_gy.png) repeat-x;
    -webkit-background-size: 20px 20px , 23px 16px , 1px 52px;
    background-size: 40px 40px , 23px 16px , 1px 52px;
}
.mnav .blog a {
    background: url(images/icon_blog_sp.png) 10px center no-repeat , url(images/icon_pagelink.png) right center no-repeat , url(images/bg_tablemenu_gy.png) repeat-x;
    -webkit-background-size: 20px 20px , 23px 16px , 1px 52px;
    background-size: 40px 40px , 23px 16px , 1px 52px;
}
.mnav .tw a {
    background: url(images/icon_twitter_sp.png) 10px center no-repeat , url(images/icon_pagelink.png) right center no-repeat , url(images/bg_tablemenu_gy.png) repeat-x;
    -webkit-background-size: 20px 20px , 23px 16px , 1px 52px;
    background-size: 40px 40px , 23px 16px , 1px 52px;
}

.semi img {
width: 100%;
height: auto;
}




/*コンテンツ*/

.title_area {
	background-image:url(images/post_title_b.png) ; 
	background-repeat:repeat-x ;
	background-position: left bottom ;
	margin: 0 0 20px 0;
}

h1.post-title,
.cont_title01 {
font-size: 22px;
min-height:45px ;
padding: 0px 0px 0px 20px;
font-weight: bold;
color: #045586;
background: #FDFDFD;
background: -moz-linear-gradient(center top, #FDFDFD 0%,#EFEEEE 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FDFDFD),color-stop(1, #EFEEEE));
background: linear-gradient(to bottom, #FDFDFD, #EFEEEE); 
border-left:1px solid #2b3a7f;
border-top:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
border-bottom:1px solid #CCCCCC;
}

.post .h2_01, .post .h2_02, .post .h2_03,
.cont_title02  {
font-size: 19px;
height: auto;
padding: 2px 5px 0px 13px;
font-weight: bold;
color: #cccccc;
border-top:1px solid #F6F6F6;
border-right:1px solid #F6F6F6;
border-bottom:1px solid #F6F6F6;
border-left:5px solid #65C2FA;
background-image:none; 
}
.cont_title03 {
font-size: 14px;
height: 26px;
padding: 2px 0px 0px 13px;
color: #DC8312;
border-left:5px solid #045586;
background-image:none;
margin: 3px 0px 10px 0px ;
}

/* company */
ul.company,
ul.fee,
ul.nin_fee {
border-bottom: none;
}
.company > li .name,
.fee > li .name,
.nin_fee > li .name {
width: auto;
font-weight: bold;
border-width:0px 0px 1px 0px ;
border-style:solid ; 
border-color:#CCC ;
}
.company > li .cont,
.fee > li .cont,
.nin_fee > li .cont {
width: auto;
border:none ;
padding-bottom:10px ;
}
.company > li div,
.fee > li div,
.nin_fee > li div {
display: block;
float: none;
}





/*ここまで*/

img {
max-width: 100%;
height: auto;
}

	#header-container header, #container, .footer-widget-container .inside, #site-info {
		max-width: 400px;
	}

	#header-container {
		padding: 10px 0 0 0;
	}


	
.two-col-r .content, .two-col-l .content {
max-width: 680px;
width: 98%;
padding: 30px 0;
}

dl.company{
	width:95% ;
	line-height:200% ;
	margin: 0 auto 20px auto; 
	overflow: visible;
}

dl.company dt{
	float: left;
	clear: both;
	width:30% ;
}
dl.company dd{
	float: left;
	width:70% ;
}

dl#footerOutline{
	width:95% ;
	margin: 0 auto; 
	overflow: hidden;
}

dl#footerOutline dt{
	float: none;
	clear: both;
	width:100% ;
}
dl#footerOutline dd{
	float: none;
	clear: both;
	width:100% ;
	padding-top:15px ;
}

	#header-container nav.secondary-menu {
		width: 99%;
	}
	
	#header-container nav.primary-menu-dropdown {
		display: block;
		visibility: visible;
	}
	
	#header-container nav.primary-menu-dropdown select {
		width: 100%;
		padding: 5px;
		margin-bottom: 5px;
	}
	
	#header-container nav.primary-menu {
		display: none;
	}
	
	#container .portfolio-small ul li {
		width: 165px;
	}
	
	.portfolio-large ul li {
		max-width: 356px !important;
		height: 295px !important;
	}
	
	.portfolio-medium ul li {
		height: 300px;
	}
	
	.two-col-r .portfolio-medium ul li, .two-col-l .portfolio-medium ul li, .one-col .portfolio-medium ul li {
		max-width: 311px;
	}
	
	#site-info {
		padding: 10px;
		text-align: center;
	}
	
	#site-info .pc-link, #site-info .copyright {
		float: none;
		text-align: center;
	}

/* トップのタブ仕様 */

#top_content ul.tab img{
    width: 90%;
}
#top_content ul.tab li {
    margin-right: 0;
	width: 30%;
}

/* ハナプロのタブ仕様 */

#hanap ul.tab img{
    width: 90%;
}
#hanap ul.tab li {
    margin-right: 0;
	width: 40%;
}


}