@import url(//fonts.googleapis.com/css?family=Nunito:300);
/* samuraiworks add */
body:not(.wp-admin) {
  font: 13px/23px 'Nunito', sans-serif;
  font-weight: normal;
}
/* 定義部分----------------------------------------------- */
.mainGrad1 {
  background: #edfaff;
  background: -moz-linear-gradient(top, #e7f4f9 0%, #edfaff 50%, #ffffff 95%, #edfaff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e7f4f9), color-stop(50%, #edfaff), color-stop(95%, #ffffff), color-stop(100%, #edfaff));
  background: -webkit-linear-gradient(top, #e7f4f9 0%, #edfaff 50%, #ffffff 95%, #edfaff 100%);
  background: linear-gradient(to bottom, #e7f4f9 0%, #edfaff 50%, #ffffff 95%, #edfaff 100%);
}
.mainGrad2 {
  background: #fbfbfb;
  background: -moz-linear-gradient(top, #ffffff 0%, #fbfbfb 50%, #f8f8f8 95%, #f5f5f5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #fbfbfb), color-stop(95%, #f8f8f8), color-stop(100%, #f5f5f5));
  background: -webkit-linear-gradient(top, #ffffff 0%, #fbfbfb 50%, #f8f8f8 95%, #f5f5f5 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #fbfbfb 50%, #f8f8f8 95%, #f5f5f5 100%);
}
.mainGrad3 {
  background: #ffe275;
  background: -moz-linear-gradient(top, #fff799 0%, #ffe275 50%, #ffd35c 95%, #ffcc50 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff799), color-stop(50%, #ffe275), color-stop(95%, #ffd35c), color-stop(100%, #ffcc50));
  background: -webkit-linear-gradient(top, #fff799 0%, #ffe275 50%, #ffd35c 95%, #ffcc50 100%);
  background: linear-gradient(to bottom, #fff799 0%, #ffe275 50%, #ffd35c 95%, #ffcc50 100%);
}
.mainGrad4 {
  background: #f6f6f6;
  background: -moz-linear-gradient(top, #e9e9e9 0%, #f6f6f6 50%, #f2f2f2 95%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e9e9e9), color-stop(50%, #f6f6f6), color-stop(95%, #f2f2f2), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #e9e9e9 0%, #f6f6f6 50%, #f2f2f2 95%, #ffffff 100%);
  background: linear-gradient(to bottom, #e9e9e9 0%, #f6f6f6 50%, #f2f2f2 95%, #ffffff 100%);
}
.mainGrad5 {
  background: #dafcff;
  background: -moz-linear-gradient(top, #daffef 0%, #dafcff 50%, #d0e9ec 95%, #c9ebfe 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #daffef), color-stop(50%, #dafcff), color-stop(95%, #d0e9ec), color-stop(100%, #c9ebfe));
  background: -webkit-linear-gradient(top, #daffef 0%, #dafcff 50%, #d0e9ec 95%, #c9ebfe 100%);
  background: linear-gradient(to bottom, #daffef 0%, #dafcff 50%, #d0e9ec 95%, #c9ebfe 100%);
}
/* ------------------------------------------------------------
  box-sizing
------------------------------------------------------------ */
.borderbox {
  -webkit-box-sizing: border-box;
  /* Safari,Google Chrome用 */
  -moz-box-sizing: border-box;
  /* Firefox用 */
  -ms-box-sizing: border-box;
  /* Internet Explorer 8用 */
  box-sizing: border-box;
  /* Opera用 */
}
.boxShadow {
  -ms-box-shadow: 2px 2px 7px #5a5a5a;
  -moz-box-shadow: 2px 2px 7px #5a5a5a;
  -webkit-box-shadow: 2px 2px 7px #5a5a5a;
  box-shadow: 2px 2px 7px #5a5a5a;
}
.imgBoxShadow {
  -ms-box-shadow: 0 0 5px #b7b09d;
  -moz-box-shadow: 0 0 5px #b7b09d;
  -webkit-box-shadow: 0 0 5px #b7b09d;
  box-shadow: 0 0 5px #b7b09d;
}
/*html {
  min-height: 100%;
  background:url(../img/roughbg.jpg) no-repeat center;
  background-size:cover;
}*/
body {
  width: 100%;
  height: 100%;
}
body #container {
  background: url(../img/newbg.jpg) repeat center top;
}
/* { sw page do it----------------------------------------------- */
#container {
  position: relative;
  width: 100%;
}
h1 {
  font-size: 25px;
  line-height: 25px;
  padding: 0 10px 7px 30px;
  background: url(../images/h1bg.png) no-repeat 0px 0px;
  border-bottom: 1px solid #374050;
}
h1#siteDescription,
.wp-admin h1 {
  background: none;
  padding: inherit;
  border-bottom: 0px solid #374050;
}
.swQueryPost1,
.swQueryPost2,
.search #content,
.page #content,
.single #content,
.archive #content {
  float: left;
  text-align: left;
  overflow: hidden;
  padding: 20px;
  margin: 20px 0 5px;
  width: 920px;
  min-height: 300px;
  background-color: #fff;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -ms-box-shadow: 2px 2px 7px #5a5a5a;
  -moz-box-shadow: 2px 2px 7px #5a5a5a;
  -webkit-box-shadow: 2px 2px 7px #5a5a5a;
  box-shadow: 2px 2px 7px #5a5a5a;
}
.error404 #content {
  padding: 20px;
  margin: 20px 0 5px;
}
/* do it Edit & Pagenation */
body#tinymce p,
.page #content p,
.single #content p {
  margin-right: 20px;
  margin-left: 20px;
}
body#tinymce .post,
.page #content .post,
.single #content .post {
  min-height: 280px;
}
body#tinymce h2,
.page #content h2,
.single #content h2 {
  position: relative;
  z-index: 10;
  font-size: 17px;
  margin: 5px 15px 15px;
  padding: 11px 10px 10px 27px;
  border: 1px solid #c1c1c1;
  background: url(../images/h2bg.gif) no-repeat 11px 14px;
  background-color: #fff;
}
body#tinymce h2:before,
.page #content h2:before,
.single #content h2:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 3px solid #0877c8;
}
body#tinymce h3,
.page #content h3,
.single #content h3 {
  color: #0877c8;
  margin: 5px 15px 15px;
  padding: 0 10px 0px 5px;
}
body#tinymce h4,
.page #content h4,
.single #content h4 {
  margin: 5px 15px 15px;
  padding: 0 10px 0px 19px;
  background: url(../images/h4bg.gif) no-repeat 2px 1px;
  background-color: #fff;
}
/* do it Edit & Pagenation */
.swQueryPost1,
.swQueryPost2 {
  width: 920px;
  min-height: 111px;
}
.swQueryPost1 hr,
.swQueryPost2 hr {
  margin: 5px auto;
}
.swQueryPost1 .hentry .postmetadata,
.swQueryPost2 .hentry .postmetadata {
  float: left;
  text-align: left;
  min-width: 130px;
  font-size: 12px;
}
.swQueryPost1 h2 {
  margin: 0 0 5px 0;
  float: left;
  font-size: 12px;
  font-weight: normal;
}
.swQueryPost2 div.type-custom_post2 {
  border: 1px solid #999;
  overflow: hidden;
  background: url(../images/pick_upsBot.gif) no-repeat right bottom;
}
.swQueryPost2 div.type-custom_post2 .thumbnail-align img {
  margin: 0 0 5px 0;
}
.swQueryPost2 div.type-custom_post2 .excerpt {
  padding: 0 5px;
  font-size: 12px;
  line-height: 18px;
}
.swQueryPost2 div.type-custom_post2.to3 {
  float: left;
  margin-right: 10px;
  width: 210px;
  height: 300px;
}
.swQueryPost2 div.type-custom_post2.to3 img.pickupphotomini {
  display: none;
}
.swQueryPost2 div.type-custom_post2.go4 {
  float: left;
  margin-bottom: 10px;
  width: 250px;
  height: 92px;
}
.swQueryPost2 div.type-custom_post2.go4 .thumbnail-align img {
  margin: 0 0 1px 0;
}
.swQueryPost2 div.type-custom_post2.go4 img.pickupphoto {
  display: none;
}
.swQueryPost1 h1 .ichiran,
.swQueryPost2 h1 .ichiran {
  float: right;
  font-size: 11px;
  font-weight: normal;
  background-color: #333;
  padding: 1px 5px 1px 3px;
  color: #fff;
}
#cpt_info_box {
  display: none;
}
.acf_postbox p.label label {
  color: #0877c8 !important;
  font-size: 15px !important;
}
#sitemap_list {
  zoom: 1;
}
#sitemap_list li.cat-item {
  width: 420px;
  margin-right: 10px;
  display: block;
  float: left;
}
#sitemap_list li.page_item {
  float: left;
  width: 285px;
}
#sitemap_list li li a {
  width: 88%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 9px 20px 5px 10px !important;
}
address {
  clear: both;
}
div.wpcf7 .wpcf7-form {
  border: 1px solid #ddd;
  margin: 0 auto 20px;
  padding: 20px;
  background-color: #f4f4f4;
  border-radius: 6px;
  -moz-border-radius: 20px;
}
div.wpcf7 .wpcf7-form h3 {
  padding-top: 10px !important;
}
#header {
  background-color: #fff;
  margin-bottom: 20px;
  -ms-box-shadow: 2px 2px 7px #5a5a5a;
  -moz-box-shadow: 2px 2px 7px #5a5a5a;
  -webkit-box-shadow: 2px 2px 7px #5a5a5a;
  box-shadow: 2px 2px 7px #5a5a5a;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
