/*
share.css
*/
.share-char {
	text-align:center;
	width:100%;
	max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.share-btn-wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;	
}
.share-btn-wrapper div {
	text-align:center;
	width:50%;
	margin-left:auto;
	margin-right:auto;
}
.share-btn-wrapper div img {
	width:90%;
}
#share-list {
	display:none;
	position:absolute;
}
#share-list .s-fa {
	float:left;
	width: 33.3%;
}
#share-list .s-tw {
	float:left;
	width: 33.3%;
}
#share-list .s-ln {
	float:left;
	width: 33.3%;
}
.container  {
	height: 89%;
	background-image:url(/nyanko/img/images/bg_magiccircle.png);
    background-size: 15%;
}
.container .content {
	height: 100%;
	padding-top:10px;
	position:relative;
	background:none;
}

.logo-container img {
	width: 40%;
}
.content .logo-container {
    text-align: center;
    width: 100%;
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
}

.content .linebar {
    border: #FAFAFA;
    border-bottom-style: dotted;
    border-bottom-width: 5px;
	width:90%;
    margin-left: auto;
    margin-right: auto;
	margin-top: 1em;
}
.content .sns-mess {
	width:90%;
    margin-left: auto;
    margin-left: auto;
	
}
.content .sns-mess ul {
	list-style-type: none;	
    padding-left: 0;
}
.content .sns-mess ul li {
	list-style-type: none;
	float:left;
    width: 9%;
    margin: 1%;
}
.content .sns-mess ul li.title {
	width:50%;
}

.content .sns-mess ul li.title .snstl {
    color: rgb(87, 56, 61);;
    font-size: 12px;
    font-weight: bold;
    background-color: #fafafa;
    text-align: center;
    line-height: 2.1;
    border-radius: 4px;
}

.content .button-container {
        width: 90%;
        margin: 0 auto;
        margin-top: 2%;
}
.content .button-container .button {
        width: 100%;
        height: 20%;
		padding:1%;

	background-color: rgb(255, 211, 56);
	border-style:solid;
	border-color: rgb(87, 56, 61);
    border-radius: 13px;
    font-size: 14px;		
	line-height:normal;
	color:rgb(87, 56, 61);
}
.content .button-container .button .make-button {
        position: absolute;
        top: 13%;
        left:0;
}
.content .button-container .button .make-button img {
        width: 38%;
}
.content .button-container .button .make {
        line-height: 2;
}
.content .button-container .button .start {
        line-height: 1;
        font-size: 14px;
}
.content .adbanner {
	width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
}
.content .adbanner a img {
	width: 100%;
	border-radius: 10px;
}
.content .logo-container h1 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.pcwnd .content .like {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 15%;
    left: 13px;
}
.pcwnd .content .like .mark {
	float: left;
    /*width: 38%;*/
}
.pcwnd .content .like .count {
	float: left;
    margin-left: 10%;
    margin-top: 12%;
}

.content .like {
	width: 30px;
    height: 30px;
    position: absolute;
    top: 16%;
    left: 12px;
}
.content .like .mark {
	float: left;
    /*width: 33%;*/
}
.content .like .count {
	float: left;
    margin-left: 10%;
    margin-top: 12%;
}
.content .usercomment {
    text-align: center;
    color: #fafafa;
    font-size: 12px;
    background-color: rgba(256,256,256,0.5);
    width: 70%;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 3px;
    border-radius: 7px;
    position: relative;
}
.content .usercomment:before {
    border: 10px solid transparent;
    border-bottom-color: rgba(256,256,256,0.5);
    border-top-width: 0;
    top: -10px;
    content: "";
    display: block;
    left: 46%;
    position: absolute;
    width: 0;
}
.content .username {
    text-align: center;
    color: #fafafa;
    font-size: 12px;
}
.content .status {
	width: 25%;
    position: absolute;
    top: 5px;
}
.content .status .mark {
	float: left;
    width: 32px;
    margin-left: 10px;
    margin-right: 10px;
}
.content .status .text {
	float: left;
    padding-top: 5px;
}
.content .status {
	width: 25%;
    position: absolute;
    top: 5px;
}
.content .status .mark {
	float: left;
    width: 32px;
    margin-left: 10px;
    margin-right: 10px;
}
.content .status .text {
	float: left;
    padding-top: 5px;
}

