@charset "utf-8";

/**
 * layout.css
 */



/**
 * -------------------------------------------------------
 * container
 * -------------------------------------------------------
 */
#container {
	width: 100%;
	/*background: #fff;*/
	overflow: hidden;
	background: transparent;
}



/**
 * -------------------------------------------------------
 * header
 * -------------------------------------------------------
 */
#header {
}



/**
 * -------------------------------------------------------
 * footer
 * -------------------------------------------------------
 */
#footer {
}



/**
 * -------------------------------------------------------
 * content
 * -------------------------------------------------------
 */
#content {
	margin: 0;
}

#content:after {
	content: ".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
}



/**
 * -------------------------------------------------------
 * content article
 * -------------------------------------------------------
 */
#content .article {
}



/**
 * -------------------------------------------------------
 * content section
 * -------------------------------------------------------
 */
#content .section {
}

img.view_wide {
	max-width: 100%;
}


/**
 * -------------------------------------------------------
 * icon
 * -------------------------------------------------------
 */
.icon {
	display: block;
	margin: 2px;
	word-wrap: break-word;
	word-break: break-all;
	overflow: hidden;
	position: relative;
}


.icon-avatar-l {
	width: 60px;
	height: 110px;
	max-height: 110px;
	position: relative;
}
.icon-avatar-s {
	width: 38px;
	height: 69px;
	max-height: 69px;
	position: relative;
}
.icon-avatar-w-l {
	width: 115px;
	height: 110px;
	max-height: 110px;
	position: relative;
}
.icon-avatar-w-s {
	width: 57px;
	height: 55px;
	max-height: 55px;
	position: relative;
}
.icon-l {
	width: 100px;
	height: 100px;
	max-height: 100px;
	position: relative;
}
.icon-s {
	width: 50px;
	height: 50px;
	max-height: 50px;
	position: relative;
}
.icon-ss {
	width: 43px;
	height: 43px;
	max-height: 43px;
	position: relative;
}


.icon-avatar-l + .valign-center {
	line-height: 110px;
}
.icon-avatar-s + .valign-center {
	line-height: 69px;
}
.icon-avatar-w-l + .valign-center {
	line-height: 110px;
}
.icon-avatar-w-s + .valign-center {
	line-height: 55px;
}
.icon-l + .valign-center {
	line-height: 100px;
}
.icon-s + .valign-center {
	line-height: 50px;
}
.icon-ss + .valign-center {
	line-height: 43px;
}


.icon-avatar-l > img {
	position: absolute;
}
.icon-avatar-s > img {
	position: absolute;
}
.icon-avatar-w-l > img {
	position: absolute;
}
.icon-avatar-w-s > img {
	position: absolute;
}
.icon-l > img {
	position: absolute;
}
.icon-s > img {
	position: absolute;
}
.icon-ss > img {
	position: absolute;
}


.icon-avatar-l > img.avatar {
	top: 0px;
	left: 0px;
	position: absolute;
}
.icon-avatar-s > img.avatar {
	top: 0px;
	left: 0px;
	position: absolute;
}
.icon-avatar-w-l > img.avatar-user {
	top: 0px;
	left: 0px;
	position: absolute;
}
.icon-avatar-w-s > img.avatar-character {
	top: 0px;
	left: 28px;
	position: absolute;
}
.icon-l > img.avatar {
	top: -10px;
	left: 20px;
	position: absolute;
}
.icon-s > img.avatar {
	top: -8px;
	left: 1px;
	position: absolute;
}
.icon-ss > img.avatar {
	top: -8px;
	left: 2px;
	position: absolute;
}


.icon-text {
	padding: 5px 0 0 5px;
}

.icon-avatar-l + .icon-text {
	width: 210px;
}
.icon-avatar-s + .icon-text {
	width: 240px;
}
.icon-avatar-w-l + .icon-text {
	width: 210px;
}
.icon-avatar-w-s + .icon-text {
	width: 230px;
}
.icon-l + .icon-text {
	width: 190px;
}
.icon-s + .icon-text {
	width: 210px;
}
.icon-ss + .icon-text {
	width: 240px;
}
a.block-anchor-mark .icon-l + .icon-text,
a.block-anchor-mark-line .icon-l + .icon-text {
	max-width: 160px;
}
a.block-anchor-mark .icon-s + .icon-text,
a.block-anchor-mark-line .icon-s + .icon-text {
	max-width: 190px;
}
a.block-anchor-mark .icon-ss + .icon-text,
a.block-anchor-mark-line .icon-ss + .icon-text {
	max-width: 205px;
}
a.block-anchor-nomark .icon-l + .icon-text,
a.block-anchor-nomark-line .icon-l + .icon-text {
	max-width: 160px;
}
a.block-anchor-nomark .icon-s + .icon-text,
a.block-anchor-nomark-line .icon-s + .icon-text {
	max-width: 190px;
}
a.block-anchor-nomark .icon-ss + .icon-text,
a.block-anchor-nomark-line .icon-ss + .icon-text {
	max-width: 205px;
}

