/*
Theme Name: tecblogger
Theme URI: http://themepoints.com/tecblogger
Author: themepoints
Author URI: http://themepoints.com
Tags: light, white, one-column, two-columns, three-columns, custom-background, custom-header, custom-menu, custom-colors, featured-images, left-sidebar, sticky-post, post-formats
Description: Tec-Blogger is a clean & responsive full featured Personal WordPress Blog Theme.
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tecblogger

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family:"source-han-sans-japanese",sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

.wrap {overflow: hidden;}
.wrap.wraptop { margin-top:-20px;}
#click-menu { padding:0 !important; background-color:none !important; opacity:0.8;}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
        letter-spacing:0.1em;
	margin: 0.67em 0;
	font-weight: normal;
}
h2{font-size:17px}

.red { color:#ff3333;}
.font14 { font-size:16px !important;}
.center { text-align:center;}


/*--------------------------------------------------------------*/
@media screen and (max-width:767px){
h1 {
	font-size: 1.8em;
        letter-spacing:0em;
	margin: 0.67em 0;
	font-weight:normal;
}
h2 {font-size:14px}

}

@media screen and (min-width:768px) and (max-width:1023px) {

h1.topnews { margin-top:20px;}

}

/*--------------------------------------------------------------*/
p{font-size:14px}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}
hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}



.wpcf7-list-item-label { margin-right:1em;}
.wpcf7-response-output { font-size:1.4rem !important;}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 500;
	color:#000;
}
body,
button,
input,
select,
textarea {
	color: #000;
	font-size: 16px;
	font-size: 1rem;
	line-height: 2;
        font-family:"source-han-sans-japanese",sans-serif;
}


p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

