@charset "UTF-8";

body {
	background: #323D53;
}

.inbox {
	width: 1200px;
	margin: 0 auto;
}
.a_center {
	text-align: center;
}
.a_right {
	text-align: right;
}
#header {
	padding: 10px 0;
	background: #fff;
}
#header h1,
#header .search_icon {
	float: left;
}
#header h1 {
	margin-right: 20px;
}

#top_menu {
	border: solid 1px #aaa;
	border-left: none;
	border-right: none;
	border-bottom: none;
	background: #f2f2f2;
	background: -webkit-gradient(linear,left top, left bottom,from(#ffffff),color-stop(0.49, #ffffff), to(#f2f2f2));
	background: -moz-linear-gradient(top, #ffffff 1%, #f2f2f2 99%);
	background: -webkit-linear-gradient(top, #ffffff 1%,#f2f2f2 99%);
	
}
#top_menu .inbox {
	border-left: solid 1px #aaa;
}
#top_menu li {
	float: left;
	width: 240px;
}
#top_menu li a {
	display: block;
	padding: 10px 0;
	text-align: center;
	font-weight: bold;
	text-shadow: 1px 1px 0 #aaa;
	text-decoration: none;
	border: solid 1px #aaa;
	border-left: none;
	border-top: none;
	color: #000;
}
#top_menu li a:hover {
	box-shadow: 0 -5px 0 #12C310 inset;
}
#main {
	margin-top: -1px;
	border-top: solid 1px #aaa;
}
#contents,
#side {
	float: left;
}
#contents {
	margin-right: 20px;
	width: 844px;
}
#side {
	width: 336px;
}
#footer li {
	_display: inline;
	margin: 10px;
}
#footer {
	padding: 20px 0;
}
#footer * {
	color: #fff;
}
.footer_menu {
	float: left;
	margin-right: 20px;
}
.tooltip {
	display: none;
	max-width: 200px;
	position: absolute;
	background: #ffff88;
	box-shadow: 5px 5px 5px 1px  #000;
	font-weight: bold;
	font-size: 12px;
}
.tooltip .sankaku {
	top: 5px;
	left: -30px;
}
.stamp_search {
	cursor: pointer;
}
.search_form {
	width: 770px;
}

.stamp_list dl {
	float: left;
	width: 175px;
	overflow-x: hidden;
}
.stamp_list dd.creator,
.stamp_list dt {
	height: 50px;
	height: 1.7em;
	overflow: hidden;
}
.ranking_box .cbox_in {
	text-align: center;
}
.ranking_wrap .over3  {
	float: left;
	width: 261px;
	margin-right: 20px;
}
.top3 .stamp_image img  {
	float: left;
}
.stamp_list .stamp_description div {
	height: 90px;
	word-break: break-all;
	overflow-y: hidden;
}
.top3 td.button {
	vertical-align: bottom;
	height: 60px;
	text-align: center;
}
.top3 td.button div {
	width: 450px;
	margin: 0 auto;
}

.top3 td.button a {
	float: left;
	margin: 0 5px;
	
}
.detail .stamp_image,
.detail .stamp_data {
	float: left;
}
.detail .stamp_data {
	margin-left: 10px;
	padding-top: 28px;
	width: 570px;
}
.detail .button {
	margin: 20px auto 0 auto;
}
.detail .button li {
	float: right;
	margin:  5px;
}
.detail .button li.to_com_wrap {
	float: left;
	margin-left: 10px;
}


#side .stamp_comment,
#side .comment_image {
	float: right;
}
#side .stamp_comment {
	margin-left: 0;
	margin-right: 20px;
	max-width: 265px;
}
.thread_list dt a {
	font-size: 20px;
}

.creators .comment_image {
	width: 100px;
}
.creators .stamp_comment {
	width: 720px;
}
.top_contents .explain1 .exp_text td div {
	width: 700px;
}
.top_recommend_list dl {
	width: 210px;
}
.top_recommend_list .stamp_image {
}
.top_recommend_list .stamp_image img {
	width: 120px;
	margin: 0 auto;
}
.bx-wrapper {
	max-width: 100% ! important;
}
.bx-wrapper .bx-viewport {
	background: none ! important;
	border: none ! important;
	box-shadow: none ! important;
	height: auto !important;
}
.top_recommend_list h2.single {
	margin-bottom: 0;
}