@charset "UTF-8";
/* base
-------------------------------------------------------------*/

body {
    line-height: 1.5;
    color: #333;
    font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 12px;
    background-repeat: repeat-y;
    background-position: 100% 0;
    background-image: url(../img/common/bg-01.png);
    word-break: break-all;
}

input,
textarea,
table {
    font-size: 12px;
    line-height: 1.5;
}

/* for WinIE7 */

*:first-child + html body {
    font-size: 75%;
    font-family: Meiryo, "メイリオ", sans-serif;
}

/* for WinIE6 */

*html body {
    font-size: 75%;
    font-family: "ＭＳ Ｐゴシック", sans-serif;
}

#header a:hover img {
    filter: alpha(opacity=60);
    opacity: 0.6;
}


.container a:hover img {
    filter: alpha(opacity=60);
    opacity: 0.6;
}


a:link,
a:visited {
    color: #333;
    text-decoration: underline;
}

a:focus,
a:hover,
a:active {
    color: #333;
    text-decoration: none;
}

a.important {
    color: #c00 !important;
}


/* for IE6 */

*html body {
    behavior: url("/js/csshover.htc");
}


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

.skipnav {
    height: 0;
    overflow: hidden;
}

.container {
    width: 920px;
    margin: 0 auto;
}



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

#header {}

#header #header-inner {
    position: relative;
    width: 920px;
    height: 95px;
    margin: 0 auto;
    margin-bottom: 3px;
    padding-bottom: 9px;
    background: url(../img/common/header-bg.gif) no-repeat left bottom;
}

#header #header-inner .ad_banner_left {
    width: 130px;
    height: 100px;
    top: 5px;
    left: -145px;
    font-size: 90%;
    position: absolute;
}

#header #header-inner .ad_banner_right {
    width: 130px;
    height: 100px;
    top: 5px;
    left: 925px;
    font-size: 90%;
    position: absolute;
}


.no-navigation #header-inner {
    width: 920px !important;
    height: 89px !important;
    margin-bottom: 0px !important;
    background: url(../img/common/main-bg.gif) repeat-y !important;
}

#header .discription {
    position: absolute;
    left: 235px;
    top: 9px;
    font-size: 10px;
    line-height: 10px;
    z-index: 255;
}

#header #header-logo {
    position: absolute;
    left: 17px;
    top: 12px;
    z-index: 0;
}

#header #header-catalog {
    position: absolute;
    top: 43px;
    left: 530px;
}

#header #header-mail a {
    position: absolute;
    top: 6px;
    right: 0;
    color: #006DD9;
    font-weight: bold;
    text-align: right;
}

#header #header-shop span {
    font-size: 10px;
}

#header #header-shop {
    position: absolute;
    top: 40px;
    left: 235px;
}

#header #header-tel {
    position: absolute;
    top: 39px;
    left: 541px;
}


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

#footer {
    _height: 1%;
    /* for IE6 */
    padding: 0;
    margin: 0;
}

#footer #footer-inner {
    position: relative;
    width: 920px;
    height: 130px;
    margin: 0 auto;
    ;
    padding-top: 22px;
    background: url(../img/common/footer-bg.gif) no-repeat 0 -3px;
    background-color: #ffffff;
}

#footer #footer-logo {
    position: absolute;
    top: 41px;
    left: 20px;
}

#footer #footer-tel {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

#footer address {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #999999;
    font-size: 11px;
    font-weight: bold;
    line-height: 13px;
}


/* #utilitynav */

#footer dt {
    height: 0;
    overflow: hidden;
}

#footer dd {}

#footer dd ul {
    display: block;
    position: absolute;
    right: 20px;
    top: 50px;
    text-align: right;
}

#footer dd ul li {
    display: inline;
    line-height: 1.1;
    border-right: 1px solid #333;
    margin-right: 8px;
    padding-right: 12px;
}

#footer dd ul li.last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}



/* globalnav
-------------------------------------------------------------*/

#globalnav {}

#globalnav #globalnav-inner {
    width: 920px;
    margin: 0 auto;
    background: url(../img/common/main-bg.gif) repeat-y left top;
}

#globalnav dl {
    display: block;
    padding: 0;
    margin: 0;
}

#globalnav dl dt {
    height: 0;
    overflow: hidden;
}

#globalnav dl dd {}

#globalnav dl dd ul {}

#globalnav dl dd ul li {
    float: left;
    overflow: hidden;
}

#globalnav dl dd ul li.home {
    width: 65px;
}

/* announce
-------------------------------------------------------------*/

#announce {
    display: none;
    background: #fff;
    margin: 0 auto;
    padding: 17px 20px 0;
    text-align: center;
    width: 880px;
}

.campaign-drytshirts #announce {
    padding: 17px 20px;
}

.easy #announce {
    padding: 0 20px 17px;
}

#announce dl {
    border: 2px solid #e60012;
    padding: 20px;
}

#announce dd {
    margin: 10px 0 0;
}

#announce strong {
    color: inherit;
}

/* main
-------------------------------------------------------------*/

#main {
    _height: 1%;
    /* for IE6 */
}

#main #main-inner {
    width: 920px;
    margin: 0 auto;
    padding-bottom: 20px;
    background: url(../img/common/main-bg.gif) repeat-y left top;
}

#main #visualize {
    position: relative;
    width: 880px;
    height: 280px;
    margin: 0px auto;
    padding: 17px 0px 0px 0px;
    overflow: hidden;
}

