@charset "utf-8";

/* Table Of Contents
----------------------------------------

# content
# love

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


/* /index.html
---------------------------------------------------------------------------- */

#top #header {
	background: url(/common/images/bg_header.gif) no-repeat right top;
}

#top #header .headerInner {
	padding-bottom: 6px;
}

/* #top #header .headerInner #logo {
	float: left;
	padding: 0;
}

 #top #header .headerInner p {
	float: right;
	padding-top: 18px;
}

#top #header .headerInner p a {
	background: url(/common/images/ico_arrow01.gif) no-repeat 0 0;
	font-size: 10px;
	padding: 1px 0 2px 15px;
}

#top #header .headerInner p.description {
	clear: both;
	float: none;
	font-size: 10px;
	padding: 4px 0 7px 0;
	text-align: left;
}*/
#top #content div.infoText {
	padding: 10px 10px 0 10px;
}

#top #content #attention {
	margin: 0 5px 10px;
}

#top #content #attention h2 {
	padding: 8px 35px;
	border-radius: 8px 8px 0 0;
	color: #fff;
	font-size: 1.5em;
	background: #F38685 url(/common/images/attention_h2.png) no-repeat 11px 10px;
}

#top #content #attention li {
	position: relative;
	/*background: #FCC7C7;*/
	background: #ffe5e5;
}

#top #content #attention li:nth-of-type(2n) {
	background: #fff5f5;
}

#top #content #attention li.more {
	padding: 7px;
	border-radius: 0 0 8px 8px;
	text-align: center;
}

#top #content #attention li.more a:before,
#top #content #attention li.more a:after {
	display: none;
}

#top #content #attention li > a {
	position: relative;
	display: table;
	width: 67%;
	width: -webkit-calc(100% - 109px);
	width: calc(100% - 108px);
	padding: 7px 0 7px 15px;
	color: #000;
	text-shadow: 1px 1px #FFE4E4;
	vertical-align: top;
}

#top #content #attention li > a:before {
	content: '';
	position: absolute;
	left: -20px;
	top: -20px;
	display: block;
	border: 20px solid transparent;
	border-right: 20px solid #f9c7c7;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
}

#top #content #attention li:nth-of-type(1) > a:before { border-right-color: #cab109;}
#top #content #attention li:nth-of-type(2) > a:before { border-right-color: #868686;}
#top #content #attention li:nth-of-type(3) > a:before { border-right-color: #bf7315;}

#top #content #attention li > a:after {
	content: '1';
	position: absolute;
	left: 4px;
	top: 1px;
	display: block;
	color: #4a3131;
	font-size: 12px;
	font-weight: bold;
	text-shadow: none;
}

#top #content #attention li:nth-of-type(1) > a:after { color: #fff;}
#top #content #attention li:nth-of-type(2) > a:after { content: '2'; color: #fff;}
#top #content #attention li:nth-of-type(3) > a:after { content: '3'; color: #fff;}
#top #content #attention li:nth-of-type(4) > a:after { content: '4';}
#top #content #attention li:nth-of-type(5) > a:after { content: '5';}
#top #content #attention li:nth-of-type(6) > a:after { content: '6';}
#top #content #attention li:nth-of-type(7) > a:after { content: '7';}
#top #content #attention li:nth-of-type(8) > a:after { content: '8';}
#top #content #attention li:nth-of-type(9) > a:after { content: '9';}
#top #content #attention li:nth-of-type(10) > a:after { content: '10'; left: 2px;}
#top #content #attention li:nth-of-type(11) > a:after { content: '11'; left: 2px;}
#top #content #attention li:nth-of-type(12) > a:after { content: '12'; left: 2px;}
#top #content #attention li:nth-of-type(13) > a:after { content: '13'; left: 2px;}
#top #content #attention li:nth-of-type(14) > a:after { content: '14'; left: 2px;}
#top #content #attention li:nth-of-type(15) > a:after { content: '15'; left: 2px;}
#top #content #attention li:nth-of-type(16) > a:after { content: '16'; left: 2px;}
#top #content #attention li:nth-of-type(17) > a:after { content: '17'; left: 2px;}
#top #content #attention li:nth-of-type(18) > a:after { content: '18'; left: 2px;}
#top #content #attention li:nth-of-type(19) > a:after { content: '19'; left: 2px;}
#top #content #attention li:nth-of-type(20) > a:after { content: '20'; left: 2px;}

#top #content #attention li > a .attention_li_thumb {
	display: table-cell;
	width: 57px;
	padding-right: 7px;
	vertical-align: middle;
}

#top #content #attention li > a .attention_li_thumb img {
	width: 53px;
	margin-left: -3px;
	border: 2px solid #FBF4F4;
	border-radius: 3px;
}

#top #content #attention li > a .attention_li_thumb_right {
	display: table-cell;
	height: 51px;
	line-height: 1.5;
	font-weight: bold;
	vertical-align: middle;
}

#top #content #attention li > a .attention_li_thumb_right img {
	margin-right: 3px;
	border: 1px solid #FFA7A6;
	border-radius: 30px;
	vertical-align: text-bottom;
}

#top #content #attention li .glance_inner {
	position: absolute;
	top: 23px;
	right: 8px;
	display: inline-block;
	padding: 2px 6px 1px;
	border-radius: 3px;
	box-shadow: 1px 1px 0 #4e7202;
	color: #fff;
	font-size: 0.8em;
	background: #73A803;
}

#top #content #attention li .glance_inner_close {
	background: #383131;
	box-shadow: 1px 1px 0 #000;
}

#top #content #attention li .res_cnt {
	position: absolute;
	right: 59px;
	top: 23px;
	z-index: 2;
	display: inline-block;
	padding: 0 6px;
	border-radius: 20px;
	color: #fff;
	background: #F15E5D;
}

#top #content #attention li .res_cnt:before {
	content: '';
	position: absolute;
	bottom: -3px;
	right: 6px;
	width: 8px;
	height: 5px;
	border-radius: 0 0 25px 25px;
	background: #F15E5D;
}

