@charset "UTF-8";

/* For PC */
html {
    height: 100%;
}

body {
    position: relative;
    height: 100%;
    font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: 0;
    padding: 0;
    background: #eeeeee;
}

h1, h2, h3, h4, p {
    font-weight: normal;
    margin: 0;
    padding: 0;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    border: none;
}

#container {
    width: 100%;
    height: 100%;
}

#toolbar {
    overflow: hidden;
    position: fixed !important;
    z-index: 200;
    top: 0;
    left: 0;
    width: 100%;
    height: 64px;
    /*
    background-color:rgba(0,160,229,0.9);
    border-bottom: 1px solid #009de0;
    */
    background-color: #00a0e5;
    border-bottom: 1px solid #ddd;
    border-top: #ff9900 solid 5px;
    box-shadow: 0px 2px 5px rgba(69, 69, 69, 0.2);

    -webkit-transition: top 200ms linear;
    -moz-transition: top 200ms linear;
    -o-transition: top 200ms linear;
    transition: top 200ms linear;
    top: -70px;
}

/*
.R18 #toolbar {
    background-color: #f37095;
}
*/

#toolbar.visible {
    -webkit-transition: top 600ms cubic-bezier(0.3, 0.8, 0.18, 1);
    -moz-transition: top 600ms cubic-bezier(0.3, 0.8, 0.18, 1);
    -o-transition: top 600ms cubic-bezier(0.3, 0.8, 0.18, 1);
    transition: top 600ms cubic-bezier(0.3, 0.8, 0.18, 1);
    top: 0px;
}

/*　ツールバー左カラム　*/
#toolbar h1 {
    display: block;
    float: left;
    max-width: 30%;
    margin: 0 0 0 10px;
    color: #fff;
    font-size: 18px;
    line-height: 64px;
}

/*　ツールバー右カラム　*/
#toolbar #toolbarMod {
    float: right;
}

#toolbar #btnArea ul {
    position: absolute;
    z-index: 100;
    right: 4px;
    /* width:660px; */
    /* width: 868px; */
    font-size: 13px;
}

#toolbar #btnArea ul li {
    float: left;
}

#toolbar #btnArea p.page-number {
    margin-top: 5px;
    text-align: center;
    color: #FFFFFF;
    height: 30px;
    line-height: 30px;
}

#toolbar a {
    display: block;
    text-decoration: none;
    text-align: center;
    height: 49px;
    padding: 10px 14px 8px;
    color: #fff;
}

#toolbar a span {
    display: block;
    padding: 30px 0 0 0;
}

/*　進む　*/
#toolbar a.btnNext {
    padding: 10px 14px 5px 12px;
}

#toolbar a.btnNext span {
    background: url(../../img/icon_next.png) no-repeat center top;
}

#toolbar a.btnNext:hover span {
    background: url(../../img/icon_next_over.png) no-repeat center top;
}

#toolbar a.btnNext:active span, #toolbar a.btnNext.on span {
    background: url(../../img/icon_next_on.png) no-repeat center top;
}

/*　戻る　*/
#toolbar a.btnBack {
    padding: 10px 8px 5px 10px;
}

#toolbar a.btnBack span {
    background: url(../../img/icon_back.png) no-repeat center top;
}

#toolbar a.btnBack:hover span {
    background: url(../../img/icon_back_over.png) no-repeat center top;
}

#toolbar a.btnBack:active span, #toolbar a.btnBack.on span {
    background: url(../../img/icon_back_on.png) no-repeat center top;
}

/*　字幕表示　*/
#toolbar a.btnSerif {
    padding: 10px 14px 5px 10px;
}

#toolbar a.btnSerif span {
    background: url(../../img/icon_serif.png) no-repeat center top;
}

#toolbar a.btnSerif:hover span {
    background: url(../../img/icon_serif_over.png) no-repeat center top;
}

#toolbar a.btnSerif:active span, #toolbar a.btnSerif.on span {
    background: url(../../img/icon_serif_on.png) no-repeat center top;
}

/*　全画面　*/
#toolbar a.btnAll {
    padding: 10px 5px 5px 8px;
}

#toolbar a.btnAll span {
    background: url(../../img/icon_all.png) no-repeat center top;
}

#toolbar a.btnAll:hover span {
    background: url(../../img/icon_all_over.png) no-repeat center top;
}

#toolbar a.btnAll:active span, #toolbar a.btnAll.on span {
    background: url(../../img/icon_all_on.png) no-repeat center top;
}

/*　全画面終了　*/
#toolbar a.btnAll.return {
    padding: 10px 5px 5px 8px;
}

#toolbar a.btnAll.return span {
    background: url(../../img/icon_all_return.png) no-repeat center top;
}

#toolbar a.btnAll.return:hover span {
    background: url(../../img/icon_all_return_over.png) no-repeat center top;
}

#toolbar a.btnAll.return:active span, #toolbar a.btnAll.return.on span {
    background: url(../../img/icon_all_return_on.png) no-repeat center top;
}

