/* --------------------------------------

	QUICKR
	2009.11.13
	by daiskip

--------------------------------------- */


/* --------------------------------------
Common
--------------------------------------- */

* {
	margin: 0;
	padding: 0;
	}

html{
	height: 100%;
	overflow-y: scroll;
	}

body {
	background: #e6e7e4;
	color: #333;
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-serif, 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック';
	height: 100%;
	}

img {
	border: none;
	vertical-align: middle;
	}

li {
	}

hr {
	border: 1px solid #eee;
	margin: 20px 0;
	}

a {
	outline : 0;
	color: #333;
	}
a:visited {
	color: #666;
	}

br.clear {
	font-size: 0;
	line-height: 0;
	clear: both;
	}



/* --------------------------------------
	Layout
--------------------------------------- */

#wrapper {
	width: 870px;
	margin: 0 auto;
	text-align: left;
	background: url(/image/back.png) repeat-y center;
	height: 100%;
	min-height: 100%;
	}
	body > #wrapper {
		height: auto;
		}

	#wrapper_inner {
		margin: 0 5px;
		}

	#content_outer {
		margin: 0;
		}
	#content {
		width: 600px;
		float: right;
		position: relative;
		}

	#nav {
		width: 205px;
		float: left;
		padding-top: 20px;
/*
		position: fixed;
		overflow: auto;
*/
		}
	#footer {
		clear: both;
		margin: 0 20px;
		padding: 10px 0;
		text-align: right;
		font-size: 10px;
		}

/* Wide */
body#sign #wrapper {
	background-image: none;
	}

body#sign #content_outer {
	margin: 20px;
	}
body#sign #content {
	float: left;
	width: 100%;
	background: #eee;
	}
body#sign #footer {
	text-align: center;
	}


div.msg {
	margin-bottom: 20px;
	padding: 10px 20px;
	background: #ff3355;
	text-align: center;
	}
div.error {
	margin-bottom: 20px;
	padding: 10px 20px;
	background: #ffcc00;
	text-align: center;
	}


/* --------------------------------------
	Footer
--------------------------------------- */

div.copyright {
	font-size: 11px;
	font-family: Arial;
	}
div.hosted {
	margin: 30px 0;
	}

#feed {
	position: fixed;
	top: 16px;
	right: 16px;
	width: 32px;
	height: 32px;
	border: 1px solid #ccc;
	}
	#feed a {
		display: block;
		width: 32px;
		height: 32px;
		background: #eee url(/image/feed.png) no-repeat center;
		text-indent: -9999px;
		}
	#feed a:hover {
		background: #fff url(/image/feed.png) no-repeat center;
		}


#top {
	position: fixed;
	right: 16px;
	bottom: 16px;
	width: 32px;
	height: 32px;
	border: 1px solid #ccc;
	}
	#top a {
		display: block;
		width: 32px;
		height: 32px;
		background: #eee url(/image/up.png) no-repeat center;
		text-indent: -9999px;
		}
	#top a:hover {
		background: #fff url(/image/up.png) no-repeat center;
		}

/* --------------------------------------
	Header
--------------------------------------- */

h1 {
	margin: 0 0 20px 0;
	text-align: center;
	}

a.toggler-opened {
	display: block;
	width: 64px;
	height: 64px;
	background: url(/image/icon/pencil_64.png) no-repeat center;
	position: absolute;
	top: 10px;
	left: -60px;
	z-index: 1;
	text-indent: -9999px;
	cursor: pointer;
	}
a.toggler-closed {
	display: block;
	width: 64px;
	height: 64px;
	background: url(/image/icon/pencil_32.png) no-repeat center;
	position: absolute;
	top: 10px;
	left: -60px;
	z-index: 1;
	text-indent: -9999px;
	cursor: pointer;
	}



ul#menu {
	float: right;
	margin: 20px 10px 0 0;
	}
	ul#menu li {
		display: inline;
		margin: 0;
		font-size: 11px;
		}
		ul#menu li a {
			padding: 5px 10px;
			}
			ul#menu li a:hover {
				background: #f5f5f5;
				}
			body.me li.menu_me a,
			body#post li.menu_post a,
			body#setup li.menu_setup a {
				background: #eee;
				}