#top #content #attention li .res_cnt:after {
	content: '';
	position: absolute;
	bottom: -5px;
	right: 9px;
	width: 12px;
	height: 5px;
	border-radius: 0 0 25px 25px;
	background: #ffe5e5;
}

#top #content #attention li:nth-of-type(2n) .res_cnt:after {
	background: #fff5f5;
}

#top #content #attention li.more a,
#top #content #attention li .attention_inner .attention_inner_link a {
	display: inline-block;
	line-height: 21px;
	padding: 5px 13px;
	border-radius: 4px;
	box-shadow: 1px 1px 0 #1337e4;
	color: #fff;
	text-shadow: none;
	text-decoration: none;
	letter-spacing: 2px;
	background: #4464FF;
}

#top #content #attention li.more a:visited {
	color: #fff;
}

#top #content #attention li .attention_inner {
	clear: both;
	display: none;
	padding: 10px;
	color: #fff;
	background: #3B3B3B;
	box-shadow: inset 0 1px 5px #000;
}

#top #content #attention li .attention_inner h3 {
	margin-bottom: 2px;
	color: #FFD4D4;
	font-weight: bold;
}

#top #content #attention li .attention_inner .topThreadRead_cnt {
	color: #F5A6A6;
}

#top #content #attention li .attention_inner p {
	font-size: .9em;
}

#top #content #attention li .attention_inner .attention_res_latest {
	position: relative;
	margin-top: 8px;
	padding: 2px 2px 2px 5px;
	border-radius: 5px;
	background: #4E4E4E;
}

#top #content #attention li .attention_inner .attention_res_latest:after {
	content:"";
	position: absolute;
	top: -5px;
	left: 30px;
	width: 0;
	display:block;
	border: 5px solid transparent;
	border-bottom-color: #4E4E4E;
	border-top-width: 0;
}

#top #content #attention li .attention_inner .attention_res_latest h4 {
	display: inline-block;
	padding: 2px 5px;
	border-radius: 10px;
	color: #fff;
	font-size: .8em;
	background: #6B9C04;
}

#top #content #attention li .attention_inner .attention_res_latest span {
	color: #B1F12A;
	font-size: 12px;
}

#top #content #attention li .attention_inner .attention_res_latest p {
	margin-top: 5px;
}

#top #content #attention li .attention_inner .attention_inner_link {
	margin-top: 9px;
	text-align: center;
}

#top #content #attention li .attention_inner .attention_inner_link a {
	font-size: .8em;
}

#content div.tabSet {
	/*background: #b1be4b;*/
	background: #AFC22A;
}

#content ul.tabList {
	padding-top: 5px;
	text-align: center;
}

#content ul.tabList li {
	display: inline-block;
	padding: 0 3px 0 0;
	width: 86px;
}

#content ul.tabList li:last-child {
	padding: 0;
}

#content ul.tabList li a {
	position: relative;
	top: 2px;
	background: #525E00;
	border-radius: 3px 3px 0 0;
	/*color: #696a5e;*/
	color: #fff;
	display: block;
	height: 34px;
	line-height: 34px;
	text-align: center;
	text-decoration: none;
}

#content ul.tabList li a.selected {
	top: 0;
	background: #fff;
	color: #525E00;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	margin-bottom: -1px;
	position: relative;
	/*box-shadow: 0 -2px 1px 1px #99AA26;*/
}
/*#content ul.tabList li a:active {
	background: #fff;
	color: #a9be00;
	margin-bottom: -1px;
	padding: 6px 0;
	position: relative;
}*/

#content div.tabContent {
	overflow:hidden;
	clear:both;
	margin: 0px auto;
	padding: 0 5px;
	background: #afc22a;
}

#content div.tabContent .new_thread {
	position: absolute;
	left: -3px;
	top: 50%;
	display: block;
	width: 10px;
	height: 40px;
	line-height: 13px;
	margin-top: -20px;
	padding: 0;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	word-wrap: break-word;
	background: #EA4242;
}

#content div.tabContent .res_cnt {
	position: relative;
	left: 5px;
	display: inline-block;
	line-height: 16px;
	margin-right: 5px;
	padding: 0 6px;
	border-radius: 20px;
	color: #fff;
	font-size: 12px;
	background: #87BD47;
}

#content div.tabContent .res_cnt:before {
	content: '';
	position: absolute;
	top: -4px;
	right: 6px;
	width: 6px;
	height: 5px;
	border-radius: 0 25px 0 0;
	background: #87BD47;
}

#content div.tabContent .res_cnt:after {
	content: '';
	position: absolute;
	top: -4px;
	right: 10px;
	width: 12px;
	height: 4px;
	border-radius: 0 16px 10px 0;
	background: #fff;
}

#top #content div.thumbBlock {
	position: relative;
	margin: 0 auto;
	padding: 0 0 8px 0;
	width: 300px;
}

#top #content div.thumbBlock .caroufredsel_wrapper {
	margin: 0 auto!important;
}

#top #content div.thumbBlock ul#thumbList li {
    width: auto;
	text-align: center;
}

#top #content div.thumbBlock p.next {
	position: absolute;
	top: 36px;
	right: 10px;
	z-index: 1000;
}

#top #content .pagbute02 {
	background: #e7ebc9;
	clear: both;
	padding: 4px 10px;
}

#top #content .flexslider01,
#top #content .flexslider02,
#top #content .flexslider03,
#top #content .flexslider04 {
	background: #e7ebc9;
}

#top #content ul.slide li {
	background: #fff;
}

#top #content .pagbute02 .pageInner {
	margin: 0 auto;
	width: 300px;
}

#top #content .pagbute02 p.previous {
	float: left;
	padding: 0 23px 0 0;
	width: 70px;
}

#top #content .flex-direction-nav li a.flex-prev,
#top #content .pagbute02 p.previous span,
#top #content .pagbute02 p.previous a {
	background: #fff url(/common/images/ico_arrow03.png) no-repeat 20px center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 15px;
	padding: 4px 3px 4px 27px;
	display: block;
	text-decoration: none;
	position: relative;
	z-index: 10;
}