/*　拡大　*/
#toolbar a.btnZoom span {
    background: url(../../img/icon_zoom.png) no-repeat center top;
}

#toolbar a.btnZoom:hover span {
    background: url(../../img/icon_zoom_over.png) no-repeat center top;
}

#toolbar a.btnZoom:active span, #toolbar a.btnZoom.on span {
    background: url(../../img/icon_zoom_on.png) no-repeat center top;
}

/*　縮小　*/
#toolbar a.btnZoom.fit span {
    background: url(../../img/icon_zoom_out.png) no-repeat center top;
}

#toolbar a.btnZoom.fit:hover span {
    background: url(../../img/icon_zoom_out_over.png) no-repeat center top;
}

#toolbar a.btnZoom.fit:active span, #toolbar a.btnZoom.fit.on span {
    background: url(../../img/icon_zoom_out_on.png) no-repeat center top;
}

/*　ヘルプ　*/
#toolbar a.btnHelp {
    padding: 10px 4px 5px 2px;
}

#toolbar a.btnHelp span {
    background: url(../../img/icon_help.png) no-repeat center top;
}

#toolbar a.btnHelp:hover span {
    background: url(../../img/icon_help_over.png) no-repeat center top;
}

#toolbar a.btnHelp:active span, #toolbar a.btnHelp.on span {
    background: url(../../img/icon_help_on.png) no-repeat center top;
}

/*　設定　*/
#toolbar a.btnSetting span {
    background: url(../../img/icon_setting.png) no-repeat center top;
}

#toolbar a.btnSetting:hover span {
    background: url(../../img/icon_setting_over.png) no-repeat center top;
}

#toolbar a.btnSetting:active span, #toolbar a.btnSetting.on span {
    background: url(../../img/icon_setting_on.png) no-repeat center top;
}

/*　閉じるボタン　*/
#toolbar .close-toolbar {
    padding: 10px 0 5px 2px;
}

#toolbar .close-toolbar span {
    background: url(../../img/icon_close.png) no-repeat center top;
}

#toolbar .close-toolbar:hover span {
    background: url(../../img/icon_close_over.png) no-repeat center top;
}

#toolbar .close-toolbar:active span {
    background: url(../../img/icon_close_on.png) no-repeat center top;
}

#contents {
    position: static;
    height: 100%;
}

.social.left {
    position: absolute;
    z-index: 100;
    right: 15px;
    bottom: 15px;
    width: 190px;
    height: 110px;
    background-color: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid #ccc;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
}

.social.right {
    position: absolute;
    z-index: 100;
    left: 15px;
    bottom: 15px;
    width: 190px;
    height: 110px;
    background-color: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid #ccc;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
}

.social ul.socialIconList {
    overflow: hidden;
    padding: 10px 0 0 20px;
    border-bottom: 1px solid #ccc;
}

.social ul.socialIconList li {
    float: left;
    margin-right: 15px;
}

.social .likeMod {
    padding: 10px 0 0 0;
    text-align: center;
}

.social .likeMod .likeModTxt {
    font-size: 14px;

}

#leftIconArea {
    position: absolute;
    z-index: 90;
    left: 0;
    top: 0;
    width: 35%;
    height: 100%;
    cursor: url(../img/arrow_btn_left_on.png), auto;
}

#rightIconArea {
    position: absolute;
    z-index: 90;
    right: 0;
    top: 0;
    width: 35%;
    height: 100%;
    cursor: url(../img/arrow_btn_right_on.png), auto;
}

#page {
    position: absolute;
    z-index: 50;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.otherLink {
    cursor: url(../img/arrow_btn_link.png), auto;
}

/*　1ページ構成　*/
.singleContents {
    height: 100%;
    text-align: center;
}

.singleContents img {
    height: 100%;
}

/*　2ページ構成　*/
.doubleContents {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 4px solid #000;
}

.doubleContentsLeft {
    width: 50%;
    height: 100%;
    float: left;
    text-align: right;
}

.doubleContentsLeft img {
    height: 100%;
}

.doubleContentsRight {
    width: 50%;
    height: 100%;
    float: right;
}

.doubleContentsRight img {
    height: 100%;
}

#top-area {
    position: fixed !important;
    background: transparent;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
}

#bottom-area {
    position: fixed !important;
    background-color: transparent/*black*/;
    z-index: 9999;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15px;
}

#bottom-area #bottom-left {
    width: 50%;
    height: 100%;
}

#bottom-area #bottom-right {
    width: 50%;
    height: 100%;
}

#initial-screen {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 200px;
    height: 200px;
    /*	border-radius: 12px; */
    /*	border: 1px solid #444;*/
}

/*　ツールバー  _ モーダルウィンドウ*/
#lean_overlay {
    position: fixed;
    z-index: 10000;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
}

#signup2 {
    width: 600px;
    padding-bottom: 2px;
    display: none;
    background: #FFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.7);
}

#signup {
    width: 400px;
    padding-bottom: 2px;
    display: none;
    background: #FFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.7);
}