/* --------------------------------------
	Index
--------------------------------------- */

#cover {
	background: #f5f5f5;
	margin-bottom: 20px;
	padding: 40px 20px 0 20px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}
	#cover h2 {
		font-size: 30px;
		font-family: Georgia;
		padding-bottom: 10px;
		border-bottom: 10px solid #ccc;
		text-align: center;
		}

	#cover table.feature {
		}

		#cover td h3 {
			font-size: 18px;
			color: #666;
			}
		#cover td {
			font-size: 13px;
			line-height: 20px;
			color: #333;
			}

	#cover td.td_post,
	#cover td.td_fav {
		padding: 20px 10px 0 10px;
		width: 50%;
		font-size: 12px;
		}
	#cover td.td_comment,
	#cover td.td_say {
		padding: 20px 10px 0 10px;
		width: 50%;
		font-size: 12px;
		}
	#cover td.td_post div,
	#cover td.td_fav div,
	#cover td.td_comment div,
	#cover td.td_say div {
		border-bottom: 1px solid #ccc;
		padding-bottom: 20px;
		}

	#cover td.td_signup {
		padding: 20px 10px;
		font-size: 12px;
		}

		#cover td img {
			float: left;
			margin: 0 10px 0 0;
			}

			#cover form {
				background: #eee;
				padding: 20px;
				}

			#cover input#account {
				width: 100px;
				font-size: 20px;
				margin-right: 10px;
				}
			#cover input#password {
				width: 100px;
				font-size: 20px;
				margin-right: 10px;
				}
			#cover input#email {
				width: 150px;
				font-size: 20px;
				margin-right: 10px;
				}
			#cover input#button {
				width: 100px;
				height: 50px;
				background: #ff3355;
				color: #fff;
				border: none;
				cursor: pointer;
				}

	#cover td h3 {
		fonts-size: 18px;
		font-family: Arial;
		margin-bottom: 10px;
		}

#headline {
	background: #fce27c url(/image/info.png) no-repeat 7px 7px;
	margin: 10px 20px 2px 20px;
	padding: 7px 7px 7px 30px;
	border: 1px solid #ffcc00;
	font-size: 11px;
	}

#pr {
	background: #fce27c url(/image/pr.png) no-repeat 7px 7px;
	margin: 0 20px 10px 20px;
	padding: 7px 7px 7px 30px;
	border: 1px solid #ffcc00;
	font-size: 11px;
	}


#none {
	font-size: 100px;
	background: #ff3366;
	margin-bottom: 20px;
	padding: 40px;
	text-align: center;
	}


/* --------------------------------------
	User
--------------------------------------- */

#profile_area {
	margin: 20px 20px 0 20px;
	}

#profile_area {
	}

	#profile_area div.follow {
		float: right;
		width: 150px;
		}

	#profile_area div.icon {
		float: left;
		background: #fff;
		margin: 0 10px 5px 0;
		}
		#profile_area div.icon img {
			}
	#profile_area div.screen {
		font-size: 24px;
		font-family: Georgia;
		margin: 0 0 5px 0;
		}
	#profile_area div.hometown {
		margin: 0 0 10px 0;
		font-size: 11px;
		line-height: 16px;
		color: #999;
		}

	#profile_area form {
		clear: both;
		margin: 0 0 10px 0;
		font-size: 11px;
		}
		#profile_area form.follow {
			background: #eee;
			padding: 5px;
			border: 1px solid #ccc;
			}
		#profile_area form.remove {
			background: #eafca3;
			padding: 5px;
			border: 1px solid #ccc;
			}
		#profile_area form a {
			display: block;
			float: right;
			width: 50px;
			height: 100%;
			text-align: center;
			text-decoration: none;
			}
		#profile_area form.follow a {
			background: #fff;
			}
			#profile_area form.follow a:hover {
				background: #f5f5f5;
				}
		#profile_area form.remove a {
			background: #fff;
			}
			#profile_area form.remove a:hover {
				background: #f5f5f5;
				}

	#profile_area div.aboutme {
		margin: 0 0 5px 0;
		font-size: 12px;
		line-height: 18px;
		}
	#profile_area div.website {
		font-size: 10px;
		font-style: italic;
		}


/* --------------------------------------
	Entry
--------------------------------------- */

