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

# gNav
# content

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



/* common
---------------------------------------------------------------------------- */

.headTitle {
	padding: 21px 0 0;
}

.headTitle h2 {
	display: inline;
	float: left;
	font-weight: bold;
	font-size: 170%;
	padding-right: 9px;
}

.headTitle ul {
	display :inline;
	float: left;
	padding-top: 8px;
}

*:first-child + html .headTitle ul {
	padding-top: 7px;
}

.headTitle ul li {
	display: inline-block;
	padding-right: 1px;
	width: auto;
}

* html .headTitle ul li {
	display: inline;
	padding-right: 5px;
	zoom: 1;
}

*:first-child + html .headTitle ul li {
	display: inline;
	padding-right: 5px;
	zoom: 1;
}

.headTitle ul li a {
	background: url(/v2/images/mikle/sprite.gif) no-repeat bottom center;
	display: inline-block;
	height: 16px;
	text-decoration: none;
	width: 16px;
}

.headTitle ul li.link01 a {
	background-position: 0 -1265px;
}

.headTitle ul li.link02 a {
	background-position: -19px -1269px;
}

.headTitle ul li.link03 a {
	background-position: -38px -1269px;
}

p.textItem {
	padding: 6px 0 0 2px;
}

.headTitle:after,
.headTitle div:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

a {
	/*color: #26a0b9;*/
	/*color: #1d3994;*/
	color: #0044CC;
	text-decoration: underline;
}

a:hover {
	color: #cc3434;
	text-decoration: none;
}

a:visited {
	/*color: #551A8B;*/
	color: #941D55;
}

/* # top {{{
---------------------------------------------------------------------------- */

/*.top ul.tab li a {
	height: 39px;
	position:relative;
	text-indent:-9999em;
	width: 233px;
}*/

div#content ul.tab li a:hover,
div#content ul.tab li.ui-tabs-active a {
	line-height: 38px;
	color: #fff;
	border-color: #d43350;
	background: #f43d5b;
	background: -moz-linear-gradient(top,  #f43d5b 0%, #e9566c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f43d5b), color-stop(100%,#e9566c));
	background: -webkit-linear-gradient(top,  #f43d5b 0%,#e9566c 100%);
	background: -o-linear-gradient(top,  #f43d5b 0%,#e9566c 100%);
	background: -ms-linear-gradient(top,  #f43d5b 0%,#e9566c 100%);
	background: linear-gradient(to bottom,  #f43d5b 0%,#e9566c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f43d5b', endColorstr='#e9566c',GradientType=0 );

}

.top ul.tab li#tab01,
.top ul.tab li#tab02,
.top ul.tab li#tab03 { /* :last-of-type はIE8未対応 */
	padding-right: 13px;
}

/* }}} /

/* threadlist tab {{{
---------------------------------------------------------------------------- */


.tlist ul.tab li#tab01,
.tlist ul.tab li#tab02,
.tlist ul.tab li#tab03,
.tlist ul.tab li#tab04 {
	padding-right: 14px;
}
/* }}} */

/* threadres {{{
---------------------------------------------------------------------------- */

.createNew {
	position: relative;
	text-align: center;
}

.createNew a {
	display: inline-block;
	width: 400px;
	line-height: 20px;
	margin: 17px 0;
	background: #f43d5b; /* Old browsers */
	background: -moz-linear-gradient(top, #f43d5b 0%, #d43350 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f43d5b), color-stop(100%,#d43350)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f43d5b 0%,#d43350 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f43d5b 0%,#d43350 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f43d5b 0%,#d43350 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f43d5b 0%,#d43350 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f43d5b', endColorstr='#d43350',GradientType=0 ); /* IE6-9 */
	transition: all .25s ease-out;
}

.createNew a:hover {
	line-height: 20px;
	font-size: 1.2rem;
}

.panda_talk {
	display: none;
	position: absolute;
	left: 170px;
	top: 50px;
	z-index: 10;
}

.panda_talk .panda_talk_inner {
	width: auto;
	max-width: 500px;
	padding: 10px 10px 10px 10px;
	color: #fff;
	text-align: left;
	border-radius: 15px;
	background: #333;
}

.panda_talk .panda_talk_inner:after {
	content: "";
	position: absolute;
	left: -7px;
	top: 12px;
	display: block;
	width: 0;
	height: 0;
	border: 3px solid transparent;
	border-right: 5px solid #333;
}

.panda_talk .panda_talk_img {
	position: absolute;
	left: -100px;
	top: -30px;
	width: 90px;
	height: 90px;
	background: url(/v2/images/mikle/panda.png) no-repeat;/*元画像サイズ 152 136 */
	background-size: contain;
}

#content .thread {
	background: #fff url(/v2/images/mikle/bg_block.gif) repeat-x top left;
	border: 1px solid #ed7689;
	margin-bottom: 22px;
	padding: 18px 14px 14px;
}

#content .thread h2 {
	font-size: 140%;
	font-weight: bold;
	padding-bottom: 13px;
}

#content .thread h2 span {
	color: #e74b64;
	padding-left: 7px;
}

