#page-home .row-fluid .span4 {
	margin-top: auto;
	margin-bottom:auto;
	background-color:#e9e7e4;
	padding: 10px;
	border-radius: 2px;
				-moz-border-radius: 2px;
				-webkit-border-radius: 2px;
				-o-border-radius: 2px;
}

.new-account{
	margin-right:38px;
}

.new-account a{
	width:100%;
}

.navbar-navigation form {
	margin-left:10px;
}

.navbar h1 {
	margin: 0;
}
.navbar .brand {
	padding-top: 0;
	padding-bottom: 0;
}

body {
	background-image: url("../img/kizukiback.png");	
}


#login h4 {
	display: inline;
	margin: 0;
}
#login p { text-align: right; margin: 0;}


.navbar {background-color: #2f120e;}

#arrow {
	background-image: url("../img/arrow.png");
	width: 20px;
	height: 22px;
	text-indent: -9999px;
	margin: 20px auto;
}

.form-horizontal .control-label {
    text-align: left;
}

/*.navbar .container .brand{background-image:url("../img/rogo_header.png"); margin:0;text-indent:-9999px;width:157px;height:32px;padding:0;}
.navbar .container .brand a{clear:both;display: block;}*/

/*.navbar .container{width:840px;height:42px;}*/

/*.navbar h1 {display: inline;}*/

#timeline .container.navbar {
	haight:42px;
	margin-top:0;
	padding:0;
	width:100%;
}

/*.nav li{display: inline-block;}*/

/*#timeline .row {
	margin-left:0;
}
*/
.before {
	width: 12px;
	height:12px;
	text-indent:-9999px;
	background-color:#20C5DD;
	border-radius: 2px;
				-moz-border-radius: 2px;
				-webkit-border-radius: 2px;
				-o-border-radius: 2px;
	
}

.reason {
	width: 12px;
	height: 12px;
	text-indent: -9999px;
	background-color: #EF7F96;
	border-radius: 2px;
				-moz-border-radius: 2px;
				-webkit-border-radius: 2px;
				-o-border-radius: 2px;
}

.about {
	width: 12px;
	height: 12px;
	text-indent: -9999px;
	background-color: #FFC038;
	border-radius: 2px;
				-moz-border-radius: 2px;
				-webkit-border-radius: 2px;
				-o-border-radius: 2px;
}

.before2 label {
background-color:#20C5DD;
	border-radius: 2px;
				-moz-border-radius: 2px;
				-webkit-border-radius: 2px;
				-o-border-radius: 2px;
	
}

.reason2 label {

	background-color: #EF7F96;
	border-radius: 2px;
				-moz-border-radius: 2px;
				-webkit-border-radius: 2px;
				-o-border-radius: 2px;
}

.about2 label {

	background-color: #FFC038;
	border-radius: 2px;
				-moz-border-radius: 2px;
				-webkit-border-radius: 2px;
				-o-border-radius: 2px;
}


#page-post .span9 div {
	margin-bottom:10px;
}


.nav nav-list li {
	border-top: solid 1px #bebebe;
	
}

.nav nav-list li a {
	 padding: 3px 0;
	
}

.nav {
    margin-bottom: 0;
}

.sidebar-nav ul {
	margin-bottom:0;
}

.sidebar-nav pull-right {
	text-indent: -9999px;
	background-image: url("../img/arrow_sidenav.png");
	width: 6px;
	height: 5px;
}