#top #content .flex-direction-nav {
	margin: -31px auto 46px;
	width: 300px;
	position: relative;
	z-index: 1;
}

#top #content .flex-direction-nav li {
	float: left;
	width: 70px;
}

#top #content .flex-direction-nav li.previous {
	margin-right: 159px;
}

#top #content .flex-direction-nav li a.flex-prev,
#top #content .flex-direction-nav li a.flex-next {
	width: 37px;
}

#top #content .pagbute02 p.previous span {
	background: #f3f5e4 url(/common/images/ico_arrow03.png) no-repeat 10px center;
	color: #8c8e7d;
}

#top #content .flex-control-nav,
#top #content .pagbute02 ul {
	float: left;
	padding: 7px 0 0 0;
}

#top #content .flex-control-nav {
	float: none;
	padding: 10px 0 8px 0;
	text-align: center;
}

#top #content .flex-control-nav li,
#top #content .pagbute02 ul li {
	float: left;
	padding: 0 5px 0 0;
	width: 12px;
}

#top #content .flex-control-nav li {
	display: inline;
	float: none;
	text-indent: -9999px;
}

#top #content .flex-control-nav li a,
#top #content .pagbute02 ul li a {
	background: url(/common/images/ico_cirlce02.gif) no-repeat left top;
	display: inline-block;
	height: 12px;
	text-indent: -9999px;
	width: 12px;
}

#top #content .flex-control-nav li a.flex-active,
#top #content .pagbute02 ul li.selected {
	background: url(/common/images/ico_cirlce01.gif) no-repeat left top;
	text-indent: -9999px;
	height: 12px;
	width: 12px;
}

#top #content .pagbute02 p.next {
	float: left;
	padding: 0 0 0 22px;
	width: 70px;
}

#top #content .flex-direction-nav li a.flex-next,
#top #content .pagbute02 p.next span,
#top #content .pagbute02 p.next a {
	background: #fff url(/common/images/ico_arrow04.png) no-repeat right center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 15px;
	padding: 4px 16px 3px 15px;
	display: block;
	text-decoration: none;
}

#top #content .pagbute02 p.next span {
	background: #f3f5e4 url(/common/images/ico_arrow04.png) no-repeat right center;
	color: #8c8e7d;
}

#top #content .item {
	position: relative;
	background: #fbb5b6;
	margin: 10px 0;
	padding-bottom: 7px;
}

#top #content .item .grouplist_h2 {
	padding: 7px 9px 6px;
}

#top #content .item .grouplist_more {
	cursor: pointer;
	position: absolute;
	top: 8px;
	right: 13px;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	padding: 0 6px 0 25px;
	border-radius: 25px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	box-shadow: 1px 1px 0 #BD2753;
	background: #EF3E71;
	transition: all .25s ease-out;
}

#top #content .item .grouplist_more:after {
	content: "";
	position: absolute;
	left: 6px;
	top: 3px;
	display: block;
	width: 14px;
	height: 14px;
	background: url(/common/images/ico_plus.png) no-repeat left top;
	background-size: 14px 14px;
	transition: all .25s ease-out;
}

#top #content .item .grouplist_close {
	box-shadow: 1px 1px 0 #333;
	background: #666;
}

#top #content .item .grouplist_close:after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

#top #content .item .grouplist_main {
	position: relative;
	padding-top: 8px;
}

#top #content .item .grouplist_main .grouplist_more {
	cursor: pointer;
	position: relative;
	top: -15px;
	right: 0;
	display: block;
	height: 30px;
	line-height: 56px;
	margin: 0 3px;
	padding: 0 6px 0 25px;
	border-radius: 0;
	text-align: center;
	color: #fff;
	font-size: 19px;
	letter-spacing: 3px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,143,168,0)), color-stop(1%,rgba(229,143,168,0)), color-stop(48%,rgba(229,143,168,1)), color-stop(100%,rgba(229,143,168,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(229,143,168,0) 0%,rgba(229,143,168,0) 1%,rgba(229,143,168,1) 48%,rgba(229,143,168,1) 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom, rgba(229,143,168,0) 0%,rgba(229,143,168,0) 1%,rgba(229,143,168,1) 48%,rgba(229,143,168,1) 100%); /* W3C */

	box-shadow: none;
	transition: all .25s ease-out;
}

#top #content .item .grouplist_main .grouplist_more:after {
	top: 21px;
	left: 50%;
	margin-left: -80px;
}

#top #content .item .grouplist_main .grouplist_close {
	top: 0;
	right: 0;
	line-height: 30px;
	border-radius: 25px;
	font-size: 14px;
	box-shadow: 1px 1px 0 #333;
	background: #666;
}

#top #content .item .grouplist_main .grouplist_close:after {
	top: 8px;
	left: 50%;
	margin-left: -38px;
}

#top #content .itemList {
	overflow: hidden;
	width: 302px;
}

@media screen and (orientation:landscape) {
	#top #content .itemList {
		width: 475px;
	}
}

#top #content .item li {
	background: #fff;
	float: left;
	width: 143px;
	min-height: 31px;
	margin: 0 4px 3px 0;
	border-radius: 2px;
	padding: 3px;
	text-align: center;
}

#top #content ul.itemList li:nth-child(2n){
	margin-right: 0;
}

@media screen and (orientation:landscape) {
	#top #content ul.itemList li:nth-child(2n){
		margin-right: 4px;
	}

	#top #content ul.itemList li:nth-child(3n){
		margin-right: 0;
	}
}

#top #content .itemList_close {
	overflow: hidden;
	display: block;
	height: 166px;
	transition: all .25s ease-in;
}

#top #content .item li p {
	border: 1px dashed #FFBBCE;
	border-radius: 2px;
	line-height: 1;
}

#top #content .item li p.itemIndex {
	padding: 10px 0 0 0;
	min-height: 34px;
}

#top #content .item li p a {
	display: block;
	min-height: 31px;
	padding: 3px 0 0 0;
	color: #ee6166;
	font-size: 15px;
	text-decoration: none;
}