table tbody tr td {
  font-size: 14px;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

.bold { font-weight:bold;}




/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
  background:#eee8e6 none repeat scroll 0 0;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

dl {
  font-size: 13px;
  margin-bottom: 20px;
  margin-top: 0;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #666;
	/*box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);*/
	color: #FFF;;
	font-size: 14px !important;
	font-size: 1rem;
	line-height: 1;
	padding:20px;
	/*text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);*/
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	/*box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);*/
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	/*box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);*/
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #333;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #333;
}

a:visited {
	color: #666;
}

a:hover,
a:focus,
a:active {
	color:#ad4e19;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.container.headline h1{ font-size:12px; padding:5px 0 !important; margin:0 !important; text-align:right;}
@media screen and (max-width:767px) {
.container.headline h1{ text-align:center;}
}

.header-area {
  background-image: url("http://star-jewelry.pro/images/common/header200.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 200px;
  padding: 50px 0 0 20px;
  margin-bottom:0px;
  text-align: left;
}

.logo h1 {text-align:left;}
.header-area .site-title a img { width:180px; height:auto;}

.site-title {
    color: #000;
    font-size: 35px;
    line-height: 45px;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.header-area h1.site-title a {
    font-weight: bold;
}

.header-area h1.site-title a, a:hover {
    text-decoration: none;
}

.header-area_top .site-title {
    color: #000;
    font-size: 35px;
    line-height: 45px;
    margin: 0 0 20px 0;
    padding: 0;
    text-decoration: none;
}

.header-area_top .site-title a img { width:200px; height:auto;}

.header-area_top .header-area h1.site-title a {
    font-weight: bold;
}

.header-area_top .header-area h1.site-title a, a:hover {
    text-decoration: none;
}

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

.header-area {
  background-image:none;
  min-height: 150px;
  padding: 10px 0 20px 0;
  margin-bottom:0px;
}

.header-area_top {
  background-image:none;
  background-color:#fff;
  height: auto;
  padding: 10px 0 0 0;
  text-align:left;
}

.header-area_top .site-title a img,
.header-area .site-title a img{ 
width:150px; height:auto;}

}

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

@media screen and (min-width:768px) and (max-width:1023px) {

.header-area_top {
  background-image: url("http://star-jewelry.pro/images/common/header01.jpg");
  background-color:#fff;
  background-position:center center;
  background-size:cover;
  background-repeat: no-repeat;
  min-height: 300px;
  padding: 30px 0;
  text-align:left;
}

.header-area {
  background-image:none;
  min-height: 120px;
  padding: 10px 0 20px 0;
  margin-bottom:0px;
}

.logo h1 { text-align:left !important;}
.header-area_top .site-title a img{ width:180px; height:auto; margin-left:20px;}
}

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

@media screen and (min-width:1024px)  {
.header-area_top {
  background-image: url("http://star-jewelry.pro/images/common/header01.jpg");
  background-position: center center;
  background-color:#fff;
  background-repeat: no-repeat;
  background-size:cover;
  min-height: 500px;
  padding: 30px 0;
  text-align:left;
}

}


@media only screen and (max-width: 991px) and (min-width: 768px) {
.logo h1 { text-align:left;}
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -0em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {

}
.main-navigation li:hover > a,
.main-navigation li.focus > a {
}
.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

.mainmenu {
  background:none repeat scroll 0 0;
  margin:0 0 50px 0;
  display:block;
}

.mainmenu .container {
padding:0 !important;
}

.navbar-nav > li > a {
  font-size: 14px;
  font-weight:bold;
  padding-bottom: 15px;
  padding-top: 25px;
}
.cnavbar-collapse { padding:0;}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
	font-size:12px;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: left;
	width: 50%;
	font-size:12px;
}

.post-navigation .nav-next  {
	float: right;
	text-align: left;
	width: 50%;
	font-size:12px;
	padding-right:25px;
	padding-left:20px;
	background: url(http://star-jewelry.pro/images/common/alw_r.png) right center no-repeat;
}

.post-navigation .nav-previous {
	float: left;
	width: 50%;
	font-size:12px;
	padding-left:25px;
	padding-right:20px;
	border-right:1px solid #999;
	background: url(http://star-jewelry.pro/images/common/alw_l.png) left center no-repeat;
}

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

@media screen and (max-width:768px) {
.mainmenu {display:none;}
.main-navigation {display:none;}

.site-main {border-bottom:none; padding:35px 0 0 0;}
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}
aside ul {
    margin: 0;
    padding: 0;
}
aside ul li {
    display: block;
    list-style: outside none none;
}
aside ul li a{
    color: #000;
    font-size: 14px;
    line-height: 30px;
    text-decoration: none;
}
aside ul li a:hover{
	color:#000;
	text-decoration:none;
}
form.search-form label input.search-field {
  font-size: 15px;
  line-height: 30px;
}
.search-form > label {
  display: block;
}
form.search-form label input[type="search"] {
  display: block;
  width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.mt60 { margin-top:60px;}

.content_ul,.content_ol { padding:10px 10%;}
.content_ul li,.content_ol li{ font-size:14px; padding-bottom:10px;}

.content-area div.entry-content { padding:0 50px;}
.content-area img { width:100%;}

.content-area div.entry-content p {
    font-size: 14px;
}
.content-area header.entry-header h1.entry-title, h1.entry-title a {

}
 .comment-navigation, .site-main, aside {
  background: #fff none repeat scroll 0 0;
  border-bottom: 1px solid #ddd;
  border-radius: 0px;
  /*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);*/
  margin: 0 auto 20px;
  padding: 30px;
  position: relative;
}

.site-main {border-bottom:none; padding:35px 0;}


.site-main .posts-navigation {
  margin: 0 0 40px 0;
  padding: 20px;
  position: relative;
  border:1px solid #ddd;
  background:#fff;
}

 .content-area .page-header h1.page-title {
  background:none;
  margin: 0 auto 15px;}

.content-area article {
  background: #fff none repeat scroll 0 0;
  border-bottom: 1px solid #ddd;
  border-radius: 0px;
  /*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);*/
  margin: 50px 0 20px 0;
  padding: 0px;
  position: relative;
}

aside { padding:30px 0; }

.widget_categories ul li { display:block; border-bottom:1px solid #ccc; line-height:4em; padding:0.5em 1em 0 1em;}

#main { padding-top:0px;}


.entry-title a, .entry-title a:visited, .page-title a, .page-title a:visited {
  color: #3d3d3d;
}
.content-area footer.entry-footer {
    color: #454545;
    font-size: 12px;
	padding:30px 50px 30px;
}
.content-area footer.entry-footer span.edit-link a {
    color: #a7a7a7;
    font-size: 12px;
}
.content-area footer.entry-footer span.tags-links a {
    color: #a7a7a7;
    margin-left: 5px;
    margin-right: 5px;
}

.content-area header.entry-header { padding:30px 50px 20px;}

.content-area header.entry-header div.entry-meta span.posted-on {
    float: left;
    font-size: 13px;
    margin-right: 20px;
}
.content-area header.entry-header div.entry-meta li {
    color: #a7a7a7;
    font-size: 14px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.content-area header.entry-header div.entry-meta li span.comments-link a {
    color: #a7a7a7;
}
.content-area header.entry-header div.entry-meta span.posted-on a {
    color: #a7a7a7;
}
nav.navigation .nav-links .nav-next, .nav-previous a, a:visited {
  color: #4d4d4d;
  font-size: 12px;
  text-decoration: none;
  outline:medium none;
}
nav.navigation .nav-links .nav-next a, a:visited, a:hover {
  color: #4d4d4d;
  outline: medium none;
  text-decoration: none;
}
.content-area header.entry-header div.entry-meta span.byline {
    font-size: 14px; display:none;
}
.content-area header.entry-header div.entry-meta span.byline span.vcard a {
    color: #a7a7a7;
}
.content-area section.error-404 header.page-header, .content-area main#main header.page-header {
  border-bottom: medium none;
  margin: 0;
  padding: 0;
}
aside ul#recentcomments li.recentcomments span.comment-author-link {
  font-size: 14px;
}

figure.post-thumbnail {
  margin-bottom: 10px;
  width:100%;
  text-align:center;
}

figure.post-thumbnail  img{
  width:100%;
}

header.entry-header .entry-meta {
  display: block;
  margin-bottom: 10px;
  overflow: hidden;
}

.more-link{
position: relative;
display:block;
width:60px;
text-align:center;
  margin-top:5px;
  padding: 2px 5px;
  background: #be5f2f;
  font-size: 11px;
  color: #fff;
  line-height: 1.4em;
}
.more-link::after{
  content: "";
  position: absolute;
  top: 0;
  right:-10px;
  border-left: 10px solid #be5f2f;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  transform-origin: left bottom;
  transform: scaleX(.7);
}

a.more-link, a.more-link:hover, a.more-link:visited {
    color: #fff !important;
}

.page-links > a {
    border: 1px solid #ddd;
    color: #000;
    padding: 5px;
}
.content-area div.entry-content p em {
  display: inline-block;
  overflow: hidden;
}

@media screen and (max-width:768px) {
.site-main {border-bottom:none; padding:35px 0 0 0;}
}


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated:not(.published) {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  font-size: 14px;
  margin: 0 0 10px;
}
.entry-content > ul {
    margin: 0 0 15px;
}
.entry-content ul li {
    font-size: 14px;
    line-height: 25px;
}
.post_quote blockquote blockquote {
  border-left: medium none;
  margin: 0;
  padding: 0;
}
.post_quote blockquote {
  margin-bottom: 10px;
  padding: 25px;
}
.post_quote blockquote blockquote cite {
    color: #000000;
    display: block;
    text-align: right;
}
.post_quote blockquote blockquote cite a, a:visited, a:hover {
    color: #333;
}

.entry-link {
    background: #ddd none repeat scroll 0 0;
    color: #000;
    padding: 30px;
    text-align: center;
}
.entry-link > a {
    color: #000;
    font-size: 18px;
}
.entry-link a i.fa {
    color: red;
    margin-right: 15px;
    text-decoration: none;
}
article div.entry-content input[type="submit"] {
    border: 1px solid #ddd;
    color: #000;
    display: inline-block;
    font-size: 14px;
    padding: 13px 24px;
}
article div.entry-content input[type="submit"]:hover {
    background: #ddd none repeat scroll 0 0;
    border: 1px solid #ddd;
}

.entry-title {  line-height:1.5em;}


/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
form#commentform p.form-submit input[type="submit"] {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd;
  border-radius: 0;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  padding: 11px;
}
p#form-allowed-tags.form-allowed-tags code {
  font-size: 13px;
}
.comments {
  margin-bottom: 50px;
  padding: 0;
}
.comment-form .form-input {
  position: relative;
}
.comment-form .form-input i {
  color: #ff0000;
  font-size: 15px;
  left: 10px;
  position: absolute;
  top: 12px;
  z-index: 1;
}
.comment-form .form-input input, .comment-form .form-input textarea {
  margin-bottom: 20px;
  padding-left: 30px;
  width: 45%;
}
.comment-form .form-input textarea {
  height: 160px;
  line-height: 22px;
  width: 100%;
}

.form-input[type="radio"] {
width:auto;
}

input, textarea, select {
  background-color: #f6f6f6;
  border: 1px solid #e4e6e8;
  font-size: 14px;
  margin-bottom: 10px;
  padding: 5px 10px;
  transition: border 0.25s linear 0s, color 0.25s linear 0s, background-color 0.25s linear 0s;
  width: 100%;
}

input[type="radio"] {width:auto;}


#reply-title i {
  color: #ff0000;
  margin-right: 7px;
}

.comments-area { margin:60px 0 30px 0;}

.comments-area h2 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
.comments-area h2 i {
  color: #ff0000;
  margin-right: 5px;
}
ol.comment-list {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.comment-content h3 {
    font-size: 18px;
    font-weight: 400;
}
.comment-content span {
    font-size: 13px;
    margin-left: 10px;
}
ol.comment-list li { margin-bottom: 40px }
.comment-reply-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 40px;
	margin-top:40px;
}
input[type="text"], input[type="email"], input[type="url"], input[type="tel"], textarea {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd;
  padding: 5px 15px;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea { width: 100% }
input[type="submit"] {
    border: medium none;
    color: #fff;
    padding: 20px;
    letter-spacing:0.2em;
}
body input[type="submit"]:hover { background: #1e1e1e }
.comment-body { position: relative; padding:20px;}
.comment-author-img {
    left: 0;
    position: absolute;
    top: 0;
}
.comment-content,
.comment-body .reply { padding-left: 100px }
ul.children {
  list-style: outside none none;
  margin: 40px 20px 40px 20px;
}
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}
div#comments ol li ol {
  list-style: outside none none;
  margin-left: 25px;
}

div#comments ol li {
  margin-bottom: 10px;
}
div#comments article {
  margin-bottom: 12px;
  padding: 20px;
}
div#comments footer.comment-meta {
  line-height: 25px;
  margin-left: 88px;
}
.comment-author.vcard {
  left: 20px;
  position: absolute;
  top: 20px;
}
.comment-author.vcard img {
  display: inline-block;
  height: auto;
  width:65px;
}
.comment-body .comment-author.vcard b {
  font-size: 13px;
  margin-left: 20px;
}
.comment-content {
  margin-top: 0px;
  padding-left: 85px;
  padding-top:30px;
}

