/*====================================================================================
	Basic Setting
====================================================================================*/
/* 以下の指定の一部はlink-account.cssのloginDialogの指定と同じなので一緒に修正すること */

* {
	margin: 0px;
	padding: 0px;
}

body, div, p, nav, ul, li, a, span,
header, section, footer, h1, h2, h3, textarea,
input, label, dl, dt, dd {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
}

body {
	color: #262729;
	font-size: 12px;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', Meiryo, メイリオ, sans-serif;
	background-color: #ffffff;
}

li {
	list-style-type: none;
}

img {
	border: none;
}

a {
	color: #0B649B;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

hr {
	display: none;
}

address {
	color: #FFFFFF;
	font-style: normal;
	letter-spacing: 0.1em;
}

.wrapper {
    width: 100%;
    min-width: 960px;
    overflow-x: hidden;
	height: auto;
	margin: 0 auto;
}

.body {
	width: 960px;
	height: auto;
	margin: 0 auto 50px;
}

span.caution,
div.caution {
	color:#808080;
}
/*------------------------------------------------------------------------------------
	Float Clear
------------------------------------------------------------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/*------------------------------------------------------------------------------------
	Float Clear End
------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
    Text Over Flow
------------------------------------------------------------------------------------*/
.textoverflow {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/*------------------------------------------------------------------------------------
    Text Over Flow End
------------------------------------------------------------------------------------*/
#selectCategory-outer {
    height:36px;
	margin-bottom: 20px;
}

#selectCategory-box {
	width: 480px;
	height:36px;
	margin: auto;
}

#selectCategory-inner {
	margin: 0 auto 0 0;
	padding: 0;
	display: inline-block;
    height: 100%;
    width: 321px;
}

#selectLanguage-inner {
	padding: 0;
	display:inline-block;
    height:100%;
    width: 154px;
    text-align: right;
}

#selectCategory-img {
	display:inline-block;
    vertical-align: middle;
}

#selectCategory-img img {
	border: none;
    width: 24px;
    height: 24px;
}

#selectCategory-inner form {
	display:inline-block;
    height:36px;
}

#selectCategory-about {
	display:inline-block;
    vertical-align: middle;
}

#selectLanguage-img {
	display:inline-block;
    vertical-align: middle;
    margin: 0 0 0 auto;
    position: relative;
}

#selectLanguage-img img {
	border: none;
    width: 24px;
    height: 24px;
    position: relative;
}

#selectCategory-inner select {
	min-width:200px;
    color: #0B649B;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    border-radius: 4px;
    border: 1px solid #0B649B;
    margin: 0 4px 0 0;
    padding: 8px;
    background: none transparent;
    box-sizing: content-box;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
#margin-div {
	width: 178px;
}

#languageSelect {
	min-width:100px;
    color: #0B649B;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    border-radius: 4px;
    border: 1px solid #0B649B;
    margin: 0;
    padding: 8px;
    background: none transparent;
    box-sizing: content-box;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

#selectCategory-about a img {
	border: none;
    width: 24px;
    height: 24px;
}

#aboutCategoryButton {
    display: inline-block;
    vertical-align: middle;
}

#aboutCategoryButton img {
	border: none;
    width: 24px;
    height: 24px;
}

#changeCategory-outer {
    height:36px;
	text-align: right;
}

#changeCategory-inner {
	margin: 0;
	padding: 0;
	display: inline;
    height: 36px;
}

#changeCategory-img {
	display:inline-block;
    vertical-align: middle;
}

#changeCategory-img img {
	border: none;
    width: 100%;
    min-width: 24px;
    height: 24px;
}

#changeCategory-inner p {
	display:inline-block;
    height:36px;
}

#changeCategory-about {
	display:inline-block;
    vertical-align: middle;
}

#changeCategory-select {
	display: inline-block;
    padding: 8px 8px 8px 8px;
	min-width: 230px;
    color: #0B649B;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    border-radius: 4px;
    border: 1px solid #0B649B;
    margin: 0 4px 0 0;
    /*padding: 8px;*/
    /*background: none transparent;*/
    background-color: #FFFFFF;
    box-sizing: content-box;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.change-enabled {
	/*
	min-width:200px;
    color: #0B649B;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    border-radius: 4px;
    border: 1px solid #0B649B;
    margin: 0 4px 0 0;
    padding: 8px;
    */
    padding: 8px;
    background: none transparent;
    /*
    box-sizing: content-box;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    */
}

.change-locked {
    background-image: url('/img/icon/padlock_select.png');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 32px 24px;
    padding: 8px 36px 8px 8px;
}