.share-btn-wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;	
}
.share-btn-wrapper div {
	text-align:center;
	width:50%;
	margin-left:auto;
	margin-right:auto;
}
.share-btn-wrapper div img {
	width:90%;
}
#share-list {
	display:none;
	position:absolute;
}
#share-list .s-fa {
	float:left;
	width: 33.3%;
}
#share-list .s-tw {
	float:left;
	width: 33.3%;
}
#share-list .s-ln {
	float:left;
	width: 33.3%;
}
.container  {
	height: 89%;
	background-image:url(/nyanko/img/images/bg_magiccircle.png);
    background-size: 15%;
}
.container .content {
	height: 100%;
	padding-top:10px;
	position:relative;
	background:none;
}

.logo-container img {
	width: 40%;
}
.content .logo-container {
    text-align: center;
    width: 100%;
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
}

.content .linebar {
    border: #FAFAFA;
    border-bottom-style: dotted;
    border-bottom-width: 5px;
	width:90%;
    margin-left: auto;
    margin-right: auto;
	margin-top: 1em;
}
.content .sns-mess {
	width:90%;
    margin-left: auto;
    margin-left: auto;
	
}
.content .sns-mess ul {
	list-style-type: none;	
    padding-left: 0;
}
.content .sns-mess ul li {
	list-style-type: none;
	float:left;
    width: 9%;
    margin: 1%;
}
.content .sns-mess ul li.title {
	width:50%;
}

.content .sns-mess ul li.title .snstl {
    color: rgb(87, 56, 61);;
    font-size: 12px;
    font-weight: bold;
    background-color: #fafafa;
    text-align: center;
    line-height: 2.1;
    border-radius: 4px;
}

.content .button-container {
        width: 90%;
        margin: 0 auto;
        margin-top: 2%;
}
.content .button-container .button {
        width: 100%;
        height: 20%;
		padding:1%;

	background-color: rgb(255, 211, 56);
	border-style:solid;
	border-color: rgb(87, 56, 61);
    border-radius: 13px;
    font-size: 14px;		
	line-height:normal;
	color:rgb(87, 56, 61);
}
.content .button-container .button .make-button {
        position: absolute;
        top: 13%;
        left:0;
}
.content .button-container .button .make-button img {
        width: 38%;
}
.content .button-container .button .make {
        line-height: 2;
}
.content .button-container .button .start {
        line-height: 1;
        font-size: 14px;
}
.content .adbanner {
	width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
}
.content .adbanner a img {
	width: 100%;
	border-radius: 10px;
}
.content .logo-container h1 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.pcwnd .content .like {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 15%;
    left: 13px;
}
.pcwnd .content .like .mark {
	float: left;
    /*width: 38%;*/
}
.pcwnd .content .like .count {
	float: left;
    margin-left: 10%;
    margin-top: 12%;
}

.content .like {
	width: 30px;
    height: 30px;
    position: absolute;
    top: 16%;
    left: 12px;
}
.content .like .mark {
	float: left;
    /*width: 33%;*/
}
.content .like .count {
	float: left;
    margin-left: 10%;
    margin-top: 12%;
}
.content .usercomment {
    text-align: center;
    color: #fafafa;
    font-size: 12px;
    background-color: rgba(256,256,256,0.5);
    width: 70%;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 3px;
    border-radius: 7px;
    position: relative;
}
.content .usercomment:before {
    border: 10px solid transparent;
    border-bottom-color: rgba(256,256,256,0.5);
    border-top-width: 0;
    top: -10px;
    content: "";
    display: block;
    left: 46%;
    position: absolute;
    width: 0;
}
.content .username {
    text-align: center;
    color: #fafafa;
    font-size: 12px;
}
.content .status {
	width: 25%;
    position: absolute;
    top: 5px;
}
.content .status .mark {
	float: left;
    width: 32px;
    margin-left: 10px;
    margin-right: 10px;
}
.content .status .text {
	float: left;
    padding-top: 5px;
}
.content .status {
	width: 25%;
    position: absolute;
    top: 5px;
}
.content .status .mark {
	float: left;
    width: 32px;
    margin-left: 10px;
    margin-right: 10px;
}
.content .status .text {
	float: left;
    padding-top: 5px;
}

.pcwnd .container {
	background-size:35px;
	height:auto;
	margin-bottom: 80px;
}
.pcwnd .container .content.share {
	width: 500px;
	background:none;
}
.pcwnd .content .sns-mess ul li.title .snstl {
	font-size: 14px;
	line-height: 2.8;
}
.pcwnd .content .button-container .button .make-button {
	left: 85px;
}
.pcwnd .content .button-container .button {
	max-width: 450px;
}
.pcwnd .content .sns-mess {
	width:90%;
	max-width:500px;
    margin-left: auto;
    margin-right: auto;
}
.spwnd .container  {
	top: 0;

}
