@charset "utf-8";
/*
Theme Name: polepole-pc
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
iframe {max-width: 100%;}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0 -300px 0 0;
	width: 100%;
}
#content {
	margin: 0 330px 0 0;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 300px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

#container-one-column {
	margin: 0;
	width: 100%;
}

#container-one-column > #content {
	margin: 0 0 40px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
}
input[type=submit] {
	font-family:sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main {
	margin: 0 auto;
	width: 1000px;
}
#wrapper {
	margin: 0;
	padding: 0 0 20px;
	background: #fff;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #fff !important;
}
body,
input,
textarea {
	color: #000;
	font-size: 15px;
	line-height: 1.8;
}
hr {
	background-color: #cacaca;
	border: 0;
	clear: both;
	height: 1px;
	margin: 30px 0;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 2.0em;
}
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;
}
dl {
	margin: 0 0 24px 0;
}
dt {
}
dd {
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
input[type="email"],
textarea {
	border: 1px solid #ccc;
	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: 2px;
}
a:link {
	color: #0066cc;
	text-decoration: none;
}
a:visited {
	color: #743399;
}
a:active,
a:hover {
	color: #ff4b33;
	text-decoration: underline;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */
#header {
	overflow:hidden;
	margin:0;
	background: #111;
	color: #fff;
}
.head-box {
	overflow:hidden;
	width: 1000px;
	margin:0 auto;
	height: 120px;
}
.head-box-l{
	float: left;
	width: 300px;
	margin: 0;
	padding: 0;
}
.head-box-r{
	float: right;
	width: 700px;
	text-align:right;
	padding: 0;
}
.site-logo {
	margin: 25px 0 0;
}
.site-title h1{
	margin: 0;
	padding: 20px 0 20px;
	font-size: 12px;
	line-height: 1.3;
	font-weight: normal;
}

.head-btn {	display:inline-block;}
.head-btn a{
	margin: 0 5px;
	padding: 8px 15px;
	font-size: 13px;
	color:#fff;
	background: #111;
	border: 1px solid #fff;
	-webkit-border-radius:3px;
	-moz-border-radius:3px; 
	border-radius:3px;
}
.head-btn a:hover{
	color:#888;
	text-decoration:none;
	background: #111;
	border: 1px solid #888;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.head-online {	display:inline-block;}
.head-online a{
	margin: 0 0 0 5px;
	padding: 8px 46px;
	font-size: 13px;
	color:#fff;
	font-weight:bold;
	background: #e60012;
	border: 1px solid #e60012;
	-webkit-border-radius:3px;
	-moz-border-radius:3px; 
	border-radius:3px;
}
.head-online a:hover{
	color:#fff;
	text-decoration:none;
	background: #7d0000;
	border: 1px solid #7d0000;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.tyuui{
	margin: 6px 0 0;
	font-size: 10px;
}

/* =Menu
-------------------------------------------------------------- */
#g-nav {
	clear: both;
	width: 100%;
	background: #252525;
	border-top: solid 1px #353535;
	border-bottom: solid 1px #333;
	-webkit-box-shadow: 0 5px 5px #ddd;
	-moz-box-shadow: 0 5px 5px #ddd;
	 box-shadow: 0 5px 5px #ddd;
}

.menu {
    position: relative;
	width: 1004px;
	height: 56px;
    margin: 0 auto;
	font-size: 15px;
	list-style: none;
	border-left: solid 1px #353535;
}

.menu > li {
    float: left;
	height: 56px;
	line-height: 56px;
	background: #252525;
	text-align:center;
	border-right: solid 1px #353535;
}

.menu > li a {
    display: block;
    color: #fff;
	font-weight: normal;
	padding:0 20px;
}
li.last-nav a {
	padding:0 18px;
}