#content .thread .threadInfo {
	margin-bottom: 17px;
}

#content .thread .threadInfo li {
	display: inline;
	padding-right: 10px;
}

#content .thread .threadInfo li span {
	background-color: #f5f3e4;
	display: inline-block;
	margin-right: 7px;
	padding: 2px 8px 1px 7px;
}

#content .thread .threadInfo li a {
	margin-right: 3px;
}

#content .thread .threadDetail {
	padding-bottom: 5px;
}

#content .thread .threadDetail p {
	line-height: 1.8;
}

#content .thread .threadDetail p.text_body {
	overflow: hidden;
	margin-bottom: 10px;
	font-size: 1.15em;
}

#content .thread .threadDetail p.text_body_hide {
	max-height: 5em;
}

#content .thread .threadDetail .text_body_toggle {
	display: none;
	text-align: center;
}

#content .thread .threadDetail .text_body_toggle .text_body_toggle_inner {
	cursor: pointer;
	position: relative;
	top: 0;
	display: inline-block;
	padding: 6px 60px;
	border-radius: 5px;
	color: #fff;
	background: #bdbcbc;
	transition: all .2s ease-out;
}

#content .thread .threadDetail .text_body_toggle .text_body_toggle_inner:after {
	content: "▼";
	position: absolute;
	bottom: -13px;
	left: 50%;
	width: 30px;
	height: 20px;
	line-height: 20px;
	margin-left: -16px;
	border-radius: 0 0 50px 50px;
	text-align: center;
	color: #fff;
	background: #bdbcbc;
}

#content .thread .threadDetail .text_body_toggle .text_body_toggle_inner:hover {
	top: 5px;
	opacity: .8;
}

#content .thread .threadDetail ul {
	float: right;
	width: auto;
	padding: 1px 0 0 20px;
}

#content .thread .threadDetail ul li {
	padding-bottom: 8px;
}

#content .thread .threadDetail ul li p {
	display: inline-block;
	vertical-align: middle;
}

* html #content .thread .threadDetail ul li p {
	display: inline;
}

*:first-child + html #content .thread .threadDetail ul li p {
	display: inline;
}

/* .sympathy
*****************************************/

#content .sympathy {
	position: relative;
}

#content .sympathy a {
	position: relative;
	display: inline-block;
	height: 28px;
	line-height: 30px;
	padding: 0 8px 0 27px;
	border: solid 1px #bdbcbc;
	border-radius: 5px;
	color: #474747;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	background: #fbfbfb;
	background: -moz-linear-gradient(top, #fbfbfb 0%, #f0f0f0 50%, #e7e7e7 100%);
	background: -webkit-linear-gradient(top, #fbfbfb 0%,#f0f0f0 50%,#e7e7e7 100%);
	background: linear-gradient(to bottom, #fbfbfb 0%,#f0f0f0 50%,#e7e7e7 100%);
	box-shadow: 0 1px 2px #ececec;
}

#content .sympathy a:after {
	content: "";
	position: absolute;
	left: 8px;
	top: 50%;
	display: block;
	width: 15px;
	height: 12px;
	margin-top: -6px;
	background: url("/v2/images/mikle/sympathy_off_pc.png") no-repeat;
	background-size: 15px 12px;
}

#content .sympathy > span {
	position: relative;
	display: inline-block;
	margin-left: 3px;
	padding: 4px 6px;
	line-height: 12px;
	border: 1px solid #888;
	border-radius: 6px;
	background: #fff;
}