.entry_area {
	margin: 20px;
	}

.hentry {
	margin-bottom: 20px;
	position: relative;
	}

	.hentry .fav {
		position: absolute;
		top: 0px;
		right: -60px;
		width: 50px;
		height: 20px;
		}
	.hentry .com {
		position: absolute;
		top: 30px;
		right: -60px;
		width: 50px;
		height: 20px;
		}

	.hentry .fav a,
	.hentry .com a {
		text-decoration: none;
		display: block;
		font-size: 10px;
		font-family: arial;
		-moz-border-radius: 5px;
		padding: 5px;
		background: #eee;
		}
	.hentry .fav a:hover,
	.hentry .com a:hover {
		background: #ccc;
		}
	.hentry .fav img,
	.hentry .com img {
		margin-right: 10px;
		}
	.hentry .fav span,
	.hentry .com span {
		font-family: Arial;
		font-size: 11px;
		font-weight: bolder;
		color: #666;
		}

.hentry .icon {
	}
	.hentry .icon img {
		padding: 2px;
		border: 1px solid #ccc;
		background: #fff;
		}

.hentry .action {
	margin-top: 5px;
	float: right;
	}
	.hentry .action a {
		text-indent: -9999px;
		display: block;
		float: left;
		width: 16px;
		height: 16px;
		}
	.hentry .action a.edit {
		background: url(/image/edit_nomal.png);
		}
	.hentry .action a.edit:hover {
		background: url(/image/edit_hover.png);
		}
	.hentry .action a.del {
		background: url(/image/del_nomal.png);
		margin-left: 10px;
		}
	.hentry .action a.del:hover {
		background: url(/image/del_hover.png);
		margin-left: 10px;
		}

.hentry .footer {
	float: left;
	font-size: 11px;
	}
	.hentry .footer a {
		color: #999;
		}



.k1 { /* 通常 */
	background: #f5f5f5;
	}
	.k1:hover {
		background: #eee;
		}

	.k1 .photo {
		float: left;
		margin: 0 10px 0 0;
		}
		.k1 .photo img {
			padding: 5px;
			border: 1px solid #ccc;
			background: #fff;
			}
	.k1 .title {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 10px;
		}
	.k1 .note {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 10px;
		}
		.k1 .note a {
			color: #666;
			font-size: 13px;
			font-family: Arial;
			}

		.k1 .note img {
			margin: 10px 0;
			padding: 10px;
			border: 1px solid #ccc;
			background: #fff;
			}
		.k1 .note embed,
		.k1 .note object {
			margin: 10px 0;
			width: 530px !important;
			}

	body.permalink .k1 .note {
		clear: both;
		margin-bottom: 10px;
		}

.k2 { /* コメント */
	background: #eaf4fc;
	}
	.k2:hover {
		background: #dcebf7;
		}
	.k2 .head {
		border-bottom: 1px solid #a7c5ea;
		margin-bottom: 10px;
		padding-bottom: 5px;
		font-size: 11px;
		line-height: 16px;
		color: #666;
		}
		.k2 .head a {
			color: #85aad7;
			}
	.k2 .note {
		font-size: 16px;
		line-height: 24px;
		}
		.k2 .note a {
			color: #666;
			font-size: 13px;
			font-family: Arial;
			}

	.k2 .note embed,
	.k2 .note object {
		width: 520px !important;
		}


.k3 { /* fav */
	background: #fdeff2;
	color: #666;
	font-size: 11px;
	line-height: 16px;
	}
	.k3:hover {
		background: #fadfe4;
		}
	.k3 a {
		color: #dd48a7;
		}
	.k3 th {
		text-align: right;
		padding-left: 10px;
		}
		.k3 th a {
			color: #666;
			}


.k4 { /* said */
	background: #f3f3d0;
	}
	.k4:hover {
		background: #f2f2b0;
		}
	.k4 .head {
		border-bottom: 1px solid #d6cba4;
		margin-bottom: 10px;
		padding-bottom: 5px;
		font-size: 11px;
		line-height: 16px;
		}
	.related_icon {
		float: right;
		margin: 0 0 0 10px;
		}
		.related_icon img {
			padding: 2px;
			border: 1px solid #ccc;
			background: #fff;
			}
	.k4 .note {
		font-size: 16px;
		line-height: 20px;
		color: #666;
		}
		.k4 .note a {
			color: #666;
			font-size: 13px;
			font-family: Arial;
			}

