body {
	color: #333333;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	padding-bottom: 10px;
	padding-top: 60px;
}
.container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
	width: 940px;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px solid #000000;
	content: "\2191";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 1px;
}
.navbar {
	*position: relative;
	*z-index: 2;
	overflow: visible;
	margin-bottom: 18px;
}
.navbar-inner {
	padding-left: 20px;
	padding-right: 20px;
	background-color: #2c2c2c;
	background-image: -moz-linear-gradient(top, #333333, #222222);
	background-image: -ms-linear-gradient(top, #333333, #222222);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
	background-image: -webkit-linear-gradient(top, #333333, #222222);
	background-image: -o-linear-gradient(top, #333333, #222222);
	background-image: linear-gradient(top, #333333, #222222);
	background-repeat: repeat-x;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.navbar .container {
	width: auto;
}
.btn-navbar {
	display: none;
	float: right;
	padding: 7px 10px;
	margin-left: 5px;
	margin-right: 5px;
	background-color: #2c2c2c;
	background-image: -moz-linear-gradient(top, #333333, #222222);
	background-image: -ms-linear-gradient(top, #333333, #222222);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
	background-image: -webkit-linear-gradient(top, #333333, #222222);
	background-image: -o-linear-gradient(top, #333333, #222222);
	background-image: linear-gradient(top, #333333, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}
.btn-navbar:hover, 
.btn-navbar:active,
.btn-navbar .active,
.btn-navbar .disabled,
.btn-navbar[disabled] {
	background-color: #222222;
}
.btn-navbar:active,
.btn-navbar .active {
	background-color: #080808;
}
.btn-navbar .icon-bar {
	display: block;
	width: 18px;
	height: 2px;
	background-color: #f5f5f5;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-navbar .icon-bar+.icon-bar {
	margin-top: 3px;
}
.nav-collapse.collapse {
	height: auto;
}
.navbar {
	color: #999999;
}
.navbar .brand:hover {
	text-decoration: none;
}
.navbar .brand {
	float: left;
	display: block;
	padding: 8px 20px 12px;
	margin-left: -20px;
	font-size: 20px;
	font-weight: 200;
	line-height: 1;
	color: #ffffff;
}
.navbar .navbar-text {
	margin-bottom: 0;
	line-height: 40px;
}
.navbar .btn,
.navbar .btn-group {
	margin-top: 5px;
}
.navbar .btn-group .btn {
	margin-top: 0;
}
.navbar-form {
	margin-bottom: 0;
	*zoom: 1;
}
.navbar-form:before, .navbar-form:after {
	display: table;
	content: "";
}
.navbar-form:after {
	clear: both;
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
	margin-top: 5px;
}
.navbar-form input,
.navbar-form select {
	display: inline-block;
	margin-bottom: 0;
}
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
	margin-top: 3px;
}
.navbar-form .input-append,
.navbar-form .input-prepend {
	margin-top: 6px;
	white-space: nowrap;
}
.navbar-form .input-append input,
.navbar-form .input-prepend input {
	margin-top: 0;
}
.navbar-search {
	position: relative;
	float: left;
	margin-top: 6px;
	margin-bottom: 0;
}
.navbar-search .search-query {
	padding: 4px 9px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 1;
	color: #ffffff;
	background-color: #626262;
	border: 1px solid #151515;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.navbar-search .search-query:-moz-placeholder {
	color: #cccccc;
}
.navbar-search .search-query:-webkit-input-placeholder {
	color: #cccccc;
}
.navbar-search .search-query:focus,
.navbar-search .search-query .focused {
	padding: 5px 10px;
	color: #333333;
	text-shadow: 0 1px 0 #ffffff;
	background-color: #ffffff;
	border: 0;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	outline: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
	margin-bottom: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
	padding-left: 0;
	padding-right: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
	width: 940px;
}
.navbar-fixed-top {
	top: 0;
}
.navbar-fixed-bottom {
	bottom: 0;
}
.navbar .nav {
	position: relative;
	left: 0;
	display: block;
	float: left;
	margin: 0 10px 0 0;
}
.navbar .nav.pull-right {
	float: right;
}
.navbar .nav>li {
	display: block;
	float: left;
}
.navbar .nav>li>a {
	float: none;
	padding: 10px 10px 11px;
	line-height: 19px;
	color: #999999;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar .nav>li>a:hover {
	background-color: transparent;
	color: #ffffff;
	text-decoration: none;
}
.navbar .nav .active>a,
.navbar .nav .active>a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #222222;
}
.navbar .divider-vertical {
	height: 40px;
	width: 1px;
	margin: 0 9px;
	overflow: hidden;
	background-color: #222222;
	border-right: 1px solid #333333;
}
.navbar .nav.pull-right {
	margin-left: 10px;
	margin-right: 0;
}
.navbar .dropdown-menu {
	margin-top: 1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.navbar .dropdown-menu:before {
	content: '';
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: -7px;
	left: 9px;
}
.navbar .dropdown-menu:after {
	content: '';
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffffff;
	position: absolute;
	top: -6px;
	left: 10px;
}
.navbar-fixed-bottom .dropdown-menu:before {
	border-top: 7px solid #ccc;
	border-top-color: rgba(0, 0, 0, 0.2);
	border-bottom: 0;
	bottom: -7px;
	top: auto;
}
.navbar-fixed-bottom .dropdown-menu:after {
	border-top: 6px solid #ffffff;
	border-bottom: 0;
	bottom: -6px;
	top: auto;
}
.navbar .nav .dropdown-toggle .caret,
.navbar .nav .open .dropdown .caret {
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
}
.navbar .nav .active .caret {
	opacity: 1;
	filter: alpha(opacity=100);
}
.navbar .nav .open>.dropdown-toggle,
.navbar .nav .active>.dropdown-toggle,
.navbar .nav .open .active>.dropdown-toggle {
	background-color: transparent;
}
.navbar .nav .active>.dropdown-toggle:hover {
	color: #ffffff;
}
.navbar .nav .pull-right .dropdown-menu,
.navbar .nav .dropdown-menu .pull-right {
	left: auto;
	right: 0;
}
.navbar .nav .pull-right .dropdown-menu:before,
.navbar .nav .dropdown-menu .pull-right:before {
	left: auto;
	right: 12px;
}
.navbar .nav .pull-right .dropdown-menu:after,
.navbar .nav .dropdown-menu .pull-right:after {
	left: auto;
	right: 13px;
}
.nav-collapse .collapse {
	height: auto;
}
/*  ------------------------  */

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .nav-tabs {
	border: 0;
}
/* ------------------------- */

.topbar .header {
	background-color: #F8F8F8;
	border-bottom: 1px solid #E0E0E0;
	padding: 9px 0 0;
}
h2 {
	font-size: 24px;
	line-height: 26px;
}
h3,
h4,
h5 {
	border: 1px solid #ddd;
	border-width: 0 0 1px 0;
	margin-bottom: 0.5em;
}
input.span6,
textarea.span6 {
	display: inline-block;
	float: none;
	margin-left: 0;
	width: 330px;
}
.container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
	width: 95%;
}
.navbar-fixed-top {
	position: fixed;
}
.scroller {
	width: 100%;
	height: 90%;
	overflow: scroll;
}
.span4 {
	width: 250px;
}
.span6 {
	width: 340px;
}
input[type=text],
input[type=password],
textarea,
.uneditable-input {
	color: #333333;
	font-size: 14px;
	line-height: 19px;
	padding: 7px;
}
input[type=text],
textarea {
	-moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
}
input[type=text],
input[type=password],
textarea,
select,
.uneditable-input {
	border: 1px solid #CCCCCC;
	border-radius: 3px 3px 3px 3px;
	vertical-align: middle;
	color: #666666;
	display: inline-block;
	/* 
    font-size: 12px;
		height: 26px;
    line-height: 26px;
    padding: 4px;
    width: 210px; */
}
select {
	padding: 2px;
	height: auto;
}
input[type=radio],
input[type=checkbox] {
	width: 1em;
	height: auto;
	margin: 0;
	padding: 0;
	border: 0;
	background: inherit;
	box-shadow: none;
	vertical-align: middle;
}
input[type=file] {
	margin: 0;
	padding: 0;
	border: 0;
	height: auto;
	background: inherit;
	box-shadow: none;
	display: inline;
}
.btn-xs,
.btn-group-xs > .btn {
	font-size: 10px;
	font-weight: bold;
}
.block.small.login {
	margin-bottom: 18px;
	margin-top: 30px;
	padding-bottom: 5px;
	width: 350px;
}
.block.small.register {
	margin-bottom: 18px;
	margin-top: 30px;
	padding-bottom: 5px;
	width: 350px;
}
.block.small.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.block .block_head {
	background-color: #EEEEEE;
	background-image: -moz-linear-gradient(center top, #F5F5F5 0%, #EEEEEE 100%);
	background-repeat: repeat-x;
	border: 1px solid #E5E5E5;
	border-radius: 4px 4px 4px 4px;
	height: 36px;
	width: 100%;
	padding: 10px;
}
.block .block_head h2 {
	padding: 5px;
}
.block .block_content {
	background: none repeat scroll 0 0 #FFFFFF;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	overflow: hidden;
	padding: 10px;
	width: 100%;
}
div.center {
	text-align: center;
}
div.left {
	text-align: left;
}
div.right {
	text-align: right;
}
div.login-or-signup {
	padding-left: 50px;
	padding-top: 20px;
}
.row {
	margin-left: 0px;
}
div.scaffold h2 {
	margin: 10px;
}
div.widgetgroup {
	border: 1px solid #ccc;
	padding: 1em;
	border-width: 1px 1px 1px 4px;
}
div.fl {
	float: left;
}
div.fr {
	float: right;
}
div.cf {
	clear: both;
}
.errorMessage {
	padding: 15px;
	margin: 5px 5px 20px 5px;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #994444;
	background-color: #FFBFBF;
	border-color: #F0a0a0;
}
.noticeMessage {
	padding: 15px;
	margin: 5px 5px 20px 5px;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}
.successMessage {
	padding: 15px;
	margin: 5px 5px 20px 5px;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.navbar .nav li a {
	font-size: 85%;
	font-weight: bold;
	color: #ccc;
}
.paginator {
	margin: 0.5em 0;
	text-align: center;
	background-color: #f0f0f0;
	padding: 4px;
}
.noreviewfound {
	padding: 1em;
	text-align: center;
	font-size:80%;
	color:#999;
	font-weight:bold;
}
.pgn_position{
	font-size:80%;
	color:#444;
	font-weight:bold;
}


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


/* -- */

/* -- */
.dv_rvform{
	margin-bottom:1.4em;
	border:1px solid #eee;
	background-color:#f9f9f9;
}

.pgn_comm_for{
	color:#698;
	font-size:85%;
	line-height:1;
	font-weight:bold;
	padding:3px;
}
.pgn_comm_txt{
	color:#cc4400;
	font-size:90%;
}
.pgn_comm_user{
	font-size:80%;
	font-weight:bold;
	color:#777788;
}
.pgn_comm_time{
	color:#999;
	font-size:80%;
}
.pgn_comm_body{
  padding-left:4px;
  margin-bottom:0em;
}
.pgn_comm_body a{
}
.li_comadmin{
	background-color:#e0f0f9;
}
.pgn_comm_stat{
	font-size:80%;
	font-weight:bold;
	color:#cc4400;
}

#dv_commentfor{
	font-size:80%;
	font-weight: bold;
	color:#666;
}
#dv_comments ul.coms {
	padding-left:1em;
}


.pgn_comm_parag{
	color:#bbb;
	font-size:85%;
	line-height:1;
  padding-left:1em;
}
.li_coms{
	list-style:none;
	padding-bottom: 0.2em;
  border:1px dashed #ccc;
  border-width: 0 0 1px 0;
  margin-bottom:1.4em;
}
.pgn_comm_info{
  padding-left:16px;
}


ins {
	background-color: #66ff66;
	text-decoration: none;
}
del {
	background-color: #ffc6c6;
}


div.ellipsis{
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis; /* Opera9,10対応 */	
	height:1.2em;
}

label{
  user-select: none;
  -moz-user-select: none; /* Firefox */
  -webkit-user-select: none; /* Safari、Chromeなど */
  -ms-user-select: none; /* IE10かららしい */
}