/*
index.css
*/
body {
	font-family: 'hiragino kaku gothic pro', meiryo, helvetica, arial, sans-serif;
}
.spwnd .container {
	background-color: #29b0ff;
	top: 0;
	height:auto;
}
.ad {
	display:none;
}
.spwnd .container .content {
	background-color:#29b0ff;
	background-size: 145%;
    background-repeat: no-repeat;
    /*background-position-y: 100%;*/
    background-position-x: 50%;
}


.content .onamae-str {
	width: 40%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-bottom: 0;
    text-align: center;
}
.content .charat-img {
	width:40%;
	margin-left:auto;
	margin-right:auto;
}
.content .onamae-entry {
	width:80%;
	margin-left:auto;
	margin-right:auto;
}


.content .onamae-entry input {
    width: 90%;
    height: 36px;
    font-size: 15px;
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    background-color: #C8C8C8;
    color: #8C8C8C;
    border-radius: 10px;
    padding-left: 5%;
    padding-right: 5%;
    font-weight: bold;
}

.content .onamae-entry-warning {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    color: #f69;
    text-align: center;
}
.content .onamae-start {
    width: 70%;
    height: 20px;
    font-size: 13px;
    color: #333;
    text-align: center;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
}
.content .onamae-start a {
	color:#f69;
	text-decoration:none;
}

.content .onamae-go {
    width: 70%;
    height: 20px;
	
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    text-align: center;
}
.content .onamae-go a{
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	color:#f69;
}


.pcwnd .container {
    top: 0;
    height: auto;
}
.pcwnd .container .content {
	width: 100%;
    height: 425px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FAFAFA;
    background-position-y: 120px;
    background-size: 120%;
    background-position-x: 50%;
}

.pcwnd .content .onamae-str {
	width:141px;
}
.pcwnd .content .charat-img {
	width:170px;
}
.pcwnd .content .onamae-entry {
	width:200px;
}
.pcwnd .content .onamae-go {
	width:200px;
}


.pcwnd .pcarea {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.pcwnd .sparea {
    position: relative;
    margin: 0 auto;
    height: 536px;
    width: 319px;
    padding-left: 30px;
    padding-right: 34px;
    padding-top: 16px;
    padding-bottom: 202px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(/dash/img/images/03_gawa.png);
    background-size: cover;
}
.pcwnd .footer-member {
	bottom: 60px;
	z-index:100;
}

.pcwnd .container .maketable .lleft .rbottom #random {
    width: 83%;
    bottom: 0;
    left: 21px;
}
.pcwnd .container .maketable .right .rbottom .item {
    left: 0;
    right: 0;
    margin-left: 10px;
    margin-top: 15px;
    padding: 0;
    z-index: 10001;
	position:relative;
}
.pcwnd .container .maketable .right .rbottom #back {
	top: 18px;
    width: 80%;
    margin-left: 7px;
}
.pcwnd .container .maketable .right .rbottom #save {
    top: inherit;
	width: 70%;}
.pcwnd .container .maketable .right .rbottom #flip {
    top: inherit;
	width: 70%;
}
.pcwnd .container .maketable .right .rbottom #pallet {
    top: inherit;
	width: 70%;
}
.pcwnd .making {
	position:absolute;	
}

	.spwnd .header {
		display:none;	
	}
	.spwnd .share {
		position: absolute;
		top: 54px;
	}