.k5 { /* following */
	background: #e0fbc4;
	color: #666;
	font-size: 11px;
	line-height: 16px;
	}
	.k5:hover {
		background: #d2f4ae;
		}
	.k5 a {
		color: #5a941c;
		}
	.k5 th {
		text-align: right;
		padding-left: 10px;
		}
		.k5 th a {
			color: #666;
			}


.k6 { /* starting */
	background: #edd7f9;
	color: #666;
	font-size: 11px;
	line-height: 16px;
	}
	.k6:hover {
		background: #e6ccf5;
		}
	.k6 a {
		color: #9d5fbe;
		}


.k7 { /* モブログ */
	background: #f5f5f5;
	}
	.k7:hover {
		background: #eee;
		}
	.k7 .mobile {
		float: right;
		color: #999;
		text-indent: -9999px;
		background: url(/image/mail.gif) no-repeat;
		width: 16px;
		height: 12px;
		}

	.k7 .photo {
		float: left;
		margin: 0 10px 0 0;
		}
		.k7 .photo img {
			padding: 5px;
			border: 1px solid #ccc;
			background: #fff;
			}
	.k7 .title {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 10px;
		}
	.k7 .note {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 10px;
		}
		.k7 .note a {
			color: #666;
			font-size: 13px;
			font-family: Arial;
			}

		.k7 .note img {
			margin: 10px 0;
			padding: 10px;
			border: 1px solid #ccc;
			background: #fff;
			}
		.k7 .note embed,
		.k7 .note object {
			margin: 10px 0;
			width: 530px !important;
			}

	body.permalink .k7 .note {
		clear: both;
		margin-bottom: 10px;
		}







.k1 .icon,
.k7 .icon,
.k2 .icon,
.k4 .icon {
	position: absolute;
	top: 5px;
	left: -66px;
	}
.k3 .icon,
.k5 .icon,
.k6 .icon {
	position: absolute;
	top: 2px;
	left: -58px;
	}

.k1 .entry,
.k7 .entry {
		margin: 15px;
		}
.k2 .entry,
.k4 .entry {
		margin: 5px 15px;
		}

.k3 .entry,
.k5 .entry,
.k6 .entry {
		margin: 0 15px;
		}

.entry a:hover {
	text-decoration: none;
	}

.entry .note blockquote {
	border-left: 3px solid #ccc;
	margin: 0 0 0 20px;
	padding: 5px 5px 5px 10px;
	font-size: 12px;
	line-height: 18px;
	}

/* --------------------------------------
	Permalink
--------------------------------------- */

body.permalink .entry_area {
	}
	body.permalink .k1 .entry {
		margin: 20px;
		}
		body.permalink .k1 .note embed,
		body.permalink .k1 .note object {
			margin: 10px 0;
			width: 520px !important;
			}
	body.permalink .k1 .photo {
		float: none;
		margin: 10px 0;
		}
		body.permalink .k1 .photo img {
			padding: 8px;
			border: 1px solid #ccc;
			background: #fff;
			}


	body.permalink .k7 .entry {
		margin: 20px;
		}
		body.permalink .k7 .note embed,
		body.permalink .k7 .note object {
			margin: 10px 0;
			width: 520px !important;
			}
	body.permalink .k7 .photo {
		float: none;
		margin: 10px 0;
		}
		body.permalink .k7 .photo img {
			padding: 8px;
			border: 1px solid #ccc;
			background: #fff;
			}





#c {
	border-top: 1px solid #ccc;
	padding-top: 20px;
	width: 370px;
	float: left;
	margin: 0 0 20px 20px;
	}
	#c textarea {
		width: 100%;
		margin-bottom: 10px;
		font-size: 12px;
		}

	#c .comments {
		margin-top: 20px;
		}
	#c .comment {
		margin-bottom: 10px;
		position: relative;
		background: #eee;
		}
	#c .comment_note {
		font-size: 12px;
		line-height: 18px;
		margin: 10px 10px 5px 10px;
		padding-bottom: 5px;
		border-bottom: 1px solid #ccc;
		}
		#c .comment_note embed,
		#c .comment_note object {
			width: 350px !important;
			height: 240px !important;
			}
	#c .comment_footer {
		font-size: 10px;
		margin: 0 10px 5px 10px;
		}
	#c .comment_del {
		float: right;
		font-size: 10px;
		margin: 0 0 5px 0;
		}

	#c .icon {
		position: absolute;
		top: 0;
		left: -65px;
		}