.btn-standard {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #2f120e;
    background-image: linear-gradient(to bottom, #735a57, #2f120e);
    background-image:-moz-linear-gradient(#735a57, #2f120e); /* Firefox */
    background-image:-o-linear-gradient(#735a57, #2f120e); /* Opera */
    background-image:-webkit-linear-gradient(#735a57, #2f120e); /* Chrome, Safari */ 
	background-repeat: repeat-x;
    border-color: #2f120e;
    border-image: none;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #e1dfdb;
    cursor: pointer;
    display: inline-block;

    line-height: 20px;
    margin-bottom: 0;
    text-align: center;
    text-shadow: 0 1px 1px rgba(2, 2, 2, 0.75);
    vertical-align: middle;

	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

.btn-standard:hover,.btn-standard:focus {
	background-image: linear-gradient(to bottom, #230602, #2f120e);
    background-image:-moz-linear-gradient( #230602, #2f120e); /* Firefox */
    background-image:-o-linear-gradient( #230602, #2f120e); /* Opera */
    background-image:-webkit-linear-gradient( #230602, #2f120e); /* Chrome, Safari */ 	
	text-decoration:none;
	text-shadow: 0 1px 1px rgba(40, 40, 40, 0.75);
	color: #e1dfdb;
	/*background-position:0 -15px;
	-webkit-transition:background-position 0.1s linear;
	-moz-transition:background-position 0.1s linear;
	-o-transition:background-position 0.1s linear;
	transition:background-position 0.1s linear;*/
}

.btn-login {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #e1dfdb;
    background-image: linear-gradient(to bottom, #f7f6f5, #e1dfdb);
    background-image:-moz-linear-gradient(#f7f6f5, #e1dfdb); /* Firefox */
    background-image:-o-linear-gradient(#f7f6f5, #e1dfdb); /* Opera */
    background-image:-webkit-linear-gradient(#f7f6f5, #e1dfdb); /* Chrome, Safari */     
	background-repeat: repeat-x;
    border-color: #2f120e;
    border-image: none;

    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #2f120e;
    cursor: pointer;
    display: inline-block;
    line-height: 20px;
    margin-bottom: 0;
    padding: 6px 9px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(40, 40, 40, 0.75);

    vertical-align: middle;

	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

.btn-login:hover,.btn-login:focus {
	background-image: linear-gradient(to bottom, #c7c5c2, #e1dfdb);
	background-image:-moz-linear-gradient(#c7c5c2, #e1dfdb); /* Firefox */
    background-image:-o-linear-gradient(#c7c5c2, #e1dfdb); /* Opera */
    background-image:-webkit-linear-gradient(#c7c5c2, #e1dfdb); /* Chrome, Safari */     

	text-decoration:none;
    text-shadow: 0 1px 1px rgba(40, 40, 40, 0.75);
	/*background-position:0 -15px;
	-webkit-transition:background-position 0.1s linear;
	-moz-transition:background-position 0.1s linear;
	-o-transition:background-position 0.1s linear;
	transition:background-position 0.1s linear;*/
}

.btn-large {
    border-radius: 4px 4px 4px 4px;
    font-size: 14px;
    padding: 12px 18px;

}

.btn-mega {
    border-radius: 4px 4px 4px 4px;
    font-size: 14px;
    padding: 18px 30px;

}

.btn-middle {
    border-radius: 4px 4px 4px 4px;
    font-size: 14px;
    padding: 4px 12px;

}


.sidebar-nav {
	padding: 10px;
}

.btn-comment {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #B4896C;
    background-image: linear-gradient(to bottom, #B4896C, #7f5b45);
    background-image:-moz-linear-gradient(#B4896C, #7f5b45); /* Firefox */
    background-image:-o-linear-gradient(#B4896C, #7f5b45); /* Opera */
    background-image:-webkit-linear-gradient(#B4896C, #7f5b45); /* Chrome, Safari */ 
	background-repeat: repeat-x;
    border-color: #2f120e;
    border-image: none;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #2f120e;
    cursor: pointer;
    display: inline-block;
	font-weight:bold;
    line-height: 20px;
    margin-bottom: 0;
    text-align: center;
    text-shadow:0 1px 1px rgba(200, 200, 200, 0.75);
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	vertical-align: middle;
}

.btn-comment:hover,.btn-comment:focus {
	background-image: linear-gradient(to bottom, #7f5b45,#B4896C );
    background-image:-moz-linear-gradient(  #7f5b45,#B4896C ); /* Firefox */
    background-image:-o-linear-gradient(  #7f5b45,#B4896C ); /* Opera */
    background-image:-webkit-linear-gradient(  #7f5b45,#B4896C ); /* Chrome, Safari */ 	
	text-decoration:none;
	text-shadow:none;
    vertical-align: middle;
	color: #2f120e;
	/*background-position:0 -15px;
	-webkit-transition:background-position 0.1s linear;
	-moz-transition:background-position 0.1s linear;
	-o-transition:background-position 0.1s linear;
	transition:background-position 0.1s linear;*/
}

.form-horizontal .controls {
    margin-left: 150px;
}


@media(max-width:640px) {

#title1 {
	text-indent:-9999px;
	background-image :url("../img/title1_480.png");
	width:100%;
	height:32px;
}
#title2 {
	text-indent:-9999px;
	background-image :url("../img/title2_480.png");
	width:100%;
	height:32px;
}

#title1_pro {
	text-indent:-9999px;
	background-image :url("../img/title1_pro_480.png");
	width:100%;
	height:32px;
}
#title2_pro {
	text-indent:-9999px;
	background-image :url("../img/title2_pro_480.png");
	width:100%;
	height:32px;
}

#title_message {
	background-image :url("../img/title_message.png");
	width :100%;
	height :32px;
	text-indent:-9999px;
}

#title_post {
	background-image :url("../img/title_post.png");
	width :100%;
	height :32px;
	text-indent:-9999px;
}



#minwidth640 {
	display:none;
}

.new-account_btm {
	margin-right:38px;
}

.new-account_btm a{
	width:100%;
}

#page-home .row-fluid .span4 {
    margin: 0 auto 0;
}

#page-home .well{
	padding-bottom:0;
}

.Re1 {
	display:none;
}

.navbar .brand {
	background-image:url("../img/rogomini_header.png");
	width:22px;
	height:27px;
	text-indent:-9999px;
    display: block;
    float: left;
    font-size: 20px;
    font-weight: 200;

	margin-top:5px;
	padding:0;
}

}

@media(max-width:768px) {
#title_demand {
	text-indent:-9999px;
	background-image :url("../img/title_demand.png");
	width:100%;
	height:32px;
}

#title_contact {
	text-indent:-9999px;
	background-image :url("../img/title_contact.png");
	width:100%;
	height:32px;
}

/*.sidebar-nav {
		display:none;
	}
	*/

#title_account {
	background-image :url("../img/title_account.png");
	width :100%;
	height :32px;
	text-indent:-9999px;
}

#title_profile {
	background-image :url("../img/title_profile_640.png");
	width :100%;
	height :32px;
	text-indent:-9999px;
}

#title_newaccount {
	background-image :url("../img/title_newaccount_640.png");
	width :100%;
	height :32px;
	text-indent:-9999px;
}

#title_finish {
	background-image :url("../img/title_finish.png");
	width :100%;
	height :32px;
	text-indent:-9999px;
}


#title_check {
	background-image :url("../img/title_check.png");
	width :100%;
	height :32px;
	text-indent:-9999px;
}


#title_demand {
	background-image :url("../img/title_demand.png");
	width :100%;
	height :32px;
	text-indent:-9999px;
}
#title_cancel {
	background-image :url("../img/title_demand.png");
	width :100%;
	height :32px;
	text-indent:-9999px;
}
#title_re-pass {
	background-image :url("../img/title_re-pass.png");
	width :100%;
	height :32px;
	text-indent:-9999px;
}
#title_mypage {
	background-image :url("../img/title_mypage.png");
	width :100%;
	height :32px;
	text-indent:-9999px;
}

#title_delete {
	background-image :url("../img/title_delete.png");
	width :100%;
	height :32px;
	text-indent:-9999px;
}
}

@media(min-width:640px){
	
.comment {
	display:none;
}

.nav_width640 {
	display:none;
}

#post {
		display:none;
	}

#title_account {
	text-indent:-9999px;
	background-image :url("../img/title_account.png");
	width:878px;
	height:32px;
}

#title1 {
	text-indent:-9999px;
	background-image :url("../img/title1_884.png");
	width:878px;
	height:32px;
	margin-top:30px;
}
#title2 {
	text-indent:-9999px;
	background-image :url("../img/title2_884.png");
	width:878px;
	height:32px;
}

#title1_pro {
	text-indent:-9999px;
	background-image :url("../img/title1_pro.png");
	width:878px;
	height:32px;
}
#title2_pro {
	text-indent:-9999px;
	background-image :url("../img/title2_pro.png");
	width:878px;
	height:32px;
}
#title_post {
	background-image :url("../img/title_post.png");
	width :656px;
	height :32px;
	text-indent:-9999px;
}
#title_message {
	background-image :url("../img/title_message.png");
	width :656px;
	height :32px;
	text-indent:-9999px;
}