.menu > li a:hover {
    color: #fff;
	text-decoration: none;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
	list-style: none;
    margin: 0;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.menu > li:hover {
    background: #e60012;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__second-level li {
    border-top: 1px solid #333;
}
.menu__second-level li:last-child {
    border-bottom: 1px solid #333;
}

.menu__second-level li a{
	padding:0px !important;
}

.menu__third-level li {
    border-top: 1px solid #333;
}

.menu__second-level li a:hover {
    background: #555;
}

.menu__third-level li a:hover {
    background: #555;
}

.menu__fourth-level li a:hover {
    background: #555;
}

/* 下矢印 */
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #3273bb;
    border-bottom: 1px solid #3273bb;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}

.menu > li.menu__single {
    position: relative;
}

li.menu__single ul.menu__second-level {
    position: absolute;
    top: 56px;
    width: 100%;
    background: #a22015;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__single:hover ul.menu__second-level {
    top: 56px;
    visibility: visible;
    opacity: 1;
}


/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding: 30px 0 0 0;
}
#content {
	margin-bottom: 40px;
}
#content,
#content input,
#content textarea {
	color: #000;
	line-height: 1.7;
}
#content p,
#content ul,
#content ol,
#content pre {
	margin-bottom: 24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	margin: 0 0 20px 0;
}
.hentry {
	margin: 0;
}
.type-post {
	overflow: hidden;
	clear: both;
	margin: 0 0 20px;
	padding: 0px;
	border-bottom: 1px dotted #cacaca;
}

.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 20px;
	padding: 0;
}
.page-title {
	color: #888;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #555;
	font-size: 16px;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	color: #111;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4em;
	margin: 0 0 2px;
	padding: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #111;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	padding: 0;
	color: #666;
	font-size: 12px;
}
.single .hentry .entry-meta {
	padding: 10px 0 10px;
	color: #666;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 10px 0 20px;
}
.page-content {
	padding: 0 0 20px;
}
.entry-content img,
.page-content img {
	max-width: 100%;
}

#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #111;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: 18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */
.widget-area {
	font-size:13px;
}
.widget-area ul {
	list-style: none;
	margin: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
	margin: 0;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 20px;
	padding: 0;
}
.widget-title {
	margin: 0 0 10px;
	padding: 6px 10px;
	font-size: 15px;
	color: #fff;
	background: #252525;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0;
}
#main .widget-area ul ul {
	border: none;
	margin: 1.4em;
	padding: 0px;
}

#primary .textwidget{
	padding: 0;
}
#secondary {
}

#primary .textwidget img{
	max-width: 100%;
}

/* Footer widget areas */
#footer-widget-area {
}


/* =Footer
-------------------------------------------------------------- */
.footer-nav {
	color: #fff;
}
ul.footer-link {
	margin: 0 auto 30px;
	padding: 0px;
	overflow: hidden;
	list-style: none;
}
ul.footer-link li{
	display: inline;
	margin: 0;
	font-size: 13px;
}
ul.footer-link li:after {
	content: "|";
	padding: 0 5px;
	color: #fff;
}
ul.footer-link li:last-child:after{
	content:"";
}
ul.footer-link a {
	color: #fff;
	text-decoration: none;
}
ul.footer-link a:hover{
	color: #fff;
}

#footer {
	margin-top: 40px;
	background:#212121;
	color: #fff;
	font-size: 13px;
	text-align: center;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover{
	color: #fff;
}

#colophon {
	margin: 0 auto;
	width: 1000px;
	overflow: hidden;
	padding: 40px 0;
}
#site-info {
	overflow: hidden;
	margin: 0 0 20px;
	font-size: 13px;
}
#site-info a {
	color: #fff;
	text-decoration: none;
}
#site-info a:hover{
	color: #fff;
	text-decoration: none;
}
#site-generator {
	clear: both;
}
#site-generator p{
	margin: 0 0 5px;
}
#footer hr{
	background-color: #57bb85;
	border: 0;
	clear: both;
	height: 1px;
	margin: 20px 0;
}
.footer-info {
	overflow: hidden;
	margin: 0 auto;
	padding: 30px 0 20px;
	color: #333;
	background:#f7f7f7;
}
.footer-info ul{
	width: 1020px;
	margin: 0 auto;
	position:relative;
	list-style:none;
}
.footer-info ul li{
	float: left;
	margin: 0 0 0 25px;
	width:310px;
	display: inline;
}
.footer-info p{
	margin: 0 0 10px;
	font-size: 13px;
}