#f {
	border-top: 1px solid #ccc;
	padding-top: 20px;
	width: 150px;
	float: right;
	margin: 0 20px 20px 0;
	}
	#f .favs {
		
		}
		#f .favs img {
			margin: 0px;
			border: 3px solid #f5f5f5;
			}
		#f .favs img:hover {
			border: 3px solid #999;
			}


/* --------------------------------------
	Post
--------------------------------------- */

#post_area,
#say_area {
	display: none;
	}

.post {
	background: #eee;
	}
	.post_head {
		height: 10px;
		background: url(/image/post_head.gif) repeat-x;
		}
	.post_bottom {
		height: 10px;
		background: url(/image/post_bottom.gif) repeat-x;
		}

.assist {
	float: right;
	margin-bottom: 5px;
	}
	.assist a {
		font-size: 11px;
		margin-left: 10px;
		color: #999;
		text-decoration: none;
		}
	.assist a:hover {
		color: #333;
		}
	.assist a.help {
		background: #fff;
		border: 1px solid #ccc;
		padding: 0 5px;
		}

.post form {
	padding: 30px 20px;
	}

.post h3 {
	margin-bottom: 5px;
	}
.post p {
	color: #333;
	}
.post input#title {
	font-size: 24px;
	margin: 0 0 10px 0;
	width: 100%;
	border: 1px solid #ccc;
	background: #fff;
	}
.post textarea#note {
	font-size: 14px;
	margin: 0 0 10px 0;
	width: 100%;
	height: 300px;
	border: 1px solid #ccc;
	background: #fff;
	}

		input#button_post {
			font-size: 12px;
			margin-top: 10px;
			padding: 10px 15px;
			border: none;
			cursor: pointer;
			background: #ff3355;
			color: #fff;
			-moz-border-radius: 5px;
			}
		input#button_post:hover {
			background: #333;
			color: #fff;
			}

		input#button_post_twitter {
			font-size: 12px;
			margin-top: 10px;
			margin-left: 10px;
			padding: 10px 15px;
			border: none;
			cursor: pointer;
			background: #6699ff;
			color: #fff;
			-moz-border-radius: 5px;
			}
		input#button_post_twitter:hover {
			background: #333;
			color: #fff;
			}



/* post */

body#post h2,
body#edit h2 {
	margin: 0 20px;
	font-size: 40px;
	font-family: Georgia;
	color: #999;
	}


body#post .post,
body#edit .post {
	margin-bottom: 20px;
	}
body#post .post form,
body#edit .post form {
	margin: 20px;
	padding: 0;
	}

.service_setup {
	font-size: 11px;
	margin-top: 20px;
	}

body#edit div.back {
	float: right;
	margin: 20px 20px 0 0;
	}


/* say */

#say {
	background: #fff;
	margin: 10px 0 -5px 0;
	}
#say form {
	padding: 0 20px;
	}
#say textarea#note {
	font-size: 14px;
	margin: 0 0 10px 0;
	width: 100%;
	height: 50px;
	border: 1px solid #ccc;
	background: #fff;
	}
#say input#button_post {
	margin-top: 0;
	padding: 8px 12px;
	background: #ff3355;
	}
#say input#button_post:hover {
	background: #333;
	}



body#index .bookmarklet,
body#user .bookmarklet {
	float: right;
	margin: 25px 20px 0 0;
	}
body#post .bookmarklet,
body#edit .bookmarklet {
	float: right;
	margin: 20px 20px 10px 0;
	}
	body#index .bookmarklet a,
	body#post .bookmarklet a,
	body#edit .bookmarklet a,
	body#user .bookmarklet a {
		background: #999;
		padding: 5px;
		color: #fff;
		font-size: 10px;
		text-decoration: none;
		-moz-border-radius: 5px;
		}




/* --------------------------------------
	Nav
--------------------------------------- */

