@charset "UTF-8";
.lineup_contents {
  padding: 0 8px;
  clear: both;
}

.lineup_contents .header {
  background-color: #FFF;
  margin-bottom: 8px;
}

#main_content.lineup div.header {
  padding: 8px;
}

#main_content.lineup div.header h3 img {
  padding-right: 15px;
}

#main_content.lineup div.header p {
  font-size: 116.6%;
  padding-top: 5px;
  padding-left: 2px;
}

.lineup_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.lineup_list li {
  color: #039;
  text-align: center;
  background-color: #FFF;
  margin-bottom: 8px;
  margin-left: 8px;
  padding: 10px 5px;
  width: 145px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lineup_list li:nth-child(4n+1) {
  margin-left: 0;
}

.lineup_list li p {
  margin-top: .5em;
}

.lineup_list li a img {
  vertical-align: bottom;
}

.lineup_list li a.ph {
  margin-bottom: 5px;
  display: block;
}

.lineup_list.lineup_list_horizontal li {
  padding-top: 20px;
  padding-bottom: 15px;
}

.lineup_list.lineup_list_horizontal li a.ph {
  margin-bottom: 10px;
}

.lineup_list li label {
  padding-right: 10px;
  padding-bottom: 5px;
  cursor: pointer;
}

.lineup_list_paper li label {
  padding-right: 0;
}

.lineup_list li input {
  vertical-align: middle;
  margin: 0 2px 0 0;
  padding: 0;
}

#txt_pattern {
  padding-bottom: 8px;
  clear: both;
}

.links_guide {
  text-align: right;
  margin-top: -8px;
  margin-bottom: 8px;
}

.links_guide a {
  padding-left: 5px;
}

#lineup_tabs:after, .lineup_list:after, body#confirm #main .pg:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ".";
  clear: both;
  height: 0;
}

#main_content.support .pg {
  padding: 0 8px;
}

#main_content.support .pg .header {
  margin-bottom: 5px;
}

#main_content.support .pg .contents {
  background-color: #FFF;
  margin-bottom: 15px;
  padding: 20px;
}

#main_content.support .pg p {
  padding-bottom: 5px;
}

#main_content.support .pg h4 {
  line-height: 1.4em;
  background: url(../support/img/p_05.gif) 0 50% no-repeat;
  margin-bottom: 5px;
  padding-left: 15px;
}

#main_content.support .pg table {
  margin-bottom: 5px;
}

#main_content.support .pg table td {
  padding: 5px 10px 5px 0;
}

#main_content.support .pg table tr {
  background: url(../support/img/line_02.gif) 0 100% no-repeat;
}

#main_content.support .pg table.price_table tr {
  background-image: none;
}

#main_content.support .pg table.price_table th {
  text-align: center;
}

#main_content.support .pg ul.note li {
  text-indent: -1em;
  padding-left: 1em;
}

/* 注文の流れ */
#lineup_tabs {
  background: transparent url("../img/main_line.gif") 0 100% no-repeat;
  padding-bottom: 21px;
}

#order_flow {
  background-color: #FFF;
  border-left: 10px solid #CFE7F6;
  border-right: 10px solid #CFE7F6;
  border-bottom: 30px solid #CFE7F6;
  margin-bottom: 10px;
  padding: 10px 0;
}

#order_flow .pg {
  background: url(../pop/img/p_01.gif) 50% 100% no-repeat;
  margin: 0 auto 14px;
  padding-bottom: 40px;
  width: 400px;
}

#order_flow .last {
  background-image: none;
  padding-bottom: 0;
}

#order_flow .pg h3,
#order_flow .pg p.img {
  text-align: center;
  margin-bottom: 8px;
}

#order_flow .pg ul li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 0.5em;
}

/* 特定商取引法にもとづく表記 */
#law_storeinfo {
  margin: 0 auto 30px;
  width: 400px;
}

#law_storeinfo div.table {
  border-left: 1px solid #00409B;
  border-right: 1px solid #00409B;
  padding: 10px 0 20px;
}

#law_storeinfo table tr {
  background: url(../support/img/line_02.gif) 0 100% no-repeat;
}

#law_storeinfo table th,
#law_storeinfo table td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  padding: 10px 5px 9px;
}

#law_storeinfo table th {
  width: 60px;
}

#law_storeinfo table {
  margin: 0 auto;
  width: 350px;
}

#law_storeinfo .separator {
  background: url(../support/img/under.gif) 0 0 no-repeat;
  width: 400px;
  height: 5px;
}

/* 価格 */
.price_table {
  border-collapse: collapse;
  margin: 0 auto;
  width: 400px;
}

.price_table tr {
  background-image: none;
}

.price_table th,
.price_table td {
  border: 1px dotted #999;
  padding: 5px 10px;
}

.price_table th {
  color: #FFF;
  background-color: #00409B;
  vertical-align: middle;
}

.price_table td {
  text-align: right;
}

/* 利用規約 プライバシーポリシー */
#main_content.rule .header h3 {
  color: #00409B;
  font-size: 116.7%;
  border-bottom: 1px dotted #666;
}

#main_content.rule .pg .contents {
  line-height: 1.75;
}

#main_content.rule .pg .contents ul {
  list-style-type: disc;
  padding-left: 20px;
}

#main_content.rule .pg .contents ol {
  list-style-type: decimal;
  padding-left: 20px;
}

#main_content.rule .pg .contents ol.l2 {
  list-style-type: lower-roman;
}

/* 納期 */
/* 価格 */
.time_table {
  border-collapse: collapse;
  margin: 0 auto;
  width: 400px;
}

.time_table tr {
  background-image: none;
}

.time_table th,
.time_table td {
  border: 1px solid #999 !important;
  padding: 5px 10px !important;
}

.time_table th {
  color: #FFF;
  text-align: center;
  background-color: #00409B;
  vertical-align: middle;
}

.time_table td {
  border: 1px solid #999 !important;
}

/**/
.law2_img {
  margin: 0 auto;
  width: 460px;
}

#lineup_tabs:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html #lineup_tabs {
  zoom: 1;
}

*:first-child + html #lineup_tabs {
  zoom: 1;
}

/* ------------------------------------------------
 台紙/書体一覧
------------------------------------------------ */
#main_content.font_daishi label {
  cursor: text !important;
}

#main_content.font_daishi .list_paper .contents {
  background-color: transparent !important;
  padding: 0 !important;
}

#main_content.font_daishi .list_paper ul li p input {
  display: none;
}

#main_content.font_daishi .list_font h4 {
  color: #fff;
  font-size: 18px;
  line-height: 1.1;
  background-image: none;
  background-color: #f60;
  padding: .4em .5em;
}

#main_content.font_daishi .list_font h4 + p {
  text-align: center;
}

#main_content.font_daishi .list_font h4 + p + h4 {
  margin-top: 2em;
}