.comment-body .reply {
  margin-top: 0px;
  padding-left: 85px;
  padding-top:10px;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}



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

.footer { background:#fff; width:100%;}

.footer div.site-info {
  background: #fff repeat scroll 0 0;
  border-radius: 0;
  /*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);*/
  font-size: 14px;
  margin-bottom: 5px;
  padding:35px 20px;
  position: relative;
}

.footer div.site-info dl { display:block; padding-bottom:20px;}

.footer div.site-info dl dt{
 font-size:18px;
 padding:10px 0;
 margin:0 0 10px 0;
 border-bottom:2px solid #333;
}

.footer div.site-info dl dd {
 padding:0;
 margin:0
}

.footer div.site-info dl dd ul{
 padding:0;
 margin:0;
}

.footer div.site-info dl dd ul li{
 padding:10px 0;
 margin:0;
 list-style:none;
}

.footer_twitter{height:540px; width:100%; overflow-y:auto;}

.alw::after{
left: 1px;
width: 8px;
height: 8px;
border-right: 2px solid #7a0;
border-bottom: 2px solid #7a0;
}

.copyright { padding:30px; text-align:center; font-size:12px;}


@media screen and (max-width:768px) {
.footer div.site-info {
  font-size: 14px;
  margin-bottom: 5px;
  padding:35px 10px;
  position: relative;
}
}


aside { 
background:none !important;
box-shadow:none !important;
border-bottom:none !important;
}

.site-main {background:none;}


/*--------------------------------------------------------------
## サイドメニュー
--------------------------------------------------------------*/

#onlineshop { margin:2px 0 0 0; padding:0;}
#onlineshop ul li{ width:100%; padding:2px; background:#fff; margin:0 0 20px 0; border-bottom: 1px solid #ddd; border-right:1px solid #ddd; box-sizing:border-box;}
#onlineshop ul li h2 { font-size:16px; letter-spacing:0.1em; margin-bottom:10px;}
#onlineshop ul li p { font-size:12px; margin:0; line-height:1.6em; padding:0;}
#onlineshop ul li a {display:block;} 
#onlineshop ul li div img {width:100%; height:auto;}
#onlineshop ul li .shopdetail {background-color:#fff; padding:20px 15px 15px;}


#rentalspace { margin:50px 0 0 0; padding:0;}
#rentalspace div { display:block; width:100%; margin:20px 0 0 0; padding:2px; background:#fff; border-bottom:1px solid #ddd; border-right:1px solid #ddd;}
#rentalspace div img { width:100%;}
#rentalspace div h2 { font-size:15px; padding:15px 15px 0 15px; margin:0;}
#rentalspace div p { font-size:12px; margin:0; line-height:1.6em; padding:15px;}

.sbc-calendar-month {
    float: left;
    padding: 10px;
    width: 100% !important;
    border: 1px solid #ccc;
    background-color: #fff;
    margin-right: 10px;
    box-sizing: border-box !important;
}
#sbc-calendar-wrapper table { position:relative;}
#sbc-calendar-wrapper table:after {
content:'※赤色が休業日です。';
font-size:12px;
display:block;
width:50%;
position:absolute;
bottom:0;
right:0;
text-align:right;
}
#sbc-calendar td.sbc-status-booked {
	border-color: #fff;
	background:#fff;
}
#sbc-calendar-wrapper .sbc-status-free {
    background-color: #ffc0bd !important;
}

@media screen and (max-width:767px) {
#rentalspace div { display:block; width:100%; margin:10px 0 0 0; padding:2px; background:#fff; border-bottom:none; border-right:none;}
}