.icon-text > .title {
	color: #c600cb;
}
.icon-text > .comment {
}
.icon-text > .comment-pad {
	/*font-size: 12px;
	word-break: break-all;
	word-wrap: break-word;*/
	padding-bottom: 24px;
}


.rounded-image {
	display: inline-block;
	overflow: hidden;
	/*border: solid 1px #ccc;*/
	border-radius: 5px;
	/*background: #ccc;*/
}



/**
 * -------------------------------------------------------
 * box
 * -------------------------------------------------------
 */
.box {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: flexbox;
	position: relative;
}
.box-center {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: flexbox;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	flex-pack: center;
}
.box-justify {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: flexbox;
	-webkit-box-pack: justify;
	-moz-box-pack: center;
	flex-pack: justify;
}

.border-box {
	border: 1px solid #e282e5;
	border-radius: 3px;
	background: #fff;
	padding: 3px;
}



/**
 * -------------------------------------------------------
 * status-box
 * -------------------------------------------------------
 */
.status-box {
	font-size: 10px;

	background: #fff;
	border: 1px solid #e282e5;
	border-radius: 5px;

	-webkit-box-shadow: 2px 2px 1px -1px #999999;
	-moz-box-shadow: 2px 2px 1px -1px #999999;
	box-shadow: 2px 2px 1px -1px #999999;

	width: 152px;
	min-height: 32px;

	padding-right: 4px;
	padding-left: 4px;
}

.status-box-line {
	font-size: 10px;

	background: #fff;
	border: 1px solid #e282e5;
	border-radius: 5px;

	-webkit-box-shadow: 2px 2px 1px -1px #999999;
	-moz-box-shadow: 2px 2px 1px -1px #999999;
	box-shadow: 2px 2px 1px -1px #999999;

	width: 152px;
	min-height: 32px;
	line-height: 32px;

	/*padding-top: 12px;*/
	padding-right: 4px;
	padding-left: 4px;
}

.status-box > div,
.status-box-line > div {
	display: inline-block;
}

.status-box .left,
.status-box-line .left {
	min-width: 50px;
}

.status-box .right,
.status-box-line .right {
	width: auto;
	min-width: 50px;
	float: right;
	text-align: right;
}

.status-box > p {
	margin: 0 0 0 2px;
}

.status-box img,
.status-box-line img {
	vertical-align: middle;
}



/**
 * -------------------------------------------------------
 * anchor
 * -------------------------------------------------------
 */
a.block-anchor-mark {
	background: url("../../img/13/heart_cursor.png") no-repeat 98% center;
	background-size: 16px 16px;
	width: 100%;
	min-height: 32px;
	display: inline-block;
	vertical-align: middle;
	color: #000;
}
a.block-anchor-nomark {
	width: 100%;
	min-height: 32px;
	display: inline-block;
	vertical-align: middle;
	color: #000;
}
a.block-anchor-mark-line {
	background: url("../../img/13/heart_cursor.png") no-repeat 98% center;
	background-size: 16px 16px;
	width: 100%;
	min-height: 32px;
	line-height: 32px;
	display: inline-block;
	vertical-align: middle;
	color: #000;
}
a.block-anchor-nomark-line {
	width: 100%;
	min-height: 32px;
	line-height: 32px;
	display: inline-block;
	vertical-align: middle;
	color: #000;
}
a.block-anchor-mark > div,
a.block-anchor-nomark > div,
a.block-anchor-mark-line > div,
a.block-anchor-nomark-line > div {
	padding: 0 0 0 5px;
}
a[disabled].block-anchor-mark,
a[disabled].block-anchor-mark-line {
	background: none;
}