#top #content .item li p a span {
	color: #717171;
	font-size: 12px;
}

#top #content ul.elementList {
	padding: 0 0 8px 0;
}

#top #content ul.elementList li {
	background: url(/common/images/bg_line02.gif) repeat-y 1px top;
	border-bottom: 1px solid #e7ebc9;
	float: left;
	width: 33%;
	text-align: center;
}

#top #content ul.elementList li:nth-child(3n){
	width: 34%;
}

#top #content ul.elementList li a {
	display: block;
	padding: 9px 0 9px 0;
	text-decoration: none;
}


/* /thread/1786781/1/index.html
---------------------------------------------------------------------------- */

#thread01 .container {
  clear: both;
	padding: 0 10px;
}

#thread01 #content .order div p {
	/*font-size: 16px;*/
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 25px;
	word-wrap:break-word;
	_word-break:break-all;
	*word-break:break-all;
	width: auto;
	padding: 0;
}

#thread01 #content .order div p:last-child {
	margin-bottom: 7px;
}

#thread01 #content .order .post_data {
	margin-bottom: 11px;
	padding: 0;
}


/* /thread/1786781/research/result.html
---------------------------------------------------------------------------- */

#result #content ul.resList01 {
    border-bottom: 1px solid #E7EBC9;
	margin-bottom: 12px;
}


/* /tags/index.html
---------------------------------------------------------------------------- */

#tag #content ul.linkList01 {
	padding-bottom: 10px;
}


/* /profile/index.html
---------------------------------------------------------------------------- */

#profile #content .bh {
	margin-bottom: 10px;
}

#profile #content div.searchBlock li > p:first-child {
	font-weight: bold;
	padding-bottom: 7px;
}

#content div.searchBlock ul li label {
	font-size: 100%;
}

#profile #content div.searchBlock li.tag input {
	margin-bottom: 4px;
}

#profile #content .post_data {
	margin: 0;
	padding: 0;
}

#profile #content div.mailBlock p:first-child {
	float: left;
	padding-top: 5px;
	width: 50%;
}

#profile #content div.mailBlock p:last-child {
	float: right;
}

#profile #content ul.noteList {
	margin-top: 12px;
}

#profile #content dl.about dt {
	margin-bottom: 12px;
	font-weight: bold;
}

#profile #content dl.about dd {
	margin-bottom: 12px;
}

#profile #content p.profileBtn {
	margin-bottom: 30px;
}

#profile #content div.searchBlock ul li.mail {
	padding: 0!important;
}

#profile ul li.mail > p:first-child {
    border-bottom: 1px solid #FAE9EE;
	margin-bottom: 10px;
    padding: 0 10px 12px;
}

#profile #content div.mailBlock {
    padding: 0 10px 30px;
}


/* /search/index.html
---------------------------------------------------------------------------- */

#search #content .searchBlock {
	margin: 0 10px;
}

#search #content .searchBlock table {
	margin-bottom: 10px;
}

#search #content .searchBlock table th {
	border: 1px solid #ccc;
	font-weight: bold;
	padding: 10px 2px 10px 5px;
	width: 30%;
}

#search #content .searchBlock table td {
	border: 1px solid #ccc;
	padding: 10px 12px 10px 7px;
}

#search #content .searchKeywords input,
#search #content div.searchBlock .pageRadio ul li  label {
	font-size: 12px;
}

#search #content div.searchBlock ul li {
	margin-bottom: 0;
	padding-bottom: 0;
}

#search #content div.searchBlock .pageRadio ul li p:first-child {
    padding: 0 10px 0 0;
}

#content .pageSelect select {
	font-size: 15px;
	height: auto;
}

#search #content .searchKeywords #searchKeywords03,
#search #content .searchKeywords #searchKeywords04 {
	width: 20%;
}


/* /mythread/add/index.html
---------------------------------------------------------------------------- */

#mythreadAdd #content .title {
	font-size: 14px;
	margin-bottom: 10px;
}

#mythreadAdd #content p.checkTitle {
	margin-bottom: 7px;
}

#mythreadAdd #content .post_data {
	margin: 0;
	padding: 0;
}

#mythreadAdd #content .post_data a {
	color: #a72764;
	text-decoration: none;
}

#mythreadAdd #content .btn03 {
	margin-bottom: 10px;
}

#mythreadAdd #content p.note {
	padding-bottom: 5px;
}

#mythreadAdd div.checkBox02 {
	position: relative;
}

div.checkBox02 p.blank {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}

#mythreadAdd div.checkBox02 p.blank img {
	width: 100%;
}

/* /post/index.html
---------------------------------------------------------------------------- */

#post .searchBlock {
	padding: 10px 0 0 0;
}

#post p.error {
	color: #a62626;
	padding: 10px 0 10px 8px;
}

#post  p.error a {
	text-decoration: underline;
	color: #a62626;
}

#post #content div.searchBlock ul.textList  {
	padding: 10px 0 0 0;
}

#post #content div.searchBlock ul.textList li {
	border: none;
	margin: 0;
	font-weight: normal;
	padding: 0;
}

#post .btnList .btn02,
#post .btnList .btn03 {
	line-height: 1.2;
}

#post .btnList .btn03 {
   width: 146px;
}


/* # /未定/index.html
---------------------------------------------------------------------------- */

#undetermine .searchBlock {
	padding: 10px 0 0 0;
}

#undetermine .btn01 {
	padding: 9px 2px;
}

#undetermine .searchBlock ul li p:first-child {
	font-weight: bold;
	margin-bottom: 2px;
}

#undetermine .searchBlock ul li input {
	margin-bottom: 7px;
}

#undetermine #content ul.noteList {
	padding-left: 10px;
}

#undetermine #content ul.noteList li {
	margin-bottom: 0;
	text-indent: -10px;
}

#undetermine #content .tag {
	margin: 10px 0;
}

#undetermine #content .pageSelect select {
	height: 29px;
	margin-right: 2px;
}

#undetermine #content .pageSelect select {
	width: 91px;
}

#undetermine #content .tag input {
	margin-bottom: 0;
	width: 68px;
}


