@charset "Shift_JIS";
/* 開閉メニュー（スペック） */
.spec_open .toggle {
	display: none;
}
.spec_open .Label {		/*タイトル*/
    padding-top: 0.5em;
    padding-right: 1em;
    padding-left: 1em;
    padding-bottom: 0.5em;
    display: block;
    color: #fff;
    background-color: #AAAAAA;
    font-weight: bold;
}
.spec_open .Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.spec_open  .Label
, .spec_open  .content_text{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.spec_open  .content_text {		/*本文*/
    height: 0;
    margin-bottom: 10px;
    padding-top: 0;
    /* [disabled]padding-right: 20px; */
    /* [disabled]padding-left: 20px; */
    padding-bottom: 0;
    overflow: hidden;
}
.spec_open  .toggle:checked + .Label + .content_text {	/*開閉時*/
    height: auto;
    padding-top: 10px;
    /* [disabled]padding-right: 20px; */
    /* [disabled]padding-left: 20px; */
    padding-bottom: 20px;
    transition: all .3s;
}
.spec_open .toggle:checked +.Label::before{
	transform: rotate(-45deg) !important;
}	

/* 画像サイズ自動調整 */
.resize_img {
	max-width: 100%;
	max-height: auto;
}
.cate_color_gom {
    color: #E38023;
}
.orange {
    color: #FF9833;
}
.blue {
    color: #0099cc;
}
.cate_button + .cate_button {
    margin-top: 10px;
}
/* 他カテゴリーリンクボタン */
.cate_button {
    display: table;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    table-layout: fixed;
}
.cate_button .icon {
    display: table-cell;
    width: 0px;
}
.cate_button .text {
    background-color: #EAEEF1;
    color: #484848;
    display: table-cell;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    padding-left: 1rem;
    padding-right: 1rem;
    white-space: nowrap;
    width: 0px;
}
/* 左側：印材書体メニュー */
.dai_shotai_button a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 50px;
    font-size: 0.8em;
    background-color: #8997AF;
    line-height: 2em;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    font-weight: bold;
}
.dai_shotai_button + .dai_shotai_button   {
    margin-top: 10px;
}
#sub_button_daigi a {
    background-image: url(../images/icon_sub_daigi.png);
    background-size: 2em auto;
    background-repeat: no-repeat;
    background-position: 5px 50%;
    padding-left: 3em;
}
#sub_button_qa a {
    background-image: url(../images/icon_sub_qa.png);
    background-size: 2em auto;
    background-repeat: no-repeat;
    background-position: 5px 50%;
    padding-left: 3em;
}
#sub_button_shotai a {
    background-image: url(../images/icon_sub_shotai.png);
    background-size: 2em auto;
    background-repeat: no-repeat;
    background-position: 5px 50%;
    padding-left: 3em;
}

