@charset "utf-8";

/**************************************************
Sub Page Only
**************************************************/

/* 【content】 --------------- */

.subpage #wrap {
padding-top:50px;
}

#main {
width:860px;
text-align:left;
float:right;
}

#main h1.title,
#main h2.title {
width:100%;
margin-bottom:30px;
padding:15px 0;
background:#7f0015;
text-align:center;
font-size:20px;
color:#fff;
float:left;
letter-spacing:2px;
box-sizing:border-box;
}

#main h1.title span,
#main h2.title span {
padding:0 10px;
display:inline-block;
}

#main-single h1.title {
font-size:16px;
}

.content {
width:100%;
float:left;
}

/************** archive category search **************/

.archive-description {
width:100%;
margin-bottom:30px;
float:left;
}

#main-archive {
float:left;
}

#main-archive .content-in {
width:100%;
margin-bottom:50px;
padding-bottom:50px;
border-bottom:2px solid #ccc;
float:left;
}

#main-archive h2.post-title {
    width: 100%;
    margin: 5px 0 10px;
    background: #f4f4f4;
    float: left;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 1.2em;
}

#main-archive h2.post-title span {
padding:0 10px;
display:block;
}

#main-archive h2.post-title a {
width:100%;
padding:10px 0;
float:left;
}

#main-archive h2.post-title a:before {
margin-right:5px;
color:#7f0015;
font-family:"dashicons";
content:"\f522";
vertical-align:-0.18em!important;
}

.content-left {
width:300px;
float:left;
}

.content-left .thumbnail {
padding:10px;
background:#fff;
border:1px solid #7f0015;
text-align:center;
float:left;
overflow:hidden;
transition:0.4s;
-webkit-transition:0.4s;
-moz-transition:0.4s;
-o-transition:0.4s;
-ms-transition:0.4s;
}

.content-right {
width:560px;
float:right;
}

.content-right-in {
width:98%;
float:right;
}

.content-right-in p {
    margin-bottom: 1em;
}

.archive-date {
width:100%;
padding-top:15px;
float:left;
}

.archive-cat {
width:50%;
text-align:left;
font-size:12px;
float:left;
}

.archive-cat span:before {
margin-right:5px;
color:#7f0015;
font-size:15px;
font-family:"dashicons";
content:"\f318";
vertical-align:-0.13em!important;
}

.postdate {
width:50%;
text-align:right;
font-size:12px;
float:right;
}

.pagenavi {
width:100%;
float:left;
}

.pagenavi .page-numb {
text-align:left;
}

.pagenavi span.current {
background:#7f0015;
font-weight:bold;
color:#fff;
}

.pagenavi .page-numbers {
height:22px;
margin-right:5px;
padding:1px 8px;
background:#fff;
border:1px solid #7f0015;
text-align:center;
float:left;
}

.search-error {
width:100%;
text-align:center;
flot:left;
}

.search-error h2 {
font-weight:bold;
font-size:50px;
color:#d1d1d1;
}

.tag-nav {
width:100%;
float:right;
}

.navidate {
float:left;
}

.posttags {
height:auto;
font-size:12px;
float:right;
}

.posttags p {
padding:0 5px;
display:inline-block;
}

.posttags p a:before {
margin-right:3px;
color:#7f0015;
font-family:"dashicons";
content:"\f323";
vertical-align:-0.13em!important;
}

.posttags a {
padding:0 0 0 2px;
float:left;
}

/************** archive category search **************/

/************** page single **************/

#main-page,
#main-single {
width:100%;
float:left;
}

#main-single {
border-bottom:4px solid #fff;
}

#txsingle-thumbnail {
width:100%;
height:auto;
padding-bottom:10px;
text-align:center;
float:left;
}

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

#navidate-single {
margin-bottom:10px;
float:left;
}

#posttags-single {
margin-bottom:10px;
float:right;
}

#posttags-single p {
padding:0 5px;
display:inline-block;
}

#posttags-single p span {
display:inline-block;
}

#posttags-single p a:before {
margin-right:3px;
color:#7f0015;
font-family:"dashicons";
content:"\f323";
vertical-align:middle!important;
}

#posttags-single a {
padding:0 0 0 2px;
float:left;
}

/************** page single **************/

.breadcrumbs {
width:100%;
height:auto;
margin:10px 0 50px;
text-align:left;
font-size:14px;
float:left;
}

.breadcrumbs p {
float:left;
}

.breadcrumbs p.bread-home:before {
margin-right:4px;
color:#7f0015;
font-size:16px;
font-family:"dashicons";
content:"\f102";
vertical-align:-0.15em!important;
}

.breadcrumbs p.bread-sub:before {
margin:0 4px;
color:#7f0015;
font-family:"dashicons";
content:"\f522";
vertical-align:-0.15em!important;
}

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


/* 【contact】 --------------- */

#contact-form p {
width:100%;
margin-bottom:10px;
text-align:left;
float:left;
}

.contact-box p span {
height:20px;
line-height:20px;
margin-right:5px;
padding:0 5px;
background:#cc0000;
font-size:12px;
color:#fff;
float:left;
}

.confirmation .contact-box p {
padding:10px;
background:#fff;
box-sizing:border-box;
}

