@charset "utf-8";

html,body,h1,h2,h3,h4,h5,ul,ol,dl,p,dd{
	margin:0;
	padding:0;
	list-style:none;
}

html,body{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
	color:#000;
	font-weight:normal;
	text-align:left;
}
i { font-style: normal; }
.cf:after {
	content:" ";
	display:block;
	clear:both;
}
html {
	font-size: 62.5%;
}
body {
	font-size: 1.0rem;
	min-width: 1000px;
}
img {
	border: 0;
	vertical-align: bottom;
}
a {
	color: #ff6000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:hover img{filter:alpha(opacity=70);opacity:0.70}

/*----------------------------
共通部品
-----------------------------*/
.inner {
	margin: 0 auto;
	width: 1000px;
}
.tbl {
	display: table;
	width: 100%;
}
.tbl_vm {
	display: table-cell;
	vertical-align: middle;
}
.pc_only { display: block!important; }
.sp_only { display: none!important; }

/*------------------
Header
------------------------------------------------*/
header {
    background: #000;
    position: fixed;
    height: 75px;
    width: 100%;
    min-width: 1200px;
    z-index: 200;
}
.header_in {
    padding-top: 20px;
    overflow: hidden;
    margin: 0 auto;
    width: 1200px;
}
header p {
    float: left;
    margin-left: 20px;
}
header ul {
    float: right;
    display: flex;
    align-items: center;
}
header ul li {
    font-size: 1.2rem;
    height: 35px;
    line-height: 35px;
    padding: 0 22px;
    border-left: 1px solid #272728;
}
header ul li a {
    color: #fff;
}
/*----------------------------
名前部分
-----------------------------*/
#namebar {
    background: #000;
    color: #fff;
    font-size: 1.4rem;
}
#namebar ul {
    overflow: hidden;
}
#namebar ul li {
    float: right;
    line-height: 40px;
}
#namebar ul li:first-child, #namebar ul li:nth-child(2) {
    padding-left: 40px;
}
#namebar ul li a {
    color: #fff;
}
#namebar ul li a::before {
    content: "▶ ";
}


/*----------------------------
フッター
-----------------------------*/
footer {
	background: #f4f3f3;
    border-top: 1px solid #000;
	font-size: 14px;
    padding: 28px 0 50px;
}
footer #ftTxt {
    color: #040000;
    margin: 0 auto;
    width: 370px;
}
footer #ftLink {
    color: #ff8400;
    text-align: center;
}
footer #ftLink a {
    color: #ff8400;
}
footer #ftLogo {
    margin-top: 25px;
    text-align: center;
}