#maxwidth640 {
	display:none;

}
/*#nav_2 {
	display:none;
}*/

/*#nav_conpact {
	display:none;
}*/

.Re2 {
	display:none;
}

.navbar .brand {
	background-image:url("../img/rogo_header.png");
	width:157px;
	height:32px;
	text-indent:-9999px;
    display: block;
    float: left;
    font-size: 20px;
    font-weight: 200;
	margin-left: 0px;
	margin-right:30px;
	padding:0;
}


}

@media(min-width:768px){
#title_contact {
	text-indent:-9999px;
	background-image :url("../img/title_contact.png");
	width:878px;
	height:32px;
}

#title_profile {
	background-image :url("../img/title_profile_884.png");
	width :878px;
	height :32px;
	text-indent:-9999px;
}

#title_newaccount {
	background-image :url("../img/title_newaccount_884.png");
	width :878px;
	height :32px;
	text-indent:-9999px;
}

#title_finish {
	background-image :url("../img/title_finish.png");
	width :878px;
	height :32px;
	text-indent:-9999px;
}

#title_check {
	background-image :url("../img/title_check.png");
	width :878px;
	height :32px;
	text-indent:-9999px;
}


#title_check {
	background-image :url("../img/title_check.png");
	width :878px;
	height :32px;
	text-indent:-9999px;
}