/* =　tuika
-------------------------------------------------------------- */
.meta-sep,.author { display:none;}
.top-wrap {
	overflow: hidden;
	clear: both;
	margin: 0px;
	padding: 30px 0 30px;
	width: 100%;
	background: #f5f5f5;
}
.top-wrap-inner {
	margin:0 auto;
	max-width:1000px;
	min-width:1000px;
}

ul.movie-list,ul.coming-list {
	width: 690px;
	margin: 0 0 0 -20px;
	position:relative;
	list-style:none;
}
ul.movie-list li{
	float: left;
	margin: 0 0 30px 20px;
	padding: 0px;
	width:210px;
	height: auto;
}
ul.coming-list li{
	float: left;
	margin: 0 0 30px 20px;
	padding: 0px;
	width:210px;
	height: auto;
}
ul.movie-list li img,ul.coming-list  li img{
	width:210px;
	vertical-align: top;
}
.movie-list-tit{
	margin: 0px !important;
	padding: 0px;
	font-weight:bold;
	line-height: 1.3;
	font-size: 14px;
}
ul.movie-list li a,ul.coming-list li a{
	color: #353535;
}
.movie-list-img{
	margin:0 0 12px;
}
.movie-list-copy{
	margin: 5px 0 0 !important;
	padding: 0px;
	line-height: 1.3;
	font-size: 10px;
	color: #666;
}
.time-showing{
	display: block;
	margin: 0;
	padding:6px;
	color:#fff;
	font-size:12px;
	text-align: center;
	background: #222;
}

.top-box {
	overflow: hidden;
	clear: both;
	margin-bottom: 40px;
}

.box {
	overflow: hidden;
	clear: both;
	margin-bottom: 40px;
}
.box ul li,
.box ol li{
	margin: 0 0 5px !important;
}
.cont-box {
	overflow: hidden;
	clear: both;
	margin-bottom: 30px;
}
.tit {
	margin: 0 0 24px;
	padding: 0 0 0 18px;
	font-size: 18px;
	height: 46px;
	line-height: 46px;
	color:#fff;
	background: #252525;
}
.cont-tit {
	margin: 0 0 30px !important;
	padding: 15px;
	font-size: 18px;
	color:#fff;
	background: #252525;
}
.box h2{
	margin: 0 0 30px !important;
	padding: 16px 0;
	font-size: 24px;
	color:#111;
	border-bottom: solid 3px #ddd;
	position: relative;
}
.box h2:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #D32D26;
	bottom: -2px;
	width: 20%;
}

.box h3{
	padding: 0 0 15px;
	font-size: 18px !important;
	font-weight: bold;
	border-bottom: 1px dotted #cacaca;
}
.sub-tit {
	margin: 0 0 30px !important;
	font-size: 18px;
	text-align:center;
}
.more-btn {}
.more-btn a{
	float: right;
	display:block;
	margin: -66px 0 0 0;
	padding: 0 20px;
	height: 46px;
	line-height: 46px;
	font-size: 12px;
	color:#fff;
	background: #A82E27;
}
.more-btn a:hover{
	color:#fff;
	text-decoration:none;
	background: #660000;
    -webkit-transition: all .5s;
    transition: all .5s;
}
ul.new-list {
	margin: 0;
	padding: 0;
}
ul.new-list li{
	overflow: hidden;
	margin: 0 0 15px;
	padding: 0 0 15px 20px;
	list-style: none;
	background: url(img/list_mark.png) no-repeat .0em .4em;
	border-bottom: 1px dotted #cacaca;
}
.new-list dl{
	margin: 0;
	padding: 0;
}
.new-list dt {
	clear: both;
	float: left;
	width: 110px;
	margin: 0;
	color:#333;
}
.new-list dd {
	margin: 0 0 0 120px;
}
.new-list dd a{
	color: #333 !important;
}
.new-list dd a:hover{
	color: #888 !important;
}

.btn-01 {}
.btn-01 a{
	display:inline-block;
	margin: 0;
	padding: 8px 35px;
	font-size: 13px;
	color:#000;
	font-weight:bold;
	background: #fff;
	border: 1px solid #111;
	-webkit-border-radius:3px;
	-moz-border-radius:3px; 
	border-radius:3px;
}
.btn-01 a:hover{
	color:#fff;
	text-decoration:none;
	background: #333;
	border: 1px solid #333;
}
.side-banner {
	overflow: hidden;
	clear: both;
	margin-bottom: 20px;
}
.side-banner img {
	vertical-align: text-bottom;
}