#nav div.description {
	margin: 0 20px 20px 20px;
	}

#nav div.box {
	clear: both;
	margin: 0 20px 20px 20px;
	}

#nav div.screen {
	font-size: 18px;
	}
#nav div.box h4 {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	font-size: 10px;
	}

#nav #follow {
	}
	#nav #follow img {
		margin: 2px;
		border: 3px solid #f5f5f5;
		}
	#nav #follow img:hover {
		border: 3px solid #999;
		}

#nav #photos {
	}
	#nav #photos img {
		margin: 2px;
		border: 3px solid #f5f5f5;
		}
	#nav #photos img:hover {
		border: 3px solid #999;
		}

#nav ul {
	list-style-type: none;
	}
	#nav ul li {
		padding-left: 10px;
		background: url(/image/list_nomal.gif) no-repeat 0 10px;
		}
	#nav ul li:hover {
		background: url(/image/list_hover.gif) no-repeat 0 10px;
		}

#nav ul.my_menu {
	clear: both;
	}
	#nav ul.my_menu li {
		margin-bottom: 2px;
		background: #f5f5f5 url(/image/list_nomal.gif) no-repeat 8px 14px;
		height: 30px;
		-moz-border-radius: 3px;
		}
	#nav ul.my_menu li:hover {
		margin-bottom: 2px;
		background: #eee url(/image/list_hover.gif) no-repeat 8px 14px;
		-moz-border-radius: 3px;
		}
	#nav ul.my_menu li a {
		display: block;
		padding: 8px 10px 0 10px;
		text-decoration: none;
		height: 30px;
		font-size: 11px;
		font-family: Arial;
		}
	#nav ul.my_menu li a span {
		font-size: 10px;
		font-family: Arial;
		float: right;
		}
	#nav ul.my_menu li a:hover {
		color: #333;
		}

#nav #signup_area {
	
	}
	#nav #signup_area a {
		display: block;
		background: #ff3355;
		padding: 20px 0;
		text-align: center;
		font-size: 20px;
		color: #fff;
		}

#nav #login_area {
	
	}
	#nav #login_area p {
		font-size: 11px;
		}

	#nav #login_area input#account,
	#nav #login_area input#password {
		font-size: 14px;
		margin-bottom: 10px;
		width: 160px;
		}


/* --------------------------------------
	Setup
--------------------------------------- */

body#setup #content {
	}

body#setup #content h2 {
	font-size: 30px;
	font-family: Georgia;
	color: #666;
	margin: 0 0 40px 20px;
	text-align: left;
	}


	body#setup #content form {
		margin: 20px;
		}

	body#setup #content table {
		margin: 0 0 20px 0;
		border: 10px solid #eee;
		-moz-border-radius: 5px;
		}
	body#setup #content th {
		padding: 10px;
		font-size: 11px;
		text-align: right;
		background: #f5f5f5;
		}
	body#setup #content td {
		padding: 10px;
		font-size: 11px;
		background: #f5f5f5;
		}

	body#setup #content td input {
		font-size: 14px;
		font-family: Georgia;
		padding: 5px;
		width: 300px;
		border: 1px solid #ccc;
		}
	body#setup #content td select {
		font-size: 14px;
		font-family: Georgia;
		padding: 5px;
		width: 100px;
		border: 1px solid #ccc;
		}
	body#setup #content td textarea {
		font-size: 12px;
		font-family: Georgia;
		padding: 5px;
		width: 350px;
		height: 80px;
		border: 1px solid #ccc;
		}

	body#setup #content input#logpi,
	body#setup #content input#logpipass,
	body#setup #content input#twitter,
	body#setup #content input#twitterpass,
	body#setup #content input#screen,
	body#setup #content input#hometown,
	body#setup #content input#current_pw,
	body#setup #content input#new_pw,
	body#setup #content input#veri_pw {
		width: 150px !important;
		}


	body#setup #content form div.button_area input {
		font-size: 20px;
		font-family: Georgia;
		padding: 10px 0;
		width: 150px;
		background: #ffff00;
		border: none;
		cursor: pointer;
		}
		body#setup #content form div.button_area input:hover {
			background: #ffcc00;
			}


	body#setup #content div.icon_preview {
		margin: 20px;
		padding: 20px;
		border-bottom: 1px solid #eee;
		}
		body#setup #content div.icon_preview img {
			margin: 0 10px;
			}
		body#setup #content div.icon_preview .delete {
			float: right;
			}

		ul.explain {
			margin: 20px 40px;
			font-size: 11px;
			color: #999;
			}
		ul.explain li {
			margin-bottom: 10px;
			}