#title_demand {
	background-image :url("../img/title_demand.png");
	width :878px;
	height :32px;
	text-indent:-9999px;
}
#title_cancel {
	background-image :url("../img/title_demand.png");
	width :878px;
	height :32px;
	text-indent:-9999px;
}
#title_re-pass {
	background-image :url("../img/title_re-pass.png");
	width :878px;
	height :32px;
	text-indent:-9999px;
}
#title_mypage {
	background-image :url("../img/title_mypage.png");
	width :878px;
	height :32px;
	text-indent:-9999px;
}

#title_demand {
	text-indent:-9999px;
	background-image :url("../img/title_demand.png");
	width:878px;
	height:32px;
}

#title_delete {
	text-indent:-9999px;
	background-image :url("../img/title_delete.png");
	width:878px;
	height:32px;
}

}

.date {
	color:#bebebe;
}



#page-home span4 h4{
	margin:0;
}

/*今居るページ*/
/*#nav_2 .navbar .active { 
	background-color: #2f120e !important;
}*/

.navbar-inverse .navbar-inner {
  background-color: #2f120e;
  background-image: -moz-linear-gradient(top, #79605d, #240e0b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9605d), to(#240e0b));
  background-image: -webkit-linear-gradient(top, #79605d, #240e0b);
  background-image: -o-linear-gradient(top, #79605d, #240e0b);
  background-image: linear-gradient(to bottom, #79605d, #240e0b);
  background-repeat: repeat-x;
  border-color: #47201a;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff2f120e', endColorstr='#ff3c1a15', GradientType=0);
}

/*#page-home.row-fluid .span4 {
	background-color:#e1dfdb !important;
}*/
	
#page-home .span4 div {
	height:342px;
	background-color:#FFF;
	border:1px solid #bebebe;
	border-radius: 4px 4px 4px 4px;
	padding:10px;
	margin-bottom:10px;
}

#page-pro .span4 div {
	height:362px;
	background-color:#FFF;
	border:1px solid #bebebe;
	border-radius: 4px 4px 4px 4px;
	padding:10px;
	margin-bottom:10px;
}

.row {
	margin-bottom:10px;
}

img {
	    border-radius: 4px 4px 4px 4px;
}

#page-pro img,#page-home img {
	    border-radius: 4px 4px 4px 4px;
		display:block;
		margin:auto;
		max-width:100%;
}

/*#nav_2 .navbar-inner {
    background-color: #2f120e;
    background-image: linear-gradient(to bottom, #775f5b, #2f120e);
    background-repeat: repeat-x;
    border: 1px solid #E0E0E0;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
    min-height: 40px;
    padding-left: 20px;
    padding-right: 20px;

	font-size:14px;
}
#nav_2 li a {
	color:#e1dfdb;
	text-shadow:none;
}*/

.dropdown-menu li {
	color:#e1dfdb;
}

.navbar-inverse .navbar-search.search-query {
    background-color:#e1dfdb;
    color:#2f120e;
}

#name{
	font-size:16px;
}


