@charset "utf-8";

/*-------------------------------------------------------------------
	* help.css
	* site name : チャンスイット
	* description : ヘルプ（FAQ）ページ指定
	* import : web/help/index.jsp
-------------------------------------------------------------------*/

/* 共通
------------------------------------------------ */
.help {
    font-family:  "Meiryo","メイリオ","ＭＳＰゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
    font-size: 14px;
}

.help .bold {
    font-weight: bold;
}


/* .category カテゴリ
------------------------------------------------ */
.category {
    box-sizing: border-box;
    border: 1px solid #ccc;
    float: left;
    width: 160px;
}
.category h2 {
    color: #23b5e0;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid #23b5e0;
    padding: 12px 10px 9px;
}
.category li {
    border-bottom: 1px dotted #ccc;
    position: relative;
}
.category li:last-child {
    border: none;
}
.category li:after {
    border-top: 1px solid #b2b2b2;
    border-right: 1px solid #b2b2b2;
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 40%;
    right: 10px;
}
.category a {
    color: #4d4d4d;
    display: block;
    font-size: 12px;
    padding: 10px;
    text-decoration: none;
}
.category a:hover {
    background: #fffbd9;
}

/* .help_main メインカラム
------------------------------------------------ */
.help_main {
    box-sizing: border-box;
    float: right;
    width: 770px;
}
.help_main h2 {
    border-top: 2px solid #23b5e0;
    border-bottom: 1px solid #ccc;
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 10px 5px;
}
.help_main h3 {
    border-top: none;
    border-bottom: none;
    border-left: 4px solid #23b5e0;
    color: #007799;
    font-size: 19px;
    font-weight: bold;
    padding: 0 10px;
}
#moku-member-regist,#moku-regist,#moku-login,
#moku-melmaga,#moku-point,#moku-exchange,
#moku-present,#moku-enquete,#moku-game,
#moku-setting,#moku-friend,#moku-contact {
    padding-top: 40px;
}
.help_main ul {
    margin-bottom: 10px;
}
.question h4 {
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    transition: .2s linear;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -ms-transition: .2s linear;
    position: relative;
}
.question h4:before {
    content: "Q.";
    color: #007799;
    font-size: 16px;
    position: absolute;
    top: 12px;
    left: 8px;
}
.question h4:after {
    border-top: 8px solid #555;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 8px solid transparent;
    content: "";
    position: absolute;
    top: 48%;
    right: 12px;
}
.question h4:hover {
    background: #fffbd9;
}
.question h4 span {
    display: block;
    padding: 15px 10px 15px 35px;
}
.open {
    background: #fffbd9;
    font-size: 16px;
    font-weight: bold;
    transition: 0.3s;
}
.question h4.open:after {
    border-top: 8px solid transparent;
    border-bottom: 8px solid #555;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    content: "";
    position: absolute;
    top: 30%;
    right: 12px;
}
.ask {
    display:none;
    padding: 15px 5px 35px 35px;
    position: relative;
}
.ask:before {
    content: "A.";
    color: #009fcc;
    font-size: 16px;
    position: absolute;
    top: 12px;
    left: 8px;
}
.ask ul {
    margin: 15px 0;
}
.ask ul li {
    margin-bottom: 15px;
}
.ask ul li:last-child {
    margin-bottom: 0;
}

/* lead チャンスイットで困ったら */
.lead {
    background: #dff4fa;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 15px;
}
.lead .inner {
    background: #fff;
    padding: 25px;
    overflow: hidden;
}
.lead .inner .text {
    float: left;
}
.lead .inner .text h3 {
    border: none;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 0;
}
.lead .inner .text p {
    font-size: 13px;
    line-height: 1.8;
}
.lead .inner .check_block {
    background: url(../../img/10/help/check_block_img.gif) no-repeat 615px 5px;
    padding-left: 412px;
}
.lead .inner .check_block p {
    color: #ff4e00;
    font-size: 15px;
    font-weight: bold;
    padding-left: 18px;
}
.lead .inner .check_block a {
    background: #ffaf00;
    background: -moz-linear-gradient(top, #ffaf00 0%, #ff8a00 100%);
    background: -webkit-linear-gradient(top, #ffaf00 0%,#ff8a00 100%);
    background: linear-gradient(to bottom, #ffaf00 0%,#ff8a00 100%); 
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: 0 2px 2px rgba(0,0,0,0.3);
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4;
    width: 200px;
    height: 60px;
    text-align: center;
    text-decoration: none;
    padding-top: 5px;
}
.lead .inner .check_block a span {
    font-size: 22px;
}
.lead .inner .check_block a:hover {
    box-shadow: none;
    margin-top: 2px;
    transition: 0.1s;
    opacity: 0.8;
}

/* top10 よくあるご質問 */
#top10 {
    margin-bottom: 10px;
    padding-top: 25px;
}
#top10 .inner {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px;
}
#top10 h3 {
    background: #23b5e0;
    border: none;
    border-radius: 15px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 2px 20px 0;
}
#top10 ul,#top10 .ask ul {
    margin-bottom: 0;
}
#top10 ul .question:last-child h4 {
    border-bottom: none;
}

/* QRコード */
.qr_code {
    float: left;
    margin-right: 5px;
}
.qr_right {
    margin-top: 20px;
}
.qr_clear {
    clear: both;
}

/* moku-login login06 セキュリティ認証 */
ul.capture {
    margin: 0;
}
.capture .caution {
    color: #f00;
}
ul.capture li {
    margin-bottom: 30px;
}
ul.capture li p {
    margin-bottom: 8px;
}

#inquiries-box {
    text-align: center;
    margin: 40px auto 50px;
}

/* ページトップ */
.pagetop {
	margin: 10px 20px;
	text-align: right;
}
.pagetop a {
	padding: 0 0 0 12px;
	background: url("../../img/10/top/icon-list.gif") no-repeat 0 -395px;
}