#header .swHdrRight {
  position: absolute;
  float: right;
  right: 20px;
  top: 8px;
}
#header .swHdrRight span {
  font-size: 12px;
  padding: 0 10px 0 20px;
  background: url(../images/swHdrRight.png) no-repeat 0px -2px;
}
input#s {
  background: url(../images/search.png) no-repeat 4px 4px;
  border-radius: 11px;
  font-size: 14px;
  height: 22px;
  line-height: 1.2em;
  padding: 2px 7px 2px 22px;
}
/*second-image*/
#secondImage {
  clear: both;
  margin: -10px auto 0;
  width: 960px;
}
/*breadcrumb*/
#breadcrumb {
  clear: both;
  padding: 5px 7px;
  font-size: 11px;
  line-height: 16px;
  display: inline;
  background: #fbfbfb;
  background: -moz-linear-gradient(top, #ffffff 0%, #fbfbfb 50%, #f8f8f8 95%, #f5f5f5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #fbfbfb), color-stop(95%, #f8f8f8), color-stop(100%, #f5f5f5));
  background: -webkit-linear-gradient(top, #ffffff 0%, #fbfbfb 50%, #f8f8f8 95%, #f5f5f5 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #fbfbfb 50%, #f8f8f8 95%, #f5f5f5 100%);
  -ms-box-shadow: 2px 2px 7px #5a5a5a;
  -moz-box-shadow: 2px 2px 7px #5a5a5a;
  -webkit-box-shadow: 2px 2px 7px #5a5a5a;
  box-shadow: 2px 2px 7px #5a5a5a;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
}
#breadcrumb a {
  text-decoration: none;
}
.pageSecondMenu {
  padding: 20px 0 0 0;
}
.pageSecondMenu h2 {
  display: none;
}
.pageSecondMenu ul {
  margin: 0 0 -20px 10px;
  width: 960px;
}
.pageSecondMenu ul li {
  display: block;
  float: left;
  min-width: 150px;
  height: 40px;
  text-align: center;
  margin-right: 10px;
  -ms-box-shadow: 2px 2px 7px #5a5a5a;
  -moz-box-shadow: 2px 2px 7px #5a5a5a;
  -webkit-box-shadow: 2px 2px 7px #5a5a5a;
  box-shadow: 2px 2px 7px #5a5a5a;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  border: 1px solid #fff;
  background-color: #0877c8;
  font-size: 14px;
  line-height: 43px;
}
.pageSecondMenu ul li a {
  text-decoration: none;
  display: block;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  padding: 0 5px;
  color: #fff;
}
.pageSecondMenu ul li.current_page_item {
  border: 1px solid #0877c8;
  background-color: #fff;
}
.pageSecondMenu ul li.current_page_item a {
  font-weight: bold;
  color: #0877c8;
}
.sub-menu {
  position: relative;
  border: 1px solid #c6c6c6;
  background-color: #fff;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  border-top-right-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-left-radius: 2px;
}
.sub-menu:after,
.sub-menu:before {
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
}
.sub-menu:after {
  border-width: 12px;
  border-bottom-color: #ccc;
  top: -24px;
  left: 42.5%;
}
.sub-menu:before {
  border-width: 14px;
  border-bottom-color: #c6c6c6;
  top: -28px;
  left: 42.5%;
}
div.swSeach input {
  position: absolute;
  top: 47px;
  right: 30px;
}
.swFtWrap {
  width: 100%;
  margin-top: 20px;
  border-top: 5px solid #0877c8;
  background-color: #fff;
}
.swAdbanner {
  width: 930px;
  margin: 0 auto;
}
.swAdbanner p {
  height: 60px;
  margin-right: 7px;
  float: left;
  -ms-box-shadow: 2px 2px 7px #5a5a5a;
  -moz-box-shadow: 2px 2px 7px #5a5a5a;
  -webkit-box-shadow: 2px 2px 7px #5a5a5a;
  box-shadow: 2px 2px 7px #5a5a5a;
}
.swAdbanner p:last-child {
  margin-right: 0px;
}
/* page ---------------------------------------------}-- */
/* { sw EditorMakingPagePost do it-------------------------------- */
body.page.page-id-2 div#post-2,
body.single.page-id-2 div#post-2,
body.archive.page-id-2 div#post-2 {
  background-color: transparent;
}
body.page.page-id-2 #content,
body.single.page-id-2 #content,
body.archive.page-id-2 #content {
  min-height: 800px;
  background: url(../images/page_id2_bg.jpg) repeat-x center bottom;
  background-color: #fff;
}
/* {-- do it ------------------------- sw Carousel */
/*top-image*/
#topImage {
  clear: both;
}
#CarouselArea,
#fCarousel,
#topImageWrap {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: auto;
  width: 960px;
  height: 460px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -ms-box-shadow: 2px 2px 7px #5a5a5a;
  -moz-box-shadow: 2px 2px 7px #5a5a5a;
  -webkit-box-shadow: 2px 2px 7px #5a5a5a;
  box-shadow: 2px 2px 7px #5a5a5a;
  background-color: transparent;
  overflow: hidden;
}
div#thumbs0,
div#thumbs1 {
  position: relative;
  z-index: 191;
  margin: 0px auto;
  width: 960px;
  height: 460px;
  float: none;
}
ul.cycleList {
  position: absolute;
  left: 0;
  top: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  opacity: 0;
}
ul.cycleList li {
  display: block;
  box-sizing: border-box;
  width: 960px;
  height: 460px;
  overflow: hidden;
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 12px;
  cursor: pointer;
  /*float: left;*/
}
ul#cycleList2.cycleList li {
  width: 160px;
  height: 98px;
}
ul#cycleList0.cycleList li,
ul#cycleList1.cycleList li,
ul#cycleList2.cycleList li {
  float: left;
}
div#thumbs2 {
  margin: 10px auto 0 auto;
}
ul#cycleList2 li {
  float: left;
  list-style: none;
}
div.swQueryPost3 {
  position: absolute;
  left: 0;
  bottom: 20px;
  height: 30px;
  z-index: 234;
  width: 960px;
  background-color: transparent;
}
div.swQueryPost3 > div {
  display: inline-block;
  padding: 10px;
}
.pagerMaker {
  position: absolute;
  bottom: 10px;
  left: 0px;
  z-index: 222;
  display: block;
  vertical-align: middle;
  width: 960px;
  height: 70px;
  background-color: rgba(204, 204, 204, 0.7);
  padding: 0;
  font-size: 11px;
  text-align: center;
}
html.ie6 .sliderThumbs,
html.ie7 .sliderThumbs {
  display: inline;
}
html.ie6 .sliderThumbs,
html.ie7 .sliderThumbs,
html.ie8 .sliderThumbs {
  background-color: #fff;
}
.sliderThumbs {
  padding: 0px;
  display: inline-block;
  vertical-align: middle;
  width: 168px;
  height: 50px;
  margin: 10px 4px;
  line-height: 32px;
  font-size: 12px;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.77);
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-box-sizing: border-box;
  /* Safari,Google Chrome用 */
  -moz-box-sizing: border-box;
  /* Firefox用 */
  -ms-box-sizing: border-box;
  /* Internet Explorer 8用 */
  box-sizing: border-box;
  /* Opera用 */
}
.sliderThumbs > span {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
  font-size: 40px;
  background-color: transparent;
}
.sliderThumbs > a {
  display: table-cell;
  vertical-align: middle;
  height: 53px;
  padding-left: 5px;
  line-height: 17px;
  background-color: transparent;
}
.sliderThumbs > a p {
  display: inline;
}
html.ie6 .sliderThumbs.active,
html.ie7 .sliderThumbs.active,
html.ie8 .sliderThumbs.active {
  background-color: #0877c8;
}
.sliderThumbs.active {
  background-color: #0877c8;
  color: #fff;
  font-weight: bold;
  position: relative;
}
.sliderThumbs.active a {
  color: #fff;
}
.sliderThumbs.active:after,
.sliderThumbs.active:before {
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
}
.sliderThumbs.active:before {
  border-width: 14px;
  border-bottom-color: #0877c8;
  top: -28px;
  left: 42.5%;
}
.rotate-button {
  display: block;
  padding: 0em;
}
#innerW {
  font-size: 1.6rem;
  font-weight: 700;
  color: #0877c8;
}
/* testing */
#ovLay {
  position: absolute;
  z-index: 999;
  right: 0;
  top: 211px;
  width: 100px;
  height: 100px;
  background-color: #9ad5b3;
  border: 1px solid darkseagreen;
}
.overFlo {
  overflow: hidden;
  /* overflow-x: hidden;
    fix ie overflow issue */
}
.hovtest {
  background-color: #ad9f7d;
}
/* sw Carousel UI setting */
.SMPutility {
  -webkit-touch-callout: none;
}
#CarouselArea {
  position: relative;
  z-index: 111;
  width: 960px;
  height: 460px;
  padding: 0;
}
#CarouselArea #h_rotate-left {
  float: left;
  position: absolute;
  z-index: 333;
  left: 0px;
  bottom: 20px;
  width: 30px;
  height: 50px;
  cursor: pointer;
  background: url(../img/btnCar1L.png) no-repeat 0px 0px;
  background-size: 100%;
  -webkit-background-size: 30px 50px;
}
#CarouselArea #h_rotate-right {
  float: right;
  position: absolute;
  z-index: 333;
  right: 0px;
  bottom: 20px;
  width: 30px;
  height: 50px;
  cursor: pointer;
  background: url(../img/btnCar1R.png) no-repeat 0px 0px;
  background-size: 100%;
  -webkit-background-size: 30px 50px;
}
#CarouselArea img.h_slide {
  width: 960px;
  height: 460px;
}
html.ie6 #h_rotate-left,
html.ie7 #h_rotate-left,
html.ie8 #h_rotate-left,
html.ie6 #h_rotate-right,
html.ie7 #h_rotate-right,
html.ie8 #h_rotate-right {
  display: none;
}
/* --do it ------------------------- sw Carousel } */
/* 定義部分----------------------------------------------- */
.a_fl_R {
  float: right;
}
.a_fl_L {
  float: left;
}
.a_Tcenter {
  text-align: center;
}
.a_TRight {
  text-align: right;
}
.a_TLeft {
  text-align: left;
}
.a_hidden {
  display: none;
}
.a_opace0 {
  opacity: 0;
}
.a_prelative {
  position: relative;
}
.a_mar00auto {
  margin: 0px auto;
}
/*ブロック要素にリンク追加*/
.linkbox,
.linkbox2 {
  cursor: pointer;
}
.aa_baselink {
  display: none;
}
/* ------------------------------------------------------------
  Clearfix
------------------------------------------------------------ */
/* new clearfix */
.clf:before,
.clf:after {
  content: "";
  display: table;
}
.clf:after {
  clear: both;
}
/* For IE 6/7 (hasL) */
.clf {
  zoom: 1;
}
/* DW clearfix表示 */
/**/
/* ------------------------------------------------------------
    99. Clearfix
------------------------------------------------------------ */
.clear {
  clear: both;
  line-height: 0;
}
/*-----------------------------------------------------------
 フォントサイズの指定はYUI Fontsに基づき
 下記テーブルで指定します
 |px|%|
 |10|77|
 |11|85|
 |12|93|
 |13|100|
 |14|108|
 |15|116|
 |16|123.1|
 |17|131|
 |18|138.5|
 |19|146.5|
 |20|153.9|
 |21|161.6|
 |22|167|
 |23|174|
 |24|182|
 |25|189|
 |26|197|
 ex) 12px
 element {font-size: 93%;}
 ------------------------------------------------------------*/