.undisplay{
	display:none;
}

.sidebar-nav ul li .pull-right {
	background-image:url("../img/arrow_sidenav.png");
	width:6px;
	height:5px;
	text-indent:-9999px;
	margin:5px;
}

.sidebar-nav ul li {
	border-top:1px solid #bebebe;
}

#header {
	width:878px;
	margin:0 auto;
}

#header .navbar-inner li {
	margin:auto 10px;
}

#timeline a {
    color: #2f120e;
}

.well {
    background-color: #fff;
    border:1px solid #dedede;
	border-radius: 4px 4px 4px 4px;
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;*/
    margin-bottom:10px;
    min-height: 20px;
    padding: 10px;
}
.date {
	color:#bebebe;
}

#header .pull-right a{
	float:right;
}

#header li {
	margin-right:10px;
}

/*.navbar .nav  li a {
	margin:0 10px;
}
*/

#page-timeline .nav-list li a, .nav-list .nav-header {
    margin-left: 0;
    margin-right: 0;
}

#page-timeline .nav-list li a {
	padding-right:5px;
}

ul p {
	display:inline-block;
	 text-align:right;
}


.arrow_box {
	position: relative;
    background: #fff;
    border: 1px solid #dedede;
	border-radius: 4px 4px 4px 4px;
	min-height: 20px;
    padding: 10px;

}
.arrow_box:after, .arrow_box:before {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #ffffff;
	border-width: 7px;
	top: 50%;
	margin-top: -7px;
}
.arrow_box:before {
	border-color: rgba(222, 222, 222, 0);
	border-right-color: #dedede;
	border-width: 8px;
	top: 50%;
	margin-top: -8px;
}

.timeline-post p img {
	margin-right:10px;
}

.timeline-post dt {
	margin-top:10px;
}

.timeline-post dd {
	margin-left: 0;
}

.number {
}

#page-user-avator {
	max-width:878px;
}

address {
    font-style: normal;
}


.prof-1 {
	float: left !important;
	width:45%;
	margin-left:10px;
}

.prof-3{
	margin-left:10px;
	clear: both;
}

.prof-3 dd{
	margin-left:0;
}
.prof-1,.prof-2 {
	margin-bottom:0;
}

.prof-1 dt,.prof-2 dt,.prof-3 dt{
	color:#564341;
}

.prof-1,.prof-2,.prof-3{
	margin-top:0;
}

.prof-2 dd{
	margin-left:100px;
}

.prof-1 dd {
	margin-left:0;
}

.prof-2 dt{
	margin-left:100px;
}

#page-timeline h2 {
	font_size:16px;
	color:#2f120e;
}