/* # /vote/index.html
---------------------------------------------------------------------------- */

#vote #content .pageSelect {
	padding: 0 12px 12px 12px;
}

#vote #content .pageSelect select {
	width: 100%;
}

#vote #content ul.icnLinkList01 {
	padding-right: 12px;
	padding-bottom: 10px;
}

/* # /auth/tell_regist.html
---------------------------------------------------------------------------- */

#auth .searchBlock {
	padding: 10px 0 0 0;
}

#auth #content .TopicPath ul {
	background: url(/common/images/bg_topicpath.gif) repeat-x 0 0;
}

#auth .btn01 {
	padding: 9px 2px;
}

#auth #footer .footerNav ul:nth-child(2)  {
	margin-top: 12px;
}


/* # /auth/sms_tell_confirm.html
---------------------------------------------------------------------------- */

#sms_tell_confirm .btn01 {
	padding: 9px 2px;
}


/* # /auth/sms_tell_send.html
---------------------------------------------------------------------------- */

#sms_tell_send .group ul {
	padding: 10px 0 0 0;
}


/* # /auth/way_select.html
---------------------------------------------------------------------------- */

div.groupBox p:first-child {
    text-align: left;
}

#way_select .btn01 {
	padding: 9px 2px;
}

#way_select #content .group p span {
	color: #a72764;
}

#way_select #content .groupGray {
	margin-top: 10px;
}

#way_select #content p.text {
	font-size: 10px;
	padding: 0 10px;
}


/* # /auth/tell_confirm.html
---------------------------------------------------------------------------- */

#tell_confirm #content .groupBox {
	margin-top: 10px;
}

#tell_confirm #content .group p span {
	color: #a72764;
}

#tell_confirm #content p.text {
	font-size: 10px;
	padding: 0 10px 10px;
}

#tell_confirm #content div.block {
	background: url(/common/images/bg_arrow01.png) no-repeat center top;
	padding: 13px 10px 13px 10px;
	margin: 0 0 2px 0;
}

#tell_confirm #content div.block p {
	font-size: 10px;
	text-align: center;
}

#tell_confirm #content div.block p:first-child {
	font-weight: bold;
}

#tell_confirm #content div.block p:last-child {
	line-height: 1.8;
	padding: 9px 0 0 0;
}

#tell_confirm #content p.confirmButton {
	margin: 0 auto;
    padding: 0 10px 10px 10px;
    width: 300px;
}

#tell_confirm #content p.confirmButton .confirmBtn {
	font-size: 14px;
	padding: 18px 15px 18px;
	width: 300px;
}


/* # /account/login/index.html
---------------------------------------------------------------------------- */

#login #content div.memberBlock {
	padding: 10px;
}

#login #content .register {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

#login #content p.groupText {
	color: #666;
	font-weight: bold;
	padding-bottom: 10px;
}

#login #content div.groupBox {
	color: #666;
}

#login #content div.groupBox p {
	text-align: left;
}

#login #content div.groupBox p:first-child {
	padding-bottom: 10px;
}

#login #content div.groupBox ul li {
	font-weight: bold;
}

#login #content p.note {
	color: #000;
	font-size: 9px;
	padding-bottom: 10px;
}

#login #content div.groupBox p:last-child {
	font-size: 12px;
	letter-spacing: normal;
}

#login #content div.groupBox:last-child {
	color: #000;
}


/* # /day/index.html
---------------------------------------------------------------------------- */

#day #content p.text {
	background: #b1be4b;
	color: #fff;
	margin: 15px 0 0 0;
	padding: 5px 0 0 9px;
}

#day #content ul.tabList {
	background: #b1be4b;
	padding: 5px 10px 0 10px;
}

#day #content ul.tabList li {
	float: left;
	padding: 0 3px 0 0;
	width: 47px;
}

#day #content ul.tabList li:last-child {
	padding: 0;
}

#day #content ul.tabList li a {
	background: #e7ebc9;
	-webkit-border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
	color: #696a5e;
	display: block;
	padding: 4px 0 3px 0;
	text-align: center;
	text-decoration: none;
}

#day #content ul.tabList li a.selected {
	background: #fff;
	color: #a9be00;
	margin-bottom: -50px;
	padding: 4px 0 4px 0;
	position: relative;
}

#day #content div.tabContent {
	border-top: 1px solid #d1d99e;
	margin-bottom: 10px;
}

#day #content ul.resList04 li ul li {
	 border-bottom: none;
	 border-top: 1px solid #E7EBC9;
}

#day #content ul.resList04 li ul li a {
	background: url(/common/images/bg_arrow02.png) no-repeat 27px center, url(/common/images/ico_arrow02.png) no-repeat right center;
	padding-left: 34px;
}

#day #content ul.resList04 li:last-child a {
	background: #f3f2f4 url(/common/images/ico_arrow02.png) no-repeat right center;
}

#day #content ul.resList04 li ul li:last-child a {
	background: url(/common/images/bg_arrow02.png) no-repeat 55px center, url(/common/images/ico_arrow02.png) no-repeat right center;
}


/* # /404.html
---------------------------------------------------------------------------- */

#error404 #content .item {
	background: #e58fa8;
	padding-bottom: 2px;
	margin-bottom: 10px;
}

#error404 #content .itemList {
	margin: 0 auto;
	width: 316px;
}

@media screen and (orientation:landscape) {
	#error404 #content .itemList {
		width: 422px;
	}
}

#error404 #content .item li {
	background: #fff;
	float: left;
	margin: 0 2px 2px 0;
	padding: 2px;
	min-height: 31px;
	width: 100px;
	text-align: center;
}

#error404 #content ul.itemList li:nth-child(3n){
	margin-right: 0;
}

@media screen and (orientation:landscape) {
	#error404 #content ul.itemList li:nth-child(3n){
		margin-right: 2px;
	}

	#error404 #content ul.itemList li:nth-child(4n){
		margin-right: 0;
	}
}

#error404 #content .item li p {
	border: 1px dashed #bfbfbf;
	line-height: 1;
	vertical-align: middle;
}

