
/*====================================================================================
	My Page Setting
====================================================================================*/
@font-face {
    font-family: 'icomoon';
    src:url('/fonts/icomoon.ttf?-u3xo4y') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.sidebar .menu-list ul li a {
	font-size: 1.17em;
	font-weight:bold;
	border:none
}

p.error-mess {
	color: #F00;
	line-height: 140%;
	width: 600px;
	height: auto;
	padding: 19px;
	margin-bottom: 19px;
	border: #F00 solid 1px;
	display: block;
}

/*
.user-name {
	width: 100%;
	height: auto;
	padding: 0 0 20px;
	margin-bottom: 31px;
	border-bottom: #D9E0E6 solid 1px;
	display: block;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
}
*/
.user-name dt {
	width: 48px;
	height: auto;
	margin-right: 12px;
	float: left;
}

.user-name dt img {
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	    -ms-border-radius: 6px;
	     -o-border-radius: 6px;
	        border-radius: 6px;
}

.user-name dd {
	width: 580px;
	height: auto;
	float: right;
}

.user-name dd img {
	vertical-align: text-bottom;
}

.user-name dd span.user-profile-name-twitter {
	font-weight: bold;
}

.user-name dd span.user-user-name-twitter {
	color: gray;
}

#showLimit {
	width: 100%;
	height: auto;
	display: table;
}

#showLimit label,
#showLimit > span {
	width: 50%;
	height: auto;
	margin-bottom: 4px;
	display: table-cell;
}

#showLimit label {
	font-weight: bold;
}

#showLimit > span {
	color: gray;
	text-align: right;
}
/*------------------------------------------------------------------------------------
	Edit Area
------------------------------------------------------------------------------------*/
div.profile-edit-area {
	width: 640px;
	height: auto;
	padding-bottom: 19px;
	margin-bottom: 50px;
	border-bottom: #CCC solid 1px;
}

div.profile-edit-area p {
	width: 640px;
	height: auto;
	display: block;
}

div.profile-edit-area fieldset {
	width: 640px;
	height: auto;
	border: none;
}

div.profile-edit-area label {
	vertical-align: bottom;
	width: 640px;
	height: auto;
	margin-bottom: 4px;
	display: block;
}

div.profile-edit-area label span {
	font-size: 17px;
	padding-right: 7px;
}

div.profile-edit-area textarea {
	font-size: 12px;
	width: 640px;
}

div.profile-edit-area #profile-edit-btn {
	text-align: center;
	padding-top: 7px;
}

#profile-edit-btn input {
	font-size: 14px;
	width: auto;
	height: auto;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 12px;
	padding-right: 12px;
	margin-top: 7px;
	background-image: url('/img/btn/btn_bg.png');
	background-position: top left;
	background-repeat: repeat-x;
	border: #999 solid 1px;
	cursor: pointer;
}

#right-btn-margin {
	margin-left: 31px;
}
/*------------------------------------------------------------------------------------
	Edit Area End
------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
	Art List Area
------------------------------------------------------------------------------------*/
#art-sort-area {
	width: 100%;
	height: auto;
	margin: 0 0 31px;
}

#art-sort-area p {
	text-align: center;
	width: 100%;
	height: auto;
	margin: 0 0 31px;
}

#art-sort-area form {
	text-align: center;
	width: 100%;
	height: auto;
}

.works {
	width: 100%;
	height: auto;
	margin-bottom: 12px;
	border: #D9E0E6 solid 1px;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	    -ms-border-radius: 6px;
	     -o-border-radius: 6px;
	        border-radius: 6px;
}

.works dt {
	float: left;
}

.works dt p {
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	float: left;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
}

.delCheckBox {
	width: 48px;
	height: 157px;
	padding: 12px;
	background-color: #D9E0E6;
}

.delWorks {
	width: 157px;
	height: 157px;
	padding: 12px;
	text-align: center;
    overflow: hidden;
}

.delCheckBox input[type=checkbox] {
    vertical-align: middle;
	margin-top: 64px;
}

.delWorks a {
	text-align: center;
    vertical-align: middle;
    line-height: 1;
    width: 133px;
    height: 133px;
    padding: 0px;
    display: table-cell;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

}

.delWorks img:hover {
	filter: alpha(opacity = 70);
	opacity: 0.7;
}