@media screen and (min-width:768px) and (max-width:991px) {
#onlineshop ul li { width:33.333333%; padding:0; background:#fff; border:none; float:left; box-sizing:border-box; margin-right:5px;}
#onlineshop ul li:last-child { margin-right:0;}
#rentalspace div { display:block; width:100%; margin:10px 0 0 0; padding:0; background:#fff; border-bottom:none; border-right:none;}
#rentalspace div img { float:left; width:50%; box-sizing:border-box;}
#rentalspace div p {float:right; width:50%; box-sizing:border-box; padding:20px;}
}


/*メルマガ登録プラグイン調整*/
.widget_wysija_cont  { width:100%; padding:20px 20px 10px 20px; background:#fff; margin:25px 0 0 0; border-bottom: 1px solid #ddd; box-sizing:border-box;}
.wysija-paragraph { margin-bottom:0;}
.wysija-submit-field { margin-top:10px !important;}
.widget_wysija_cont p {line-height:1.6em; font-size:12px;}

@media screen and (max-width:768px) {
.widget_wysija_cont  { width:100%; padding:10px; background:#fff; margin:25px 0 0 0; border-bottom:none; border-right:none; box-sizing:border-box;}	
	}

/*--------------------------------------------------------------
## ポストリスト
--------------------------------------------------------------*/

/* For modern browsers */
.cf:before,
.cf:after { content:""; display:table;}
.cf:after {clear:both;}
/* For IE 6/7 (trigger hasLayout) */
.cf {zoom:1;}

article.toplist { background:#fff; margin:0 0 20px 0; padding:5px 0 5px 5px; border-bottom:1px solid #ddd; border-right:1px solid #ddd; position:relative;}

article.toplist .postdatebox { position:absolute; left:0; top:0; z-index:999;
background:#be5f2f; padding:10px; width:10%; min-width:80px; max-width:90px; 
font-size:12px; color:#fff; text-align:center; font-weight:normal; font-family:"futura-pt"; line-height:2em;}
article.toplist  .postdatebox .postdate { font-size:36px;}

article.toplist .postimg { margin:0 !important; padding:0 !important; box-sizing:border-box; width:35%; float:left;}
article.toplist .postdetail { margin:0 !important; padding:0 0 0 0 !important; box-sizing:border-box; width:65%; float:left;}
article.toplist .postdetail img { width:100%;}
article.toplist .postdetail h1 {font-size:20px; padding:30px 30px 20px 30px !important; margin:0; line-height:1.8em; font-weight:normal; letter-spacing:0; border-left:5px solid #be5f2f; }
article.toplist .postdetail div .entry-header h1.entry-title a{  margin:0; padding:30px 90px; line-height:1.6em; font-weight:normal; letter-spacing:0;}
article.toplist .postdetail .posttext { padding:15px 30px 0 40px !important; line-height:2.5em;}
article.toplist .postdetail .posttext p{ padding-bottom:20px;}
article.toplist .postdetail img { display:none;}




/*--------------------------------------------------------------*/
@media screen and (max-width:767px){
body { background:#FFF;}
.sideback {background:#eee8e6; padding-top:40px;}
article.toplist { background:#fff; margin:0 0 20px 0; padding:0; border:none; position:relative;}
article.toplist .postimg { margin:0 !important; padding:0 !important; box-sizing:border-box; width:100%; float:none;}
article.toplist .postdetail { margin:0 !important; padding:10px 0 0 0 !important; box-sizing:border-box; width:100%; float:none;}
article.toplist .postdetail img { width:100%;}
article.toplist .postdetail h1 { font-size:20px !important; padding:0 10px 10px 10px !important; margin:0; line-height:1.8em; font-weight:normal; letter-spacing:0; border:none;}
article.toplist .postdetail h1 a {font-size:20px;}
article.toplist .postdetail .posttext { padding:5px 10px 30px !important;}
}

@media screen and (min-width:768px) and (max-width:1023px) {
article.toplist { background:#fff; margin:0 0 30px 0; padding:0; width:100%;}
article.toplist dl dt { background:#ad4e19; padding:1.5%; width:10%; min-width:80px; max-width:90px; line-height:2.5em; font-size:12px; color:#fff; float:left; text-align:center; font-weight:normal;}
article.toplist dl dd { float:left; padding:15px 2%; width:86%; margin:0; min-height:2em; }
article.toplist .detail .tnail { float:left; width:36%; height:auto; overflow:hidden; padding:15px 2% 0px 2%;}
article.toplist .detail .tnail img { width:100%; height:auto;}
article.toplist .detail .posttext { width:60%; float:left; line-height:1.8em; font-size:13px; padding:15px 0 0 2%;}

}


/*--------------------------------------------------------------
## トップセクション
--------------------------------------------------------------*/
.top_section { background:#fff; padding:1px; margin:30px 0 60px 0; border-bottom:1px solid #ddd;}
div.content_ac { padding:20px 0 5px 30px; font-size:12px; margin-bottom:20px;}
div.content_acimg { margin:0 5px 5px 5px;} 

.mapheight{ height:400px;}
.top_section .accessinfo { float:left; width:60%; box-sizing:border-box;}
.top_section .accessimg { float:right; width:35%; box-sizing:border-box;}


@media screen and (max-width:767px){
        h1.mb_v { padding-top:40px !important;}
	.top_section { background:#fff; padding:0; margin:20px 0 50px 0; border-bottom:none;}
	.mapheight {height:200px;}
	div.content_ac { padding:10px 10px 0px 10px; font-size:12px;}
    div.content_acimg { margin:0;}
	.top_section .accessinfo { float:none; width:100%; box-sizing:border-box;}
    .top_section .accessimg { float:none; width:100%; box-sizing:border-box; display:none;}
	}



/*--------------------------------------------------------------
## 基本設定
--------------------------------------------------------------*/
.pt5 { padding-top:5px;}
.pt20 {padding-top:20px;}
.pt30 { padding-top:30px;}
.pb5 { padding-bottom:5px;}
.pb15 { padding-bottom:15px;}
.mt30 {margin-top:30px;}
.mb15 { margin-bottom:15px;}
.mb60 { margin-bottom:60px;}
.cnt {text-align:center !important;}


img.img_ajst { width:100%; height:auto;}
div.content p {font-size:13px;}
a:hover img {opacity:0.8;}

.button {
    background-color: #666;
    color:#fff !important;
    text-decoration:none important;
    font-size:13px;
    padding:15px 40px;
    margin:15px 0;
    transition: background-color 0.5s;
    border-radius:3px;
    letter-spacing:0.1em;
}

.button:hover,.button3:hover {
    background-color: #333;
}

.button2 {
    background-color: #666;
    color:#fff !important;
    text-decoration:none important;
    font-size:12px;
    padding:5px 10px;
    margin:30px 0 0 0;
    transition: background-color 0.5s;
    border-radius:3px;
    letter-spacing:0.1em;
}

.button2:hover {
    background-color: #000;
}

.button3 {
    background-color: #666;
    color:#fff !important;
    text-decoration:none important;
    font-size:13px;
    padding:15px 0;
    width:250px;
    margin:30px auto 0 auto;
    transition: background-color 0.5s;
    border-radius:3px;
    letter-spacing:0.1em;
    display:block;
    text-align:center;
}

.fixbtn { position:absolute; right:0; bottom:0; margin-right:20px; margin-bottom:20px;}
.imgfit img {width:100%;}
.center { width:250px !important; margin:15px auto !important;}

.box404 form { width:400px; margin:20px auto;}
.box404 from input[type="submit"] { margin-left:10px !important;}

/*--------------------------------------------------------------
## 記事
--------------------------------------------------------------*/
article.postSingle { background:#fff; margin-top:0; position:relative; border-bottom: 1px solid #ddd;}
article .ps-nonborder { background:#fff; margin-top:0; position:relative; border-bottom: 0;}
article.postSingle figure { position:relative;}
article.postSingle div.post { background:#be5f2f; padding:15px; width:18%; min-width:90px; max-width:110px; line-height:2.2em; font-size:14px; color:#fff; text-align:center; font-weight:normal; font-family:"futura-pt"; position:absolute; top:0; left:0; z-index:9999;}
article.postSingle div.post .postdate { font-size:40px;}
article.postSingle .entry-header { padding:20px 0 0 0;}
article.postSingle .entry-header h1.entry-title { font-size:26px; margin:0; padding:30px 90px; line-height:1.6em; font-weight:normal; letter-spacing:0;}
article.postSingle p { 
	padding:0 50px;
	text-align: justify;
    line-break: strict;
    word-break: normal;
    word-wrap: break-word;
}
article.postSingle a {color:#be5f2f; cursor:pointer;}
article.postSingle a:hover {text-decoration:underline;}
article.postSingle h3 { font-size:1.6rem; padding:20px 50px 0 50px; font-weight:bold;}
article.postSingle .ta_right { text-align:right; font-size:0.8rem;}
.content-area div.entry-content p.cap { padding:0 10% 10px ; font-size:12px; margin-top:-30px;}

article.postSingle .price { text-align:center;}
article.postSingle .button { margin:0 auto 50px;  padding:20px 30px; width:300px; max-width:100%; display:block; text-align:center; }
article.postSingle .button:hover {text-decoration:none;}
article.postSingle div .regsize { margin:0 0 30px; padding:0 50px; }

@media screen and (max-width:767px) {
article.postSingle { background:#fff; margin-top:0; position:relative; border-bottom:none;}
article.postSingle div.post { background:#be5f2f; padding:5px; width:16%; min-width:70px; max-width:900px; line-height:1.8em; font-size:14px; color:#fff; text-align:center; font-weight:normal; font-family:"futura-pt"; position:absolute; top:0; left:0; z-index:9999;}
article.postSingle div.post .postdate { font-size:30px;}
article.postSingle .entry-header { padding:0;}
article.postSingle .entry-header h1.entry-title { font-size:20px; margin:0; padding:30px 20px 10px 20px; line-height:1.6em; font-weight:normal; letter-spacing:0;}
article.postSingle p { padding:0 10px;}
article.postSingle a {color:#be5f2f;}
.entry-content { padding:0 10px !important;}
article.postSingle h3 { font-size:1.6rem; padding:10px 10px 0 10px; font-weight:bold;}
article.postSingle div .regsize { margin:0 0 30px; padding:0; }
}

@media screen and (min-width:768px) and (max-width:1024) {
article.postSingle div.post { background:#be5f2f; padding:5px; width:16%; min-width:70px; max-width:900px; line-height:1.8em; font-size:14px; color:#fff; text-align:center; font-weight:normal; font-family:"futura-pt"; position:absolute; top:0; left:0; z-index:9999;}
article.postSingle div.post .postdate { font-size:30px;}
article.postSingle .entry-header { padding:0;}
article.postSingle .entry-header h1.entry-title { font-size:26px; margin:0; padding:30px 90px; line-height:1.6em; font-weight:normal; letter-spacing:0;}
article.postSingle p { padding:0 10px;}
article.postSingle a {color:#be5f2f;}
.entry-content { padding:0 10px !important;}
}

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

.site-main .posts-navigation {margin:0 0 40px 0;}

.footer div.site-info {
  background: #fff repeat scroll 0 0;
  border-radius: 0;
  /*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);*/
  font-size: 14px;
  margin-bottom: 5px;
  padding: 35px 5px;
  position: relative;
}

}

@media screen and (min-width:1024px){

article.toplist dl dd { float:left; padding:15px 3%; width:86%; margin:0; min-height:2em; }
article.toplist .detail .tnail { float:left; width:36%; height:auto; overflow:hidden; padding:15px 2% 0px 2%;}
article.toplist .detail .tnail img { width:100%; height:auto;}
article.toplist .detail .posttext {  width:60%; float:left; line-height:1.8em; font-size:13px; padding:15px 0 0 2%;}
}

/*--------------------------------------------------------------
# 固定ページ　
--------------------------------------------------------------*/

#content_main { background:#fff; padding:0 0 30px 0; margin-bottom:20px; border-bottom: 1px solid #ddd;}
#content_main p, #content_main dt, #content_main dd, #content_main ul li { font-size:14px; line-height:2em; font-weight:normal;}
#content_main ul,　#content_main li { margin:0; padding:0;}
#content_main dl dd ul { padding:0 0 0 20px;}

#content_main  dl.tablelike dt { font-size:14px; padding:8px 15px; margin:0; border:1px solid #ccc; background:#eeefef; font-weight:bold;}
#content_main  dl.tablelike dd { margin:0; border:1px solid #ccc; border-top:none; padding:8px 15px;}

#content_main  dl.linemode dt { font-size:14px; padding:0; margin:0;}
#content_main  dl.linemode dd { margin:0 0 0 14px; border-left:1px solid #aaa; padding:5px 0 5px 4%;}

#content_main  dl.underline dt { font-size:14px; padding:0; margin:0; border-bottom:1px solid #999; font-weight:bold; }
#content_main  dl.underline dd { margin:0 0 0 14px; padding:10px 0 5px 2%; }
#content_main  dl.underline dd.formdd { margin:0 0 0 14px; padding:40px 0 5px 2%; }

#content_main  dl.underline dd dl dt { border:none;}
#content_main  dl.underline dd dl { margin:0; padding:0;}

#content_main h1 { padding:60px 10% 20px; font-weight:normal; font-size:24px; line-height:140%;}
#content_main h1.caption { padding:10px 10% 20px; font-weight:normal; font-size:24px; margin-bottom:0;}
     #content_main .headercap { font-size:12px; color:#666; padding:0 10% 10px 10%; letter-spacing:0.1em;}
#content_main .headerline {border-left:5px solid #666; margin:40px 0 20px 0;}

#content_main h2 { padding:40px 10% 0px; font-weight:normal; font-size:20px;　margin-bottom:0;}
  #content_main .ul {border-bottom:2px solid #333 !important; margin:40px 10% 20px; padding:0 0 20px;}
#content_main h3 { padding:40px 10% 0px; font-weight:normal; font-size:18px;　margin-bottom:20px;}

#content_main p, #content_main ul{ padding:10px 10%; }
#content_main dl { padding:10px 8%;}
#content_main div.singleimg { width:82%; margin:40px auto 0 auto;}
.w90 img {width:100%;}

#content_main .cap{ padding:10px 10% 40px 10%; font-size:12px;}
.bold { font-weight:bold;}

#content_main .space dl:last-child { margin-bottom:30px;}
#content_main .space dl.tablelike:last-child dt {background-color:#ddd;}

#content_main .rowgallay{ padding:10px 40px;  width:94%; margin:0 auto;}
#content_main .rowgallay .rowgallay33 {float:left; width:32%; margin-right:10px; box-sizing:border-box;}
#content_main .rowgallay .rowgallay33:last-child { margin-right:0;}
#content_main .rowgallay div dl { padding:0; margin:0;}
#content_main .rowgallay div dl dt { font-size:14px; padding:10px 0 0 0; margin:0; border-bottom:1px solid #666;}
#content_main .rowgallay div dl dd { font-size:12px; padding:10px 0; margin:0; line-height:1.5em;}
#content_main .rowgallay div dl dd p { font-size:12px; padding:5px 0; margin:0; line-height:1.8em;}
#content_main .rowgallay img {width:100%;}

#content_main p a, 
#content_main p a:hover, 
#content_main p a:visited,
#content_main dl dd a { 
color:#ad4e19; text-decoration:none;}

#content_main .navibox { background:#eee8e6; padding:0 0 20px 0; margin:0;}
#content_main .navibox div{ width:100%; margin:0; padding:0px;}
#content_main .navibox div .navi_edit { padding:0; float:left; width:33.333%; box-sizing:border-box;}

#content_main .navibox div  div a:hover {
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.2222 0.2222 0.2222 0 0 0.2222 0.2222 0.2222 0 0 0.2222 0.2222 0.2222 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
filter: gray;
-webkit-filter: grayscale(100%);}

#content_main .navibox div div a {filter: none; -webkit-filter: grayscale(0%);}
#content_main .navibox div　div a {color:#333; display:block; border-right:5px solid #eee8e6; width:100%; height:100%;}
#content_main .navibox div div a p { background-color:rgba(255,255,255,0.80); text-align:center; margin:0; padding:5px 0; font-weight:bold;}
#content_main .navibox div div a .ya { border-right:5px solid #fff; border-bottom:5px solid #fff; width:15px; height:15px; transform: rotate(45deg); display:block; margin:40px auto; }


@media screen and (max-width:767px)  {
#content_main { background:#fff; padding:0; margin-bottom:20px; border-bottom:none;}
#content_main  dl.tablelike dt { font-size:14px; padding:8px 5px; margin:0; border:1px solid #ccc; background:#eeefef; font-weight:bold;}
#content_main  dl.tablelike dd { margin:0; border:1px solid #ccc; border-top:none; padding:8px 5px;}

#content_main  dl.linemode dt { font-size:14px; padding:0; margin:0;}
#content_main  dl.linemode dd { margin:0 0 10px 14px; border-left:1px solid #aaa; padding:5px 0 5px 20px !important;}

#content_main  dl.underline dt { font-size:14px; padding:0; margin:0; border-bottom:1px solid #999; font-weight:bold; }
#content_main  dl.underline dd { margin:0 0 0 3px; padding:10px 0 0 0; }

#content_main  dl.underline dd dl dt { border:none;}
#content_main  dl.underline dd dl { margin:0; padding:0;}

#content_main h1 { padding:30px 5% 0; font-weight:normal; font-size:16px; line-height:140%;}
#content_main h1.caption { padding:10px 5% 10px; font-weight:nomal; font-size:16px; margin-bottom:0;}
     #content_main .headercap { font-size:12px; color:#666; padding:0 5% 10px 5%; letter-spacing:0.1em;}
#content_main .headerline {border-left:5px solid #666; margin:40px 0 20px 0;}

#content_main h2 { padding:20px 5% 0px; font-weight:nomal; font-size:14px;　margin-bottom:0; line-height:1.6em;}
  #content_main .ul {border-bottom:2px solid #333 !important; margin:40px 5% 20px; padding:0 0 10px;}
#content_main h3 { padding:40px 5% 0px; font-weight:normal; font-size:14px;　margin-bottom:20px;}

#content_main p, #content_main ul{ padding:10px 5%; }
#content_main dl { padding:10px 4%;}
#content_main div.singleimg { width:90%; margin:20px auto 0 auto;}

#content_main .cap { padding:10px 5% 20px 5%; font-size:12px;}
.bold { font-weight:bold;}

#content_main .space dl:last-child { margin-bottom:30px;}
#content_main .space dl.tablelike:last-child dt {background-color:#ddd;}

#content_main .rowgallay{ padding:10px 0 0px 0; }
#content_main .rowgallay .rowgallay33 {float:none; width:100%; box-sizing:border-box;}

#content_main .navibox {display:none;}
	}
	
@media screen and (min-width:768px) and (max-width:1023px)  {
#content_main .navibox { background:#eee8e6; padding:0 0 20px 0; margin:0;}

}

.borderbox { border:1px solid #000; margin:0 10%; padding:20px;}
.borderbox h3 { padding:0 !important;}
.borderbox p { padding:10px 0 0 0 !important; margin:0;}
.borderbox .img {float:left; width:15%;}
.borderbox p.cp { padding:0 0 0 20px !important; margin:0; width:85%; float:left;}

/*--------------------------------------------------------------
# レンタルスペース
--------------------------------------------------------------*/
#content_main .navibox div  div a.navi-coworking {
   background:url(http://star-jewelry.pro/images/rentalspace/img_rental.jpg) no-repeat center top; 
   display:block; 
   background-size:cover;
   border-right:1px solid #eee8e6;
   padding:10px 0 0 0;}

#content_main .navibox div a.navi-meeting {
   background:url(http://star-jewelry.pro/images/rentalspace/img_meeting.jpg) no-repeat center top; 
   display:block;
   background-size:cover;
   border-right:1px solid #eee8e6;
   padding:10px 0 0 0;}

#content_main .navibox div a.navi-gallary {
   background:url(http://star-jewelry.pro/images/rentalspace/img_gallary.jpg) no-repeat center top;
   display:block;
   background-size:cover; 
   padding:10px 0 0 0;}

.font_l { font-size:1.4rem !important;}

@media screen and (max-width:768px){
.rentalspace h2 { font-size:1.6rem !important;}
.rentalspace .mt60 { margin-top:30px !important;}
}

a.imp_button {  
background-color: #666;
    color:#fff !important;
    text-decoration:none !important;
    font-size:14px;
    padding:15px 10%;
    margin:0 auto;
    transition: background-color 0.5s;
    border-radius:3px;
    letter-spacing:0.1em;
    display:block;
    text-align:center;
}
a.imp_button:hover {
background-color: #999;}

.resv {
	text-align:center;
	padding:20px 0 15px;
	margin:10px 50px;
	background:#eee;
	border-radius:5px;
}

.resv img { width:180px;}

@media screen and (max-width:767px)  {
.resv {
	text-align:center;
	padding:20px 0 15px;
	margin:10px;
	background:#eee;
	border-radius:5px;
}
}

/*--------------------------------------------------------------
#  コンタクトフォーム
--------------------------------------------------------------*/

.contactform { padding:40px 0 0 0;}
.contactform  p {padding:0; margin:0;}
p img.ajax-loader { display:none;}
.contactform p.toptext { line-height:1.8em; margin-bottom:40px;}
article div.entry-content input[type="submit"] {
color:#fff;}

.su-spoiler-content { padding:0 !important; margin:0;}
.innertext { padding:10px 20px;}

.spoiler_form .toptext { padding:2%;}
.spoiler_form p { padding:10px; margin:0;}
.su-spoiler, .su-spoiler-style-default, .su-spoiler-icon-chevron, .su-spoiler-closed { margin-bottom:0 !important;}

@media screen and (max-width:768px){
.contactform { padding:10px 0 0 0;}
	}

/*--------------------------------------------------------------
#  メニューバー
--------------------------------------------------------------*/
ul.navbar-nav li {border-left:1px solid #666; padding:0 20px; margin:20px 0;}
ul.navbar-nav li:last-child { border-right:1px solid #666;}

ul.navbar-nav li a { padding:0 2px 3px 2px; margin:0px; line-height:1em;
position: relative;
display: inline-block;
text-decoration: none;
background:none;
}

ul.navbar-nav li a::after {
content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background-color:#be5f2f;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

ul.navbar-nav li a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

ul.navbar-nav li a:hover { background:none;}



/*--------------------------------------------------------------
#  オンラインショップ
--------------------------------------------------------------*/

#content_main .navibox div  div a.navi-teiza {
   background:url(http://star-jewelry.pro/images/common/shop_tn_teiza.png) no-repeat left top; 
   display:block; 
   background-size:cover;
   border-right:1px solid #eee8e6;
   padding:10px 0 0 0;}

#content_main .navibox div a.navi-tsuhan {
   background:url(http://star-jewelry.pro/images/common/shop_tn_monomono.png) no-repeat center top; 
   display:block;
   background-size:cover;
   border-right:1px solid #eee8e6;
   padding:10px 0 0 0;}

#content_main .navibox div a.navi-kigatame {
   background:url(http://star-jewelry.pro/images/common/shop_tn_kigatame.png) no-repeat center top;
   display:block;
   background-size:cover; 
   padding:10px 0 0 0;}

#click-menu img, #click-menu .threeLines { margin:0 auto !important;}




/*--------------------------------------------------------------
#  モノ・モノの歴史
--------------------------------------------------------------*/
.prof { padding:0 10%;}
.prof_img {margin:0 !important; padding:0 20px 20px 0 !important; float:left; width:50%;}
.prof_text {margin:0 !important; padding:0 important; font-size:12px; float:right; width:50%;}

.mt100 { margin-top:100px important;}
.site { font-size:16px; padding:0px 10%;}

@media screen and (max-width:767px){
.site { font-size:14px; padding:0px 5%;}
.prof { padding:0 5%;}
.prof_img {margin:0 !important; padding:0 0 20px 0 !important; float:none; width:100%;}
.prof_img img { width:100%;}
.prof_text {margin:0 !important; padding:0 important; font-size:12px; float:none; width:100%;}
   }

/*--------------------------------------------------------------
# books
--------------------------------------------------------------*/
.booklist{ padding-bottom:30px;}
.booklist h2 {border-bottom:#333 2px solid; padding:50px 0 10px 10px !important; margin:0 5%;}
.booklist p { padding:50px 0 0 0 !important; margin:0 5% !important;}

dl.accordion { padding:0 !important; margin:0 5% !important;}
dl.accordion dt {
    display:block;
    position:relative;
    width:100%;
    border-top:#333 1px solid;
    cursor:pointer;
}
dl.accordion dt.open {border-bottom:#ccc 1px solid;}
dl.accordion dt h3 { padding:10px 0 0 25px !important; margin-bottom:0 !important; font-size:16px;}
dl.accordion dt .basedata { font-size:12px; padding:0 0 0 25px;}

dl.accordion dt>.bookclose {
   position:absolute; top:5px; left:8px; 
   font-size:16px;
   font-family:"fontello"; 
   opacity:1;
    -webkit-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
}
dl.accordion dt>.bookopen {
   position:absolute; top:5px; left:8px; 
   font-size:16px;
   font-family:"fontello";
   opacity:0;
    -webkit-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
}
dl.accordion dt.open>.bookclose {opacity:0;}
dl.accordion dt.open>.bookopen {opacity:1;}

.accordion dt:hover { background:#efefef;}


dl.accordion dd {       
      position:relative;
      padding:20px 0 !important;
      margin:0 !important;
      display:none;
}

.accordion dd .book{
    float:left;
    width:30%;
}
.accordion dd .detail{
    float:left;
    width:70%;
    padding:0 0 0 30px;
}
.accordion dd .detail p{ padding:0 0 10px 0 !important; margin:0 !important;}
.accordion dd .detail .button2 {text-align:center !important; position:absolute; bottom:20px; right:0;}
dl.last { border-bottom:#333 1px solid;}

.booklistClm { padding:20px !important; margin:0 5% !important; border:1px solid #333; font-size:14px;}
.booklistClm p {margin:20px 0 0 0; padding:0 !important;}

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

.booklist h2 {border-bottom:#333 2px solid; padding:20px 0 10px 10px !important; margin:0 5px; font-weight:bold !important;}
dl.accordion dt.open {background:#fff;}
.booklist p { padding:20px 0 0 0 !important; margin:0 5px !important;}
dl.accordion { padding:0 !important; margin:0 5px !important;} 
.accordion dd { 
      position:relative;
      padding:20px 0 0 0 !important;
      margin:0 !important;
      display:none;
      margin-bottom:20px !important;
}
.accordion dd .book{
    float:none;
    width:100%;
    text-align:center;
}
.accordion dd .book img {width:70%; margin:0 auto;}
.accordion dd .detail{
    float:none;
    width:100%;
    padding:20px 0;
}
.accordion dd .detail p{ padding:0 5px 20px 5px !important;}
.accordion dd .detail .button2 {text-align:center !important; position:absolute !important; bottom:10px; width:100%; margin-top:20px;}
dl.last { border-bottom:#666 1px solid;}

.booklistClm { padding:20px !important; margin:0 10px !important; border:1px solid #333; font-size:14px;}
}

@font-face {
      font-family: 'fontello';
      src: url('/wp-content/themes/tecblogger/fonts/fontello.eot?7219177');
      src: url('/wp-content/themes/tecblogger/fonts/fontello.eot?7219177#iefix') format('embedded-opentype'),
           url('/wp-content/themes/tecblogger/fonts/fontello.woff?7219177') format('woff'),
           url('/wp-content/themes/tecblogger/fonts/fontello.ttf?7219177') format('truetype'),
           url('/wp-content/themes/tecblogger/fonts/fontello.svg?7219177#fontello') format('svg');
      font-weight: normal;
      font-style: normal;
    }

.book_icon { font-family:"fontello"; padding-right:10px;}
.monored { color:#be5f2f;}

/*--------------------------------------------------------------
# 投稿　内容
--------------------------------------------------------------*/
.entry-content .caption { font-size:120%; margin-top:-40px !important; padding:0 50px 30px 50px !important; text-align:center;}
.entry-content p>a>img { margin:20px 0;}
.entry-content .pfl { float:left; width:50%; padding:0 30px 20px 0;}
.entry-content .pfr { float:right; width:50%; padding:0 0 20px 30px;}
.entry-content .pfl_p { float:left; width:50%; padding:0;}
.entry-content .pfr_p { float:left; width:50%; padding:0;}
.entry-content .pfl>img,.entry-content .pfr>img {width:100% !important;}

.entry-content .pfl2 { float:left; width:70%; padding:0 30px 20px 0;}
.entry-content .pfr2 { float:right; width:70%; padding:0 0 20px 30px;}
.entry-content .pfl2_p { float:left; width:30%; padding:0;}
.entry-content .pfr2_p { float:left; width:30%; padding:0;}
.entry-content .pfl2>img,.entry-content .pfr2>img {width:100% !important;}
.entry-content .cf { padding:0 40px;}
.entry-content h2 {padding:30px 40px !important; font-weight:bold; margin:0;}
.entry-content h2 span { border-bottom:2px solid #333; padding:0 5px;}

@media screen and (max-width:768px){
.entry-content .cf { padding:0 10px;}
.entry-content h2 {padding:30px 5px !important; font-weight:bold; margin:0; font-size:18px;}
}

@media screen and (max-width:698px){
.entry-content .pfl,.entry-content .pfl2 { float:none; width:100%; padding:0 0 20px 0 ;}
.entry-content .pfr,.entry-content .pfr2 { float:none; width:100%; padding:0 0 20px 0;}
.entry-content .pfl_p,.entry-content .pfl2_p { float:none; width:100%; padding:0;}
.entry-content .pfr_p,.entry-content .pfr2_p { float:none; width:100%; padding:0;}
.entry-content .pfl>img,.entry-content .pfr>img,.entry-content .pfl2>img,.entry-content .pfr2>img {width:100% !important;}
.entry-content .cf { padding:0;}
.entry-content h2 {padding:30px 0 !important; font-weight:normal; margin:0; font-size:16px;}
.entry-content h2 span { border-bottom:2px solid #333; padding:0;}
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    display: inline-block;
    width: 30px;
}
.wpcf7-list-item-label {
    margin-right: 1em;
    cursor: pointer;
}
.wpcf7-list-item-label:hover { text-decoration:underline;}