@charset "Shift_JIS";




/* all */

	*	{	margin	: 0px;
			padding	: 0px; }

	strong	{	color		: #E65894;
			font-weight	: bold; }

	abbr	{	cursor		: help;
			text-decoration	: none; }




/* a */

	a	{	color		: #3AACAD;
			text-decoration	: underline; }

		a:visited	{	color	: #404040; }

		a:hover,
		a:active	{	color	: #E65894; }

		a.pixiv		{	background	: url("../image/pixiv.png") no-repeat;
					padding-left	: 20px; }

		a.twitter	{	background	: url("../image/twitter.png") no-repeat;
					padding-left	: 20px; }

		a.tumblr	{	background	: url("../image/tumblr.png") no-repeat;
					padding-left	: 20px; }

		a.hatebu	{	background	: url("../image/hatebu.png") no-repeat;
					padding-left	: 20px; }




/* body */

	body	{	background	: #E65894;
			border-left	: 100px solid #3AACAD;
			color		: #404040;
			font-family	: CI, Meiryo, Helvetica, Arial, sans-serif;
			font-size	: 12px;
			line-height	: 1.8;
			min-width	: 720px;
			text-align	: left;

			-webkit-text-size-adjust	: none; }




/* div */

	.main	{	background	: #F4F1EC;
			padding		: 0px 50px 600px;
			width		: 300px; }

	.header	{	background	: url("../image/header.png") 0px 0px no-repeat;
			height		: 583px;
			position	: fixed;
				bottom	: 0px;
				right	: 0px;
			width		: 583px;
			z-index		: 1; }




/* dl */

	dl	{	margin-top	: 1em; }

		dl.like dt	{	margin-left	: 14px; }

			dl.like dd	{	margin-left	: 102px;
						margin-top	: -1.7em; }

		dl.sns dt,
		dl.sns2 dt	{	color		: #30D1FF;
					margin-left	: 14px; }

			dl.sns dd	{	margin-left	: 121px;
						margin-top	: -1.7em; }

			dl.sns2 dd	{	margin-left	: 157px;
						margin-top	: -1.7em; }




/* h */

	h1	{	color		: #3AACAD;
			font-family	: Crushed, sans-serif;
			font-size	: 35px;
			font-weight	: normal;
			letter-spacing	: 5px;
			line-height	: 1;
			padding		: 43px 0px;
			text-align	: center;
			text-indent	: 0px;
			text-transform	: uppercase; }

	h2	{	border-left	: 3px solid #3AACAD;
			color		: #3AACAD;
			font-family	: Crushed, sans-serif;
			font-size	: 22px;
			font-weight	: normal;
			letter-spacing	: 1px;
			line-height	: 1.5em;
			margin		: 50px 0px 22px;
			padding-left	: 11px;
			text-transform	: uppercase; }




/* img */

	img	{	border		: 0px;
			vertical-align	: middle; }




/* p */

	p	{	margin	: 0.8em 0px 0px 14px; }

		p.card	{	margin-top	: 16px; }




/* ul */

	ul.moment,
	ul.togetter	{	list-style-position	: outside;
				list-style-type		: square;
				margin			: 1em 0px 0px 29px; }

		ul.togetter li	{	margin-top	: 0.8em; }

	ul.fansite	{	list-style-type		: none; }

		ul.fansite li	{	margin		: 10px 0px 0px 14px; }




/* C O N T E N T S */

	ul.contents li {	display		: inline;
				list-style-type	: none; }

		ul.contents li a,
		ul.contents li a:visited	{	background	: #404040;
							color		: #F4F1EC;
							display		: inline-block;
							font-family	: "Archivo Narrow", sans-serif;
							font-size	: 12px;
							letter-spacing	: 1px;
							line-height	: 96px;
							margin-bottom	: 5px;
							text-align	: center;
							text-decoration	: none;
							width		: 96px;
							text-transform	: uppercase; }

			ul.contents li a.mint	{	background	: #3AACAD; }

			ul.contents li a:hover,
			ul.contents li a:active		{	background	: #E65894; }