/*-----------------------------------------------------------------------------
 [TABLE OF CONTENTS]
    +content-main
    	=
-----------------------------------------------------------------------------*/

.service-content {
    overflow: hidden;
    padding: 20px 10px;
    border-bottom: 5px solid #e0e0e0;
    text-align: left;
}

.service-content h3 {
    margin-bottom: 10px;
    color: #231815;
    font-size: 1.35em;
    line-height: 1.5;
}

.service-content p {
    overflow: hidden;
    color: #231815;
    line-height: 1.8;
}

.service-content ul {
    list-style-type: none;
    margin-top: 20px;
}

.service-content ul li {
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px solid #e0e0e0;
    color: #231815;
    line-height: 1.5;
    text-align: left;
}

.service-content ul li h4 {
    display: block;
    width: 100%;
    padding: 5px 0;
    background-color: #999;
    color: #fff;
    font-weight: 600;
    font-size: 1.35em;
    text-align: center;
}

.service-content ul li .img-box {
    float: left;
    width: 30%;
    padding: 20px 10px;
}

.service-content ul li .img-box .btn {
    padding: 0;
    line-height: 32px;
}

.service-content ul li img {
    display: block;
    width: 100%;
    margin: 10px 0;
}

.service-content ul li p {
    overflow: hidden;
    padding: 20px 10px;
    color: #231815;
    line-height: 1.8;
}

.service-content.discount ul {
    margin: 0;
}

.service-content.discount ul li {
    padding: 0;
    margin-bottom: 20px;
    border: 0;
}

.service-content.discount ul li h4 {
    padding: 5px;
    border: solid #e0e0e0;
    border-width: 1px 0;
    background-color: #fff;
    color: #231815;
    font-weight: 600;
    font-size: 1.167em;
    text-align: left;
}

.service-content.discount p {
    padding: 10px;
    color: #231815;
}

.service-content.discount p.notice {
    color: #f00;
}

.service-content.discount h3 {
    display: block;
    width: 100%;
    padding: 5px 0;
    background-color: #999;
    color: #fff;
    font-weight: 600;
    font-size: 1.35em;
    text-align: center;
}

.service-content.discount.bonus h3 {
    margin: 0;
}

.btn-gary {
    padding: 0;
    line-height: 32px;
}

/* +cancelepaper
*----------------------------------------------------------------------------*/

.service-content.cancel p {
    padding-bottom: 20px;
    color: #000;
}

.service-content.cancel label {
    display: block;
    margin-bottom: 5px;
}

.service-content.cancel .form-input input {
    float: left;
    width: 72%;
    height: 35px;
    padding: 0 10px;
    margin-right: 3%;
    border: 1px solid #ccc;
}

.service-content.cancel .btn-gary{
    float: left;
    border: 0;
}

/* +contactus
*----------------------------------------------------------------------------*/

.contact .contact-list {
    overflow: hidden;
    padding: 10px;
    border-bottom: 5px solid #e0e0e0;
}

.contact-list .address-content {
    overflow: hidden;
    margin-bottom: 20px;
    line-height: 1.5;
    text-align: left;
}

.contact-list .address-content ul {
    list-style-type: none;
}

.contact-list .address-content ul li {
    overflow: hidden;
    padding: 5px 0;
    line-height: 1.5;
    text-align: left;
}

.contact-list .address-content ul li h3 {
    padding: 5px 0 10px;
    border-bottom: 1px dotted #666;
    font-size: 1.35em;
}

.contact-list .address-content ul li p {
    line-height: 27px;
}

.contact-list .address-content ul li i {
    float: left;
    width: 30px;
    margin-right: 10px;
    text-align: center;
}

.contact-list .address-content ul li img[alt="time"] {
    width: 30px;
}

.contact-list .address-content ul li img[alt="phone"] {
    width: 20px;
    padding-top: 3px;
}

.contact-qa {
    overflow: hidden;
    padding: 10px 20px;
    text-align: left;
}

.contact-qa label {
    float: left;
    width: 100%;
    font-weight: 600;
    line-height: 35px;
}

.contact-qa label.static {
    width: 18%;
}

.contact-qa .form-input {
    float: left;
    width: 100%;
}

.contact-qa .form-input select {
    width: 100%;
    height: 35px;
    padding: 0 10px;
    border: 1px solid #ccc;
    color: #999;
}

.contact-qa .form-input input {
    width: 100%;
    height: 35px;
    padding: 0 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
}

.contact-qa .form-input span {
    display: block;
    padding-top: 5px;
}

.contact-qa .form-input textarea {
    width: 100%;
    height: 200px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    line-height: 1.5;
}

.contact-qa .check-code {
    float: left;
    margin-left: 0;
    margin-bottom: 10px;
}