/* 点線の枠 */
.waku_ten {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFFFFF;
    border: 1.5px dotted #CCCCCC;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    font-size: 0.8em;
    margin-bottom: 10px;
}
.kanren_item_h {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    color: #FFFFFF;
    background-color: #5292AB;
    font-size: 0.8em;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    margin-top: 20px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.kanren_item {
    border-left-color: #5292AB;
    border-right-color: #5292AB;
    border-bottom-color: #5292AB;
    border-left-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    overflow-x: hidden;
    overflow-y: hidden;
}
.kanren_item a {
    display: table;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFFFFF;
    color: #333333;
    text-decoration: none;
    border-collapse: separate;
    border-spacing: 10px 10px;
}
.kanren_item_L {
    display: table-cell;
    vertical-align: middle;
    width: 100px;
}
.kanren_item_R {
    display: table-cell;
    vertical-align: middle;
    font-size: 0.8em;
}
.kanren_item a + a {
    border-top: 2px solid #5292AB;
}
.fuzoku_mini_text {
    color: #437F9B;
    font-size: 0.8em;
    margin-bottom: 10px;
    border-left-width: 0.5em;
    border-left-style: solid;
    padding-left: 7px;
    font-weight: bold;
    line-height: 1.5em;
}
/* セット内容 */
.set_contents {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    font-size: 0.7em;
    border-radius: 10px;
}
.set_contents b {
    margin-bottom: 5px;
    display: block;
}
.set_contents ul {
    display: block;
    margin-left: 2em;
}
.set_contents ul li {
    color: #444444;
}
.hasen_waku {
	display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px dotted #CCCCCC;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    margin-top: 20px;
}
/* スペック表 */
.spec_scroll {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: scroll;
}
table.spec {
    border-collapse: collapse;
    color: #333333;
    font-size: 0.7em;
 }
 
table.spec tr td {
    padding-top: 5px;
    padding-right: 1em;
    padding-left: 1em;
    padding-bottom: 5px;
    border: 1px solid #CCCCCC;
 }
table.spec .item_cell {
    font-weight: bold;
    background-color: #EEEEEE;
    text-align: center;
}
table.spec .item_cell_center{
    text-align: center;
}
table.spec  img   {
    max-width: 1.8em;
    max-height: 1.8em;
}
table.spec img + img {
    margin-left: 2px;
}
table.spec2 {
    font-size: 0.7em;
    color: #666666;
}
table.spec2 tr th  , table.spec2 tr td{
    text-align: left;
}
.list_scroll {
    display: block;
    overflow-x: scroll;
}
.spec_marubatsu {
    display: block;
    margin-top: 5px;
    font-size: 0.7em;
    color: #444444;
}

/* CSS Document */

.attention {
	font-size: 0.9em;
	color: #F00;
}
ul.kome {
    margin-top: 1em;
}

ul.kome li {
    list-style-type: none;
    font-size: 0.8em;
    color: #666666;
    padding-top: 0px;
    padding-bottom: 0px;
}
ul.kome li + li {
}
ul.kome li:before {
    content: "※";
}
.main_text_small {
    font-size: 0.9em;
}.main_text_small2 {
    font-size: 0.7em;
}
.main_text_white {
	color: #FFF;
}
.price {
    font-weight: bold;
    color: #F60;
    font-size: 1.1em;
    white-space: nowrap;
}
.price:after {
    content: "（税込）";
    font-size: 0.7em;
    color: #F60;
    font-weight: normal;
    margin-left: -0.2em;
    vertical-align: middle;
    margin-right: -0.2em;
    font-family: "ヒラギノ角ゴシック W6";
}
.price_new {
    font-weight: bold;
    color: #F60;
    white-space: nowrap;
    /* [disabled]font-family: "DIN Alternate Bold","DIN Alternate"; */
    font-size: 1.2em;
}
.price_new:after {
    content: "円";
    /* [disabled]font-size: 0.6em; */
    color: #F60;
    vertical-align: baseline;
    font-family: sans-serif;
    font-weight: bold;
    margin-left: 0.2em;
}
.price_new:before {
    content: "税込";
    font-size: 0.6em;
    color: #F60;
    vertical-align: middle;
    /* [disabled]font-family: sans-serif; */
    font-weight: normal;
    margin-right: 0.5em;
}
.zeikomi:before {
    content: "税込";
    font-size: 0.8em;
    font-weight: bold;
    margin-right: 0.5em;
}
.height_center *{
	vertical-align: middle;
	display: inline-block;
}
/*ダブル矢印------------------------------*/
.double_yajirushi:after {
    content: ">>";
    padding-left: 0.5em;
	opacity: 0.5;
}
.nomal_button {
    background-color: #178EA2;
    border-radius: 100px;
    display: inline-block;
    /* [disabled]box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.3); */
    /* [disabled]padding: 1px; */
    font-size: 0.8em;
    font-weight: bold;
    white-space: nowrap;
    margin-left: 5px;
    /* [disabled]-webkit-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.3); */
    line-height: 1.5em;
}
.nomal_button a {
    text-decoration: none !important;
    display: inline-block;
    border-top-style: solid;
    border-left-style: solid;
    border-top-width: 1px;
    border-left-width: 1px;
    border-top-color: rgba( 255,  255,  255, 0.3);
    border-left-color: rgba( 255,  255,  255, 0.3);
    border-radius: 100px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: rgba( 0,  0,  0, 0.3);
    border-bottom-color: rgba(0,0,0,0.3);
}
.nomal_button a:hover {
	background-color: rgba( 255,  255,  255, 0.15);
}
.nomal_button .gra {
    background-image: -moz-linear-gradient(
  top,
  rgba(255, 255, 255, 0.5)    0,
  rgba(255, 255, 255, 0.1)  50%,
  rgba( 0,  0,  0, 0)  50%,
  rgba( 0,  0,  0, 0.2) 100%
);
    background-image: -webkit-gradient(
  linear,
  left top,
  left bottom,
  color-stop(  0, rgba(255, 255, 255, 0.5)),
  color-stop(0.5, rgba(255, 255, 255, 0.1)),
  color-stop(0.5, rgba( 0,  0,  0, 0)),
  color-stop(1.0, rgba( 0,  0,  0, 0.2))
);
    border-radius: 100px;
}
.nomal_button .text {
    color: #FFF;
    text-shadow: 0px 0px 1px #000;
    text-align: center;
    padding-top: 3px;
    padding-right: 10px;
    padding-bottom: 3px;
    padding-left: 10px;
    letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {

/* スペック表 */
table.spec {
    width: 100%;
 }
/* 左側：印材書体メニュー */
.dai_shotai_button a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 50px;
    font-size: 0.8em;
    background-color: #8997AF;
    line-height: 3em;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    font-weight: bold;
}
#sub_button_daigi a {
    background-image: url(../images/icon_sub_daigi.png);
    background-size: 3em auto;
    background-repeat: no-repeat;
    background-position: 5px 50%;
    padding-left: 4em;
}
#sub_button_qa a {
    background-image: url(../images/icon_sub_qa.png);
    background-size: 3em auto;
    background-repeat: no-repeat;
    background-position: 5px 50%;
    padding-left: 4em;
}
#sub_button_shotai a {
    background-image: url(../images/icon_sub_shotai.png);
    background-size: 3em auto;
    background-repeat: no-repeat;
    background-position: 5px 50%;
    padding-left: 4em;
}
}