#main #visualize p {
    width: 880px;
    height: 280px;
    background-color: #fcfcfc;
}

#main #subvisualize {
    position: relative;
    width: 880px;
    height: 297px;
    margin: 0px auto;
}

#main #subvisualize h2 {
    position: absolute;
    display: block;
    width: 500px;
    height: 22px;
    left: 367px;
    top: 200px;
    line-height: 22px;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    background: none !important;
    z-index: 100;
}

#main #subvisualize p {
    position: absolute;
    display: block;
    width: 479px;
    height: 80px;
    left: 379px;
    top: 230px;
    line-height: 16px;
    font-size: 11px;
    color: #666666;
    background: none !important;
    z-index: 50;
}

#main #subvisualize img {
    position: absolute;
    display: block;
    top: 17px;
    left: 0px;
    z-index: 0;
}

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

#sidebar {
    display: inline;
    float: left;
    width: 200px;
    margin: 0px 10px 0px 20px;
    padding-top: 17px;
}

#sidebar .step {
    margin-bottom: 18px;
}

#sidebar .step li {
    display: block;
    margin-bottom: 10px;
}

#sidebar .itemlist {
    width: 200px;
    margin-bottom: 20px;
}

#sidebar .itemlist02 {
    width: 200px;
    margin-bottom: 20px;
}

#sidebar .works {
    margin-bottom: 20px;
}

#sidebar .about {
    width: 200px;
    margin-bottom: 20px;
}

#sidebar .about .inner {
    border: 1px solid #e0e0df;
}

#sidebar .about dl {
    padding: 9px;
    background: url(../img/common/sidebar-about-bg.gif) no-repeat right bottom;
}

#sidebar .about dl dt {
    margin-bottom: 0.5em;
}

#sidebar .about dl ul {
    margin-bottom: 10px;
}

#sidebar .about dl p {
    margin-bottom: 3px;
}

#sidebar .calendar {
    margin-top: 10px;
    margin-bottom: 20px;
    border: 1px solid #E1E1E0;
}

#sidebar .calendar dl dt {}

#sidebar .calendar dl dd {
    padding: 15px 0 0 0;
}


/* content
-------------------------------------------------------------*/

#content {
    display: inline;
    float: right;
    width: 660px;
    margin: 0px 20px 0px 10px;
    padding-top: 17px;
}


/* common
------------------------------ */

.textHelp {
    font-size: 10px;
}


/* headings */

#main h1 {
    margin-bottom: 30px;
}

#main .pagetitle {
    width: 660px;
    margin: 0 auto 20px auto;
}

#main .pagetitle h1 {
    margin: 0 0 1em;
}

#main .pagetitle p {
    font-weight: bold;
}

#main h2,
#main .l2 {
    margin-bottom: 1em;
    background: #f2f2f2 url(../img/common/tit-l2-icon.gif) no-repeat;
}

#main h2 span,
#main .l2 span {
    display: block;
    padding: 8px 12px 8px 35px;
    background: url(../img/common/tit-l2-bg-bottom.gif) repeat-x left bottom;
}

#main h2 .small {
    display: inline;
    font-size: 10px;
    padding: 0;
    background: none;
}

#main #keyvisual {
    position: relative;
}

#main #keyvisual li {
    left: 0;
    position: absolute;
    top: 0;
}

#main .kvlist {
    margin-bottom: 10px;
}

#main .kvlist:after {
    content: "";
    display: block;
    clear: both;
}

#main .kvlist li {
    float: left;
    margin: 0 0 0 20px;
    cursor: pointer;
}

/*
#main .kvlist li:first-child {
    margin: 0 0 0 102px;
}
*/

#main .kvlist .hov {
    opacity: 0.8;
}

#main .kvlist li:hover {
    opacity: 0.8;
}

#main h2 strong,
#main .l2 strong {
    color: #333;
    font-size: 117%;
}

#main h3,
#main .l3 {
    margin-bottom: 1em;
    padding: 8px 12px 8px 32px;
    border-bottom: 1px solid #333;
    font-weight: bold;
    background: url(../img/common/tit-l3-icon.gif) no-repeat 7px 50%;
}

#main h3 span,
#main .l3 span {
    font-size: 117%;
}

#main h3.h3-noborder {
    margin-bottom: 0;
    border-bottom: none;
}

#main h4,
#main .l4 {
    margin-bottom: 0.5em;
    padding: 1px 0 0 14px;
    border: none;
    font-weight: bold;
    background: url(../img/common/tit-l4-icon.gif) no-repeat 0px 2px;
}

/* hr */

.hr {
    height: 10px;
    margin-bottom: 2em;
    background: url(../img/common/hr.gif) repeat-x;
}

.hr hr {
    height: 0;
    overflow: hidden;
}

/* contents */

#main .section {
    width: 660px;
    margin: 0px auto;
    padding: 0;
}

#main .section .contentbox {
    width: 645px;
    margin: 0 0 3em 15px;
}

#main p {
    margin-bottom: 1em;
}

#main .note {
    font-size: 84%;
}

#main .attention {
    color: #75b50a;
}

#main .t-left {
    text-align: left;
}

#main .t-right {
    text-align: right;
}

#main .t-center {
    text-align: center;
}

#main .v-middle {
    vertical-align: middle;
}

#main .t-big {
    font-size: 117%;
}

#main .t-small {
    font-size: 84%;
}

#main .t-orange {
    color: #e26d10;
}