.mov-list-box {
	overflow: hidden;
	clear: both;
	margin-bottom: 20px;
}
.mov-list-box ul{
	width: 100%;
	margin: 0;
	list-style:none;
	border-top: 1px solid #cacaca;	
}
.mov-list-box ul li{
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding:30px 0;
	border-bottom: 1px solid #cacaca;	
}
.mov-list-box {
	overflow: hidden;
	clear: both;
	margin-bottom: 20px;
}
.mov-right h2{
	margin: 0 0 20px !important;
	padding: 0;
	font-size: 20px;
}
.mov-right h2 a{
	color: #111;
}
.mov-list-date{
	margin: 0 0 10px !important;
	padding: 0px;
	color:#e03f3e;
}

.mov-left {
display: block;
clear: left;
float: left;
width: 240px;
}
.mov-left-bnr img{
display: block;
width: 240px;
}
.mov-right {
float: right;
width: 720px;
}
.mov-right-box dl{
	overflow: hidden;
	width: 100%;
	margin: 0 0 12px;
	font-size: 14px;
}
.mov-right-box dl dt {
display: block;
clear: left;
float: left;
width: 90px;
padding: 3px 0;
font-weight: bold;
background: #f1f1f1;
text-align: center;
}
.mov-right-box dl dd {
display: block;
margin-left: 110px;
padding: 3px 0;
}

.movie-title{
	margin: 0 0 30px;
	padding: 20px 0;
	border-top: 4px double #333;
	border-bottom: 1px solid #333;
}
.movie-title h2{
	margin: 0 0 0px !important;
	padding: 0;
	font-size: 24px;
}
.movie-date{
	display: inline-block;
	margin: 0 0 0px !important;
	padding: 5px 0;
	font-size: 16px;
	font-weight: bold;
	color:#e03f3e;
}
.movie-copy{
	margin: 20px 0 0 0px !important;
	padding: 0px;
	line-height: 1.3;
	font-size: 11px;
	color: #666;
}

.movie-bnr {
	overflow: hidden;
	clear: both;
	margin-bottom: 40px;
	text-align: center;
}
.movie-box {
	overflow: hidden;
	clear: both;
	margin-bottom: 20px;
	background: #fff;
	border-top: 1px solid #cacaca;
}
.movie-box dl{
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 20px 0;
	border-bottom: 1px solid #cacaca;
}
.movie-box dl dt {
	display: block;
	clear: left;
	float: left;
	width: 20%;
	padding: 0px;
	font-weight: bold;
}
.movie-box dl dd {
	display: block;
	margin-left: 20%;
	padding: 0px;
}

.movieticket-box {
	position: relative;
	overflow: hidden;
	clear: both;
	margin-bottom: 20px;
}

.movieticket-tit {
	width: 540px;
	margin: 0 0 0px !important;
	padding: 0;
}
.movieticket-tit h2{
	margin: 0 0 0px !important;
	padding: 0;
	font-size: 20px;
}
.movieticket-link {
	height: 55px;
    position: absolute;
    top: 0;
    right: 0;
	width: 160px;
	padding: 0px;
}
.movieticket-link a{
	display:inline-block;
	margin: 0;
	padding: 15px 10px;
	width: 160px;
	text-align: center;
	font-size: 13px;
	color:#000;
	font-weight:bold;
	background: #fff;
	border: 1px solid #111;
	-webkit-border-radius:3px;
	-moz-border-radius:3px; 
	border-radius:3px;
}
.movieticket-link a:hover{
	color:#fff;
	text-decoration:none;
	background: #333;
	border: 1px solid #333;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.movieticket-date{
	margin: 0;
	padding: 0px;
	font-size: 15px;
	color:#FF8B60;
	font-weight: bold;
}
table.table-movieticket {
	clear: both;
	margin: 20px 0;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border-top:1px #cacaca solid;
	font-size: 14px;
}
table.table-movieticket th {
	padding: 10px 0;
	width: 120px;
	border: #cacaca solid;
	border-width: 0 0 1px 0px;
	text-align: center;
	font-weight: normal;
	background: #f1f1f1;
	color:#111;
}
table.table-movieticket td {
	padding: 10px 20px;
	border: 1px #cacaca solid;
	border-width: 0 0 1px 0px;
}