#content .sympathy > span:after {
	content: "";
	position: absolute;
	left: -3px;
	top: 8px;
	display: block;
	width: 3px;
	height: 3px;
	border: 1px solid #888;
	border-top: none;
	border-right: none;
	background: #fff;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
}

#content .sympathized a:after {
	background-image: url("/v2/images/mikle/sympathy_pc.png");
}

#content .sympathy_ani {
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 15px;
	background: url("/v2/images/mikle/sympathy_pc.png") no-repeat;
	background-size: contain;
}

#content .thread .threadDetail ul li.delete a {
	background: url(/v2/images/mikle/sprite.gif) no-repeat -122px -1568px;
	display: block;
	height: 32px;
	width: 112px;
	text-indent: -9999px;
}

#content .thread .threadDetail .create_date {
	margin-top: 10px;
	text-align: right;
	font-size: 0.9rem;
}

#content .thread .threadDetail .keyword_link {
	border-bottom: 1px dashed #333;
	color: #333;
	text-decoration: none;
}

#content .thread .threadDetail .keyword_link:hover {
	border-bottom: none;
}

#content .thread .config {
	padding-top: 13px;
}

#content .thread .config ul {
	float: left;
}

#content .thread .config ul li {
	padding-bottom: 7px;
	width: auto;
}

#content .thread .config ul li a {
	position: relative;
	background: url(/v2/images/mikle/sprite.gif) 0 0;
	display: block;
	height: 36px;
	width: 348px;
	text-indent: -9999px;
	transition: all .25s ease-out;
}

#content .thread .config ul li a:hover {
	opacity: .8;
}

#content .thread .config ul li.bookmark a {
	background-position: 0 -1430px;
}

#content .thread .config ul li.notice a {
	background-position: 0 -1476px;
}

#content .thread .config ul li.setting a {
	background-position: 0 -1522px;
}

#content .thread .config ul li.postscript a {
	width: 312px;
	height: 30px;
	line-height: 30px;
	padding-left: 33px;
	border: 1px solid #C9C8C8;
	border-radius: 5px;
	color: #4D4D4D;
	font-size: 12px;
	font-weight: bold;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
	letter-spacing: 1px;
	text-indent: 0;
	text-decoration: none;
	background: #fcfcfc;
	background: linear-gradient(to bottom,  #fcfcfc 0%,#ececec 100%);
	box-shadow: 0 1px #dfdfdf;
}

#content .thread .config ul li.postscript a:before {
	content: "";
	display: block;
	position: absolute;
	left: 10px;
	top: 50%;
	width: 20px;
	height: 20px;
	margin-top: -9px;
	background: url(/v2/images/mikle/sprite.gif) 0 -1950px;
}

#content .thread .config ul li.postscript a:after {
	content: "";
	display: block;
	position: absolute;

	right: 2px;
	top: 50%;
	width: 10px;
	height: 10px;
	margin-top: -3px;
	background: url(/v2/images/mikle/sprite.gif) 0 -2000px;
}

#content .thread .config > div {
	float: right;
}

#content .thread .config .noteList {
	position: relative;
	width: 326px;
	margin-top: 20px;
	padding: 12px 10px 7px;
	border: dotted 1px #818181;
	border-radius: 3px;
}

#content .thread .config .noteList h3 {
	position: absolute;
	top: -20px;
	left: 10px;
	font-size: 1.1rem;
	padding: 3px 5px 0;
	color: #F54A8B;
	background: #fff;
}

#content .thread .config .noteList em {
	font-size: .8rem;
}

#content .thread .config .noteList ul {
	float: none;
	margin-top: 10px;
}

#content .thread .config .noteList ul li {
	display: inline-block;
	position: relative;
	padding: 0 0 0 18px;
	margin: 0 0 7px 10px;
}

#content .thread .config .noteList ul li:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 15px;
	height: 15px;
	margin-top: -7px;
	border-radius: 2px;
	background: #F25E96;
}