.btn_sidebar {
	margin-right:10px;
}

.btn_sideber a {
	width:100%;
}
.about-company li{
	font-size:12px;
}
.about-company{
	margin-bottom:0;
}

#logout {
	margin-left:20%;
}

#username {
	color:#564341;
	font-size:24px;
	font-weight:bolder;
	border-bottom:1px solid #fff;
}

.userprof {
	background-color:#e9e7e4;
	border-radius: 4px 4px 4px 4px;
	padding:10px;
}

#footer {
	color: #fff;
	margin: 10px 0 0 0;
	padding: 15px;
	background-color: rgb(47, 18, 14);
	background-image: -webkit-linear-gradient(top, rgb(121, 96, 93), rgb(36, 14, 11));
	background-repeat: repeat-x;
}

#footer a {
	color:#fff;
}


#page-company h2,#page-terms h2, #page-privacy h2 {
	font-size:22px;
	font-weight:nomal;
	color:#2f120e;
	margin-top:0;
}

#page-company h3,#page-terms h3, #page-privacy h3 {
	font-size:16px;
	font-weight:nomal;
	color:#564341;
	padding-top:20px;
}

#page-timeline .post-users img {
	border: 1px solid #ccc;
	margin: 0;
}

.titles {
	font-size:18px;
	font-weight:bold;
	color:#2f120e;
}

.table-calendar td,
.table-calendar th {
	border-left: 1px solid #ccc;
	text-align: center;
	padding: 3px;
}

th {
	color:#2f120e;
}

.control-label {
	color:#2f120e;
	font-weight:bold;
}

.table-calendar {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.wday0 {
	background-color: #faa;
}
.wday6 {
	background-color: #aaf;
}
.timeline-post {
	position: relative;
	overflow-y: hidden;
	max-height: 400px;
}
.timeline-post-more {
	position: absolute;
	right: 5px;
	bottom: 0;
}
.about-company a {
	color: #888;
}
.text-large {
	font-size: 120%;
}
.scope-name {
	color: #888;
}

.nav .icon-edit{
	color:#bebebe;
}

.nav-maxwidth640 {
		font-size:80%;
}

#right {
	float:right;
}

#aboutsite p {
    margin-bottom: 0;
}

.row-fluid .new-account {
	margin-top:15px;
	margin-bottom:15px;
}

#page-pro .well {
    margin-bottom: 30px;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #fff;
    border: 1px solid #bebebe;
    box-shadow: none !important;
}
textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus,.uneditable-input:focus{border-color:#989696;outline:0;outline:thin dotted \9;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}

fieldset {

}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
    background-color: #fff;
	border: 1px solid #bebebe;
	border-bottom:none;
}

.nav-tabs > li > a:hover, .nav-pills > li > a:focus {
	background-color:#E9E7E4;
}
	
/*.table th {
    font-weight: bold;
	background:none;
}
.table th, .table td {
    border-top: 1px solid #bebebe;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
}

.table-bordered {
    border-collapse: separate;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.table td {
	background:#FFF;
}
*/

.form-horizontal .control-group{
	border-bottom: 1px solid #FFFFFF;
	border-radius: 0px;
    text-align: left;
    vertical-align: top;
	margin-bottom:0;
	padding-bottom:6px;
	padding-top:6px;
}

.form-horizontal {
    padding-left:auto;
	padding-right:auto;
	background-color:#fff;
	padding:10px 10px 10px 10px;
	margin-bottom:10px;
	border: solid 1px #bebebe;
	border-radius: 4px;
				-moz-border-radius:4px;
				-webkit-border-radius: 4px;
				-o-border-radius: 4px;
	bordert-radius: 4px;
				-moz-border-radius:4px;
				-webkit-border-radius: 4px;
				-o-border-radius: 4px;
}

