/*   
Theme Name: 活版印刷サイト用テーマ 
Theme URI: 
Description: 
Author: GOODCROSS
Author URI: 
Version: 1
*/



/*------------------------------------------------------------
  base
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, span,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, em, font, small, strike, strong,
dl, dt, dd, ol, ul, li, form, label,
 {
  border: 0;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

* { margin: 0; padding: 0; }
* html .group, *:first-child+html .group { zoom: 1; } /* First selector = IE6, Second Selector = IE 7 */

html {
  height: 100%;
}

body {
  height: 100%;
  margin-top: 0 !important;
 }

body, input, textarea {
  color: #3D2D26;
  font-size: 12px;
  font-family:"メイリオ", Meiryo,  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.7;
  letter-spacing: 0.1em;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

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

h1,h2,h3,h4,h5,h6 {
  clear: both;
  line-height: normal;
}

h2 {
  margin-bottom: 30px;
}
h2,h3,h4,h5,h6 {
  color: #300;
}

.linelink {
  text-decoration: underline;
}

/*フォント*/

.reimin_r,
h2,
h3,
h4,
h5,
h6 {
  font-family: Reimin Medium;
  font-weight: normal !important;
}

.reimin_b,
#menu-gnavi {
  font-family: Reimin Bold;
}
.font-mincho {
  font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
 }

/*------------------------------------------------------------
  margin
------------------------------------------------------------*/

.mt0 {margin-top: 0 !important;}
.mr0 {margin-right: 0 !important;}
.mb0 {margin-bottom: 0 !important;}
.ml0 {margin-left: 0 !important;}

.mt10 {margin-top: 10px !important;}
.mt20 {margin-top: 20px !important;}
.mt30 {margin-top: 30px !important;}

.mb10 {margin-bottom: 10px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 30px !important;}


/*------------------------------------------------------------
  float・align
------------------------------------------------------------*/

.floatL {
  float: left;
}
.floatR {
  float: right;
}
.clear { 
  clear: both;
}

/* clearfix */
  * html .clearFix {
    zoom: 1;
  }
  *+html .clearFix {
    zoom: 1;
  }
.clearFix:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

.align_c {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.align_l {
  text-align: left !important;
}
.align_r {
  text-align: right !important;
}

/*------------------------------------------------------------
  Link
------------------------------------------------------------*/

a {
  cursor: pointer;
}

a img {
  border: 0;
}

a:hover img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";/* IE8 */
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);/* IE7 */
  filter: alpha( opacity=80 );
  opacity: 0.8;
}

a:hover .alpha100 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";/* IE8 */
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);/* IE7 */
  filter: alpha( opacity=100 );
  opacity: 100;
}

a:link,
a:visited {
  color: #6B5F49;
}

a:active,
a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";/* IE8 */
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);/* IE7 */
  filter: alpha( opacity=80 );
  opacity: 0.8;
}
.linkline {
  text-decoration: underline;
}
.linkborder {
  border: 1px solid #6B5F49;
  padding:2px 5px;
}

/*------------------------------------------------------------
  layout
-------------------------------------------------------------- */

#container,
#content,
#menu-subnavi ,
.inner {
  width: 870px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}
#container {
  padding-top: 30px;
}

/*------------------------------------------------------------
  header
-------------------------------------------------------------- */

#header {
  width: 100%;
  height: 100px;
  padding-top: 10px;
}
#header h1 {
  font-size: 10px;
  margin-top: 0;
  margin-bottom: 5px;
  height: 20px;
  line-height: 20px;
  font-weight: normal;
}
#header  .logo {
  font-size: 24px;
  font-weight: bold;
}
#header  .logo:link,
#header  .logo:visited {
  color: #3D2D26;
}
#header  .logo:hover {
  text-decoration: none;
}
#header  .logo img {
  max-width: 180px;
  width: auto !important;
  width: 180px;
  height: auto;
}

#header .hd_left {
  float: left;
}
#header .hd_right {
  float: right;
}

/*------------------------------------------------------------
  navi
-------------------------------------------------------------- */

/*gnavi*/

.menu-gnavi-container {
  margin-left: auto;
  margin-right: auto;
}
#menu-gnavi {
  float: right;
}
.menu-gnavi-container ul li {
  float: left;
  position: relative;
  margin-left:50px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  border-bottom: solid 1px #3D2D26;
}
.menu-gnavi-container ul li a {
  display: block;
  height: 100%;
}
.menu-gnavi-container ul li a:hover {
  text-decoration: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";/* IE8 */
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);/* IE7 */
  filter: alpha( opacity=80 );
  opacity: 0.8;
}
.menu-gnavi-container .sub-menu {
  display: none;
  position: absolute;
  left: -70px;
  top: 30px;
  z-index: 10;
}
.menu-gnavi-container .sub-menu li {
  float: none;
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
  white-space: nowrap;
  font-size: 12px;
}
.menu-gnavi-container ul li:hover .sub-menu {
  display: block;
}
.menu-gnavi-container ul li:hover .sub-menu li {
  background-color: #f6f6f6;
  border: solid 1px #ddd;
  width: auto;
}
.menu-gnavi-container .caret {
  display: none;
}