.side-box {
	overflow: hidden;
	clear: both;
	margin-bottom: 20px;
	background: #fff;
	font-size: 14px;
	border: 5px solid #dadada;
}
.side-box-wakunasi {
	overflow: hidden;
	clear: both;
	margin-bottom: 20px;
	background: #fff;
	font-size: 14px;
}
.side-box-tit {
	margin: 0 0 15px;
	padding: 0 0 15px;
	color: #111;
	font-weight: bold;
	border-bottom: 3px solid #eee;
}

.side-box-inner {
	padding:15px 15px 5px;
}
.side-box img{
	vertical-align:bottom;
}
.side-box p{
	margin: 0 0 15px;
}
.side-box a:link {
	color: #0066cc;
	text-decoration: none;
}
.side-box a:visited {
	color: #0066cc;
}
.side-box a:active,
.side-box a:hover {
	color: #ff4b33;
	text-decoration: underline;
}

.linebox {
	clear: both;
	margin-bottom: 40px;
	padding:20px;
	background: #fff;
	border: 1px solid #cacaca;
}
.linetit{
	color: #3aae36;
}

/* サイド新着記事 */
#new-entries{
	line-height:150%;
	margin-bottom:30px;
}
#new-entries .new-entry{
	clear:both;
	overflow: hidden;
}
.new-entry{
	clear:both;
	margin-bottom:8px;
	padding-bottom:8px;
	border-bottom: 1px dotted #cacaca;
}
#new-entries .new-entry-thumb {
	float: left;
}
#new-entries .new-entry-thumb img{
	vertical-align: bottom;
}
#new-entries .new-entry-content {
}
.new-entry-date {
	display:block;
	font-size:11px;
	color:#888;
}
/* サイドnavi */
ul.side-menu {
	margin: 0;
	padding: 0;
}
ul.side-menu li{
	overflow: hidden;
	margin: 0 0 10px;
	padding: 0 0 10px 15px;
	list-style: none;
	background: url(img/list_mark.png) no-repeat .0em .6em;
	border-bottom: 1px solid #dadada;
}
ul.side-menu li:last-child {
	padding: 0 0 10px 15px;
	border-bottom: none;
}

table.table-price {
	margin: 0 0 24px;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 17px;
}
table.table-price th {
	padding: 15px 10px;
	width: 70%;
	border: #d9d9d9 solid;
	border-width: 0 0 1px 0px;
	vertical-align: middle;
	text-align: left;
}
table.table-price td {
	padding: 15px 10px;
	border: 1px #d9d9d9 solid;
	border-width: 0 0 1px 0px;
	text-align:right;
	font-weight: bold;
	vertical-align: middle;
}
.txt-note {
	color: #555;
	font-size:13px;
	font-weight: normal;
}
dl.faq {}
dl.faq dt {
	margin: 0 0 10px;
	padding: 2px 0px 0px 40px;
	font-weight: bold;
	color:#4770B2;
	background: url(img/faq_q.png) no-repeat 0 0;
}
dl.faq dd {
	margin: 0 0 30px;
	padding: 2px 0px 30px 40px;
	background: url(img/faq_a.png) no-repeat 0 0;
	border-bottom: 1px dotted #cacaca;
}
.food-box{
	overflow: hidden;
	clear: both;
	margin: 0 auto 40px;
}
.col-3 {
	overflow: hidden;
	clear: both;
	width: 1000px;
	margin: 0 auto;
}
.col-3 ul{
	width: 1035px;
	margin: 0 0 0 -35px;
	position:relative;
	list-style:none;
}
.col-3 ul li{
	overflow: hidden;
	float: left;
	margin: 0 0 0 35px !important;
	width:310px;
	display: inline;
	box-sizing: border-box;
	background: #fff;
}
.food ul li{
	height: 340px;
}
.col-img {
	margin: 0 0 10px !important;
}
.col-tit {
	margin: 0 0 10px !important;
	font-weight: bold;
	text-align: center;
}
.manner ul li{
	margin-bottom: 35px !important;
	padding:20px;
	height: 300px;
	text-align: center;
	border: 1px #d9d9d9 solid;
}
.manner ul li img{
	width: 140px;
}
.manner ul li p{
	text-align: left;
}