#error404 #content .item li p.itemIndex {
	padding: 10px 0 0 0;
	min-height: 34px;
}

#error404 #content .item li p a {
	color: #a62662;
	display: block;
	font-weight: bold;
	padding: 10px 0 0 0;
	height: 35px;
	text-decoration: none;
	font-size: 12px;
}

#error404 #content .item li p a span {
	color: #555;
	font-size: 9px;
}

#error404 #content ul.elementList {
	padding: 0 0 8px 0;
}

#error404 #content ul.elementList li {
	background: url(/common/images/bg_line02.gif) repeat-y 1px top;
	border-bottom: 1px solid #e7ebc9;
	float: left;
	width: 33%;
	text-align: center;
}

#error404 #content ul.elementList li:nth-child(3n){
	width: 34%;
}

#error404 #content ul.elementList li a {
	display: block;
	padding: 9px 0 9px 0;
	text-decoration: none;
}

#error404 .error {
	border-top: 1px solid #e4e4e4;
	padding: 9px 10px 7px 10px;
}

#error404 .errorInner {
	margin: 0 auto;
	width: 300px;
}

#error404 .error .errorText {
	float: left;
	width: 147px;
}

#error404 .error .errorText p:first-child {
	padding: 0 0 4px 0;
	margin-right: -16px;
}

#error404 .error .errorImage {
	margin-right: -4px;
	float: right;
	padding-top: 12px;
	width: 156px;
}

.manner {
	padding: 9px 10px 7px 10px;
	text-align: center;
}

.mannerInner {
	margin: 0 auto;
	width: 300px;
}

.manner .mannerText {
	float: left;
	width: 148px;
}

.manner .mannerText p:first-child {
	margin-right: 3px;
	padding: 14px 0 4px 0;
	text-align: left;
}

.manner .noteList {
	margin-bottom: 20px;
}

.manner .noteList li {
	margin: 10px;
	text-align: left;
}

.manner .mannerImage {
	margin-right: -4px;
	float: right;
	padding-top: 12px;
	width: 156px;
}

@media screen and (min-width: 768px)  {
	.manner {
		font-size: 1.2em;
	    line-height: 1.7;
	}

	.mannerInner {
	    width: auto;
	}

	.manner .mannerText {
	    width: 570px;
	}
}/*@media screen and (min-width: 768px)*/

/* # /onayami/
---------------------------------------------------------------------------- */

#onayami #header {
	background: url(/common/images/bg_header02.gif) no-repeat right top;
}

#onayami #header .headerInner {
	padding: 0 11px 3px 8px;
}

#onayami #header .headerInner #logo {
	padding-top: 4px;
}

#onayami #header .headerInner p.linkList a {
	background: url(/common/images/ico_arrow13.png) no-repeat 0 1px;
	display: block;
	font-size: 10px;
}

#onayami #header .headerInner p.linkList {
	padding-top: 13px;
}

#onayami #header .banner {
	background: #f37d85;
}

#onayami #content .bh {
	background: #f37d85;
}

#onayami #content .noteTxt {
	background: #fde5e7;
}

#onayami #content p.mh04 {
	background: #eebd54;
	border-bottom: 1px solid #f9e5bf;
}

#onayami #content ul.tabList {
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #e8e8e8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e8e8e8));
	background: -webkit-linear-gradient(top, #ffffff 0%,#e8e8e8 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#e8e8e8 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#e8e8e8 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#e8e8e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 );
	margin-bottom: 1px;
}

#onayami #content ul.tabList li {
	border-right: 1px solid #b9b9b9;
	border-left: 1px solid #fff;
	float: left;
	width: 52px;
}

#onayami #content ul.tabList li:first-child {
	border-left: none;
}

#onayami #content ul.tabList li:first-child {
	width: 52px;
}

#onayami #content ul.tabList li a {
	display: block;
	font-size: 14px;
	padding: 10px 0 6px 0;
	text-align: center;
	text-decoration: none;
}

#onayami #content ul.tabList li a.selected {
	background: #eebd54;
	color: #fff;
	margin-top: -2px;
	padding: 12px 0 6px 0;
	position: relative;
}

#onayami #content ul.resList04 li {
	border-bottom: 1px solid #f9e5bf;
}

#onayami #content ul.resList04 li a {
	background: url(/common/images/ico_arrow14.png) no-repeat right center;
}

#onayami #content ul.icnLinkList01 li {
	background: url(/common/images/ico_arrow13.png) no-repeat 0 center;
}

#onayami #content .searchBox {
	border: 1px solid #f7a4a9;
	box-shadow: 0 0 0 2px #fbd8da;
	-moz-box-shadow: 0 0 0 2px #fbd8da;
	-webkit-box-shadow: 0 0 0 2px #fbd8da;
}

#onayami #content .postArea01 {
	background: #fde5e7;
}

#onayami #content .postArea01 .postTitle {
	background: url(/common/images/ico_pen.png) no-repeat 0 2px;
	color: #f37d85;
	font-weight: bold;
}

#onayami #content .postArea01 p textarea {
	border: 1px solid #f7a4a9;
	box-shadow: 0 0 0 2px #fac6c9;
	-moz-box-shadow: 0 0 0 2px #fac6c9;
	-webkit-box-shadow: 0 0 0 2px #fac6c9;
}

#content .postArea01 p.icoLinkList02 {
	background: url(/common/images/ico_arrow13.png) no-repeat 0 2px;
}

#onayami #content p.txtCounter {
	color: #e8525d;
}

