@charset "UTF-8";
/* ======================================================================================
案内
====================================================================================== */
.ss .read_text {
    margin: 20px 0;
}
.ss .read_text:last-child {
    margin-top: 0;
}
    .ss .read_text li {
        padding: 5px 0 0 38px;
        text-indent: -16px;
    }
        .ss .read_text li::before, .ss .read_text li.notes::before {
            content: "・";
            padding-right: 3px;
        }
        .ss .read_text li.notes::before {
            content: "※";
        }
    .ss .read_text strong {
        font-weight: bold;
    }
/* ======================================================================================
商品一覧
====================================================================================== */
.orderformTable label{ margin-left: 0.7em;}
.ordersubTitle {
    color: #fff;
    font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
    background: #9c8442 !important;
	margin: 1em 0 0.5em;
    padding: 5px 10px;
}
.orderformTable {
    width: 100%;
	border-collapse: collapse !important;
	margin: 0 auto;
}
	.orderformTable th, .orderformTable td {
		border: 1px solid #af9a5c !important;
		padding: 5px 10px;
	}
.orderformTable .label {
    width: auto !important;
    text-align: center !important;
	background: #ccb988 !important;
    color: #0f1c3f;
}
.orderformTable .inputField_R {
    text-align: right !important;
    white-space: nowrap;
}

div#mainContent div.formInput table.orderformTable td.labelTotal {
    text-align: right;
	background: #f2deab;
    color: #0f1c3f;
}
/* ======================================================================================
ダウンロード
====================================================================================== */
body#page_personalcaldownload div#mainContent div.btnArea li:nth-of-type(1) {
	margin-bottom: 15px;
}

body#page_personalcaldownload div#mainContent div.btnArea li span {
    font-size: 1.1em;
	font-weight: 700;
	font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/* ======================================================================================
スマホ
====================================================================================== */
@media only screen and (max-width: 768px){
/* ======================================================================================
案内
====================================================================================== */
.ss .read_text {
    margin: 10px 0;
    padding: 0 15px;
}
    .ss .read_text li {
        padding: 15px 0 0 15px;
    }
/* ======================================================================================
商品一覧(スマホ)
====================================================================================== */
.orderformTable {
    width: 100%;
	border-collapse: collapse !important;
    display: table!important;
}
	.orderformTable th, .orderformTable td {
        display: table-cell!important;
        border: 1px solid #91a0c5;
		padding: 5px 10px;
	}
}