.contact-qa .check-code img {
    height: 40px;
    margin-right: 10px;
    vertical-align: middle;
}

.contact-qa .check-code a {
    color: #000;
}

.contact .btn-gary {
    float: left;
    padding: 0;
    line-height: 32px;
}

.contact .btn-pink {
    float: right;
    padding: 0;
    line-height: 32px;
}

/* qa-order
*----------------------------------------------------------------------------*/

.qa-order .main-title.common {
    margin-bottom: 20px;
}

.qa-order .qa-order-list ul li {
    overflow: initial;
    border: 0;
}

.qa-order .qa-order-list ul li a {
    display: initial;
    overflow: auto;
    padding: 0;
    background-color: transparent;
    color: #EF857D;
    font-weight: normal;
    text-decoration: underline;
}

.qa-order .qa-order-list ul li a:after {
    content: " ";
}

.qa-order .qa-order-list > ul > li.title {
    padding: 0;
    border-bottom: 1px solid #fff;
    background-color: #dbdbdb;
}

.qa-order .qa-order-list > ul > li.title:last-child {
    border-bottom: 0;
}

.qa-order .qa-order-list > ul > li.title h2 {
    padding: 10px;
    color: #000;
    font-size: 1.67em;
    font-weight: 600;
    cursor: pointer;
}

.qa-order .qa-order-list > ul > li.title h2:after {
    float: right;
    content: "\f106";
    color: #333;
    font-size: 1.2em;
    font-family: FontAwesome, serif;
    line-height: 30px;
    transform: rotateZ(0deg);
    transition: .3s;
}

.qa-order .qa-order-list > ul > li.title.open h2:after {
    transform: rotateZ(180deg);
    transition: .3s;
}

.qa-order .qa-order-list {
    overflow: hidden;
}

.qa-order .qa-order-list .question {
    height: 50px;
    background-color: #e9e9e9;
    color: #231815;
}

.qa-order .qa-order-list .qa-content > ul {
    overflow: hidden;
    padding: 30px 20px 10px;
    background-color: #fff;
}

.qa-order .qa-order-list .question h3 {
    float: left;
    width: 50px;
    background-color: #999;
    color: #fff;
    font-size: 1.35em;
    line-height: 50px;
    text-align: center;
}

.qa-order .qa-order-list .question span {
    display: table-cell;
    overflow: hidden;
    height: 50px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 600;
    font-size: 1.167em;
    vertical-align: middle;
}

.qa-order .qa-order-list .qa-content {
    overflow: hidden;
    background-color: #fff;
}

.qa-order .qa-order-list ul li ul li p {
    padding: 10px;
    color: #231815;
    font-size: 1.167em;
}

.qa-order .qa-order-list ol {
    overflow: hidden;
    list-style: decimal;
    padding-left: 30px;
    color: #231815;
}

.qa-order .qa-order-list ol li {
    border: 0;
}

.qa-order .qa-order-list ol li > ul {
    list-style: disc;
    padding-left: 15px;
}

.qa-order .qa-order-list.return-goods .qa-content > ul {
    overflow: hidden;
    padding: 10px 20px 0;
    background-color: #fff;
}

.qa-order .qa-order-list.return-goods > ul > li {
    margin-bottom: 20px;
    border: 0;
}

.qa-order .qa-order-list.return-goods > ul > li.title {
    background-color: #fff;
}

.qa-order .qa-order-list.return-goods > ul > li .data-title {
    margin: 0 10px;
}

.qa-order .qa-order-list.return-goods > ul > li h3 {
    position: relative;
    padding: 4px 0;
    text-align: center;
    line-height: normal;
}

.qa-order .qa-order-list.return-goods > ul > li.accordion h3:after {
    content: '\f0d8';
    position: absolute;
    top: 6px;
    margin-left: 10px;
    font-size: 1.167em;
    font-family: FontAwesome, serif;
    transform: rotateZ(0deg);
    transition: transform 0.25s;
}

.qa-order .qa-order-list.return-goods > ul > li.accordion.open h3:after {
    content: '\f0d8';
    transform: rotateZ(180deg);
    transition: transform 0.3s;
}

.qa-order .qa-order-list.return-goods > ul {
    overflow: hidden;
}

.qa-order .qa-order-list.return-goods .qa-content .img-box {
    float: left;
    padding-top: 45px;
}

.qa-order .qa-order-list.return-goods .qa-content .img-box img {
    display: block;
    width: 100%;
}

.qa-order .qa-order-list.return-goods .qa-content > ul {
    list-style: disc;
}

.qa-order .qa-order-list.return-goods .qa-content > ul > li {
    overflow: visible;
    margin-bottom: 10px;
    margin-left: 15px;
    border: 0;
    color: #231815;
    font-size: 1.167em;
}

