@charset "utf-8";
/* CSS Document */

body {
    width:100%;
    overflow-x:hidden;
}
h1,h2,h3,p,ul,li,dl,dt,dd {
    margin: 0;
    padding: 0;
}
div {
    vertical-align: top;
}
#main-wrapper a:hover, #main-wrapper a img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=70)";  /* ie 8 */
    -moz-opacity: 0.7;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.7;              /* Safari 1.x */
}

/* トップページずれ */
.index_offset {
    position: relative !important;
    margin-left: -448px !important;
    left: 50% !important;
}

/* 本文 */
#main-wrapper {
    background: #008100 url("/images/index/new/background.jpg") no-repeat fixed center top;
}
#main_inner_top {
    padding: 10px 0 10px 10px;
    width: 945px;
    background: #FFFFFF;
}
#contents {
    width: 935px;
    display: table;
}

/* 左 */
#leftSide {
    width: 230px;
    display: table-cell;
}
#leftSide > div {
    margin-bottom: 10px;
}

#profileTab ul {
    display: table;
    margin: 0;
    padding: 0;
    height: 24px;
    background: #FFFFFF;
}
#profileTab li {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    border-bottom: 1px solid #808080;
}
#profileTab li.member {
    border-top: 1px solid #808080;
    border-left: 1px solid #808080;
    border-right: 8px solid #00C766;
    background: #FFFFFF;
    color: #00C766;
    cursor: pointer;
    width: 70px;
}
#profileTab li.team {
    border-top: 1px solid #808080;
    border-left: 1px solid #808080;
    border-right: 8px solid #B05CA9;
    background: #FFFFFF;
    color: #B05CA9;
    cursor: pointer;
    width: 70px;
}
#profileTab li.poh {
    width: 5px;
}
#profileTab li.ped {
    width: 75px;
}
#profileCont {
    width: 220px;
    font-size: 12px;
    border-right: 1px solid #808080;
    border-left: 1px solid #808080;
    border-bottom: 1px solid #808080;
}
#profileCont #pData1 {
    background-color: #F3F6E3;
}
#profileCont #pData2 {
    background-color: #F0E9F3;
}
#profileCont .ptab {
    padding: 5px;
}
#profileCont .tb {
    display: table;
    margin-bottom: 5px;
    height: 80px;
}
#profileCont .td-l {
    display: table-cell;
    padding-right: 10px;
    width: 90px;
    vertical-align: middle;
}
#profileCont .td-l div {
    text-align: center;
}
#profileCont .td-l img {
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
}
#profileCont .td-r {
    display: table-cell;
}
#profileCont .td-r h3 {
    padding: 5px 0;
    font-size: 16px;
    font-weight: bold;
}
#profileCont .dl dl {
    display: table;
    padding-bottom: 3px;
}
#profileCont .dl dt {
    display: table-cell;
    padding-right: 10px;
    width: 90px;
    line-height: 1.2em;
    vertical-align: bottom;
}
#profileCont .dl dd {
    display: table-cell;
    line-height: 1.2em;
    vertical-align: middle;
    font-size: 16px;
}
#profileCont #pData1 dd {
    color: #00C766;
}
#profileCont #pData2 dd {
    color: #B05CA9;
}

#bnn_drill {
    width: 222px;
    border: 1px solid #B5B5B5;
}
#bnn_drill .drill_ttl {
    width: 220px;
    height: 73px;
    text-indent: -9999px;
    background: url("/images/index/new/favor_drill.png") no-repeat;
}
#bnn_drill .cnt {
    padding: 7px 0;
    background: #D2E98A;
    text-align: center;
}
#bnn_drill .tb {
    display: table;
    border-collapse: separate;
    border-spacing: 7px 0;
}
#bnn_drill .td {
    display: table-cell;
}
#bnn_drill .td p.imgp {
    background: #FFFFFF;
}
#bnn_drill .td img {
    width: 100px;
}
#bnn_drill .td h3 {
    padding: 5px 0;
    font-size: 11px;
}
#bnn_drill .td h3 span {
    font-size: 9px;
}
#bnn_drill .link_drill {
    margin: 0 auto;
    width: 205px;
}
#bnn_drill .link_drill a {
    display: block;
    width: 205px;
    height: 36px;
    background: url("/images/index/new/about_drill.png") no-repeat;
}

