@charset "utf-8";

/*==========================================

common

==========================================*/
.fLeft { float: left;}
.alignR{text-align:right !important;}
.alignC{text-align:center !important;}
.alignL{text-align:left !important;}
em{
    font-weight: bold;
    font-style: normal;
}
.mAuto{margin:0 auto !important;}
.mt5{margin-top:5px !important;}
.mt10{margin-top:10px !important;}
.mt15{margin-top:15px !important;}
.mt20{margin-top:20px !important;}
.mt25{margin-top:25px !important;}
.mt30{margin-top:30px !important;}
.mt35{margin-top:35px !important;}
.mt40{margin-top:40px !important;}
.mt45{margin-top:45px !important;}
.mt50{margin-top:50px !important;}
.font12{font-size: 12px !important;}
em{
    font-style: normal;
    font-weight: bold;
    color: #cd6747;
}
/* list */
#contents .list-indent,
#contents ul.list-note li{
	text-indent: -1em;
	margin-left: 1em;
	line-height: 1.6;
}


/*==========================================

Layout

==========================================*/
/* contents
------------------------------------------*/
#contents {
    float: left;
    width: 780px;
    margin: 0 auto;
    color: #2a2a2a;
    font-size: 13px;
    padding-bottom: 160px;
    background: center bottom -48px / auto no-repeat url(../images/howto/bg_cont_btm.png),
                center 0 / auto repeat-y url(../images/howto/bg_cont.png);
    box-sizing: border-box;
}
#contents a{
    color: #0082ff;
    text-decoration: underline;
}
#contents a:hover{
    text-decoration: none;
}


#contents .header h2{
    width: 780px; height: 486px;
    background: url(../images/howto/header.jpg) no-repeat 0 0;
    text-indent: -9999px;
}
#contents .header div{
    display: flex;
    justify-content: center;
    background: #fff;
    padding-bottom: 46px;
}
#contents .header div dl{
    width: 230px;
    padding: 9px 0 20px;
}
#contents .header div dl:nth-of-type(2){
    border-left: 2px solid #e7e1d5;
    border-right: 2px solid #e7e1d5;
}
#contents .header div dl dt{
    text-align: center;
}
#contents .header div dl dd{
    margin: 20px 30px 0;
    font-size: 14px;
}
#contents .header div dl dd a{
    color: #2a2a2a;
    text-decoration: none;
    padding-left: 17px;
    display: inline-block;
    background: 0 3px / auto no-repeat url(../images/howto/arrow_red.png);
}
#contents .header div dl dd a:hover{
    text-decoration: underline;
}
#contents .header div dl:nth-of-type(2) dd a{
    background-image: url(../images/howto/arrow_blue.png);
}
#contents .header div dl:nth-of-type(3) dd a{
    background-image: url(../images/howto/arrow_green.png);
}


#contents .section{
    width: 680px;
    margin: 72px auto 122px;
    padding: 60px 50px 50px;
    background: #fff;
    border-radius: 10px;
    font-size: 16px;
    position: relative;
    box-sizing: border-box;
}
#contents #otoku.section{
    border: 2px solid #cd6747;
}
#contents #limited.section{
    border: 2px solid #809cd0;
}
#contents #info.section{
    border: 2px solid #6abf96;
    margin-bottom: 0;
}
#contents .section h3{
    position: absolute;
    left: 116px;
    top: -72px;
}

#contents .section .box{
    margin: 30px 0 80px;
}
#contents .section .box:last-child{
    margin-bottom: 0;
}

#contents .section table{
    width: 100%;
    margin-top: 40px;
    border: 1px solid #cd6747;
}
#contents .section table th{
    width: 50%;
    padding: 6px 24px;
    background: #cd6747;
    color: #fff;
}
#contents .section table th:nth-of-type(1){
    border-right: 1px solid #fff;
}
#contents .section table td{
    width: 50%;
    padding: 6px 24px;
    border: 1px solid #cd6747;
}

#contents .section .col2{
    text-align: center;
    font-size: 0;
    margin-left: -16px;
    width: 610px;
}
#contents .section .col2 li{
    display: inline-block;
}
#contents .section .col2 li:first-child{
    margin-right: 10px;
}

#contents .section .thumb{
    text-align: center;
    margin-top: 45px;
    font-size: 0;
}
#contents .section .thumb a:nth-of-type(2n){
    margin-left: 40px;
}
#contents .section .thumb a{
    display: inline-block;
    margin: 0 0 27px;
}

#contents .section .share{
    text-align: center;
    border-radius: 3px;
    padding: 23px 0;
    margin: 30px 0 37px;
    background: #f6f6f6;
}
#contents .section .share ul{
    margin-top: 25px;
    font-size: 0;
}
#contents .section .share li{
    display: inline-block;
    padding: 0 18px;
}
#contents .copyright {
    font-weight: bold;
    margin-bottom: 80px;
    text-align: center;
}








/* button
------------------------------------------*/

#contents a:hover img{
    opacity:0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
}