/* feed */
	body.setup_feed #content div.box {
		margin: 0 20px 0px 20px;
		}
	body.setup_feed #content div.box h3 {
		margin-bottom: 10px;
		padding-bottom: 5px;
		border-bottom: 1px solid #ccc;
		font-size: 14px;
		}

	body.setup_feed #content div.option {
		margin-top: 10px;
		float: left;
		}

	body.setup_feed #content div.option h4 {
		margin-bottom: 5px;
		font-size: 11px;
		color: #666;
		}

	body.setup_feed #content div.option td {
		font-size: 20px !important;
		}

	body.setup_feed #content div.type {
		width: 200px;
		}
	body.setup_feed #content div.limit {
		width: 350px;
		}

	body.setup_feed #content div.option dl {
		margin-bottom: 40px;
		}
	body.setup_feed #content div.option dt {
		}
	body.setup_feed #content div.option dd {
		font-size: 12px;
		font-family: Arial;
		font-style: italic;
		color: #666;
		margin: 5px 0 20px 10px;
		}
	body.setup_feed #content div.option dd a {
		color: #666;
		}
	body.setup_feed #content div.option dd span {
		color: #ff3355;
		}



	body.setup_moblog .moblog_address {
		font-size: 50px;
		font-family: Georgia;
		padding: 30px 0;
		text-align: center;
		background: #f5f5f5;
		}
	body.setup_moblog ul.explain li span {
		color: #ff3355;
		}








/* --------------------------------------
	Signin
--------------------------------------- */

body#sign #content {
	float: none;
	background: #fff;
	margin: 30px auto;
	padding: 0 20px 20px 20px;
	width: 400px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	}

body#sign #content h1 {
	float: none;
	text-align: left;
	margin: 0 0 50px 0;
	padding: 0;
	}

body#sign #content h2 {
	font-size: 50px;
	font-family: Georgia;
	color: #666;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid #f5f5f5;
	text-align: left;
	}


body#sign #content form div {
	
	}
	body#sign #content form div span {
		font-size: 10px;
		color: #999;
		}


body#sign #content form div input {
	font-size: 20px;
	font-family: Georgia;
	margin: 0 0 10px 0;
	padding: 10px;
	width: 200px;
	border: none;
	background: #eee;
	}
body#sign #content div.button_area input {
	font-size: 20px;
	font-family: Georgia;
	margin: 10px 0;
	padding: 10px 0;
	width: 150px;
	background: #ff3355;
	border: none;
	}


/* --------------------------------------
	Tab
--------------------------------------- */

.TabContainer {
  position: relative;
  border-bottom: 1px;
  border-bottom-style: solid;
  z-index: 1;
  margin-top: 30px;
  margin-bottom: 20px;
}

ul.Tabs,
.portlet-tab {
  margin:0;
  padding:0;
  position:absolute;
  right: 20px;
  bottom:-1px;
  overflow:hidden;
  list-style:none;
	}
	body#setup ul.Tabs {
		left: 20px;
		}


.Tabs li,
.portlet-tab li {
  margin:0 2px 0 0 !important;
  padding-left: 0px;
  float: left;
  border-width: 1px;
  border-style: solid;
}

.Tabs a, .Tabs a:visited, .portlet-tab a, .portlet-tab a:visited {
  padding: 10px 7px 5px 7px;
  display: block;
  text-decoration: none;
  line-height: 1em;
}

.Tabs li.Selected a, .Tabs li.Selected a:visited, .portlet-tab li.Selected a, .portlet-tab li.Selected a:visited {
  font-weight: bold
}

.Tabs a:hover, .Tabs a:focus, .portlet-tab a:hover, .portlet-tab a:focus {
  text-decoration: none
}


.TabContent {
  margin: -10px 0 12px 0;
  padding: 10px;
  border-width: 0 1px 1px 1px;
  border-style: solid;
}