#bnn_kokoro {
}
#bnn_kokoro div:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=50)";  /* ie 8 */
    -moz-opacity: 0.5;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.5;              /* Safari 1.x */
}

#bnn_event {
    width: 220px;
    border: 1px solid #B5B5B5;
}
#bnn_event .event_ttl a {
    display: block;
    margin: 0 auto;
    width: 218px;
    height: 23px;
    text-indent: -9999px;
    background: url("/images/index/new/event.png") #FF6633 no-repeat;
}
#bnn_event div {
    width: 218px;
    height: 160px;
    overflow: hidden;
}
#bnn_event div img {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    height: 160px;
}
#bnn_event p {
    padding: 5px;
    font-size: 12px;
}

.bnn_dl {
    padding: 1px;
    width: 221px;
    border: 1px solid #B5B5B5;
}
.bnn_dl_inner {
    border: 1px solid #B5B5B5;
    text-align: center;
}
.dl_ttl a {
    display: block;
    margin: 0 auto;
    width: 215px;
    height: 31px;
    text-indent: -9999px;
    background: url("/images/index/new/download.png") no-repeat;
}
.bnn_dl .cnt {
    padding: 15px;
    text-align: left;
}
.bnn_dl h2 {
    padding-bottom: 2px;
    font-size: 12px;
    font-weight: bold;
}
.bnn_dl .inner span:hover {
    text-decoration: underline;
}
.bnn_dl .c1366 {
    color: #FF6100;
}
.bnn_dl .c1920 {
    color: #00B500;
}

/* 中 */
#centerSide {
    width: 475px;
    display: table-cell;
}
#centerSide > div {
    margin-bottom: 10px;
}

#sliderArea {
    margin-bottom: 5px !important;
    width: 465px;
    height: 270px;
}

#newsArea {
    width: 465px;
}
#newsTab ul {
    display: table;
    margin: 0;
    padding: 0;
    height: 30px;
    background: #FFFFFF;
}
#newsTab li {
    display: table-cell;
    background: #EAEAEA;
    border-bottom: 1px solid #CFCFCF;
}
#newsTab li:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=50)";  /* ie 8 */
    -moz-opacity: 0.5;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.5;              /* Safari 1.x */
}
#newsTab li.news01 {
    border-top: 1px solid #CFCFCF;
    border-left: 1px solid #CFCFCF;
    border-right: 8px solid #00B500;
    background: #FFFFFF;
    cursor: pointer;
}
#newsTab li.news01 div {
    width: 80px;
    height: 30px;
    background: url("/images/index/new/news01.png") no-repeat;
}
#newsTab li.news02 {
    border-top: 1px solid #CFCFCF;
    border-left: 1px solid #CFCFCF;
    border-right: 8px solid #FF6100;
    cursor: pointer;
}
#newsTab li.news02 div {
    width: 80px;
    height: 30px;
    background: url("/images/index/new/news02.png") no-repeat;
}
#newsTab li.news03 {
    border-top: 1px solid #CFCFCF;
    border-left: 1px solid #CFCFCF;
    border-right: 8px solid #00BB96;
    cursor: pointer;
}
#newsTab li.news03 div {
    width: 80px;
    height: 30px;
    background: url("/images/index/new/news03.png") no-repeat;
}
#newsTab li.news04 {
    border-top: 1px solid #CFCFCF;
    border-left: 1px solid #CFCFCF;
    border-right: 8px solid #5078AA;
    cursor: pointer;
}
#newsTab li.news04 div {
    width: 80px;
    height: 30px;
    background: url("/images/index/new/news04.png") no-repeat;
}
#newsTab li.news05 {
    border-top: 1px solid #CFCFCF;
    border-left: 1px solid #CFCFCF;
    border-right: 8px solid #72B8DE;
    cursor: pointer;
}
#newsTab li.news05 div {
    width: 80px;
    height: 30px;
    background: url("/images/index/new/news05.png") no-repeat;
}
#newsTab li.yoh {
    width: 5px;
    background: #FFFFFF;
}