#content .threadList {
	background: #fff url(/v2/images/mikle/bg_block02.gif) repeat-x top left;
	border: 1px solid #d4d1bc;
	margin: -1px 4px 22px;
	padding: 11px 7px 6px;
}

* html #content .threadList {
	padding-bottom: 4px;
}

*:first-child + html #content .threadList {
	padding-bottom: 4px;
}

#content .threadList li {
	margin-bottom: 17px;
}

#content .threadList .heading {
	margin-bottom: 3px;
	padding: 5px 7px 0;
	color: #7B7415;
	font-size: .9rem;
}

#content .threadList .heading li a {
	color: #aaa;
}

#content .threadList .delete_res_heading {
	color: #B3B3B3;
	font-size: 0.9rem;
}

#content .threadList .thread_master {
	color: #EA6665;
}

*:first-child + html #content .threadList .heading {
	padding-right: 0px;
}

#content .threadList .heading p {
	float: left;
}

#content .threadList .heading p span.name {
	padding: 0 9px 0 11px;
}

#content .threadList .heading p span.name span {
	font-size: 0.6rem;
	font-weight: bold;
}

#content .threadList .heading p span.time {
	display: inline-block;
	margin-right: 7px;
	padding: 2px 8px 1px 7px;
	border-radius: 30px;
	font-size: .75rem;
	background-color: #f5f3e4;
}

#content .threadList .delete_res_heading p span.time {
	background: none;
}

#content .threadList .thread_master p span.time {
	background: #FFDADA;
}

#content .threadList .heading ul {
	float: right;
}

#content .threadList .heading ul li {
	background: url(/v2/images/mikle/bg_line03.gif) no-repeat right 1px;
	display: inline;
	padding: 0 8px 0 2px;
	font-size: 0.8rem;
}

* html #content .threadList .heading ul li {
	padding: 0 4px 0 6px;
}

*:first-child + html #content .threadList .heading ul li {
	padding: 0 4px 0 6px;
}

#content .threadList .heading ul li.last {
	background: none;
	padding-right: 0;
}

#content .threadList .detail {
	margin: 0 8px;
	padding-bottom: 21px;
	line-height: 1.8;
	border-bottom: 1px dashed #636363;
}

#content .threadList li:last-of-type .detail {
	border-bottom: none;
}

#content .threadList .odd .detail {
	padding-bottom: 6px;
}

#content .threadList .detail p {
	padding-bottom: 5px;
	font-size: 1.15em;
}

#content .threadList .detail ul {
	height: 20px;
	text-align: right;
}

#content .threadList .detail li {
	display: inline-block;
	width: auto;
	margin: 0;
}

#content .threadList .detail .sympathy a {
	height: auto;
	padding-right: 0;
	line-height: 1;
	border: none;
	font-size: 16px;
	font-weight: normal;
	color: #525252;
	background: none;
	box-shadow: none;
}

#content .threadList .detail .sympathy a::after {
	left: 4px;
	width: 18px;
	height: 15px;
	margin-top: -9px;
	background-size: 18px 15px;
}

#content .threadList .detail .sympathy span {
	position: relative;
	top: -1px;
	height: 22px;
	line-height: 24px;
	padding: 0 6px;
}

#content .threadList .detail .detail_postres {
	position: relative;
	left: 12px;
	font-size: 1.15em;
}

#content .threadList .detail .detail_postres a {
	padding: 6px 12px;
	transition: all .5s;
}

#content .threadList .detail .detail_postres a:hover {
	border-radius: 30px;
	color: #fff;
	background: #0044CC;
}

#content .threadList .detail .delete_res_body {
	color: #B3B3B3;
	font-size: 0.9rem;
}

#content .threadList li.last .detail {
	background: none;
	padding-bottom: 0;
}

#content .ref_body {
	display: none;
	margin: 10px 10px -15px;
	border: dashed 1px #b6b6b6;
	border-radius: 5px;
}

#content .ref_body .detail {
	padding-bottom: 0;
	background: none;
	border-bottom: none;
}

#content .ref_body .heading {
	margin-bottom: 0;
}