a.load-more {
	width: 100%;
	min-height: 32px;
	line-height: 32px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
li.load-more {
	width: 100%;
	min-height: 32px;
	line-height: 32px;
	text-align: center;
	vertical-align: middle;
}


.graydown {
	/*background-color: #ccc;*/
	opacity: 0.5;
}




/**
 * -------------------------------------------------------
 * switch
 * -------------------------------------------------------
 */
ul.switch {
	margin: 10px 0 0 0;
	padding: 0;
	/*width: 150px;*/

	-webkit-box-shadow: 3px 3px 2px -2px #666;
	-moz-box-shadow: 3px 3px 2px -2px #666;
	box-shadow: 3px 3px 2px -2px #666;
	border-radius: 3px;
}
ul.switch:after {
	content: ".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
}
ul.switch li {
	/*width: 75px;*/
	height: 30px;
	line-height: 30px;
	background: #fff;
	float: left;
	overflow: hidden;

	text-align: center;
	font-size: 12px;

	border-top: 1px solid #e282e5;
	border-right: 1px solid #e282e5;
	border-bottom: 1px solid #e282e5;
	border-left: none;
}
ul.switch li:first-child {
	border-top: 1px solid #e282e5;
	border-right: 1px solid #e282e5;
	border-bottom: 1px solid #e282e5;
	border-left: 1px solid #e282e5;
	border-radius: 3px 0 0 3px;
}
ul.switch li:last-child {
	border-top: 1px solid #e282e5;
	border-right: 1px solid #e282e5;
	border-bottom: 1px solid #e282e5;
	border-left: none;
	border-radius: 0 3px 3px 0;
}

ul.switch li.on {
	background: #9a0089; /* Old browsers */
	background: -moz-linear-gradient(top,  #9a0089 0%, #e282e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9a0089), color-stop(100%,#e282e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #9a0089 0%,#e282e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #9a0089 0%,#e282e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #9a0089 0%,#e282e5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #9a0089 0%,#e282e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9a0089', endColorstr='#e282e5',GradientType=0 ); /* IE6-9 */
}

ul.switch li a {
	display: block;
	color: #000;
}
ul.switch li.on a {
	color: #fff;
}



/**
 * -------------------------------------------------------
 * form
 * -------------------------------------------------------
 */
input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
	background: #fff;
	border: 1px solid #e282e5;
	border-radius: 5px;
	padding: 15px 10px 15px 10px;
	width: 100%;
	-webkit-box-shadow: 2px 2px 1px -1px #999999;
	-moz-box-shadow: 2px 2px 1px -1px #999999;
	box-shadow: 2px 2px 1px -1px #999999;
	font-size: 14px;
}
input[type="text"].simple,
input[type="number"].simple,
input[type="email"].simple,
input[type="password"].simple,
input[type="search"].simple,
textarea.simple {
	background: #fff;
	border: 1px solid #e282e5;
	border-radius: 5px;
	padding: 2px;
	width: 100%;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
textarea {
	resize: none;
}
select {
	/*background: url("../../img/settei.png") no-repeat right top;*/
	background: #fff;
	border: 1px solid #e282e5;
	padding: 4px;
	color: #9a0089;
	width: 190px;

	/*text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;*/
}



/**
 * -------------------------------------------------------
 * scroller
 * -------------------------------------------------------
 */
#scroller {
	position: relative;
	z-index: 1;
	width: 100%;
	overflow: hidden;
	/*-webkit-overflow-scrolling: touch*/
	/*margin-bottom: -40px;*/
}

#scroller .scroll-cursor {
	text-align: center;
	margin: 0 auto;
	position: absolute;
	left: 45%;
	bottom: 0;
}

#scroller .section {
	padding-bottom: 20px;
}



/**
 * -------------------------------------------------------
 * flicker
 * -------------------------------------------------------
 */
.flicker-container {
	background: #fff;
}

.flicker {
	width: 320px;
	position: relative;
	overflow: hidden;
	/*-webkit-tap-highlight-color: rgba(0,0,0,0);
	background-color: #eee;*/
}

.flicker ul {
	display: block;
	margin: 0;
	padding: 0;
}

.flicker ul:after {
	content: ".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
}

.flicker ul li {
	float: left;
	list-style-type: none;
	text-align: center;
	margin-right: 4px;
	margin-left: 4px;
}
.flicker ul li a {
	/*display: block;*/
}
.flicker ul li img {

}



/**
 * -------------------------------------------------------
 * error
 * -------------------------------------------------------
 */
.error {

}
.not-found {

}
.delete-comment {
	font-size: 12px;
}


/**
 * -------------------------------------------------------
 * pagination
 * -------------------------------------------------------
 */
.pagination {
	clear: both;
	margin: 5px 0px 5px 0px;
	text-align: center;
	width: 100%;
}

.pagination .link {
	text-align: center;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;

	display: -webkit-box;
	display: -moz-box;
	display: flexbox;
	width:100%;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	flex-pack: center;
}

.pagination .link > div {
	width: 35px;
	height: 35px;
	margin: 0px 4px 0px 0px;
	padding: 8px 0px 2px 2px;

	border: 2px solid #9a0089;
	border-radius: 5px;
}

.pagination .link div.active {
	background: #e58fe8;
}
.pagination .link div.deactive {
	background: #e282e5;
	color: #fff;
}
.pagination .link div a {
	text-decoration: none;
}
.pagination .link div a > div {
	display: block;
}


#overlay {
	top: 0;
	left: 0;
	width: 320px;
	height: 100%;
	position: absolute;
	background-color: #000000;
	opacity: 0.5;
	z-index: 100;
}

.spot {
	z-index: 101;
	position: relative;
}

#content .section > ul li.spot {
	z-index: 101;
	position: relative;
	background: #fff;

	/*border: 1px solid #f19ec2;*/
	border: none;
	border-radius: 3px;
}
/*
#content .section > ul li:first-child.spot {
	z-index: 101;
	position: relative;
	background: #fff;

	border-top: none;
	border-right: 1px solid #f19ec2;
	border-left: 1px solid #f19ec2;
	border-bottom: 1px solid #f19ec2;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
#content .section > ul li:last-child.spot {
	z-index: 101;
	position: relative;
	background: #fff;

	border-top: 1px solid #f19ec2;
	border-right: 1px solid #f19ec2;
	border-left: 1px solid #f19ec2;
	border-bottom: none;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}
*/