/*----------------------------
コンテンツ
-----------------------------*/
#contents {
	background: #fff;
    padding-top: 130px;
}
.bg_on {
    background: url(../images/bg_mypage.png) repeat center top!important;
}
#contents h2 {
    font-size: 1.8rem;
    margin-bottom: 16px;
}
#contents p {
    font-size: 1.4rem;
    line-height: 1.7;
}
.errorBox {
    margin: 16px 0 24px;
}
p.error {
    color: #f00;
    margin-bottom: 4px;
}
#loginBox {
    margin: 0 auto;
    width: 500px;
}
#adminBox,
#profBox {
    margin: 0 auto;
    width: 800px;
}
#loginBox p.lead,
#profBox p.lead {
    margin-bottom: 25px;
}
#loginBox p.lead span {
    display: block;
    font-size: 1.2rem;
}
#profBox p.lead i {
    color: #f00;
}
#loginBox .howtoUl {
    margin: 0 0 32px;
}
#loginBox .howtoUl li {
    font-size: 1.4rem;
    margin: 0 0 0 1em;
    text-indent: -1em;
    line-height: 1.7;
}
#loginInputBox {
    box-shadow: 0 0 10px 0 #a7a5a5;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 18px 25px 30px;
    width: 480px;
}
#loginInputBox div {
    margin-bottom: 18px;
}
#loginInputBox div p {
    font-size: 1.4rem;
    margin-bottom: 4px;
}
#loginInputBox div input {
    border: 1px solid #000;
    box-sizing: border-box;
    padding: 8px;
    width: 100%;
}
#loginInputBox div p.sbaaadBox {
    display: table!important;
}
#loginInputBox div p.sbaaadBox span {
    display: table-cell;
    vertical-align: middle;
    padding-right: 8px;
}
#loginInputBox p#btns {
    margin: 40px auto 0;
    width: 98%;
}
#loginInputBox #regConfBtn,
#loginInputBox #loginBtn {
    background: #ff8400;
    border: none;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 1.6rem;
    text-align: center;
    width: 100%;
}
#loginInputBox #loginBtn {
    height: 40px;
}
#loginBox #backBtn,
#loginBox #backBtn a {
    background: #ccc;
    border: none;
    border-radius: 10px;
    color: #000;
    cursor: pointer;
    display: block;
    text-align: center;
    margin: 0 auto 12px;
    width: 80%;
    height: 40px;
}
#loginBox #backBtn a {
    line-height: 40px;
}
p#loginLink {
    margin: 25px 0 130px;
    text-align: center;
}
p#loginLink a::before {
    content: "▶ ";
}
#csvReadBox .btns a {
    background: #ff8400;
    border-radius: 10px;
    color: #fff;
    display: block;
    font-size: 1.6rem;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.hashBox {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 24px;
}
.hashBox input.num {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 8px;
    margin-right: 12px;
    width: 30px;
}
#contents .hashBox p {
    margin-bottom: 8px;
}
.hashBox .innerHash {
    border: 1px solid #999;
}
#preDBTblBox {
    height: 300px;
    overflow-y: scroll;
    margin: 24px 0;
}
#preDBTblNoBox {
    margin: 24px 0;
}
#preDBTblBox table,
#preDBTblNoBox table {
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
    box-sizing: border-box;
    width: 95%;
}
#preDBTblBox table th,
#preDBTblNoBox table th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    white-space: nowrap;
}
#preDBTblBox table td,
#preDBTblNoBox table td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    font-size: 1.4rem;
    text-align: center;
    white-space: nowrap;
}
#progressInfo {
    font-size: 1.8rem;
    font-weight: bold;
}
#adminBox #btnsA {
    margin: 0 auto;
    width: 80%;
}
#adminBox #btnsA a {
    background: #ff8400;
    border-radius: 8px;
    color: #fff;
    display: block;
    font-weight: bold;
    text-align: center;
    padding: 8px;
}
#preDBIfrBox {
    border: none;
    box-sizing: border-box;
    height: 300px;
    width: 100%;
}
#adminMypage {
    margin:  0 auto;
    width: 80%;
}
#adminMypage li {
    font-size: 1.6rem;
    margin-bottom: 12px;
}
#adminMypage li::before {
    content: "● ";
}
#premailSend {
    margin-bottom: 24px;
}
#premailSend #sendBtn {
    background: #ff8400;
    border: none;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 1.6rem;
    text-align: center;
    height: 40px;
    margin:  0 auto;
    width: 80%;
}
#adminBox #csvBtn {
    margin-bottom: 16px;
}
#adminBox #csvBtn input {
    background: #ff8400;
    border: none;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 12px;
    margin:  0 auto;
    width: 50%;
    height: 40px;
    line-height: 40px;
}
#adminBox #backBtn a {
    background: #ccc;
    border: none;
    border-radius: 10px;
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 12px;
    margin:  0 auto;
    width: 50%;
    height: 40px;
    line-height: 40px;
}
#adminBox .accBox {
    border: 1px solid #ccc;
    margin: 24px 0;
}
#adminBox .accBox .ttl {
    font-size: 1.4rem;
    cursor: pointer;
}
#adminBox .accBox .txt {
    font-size: 1.2rem;
}
#profSearchBox {
    margin: 16px 0;
}
#profSearchBox #profSearchForm {
    border: 2px solid #666;
}
#profSearchBox p.ttl {
    background: #ccc;
    font-size: 1.4rem;
    padding: 4px;
    text-align: center;
}
#profSearchBox table {
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
    box-sizing: border-box;
    width: 100%;
}
#profSearchBox table th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-size: 1.3rem;
    font-weight: normal;
    line-height: 120%;
    text-align: left;
    width: 15%;
}
#profSearchBox table td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    font-size: 1.3rem;
    text-align: left;
    white-space: nowrap;
}
#profSearchBox table td select {
    border: 1px solid #000;
    box-sizing: border-box;
    padding: 4px;
    width: 95%;
}
#profSearchBox table td input[type="text"] {
    border: 1px solid #000;
    box-sizing: border-box;
    padding: 4px;
    width: 95%;
}
#profSearchBox table td input[type="date"],
#profSearchBox table td input[type="month"] {
    border: 1px solid #000;
    box-sizing: border-box;
    padding: 4px;
    width: 45%;
}
#profSearchBox table td label {
    margin-left: 16px;
}
#profSearchBox table td label:first-child {
    margin-left: 0;
}
#profSearchBox .btns {
    margin: 8px auto;
    width: 60%;
}
#profSearchBox .btns input {
    border: none;
    background: #ff8400;
    border-radius: 8px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: block;
    font-weight: bold;
    text-align: center;
    padding: 8px;
    width: 100%;
}
#profSearchBox #resetBtn {
    margin: 10px 0 10px auto;
    width: 30%;
}
#profSearchBox #resetBtn input {
    border: none;
    background: #ccc;
    border-radius: 8px;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    font-weight: bold;
    text-align: center;
    padding: 8px;
    width: 100%;
}
#profChgBox {
    margin: 16px 0;
    max-height: 300px;
    overflow-y: scroll;
}
#profChgBox .scrTbl {
    margin: 24px 0;
    overflow: auto;
    white-space: nowrap;
}
#profChgBox #profChgTbl,
#profChgBox #shopChgTbl {
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
    box-sizing: border-box;
    margin-bottom: 10px;
    width: 100%;
}
#profChgBox #profChgTbl th,
#profChgBox #shopChgTbl th {
    box-sizing: border-box;
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 120%;
}
#profChgBox #profChgTbl td,
#profChgBox #shopChgTbl td {
    box-sizing: border-box;
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    font-size: 1.4rem;
}
#profChgBox #profChgTbl td.disSel,
#profChgBox #shopChgTbl td.disSel {
    background: #F5F5F5;
}
#profChgBox #profChgTbl td input[type="text"],
#profChgBox #profChgTbl td input[type="date"],
#profChgBox #profChgTbl td textarea,
#profChgBox #profChgTbl td select,
#profChgBox #shopChgTbl td input[type="text"],
#profChgBox #shopChgTbl td input[type="date"],
#profChgBox #shopChgTbl td textarea,
#profChgBox #shopChgTbl td select {
    border: 1px solid #000;
    box-sizing: border-box;
    padding: 8px;
    width: 100%;
}
#profChgBox #returnMailBox p.ttl {
    background: #F5F5F5;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    box-sizing: border-box;
    font-weight: bold;
    padding: 5px;
    width: 100%;
}
#profChgBox #returnMailBox p.inp {
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    padding: 5px;
    box-sizing: border-box;
    width: 100%;
}
#profChgBox #returnMailBox p.inp input {
    box-sizing: border-box;
    padding: 5px;
    width: 100%;
}
#profChgBox #returnMailBox p.inp textarea {
    box-sizing: border-box;
    padding: 5px;
    height: 100px;
    width: 100%;
}
#profChgBox #returnMailBox p.btn {
    margin: 8px auto 40px;
    width: 60%;
}
#profChgBox #returnMailBox p.btn input {
    border: none;
    background: #ff8400;
    border-radius: 8px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    padding: 8px;
    width: 100%;
}
#profChgDetailForm p {
    margin-bottom: 8px;
}
#profChgDetailForm #sendBtn, 
#profChgDetailForm #sendNGBtn {
    background: #ff8400;
    border: none;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 1.6rem;
    text-align: center;
    height: 40px;
    margin:  0 auto;
    width: 80%;
}
#profChgDetailForm textarea {
    border: 1px solid #000;
    margin: -8px 0 16px;
    padding: 8px;
    box-sizing: border-box;
    width: 100%;
}
#profChgDetailForm #sendNGBtn {
    background: #069;
}