#content .ref_body .heading p {
	padding-bottom: 0;
}

#content .threadForm {
	margin-bottom: 21px;
	text-align: center;
}

#content .threadForm .error {
	line-height: 1.9;
	margin-bottom: 10px;
}

#content .threadForm .error strong {
	color: #ff3b3b;
	font-size: 110%;
}

#content .threadForm .error span {
	color: #ff3b3b;
}

#content .threadForm .formTable {
	width: 100%;
}

#content .threadForm .formTable th {
	font-weight: bold;
	font-size: 110%;
	padding-bottom: 13px;
	width: 132px;
}

* html #content .threadForm .formTable th {
	width: 19%;
}

*:first-child + html #content .threadForm .formTable th {
	width: 19%;
}

#content .threadForm .formTable th.title {
	padding-bottom: 0;
}

* html #content .threadForm .formTable th.title {
	width: 100%;
}

*:first-child + html #content .threadForm .formTable th.title {
	width: 100%;
}

#content .threadForm .formTable td {
	padding-bottom: 13px;
}

#content .threadForm .formTable th .require {
	color: #ff3b3b;
	font-weight: normal;
}

#content .threadForm .formTable td .size01 {
	margin-right: 3px;
	width: 141px;
}

#content .threadForm ul.checkboxList li {
	display: inline;
	margin-right: 10px;
	width: auto;
}

#content .threadForm ul.checkboxList li input {
	margin-right: 7px;
	vertical-align: middle;
}

#content .threadForm .formTable .symbol {
	float: right;
	width: 87px;
}

* html #content .threadForm .formTable .symbol {
	margin-top: -20px;
}

*:first-child + html #content .threadForm .formTable .symbol {
	margin-top: -20px;
}

#content .threadForm .formTable .symbol a {
	background: url(/v2/images/mikle/sprite.gif) 360px -169px;
	display: inline-block;
	float: right;
	height: 25px;
	position: relative;
	right: 0;
	top: -7px;
	text-indent: -9999em;
	width: 87px;
}

#content .threadForm .formTable textarea {
	border: 1px solid #d6d6d6;
	font-size: 110%;
	height: 92px;
	padding: 5px;
	resize: none;
	width: 98.3%;
}

#content .sns_btns {
	margin-bottom: 20px;
	text-align: center;
}

#content .sns_btns li {
	display: inline-block;
	width: 300px;
}

#content .sns_btns li:first-of-type {
	margin-right: 10px;
}

#content .sns_btns li a {
	display: block;
	padding: 9px 0 7px;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	letter-spacing: 3px;
	text-indent: 20px;
	background: #3C599F;
	transition: all .25s ease-out;
}

#content .sns_btns li.sns_twitter a {
	background: #00B1EB;
}

#content .sns_btns li a:hover {
	opacity: .5;
}

#content .sns_btns li span {
	position: relative;
}

#content .sns_btns li span:after {
	content: "";
	position: absolute;
	left: -20px;
	top: -1px;
	display: block;
	width: 12px;
	height: 23px;
	background: #3C599F url(/common/images/ico_facebook.png) no-repeat center bottom;
}

#content .sns_btns li.sns_twitter span:after {
	left: -28px;
	top: 1px;
	width: 22px;
	height: 19px;
	background: #00B1EB url(/common/images/ico_twitter.png) no-repeat center center;
}

#content .createNew,
#content .submitBtn {
	margin-bottom: 21px;
	text-align: center;
	background-color: #f7f8ee;
}

#content .submitBtn a {
	display: inline-block;
	width: 322px;
	margin: 17px 0;
}

* html #content .threadForm .submitBtn {
	margin-top: -2px;
}

*:first-child + html #content .threadForm .submitBtn {
	margin-top: -2px;
}

#content .threadForm .noteList li {
	padding-left: 10px;
	text-indent: -10px;
}

#content .tour {
	margin-bottom: 20px;
}


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


.thread .threadDetail,
.thread .config,
.threadList .heading {
	zoom: 1;
}

.thread .threadDetail:after,
.thread .config:after,
.threadList .heading:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}


/* # anations
---------------------------------------------------------------------------- */