.ft10 {
  font-size: 77%;
}
.ft11 {
  font-size: 85%;
}
.ft12 {
  font-size: 93%;
}
.ft13 {
  font-size: 100%;
}
.ft14 {
  font-size: 108%;
}
.ft15 {
  font-size: 116%;
}
.ft16 {
  font-size: 123.1%;
}
.ft17 {
  font-size: 131%;
}
.ft18 {
  font-size: 138.5%;
}
.ft19 {
  font-size: 146.5%;
}
.ft20 {
  font-size: 153.9%;
}
.ft21 {
  font-size: 161.6%;
}
.ft22 {
  font-size: 167%;
}
.ft23 {
  font-size: 174%;
}
.ft24 {
  font-size: 182%;
}
.ft25 {
  font-size: 189%;
}
.ft26 {
  font-size: 197%;
}
/* padding系-----------------------*/
.b_LH1 {
  line-height: 1.1em;
}
.b_LH2 {
  line-height: 1.3em;
}
.b_LH3 {
  line-height: 1.8em;
}
.b_LH4 {
  line-height: 2.1em;
}
.b_pad20 {
  padding: 20px;
}
.b_pad15 {
  padding: 15px;
}
.b_pad10 {
  padding: 10px;
}
.b_pad5 {
  padding: 5px;
}
.b_padB5 {
  padding: 0px 0px 5px 0px;
}
.b_padT5 {
  padding-top: 5px;
}
.b_padLT5 {
  padding: 5px 0px 0px 5px;
}
.b_padT10 {
  padding-top: 10px;
}
.b_padTB5 {
  padding: 5px 0px;
}
.b_padTB10 {
  padding: 10px 0px 10px 0px;
}
.b_padTB50 {
  padding: 50px 0px 50px 0px;
}
.b_padTB30 {
  padding: 30px 0px 30px 0px;
}
.b_padL20 {
  padding: 0px 0px 0px 20px;
}
.b_padR5 {
  padding-right: 5px;
}
.b_padL5 {
  padding-left: 5px;
}
.b_padL10 {
  padding-left: 10px;
}
.b_padLR5 {
  padding-right: 5px;
  padding-left: 5px;
}
.b_padLR10 {
  padding-right: 10px;
  padding-left: 10px;
}
.b_padLR15 {
  padding-right: 15px;
  padding-left: 15px;
}
.b_mar5 {
  margin: 5px;
}
.b_marLR15 {
  margin: 0px 15px 0px 15px;
}
/* 定義部分----------------------------------------------- */
/* Goto top */
#goto-top {
  position: fixed;
  bottom: 27px;
  right: -2px;
  z-index: 999;
  width: 55px;
  height: 50px;
  opacity: 0.65;
  cursor: pointer;
  background: #0877c8 url(../images/up-arrow.png) no-repeat center center;
  border-top-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-bottom-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  /*-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-webkit-transition: 1s;
-moz-transition: 1s;
transition: 1s;*/
}
#goto-top:hover {
  opacity: 0.9;
}
.swQueryPost2 .roll {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  -webkit-perspective: 400px;
  -moz-perspective: 400px;
  -webkit-perspective-origin: 50% 50%;
  -moz-perspective-origin: 50% 50%;
}
.swQueryPost2 .roll span {
  display: block;
  position: relative;
  padding: 5px 9px 3px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
}
.swQueryPost2 .roll:hover span,
.swQueryPost2 .roll.hover span {
  padding: 5px 9px 3px;
  -webkit-transform: translate3d(0px, 0px, -30px) rotateX(90deg);
  -moz-transform: translate3d(0px, 0px, -30px) rotateX(90deg);
}
.swQueryPost2 .roll span:after {
  content: attr(data-title);
  border-radius: 4px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  padding: 5px 9px 3px;
  color: #fff;
  background: #0877c8;
  -webkit-transform-origin: 30% 0%;
  -moz-transform-origin: 30% 0%;
  -webkit-transform: translate3d(0px, 111%, 0px) rotateX(-90deg);
  -moz-transform: translate3d(0px, 111%, 0px) rotateX(-90deg);
}
#secondary aside {
  padding: 0 0px;
}
body.login #login h1 {
  padding-bottom: 10px;
}
.postbox .hndle,
.wp_themeSkin tr.mceFirst td.mceToolbar {
  background: #edfaff;
  background: -moz-linear-gradient(top, #e7f4f9 0%, #edfaff 50%, #ffffff 95%, #edfaff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e7f4f9), color-stop(50%, #edfaff), color-stop(95%, #ffffff), color-stop(100%, #edfaff));
  background: -webkit-linear-gradient(top, #e7f4f9 0%, #edfaff 50%, #ffffff 95%, #edfaff 100%);
  background: linear-gradient(to bottom, #e7f4f9 0%, #edfaff 50%, #ffffff 95%, #edfaff 100%);
}
.alternate,
.alt {
  background: #edfaff;
  background: -moz-linear-gradient(top, #e7f4f9 0%, #edfaff 50%, #ffffff 95%, #edfaff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e7f4f9), color-stop(50%, #edfaff), color-stop(95%, #ffffff), color-stop(100%, #edfaff));
  background: -webkit-linear-gradient(top, #e7f4f9 0%, #edfaff 50%, #ffffff 95%, #edfaff 100%);
  background: linear-gradient(to bottom, #e7f4f9 0%, #edfaff 50%, #ffffff 95%, #edfaff 100%);
}
.fixed .column-date,
.fixed .column-parent,
.fixed .column-links {
  width: 12%;
}
h2.nav-tab-wrapper a:nth-child(2) {
  display: none;
}
.post-php .tmce-active .switch-tmce,
.post-php .html-active .switch-html {
  background: #0877c8;
  color: #fff;
  height: 20px;
  border-bottom: 0;
}