/*----------------------------
マイページ
-----------------------------*/
#mypageBox {
    margin-top: -45px;
    width: 100%;
}
#mypageBox #vsTop {
    background: url(../images/bg_mv_mypage.png) repeat center top;
    background-size: 1200px 400px;
    height: 400px;
    width: 100%;
}
#mypageBox #bnrBox {
    margin: 18px auto 0;
    width: 800px;
}
#mypageBox #bnrBox p {
    text-align: center;
    margin-bottom: 12px;
}
#mypageBox #bnrBox ul {
    overflow: hidden;
    margin: 0 auto;
    width: 790px;
}
#mypageBox #bnrBox ul li {
    float: right;
    text-align: right;
    width: 50%;
}
#mypageBox #bnrBox ul li:first-child {
    float: left;
    text-align: left;
}
#profBox form {
    margin: 30px 0;
}
#profBox h3 {
    font-size: 1.5rem;
}
#profBox table {
    margin: 15px auto 40px;
    width: 650px;
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
}
#profBox table th {
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.7;
    padding: 10px 0;
    vertical-align: top;
    width: 265px;
}
#profBox table th i {
    color: #f00;
}
#profBox table td {
    font-size: 1.4rem;
    padding: 10px 0;
    vertical-align: top;
}
#profBox table td p {
    margin: 0;
}
#profBox table td span {
    display: block;
    font-size: 1.2rem;
    margin-top: 12px;
}
#profBox table td span.sub {
    margin-left: 1em;
    text-indent: -1em;
}
#profBox table td span::before {
    content: "※";
}
#profBox table td input[type="text"],
#profBox table td input[type="email"],
#profBox table td input[type="password"],
#profBox table td textarea,
#profBox table td select {
    box-sizing: border-box;
    font-size: 1.4rem;
    border: 1px solid #000;
    padding: 8px;
    width: 100%;
}
#profBox table td textarea {
    font-size: medium;
    line-height: 1.5;
    height: 100px;
}
#profBox table td.shortTd input {
    width: 30%;
}
#profBox table td.shortTd i {
    display: inline-block;
    font-style: normal;
    text-align: center;
    width: 5%;
}
#profBox table td input.chgSel,
#profBox table td select.chgSel,
#profBox table td textarea.chgSel {
    border: 2px solid #f00;
    background: #ffb6c1;
}
#profBox #btns {
    margin: 0 auto;
    width: 55%;
}
#profBox #btns input {
    background: #ff8400;
    border: none;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    font-size: 1.6rem;
    height: 40px;
    width: 100%;
}
#profBox #backBtn {
    margin: 20px auto 0;
    width: 45%;
}
#profBox #backBtn a {
    background: #ccc;
    border: none;
    border-radius: 10px;
    color: #000;
    cursor: pointer;
    display: block;
    line-height: 40px;
    text-align: center;
    height: 40px;
    width: 100%;
}
#appOnMsg {
    border: 2px solid #f00;
    color: #f00;
    font-size: 1.6rem!important;
    margin-bottom: 24px;
    padding: 8px;
    text-align: center;
}
#mmBackBox {
    margin: 0 auto;
    width: 800px;
}

