@charset "UTF-8";
/*
Theme Name: order-towel.jp
Theme URI: https://www.order-towel.jp/
Description: Blog Templates presented by MyT
Version: 1.0
Author: MyT
*/

#information .box-s h2{
    font-size: 2.2rem;
    margin:3em 0 0.4em;
    color: #ab0d23;
	font-weight: bold;
}

.aligncenter,div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
   float: left;
   margin:0 20px 0 0;
}
.alignright {
   float: right;
   margin:0 0 0 20px;
}
.clear{
	clear:both;
}
.wp-caption {
   width:100% !important;
   box-sizing:border-box;
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px 0;
   padding:10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}
.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/*fix F.hama 22.01.13*/
#sidefixnav {
  top: 210px !important;
}
#toppage #sidefixnav {
  top: 370px !important;
}
#footer .nav ul:after{
  content:"";
  display:table;
  width:31.3%;
}
#top-simu.banbox1 {
  background-image: url("/wp2/wp-content/themes/orig/images/top/simu-bg.png"), 
  url("/wp2/wp-content/themes/orig/images/common/bg3.jpg") !important;
}
#top-qr.banbox1 {
  background-image: url("/wp2/wp-content/themes/orig/images/top/qr-bg.png"), 
  url("/wp2/wp-content/themes/orig/images/common/bg3.jpg") !important;
}
@media screen and (max-width: 768px){
#top-qr.banbox1 {
  background-position: 100% 100% !important;
}
}

#information .box-s{
  height:260px;
  overflow-y:scroll;
  overflow-x: hidden;
  padding-top: 0;
  margin-bottom:50px;
}
#information .single-box .box-s{
height: auto;
overflow-y: auto;
overflow-x: auto;
}

#case .topic .box-s+.box {
  margin-top: 100px;
}
#case .topic .box-s .photo {
  display: block;
  height: auto;
  padding-top: 0;
  text-align: center;
}
body#thanks #main {
  background-image: url("/wp2/wp-content/themes/orig/images/contact/main-bg.png");
}

/*22.10.31*/
#case .topic .body {
  margin-bottom: 100px;
}
#case .topic .photo {
  overflow: hidden;
}
#case .topic .photo img {
  min-height: 100%;
  min-width: 100%;
  width: auto !important;
  height:auto !important;
}

/*23.01.18*/
#wrapper .photo-group {
  justify-content: center;
}
#case #wrapper .topic .photo {
  background: #fff;
}
@media screen and (max-width: 768px){
#wrapper .photo-group img {
  width: auto;
  height: auto;
}
}

/*23.02.16*/
.wp-tag-cloud{
  margin:0 0 40px;
}
.wp-tag-cloud li{
  display:inline-block;
}
.wp-tag-cloud li a{
  display:inline-block;
  border: solid 1px #1b1464;
  border-radius:6px;
  padding:3px 8px;
  margin:8px;
}