.change-admin-locked {
    background-image: url('/img/icon/padlock_select_admin.png');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 32px 24px;
    padding: 8px 36px 8px 8px;
}

#changeCategory-about a img {
	border: none;
    width: 24px;
    height: 24px;
}

#changeCategoryText-outer {
    height:36px;
	text-align: right;
}

#changeCategoryText-inner {
	margin: 0;
	padding: 0;
	display:inline;
    height:36px;
}

#changeCategoryText-img {
	display:inline-block;
    vertical-align: middle;
}

#changeCategoryText-img img {
	border: none;
    width: 24px;
    height: 24px;
}

#changeCategoryText-inner p {
	display:inline-block;
    height:36px;
}

#changeCategoryText-about {
	display:inline-block;
    vertical-align: middle;
    padding-left: 4px;
    padding-right: 4px;
}

#changeCategoryText-inner p span {
	display:inline-block;
    color: #9CA2A6;
    font-size: 14px;
    vertical-align: middle;
    line-height: 36px;
    height:36px;
    padding-left:6px;
    margin: 0 4px 0 0;
}

#changeCategoryText-inner p.notLogin {
	border: 1px solid #0B649B;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

#changeCategoryText-inner p.notLogin:hover {
	cursor: pointer;
}
#changeCategoryText-inner p.notLogin span {
    color: #0B649B;
}
.changeCategoryTextMobile-inner-p-span-enabled {

}

.changeCategoryTextMobile-inner-p-span-locked {
    background-image: url('/img/icon/padlock.png');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 24px;
    padding-right: 30px;
}

.changeCategoryTextMobile-inner-p-span-admin-locked {
    background-image: url('/img/icon/padlock_admin.png');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 24px;
    padding-right: 30px;
}

#changeCategoryText-about a img {
	border: none;
    width: 24px;
    height: 24px;
}

#aboutCategory-text,
#comicHowTo-text,
#aboutPrimeLevel-text {
    margin: 0;
    padding: 8px;
}

#aboutCategory-text dt,
#comicHowTo-text dt,
#aboutPrimeLevel-text dt
{
	font-weight: bold;
    padding-top: 12px;
    padding-bottom: 12px;
    border-top: 1px dotted #DAE0E5;
    border-bottom: 1px dotted #DAE0E5;
}

#aboutCategory-text dd,
#comicHowTo-text dd,
#aboutPrimeLevel-text dd
{
    line-height: 1.5;
    padding-top: 12px;
    margin: 0;
}

#aboutCategory-text dl dd:last-child,
#comicHowTo-text dl dd:last-child,
#aboutPrimeLevel-text dl dd:last-child
{
    padding-bottom: 12px;
}

#aboutCategory-text li
{
	margin-left: 20px;
	list-style-type: disc;
}

#aboutCategory-text li.rtl-li
{
	margin-left: 0px;
	margin-right: 20px;
	list-style-type: disc;
}

#comicHowTo-text ol > li {
	margin-left: 16px;
	list-style-type: decimal;
}

#comicHowTo-text ol > li.rtl-li {
	margin-left: 0;
	margin-right: 16px;
	list-style-type: decimal;
}

#comicHowTo-text ul > li {
	margin-left: 20px;
	list-style-type: disc;
}

#comicHowTo-text ul > li.rtl-li {
	margin-left: 0;
	margin-right: 20px;
	list-style-type: disc;
}

#topCategoryLine-outer {
	    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
	width: auto;
	height: auto;
	border: none;
	margin: 0;
	padding: 5px 0 5px 0;
	background: #FFFFFF;
}

#topCategoryLine-inner {
	    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
	width: auto;
	height: auto;
	border: none;
	margin: 0;
	padding: 0;
	background: #EDEFF2;
}

#topCategoryLine {
	    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
	text-align: center;
	width: auto;
	height: 500px;
	border: none;
	margin: 0;
	padding: 0 5px 0 0;
	background: #EDEFF2;
	overflow-x: scroll;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}

#topCategoryLine-a {
	    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
	width: auto;
	height: 500px !important;
	border: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	vertical-align: middle;
}

#topCategoryLine::-webkit-scrollbar {
    /*display: none;*/
}

/* 同じ指定がlink-account.cssにも存在するので一緒に修正すること */
.ui-dialog {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

/* 同じ指定がlink-account.cssにも存在するので一緒に修正すること */
.ui-dialog .ui-dialog-titlebar {
    background-color: #262729;
    color: white;
}