/*subnabi*/

.menu-subnavi-container {
  clear: both;
  margin: 50px 0;
}
.menu-subnavi-container:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}
#menu-subnavi li {
  float: left;
  margin-right: 0 10px;
  padding: 0 10px;
  border-right: solid 1px #ccc;
  font-size: 10px;
}
#menu-subnavi li:first-child {
  border-left: solid 1px #ccc;
}

/*パンくずリスト*/
.breadcrumb {
  background-color: #fff;
  padding: 0;
  font-size: 12px;
  letter-spacing: normal;
  color: #999;
}
.breadcrumb .active {
  color: #3D2D26;
}

/*pager*/
.pager {
  margin-top: 30px;
  padding-top: 10px;
  border-top: dotted 1px #ccc;
}
.pager li a {
  padding: 0 10px;
  font-size: 10px;
}

/*------------------------------------------------------------
  footer
-------------------------------------------------------------- */

#footer {
  width: 100%;
  text-align: center;
  padding-top: 20px;
  clear: both;
  font-size: 10px;
}
.footer_btm {
  position: absolute;
  bottom: 0;
}
#footer .inner {
  text-align: left;
  padding-bottom: 30px;
  position: relative;
}

.copyright {
  clear: both;
  text-align: left;
  padding-top: 10px;
  font-size: 10px;
}

/*pagetop*/
.pagetop {
  position: fixed;
  right: 30px;
  bottom: 30px;
}

/*jQuery用サイト情報取得*/
#siteinfo {
  display: none;
}

/*footer-2*/
#footer-2 {
  background-color: #000;
  color: #ccc;
  width: 100%;
  height: 50px;
  position: absolute;
  left:0;
  bottom: 0;
}
#footer-2 .inner {
  position: relative;
}
#footer-2 .inner p {
  position: absolute;
  top: 15px;
  right: 0;
}
#footer-2 .inner img {
  position: absolute;
  top: 15px;
  left: 0;
}

/*------------------------------------------------------------
  sidebar
-------------------------------------------------------------- */

#sidebar {
  width: 240px;
  float: left;
  margin-bottom: 30px;
}

#sidebar .banner_area {
  margin-bottom: 10px;
}
#sidebar .banner_area li {
  margin-bottom: 10px;
}

/*------------------------------------------------------------
  table
-------------------------------------------------------------- */

table th[scope="cols"] {
  width: 120px;
  vertical-align: middle;
  text-align: center;
  color : #67584F;
  font-weight: normal;
  background-color: #F1F0EE;
}
table td {
  vertical-align: center;
}
table td.row .wrap {
  float: left;
  margin-right: 50px;
}

/*------------------------------------------------------------
  form
-------------------------------------------------------------- */

.hissu {
  color: #C36;
  font-size: 120%;
}

form {
  margin-top: 30px;
}
form .table {
  margin-bottom:  50px;
}
form label {
  display: inline-block;
  *display: inline;  
    *zoom: 1;
  font-size: 12px;
  margin-right: 20px;
}
form table input,
form table select {
  margin-bottom: 0;
  font-size: 12px;
}
form table select {
  height: 24px;
  line-height: 24px;
}
form input[type="radio"],
form input[type="checkbox"] {
  margin-right: 5px;
  margin-top: 0;
}
form textarea {
  width: 70%;
  height: 60px;
}
.single-order-sample table th[scope="cols"],
#order-data table th[scope="cols"]{
  width: 150px;
}

.form-actions {
  background-color: #F1F0EE;
  text-align: center;
}
.form-actions label {
  font-size: 16px;
}
.form-actions input[type="submit"] {
  width: 300px;
  margin-top: 20px;
  padding: 10px
}

#privacy_box {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  height: 120px;
  background-color: #fff;
  padding: 10px;
  border: solid 1px #ccc;
  overflow: auto;
  text-align: left;
}

#sslseal {
  position: absolute;
  right: 0;
  bottom: 30px;
}
/*------------------------------------------------------------
  common
-------------------------------------------------------------- */

.section {
  margin-bottom: 50px;
}

#rental .section {
  margin-bottom: 100px;
}

.subsection {
  margin: 30px 0;
}