#content .postArea01 .postBtn button {
	background: #f58293;
	background: -moz-linear-gradient(top, #DA3C9B 0%, #A82764 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#DA3C9B), color-stop(100%,#A82764));
	background: -webkit-linear-gradient(top, #DA3C9B 0%,#A82764 100%);
	background: -o-linear-gradient(top, #DA3C9B 0%,#A82764 100%);
	background: -ms-linear-gradient(top, #DA3C9B 0%,#A82764 100%);
	background: linear-gradient(to bottom, #DA3C9B 0%,#A82764 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DA3C9B', endColorstr='#A82764',GradientType=0 );
    -moz-box-shadow: inset 0 0 1px 1px #f9a8b4;
	-webkit-box-shadow: inset 0 0 1px 1px #f9a8b4;
	box-shadow: inset 0 0 1px 1px #f9a8b4;
    background-repeat: no-repeat;
    border: 1px solid #C26690;
}


/* # /onayami/index.html
---------------------------------------------------------------------------- */

#onayami.top #header {
	background: url(/common/images/onayami/bg_header.gif) no-repeat right top;
}

#onayami.top #header .headerInner {
	padding: 0 10px 5px 8px;
}

#onayami.top #header .headerInner p.description {
	padding: 4px 0 1px 2px;
}

#onayami.top #header .headerInner p.linkList {
    padding-top: 25px;
}

#onayami.top #content div.infoText {
    padding: 10px 10px 0;
}

#onayami.top #content .flexslider05 {
	background: #fcf2dd;
}

#onayami.top #content ul.slide li {
	background: #fff;
}

#onayami.top #content ul.resList04 li:last-child,
#onayami.top #content ul.resList04 li.flex-active-slide {
	border-bottom: none;
}

#onayami.top #content .flex-direction-nav li a.flex-prev {
	background: #fff url(/common/images/ico_arrow15.png) no-repeat 10px center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 15px;
	padding: 4px 2px 3px 27px;
	display: block;
	text-decoration: none;
	position: relative;
	z-index: 10;
}

#onayami.top #content .flex-direction-nav {
	margin: -31px auto 46px;
	width: 300px;
	position: relative;
	z-index: 1;
}

#onayami.top #content .flex-direction-nav li {
	float: left;
	width: 70px;
}

#onayami.top #content .flex-direction-nav li.previous {
	margin-right: 159px;
}

#onayami.top #content .flex-direction-nav li a.flex-prev,
#onayami.top #content .flex-direction-nav li a.flex-next {
	width: 37px;
}

#onayami.top #content .flex-control-nav {
	float: left;
	padding: 7px 0 0 0;
}

#onayami.top #content .flex-control-nav {
	float: none;
	padding: 10px 0 8px 0;
	text-align: center;
}

#onayami.top #content .flex-control-nav li {
	float: left;
	padding: 0 5px 0 0;
	width: 12px;
}

#onayami.top #content .flex-control-nav li {
	display: inline;
	float: none;
	text-indent: -9999px;
}

#onayami.top #content .flex-control-nav li a {
	background: url(/common/images/ico_cirlce02.png) no-repeat left top;
	display: inline-block;
	height: 12px;
	text-indent: -9999px;
	width: 12px;
}

#onayami.top #content .flex-control-nav li a.flex-active{
	background: url(/common/images/ico_circle06.gif) no-repeat left top;
	text-indent: -9999px;
	height: 12px;
	width: 12px;
}

#onayami.top #content .flex-direction-nav li a.flex-next {
	background: #fff url(/common/images/ico_arrow14.png) no-repeat right center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 15px;
	padding: 4px 16px 3px 15px;
	display: block;
	text-decoration: none;
}

#onayami.top #content .searchBox button {
	background: #f58293;
	background: -moz-linear-gradient(top, #f58293 0%, #e95560 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f58293), color-stop(100%,#e95560));
	background: -webkit-linear-gradient(top, #f58293 0%,#e95560 100%);
	background: -o-linear-gradient(top, #f58293 0%,#e95560 100%);
	background: -ms-linear-gradient(top, #f58293 0%,#e95560 100%);
	background: linear-gradient(to bottom, #f58293 0%,#e95560 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f58293', endColorstr='#e95560',GradientType=0 );
    -moz-box-shadow: inset 0 0 1px 1px #f9a8b4;
	-webkit-box-shadow: inset 0 0 1px 1px #f9a8b4;
	box-shadow: inset 0 0 1px 1px #f9a8b4;
    background-repeat: no-repeat;
    border: 1px solid #f08b92;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff;
    display: inline-block;
	vertical-align: middle;
    padding: 4px 2px 3px;
    float: right;
	text-align: center;
	text-decoration: none;
    width: 61px;
}

#onayami.top #content div.thumbBlock {
	position: relative;
	margin: 0 auto;
	padding: 0 0 8px 0;
	width: 300px;
}

#onayami.top #content div.thumbBlock .caroufredsel_wrapper {
	margin: 0 auto!important;
}

#onayami.top #content div.thumbBlock ul#thumbList li {
    width: auto;
	text-align: center;
}

#onayami.top #content div.thumbBlock p.next {
	position: absolute;
	top: 36px;
	right: 10px;
	z-index: 1000;
}

#onayami.top #content .tabSet .mh04 {
	background: #f37d85;
	border-bottom: 2px solid #facbce;
}

#onayami.top #content .item {
	background: #f37d85;
	padding-bottom: 2px;
}

#onayami.top #content .itemList {
	margin: 0 auto;
	width: 316px;
}

@media screen and (orientation:landscape) {
	#onayami.top #content .itemList {
		width: 475px;
	}
}

#onayami.top #content .item li {
	background: #fff;
	float: left;
	margin: 0 2px 2px 0;
	padding: 2px;
	min-height: 31px;
	width: 152px;
	text-align: left;
}

#onayami.top #content ul.itemList li:nth-child(2n){
	margin-right: 0;
}

@media screen and (orientation:landscape) {
	#onayami.top #content ul.itemList li:nth-child(2n){
		margin-right: 2px;
	}

	#onayami.top #content ul.itemList li:nth-child(3n){
		margin-right: 0;
	}
}

#onayami.top #content .item li p {
	border: 1px dashed #bfbfbf;
	line-height: 1;
	vertical-align: middle;
}

#onayami.top #content .item li p a {
	color: #e8525d;
	display: block;
	font-weight: bold;
	padding: 7px 6px 0 6px;
	min-height: 32px;
	text-decoration: none;
}

#onayami.top #content .item li p a span {
	color: #555;
	font-size: 9px;
	margin-left: 5px;
}