.delWorks a > img{
	-webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.8);
	-moz-box-shadow:    1px 1px 2px 0 rgba(0, 0, 0, 0.8);
	-ms-box-shadow:     1px 1px 2px 0 rgba(0, 0, 0, 0.8);
	box-shadow:         1px 1px 2px 0 rgba(0, 0, 0, 0.8);
}

.works dd {
	height: auto;
	padding: 12px;
	float:left;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
}

.works li {
	line-height: 1.8;
}

#sort-segmented-contol {
	text-align: center;
    width: 640px;
    height: 36px;
    margin-bottom: 31px;
}

.sortArea {
	width: 640px;
	height: auto;
	margin: 0 auto;
}

.sortArea li {
	display: inline;
}

.sortArea input[type='radio'] {
    width: 100%;
    height: 36px;
    display: none;
}

.sortArea label {
	font-size: 14px;
	text-decoration: none;
	width: 213px;
	height: 36px;
	padding-top: 8px;
	display: inline-block;
	cursor: pointer;

	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
}

.selectCom {
	color: #00629D;
	background-color: #ffffff;
	border: 1px solid #00629D;
    -webkit-border-radius: 6px 0 0 6px;
       -moz-border-radius: 6px 0 0 6px;
        -ms-border-radius: 6px 0 0 6px;
         -o-border-radius: 6px 0 0 6px;
            border-radius: 6px 0 0 6px;
}

.selectPv {
	color: #00629D;
	background-color: #ffffff;
	border-top: 1px solid #00629D;
	border-bottom: 1px solid #00629D;
}

.selectCon {
	color: #00629D;
	background-color: #ffffff;
	border: 1px solid #00629D;
    -webkit-border-radius: 0 6px 6px 0;
       -moz-border-radius: 0 6px 6px 0;
        -ms-border-radius: 0 6px 6px 0;
         -o-border-radius: 0 6px 6px 0;
            border-radius: 0 6px 6px 0;
}

#sortCheckd {
    color: #FFFFFF;
    background-color: #236795;
}

/*.sortArea li:nth-child(1) input[type='radio']:checked + #selectCom {
    color: #FFFFFF;
    background-color: #236795;
}

.sortArea li:nth-child(2) input[type='radio']:checked + #selectPv {
    color: #FFFFFF;
    background-color: #236795;
}

.sortArea li:nth-child(3) input[type='radio']:checked + #selectCon {
    color: #FFFFFF;
    background-color: #236795;
}*/
/*------------------------------------------------------------------------------------
	Art List Area End
------------------------------------------------------------------------------------*/
/****** プロフィールエリア *********/
.artistInfoArea {
    width: 640px;
	height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	display: flex;
}
.artistIconArea {
	width: calc(100% - 590px);
}
.artistIcon img {
    width: 48px;
    height: 48px;
    border: 1px solid #000000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    vertical-align: top;
}
div#artistProfile {
	max-width: 580px;
}
div#artistLinkedAccount {
	margin: 10px 0 10px 20px;
	font-size: 16px;
}
div#artistLinkedAccount .notLinked,
div#artistLinkedAccountEdit .notLinked {
	color: #666;
}
.artistEditArea {
	width: 590px;
	height: auto;
}
.artistNameArea {
	word-wrap: break-word;
	margin-left: 10px;
}
.user-name-twitter {
    color: #BDC3C7;
}
div.btnEditArtistInfoArea,
div.blockMenu {
	text-align:right;
}
a#btnEditArtistInfo {
	display: inline-block;
	width: 150px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #236795;
	text-decoration: none;
	text-align: center;
	border: 1px solid #236795;
	border-radius: 5px;
}
.blockMenu {
	position: relative;
}
#blockMenuBtn {
	width: 272px;
	background-color: #EDEFF2;
	position: absolute;
	top: 32px;
	right: 0;
	text-align: center;

    -webkit-border-radius: 6px 6px 6px 6px;
       -moz-border-radius: 6px 6px 6px 6px;
        -ms-border-radius: 6px 6px 6px 6px;
         -o-border-radius: 6px 6px 6px 6px;
            border-radius: 6px 6px 6px 6px;
	-webkit-box-shadow: 0 1px 2px 0 rgba(30, 30, 30, 0.5);
	   -moz-box-shadow: 0 1px 2px 0 rgba(30, 30, 30, 0.5);
	    -ms-box-shadow: 0 1px 2px 0 rgba(30, 30, 30, 0.5);
			box-shadow: 0 1px 2px 0 rgba(30, 30, 30, 0.5);
}
#blockMenuBtn a.deleteCloudBtn, #blockMenuBtn a.deleteUserBtn {
	color: #E74C3C;
	padding: 16px;
	display: inline-block;
}
#blockMenuBtn li.blockMenuSeparatorStyle {
	width: 100%;
	height: 1px;
	background-color: #DDDDDD;
}
div.artistInfoEditArea {
	width: 100%;
	height: auto;
	/* overfow: hidden; 機能していないCSS*/
	display: none;
}
div#artistLinkedAccountEdit {
	margin: 10px 0 10px 0;
	font-size: 16px;
	line-height: 40px;
}
a#btnLinkAccount {
	display: inline-block;
	min-width: 150px;
	padding: 0 5px 0 5px;
	height: 40px;
	margin-left: 10px;
	line-height: 40px;
	font-size: 16px;
	color: #236795;
	text-decoration: none;
	text-align: center;
	border: 1px solid #236795;
	border-radius: 5px;
}
textarea#artistInfoTextArea {
	resize: none;
	width: 100%;
	font-size: 16px;
	height: 160px;
	margin-bottom: 12px;
}
a#btnChangeIcon {
	display: inline-block;
	float: left;
	width: 150px;
	height: 40px;
	margin-right: 10px;
	line-height: 40px;
	font-size: 16px;
	color: #236795;
	text-decoration: none;
	text-align: center;
	border: 1px solid #236795;
	border-radius: 5px;
}
a#btnSaveArtistInfo {
	display: inline-block;
	width: 150px;
	height: 40px;
	margin-right: 10px;
	line-height: 40px;
	font-size: 16px;
	color: #236795;
	text-decoration: none;
	text-align: center;
	border: 1px solid #236795;
	border-radius: 5px;
}
a#btnCancelArtistInfo {
	display: inline-block;
	width: 150px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #236795;
	text-decoration: none;
	text-align: center;
	border: 1px solid #236795;
	border-radius: 5px;
}