.signup-header {
    margin-bottom: 20px;
    padding: 18px 18px 14px 18px;
    border-bottom: 1px solid #CCC;
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
}

.signup-header h2 {
    color: #444;
    margin-bottom: 3px;
}

.signup-header p {
    color: #444;
    margin: 0;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
    text-shadow: none;
}

#modal_window .txt-fld {
    position: relative;
    width: 364px;
    padding: 14px 20px;
    border-bottom: 1px solid #EEE;
    text-align: right;
}

#modal_window .btn-fld {
    width: 254px;
    overflow: hidden;
    padding: 12px 20px 12px 130px;
}

#modal_window .txt-fld label {
    display: block;
    float: left;
    width: 90px;
    padding-top: 8px;
    color: #222;
    font-size: 1.3em;
    text-align: left;
}

#modal_window .txt-fld input {
    width: 244px;
    padding: 8px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 1.2em;
    color: #222;
    background: #F7F7F7;
    font-family: "Helvetica Neue";
    outline: none;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-right: 1px solid #E7E6E6;
    border-bottom: 1px solid #E7E6E6;
}

#modal_window .txt-fld input.good_input {
    background: #DEF5E1 url(../img/good.png) 236px center no-repeat;
}

#modal_window .txt-fld input.error_input {
    background: #FDE0E0;
}

/* セレクト */
.txt-fld {
    text-align: center;
}

.txt-fld select {
    font-size: 16px;
}

.txt-fld input:focus, .txt-fld textarea:focus {
    background-color: #FAF9DC;
}

/* ボタン */
.btn-fld {
    margin: 20px 0;
    text-align: center;
}

.btn-fld button {
    background: #00a0e5;
    color: #ffffff;
    border-width: 1px;
    border-color: #008cc8;
    border-style: solid;
    border-radius: 3px; /* CSS3草案 */
    -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
    -moz-border-radius: 3px; /* Firefox用 */
    text-align: center;
    padding: 10px 70px;
    font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 20px;
    cursor: pointer;
}

.modal_close {
    position: absolute;
    top: 12px;
    right: 12px;
    display: block;
    width: 14px;
    height: 14px;
}

.modal_close {
    color: #555555;
    text-decoration: none;
}

.viewer_help {
    padding: 10px;
    text-align: center;
}

.viewer_help dl {
    width: 460px;
    margin: 20px auto;
}

.viewer_help dt {
    float: left;
    width: 100px;
    padding: 4px;
    line-height: 190%;
    background: #ddd;
}

.viewer_help dd {
    margin: 0 0 1px 100px;
    padding: 4px;
    width: 360px;
    line-height: 190%;
    text-align: center;
    border-left: 1px solid #ddd;
    background: #eee;
}

#toolbar .twBtnViewer {
    margin: 10px 0 0 0;
    width: 208px;
}

#toolbar .twBtnViewer a {
    display: block;
    position: relative;
    margin: 0px;
    padding: 0px;
    height: 47px;
    background: rgba(255, 255, 255, 1);
    border-radius: 22px;
}

#toolbar .twBtnViewer a:hover {
    background: rgba(255, 255, 255, 0.8);
}

#toolbar .twIconViewer {
    display: block;
    position: absolute;
    top: 0px;
    left: 22px;
    margin: 10px 0 0 0;
    padding: 0;
    height: 33px;
    width: 33px;
}

#toolbar .twIconViewer img {
    width: 30px;
    margin: 0;
    padding: 0;
}

#toolbar .twTxtViewer {
    margin: 0 0 0 38px;
    padding: 6px 0 0 0;
    text-align: center;
    color: #00a0e5;
    font-size: 14px;
    height: 10px;
}

#toolbar .twNumberViewer {
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 9px;
    color: #666666;
    height: 10px;
}

/*ページ選択ボタン（このページをＴシャツにする）*/

#toolbar .btnArea > ul{
	position: relative;
}

#toolbar .pageChoiceBtn {
    margin: 10px 15px 0 -200px;
    width: 180px;
}

#toolbar .pageChoiceBtn a {
    display: block;
    position: relative;
    margin: 0px;
    padding: 0px;
    height: 47px;
    background: rgba(255, 255, 255, 1);
    border-radius: 22px;
}

#toolbar .pageChoiceBtn a:hover {
    background: rgba(255, 255, 255, 0.8);
}

#toolbar .pageChoiceBtn .t-shirt_Icon {
    display: block;
    position: absolute;
    top: 0px;
    left: 15px;
    margin: 10px 0 0 0;
    padding: 0;
    height: 33px;
    width: 33px;
}


#toolbar .pageChoiceBtn img {
    width: 30px;
    margin: 0;
    padding: 0;
}

#toolbar .pageChoiceBtn p {
    margin: 0 0 0 38px;
    padding: 5px 0 0 20px;
    text-align: left;
    color: #00a0e5;
	line-height: 1.4;
    font-size: 14px;
    height: 10px;
}