/* # /onayami/day/index.html
---------------------------------------------------------------------------- */

#onayami.day #content .noteTxt {
	margin-bottom: 0;
}

#onayami.day #content ul.tabList {
	margin-bottom: 11px;
}

#onayami.day #content div.tabContent {
	margin-bottom: 15px;
}

#onayami.day #content div.tabContent .leadTxt {
	font-size: 14px;
	padding: 0 10px 11px 10px;
}

#onayami.day #content .navBlock01 {
	background: #fcf2dd;
	border-bottom: 1px solid #f9e5bf;
	border-top: 1px solid #f9e5bf;
	margin-bottom: 0;
}

#onayami.day #content .navBlock01 a {
	background: url(/common/images/ico_arrow14.png) no-repeat right center;
}

#onayami.day #content ul.resList04 li:last-child {
	background: #fcf2dd;
	border-top: 1px solid #fff;
}

#onayami.day #content div.btnList p:first-child {
	padding-bottom: 15px;
}

#onayami.day #content div.btnList p:first-child a {
	font-size: 14px;
}


/* # clearfix
---------------------------------------------------------------------------- */

#error404 .errorInner:after,
#error404 .error:after,
#error404 #content .item ul:after,
#error404 #content ul.elementList:after,
#error404 #content ul.elementList:after,
#onayami.day #content ul.tabList:after,
#login #content ul.tabList:after,
#day #content ul.tabList:after,
#top #content div.thumbBlock ul#pageList:after,
#top #content ul.elementList:after,
#top #content .item ul:after,
#top #content .pagbute02:after,
#top #content .pagbute02 div:after,
#top #content .pagbute02 ul:after,
#top #content ul.tabList:after,
#top #content ol.flex-control-nav:after,
#top #content ul.slide:after,
#search #content .pageRadio ul li:after,
#onayami #content ul.tabList:after,
#onayami.top #content ul.itemList:after,
#top #content #attention li:after,
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

/* miklesmart2/threadBody*
---------------------------------------------------------------------------- */
#threadBody .form_btn {
	display: inline;
}


/* miklesmart/account*
---------------------------------------------------------------------------- */
#logoAccount li {
	float: left;
	width: 35%;
	margin: 5px 5px 0px  0px;
}


/* res_reply_body
---------------------------------------------*/

#content .ref_area .res_reply_body {
	display: none;
	position: relative;
	line-height: 1.3;
	margin: 0 19px 15px;
	padding: 6px 9px 3px 9px;
	border: 1px dashed #9C9898;
	border: 1px solid #D4D1BC;
	border: 1px solid #bdbdbd;
	/*border-radius: 5px;*/
	color: #403838;
	font-size: 0.9em;
	word-wrap: break-word;
	background: #fff;
}

#content .res_reply_body:before {
	content: "";
	position: absolute;
	bottom: -16px;
	left: 25px;
	display: block;
	width: 0;
	height: 15px;
	border-right: 1px dotted #9a9a9a;
}

#content .res_reply_body:after,
#content .ref_area .res_reply_body:last-of-type .res_reply_body_inner:after {
	content: "";
	position: absolute;
	top: -6px;
	left: 25px;
	display: block;
	width: 1px;
	height: 0;
	margin-left: -3px;
	border-bottom: 5px solid #808080;
	border-left: transparent 3px solid;
	border-right: transparent 3px solid;
}

#content .ref_area .resizable_body_more {
	position: absolute;
	left: 6px;
	bottom: 6px;
	padding: 1px 4px 1px 15px;
	border-radius: 20px;
	color: #000;
	font-size: .9em;
	background: #ececec;
}

#content .ref_area .resizable_body_more:after {
	content: "";
	position: absolute;
	left: 6px;
	top: 6px;
	display: block;
	width: 0;
	height: 0;
	border: 3px solid transparent;
	border-top: 5px solid #f7729b;
}

#content .ref_area .res_owner {
	border-color: #f1b8c8;
	color: #000;
}

#content .res_owner:after,
#content .ref_area .res_owner:last-of-type .res_reply_body_inner:after {
	border-bottom-color: #f284a4;
}

#content .ref_area .res_reply_body:first-of-type:after {
	display: none;
}

#content .ref_area .res_reply_body .res_reply_body_inner {
	max-height: 230px;
	overflow: hidden;
}

#content .ref_area .res_reply_body:last-of-type .res_reply_body_inner:after {
	top: initial;
	bottom: -17px;
	border-bottom-color: #808080;
}

.res_reply_body .reply_auther {
	margin-bottom: 3px;
	color: #3e3e3e;
	font-size: .8rem;
}

.res_reply_body .reply_auther .btn-violate {
	position: absolute;
	right: 10px;
	top: 8px;
	min-height: 15px;
	line-height: 15px;
	font-size: 11px;
}

.res_owner .reply_auther {
	color: #bb4b6b;
}

#thread01 #content .res_reply_body p.reply_auther {
	margin-bottom: 3px;
	font-size: .8rem;
}

#content .res_reply_body .PostLinkList01 {
	margin: 3px 0 0 0;
}

#content .res_reply_body .PostLinkList01 li {
	margin-bottom: 0;
}

#content .res_reply_body .btn_postres a {
	border: none;
	background-size: 14px;
}

.ref_open_multiple {
	display: block;
	width: 60%;
	margin: 0px auto 10px;
	padding: 4px 0;
	border: 1px solid #d4567e;
	border-left-color: #f780a5;
	border-top-color: #f780a5;
	border-radius: 8px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	text-shadow: 1px 1px 0 #f5789f;
	background: #f5789f;
	box-shadow: inset 0px 12px 0 #f780a5;
}

.ref_open_multiple:active {
	position: relative;
	left: 1px;
	top: 1px;
	border: 1px solid #f780a5;
	border-left-color: #d4567e;
	border-top-color: #d4567e;
	text-shadow: -1px -1px 0 #f5789f;
	background: #f780a5;
	box-shadow: inset 0px 12px #f5789f;
}

.ref_loading {
	margin-bottom: 15px;
	text-align: center;
}