.form-horizontal .input {
		padding:5px;
		background-color:#E9E7E4;
			border-radius: 4px;
				-moz-border-radius:4px;
				-webkit-border-radius: 4px;
				-o-border-radius: 4px;
	border-radius: 4px;
				-moz-border-radius:4px;
				-webkit-border-radius: 4px;
				-o-border-radius: 4px;
		
}

#page-profile .form-horizontal {
	border-top:none;
	border-top-right-radius: 0px;
				-moz-border-top-right-radius:0px;
				-webkit-border-top-right-radius: 0px;
				-o-border-top-right-radius: 0px;
	border-top-left-radius: 0px;
				-moz-border-top-left-radius:0px;
				-webkit-border-top-left-radius: 0px;
				-o-border-top-left-radius:0px;
}


#page-user-avator .row {
	background-color: #FFFFFF;
    border: 1px solid #BEBEBE;
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 10px;
    padding: 10px;
	border-top-right-radius: 0px;
				-moz-border-top-right-radius:0px;
				-webkit-border-top-right-radius: 0px;
				-o-border-top-right-radius: 0px;
	border-top-left-radius: 0px;
				-moz-border-top-left-radius:0px;
				-webkit-border-top-left-radius: 0px;
				-o-border-top-left-radius:0px;
	border-top:none;
}

#page-user-avator .span2 {
	background-color: #E9E7E4;
    border-radius: 4px 4px 4px 4px;
}

.form-search input, .form-inline input, .form-horizontal input, .form-search textarea, .form-inline textarea, .form-horizontal textarea, .form-search select, .form-inline select, .form-horizontal select, .form-search .help-inline, .form-inline .help-inline, .form-horizontal .help-inline, .form-search .uneditable-input, .form-inline .uneditable-input, .form-horizontal .uneditable-input, .form-search .input-prepend, .form-inline .input-prepend, .form-horizontal .input-prepend, .form-search .input-append, .form-inline .input-append, .form-horizontal .input-append {
    vertical-align: middle;
}

.form-actions {
    background:none;
	/*width:878px;*/
	margin:0 auto;
	border-top:0;
	padding:0;
	display: inline-block;
}

.form-horizontal .control-label {
    padding-top: 10;
	width:200px;
	padding-right: 10px;
	text-align: right;
}

select {
	background-color:#fff;
}

.nav-maxwidth640 a {
	font-size: 80%;
}

#header-logout {
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	position: absolute;
	display:block;
	right: 10px;
}
#header-logout a {
	color: #fff;
}

#googlePlay{
	min-height:30px;
}
#googlePlay img{
	margin-right:10px;
}

#googlePlay p {
	margin-bottom:10px;
}

.form-horizontal h3 {
	display:inline-block;
	font-weight: bold;
	font-size:14px;
	min-width:170px;
	color: #2F120E;
	text-align:right;
	margin:0 10px 0 0;
}

.form-horizontal .check {
	 border-bottom: 1px solid #FFFFFF;
}

.alert {
	padding:0;
	margin-bottom: 0px;
	float:right;
}

#bottom  {
	 border-bottom: none !important;
}

#page-timeline [class*="span"], #page-timeline.uneditable-input[class*="span"],#page-timeline .row-fluid [class*="span"] {
    display: inline;
}
#btn_delete img{
	margin-right:0;
}

.label-info, .badge-info {
    background-color: #FF7979;
}

.label, .badge {
    font-size: 11px;
    font-weight: bold;
    line-height: 14px;
    padding: 2px 4px;
    text-shadow:none;
}

.badge {
    padding-left: 6px;
    padding-right: 6px;
}

.alert-info p {
	margin:0;
}

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

	comment-post

-----------------------------------------------------------------------*/
/*.post-comment .inner {
	width: 580px;
	float:left;
}
*/
.post-comment textarea{
	height: 22px;
	margin:0;
	width: 526px;
	resize: vertical;  
	margin-left: 6px;
}

.comment-contents {
	float: left;
	width: 562px;
	margin:0 10px;
	vertical-align: top;
	font-size:13px;
	word-break: break-all;
}

