@charset "utf-8";

/* ******************************************** */
/* 全体                                         */
/* ******************************************** */
body {
    color: #5E5658;
}

select {
    -webkit-appearance: menulist-button;
    background-color: #FFFFFF;
}

select:disabled {
    color: graytext;
    background-color: #E3E3E3;
}

/* 20170314 Add */
input:disabled {
    color: graytext;
    background-color: #E3E3E3;
}

/* ******************************************** */
/* 共通クラス                                   */
/* ******************************************** */

/* テキストセンタリング */
.alignCenter {
    text-align: center;
}

/* リード文など */
.highlight {
    color: #993439;
}

/* 必須入力、エラーメッセージ */
.required, 
.error {
    color: #FF0000;
}

/* IME:OFF */
.imeDisabled {
    ime-mode: disabled;
}

/* IME:ON */
.imeActive {
    ime-mode: active;
}

/* ******************************************** */
/* ヘッダ                                       */
/* ******************************************** */
#header {
    width: 100%;
    margin-bottom: 30px;
}

/* 20170314 Upd Start */
.edit16 #header p {
    background: #4E83C3;
}

.edit17 #header p {
    background: #DEEAF6;
}
}
/* 20170314 Upd End  */

/* ******************************************** */
/* 商品一覧 スクロール 上に戻るボタン           */
/* ******************************************** */
.page_top {
	color: #fff;
	background-color: rgba(0,0,0,0.3);
	text-decoration: none;
	display: none;
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	font-size: 1.5rem;
	width: 3.3rem;
	height: 3.3rem;
	line-height: 3.3rem;
	border-radius: 3.3rem;
	text-align: center;
	cursor: pointer;
}

.page_top:hover {
	color: #fff !important;
	background-color: #632227;
	text-decoration: none;
}

/* ******************************************** */
/* 商品一覧表                                   */
/* ******************************************** */
#shohin {
	width: 700px;
	margin: 0 auto 30px auto;
}

/* 画面タイトル */
#shohin #title {
	width: 100%;
	max-height: 55px;
	margin: 0 0 20px 0;
	border-bottom: 2px solid #5E5658;
}

/* コンテンツ */
#shohin #contents {
	margin: 0;
	padding: 0 2%;
	font-size: 0.867em; /* = 13px */
}


#shohin #contents #shohintbl {
	width: 100%;
	margin: 0 0 10px 0;
	border: 1px solid #c0c0c0;
	border-collapse: collapse;
}

#shohin #contents #shohintbl th {
	width: 75px;
	height: 25px;
	padding: 5px 8px;
	border: 1px solid #C0C0C0;
	text-align: center;
}

#shohin #contents #shohintbl td {
	padding: 8px 8px 5px 8px;
	border: 1px solid #C0C0C0;
	text-align: center;
	vertical-align: top;
	width:60%;
}

#shohin #contents #shohintbl span {
	font-size:60%;
}

#shohin #contents #aletbl {
	width: 100%;
	border: 1px solid #c0c0c0;
	border-collapse: collapse;
}

#shohin #contents #shohintbl td#btn{
    padding-bottom: 8px;
    padding-top: 5px;
}

/* ******************************************** */
/* 明細                                         */
/* ******************************************** */
#detail {
    width: 700px;
    margin: 0 auto 30px auto;
}

/* 画面タイトル */
#detail #title {
    width: 100%;
    max-height: 55px;
    margin: 0 0 20px 0;
    border-bottom: 2px solid #5E5658;
}

/* 説明 */
#detail #explain {
    margin: 0 0 20px 0;
    padding: 0 8%;
}

#detail #explain ul {
    margin-bottom: 10px;
}

/* コンテンツ */
#detail #contents {
    margin: 0;
    padding: 0 8%;
    font-size: 0.867em; /* = 13px */
}

#detail #contents #msg {
    margin-bottom: 10px;
    text-align: center;
    font-size: 1.154em; /* = 15px */
}

#detail #contents p.error #msg {
    text-align: left;
}

#detail #contents p.error {
    margin-bottom: 30px;
}

#detail #contents span {
    display: block;
}

#detail #contents table {
    width: 100%;
    margin: 0 0 10px 0;
    border: 1px solid #c0c0c0;
    border-collapse: collapse;
}

#detail #contents table caption {
    width: 100%;
    background-color: #993439;
    color: #FFFFFF;
}

#detail #contents table th {
    width: 31%;
    padding: 5px 8px;
    border: 1px solid #C0C0C0;
    background: #F9F7F3;
    text-align: center;
}

#detail #contents table td {
    padding: 8px 8px 5px 8px;
    border: 1px solid #C0C0C0;
}

#detail #contents #mailForm .required {
    display: inline-block;
    padding-left: 0.1em;
}

#detail #contents #mailForm .error {
    color: #FF0000;
}

#detail #contents table td span,
#detail #contents table td p {
    border: 1px solid #FFFFFF;
    padding: 0.1em;
}

#detail #contents #toPrivacy {
    width: 100%;
    margin: 0 0 10px 0;
}

#detail #contents #execute {
    width: 100%;
    text-align: center;
}