.food-box-left {
display: block;
clear: both;
float: left;
width: 360px;
}
.food-box-left img{
display: block;
width: 360px;
}
.food-box-right {
float: right;
width: 580px;
}
.foodbnr {
	margin: 0 0 24px !important;
	text-align: center;
}
.menutit{
	margin: 0 0 15px !important;
	font-weight: bold;
	font-size: 18px;
}
table.table-menu {
	margin: 0 0 50px;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border-top:1px #d9d9d9 solid;
}
table.table-menu th {
	padding: 15px;
	width: 70%;
	border: #ccc dotted;
	border-width: 0 0 1px 0px;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}
table.table-menu td {
	padding: 15px;
	border: 1px #ccc dotted;
	border-width: 0 0 1px 0px;
	text-align:right;
}
.information-box-left {
display: block;
clear: both;
float: left;
width: 500px;
}
.information-box-right {
float: right;
width: 460px;
}
table.table-screen {
	margin: 0 auto 24px;
	width: 100%;
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 13px;
}
table.table-screen th {
	padding: 15px 20px;
	width: 33%;
	border: #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	background: #414141;
	color:#fff;
	vertical-align: middle;
}
table.table-screen td {
	padding: 15px 20px;
	border: 1px #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	text-align: center;
}
.job-box {
	overflow: hidden;
	clear: both;
	margin: 40px 0;
}

table.table-job {
	margin: 0 auto 24px;
	width: 100%;
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
}
table.table-job th {
	padding: 15px 20px;
	width: 20%;
	border: #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	background: #f1f1f1;
	font-weight: bold;
	vertical-align: middle;
}
table.table-job td {
	padding: 15px 20px;
	border: 1px #E3E3E3 solid;
	border-width: 0 0 1px 1px;
}


table.table-00 {
	margin: 0 auto 24px;
	width: 100%;
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
}
table.table-00 th {
	padding: 10px 20px;
	border: #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	background: #f6f6f6;
	font-weight: bold;
	vertical-align: middle;
}
table.table-00 td {
	padding: 10px 20px;
	border: 1px #E3E3E3 solid;
	border-width: 0 0 1px 1px;
}

table.table-wakunasi {
	margin: 0 0 24px;
	width: 100%;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}
table.table-wakunasi th {
	border: none;
	font-weight: normal;
	padding: 10px 0;
}
table.table-wakunasi td {
	border: none;
	padding: 10px;
}
dl.form-00 {
	background-color: #f5f5f5;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #cacaca;
}
dl.form-00 dt {
	float: left;
	clear: both;
	width: 170px;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #cacaca;
	font-weight: normal;
	padding: 15px 10px;
}
dl.form-00 dd {
	margin-left: 170px;
	background-color: #fff;
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #cacaca;
	padding: 15px 10px;
}
dl.form-00 input[type="text"],
dl.form-00 input[type="email"],
dl.form-00　textarea {
	color: #222 !important;
	border: 1px solid #ccc;
	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: 2px;
}
input[type="submit"], input[type="reset"] {
  -webkit-appearance: button;
}

.cfw-90{
	width: 90% !important;
}

iframe.privacyPolicy {
    width: 100%;
    border: 1px solid #ccc;
    margin-bottom: 8px;
    height: 140px;
    overflow: auto;
	box-sizing: border-box;
}

.link-btn {
	margin:0 auto;
	text-align:center;
}
ul.listmb15 li,ol.listmb15 li{ margin:0 0 15px  !important;}