.box {
  margin: 15px;
}
.pagecont {
  margin-top: 20px;
  margin-bottom:20px;
}
.red,
.caption span {
  color: #C33;
}
.caption {
  margin-top: 10px;
}
.colorbox {
  background-color: #f7f7f7;
  padding: 10px;
  margin: 10px 0;
}

.size_l {
  font-size: 150%;
}

.caution_list {
  margin-left: 20px;
}
.caution_list li {
  color: #C33;
  list-style-type: disc;
}
.caution_list li span {
  color: #3D2D26;
}

.back {
  margin-top: 50px;
}

/*------------------------------------------------------------
  archive
-------------------------------------------------------------- */

.archive .hentry {
  margin-bottom: 20px;
  margin-bottom: 20px;
}
.archive .hentry h3 {
  font-size: 16px;
}
.archive_list li {
  margin-bottom: 50px;
}

.pagination {
  text-align: center;
}

/*------------------------------------------------------------
  news
-------------------------------------------------------------- */

#top .news  {
  margin-top: 50px;
  width: 870px;
}
#top .news h3 {
  height: 20px;
  font-size: 16px;
  line-height: 20px;
  border-bottom: solid 1px #ccc;
  margin-top: 0;
}
#top .news:last-of-type h3{
  border-bottom: none;
}
#top .news h3 a{
  float: right;
  font-size: 12px;
}
#top .news .news_list li .news_date {
  float: left;
  margin-right: 20px;
}
#top .news .news_list li .news_title {
  float: left;
}
#top .news .news_list span {
  margin-right: 10px;
  width: 100px;
  text-align: center;
}

/*archive-news*/
.post-type-archive-news .date,
.single-news .date {
  padding-top: 10px;
  border-top: solid 1px #ccc;
  text-align: right;
}


/*------------------------------------------------------------
  entrance
-------------------------------------------------------------- */

#centerarea {
  width: 500px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -250px;  
}
#entrance .logo {
  display: block;
}
#entrance .logo img {
  max-height: 80px;
  height: auto !important;
  height: 80px;
  width: auto;
}
#entrance .hentry {
  margin-top: 30px;
}


/*------------------------------------------------------------
  top
-------------------------------------------------------------- */

#mainimg {
  width: 870px;
  margin-left: auto;
  margin-right: auto;
}
#top #content {
  width: 870px;
  margin-left: auto;
  margin-right: auto; 
}
.top-bnr-l{
  width:425px;
  float: left;
}
.top-bnr-r{
  width:425px;
  float: right;
}
/*------------------------------------------------------------
  guide
-------------------------------------------------------------- */
#flow_sample {
  width: 550px;
  float: left;
}
#flow_data {
  float: right;
}
.flow li {
  margin-bottom: 10px;
  height: 24px;
  line-height: 24px;
}
.flow li span {
  font-family: Reimin Bold;
  font-size: 24px;
  color:#8F7450;
  margin-right: 10px;
  line-height: 24px;
}
/*------------------------------------------------------------
  payment
-------------------------------------------------------------- */
.border-bwn+.border-bwn:before{
  border-top: 1px dotted #3D2D26;
    content: "";
    display: block;
    width: 60px;
}
/*------------------------------------------------------------
  order-sample / order-goods
-------------------------------------------------------------- */
.archive .hentry.order-sample{
  border: none;
}

.archive_list li.order-sample,
.archive_list li.order-goods {
  width: 250px;
  float: left;
  margin: 20px;
  margin-bottom: 30px;
}
.sampleimg_wrap img,
.goodsimg_wrap img{
  max-width: 250px;
  max-height: 250px;
  width: auto !important;
  height: auto;
}
.goodsimg {
  float: left;
  margin-right: 15px;
}
.goodsinfo {
  width: 200px;
  float:left;
}

/*------------------------------------------------------------
  paper
-------------------------------------------------------------- */

.post-type-archive-paper .type-paper h3 {
  border-bottom: solid 1px #ccc;
}
.post-type-archive-paper .type-paper {
  width: 250px;
  float: left;
  margin-right: 70px;
  margin-bottom: 50px;
}
.paper_txt {
  width: 250px;
}
.paper_txt p {
  margin: 5px 0;
}
.paperimg_wrap {
  width: 250px;
  clear: both;
  margin-top: 10px;
}
.paperimg_wrap img {
  max-width: 250px;
  width: auto !important;
  width: 250px;
  height: auto;
  margin-bottom: 10px;
}

/*------------------------------------------------------------
  gallery
-------------------------------------------------------------- */

.post-type-archive-gallery .type-gallery {
  width: 200px;
  float: left;
  margin-right: 10px;
  margin-bottom: 30px;
}
.post-type-archive-gallery .type-gallery img {
  max-width: 200px;
  width: auto !important;
  width: 200px;
  height: auto;
}