#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form input[type="date"],
#contact-form input[type="number"],
#contact-form input[type="tel"],
#contact-form input[type="url"],
#contact-form select,
#contact-form textarea {
width:100%;
padding:10px 5px;
background:#f0f0f0;
border:1px solid #fff;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
box-sizing:border-box;
transition:0.6s;
-webkit-transition:0.6s;
-moz-transition:0.6s;
-o-transition:0.6s;
-ms-transition:0.6s;
}

#contact-form input[type="text"]:hover,
#contact-form input[type="email"]:hover,
#contact-form input[type="date"]:hover,
#contact-form input[type="number"]:hover,
#contact-form input[type="tel"]:hover,
#contact-form input[type="url"]:hover,
#contact-form select:hover,
#contact-form textarea:hover {
background:#fafafa;
border:1px solid #d3d3d3;
}

#contact-form input[type="range"] {
padding:10px 5px;
background:none!important;
border:0!important;
}

#contact-form input:placeholder-shown {
color:#cdcdcd;
}

#contact-form input::-moz-input-placeholder {
color:#cdcdcd;
}

#contact-form input::-webkit-input-placeholder {
color:#cdcdcd;
}

#contact-form input:-ms-input-placeholder {
color:#cdcdcd;
}

.contact-but button,
.contact-but input[type="button"],
#contact-form input[type="submit"] {
width:230px;
margin-top:30px;
padding:10px 0;
background:#fff;
border:1px solid #eaeaea;
font-size:16px;
font-weight:bold;
cursor:pointer;
outline:none;
transition:0.6s;
-webkit-transition:0.6s;
-moz-transition:0.6s;
-o-transition:0.6s;
-ms-transition:0.6s;
}

.contact-but button:hover,
.contact-but input[type="button"]:hover,
#contact-form input[type="submit"]:hover {
background:#7f0015;
border:1px solid #7f0015;
color:#fff;
}

.contact-but .top {
width:100%;
margin:20px 0;
text-align:center;
float:left;
}

.contact-but .left,
.contact-but .right {
width:50%;
text-align:center;
float:left;
}

p.form-error {
margin:10px 0;
color:red;
}

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


/* 【company】 --------------- */

.company {
width:100%;
text-align:center;
float:left;
}

table.returned {
width:100%;
text-align:center;
border-collapse:collapse;
float:left;
}

table.returned-in {
width:100%;
border:1px solid #eaeaea;
border-collapse:collapse;
}

table.returned-in tr,
table.returned-in td {
vertical-align:middle!important;
}

.returned td.returned-left {
width:32%;
height:80px;
padding:10px 0;
background:#f6f6f6;
text-align:center;
border-bottom:1px solid #eaeaea;
font-weight:bold;
}

.returned td.returned-right {
width:65%;
height:auto;
padding:10px 0 10px 3%;
border-bottom:1px solid #eaeaea;
text-align:left;
}

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

/* 【page new post1】 --------------- */

.txpost-box-l img,
.txpost-box-s img,
.txpost-box-r img{
width: 100%;
height: auto;
}

#top-post1 .txpost-box-l,#top-post1 .txpost-box-s,
#top-post1 .txpost-box-r {
width:32%;
height: auto;
margin-bottom:25px;
margin-left: 1%;
float:left;
}

#top-post1 .txpost-box-l .txpost-each {
width: 100%;
float:left;
position:relative;
}

#top-post1 .txpost-box-r .txpost-each {
width: 100%;
float:right;
position:relative;
}

#top-post1 .txpost-box-s .txpost-each {
width: 100%;
display:inline-block;
position:relative;
}

#top-post1 .pg-txpost-box-in {
width: 100%;
text-align:center;
display:inline-block;
}

/**************************************************
***************************************************
width:[1200px] or less.
***************************************************
**************************************************/

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

.subpage #wrap {
margin-top:20px;
padding:0;
}

#main {
width:100%;
}

#main h1.title,
#main h2.title {
margin-bottom:20px;
font-size:15px;
}

.breadcrumbs {
margin-bottom:20px;
}

#main-archive .content-in {
margin-bottom:20px;
padding-bottom:20px;
}

.content-left {
width:30%;
}

.content-right {
width:70%;
font-size:13px;
}

.content-left .thumbnail {
width:80%;
padding:5px;
}

.content-left .thumbnail img {
width:100%;
height:auto;
}

.archive-cat,
.postdate {
width:100%;
}

#navi-out {
margin:20px 0 0;
}

#single-sns {
margin-top:0;
padding:30px 0 0;
}

#comment-title {
margin:20px 0;
font-size:15px;
}

#respond p.comment-form-author,
#respond p.comment-form-email,
#respond p.comment-form-url,
#respond p.comment-form-comment {
margin-bottom:5px;
}

#respond p.logged-in-as,
#respond p.comment-notes {
margin-bottom:10px;
}



/**************************************************
***************************************************
width:[480px] or less.
***************************************************
**************************************************/

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

.content-left {
    width: auto;
    height: auto;
    max-width: 100%;
    float: none;
}
	
.content-left .thumbnail {
    width: 90%;
    padding: 5px;
    float: none;
    margin-top: auto;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.content-right {
	width:95%;
	float: none;
}
	
#top-post1 .txpost-box-l,#top-post1 .txpost-box-s,
#top-post1 .txpost-box-r {
width:49%;
}

}