/*** T A B S ***/
.TabContainer {
  border-bottom-color: #ccc;
}

.Tabs li, .portlet-tab li {
  border-color: #ccc;
  border-bottom-color: #ccc;
  background-color: #f5f5f5;
}

.Tabs li.Selected, .portlet-tab li.Selected {
  background-color:#fff;
  border-color: #ccc;
  border-bottom-color:#fff;
}

.Tabs li.Selected a, .Tabs li.Selected a:visited, .portlet-tab li.Selected a, .portlet-tab li.Selected a:visited {
  color:#000;
}
.Tabs li:hover {
	background-color:#f5f5f5;
	}
.Tabs li.selected:hover {
	background-color:#fff;
	}

.Tabs li a span {
	font-size: 10px;
	font-family: Arial;
	color: #999;
	margin-left: 10px;
	}


/* --------------------------------------
	Pager
--------------------------------------- */

.pager {
	clear: both;
	padding: 0 0 40px 0;
	text-align: center;
	white-space: nowrap;
	}

.pager a {
	font-family: Arial;
	font-size: 10px;
	margin: 0 2px;
	padding: 10px 15px;
	text-decoration: none;
	color: #666;
	}

.pager a:hover {
	background: #333;
	text-decoration: none;
	color: #fff;
	}

.nextprev,
.nextprev:hover {
	font-family: Arial;
	font-size: 10px;
	margin: 0 2px;
	padding: 10px 15px;
	text-decoration: none;
	color: #ccc;
	}

a.nextprev {
	font-family: Arial;
	font-size: 10px;
	margin: 0 2px;
	padding: 10px 15px;
	text-decoration: none;
	color: #666;
	}
a.nextprev:hover {
	font-family: Arial;
	font-size: 10px;
	margin: 0 2px;
	padding: 10px 15px;
	text-decoration: none;
	color: #fff;
	}

.current {
	font-family: Arial;
	font-size: 10px;
	color: #fff;
	margin: 0 2px;
	padding: 10px 15px;
	background: #333;
	text-decoration: none;
	}


/* --------------------------------------
	ap
--------------------------------------- */

#content hr {
	display: none;
	}
#content p {
	font-size: 10px;
	margin-bottom: 0px;
	}



/*----------------------------------------------------------
	角丸
----------------------------------------------------------*/

div.c_h {
	font-size: 1px;
	height: 5px;
	background: url(/image/corner/a.gif) top right no-repeat;
	}
div.c_b div {
	font-size: 1px;
	height: 5px;
	background: url(/image/corner/b.gif) bottom right no-repeat;
	}
div.c_b {
	font-size: 1px;
	height: 5px;
	background: url(/image/corner/c.gif) bottom left no-repeat;
	}
div.c_h div {
	font-size: 1px;
	height: 5px;
	background: url(/image/corner/d.gif) top left no-repeat;
	}


img.tile_photo {
	margin: 2px;
	}



/**** Masonry CSS ****/

.wrap {
    background: #FFF;
    border: 0px solid #456;
    padding: 10px;
	margin-bottom: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

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

.col_box {
    margin: 5px;
    padding: 5px;
    background: #D8D5D2;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 11px;
    float: left;
}

.col1 { width: 80px; }
.col2 { width: 180px; }
.col3 { width: 280px; }
.col4 { width: 380px; }
.col5 { width: 480px; }

.col1 img { max-width: 80px; }
.col2 img { max-width: 180px; }
.col3 img { max-width: 280px; }
.col4 img { max-width: 380px; }
.col5 img { max-width: 480px; }



/**** Primer comparison ****/

#comparison {
    overflow: auto;
}

#comparison .example {
    width: 420px;
    float: left;
    margin-right: 20px;
}

#comparison .box h5 {
    float: left;
    margin-bottom: 0;
    font-size: 30px;
    margin-right: 4px;
    line-height: 28px;
    font-weight: bold;
    color: #FFF;
}






/* Infinite Scroll loader */
#infscr-loading { 
    z-index: 5000;
    position: fixed;
    left: 40%;
    bottom: 40px;
    width: 200px;
    height: 100px;
    padding: 10px;
    background: #000; 
    opacity: 0.8;
    color: #FFF;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}



div.petit {
	margin-left: 18px;
	}