/*------------------------------------------------------------
  price
-------------------------------------------------------------- */

#price table,
#price-dm table {
  border-top: 0;
  border-right: 0;
}
#rental table {
  border-right: 0;
}

#price th,
#price td,
#price-dm th,
#price-dm td,
#rental th {
  text-align: right;
}
#price th,
#price-dm th,
#rental th {
  border-left: 0;
}

#price table th[scope="rows"],
#price-dm table th[scope="rows"],
#rental table th[scope="rows"] {
  text-align: center;
  border: 0;
  font-size: 14px;
  font-weight: normal;
  font-family: Reimin Medium;
}
#price table th[scope="cols"],
#price table td,
 {
/*  width: 25%;*/
  width: 16%;
}
#price-dm table th[scope="cols"],
#price-dm table td {
  width: 16%;
}

#price table th[scope="cols"].paperprice,
#price-dm table th[scope="cols"].paperprice {
  width: 300px;
}

#rental td {
  width: 30%;
}

/*------------------------------------------------------------
  originalgoods-detali
-------------------------------------------------------------- */
.d-left{
  width:500px;
  float: left;
}
.d-left img{
  margin-bottom: 20px;
}
.d-right{
  width:300px;
  float: right;
}
/*------------------------------------------------------------
  privacy・kiyaku
-------------------------------------------------------------- */
#privacy #content ol,
#privacy_load ol,
#privacy #content ul,
#privacy_load ul,
#kiyaku #content ol,
kiyaku #content ul {
  margin-left: 20px;
}
#privacy #content ol li,
#privacy_load ol li,
#kiyaku #content ol li {
  list-style: decimal outside;
  margin: 10px;
}
#privacy #content ul li,
#privacy_load ul li,
#kiyaku #content ul li {
  list-style: disc outside;
}
#privacy #content .credit,
#privacy_load  .credit {
  text-align: right;
}

/*------------------------------------------------------------
  sitemap
-------------------------------------------------------------- */

#sitemap_list li {
  float: left;
  width: 300px;
  margin-bottom: 50px;
}
#sitemap_list li .sub {
  margin-left: 20px;
}
#sitemap_list li .sub li {
  float: none;
  list-style: disc outside;
  font-size: 14px;
  margin-bottom: 5px;
}
/*------------------------------------------------------------
  credit
-------------------------------------------------------------- */
#credit .flow li{
  height: auto!important;
  margin-bottom: 20px;
}
#credit .flow li .flow-img{
  border: 1px solid #333;
}
.caution{
  background: #fff6f6;
  padding:10px 20px;
}
/*------------------------------------------------------------
  social
-------------------------------------------------------------- */
#header .inner {
  position: relative;
}
#header .fb_btn {
  position: absolute;
  top: 0px;
  right: 0;
}
#footer-2 .inner {
  position: relative;
}
#footer-2 .ent_desc {
  float: right;
  margin-right: 20px;
  margin-top: 10px;
}
#footer-2 .fb_btn{
  float: right;
}
/*------------------------------------------------------------
  instagram
-------------------------------------------------------------- */
#instafeed{
  margin: -8px auto 0;
}
#instafeed li {
  float: left;
  width: 143px;
  height:143px;
  position: relative;
  overflow: hidden;
  border:1px solid #fff;
}
#instafeed li a{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 200%;
  height: 150px;
  line-height: 150px;
    margin:-75px 0 0 -100%;
  text-align: center;
}
#instafeed li a img{
    height: 143px;
    min-width: 10%;
    vertical-align: middle;
}
/*------------------------------------------------------------
  sns
-------------------------------------------------------------- */
#sns-foot{
  position: absolute;
  top:-7px;
  right: 0;
}
#sns-foot img{
  width:38px;
}
/*------------------------------------------------------------
  mailmag
-------------------------------------------------------------- */
#mailmag{
  position: relative;
  border: 7px solid #efefef;
  padding: 30px 0 20px 30px;
}
#mailmag.subsection{
  margin: 40px 0 30px;
}
#img-mailmag{
  position: absolute;
  top:-15px;
  left: -7px;
}
#mailmag .floatL{
  width: 52%;
}
#mailmag .floatR{
  width: 48%;
}
.table-noborder td,.table-noborder th{
  border:none;
}
#mailmag .table-condensed th,#mailmag .table-condensed td {
  padding: 0 5px 8px;
}
#mailmag form{
  margin: 0;
}
.mailmag-caution{
  font-size: 10px;
  line-height: 1.2;
  margin-top: -5px;
  color: #999;
}
#mailmag td input#m_mail{
  width: 340px;
}
#mailmag td input#mailmagsubmit{
  width: 100px;
}