.qa-order .qa-order-list.return-goods .qa-content > ul .title {
    list-style: none;
    margin-left: 0;
    color: #000;
    font-weight: bold;
}

.qa-order .qa-order-list.return-goods .qa-content > ul > li > ul > li {
    float: initial;
    margin-left: 12px;
    border: 0;
}

.qa-order .qa-order-list.return-goods .note {
    padding: 20px 10px;
    background-color: #fff;
}

.qa-order .qa-order-list.return-goods .tag {
    overflow: hidden;
    width: auto;
    padding: 3px 0;
    margin-right: 10px;
    margin-bottom: 5px;
    background-color: transparent;
    color: #231815;
    font-size: 0.75em;
    text-align: left;
}

.qa-order .qa-order-list.return-goods p {
    color: #231815;
    line-height: 1.8;
    text-align: left;
}

/* sample
*----------------------------------------------------------------------------*/

.sample-detail {
    overflow: hidden;
    padding: 10px;
    text-align: left;
}

.sample-detail h3 {
    margin-bottom: 10px;
    font-size: 1.35em;
    line-height: 1.5;
}

.sample-detail p {
    margin-bottom: 20px;
    color: #231815;
    line-height: 1.8;
}

.sample-detail ol {
    list-style-type: decimal;
    padding: 0 0 0 20px;
    margin-bottom: 20px;
    color: #231815;
    line-height: 1.8;
}

.sample-detail ul {
    list-style-type: disc;
    padding: 0 0 0 20px;
    margin-bottom: 20px;
    color: #231815;
    line-height: 1.8;
}

.sample-detail .tag {
    overflow: hidden;
    width: 80px;
    padding: 3px 0;
    margin-right: 10px;
    margin-bottom: 5px;
    background-color: #5c5a5a;
    font-size: 0.75em;
}

.sample-detail .table {
    padding-top: 20px;
}

.sample-detail .table.article {
    margin-bottom: 20px;
    font-size: 1em;
}

.sample-detail .table table {
    width: 100%;
    margin-bottom: 15px;
    color: #231815;
}

.sample-detail .table table th {
    background-color: #f4f4f4;
    text-align: center;
}

.sample-detail .table table th,
.sample-detail .table table td {
    padding: 7px;
    border: 1px solid #ddd;
}

.sample-detail .table tr:last-child td {
    border: 0;
    font-size: 0.83em;
}

/* buy-order
*----------------------------------------------------------------------------*/

.buy-order-list {
    overflow: hidden;
    padding: 10px 10px 20px;
    text-align: left;
}

.buy-order-list .order-content {
    overflow: hidden;
    padding: 15px 0;
    border-bottom: 1px dotted #ccc;
}

.buy-order-list .order-content .img-box {
    float: left;
    width: 45px;
    margin-right: 15px;
}

.buy-order-list .order-content .img-box img {
    display: block;
    width: 100%;
}

.buy-order-list .order-content ul {
    float: left;
    list-style: disc;
    width: 77%;
    margin-left: 3%;
    line-height: 1.8;
}

.buy-order-list .order-content ul.style-disc {
    width: 100%;
    padding-right: 15px;
    margin-left: 15px;
}

.buy-order-list .order-content ul li.title {
    list-style: none;
    color: #000;
    font-weight: 600;
    font-size: 1.35em;
    line-height: normal;
}

.buy-order-list .order-content span {
    font-size: 0.75em;
    line-height: 1.35em;
}

.buy-order-list .order-content span.color-pink {
    padding-left: 5px;
}

.buy-order-list .order-content .img-box.phone {
    padding-top: 20px;
}

.buy-order-list .order-content .img-box.computer {
    padding-top: 65px;
}

.buy-order-list .order-content .img-box.fax {
    padding-top: 65px;
}

.buy-order-list .order-content .img-box.card {
    padding-top: 55px;
}

.buy-order-list .order-content .img-box.pay-goods {
    padding-top: 50px;
}

.buy-order-list .order-content .img-box.pay {
    padding-top: 140px;
}

.buy-order-list .order-content .img-box.express {
    padding-top: 125px;
}

.buy-order-list .order-content .img-box.post {
    padding-top: 65px;
}

.buy-order-list .order-content .img-box.trans {
    padding-top: 90px;
}

.buy-order-list .order-content .img-box.shop {
    padding-top: 8px;
}

.buy-order-list .note,
.service .note {
    padding: 20px 0;
}

.buy-order-list .note ul,
.service .note ul {
    list-style: none;
}

.buy-order-list .note ul li:before,
.service .note ul li:before {
    content: "※";
    margin-left: -18px;
    padding-right: 9px;
}