#newsCont {
    border-right: 1px solid #CFCFCF;
    border-left: 1px solid #CFCFCF;
    border-bottom: 1px solid #CFCFCF;
}
#newsCont img {
    vertical-align: baseline;
}
#showData1, #showData1 a {
    color: #00B500;
}
#showData1 a.fb {
    color: #5078AA;
}
#showData2, #showData2 a {
    color: #FF6100;
}
#showData3, #showData3 a {
    color: #00BB96;
}
#showData4, #showData4 a {
    color: #5078AA;
}
#showData5, #showData5 a {
    color: #72B8DE;
}
#newsCont .inner {
    overflow-y: auto;
    padding: 10px;
    height: 160px;
}
#newsCont .article_list {
    font-size: 14px;
}
#newsCont .article_list dl {
    display: table;
    width: 100%;
}
#newsCont .article_list dt {
    display: table-cell;
    width: 85px;
    font-weight: normal;
    color: #333;
}
#newsCont .article_list dd {
    display: table-cell;
}
#newsCont .newsBottom {
    padding: 5px 10px;
    height: 30px;
    background: #EAEAEA;
    text-align: right;
    border-top: 1px solid #CFCFCF;
}
#newsCont .newsBottom a {
    color: #333;
}
#newsCont .newsBottom span {
    display: inline-block;
    width: 15px;
    text-align: left;
}

#cntArea {
    display: table;
    width: 465px;
}
#cntArea .rboxTR {
    display: table-row;
}
#cntArea .rboxTDL {
    display: table-cell;
    padding-bottom: 10px;
    width: 225px;
}
#cntArea .rboxTDR {
    display: table-cell;
    padding-left: 15px;
    padding-bottom: 10px;
    width: 225px;
}
#cntArea .cntboxTB {
    display: table;
    margin-top: 10px;
}
#cntArea .drill a {
    display: block;
    width: 225px;
    height: 128px;
    text-indent: -9999px;
    background: url("/images/index/new/top_chph01.jpg") no-repeat;
}
#cntArea .shindan a {
    display: block;
    width: 225px;
    height: 128px;
    text-indent: -9999px;
    background: url("/images/index/new/top_chph02.jpg") no-repeat;
}
#cntArea .rulequiz a {
    display: block;
    width: 225px;
    height: 128px;
    text-indent: -9999px;
    background: url("/images/index/new/top_chph03.jpg") no-repeat;
}
#cntArea .naisuro a {
    display: block;
    width: 225px;
    height: 128px;
    text-indent: -9999px;
    background: url("/images/index/new/top_chph04.jpg") no-repeat;
}
#cntArea .recipe a {
    display: block;
    width: 225px;
    height: 128px;
    text-indent: -9999px;
    background: url("/images/index/new/top_chph05.jpg") no-repeat;
}
#cntArea .team a {
    display: block;
    width: 225px;
    height: 128px;
    text-indent: -9999px;
    background: url("/images/index/new/top_chph06.jpg") no-repeat;
}
#cntArea .teamgame a {
    display: block;
    width: 225px;
    height: 128px;
    text-indent: -9999px;
    background: url("/images/index/new/top_chph07.jpg") no-repeat;
}
#cntArea .album a {
    display: block;
    width: 225px;
    height: 128px;
    text-indent: -9999px;
    background: url("/images/index/new/top_chph08.jpg") no-repeat;
}
#cntArea .mgd a {
    display: block;
    width: 225px;
    height: 128px;
    text-indent: -9999px;
    background: url("/images/index/new/top_chph09.jpg") no-repeat;
}
#cntArea .advice a {
    display: block;
    width: 225px;
    height: 128px;
    text-indent: -9999px;
    background: url("/images/index/new/top_chph10.jpg") no-repeat;
}
#cntArea .cntbox_icon {
    display: table-cell;
    width: 60px;
}
#cntArea .cntbox_txt {
    display: table-cell;
    font-size: 12px;
    width: 278px;
    line-height: 1.2em;
}
#cntArea .cntbox_txt h3 {
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 16px;
}
#cntArea .cntbox_txt h3 a {
    color: #00B500;
}
#cntArea .cntbox_markarea {
}
#cntArea .cntbox_markarea span {
    display: inline-block;
    padding: 0 0.4em;
    border-radius: 8px;
    line-height: 1.5em;
    background-color: #2E9DD5;
    color: #FFF;
    font-weight: bold;
    font-size: 10px;
    text-align: center;
}
#cntArea .cntbox_markarea span.mark_s {
    background-color: #2E9DD5;
}
#cntArea .cntbox_markarea span.mark_c {
    background-color: #3072AF;
}
#cntArea .cntbox_markarea span.mark_k {
    background-color: #1C217F;
}
#cntArea .cntbox_markarea span.mark_ka {
    background-color: #7E468F;
}
#cntArea .cntbox_markarea span.mark_h {
    background-color: #CA5389;
}