#main .b-margin {
    margin-bottom: 2em !important;
}

#main .no-margin {
    margin-bottom: 0 !important;
}

strong,
.t-bold {
    color: #e26d0f;
    font-weight: bold !important;
}

a.arrow {
    display: inline-block;
    padding-left: 16px;
    background: url(../img/common/icon-arrow-orange-right.gif) no-repeat 0 2px;
}

a.arrow2 {
    padding-left: 13px;
    background: url(../img/common/icon-arrow-orange-right2.gif) no-repeat 2px 4px;
}

a.external {
    padding-left: 15px;
    background: url(../img/common/icon-external.gif) no-repeat 0 2px;
}

input,
select {
    margin: 0.3em 0;
}

.hidden {
    display: inline-block;
    width: 0;
    height: 0;
    overflow: hidden;
}

.none {
    display: none;
}

.clear {
    clear: both;
}

#button-confirm {
    cursor: pointer;
    display: block;
    width: 150px;
    height: 25px;
    margin: 0 auto;
    padding: 0;
    border: none;
    background: url(../img/common/btn-confirm.gif) no-repeat;
}

#button-confirm:hover {
    background-image: url(../img/common/btn-confirm-over.gif);
}

#button-confirm span {
    display: none;
}


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

/* table-alpha */

#main table.table-none {
    margin-bottom: 0;
    border: none;
}

#main table.table-none th,
#main table.table-none td {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

/* table-alpha */

#main table.table-alpha {
    width: 100%;
    margin-bottom: 1em;
    border-top: 1px solid #333;
}

#main table.table-alpha tr {}

#main table.table-alpha tr th {
    padding: 10px 10px 8px 10px;
    border-bottom: 1px dotted #333;
    color: #e26d0f;
    font-weight: bold;
    background-color: #f2f2f2;
}

#main table.table-alpha tr th img {
    margin-left: 8px;
    vertical-align: text-bottom;
}

#main table.table-alpha tr td {
    padding: 10px 10px 8px 10px;
    border-bottom: 1px dotted #333;
}

#main table.table-alpha tr.last-child th,
#main table.table-alpha tr.last-child td {
    border-bottom: 1px solid #333;
}

#main table.table-alpha tr td .dotted {
    margin-bottom: 1em;
    border-bottom: 1px dotted #333;
}

#main table.table-alpha tr td .size {
    display: inline;
    float: left;
    width: 64px;
    margin-bottom: 0.5em;
}

#main table.table-alpha tr td .size input {
    line-height: 1.1;
}

#main table.table-alpha tr td .size span {
    font-weight: bold;
}

#main table.table-alpha tr td .size input {
    width: 34px;
}

/* table-beta */

#main table.table-beta {
    width: 100%;
    margin-bottom: 1em;
    border-top: 1px solid #333;
}

#main table.table-beta tr {}

#main table.table-beta tr th {
    padding: 10px 10px 8px 10px;
    border-bottom: 1px dotted #333;
    font-weight: bold;
    background-color: #f2f2f2;
}

#main table.table-beta thead tr th {
    border-left: 1px dotted #333;
    border-bottom-style: solid;
    color: #e26d0f;
}

#main table.table-beta thead tr th.first-child {
    border-left: none;
}

#main table.table-beta thead tr th span {
    font-weight: normal;
}

#main table.table-beta tr td {
    padding: 10px 10px 8px 10px;
    border-left: 1px dotted #333;
    border-bottom: 1px dotted #333;
}

#main table.table-beta tbody tr.first-child th {
    border-left: 1px dotted #333;
}

#main table.table-beta tbody tr.first-child th.first-child {
    border-left: none;
}

#main table.table-beta tbody tr.last-child th,
#main table.table-beta tbody tr.last-child td {
    border-bottom: 1px solid #333;
}

/* table-theta */

#main table.table-theta {
    width: 100%;
    margin-bottom: 1em;
    border-top: 1px dotted #333;
    border-bottom: 1px dotted #333;
}

#main table.table-theta tr th {
    padding: 10px 10px 8px 10px;
    border-bottom: 1px dotted #333;
    color: #e26d0f;
    font-weight: bold;
}

#main table.table-theta tr td {
    padding: 10px 10px 8px 10px;
    border-bottom: 1px dotted #333;
}

#main table.table-theta tr.last-child th,
#main table.table-theta tr.last-child td {
    border-bottom: none;
}

/* table-step2 */

#main table.table-step2 {}

#main table.table-step2 tr {}

#main table.table-step2 tr td {}

#main table.table-step2 tr td.input {
    width: 73px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}

#main table.table-step2 tr td.image {
    width: 78px;
    padding: 5px 0;
}

#main table.table-step2 tr td.text {
    padding-left: 0;
    vertical-align: middle;
}


/* table-step3 */

#main table.table-step3 {}

#main table.table-step3 tr {}

#main table.table-step3 tr td {}

#main table.table-step3 tr td.input {
    width: 74px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}

#main table.table-step3 tr td.image {
    width: 130px;
    padding: 5px 0;
}

#main table.table-step3 tr td.position {
    width: 108px;
    vertical-align: middle;
}

#main table.table-step3 tr td.option {
    border-left: 1px solid #ccc;
}

/* table-estimate */

#main table.table-estimate {}

#main table.table-estimate tr {}

#main table.table-estimate th {}

/* thead */

#main table.table-estimate thead {}

#main table.table-estimate thead th.content {
    width: 155px;
    color: #333;
    text-align: center;
}