.profile-edit-btn {
	display: flex;
	flex-direction: row-reverse;
}

.promo-code-link {
	text-align: right;
	margin-top: 12px;
	margin-bottom: 12px;
}

div#profileLetterCount {
	width: 100%;
	color: #9CA2A6;
	font-size: 14px;
    text-align: right;
}
span#profilePostMessage {
	float: left;
}
div.select-artwork-category {
    margin-top: 8px;
}
a.tabMyPage {
    cursor: pointer;
}
a.tabMyPage.selected {
    color: #333333;
    background-color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    cursor: default;
}

.hiddenTableStyle {
    display: none;
}
.showTableStyle {
    display: flex;
    display: -webkit-flex;
    display: -webkit-box;
}
.tableArea {
    text-align: center;
    width: 640px;
    height: 64px;
    border-top: 1px solid #DAE0E5;
    border-bottom: 1px solid #DAE0E5;
    margin-bottom: 20px;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    position: relative;
}
.tableItem {
    display: table;
    width: 213px;
    height: 61px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    bottom: 0;
}
.tableItem > span {
    display: table-cell;
    vertical-align: middle;
    color: #9CA2A6;
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    height: 100%;
    line-height: 100%;
    padding-left: 5px;

}
#illustTable .tableItem.likePoint > span,
#animationTable .tableItem.likePoint > span {
    color: #5d8fb2;
}
#illustTable .tableItem.likePoint,
#animationTable .tableItem.likePoint {
    cursor: pointer;
}
#illustTable .tableItem.likePoint:hover,
#animationTable .tableItem.likePoint:hover {
    border-top: 3px solid white;
    border-bottom: 3px solid #5d8fb2;
}
#illustTable .tableItem.artCount > span,
#animationTable .tableItem.artCount > span {
	color: #5d8fb2;
}
#illustTable .tableItem.artCount,
#animationTable .tableItem.artCount {
    border-top: 3px solid white;
    border-bottom: 3px solid #5d8fb2;
}
.tableSpacer {
    width: 0;
    height: 100%;
    border-left: 1px solid #DAE0E5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
}
.tableItem.rank > span:before {
    font-family: 'icomoon';
    vertical-align: bottom;
    font-size: 26px;
    font-weight: normal;
    color: #BDC3C7;
    content: "\e608";
}
.tableItem.rank {
	left: 426px;
}
.tableItem.likePoint > span:before {
	font-family: 'icomoon';
    vertical-align: bottom;
    font-size: 26px;
    font-weight: normal;
    color: #BDC3C7;
    content: "\e602";
}
.tableItem.likePoint {
	left: 213px;
}
#illustTable .tableItem.likePoint > span:before,
#animationTable .tableItem.likePoint > span:before {
    color: #5d8fb2;
}
.tableItem.artCount > span:before {
	font-family: 'icomoon';
    vertical-align: bottom;
    font-size: 26px;
    font-weight: normal;
    color: #BDC3C7;
    content: "\e609";
}
#illustTable .tableItem.artCount > span:before,
#animationTable .tableItem.artCount > span:before {
	color: #5d8fb2;
}
.tableArea div:nth-child(2) {
	left: 212px;
}
.tableArea div:nth-child(4) {
	left: 425px;
}