/* 右 */
#rightSide {
    width: 230px;
    display: table-cell;
}
#rightSide > div {
    margin-bottom: 10px;
}

#slidebnn {
    margin-bottom: 5px !important;
    height: 270px;
}
#slidebnn > div {
    margin-bottom: 16px;
}

#ranking_rulequiz {
    position: relative;
}
#ball {
    position: absolute;
    top: 23px;
    left: 150px;
}
#ranking_rulequiz .rq {
    width: 220px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-radius: 5px;
    border: 1px solid #B5B5B5;
    font-size: 12px;
}
#ranking_rulequiz .rq_ttl {
    padding: 5px 5px 2px;
    width: 100%;
    border-bottom: 1px solid #CFCFCF;
}
#ranking_rulequiz .rqTB {
    display: table;
    width: 100%;
}
#ranking_rulequiz .rqTR {
    display: table-row;
}
#ranking_rulequiz .rqTR div {
    display: table-cell;
    padding: 4px 0px;
    border-bottom: 1px solid #CFCFCF;
}
#ranking_rulequiz .crown {
    width: 23px;
    padding-left: 2px !important;
}
#ranking_rulequiz .rank {
    width: 35px;
    text-align: right;
}
#ranking_rulequiz .name {
    border-right: 1px solid #CFCFCF;
}
#ranking_rulequiz .times {
    width: 48px;
    padding-right: 2px !important;
    text-align: right;
}
#ranking_rulequiz .rq_bottom {
    padding: 10px 0;
    text-align: center;
    background: #BAE3F9;
}
#ranking_rulequiz .rqtop, #ranking_rulequiz .rqtop_n {
    background: #6BC8F2;
    color: #FFFFFF;
}
#ranking_rulequiz .rqtop_n {
    border-right: 1px solid #FFFFFF;
}
#ranking_rulequiz .kai {
    display: inline-block;
    padding-left: 3px;
}
#laboratory {
    width:220px;
}
#laboratory .laboratory_ttl {
    width: 220px;
    height: 30px;
    text-indent: -9999px;
    background: url("/images/index/new/laboratory_ttl.jpg") no-repeat;
}

.pb10 {
    padding-bottom: 10px;
}

/* 外 */
#rangeOuter {
    position: absolute;
    top: 10px;
    left: 0px;
}
#outLeft {
    position: absolute;
    width: 200px;
    left: -210px;
}
#outLeft div {
    margin-bottom: 10px;
    background-color: #FFFFFF;
}
#outLeft div .bx-wrapper {
    padding: 0;
    border: none;
}
#outRight {
    position: absolute;
    top: 0px;
    left: 955px;
}
#outRight div {
    margin-bottom: 10px;
    background: #FFFFFF;
}

#pagetop {
	position: absolute;
	bottom: 50px;
	right: 20px;
}

.hoverImg {
    text-indent: -9999px;
}
.hoverImg:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=50)";  /* ie 8 */
    -moz-opacity:0.5;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.5;              /* Safari 1.x */
}