#main table.table-estimate thead th.subtotal {
    width: 100px;
    color: #333;
    text-align: center;
    background-color: #fff;
}

#main table.table-estimate thead th.details {
    border-left: 1px solid #ccc;
    color: #333;
    text-align: center;
    background-color: #fff;
}

/* tbody */

#main table.table-estimate th.body {
    padding-left: 50px;
    background: #f2f2f2 url(../img/products/estimate-icon-body.gif) no-repeat;
}

#main table.table-estimate th.seihan {
    padding-left: 50px;
    background: #f2f2f2 url(../img/products/estimate-icon-seihan.gif) no-repeat;
}

#main table.table-estimate th.genkou {
    padding-left: 50px;
    background: #f2f2f2 url(../img/products/estimate-icon-genkou.gif) no-repeat;
}

#main table.table-estimate th.ink {
    padding-left: 50px;
    background: #f2f2f2 url(../img/products/estimate-icon-ink.gif) no-repeat;
}

#main table.table-estimate th.option {
    padding-left: 50px;
    background: #f2f2f2 url(../img/products/estimate-icon-option.gif) no-repeat;
}

#main table.table-estimate th.wrap {
    padding-left: 50px;
    background: #f2f2f2 url(../img/products/estimate-icon-wrap.gif) no-repeat;
}

#main table.table-estimate td {
    padding-right: 0;
}

#main table.table-estimate td.details {
    border-left: 1px solid #ccc;
}

/* position */

#main table.table-estimate td .position {
    display: inline;
    float: left;
    width: 120px;
    margin: 1em 20px 0 0;
}

#main table.table-estimate td .position img {
    margin-bottom: 0.2em;
}

#main table.table-estimate td .third-child {
    margin-right: 0;
}

/* option */

#main table.table-estimate td.td-option .position {
    display: block;
    float: none;
    width: auto;
    margin: 0 0 1em 0;
}



/* lists
-------------------------------------------------------------*/

/* ul-alpha */

ul.ul-alpha {
    margin-bottom: 1.5em;
}

ul.ul-alpha li {
    margin-bottom: 0.5em;
    padding-left: 20px;
    background: url(../img/common/icon-listmark-l.gif) no-repeat 4px 3px;
}

ul.ul-alpha li ul {
    margin-bottom: 0;
}

ul.ul-alpha li ul li {
    margin-top: 0.5em;
    padding-left: 12px;
    background: url(../img/common/icon-listmark-s.gif) no-repeat 0 5px;
}

/* ol-alpha */

ol.ol-alpha {
    margin-bottom: 1.5em;
}

ol.ol-alpha li {
    list-style: decimal;
    margin-bottom: 0.5em;
    margin-left: 20px;
    padding: 0;
    color: #009245;
    font-weight: bold;
    background: none;
}

ol.ol-alpha li * {
    color: #333;
    font-weight: normal;
}

ol.ol-alpha li ol {
    margin-bottom: 0;
}

ol.ol-alpha li ol li {
    margin-top: 0.5em;
    list-style: lower-alpha;
}



/* columns
-------------------------------------------------------------*/

.leftbox {
    display: inline;
    float: left;
}

.rightbox {
    display: inline;
    float: right;
}

.column1-1,
.column1-2,
.column2-1,
.column1-1-1,
.column1-1-1-1 {
    margin-bottom: 1em;
}

.column1-1 .leftbox,
.column1-1 .rightbox {
    width: 315px;
}

.column1-2 .leftbox,
.column2-1 .rightbox {
    width: 205px;
}

.column1-2 .rightbox,
.column2-1 .leftbox {
    width: 425px;
}

.column1-1-1 .leftbox {
    width: 205px;
    margin-right: 15px;
}

.column1-1-1 .rightbox {
    width: 205px;
}

.column1-1-1-1 .leftbox {
    width: 150px;
    margin-right: 15px;
}

.column1-1-1-1 .rightbox {
    width: 150px;
}



/* subbox
-------------------------------------------------------------*/

#main .subbox {
    background: url(../img/common/subbox-bg-repeat.gif) repeat-y;
}

#main .subbox .outer {
    background: url(../img/common/subbox-bg-upper.gif) no-repeat;
}

#main .subbox .inner {
    padding: 20px 25px;
    background: url(../img/common/subbox-bg-bottom.gif) no-repeat left bottom;
}

/* subbox2 */

#main .subbox2 {
    background: #f9e2b8 url(../img/common/subbox2-bottom.gif) no-repeat left bottom;
}

#main .subbox2 .subbox2-inner {
    padding: 37px 15px 15px;
    background: url(../img/common/subbox2-upper.gif) no-repeat;
}

#main .subbox2 .subbox2-inner p.last-child {
    margin-bottom: 0;
}

/* subbox3 */

#main .subbox3 {
    background: #f9e2b8 url(../img/common/subbox2-bottom.gif) no-repeat left bottom;
}

#main .subbox3 .subbox3-inner {
    padding: 15px 15px 15px;
    background: url(../img/common/subbox2-upper.gif) no-repeat 0 -22px;
}

#main .subbox3 .subbox3-inner p.last-child {
    margin-bottom: 0;
}



/* topicpath
-------------------------------------------------------------*/

#main .topicpath {
    display: block;
    margin: 0 auto 8px auto;
    padding: 0;
    font-size: 84%;
    height: 30px;
    line-height: 30px;
    width: 660px;
    background: url(../img/common/breadcrumbs-bg.gif) no-repeat top left;
    text-indent: 40px;
    overflow: hidden;
}