.buy-order-list .tag,
.service .tag {
    overflow: hidden;
    width: auto;
    padding: 3px 0;
    margin-right: 10px;
    margin-bottom: 5px;
    background-color: transparent;
    color: #231815;
    font-size: 0.75em;
    text-align: left;
}

.buy-order-list p,
.service p {
    color: #231815;
    line-height: 1.8;
    text-align: left;
}

/**
*
* = commend
*
**/

.commend {
    padding: 20px 10px;
}

.commend p {
    color: #231815;
    line-height: 1.8;
    text-align: left;
}

.commend .commend-content {
    overflow: hidden;
    padding-bottom: 20px;
}

.commend h3 {
    display: block;
    width: 100%;
    padding: 5px 0;
    margin-bottom: 20px;
    background-color: #999;
    color: #fff;
    font-weight: 600;
    font-size: 1.35em;
    text-align: center;
}

.commend h3.default {
    padding: 0;
    margin-bottom: 10px;
    background-color: #fff;
    color: #231815;
    text-align: left;
}

.commend .commend-content img {
    display: block;
    width: 100%;
}

.commend-list ul {
    list-style-type: none;
    margin-bottom: 20px;
}

.commend-list ul li {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px solid #e1e1e1;
    color: #231815;
    line-height: 1.5;
    text-align: left;
}

.commend-content .commend-list ul li h3 {
    margin-bottom: 10px;
    background-color: #e1e1e1;
    color: #000;
    font-size: 0.875em;
}

.commend-list ul li .img-box {
    float: left;
    width: 45%;
    padding: 0 0 10px 10px;
}

.commend-list ul li .img-box img {
    display: block;
    width: 100%;
    margin: 0;
}

.commend-list ul li .text-box {
    overflow: hidden;
    padding: 0 10px 10px;
}

.commend-list ul li .text-box p {
    overflow: hidden;
    height: 9em;
    padding: 0;
    color: #231815;
    font-weight: normal;
}

.commend-list ul li .more-com {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 80px;
    height: 30px;
    color: #fff;
    font-weight: 600;
    line-height: 27px;
}

/* privacy & rule
*----------------------------------------------------------------------------*/

.privacy .main-title.common {
    margin-bottom: 20px;
}

.privacy .commend {
    padding-top: 0;
}

.privacy .privacy-list > ul > li {
    margin-bottom: 20px;
    border: 0;
}

.privacy .privacy-list > ul > li h3 {
    position: relative;
    padding: 4px 0;
    text-align: center;
    line-height: normal;
}

.privacy .privacy-list > ul > li.accordion h3:after {
    content: '\f0d8';
    position: absolute;
    top: 6px;
    margin-left: 10px;
    font-size: 1.167em;
    font-family: FontAwesome, serif;
    transform: rotateZ(0deg);
    transition: transform 0.25s;
}

.privacy .privacy-list > ul > li.accordion.open h3:after {
    content: '\f0d8';
    transform: rotateZ(180deg);
    transition: transform 0.3s;
}

.privacy .privacy-list .privacy-content {
    padding: 0 10px;
}

.privacy .privacy-list .privacy-content p {
    padding: 20px 10px 10px;
    color: #231815;
    line-height: 1.67;
    text-align: left;
}

.privacy .privacy-list > p {
    overflow: hidden;
    padding: 10px 10px 20px;
    color: #231815;
    text-align: left;
}

.privacy .note {
    padding: 10px 10px 20px ;
    color: #231815;
    text-align: left;
}

.privacy .note h3 {
    font-size: 1.35em;
}

/**
*
* = rule
*
**/

.rule .main-title.common {
    margin-bottom: 20px;
}

.rule .rule-list .text-area {
    padding: 20px 10px;
    color: #231815;
    line-height: 1.67;
    text-align: left;
}

.rule .rule-list .text-area .article {
    overflow-y: scroll;
    width: 100%;
    height: 400px;
    padding: 10px;
    border: 1px solid #ccc;
}

.rule .rule-list p {
    padding: 20px 10px 10px;
    color: #231815;
    line-height: 1.67;
    text-align: left;
}

/* sitemap
*----------------------------------------------------------------------------*/

.service-content.sitemap ul {
    margin: 0;
}

.service-content.sitemap ul li {
    padding: 0;
    margin-bottom: 20px;
    border: 0;
}

.service-content.sitemap ul li h4 {
    padding: 5px;
    border: dotted #ccc;
    border-width: 0 0 2px 0;
    background-color: #fff;
    color: #000;
    font-weight: 600;
    font-size: 1.167em;
    text-align: left;
}

.service-content.sitemap p {
    padding: 10px;
    color: #231815;
}

.service-content.sitemap h3 {
    display: block;
    width: 100%;
    padding: 5px 0;
    background-color: #999;
    color: #fff;
    font-weight: 600;
    font-size: 1.35em;
    text-align: center;
}