.btn {text-align: center;}
.btn a{
	display:inline-block;
	margin: 20px auto 0;
	padding: 10px 30px;
	font-size: 15px;
	color:#fff;
	background: #A82E27;
	-webkit-border-radius:3px;
	-moz-border-radius:3px; 
	border-radius:3px;
}
.btn a:hover{
	color:#fff;
	text-decoration:none;
	background: #660000;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.twitter-timeline {min-width:340px !important;}

/*---------------------------------
theater_rental
--------------------------------*/
.sub-tit2 {
	margin: 30px 0 30px !important;
	font-size: 24px;
	text-align:center;
}

.sl_col_2 {
	overflow: hidden;
	clear: both;
	width: 1000px;
	margin: 0 auto;
}
.sl_col_2 ul{
	width: 1040px;
	margin: 0 0 0 -40px;
	position:relative;
	list-style:none;
}
.sl_col_2 ul li{
	overflow: hidden;
	float: left;
	margin: 0 0 0 40px !important;
	width:480px;
	display: inline;
	box-sizing: border-box;
	background: #fff;
}
.sl_col_2 ul li a{
	display:inline-block;
	margin: 0;
	padding: 40px 10px;
	width:100%;
	text-align: center;
	color:#353535;
	background: #fff;
	border: 1px solid #555;
}
.sl_col_2 ul li a:hover{
	text-decoration:none;
	background: #FAF8F1;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.rental_ttl{
	display:block;
	margin: 18px 0 0px;
	color:#A48A53;
	font-size: 20px;
	font-weight:bold;
}
.d_link{
	display:block;
}

.theater_rental h2:after {
    border-bottom: solid 3px #B59F6D;
}
.plan {
	display:block;
	margin:35px 0;
	padding:30px 0;
	background: #FAF8F1;
	border: 1px solid #B59F6D;
	text-align:center;
}
.plan_tit {
	display:block;
	font-size: 18px;
	margin:0 0 10px;
}
.plan_num {
	font-size: 24px;
	font-weight:bold;
	color:#D32D22;
	line-height: 1.3;
}
.sl_col_3_katuyou {
	overflow: hidden;
	clear: both;
	width: 1000px;
	margin: 0 auto;
}
.sl_col_3_katuyou ul{
	width: 1035px;
	margin: 0 0 0 -35px;
	position:relative;
	list-style:none;
}
.sl_col_3_katuyou ul li{
	overflow: hidden;
	float: left;
	margin: 0 0 35px 35px !important;
	padding:25px 5px;
	width:310px;
	font-size:16px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	box-sizing: border-box;
}

.sl_col_3 {
	overflow: hidden;
	clear: both;
	width: 1000px;
	margin: 0 auto;
}
.sl_col_3 ul{
	width: 1035px;
	margin: 0 0 0 -35px;
	position:relative;
	list-style:none;
}
.sl_col_3 ul li{
	overflow: hidden;
	float: left;
	margin: 0 0 0 35px !important;
	width:310px;
	display: inline;
	box-sizing: border-box;
	background: #fff;
}
.jireiicon{
	display: block;
	width:60px;
	margin: 0px auto;
	text-align:center;
}
.c_1 {background:#0984e3;}
.c_2 {background:#00b894;}
.c_3 {background:#74b9ff;}
.c_4 {background:#ff7675;}
.c_5 {background:#fdcb6e;}
.c_6 {background:#a29bfe;}

.w_75{width:75% !important;margin:0 auto;}

.day-box.no-day{background-color:#fff !important;}
.monthly-calendar caption {padding:5px 0; !important;}
.monthly-calendar table {
	border: 1px #E3E3E3 solid;
}
.monthly-calendar table th {
	border: 1px #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	background-color:#FAF8F1 !important;
}
.monthly-calendar table td {
	border: 1px #E3E3E3 solid;
	border-width: 0 0 1px 1px;
}
.monthly-prev{margin: 10px 0 0;}
.monthly-next{margin: 10px 0 0;}
.col-btn {
	text-align: center;
	font-size: 13px;
	color:#000;
	font-weight:bold;
}
.col-btn a{
	display:inline-block;
	margin: 0;
	padding: 40px 10px;
	width:100%;
	text-align: center;
	font-size: 15px;
	color:#353535;
	font-weight:bold;
	background: #fff;
	border: 1px solid #555;
}
.col-btn a:hover{
	color:#fff;
	text-decoration:none;
	background: #555;
    -webkit-transition: all .5s;
    transition: all .5s;
}
/*---------------------------------
シネアド
--------------------------------*/
.point {
	margin: 0 0 20px;
	padding: 0px 0px;
	font-size: 22px;
	color:#d22852;
	font-weight:bold;
	background: #fff;
	border-bottom: 1px dotted #555;
}
.num_aka {
	padding:0 10px;
	color:#d22852;
	font-size: 24px;
	font-weight:bold;
}

.marker {
	background: linear-gradient(transparent 60%,#ff6 60%);
}

.kyoutou {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 1.8;
}
.info {
	margin: 0 0 0px;
	padding: 20px;
	text-align: center;
	background: #f5f5f5;
	border: 1px solid #ddd;
}
.info p{
	margin: 0px !important;
}
.info_ttl {
	margin: 0 0 10px;
	text-align: center;
	font-size: 18px;
	font-weight:bold;
}



/*---------------------------------
column
--------------------------------*/
.column-3{
	overflow: hidden;
	margin: 0;
}
.column-3 ul{
	width: 645px;
	margin: 0 0 0 -25px;
	position:relative;
	list-style:none;
}
.column-3 ul li{
	float: left;
	margin: 0 0 0 25px;
	width:190px;
	display: inline;
}

/* =pagenav
-------------------------------------------------------------- */
.tablenav {
	color: #2583ad;
	margin: 1em auto 2em;
	line-height:2em;
	text-align:center;
}
a.page-numbers, .tablenav .current {
	color: #00019b;
	padding: 2px .4em;
	border:solid 1px #ccc;
	text-decoration:none;
	font-size:smaller;
}
a.page-numbers:hover {
	color:white;
	background: #328ab2;
}
.tablenav .current {
	color: white;
	background: #328ab2;
	border-color: #328ab2;
	font-weight:bold;
}
.tablenav .next, .tablenav .prev {
	border:0 none;
	background:transparent;
	text-decoration:underline;
	font-size:smaller;
	font-weight:bold;
}
/* =top banner Style
-------------------------------------------------------------- */
.top-banner {
	overflow: hidden;
	clear: both;
	margin: 0px;
	background: #f5f5f5;
}
.top-banner-inner {
	overflow: hidden;
	clear: both;
	width:100%;
	min-width:1000px;
	margin: 20px auto;
	text-align: center;
}
.top-banner img{
	vertical-align: bottom;
}

/* =パンくずリスト用CSS
-------------------------------------------------------------- */
#breadcrumb_list
{
	margin:0 0 25px;
	list-style-type:none;
	font-size: 13px;
}
#breadcrumb_list > li >h1
{
	display:inline;
	font-weight:normal;
}
#breadcrumb_list > li
{
	display:inline;
}
#breadcrumb_list > li+li:before
{
	content:"\00a0>\00a0 ";
}

/* =gotop
-------------------------------------------------------------- */
#back-top {
	position: fixed; /*固定*/
	right: 30px; /*右から*/
	bottom: 30px; /*下から*/
}
#back-top a {
	display: block;
	width: 40px;
	height: 40px;
}

/* =imghover
-------------------------------------------------------------- */
#main a:hover img{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
}

/* =clearfix
-------------------------------------------------------------- */
.clearfix:after {
	content: ".";  /* 新しいコンテンツ */
	display: block;
	clear: both;
	height: 0;
	visibility: hidden; /* 非表示に */
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* =etc
-------------------------------------------------------------- */
.right { float: right; margin: 0 0 24px 24px; }
.left { float: left; margin: 0 24px 24px 0; }
.center { display: block; margin: 0 0 24px auto;text-align:center; }

.f-red {color: #cc0000;}

.mt10 {margin-top: 10px !important;}
.mt20 {margin-top: 20px !important;}
.mt30 {margin-top: 30px !important;}
.mt40 {margin-top: 40px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb40 {margin-bottom: 40px !important;}

.f10 {font-size: 10px !important;}
.f11 {font-size: 11px !important;}
.f12 {font-size: 12px !important;}
.f13 {font-size: 13px !important;}
.f14 {font-size: 14px !important;}
.f15 {font-size: 15px !important;}
.f16 {font-size: 16px !important;}
.f17 {font-size: 17px !important;}
.f18 {font-size: 18px !important;}
.f19 {font-size: 19px !important;}
.f20 {font-size: 20px !important;}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =SNS等
-------------------------------------------------------------- */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.googlemap {
	margin: 2em auto;
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}
.googlemap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}