#main .topicpath p {
    margin: 0;
    padding: 0;
}

#main .topicpath ol,
#main .topicpath li {
    display: inline;
    margin: 0;
    padding: 0;
}

#main .topicpath p b {
    color: #333;
}

#main .topicpath p span {
    color: #e46d10;
}



/* other
-------------------------------------------------------------*/

/* pagetop */

#main .pagetop {
    position: fixed;
    right: 0px;
    bottom: 0px;
}

#main .pagetop a {
    position: absolute;
    top: -101px;
    right: -26px;
    _right: -27px;
    /* for IE6 */
}

/* contact-banner */

#main .contact-banner {
    margin-bottom: 1em;
}

#main .contact-banner .leftbox {
    width: 408px;
    margin: 0;
}

#main .contact-banner .rightbox {
    width: 252px;
    margin: 0;
}

/* alert
-------------------------------------------------------------*/

#alert {
    background-color: #E67215;
    color: #FFF;
    line-height: 120%;
    text-align: center;
    padding: 10px;
    font-size: 14px;
}

#alert .alert_title {
    font-size: 115%;
    font-weight: bold;
}

.childs {}

.stripe {}

/* font-size sample */

/*
    default = 12px
    24px = 200%
    23px = 192%
    22px = 183%
    21px = 175%
    20px = 166%
    19px = 158%
    18px = 150%
    17px = 142%
    16px = 133%
    15px = 125%
    14px = 117%
    13px = 108%
    11px = 92%
    10px = 84%
    9px = 75%
    8px = 67%
    7px = 58%
*/

.sp {
    display: none;
}