.postOut .post {
	position: relative;
	z-index: 1000;
}

.postOut .post .postBox {
	background: url(../../common/images/emoticons/bg_box02.gif) no-repeat 0 100%;
	position: absolute;
	top: -240px;
	right: 0;
	width: 286px;
	height: 202px;
	cursor: default;
}

.postOut .post p.title {
	background: url(../../common/images/emoticons/bg_box01.gif) no-repeat 0 0;
	padding: 25px 10px 20px 34px;
}

.postOut .postGroup {
	position: relative;
	width: 210px;
	height: 120px;
	padding: 0 0 0 38px;
}

.postOut .postGroup .prev {
	position: absolute;
	top: 40px;
	left: 15px;
	width: 9px;
	height: 9px;
	background: url(../../common/images/emoticons/btn_prev.gif) no-repeat 0 0;
	cursor: pointer;
}

.postOut .postGroup .next {
	position: absolute;
	top: 40px;
	right: -23px;
	width: 9px;
	height: 9px;
	background: url(../../common/images/emoticons/btn_next.gif) no-repeat 0 0;
	cursor: pointer;
}

.postOut .postGroup img {
	width: 16px;
	height: 16px;
	margin: 0 3px 3px 0;
	cursor: pointer;
}

.postOut #iconItem li {
	float: left;
    width: 210px;
	display: block;
	height: 120px;
}

.postOut .group {
	position:relative;
}

.postOut textarea,
.postOut .commentContent {
	border: 1px solid #d6d6d6;
	overflow: auto;
	outline: none;
	background: #FFF;
	padding: 5px;
	height: 98px;
	resize: none;
	overflow: hidden;
	overflow-y: auto;
	width: 98.3%;
	cursor: text;
}

#thickboxDetail .formTable .postOut textarea {
	border: none;
}

.postOut .commentContent {
	position:absolute;
}

.postOut .commentContent img {
	height: 16px;
	width: 16px;
	vertical-align: middle;
}


/* .gradient_button
---------------------------------------------------------------------------- */
.gradient_button,
.gradient_button_gray {
	display: block;
	width: 100%;
	padding: 3px 0;
	border: solid 1px #d25a5b;
	border-radius: 6px;
	text-align: center;
	text-decoration: none;
	letter-spacing: 2px;
	color: #fff;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
	font-size: 0.85rem;
	-webkit-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.gradient_button {
	background: #e16d6e; /* Old browsers */
	background: -moz-linear-gradient(top, #e16d6e 0%, #d86d6e 49%, #db5a5d 50%, #db5a5d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e16d6e), color-stop(49%,#d86d6e), color-stop(50%,#db5a5d), color-stop(100%,#db5a5d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e16d6e 0%,#d86d6e 49%,#db5a5d 50%,#db5a5d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e16d6e 0%,#d86d6e 49%,#db5a5d 50%,#db5a5d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e16d6e 0%,#d86d6e 49%,#db5a5d 50%,#db5a5d 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e16d6e 0%,#d86d6e 49%,#db5a5d 50%,#db5a5d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e16d6e', endColorstr='#db5a5d',GradientType=0 ); /* IE6-9 */
	transition: all .2s ease-out;
}

.gradient_button_gray {
	color: #222121;
	border-color: #bdbcbc;
	background: #fbfbfb; /* Old browsers */
	background: -moz-linear-gradient(top, #fbfbfb 0%, #e7e7e7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#e7e7e7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fbfbfb 0%,#e7e7e7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fbfbfb 0%,#e7e7e7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fbfbfb 0%,#e7e7e7 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fbfbfb 0%,#e7e7e7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#e7e7e7',GradientType=0 ); /* IE6-9 */
	transition: all .2s ease-out;
}

.gradient_button:link,
.gradient_button:hover,
.gradient_button:visited {
	color: #fff;
}

.gradient_button_gray:link,
.gradient_button_gray:hover,
.gradient_button_gray:visited {
	color: #222121;
}

.gradient_button:hover,
.gradient_button_gray:hover {
	cursor: pointer;
	opacity: 0.8;
}

.ninja_onebutton{
	margin-bottom:2px;
}


/*  }}}