/*----------------------------
お問い合わせ
-----------------------------*/
#inquiryBox {
    margin: 0 auto;
    width: 800px;
}
#inquiryBox .lead i {
    color: #f00;
}
#inquiryInputBox {
    margin: 40px auto;
    width: 650px;
}
#inquiryInputBox dl {
    overflow: hidden;
}
#inquiryInputBox dl dt {
    clear: both;
    float: left;
    font-size: 1.4rem;
    margin-bottom: 8px;
    padding: 8px 3% 0 0;
    width: 42%;
}
#inquiryInputBox dl dt i {
    color: #f00;
}
#inquiryInputBox dl dd {
    float: left;
    margin-bottom: 8px;
    width: 55%;
}
#inquiryInputBox dl.inqcCheck dd {
    font-size: 1.4rem;
    padding: 8px 0 0;
}
#inquiryInputBox dl dd input,
#inquiryInputBox dl dd textarea {
    border: 1px solid #000;
    box-sizing: border-box;
    font-size: 1.6rem;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
    padding: 8px;
    width: 100%;
}
#inquiryInputBox dl dd textarea {
    height: 110px;
}
#inquiryInputBox #sendBtn {
    margin-top: 40px;
}
#inquiryInputBox #sendBtn input {
    background: #ff8400;
    border: none;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 1.6rem;
    text-align: center;
    height: 40px;
    margin: 0 auto;
    width: 65%;
}
#inquiryBox #backBtn a {
    background: #ccc;
    border: none;
    border-radius: 10px;
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 12px;
    margin:  0 auto;
    width: 50%;
    height: 40px;
    line-height: 40px;
}
/*----------------------------
ダウンロードコンテンツ
-----------------------------*/
#dlBox {
    margin: 0 auto;
    width: 800px;
}
#dlBox h2 {
    font-size: 1.8rem;
}
#dlBox ul {
    margin-top: 40px;
    overflow: hidden;
}
#dlBox ul li {
    float: left;
    margin: 0 0 45px 25px;
    width: 250px;
}
#dlBox ul li img {
    height: auto;
    width: 100%;
}
#dlBox ul li:nth-child(3n+1) {
    clear: both;
    margin-left: 0;
}
#dlBox ul li .mmaga {
    display: block;
    position: relative;
    background: #2e4556;
    height: 177px;
    width: 250px;
}
#dlBox ul li .mmaga p {
    position: absolute;
    color: #f71826;
    bottom: 8%;
    right: 8%;
    font-size: 1.3rem;
    line-height: 1.3;
    text-align: right;
}
#dlBox ul li p.mm_ttl {
    margin-top: 16px;
    font-size: 1.4rem;
    line-height: 1.4;
}
#dlBox ul li p.mm_ttl a {
    color: #000;
}
#dlBox ul li .mov iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#dlBox #backBtn {
    margin: 20px auto 0;
    width: 45%;
}
#dlBox #backBtn a {
    background: #ccc;
    border: none;
    border-radius: 10px;
    color: #000;
    cursor: pointer;
    display: block;
    line-height: 40px;
    text-align: center;
    height: 40px;
    width: 100%;
}
#dlBoxTitle {
    display: table;
    margin-bottom: 20px;
}
#dlBoxTitle p {
    background: #ff7200;
    color: #fff;
    display: table-cell;
    font-size: 1.8rem;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 74px;
    vertical-align: middle;
}
#dlBoxTitle h3 {
    display: table-cell;
    font-size: 1.8rem;
    padding-left: 10px;
    vertical-align: middle;
}
#dlBoxInner {
    overflow: hidden;
}
#dlBoxInner .fL {
    float: left;
    width: 475px;
}
#dlBoxInner .fL p {
    margin: 0 auto 30px;
    width: 425px;
}
#dlBoxInner .fL div {
    text-align: center;
}
#dlBoxInner .fR {
    float: right;
    width: 306px;
}

input[readonly] {
    background: #aaa;
}