/*スマホ
------------------------------*/

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

    .pc {
        display: none;
    }
    .sp {
        display: block;
    }

    img {
        vertical-align: top;
        line-height: 0;
        max-width: 100%;
        height: auto;
        width/***/
        : auto;
    }


    body {
        line-height: 1.5;
        background-image: none;
    }

    .container {
        width: 100%;
        margin: 0 auto;
    }

    /* header
-------------------------------------------------------------*/
    #header {}

    #header #header-inner {
        position: relative;
        width: 100%;
        height: 120px;
        margin: 0 auto;
        margin-bottom: 0.3%;
        padding-bottom: 1%;
        background: none;
    }

    .no-navigation #header-inner {
        width: 100% !important;
        height: 135px!important;
        margin-bottom: 0px !important;
        background: none;
    }

    #header .discription {
        position: static;
        left: 10px;
        top: 10px;
        font-size: 9px;
        line-height: 9px;
        z-index: 255;
        display: none;
    }

    #header #header-logo {
        position: absolute;
        left: 10px;
        top: 10px;
        z-index: 0;
    }

    #header #header-catalog {
        position: static;
        display: none;
    }

    #header #header-mail a {
        position: static;
        display: none;
    }

    #header #header-shop span {
        font-size: 10px;
    }

    #header #header-shop {
        position: absolute;
        top: 85px;
        left: 0px;
        width: 100%;
        text-align: center;
    }

    #header #header-tel {
        position: static;
        display: none;
    }

    #header .sp_menu {
        width: 60px;
        height: auto;
        position: absolute;
        top: 15px;
        right: 10px;
    }

    #header .sp_menu02 {
        width: 60px;
        height: auto;
        position: absolute;
        top: 15px;
        right: 75px;
    }

    /* footer
-------------------------------------------------------------*/
    #footer {
        _height: 1%;
        /* for IE6 */
        padding: 0;
        margin: 0;
    }

    #footer #footer-inner {
        position: static;
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding-top: 2.2%;
        background: none;
        background-color: #ffffff;
    }

    #footer #footer-logo {
        position: static;
        display: none;
    }

    #footer #footer-tel {
        position: static;
        display: none;
    }

    #footer address {
        position: static;
        color: #999999;
        font-size: 9px;
        font-weight: bold;
        line-height: 1.5;
        width: 94%;
        margin: 0 auto 3%;
    }


    #footer dd ul {
        display: block;
        position: static;
        text-align: center;
        padding: 0 3%;
        box-sizing: border-box;
    }

    #footer dd ul li {
        display: inline;
        line-height: 1.5;
        border-right: 1px solid #333;
        margin-right: 0.8%;
        padding-right: 1.2%;
        font-size: 9px;
    }

    #footer dd ul li.last-child {
        border-right: none;
        margin-right: 0;
        padding-right: 0;
    }
    /* topicpath
-------------------------------------------------------------*/
    #footer .topicpath {
        display: block;
        margin: 0 auto 3% auto;
        padding: 0 3% 5%;
        font-size: 8px;
        height: auto;
        line-height: 1.5;
        width: 100%;
        background: none;
        text-indent: inherit;
        overflow: hidden;
        box-sizing: border-box;
    }

	#footer .topicpath ol, #footer .topicpath li {
    	display: inline;
    	margin: 0;
    	padding: 0;
	}

    /* globalnav
-------------------------------------------------------------*/
    #globalnav #globalnav-inner {
        width: 100%;
        margin: 0 auto;
        background: none;
    }
    #globalnav dl dd ul li {
        float: left;
        overflow: hidden;
        width: 25%;
    }

    #globalnav dl dd ul li.home {
        width: 65px;
        display: none;
    }


    /* announce
-------------------------------------------------------------*/
    #announce {
        display: none;
        background: #fff;
        margin: 0 auto;
        padding: 1.7% 2% 0;
        text-align: center;
        width: 94%;
        box-sizing: border-box;
    }

    .campaign-drytshirts #announce {
        padding: 1.7% 2%;
    }

    .easy #announce {
        padding: 0 2% 1.7%;
    }

    #announce dl {
        border: 2px solid #e60012;
        padding: 2%;
    }

    #announce dd {
        margin: 1% 0 0;
    }


    /* main
-------------------------------------------------------------*/
    #main {
        _height: 1%;
        /* for IE6 */
        /*padding: 5% 0 0 0;*/
        padding: 200px 0 0 0;
    }


    #main #main-inner {
        width: 100%;
        margin: 0 auto;
        padding-bottom: 2%;
        background: none;
    }

    #main #visualize {
        position: relative;
        width: 880px;
        height: 280px;
        margin: 0px auto;
        padding: 17px 0px 0px 0px;
        overflow: hidden;
    }

    #main #visualize p {
        width: 880px;
        height: 280px;
        background-color: #fcfcfc;
    }

    #main #subvisualize {
        position: static;
        width: 100%;
        height: auto;
        margin: 0px auto 2%;
    }

    #main #subvisualize h2 {
        position: static;
        display: block;
        width: 94%;
        height: auto;
        line-height: 1.5;
        font-size: 14px;
        font-weight: bold;
        color: #333333;
        text-align: left;
        background: none !important;
        z-index: 100;
        margin: 0 auto;
        padding: 3% 0 2%;
    }

    #main #subvisualize p {
        position: static;
        display: block;
        width: 94%;
        height: auto;
        line-height: 1.5;
        font-size: 11px;
        color: #666666;
        background: none !important;
        z-index: 50;
        margin: 0 auto;
    }

    #main #subvisualize img {
        position: static;
        display: block;
        z-index: 0;
    }


    /* sidebar
-------------------------------------------------------------*/
    #sidebar {
        display: block;
        float: none;
        width: 100%;
        margin: 0px;
        padding-top: 5%;
    }

    #sidebar .step {
        margin-bottom: 1.8%;
    }

    #sidebar .step li {
        display: inherit;
        margin: 0 1% 2%;
        width: 48%;
        float: left;
    }

    #sidebar .itemlist {
        width: 100%;
        margin-bottom: 2%;
    }

    #sidebar .itemlist02 {
        width: 48%;
        margin: 0 1% 4%;
        float: left;
    }

    #sidebar .itemlist img {
        width: 100%;
    }

    .itemlist iframe {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    #sidebar .works {
        margin-bottom: 2%;
    }

    #sidebar .about {
        width: 100%;
        margin-bottom: 2%;
    }


    #sidebar .about dl {
        padding: 1%;
        background: none;
    }

    #sidebar .about dl dt {
        margin-bottom: 0.5em;
    }

    #sidebar .about dl ul {
        margin-bottom: 1%;
    }

    #sidebar .about dl p {
        margin-bottom: 0.3%;
    }

    #sidebar .calendar {
        margin-top: 1%;
        margin-bottom: 2%;
        border: 1px solid #E1E1E0;
    }

    #sidebar .calendar dl dd {
        padding: 1.5% 0 0 0;
    }

    /* content
-------------------------------------------------------------*/
    #content {
        display: inline;
        float: none;
        width: 100%;
        margin: 0px;
        padding-top: 3%;
    }


    /* common
------------------------------ */
    .textHelp {
        font-size: 10px;
    }


    /* headings */
    #main h1 {
        margin-bottom: 3%;
    }

    #main .pagetitle {
        width: 100%;
        margin: 0 auto 5% auto;
    }

    #main .pagetitle h1 {
        margin: 0 0 1em;
    }


    #main h2,
    #main .l2 {
        margin-bottom: 1em;
        background: #f2f2f2 url(../img/common/tit-l2-icon.gif) no-repeat;
        background-size: 30px;
    }

    #main h2 span,
    #main .l2 span {
        display: block;
        padding: 2%% 3% 2%% 30px;
        background: none;
        border-bottom: #333 1px solid;
    }


    #main .kvlist {
        margin-bottom: 5%;
    }

    #main .kvlist li {
        float: left;
        margin: 0 1% 0;
        cursor: pointer;
        width: 23%;
    }


    #main h3,
    #main .l3 {
        margin-bottom: 1em;
        padding: 2% 3% 2% 35px;
        border-bottom: 1px solid #333;
        font-weight: bold;
        background: url(../img/common/tit-l3-icon.gif) no-repeat 7px 50%;
    }


    #main h4,
    #main .l4 {
        margin-bottom: 0.5em;
        padding: 1% 0 0 3%;
        border: none;
        font-weight: bold;
        background: url(../img/common/tit-l4-icon.gif) no-repeat 0px 2px;
    }

    /* hr */
    .hr {
        height: 5px;
        margin-bottom: 2em;
        background: url(../img/common/hr.gif) repeat-x;
    }


    /* contents */
    #main .section {
        width: 100%;
        margin: 0px auto;
        padding: 0;
    }

    #main .section .contentbox {
        width: 94%;
        margin: 0 auto 5%;
    }


    a.arrow {
        display: inline-block;
        padding-left: 16px;
        background: url(../img/common/icon-arrow-orange-right.gif) no-repeat 0 2px;
        box-sizing: border-box;
    }

    a.arrow2 {
        padding-left: 13px;
        background: url(../img/common/icon-arrow-orange-right2.gif) no-repeat 2px 4px;
        box-sizing: border-box;
    }

    a.external {
        padding-left: 15px;
        background: url(../img/common/icon-external.gif) no-repeat 0 2px;
        box-sizing: border-box;
    }

    #button-confirm {
        cursor: pointer;
        display: block;
        width: 150px;
        height: 25px;
        margin: 0 auto;
        padding: 0;
        border: none;
        background: url(../img/common/btn-confirm.gif) no-repeat;
    }

    #button-confirm:hover {
        background-image: url(../img/common/btn-confirm-over.gif);
    }

    #button-confirm span {
        display: none;
    }


    /* table
-------------------------------------------------------------*/
    /* table-alpha */
    #main table.table-alpha tr th {
        padding: 2%;
        border-bottom: 1px dotted #333;
        color: #e26d0f;
        font-weight: bold;
        background-color: #f2f2f2;
        box-sizing: border-box;
    }

    #main table.table-alpha tr th img {
        margin-left: 0.8%;
        vertical-align: text-bottom;
    }

    #main table.table-alpha tr td {
        padding: 2%;
        border-bottom: 1px dotted #333;
        box-sizing: border-box;
    }


    #main table.table-alpha tr td .size {
        display: block;
        float: none;
        width: 100%;
        margin-bottom: 0.5em;
    }


    #main table.table-alpha tr td .size input {
        width: 50%;
    }

    /* table-beta */
    #main table.table-beta tr th {
        padding: 1% 1% 0.8% 1%;
        border-bottom: 1px dotted #333;
        font-weight: bold;
        background-color: #f2f2f2;
    }

    #main table.table-beta tr td {
        padding: 1% 1% 0.8% 1%;
        border-left: 1px dotted #333;
        border-bottom: 1px dotted #333;
    }


    /* table-theta */
    #main table.table-theta tr th {
        padding: 1% 1% 0.8% 1%;
        border-bottom: 1px dotted #333;
        color: #e26d0f;
        font-weight: bold;
    }

    #main table.table-theta tr td {
        padding: 1% 1% 0.8% 1%;
        border-bottom: 1px dotted #333;
    }

    #main table.table-theta tr.last-child th,
    #main table.table-theta tr.last-child td {
        border-bottom: none;
    }

    /* table-step2 */
    #main table.table-step2 tr td.input {
        width: 10%;
        padding: 0;
        text-align: center;
        vertical-align: middle;
    }

    #main table.table-step2 tr td.image {
        width: 20%;
        padding: 2%;
        vertical-align: middle;
    }

    #main table.table-step2 tr td.text {
        padding-left: 0;
        vertical-align: middle;
    }


    /* table-step3 */
    #main table.table-step3 tr td.input {
        width: 10%;
        padding: 0;
        text-align: center;
        vertical-align: middle;
    }

    #main table.table-step3 tr td.image {
        width: 15%;
        padding: 5px 0;
        vertical-align: middle;
    }

    #main table.table-step3 tr td.position {
        width: 35%;
        vertical-align: middle;
    }

    #main table.table-step3 tr td.option {
        border-left: 1px solid #ccc;
    }

    #main table.table-step3 tr td.option select,
    #main table.table-step3 tr td.position select {
        width: 90%;
    }
    /* thead */
    #main table.table-estimate thead th.content {
        width: 15%;
        color: #333;
        text-align: center;
    }

    #main table.table-estimate thead th.subtotal {
        width: 10%;
        color: #333;
        text-align: center;
        background-color: #fff;
    }

    #main table.table-estimate thead th.details {
        border-left: 1px solid #ccc;
        color: #333;
        text-align: center;
        background-color: #fff;
    }

    /* tbody */
    #main table.table-estimate th.body {
        padding-left: 0;
        background: #f2f2f2;
        background-image: none;
    }

    #main table.table-estimate th.seihan {
        padding-left: 0;
        background: #f2f2f2;
        background-image: none;
    }

    #main table.table-estimate th.genkou {
        padding-left: 0;
        background: #f2f2f2;
        background-image: none;
    }

    #main table.table-estimate th.ink {
        padding-left: 0;
        background: #f2f2f2;
        background-image: none;
    }

    #main table.table-estimate th.option {
        padding-left: 0;
        background: #f2f2f2;
        background-image: none;
    }

    #main table.table-estimate th.wrap {
        padding-left: 0;
        background: #f2f2f2;
        background-image: none;
    }

    #main table.table-estimate td {
        padding-right: 0;
    }

    #main table.table-estimate td.details {
        border-left: 1px solid #ccc;
    }

    /* position */
    #main table.table-estimate td .position {
        display: inline;
        float: left;
        width: 120px;
        margin: 1em 2% 0 0;
    }

    #main table.table-estimate td .position img {
        margin-bottom: 0.2em;
    }


    /* lists
-------------------------------------------------------------*/
    /* ul-alpha */
    ul.ul-alpha {
        margin-bottom: 1.5em;
    }

    ul.ul-alpha li {
        margin-bottom: 0.5em;
        padding-left: 20px;
        background: url(../img/common/icon-listmark-l.gif) no-repeat 4px 3px;
    }

    ul.ul-alpha li ul {
        margin-bottom: 0;
    }

    ul.ul-alpha li ul li {
        margin-top: 0.5em;
        padding-left: 12px;
        background: url(../img/common/icon-listmark-s.gif) no-repeat 0 5px;
    }

    /* ol-alpha */
    ol.ol-alpha li {
        list-style: decimal;
        margin-bottom: 0.5em;
        margin-left: 20px;
        padding: 0;
        color: #009245;
        font-weight: bold;
        background: none;
    }


    /* columns
-------------------------------------------------------------*/
    .column1-1 .leftbox,
    .column1-1 .rightbox {
        width: 94%;
        margin: 0 auto;
        float: none;
        display: block;
    }

    .column1-2 .leftbox,
    .column2-1 .rightbox {
        width: 94%;
        margin: 0 auto;
        float: none;
    }

    .column1-2 .rightbox,
    .column2-1 .leftbox {
        width: 94%;
        margin: 0 auto;
        float: none;
    }

    .column1-1-1 .leftbox {
        width: 94%;
        margin: 0 auto;
        float: none;
    }

    .column1-1-1 .rightbox {
        width: 94%;
        margin: 0 auto;
        float: none;
    }

    .column1-1-1-1 .leftbox {
        width: 48%;
        margin: 0 1%;
        float: left;
    }

    .column1-1-1-1 .rightbox {
        width: 48%;
        margin: 0 1%;
        float: right;
    }


    /* subbox
-------------------------------------------------------------*/
    #main .subbox .inner {
        padding: 2% 2.5%;
        background: url(../img/common/subbox-bg-bottom.gif) no-repeat left bottom;
    }

    /* subbox2 */
    #main .subbox2 .subbox2-inner {
        padding: 3.7% 1.5% 1.5%;
        background: url(../img/common/subbox2-upper.gif) no-repeat;
    }


    /* subbox3 */
    #main .subbox3 .subbox3-inner {
        padding: 1.5% 1.5% 1.5%;
        background: url(../img/common/subbox2-upper.gif) no-repeat 0 -22px;
    }

    /* topicpath
-------------------------------------------------------------*/
    #main .topicpath {
        display: block;
        margin: 0 auto 3% auto;
        padding: 0 3% 5%;
        font-size: 8px;
        height: auto;
        line-height: 1.5;
        width: 100%;
        background: none;
        text-indent: inherit;
        overflow: hidden;
        box-sizing: border-box;
    }

    /* other
-------------------------------------------------------------*/
    /* pagetop */
    #main .pagetop {
        position: fixed;
        right: 0px;
        bottom: 0px;
    }

    #main .pagetop a {
        position: absolute;
        top: -101px;
        right: -26px;
        _right: -27px;
        /* for IE6 */
    }

    /* contact-banner */
    #main .contact-banner {
        margin-bottom: 1em;
    }

    #main .contact-banner .leftbox {
        width: 62%;
        margin: 0 auto 3%;
    }

    #main .contact-banner .rightbox {
        width: 38%;
        margin: 0 auto 3%;
        text-align: center;
    }

    /* alert
-------------------------------------------------------------*/
    #alert {
        background-color: #E67215;
        color: #FFF;
        line-height: 120%;
        text-align: center;
        padding: 1%;
        font-size: 14px;
    }


    .sp_left_company {
        width: 100%;
        margin: 0 0 5%;
    }

    #main .sp_left_company h2 {
        border-bottom: #ccc 1px solid;
        border-top: #ccc 1px solid;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        padding: 3% 0;
        background: #f5f5f5;
        margin: 0 0 2%;
        background-image: none;
    }
    #main .sp_left_company div {
        text-align: center;
    }

    #main .sp_left_company div img {
        width: 60%;
    }
    #main .sp_left_company p {
        margin: 0;
        padding: 0 3% 3%;
    }

    .sp_menubox {
        width: 100%;
        height: 100%;
 overflow: auto;
 -webkit-overflow-scrolling: touch;
        box-sizing: border-box;
        position:fixed;
        top:0;
        left:0;
        z-index: 9999;
        background: #fff;
        border-bottom: #ccc 2px solid;
        padding:5% 0;
    }

    .sp_menubox ul {
        margin: 0 0 5%;
    }

    .sp_menubox div.sp_menu {
        padding: 3%;
    }

    .sp_menubox_title {
        padding: 0 3% 2%;
    }

    .sp_menubox_btnl {
        width: 50%;
        float: left;
        padding: 0 1.5% 3% 3%;
        box-sizing: border-box;
    }

    .sp_menubox_btnr {
        width: 50%;
        float: left;
        padding: 0 3% 3% 1.5%;
        box-sizing: border-box;
    }

    .sp_menubox_btn02 {
        padding: 0 3% 3%;
    }

header {
        position:fixed;
        top:0;
        left:0;
        z-index: 888;
        background: #fff;

}
    #main .no-margin {
        margin-bottom: 3% !important;
    }

    .w94 {
        width: 100%;
        padding: 0 3%;
        box-sizing: border-box;
    }

    .w94tac {
        width: 100%;
        padding: 0 3%;
        box-sizing: border-box;
        text-align: center;
    }

    #main .t-big {
        font-size: 12px;
    }

.smaller #header-shop{
        display: none
}

.smaller #header #header-inner{
        height: 35px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
        }
        
.smaller #header #header-logo img {
        height: 30px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}


.smaller #header .sp_menu {
        width: 30px;
        right: 5px;
        top:5px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
    }

.smaller #header .sp_menu02 {
        width: 30px;
        right: 45px;
        top:5px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
    }
}