.timeline-comment .post-users {
	float:left;
}

.post-users {
	margin:0;
}

#posts .timeline-comment {
	background-color:#fcfcfc;
	border-radius: 0 0 4px 4px;
	margin-top: -15px;
}

.comment-user-name {
	font-weight: bold;
	color: #5d322c;
}

.post-comment .btn-small {
    padding: 4px 10px;
}

.post-comment .form-actions {
	float:right;
}

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

	レスポンシブ

-----------------------------------------------------------------------*/
@media(max-width:320px){
.navbar .nav > li > a {
	 padding: 10px 8px;
}

input, textarea, .uneditable-input {
    width: 140px;
}
.toko {
	margin-right:0;
}
}


@media(min-width:768px){
.nav-maxwidth640 {
		display:none;
}

.navbar {
	height:40px;
	margin-bottom:30px;
}

.navbar-inner {
	margin-bottom:30px;
}

#page-home .row-fluid .span4 {
	margin-top: 5px !important;
}
	
}

/*-----------------------------------------------------
	iPad
-----------------------------------------------------*/
@media(max-width:768px){
	
.navbar .nav {
    margin-right: 0 !important;
}

.nav-collapse2{
	display:none;
}

#page-timeline .sidebar-nav,
#page-timeline .about-company,
#search-group .sidebar-nav,
#search-group .about-company,
#search-user .sidebar-nav,
#search-user .about-company,
#page-post .sidebar-nav,
#page-post .about-company,
#message .sidebar-nav,
#message .about-company,
#message_user .sidebar-nav,
#message_user .about-company,
#message_group .sidebar-nav,
#message_group .about-company{
	display:none;
}

.navbar-navigation form {
	margin:10px;
}
.navbar {
	height:40px;
	margin-bottom:10px;
}

.navbar-inner {
	margin-bottom:10px;
}

#right2 {
	float:right;
}

.kensaku {
	position:relative;
}
.form-horizontal .controls {
    margin-left: 0px;
}

.form-horizontal {
	width:94%;
}
.nav-tabs {
	width:100%;
}


.form-actions{
	width:100%;
}

.form-horizontal .control-label,.form-horizontal h3  {
    text-align: left;
}

.nav-tabs > li > a, .nav-pills > li > a {
    line-height: 14px;
    margin-right: 4px;
    padding-left: 4px;
    padding-right: 4px;
}

#page-pro .span4 div,
#page-home .span4 div {
    height: 100%;
}

.check span,.bottom span {
	display:block;
	margin-bottom:10px;
}
.form-horizontal .control-label {
    width: 100%;
}

.navbar .brand {
	background-image:url("../img/rogomini_header_14px.png");
	width:14px;
	height:17px;
	margin-top:12px;
}

/*-----------------------------------------------------
	comments
-----------------------------------------------------*/
.post-comment .inner {
	width: 100%;
	float:left;
}

.post-comment textarea{
	margin:0;
	width: 82%;
	padding: 1% 4.5%;
	float: right;
}

.post-comment .btn-small {
 	float: right;
	margin-top: 6px;
}

.timeline-comment .post-users {
    width: 5%;
}

.comment-contents {
	width: 80%;
}

.other-comment i {
	float: right;
}

}

@media(min-width:320px){
.toko {
	position:relative;
	margin-right:45px;
}	
}


@media(min-width:768px){
.nav-collapse2.collapse2{height:auto !important;overflow:visible !important;}

}


@media(max-width:480px){
.nav-tabs > li > a, .nav-pills > li > a {
    padding-left: 2px;
    padding-right: 2px;
	font-size:80%;
}
/*-----------------------------------------------------
	comments
-----------------------------------------------------*/
.post-comment textarea{
	width: 82%;
	padding: 1% 2.5%;
}

.timeline-comment .post-users {
    width: 8%;
}

.comment-contents {
	width: 75%;
}

.post-wrapper .btn-small {
	margin-bottom: 6px;
}
}