@charset "UTF-8";

/* layout
----------------------------- */
.co_container_box_inner {
width: 965px;
margin: 0 auto;
}
.contents_right {
float: right;
width: 770px;
background: #f6ee67;
padding-bottom: 10px;
}
.contents_right * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

/* common
----------------------------- */
.contents_right ul,
.contents_right ol {
list-style: none;
}
.contents_right .underline {
text-decoration: underline;
text-underline-position: under;
text-decoration-line: underline;
text-decoration-skip-ink: none;
}
.contents_right .inlineBlock {
display: inline-block;
}
.contents_right .indent1em {
padding-left: 1em;
text-indent: -1em;
}
.contents_right .color_em {
color: #d00;
}

/* headerArea
----------------------------- */
.contents_right .headerArea {
margin-bottom: 20px;
}
.contents_right .lead_text {
margin: 20px auto 25px;
text-align: center;
font-size: 24px;
}
.contents_right .lead_text .campaign_term:before {
content: "：";
display: inline;
}

.contents_right .endTerm {
margin: 20px 0 40px;
text-align: center;
}
.contents_right .endTerm p {
font-size: 24px;
color: #d00;
font-weight: bold;
}

/* loginArea
----------------------------- */
.contents_right .loginArea {
position: relative;
max-width: 600px;
margin: 15px auto;
padding: 8px 0;
text-align: center;
}
.contents_right .loginArea .loginBtn {
width: 98%;
margin: 0 auto 7px;
}
.contents_right .loginArea .loginBtn a {
float: left;
display: block;
width: 49%;
height: 62px;
margin: 0 auto;
padding: 5px 0;
background: #f60;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ff8e00), color-stop(1.00, #f60));
background: -webkit-linear-gradient(top, #ff8e00 0%, #f60 100%);
background: linear-gradient(to bottom, #ff8e00 0%, #f60 100%);
border-radius: 25px;
text-align: center;
font-size: 16px;
color: #fff;
text-decoration: none;
}
.contents_right .loginArea .loginBtn a + a {
float: right;
}
.contents_right .loginArea .loginBtn a:hover {
opacity: .8;
}
.contents_right .loginArea .loginBtn .left_text {
display: block;
padding-left: 20px;
padding-top: 7px;
}
.contents_right .loginArea img.icon_regist {
position: absolute;
top: -17px;
left: 0px;
width: 80px;
height: auto;
z-index: 10;
}
.contents_right .loginArea .loginBtn .right_text {
display: block;
padding: 15px 0;
font-size: 20px;
}
.contents_right .loginArea p {
font-size: 16px;
color: #d00;
}

/* howtoArea
----------------------------- */
.contents_right .howtoArea {
margin-bottom: 30px;
}
.contents_right .howtoArea .title {
margin-bottom: 15px;
}
.contents_right .howtoArea .imgArea {
text-align: center;
}
.contents_right .howtoArea .imgArea a {
display: inline-block;
}
.contents_right .howtoArea .txtArea {
margin: 0 20px 15px;
line-height: 22px;
text-align: right;
}
.contents_right .howtoArea .txtArea p {
font-size: 14px;
color: #5f2b13;
}

/* present_title
----------------------------- */
.present_title .title {
margin: 0 auto 8px;
}
.present_title .navArea {
display: table;
table-layout: fixed;
width: 100%;
margin: 0 auto;
}
.present_title .navArea li {
display: table-cell;
vertical-align: bottom;
cursor: pointer;
}
.present_title .navArea li span {
display: block;
height: 40px;
border-radius: 5px 5px 0 0;
line-height: 40px;
color: #fff;
text-align: center;
font-size: 20px;
text-decoration: none;
}
.present_title .navArea li a:hover {
opacity: 0.8;
}
.present_title .navArea li.tab01 span {
background: #c476d0;
}
.present_title .navArea li.tab02 span {
background: #ff6e78;
}
.present_title .navArea li.tab03 span {
background: #0185e7;
}
.present_title .navArea li.tab04 span {
background: #ff9600;
}
.present_title .navArea li.tab05 span {
background: #00aae7;
}
.present_title .navArea li.selected span {
background: #fff;
font-weight: bold;
color: #5f2b13;
}
.present_title .navArea li.tab01.selected span {
border-top: 3px #c476d0 solid;
border-right: 1px #c476d0 solid;
border-left: 1px #c476d0 solid;
}
.present_title .navArea li.tab02.selected span {
border-top: 3px #ff6e78 solid;
border-right: 1px #ff6e78 solid;
border-left: 1px #ff6e78 solid;
}
.present_title .navArea li.tab03.selected span {
border-top: 3px #0185e7 solid;
border-right: 1px #0185e7 solid;
border-left: 1px #0185e7 solid;
}
.present_title .navArea li.tab04.selected span {
border-top: 3px #ff9600 solid;
border-right: 1px #ff9600 solid;
border-left: 1px #ff9600 solid;
}
.present_title .navArea li.tab05.selected span {
border-top: 3px #00aae7 solid;
border-right: 1px #00aae7 solid;
border-left: 1px #00aae7 solid;
}
.present_title .categoryArea {
display: none;
width: 100%;
margin: -1px auto 20px;
background: #fff;
}
.present_title .categoryArea.tab01 {
border-left: 1px solid #c476d0;
border-right: 1px solid #c476d0;
border-bottom: 1px solid #c476d0;
}
.present_title .categoryArea.tab02 {
border-left: 1px solid #ff6e78;
border-right: 1px solid #ff6e78;
border-bottom: 1px solid #ff6e78;
}
.present_title .categoryArea.tab03 {
border-left: 1px solid #0185e7;
border-right: 1px solid #0185e7;
border-bottom: 1px solid #0185e7;
}
.present_title .categoryArea.tab04 {
border-left: 1px solid #ff9600;
border-right: 1px solid #ff9600;
border-bottom: 1px solid #ff9600;
}
.present_title .categoryArea.tab05 {
border-left: 1px solid #00aae7;
border-right: 1px solid #00aae7;
border-bottom: 1px solid #00aae7;
}
.present_title .categoryArea.open {
display: block;
}
.present_title .categoryTitle {
margin: 0 auto;
padding-top: 20px;
text-align: center;
font-size: 24px;
font-weight: bold;
color: #5f2b13;
}
.present_title .presentBtns{
width:70%;
margin: 8px auto;
text-align: center;
}
.present_title .presentBtns a,
.present_title .presentBtns a:hover{
width:550px;
height: 70px;
margin: 0 auto;
text-align: center;
text-decoration: none;
}
.present_title .presentCodeTxt {
margin: 0 auto 20px;
text-align: center;
font-size: 14px;
color: #555;
}
.present_title .itemArea li {
float: left;
width: 23%;
margin: 0 1%;
padding-bottom: 15px;
text-align: center;
}
.present_title .itemArea .thumBox {
width: 96%;
max-width: 180px;
margin: 0 auto;
text-align: center;
}
.present_title .itemArea .thumBox a {
display: block;
text-decoration: none;
}
.present_title .itemArea .thumBox img {
width: 100%;
}
.present_title .itemArea .infoBox {
width: 96%;
max-width: 180px;
margin: 0 auto;
text-align: center;
}
.present_title .infoBox .title_name {
height: 20px;
margin: 5px auto 0;
line-height: 20px;
font-size: 16px;
color: #555;
overflow: hidden;
}
.present_title .infoBox .title_name a {
color: #555;
}
.present_title .infoBox .author_name {
height: 20px;
margin: 3px auto 0;
line-height: 20px;
font-size: 14px;
color: #888;
overflow: hidden;
}
.present_title .infoBox .author_name a {
color: #888;
}
.present_title .infoBox  .review_star{
line-height: 16px;
text-align: center;
font-size: 12px;
}
.present_title .infoBox  .review_star img{
height: 14px;
}

/* couponArea
----------------------------- */
.couponArea {
width: 760px;
margin: 13px auto;
padding: 20px 0;
background: #fff;
}
.couponArea .title img {
margin: 0 auto 8px;
}
.couponArea .gamen_cp_box {
width: 90%;
margin: 15px auto 0;
text-align: left;
font-size: 14px;
}
.couponArea .coupon_date_note {
line-height: 1.3;
text-align: center;
font-size: 16px;
padding-top: 10px;
}
.couponArea .coupon_date_note a {
color: #0068bd;
}
.coupon_attention {
width: 655px;
margin: 0 auto 10px;
text-align: left;
}
.coupon_attention p {
font-size: 16px;
}
.couponArea .note {
margin-top: 5px;
text-align: center;
}

/* appealBannerArea
------------------------------*/
.appealBannerArea{
width: 100%;
margin:30px auto;
text-align: center;
}
.appealBannerArea a{
display: block;
}
.appealBannerArea .big img{
width: 100%;
max-width: 480px;
}
.appealBannerArea .big a {
display: inline-block;
float: left;
width: 31.3%;
margin: 0 1%;
}
.appealBannerArea .big img {
width: 100%;
max-width: 480px;
}

/* detail_area
----------------------------- */
section.detail_area {
margin: 30px 10px 15px;
}
.detail_area .detail_title {
padding: 7px;
background: #5f2b13;
text-align: left;
font-size: 18px;
font-weight: bold;
color: #fff;
}
.detail_area .detail_box {
background: #fff;
padding: 5px 15px 15px 15px;
background: #fff;
text-align: left;
}
.detail_area .detail_box p {
line-height: 1.4;
font-size: 16px;
color: #555;
}
.detail_area dl {
margin:10px 0;
line-height: 1.4;
}
.detail_area dt {
font-size: 16px;
font-weight:bold;
color: #555;
}
.detail_area dd + dt {
margin:10px 0 0;
}
.detail_area dt:before {
display: inline;
content: "■";
}
.detail_area dd {
font-size: 16px;
color: #555;
}
.detail_area a {
font-size: 16px;
color: #08c;
text-decoration: underline;
}
.detail_area dd.indent1em {
padding-left: 1em;
text-indent: -1em;
}
.detail_area dd .genre_name {
display: inline-block;
width:9em;
}
/* btn_areas(sns)
----------------------------- */
.btn_areas {
margin: 0 10px;
}