#detail #contents #execute button {
    margin: 0;
    padding: 0;
    background: none;
    border: 0;
    cursor: pointer;
}
/* お申込み画面 */
#order #detail #contents input#txtOtodokeName, 
#order #detail #contents input#txtOtodokeKana, 
#order #detail #contents input#txtAddress1, 
#order #detail #contents input#txtAddress2, 
#order #detail #contents input#txtMail, 
#order #detail #contents input#txtMailCheck, 
#order #detail #contents input#txtUketoriName, 
#order #detail #contents input#txtUketoriKana {
    width: 99%;
}

#order #detail #contents select#cmbShohinNo {
    width: 100%;
}
/* 20170314 Add Start */
#order #detail #contents #inputUketori {
    width: 100%;
}

#order #detail #contents #inputUketori label {
    font-weight: bold;
}

#order #detail #contents #chkInputUketori {
    margin-right: 2px;
    vertical-align: middle;
}
/* 20170314 Add End */

/* 確認画面 */
#confirm #detail #explain ul {
    margin-bottom: 0;
}

/* 完了画面 */
#complete #detail #explain p {
    margin-bottom: 15px;
}

/* 個人情報保護ポリシー */
#privacy #detail #contents {
    padding: 0;
}

/* ******************************************** */
/* フッタ                                       */
/* ******************************************** */
#footer {
    width: 100%;
    border-top: 2px solid #5E5658;
    clear: both;
}

#footer #copyRight {
    width: 480px;
    padding: 10px;
    float: left;
    font-size: 0.867em; /* = 13px */
}

#footer #copyRight span {
    font-size: 1.077em; /* = 14px */
}

#footer #address {
    width: 330px;
    padding: 10px;
    float: right;
    font-size: 0.733em; /* = 11px */
    text-align: right;
}

/* --responsive------------------------------------------- */

/* 640pixel start */
@media screen and (max-width : 640px) {

    /* ******************************************** */
    /* ヘッダ                                       */
    /* ******************************************** */
    #header img {
        max-width: 100%;
        height: auto;
    }

    /* ******************************************** */
    /* 商品一覧表                                   */
    /* ******************************************** */
    #shohin {
    	width: 100%;
    }

    /* コンテンツ */
    #shohin #contents {
    	padding: 0 2%;
    }

    #shohin #contents #shohintbl {
    	width: 100%;
    	border: 1px solid #c0c0c0;
    	border-collapse: collapse;
		display:block;
    }

    #shohin #contents #shohintbl th {
    	padding: 8px 8px 5px 8px;
    	border: 1px solid #C0C0C0;
		display:block;
    }


    #shohin #contents #shohintbl td {
    	padding: 8px 8px 5px 8px;
    	border: 1px solid #C0C0C0;
		display:block;
    	width: 96%;
    }

    #shohin #contents #shohintbl span {
    	font-size:60%;
    }

    
    #shohin #contents #aletbl {
    	width: 100%;
    	border: 1px solid #c0c0c0;
    	border-collapse: collapse;
    }

   #shohin #contents #aletbl #last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }


    /* ******************************************** */
    /* 明細                                         */
    /* ******************************************** */
    #detail {
        width: 95%;
    }

    /* 説明文 */
    #detail #explain {
        padding: 0 2%;
    }

    #detail #explain img {
        width: 95%;
        height: auto;
    }

    /* コンテンツ */
    #detail #contents {
        padding: 0 2%;
    }

    #detail #contents table {
        border-collapse: separate;
        border: 0;
    }

    #detail #contents table th {
        width: 100%;
        display: inline-block;
        padding-left: 0;
        padding-right: 0;
    }

    #detail #contents table td {
        width: 100%;
        display: inline-block;
        padding-left: 0;
        padding-right: 0;
        border-top: 0;
    }

    #detail #contents table input,
    #detail #contents table select {
        height: 35px;
    }

    #detail #contents table input,
    #detail #contents table select,
    #detail #contents table p,
    #detail #contents table span {
        margin-right: 2%;
        margin-left: 2%;
    }

    #detail #contents table caption {
        width: auto;
        margin-left: 2px;
    }

    /* ログイン画面 */
    #login #detail #contents input#txtToiawaseNo, 
    #login #detail #contents input#txtPassword {
        width: 95%;
    }

    /* お申込み画面 */
    #order #detail #contents input#txtOtodokeName, 
    #order #detail #contents input#txtOtodokeKana, 
    #order #detail #contents input#txtAddress1, 
    #order #detail #contents input#txtAddress2, 
    #order #detail #contents input#txtMail, 
    #order #detail #contents input#txtMailCheck, 
    #order #detail #contents input#txtUketoriName, 
    #order #detail #contents input#txtUketoriKana {
        width: 95%;
    }
    #order #detail #contents select#cmbShohinNo {
        width: 96%;
    }

    /* ******************************************** */
    /* フッタ                                       */
    /* ******************************************** */
    #footer #copyRight {
        width: 96%;
        margin: 0 auto;
        padding: 10px 0;
        float: none;
        font-size: 13px;
    }

    #footer #copyRight span{
        font-size: 1.077em; /* = 14px */
        display: block;
    }

    #footer #address {
        width: 96%;
        margin: 0 auto;
        padding: 0 0 10px 0;
        float: none;
        text-align: left;
        font-size: 11px;
    }

    #footer #address span {
        display: block;
    }
}
/* 640pixel end */