ul#addComicMenu {
	width: 100%;
    height: 64px;
    margin-top: 24px;
    margin-bottom: 24px;
}
ul#addComicMenu > li {
	display: inline-block;
    text-align: center;
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
ul#addComicMenu > li:nth-child(1) {
    padding: 8px 8px 8px 0;
}
ul#addComicMenu > li:nth-child(2) {
    padding: 8px 0 8px 8px;
}
ul#addComicMenu > li > a {
	font-size: 16px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    height: 48px;
    margin: 0 auto;
    display: inline-block;
    border: 1px solid #0B649B;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
ul#addComicMenu > li > a.viewComicHowTo {
	color: #FFFFFF;
    background-color: #00629D;
}
ul#addComicMenu > li > a > span {
	display: inline-block;
	vertical-align: top;
	height: 46px;
    line-height: 46px;
}
ul#addComicMenu > li > a.viewComicHowTo > span#iconComicHowTo {
	width: 46px;
	background:url(/img/icon/info-mark.png);
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: 100% 50%;
}
ul#addComicMenu > li > a > span:last-child {
	margin-left: 5px;
}
ul#selectSegmentTerm {
	font-size: 0;
}
ul#selectSegmentTerm > li {
	display: inline-block;
	margin: 0;
	padding: 5px 0;
}
a.segMyPage {
    font-size: 14px;
    text-decoration: none;
    width: 213px;
    height: 36px;
    padding-top: 8px;
    display: inline-block;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
	color: #00629D;
    background-color: #ffffff;
}
a.segMyPage.selected {
	color: #ffffff;
    background-color: #00629D;
    cursor: default;
}
a#segOrderNew {
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    -ms-border-radius: 6px 0 0 6px;
    -o-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
    border: 1px solid #00629D;
}
a#segOrderOld {
    border-top: 1px solid #00629D;
    border-bottom: 1px solid #00629D;
}
a#segOrderPopular {
    -webkit-border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    -ms-border-radius: 0 6px 6px 0;
    -o-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0;
    border: 1px solid #00629D;
}
.showOnlyComic {
	display: none;
}
div#loadMyPageDataArea {
	width: 100%;
	height: auto;
}
input#deleteMyArt {
	width: 320px;
    font-weight: bold;
    color: #E74C3C;
    border: 1px solid #E74C3C;
    font-size: 16px;
    line-height: 1;
    text-decoration: none;
    width: 192px;
    height: 48px;
    margin: 20px auto;
    cursor: pointer;
    display: table;
    background-color: #ffffff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

div#divHowToPostIllust,
div#divHowToPostAnimation {
	font-size: 16px;
    text-align: center;
    text-decoration: none;
    width: 320px;
    height: 48px;
    margin: 20px auto;
    border: 1px solid #0B649B;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFFFFF;
    background-color: #00629D;
    cursor: pointer;
}

div#howToPostIcon {
	display: inline-block;
    vertical-align: top;
    height: 46px;
    line-height: 46px;
	width: 46px;
    background: url(/img/icon/info-mark.png);
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: 100% 50%;
}

div#howToPostText {
    display: inline-block;
    vertical-align: top;
    height: 46px;
    line-height: 46px;
    margin-left: 5px;
}

.dialog-button-delete .ui-button-text {
    color: #E74C3C;
}