/*
Theme Name: RSJPAN 福岡ファクトリー オリジナルテーマ
Theme URI:
Description: Buzzlyhan WordPress Theme based on HTML5 Blank
Version: 1.0
Tags: Blank, HTML5, CSS3, Start of Job
License: MIT
License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
  font-size: 62.5%;
}
body {
    font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
    color: #444;
	height:100%;
	font-size:1.6rem;
	line-height:1.7;
    overflow-x: hidden;
    position: relative;
}


/* clear */
.clear:before,
.clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}
.clear {
  *zoom: 1;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
a {
  color: #1b2850;
  text-decoration: none;
}
a:hover {
    color: #dd0000;
}
a:focus {
  outline: 0;
}
a:hover,
a:active {
  outline: 0;
}
input:focus {
  outline: 0;
  border: 1px solid #595e98;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
    margin: 0 auto;
    position: relative;
}
/* header */
.header {
}
/* logo */
.logo {
}
.logo-img {
}
/* nav */
.nav {
}
/* sidebar */
.sidebar {
}
/* footer */
.footer {
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

/*------------------------------------*\
    IMAGES
\*------------------------------------*/

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
  font-family: "Font-Name";
  src: url("fonts/font-name.eot");
  src: url("fonts/font-name.eot?#iefix") format("embedded-opentype"),
    url("fonts/font-name.woff") format("woff"),
    url("fonts/font-name.ttf") format("truetype"),
    url("fonts/font-name.svg#font-name") format("svg");
  font-weight: normal;
  font-style: normal;
}


/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
    background: rgba(237, 230, 178,0.7);
    color: #dd0000;
    text-shadow: none;
}
::-webkit-selection {
    background: rgba(237, 230, 178,0.7);
    color: #222;
    text-shadow: none;
}
::-moz-selection {
    background: rgba(237, 230, 178,0.7);
    color: #222;
    text-shadow: none;
}


/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.sticky {
}
.bypostauthor {
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}


/* funa2 product */
.btn-line {
  outline: 2px solid black;
  display: block;
  box-shadow: 6px 6px gray;

}
.btn-line:hover {
  outline: 2px solid black;
  display: block;
  background-color: rgba(0,0,0,0.1); 
  transition: 0s;
}
.btn-caption:before{
	content: "自信あり";
    position: absolute;
    top: -20px;
    left: -10px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    color: white;
    background: coral;
    font-size: 0.6em;
    font-weight: bold;

}
#btn_siryo {
  bottom:calc(50px + 1em) !important;
}
#btn_siryo p {
  border-radius: 0.5em 0 0 0.5em;
  box-shadow: 0 0 3px white;
  overflow: hidden;
}
#btn_siryo p a:hover {
  opacity: 0.7;
}



header.scrolled {
  z-index: 1000;
}


.bg_stripe {
  background-image: none !important;
}
h2.stripe {
  background-image: none !important;
}


.ming {
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
.gothic {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

span.pickup {
  color: red;
  font-weight: bold;
}

table.spec {
  width: 100%;
  border: 1px solid #ccc;
}
table.spec tr th,table.spec tr td{
  padding: 1em;
  border: 1px solid #ccc;
  border-bottom: none;
  border-right: none;
}
table.spec th.blue,table.spec td.blue{
  background-color: #E3F5F8;
}

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