/*pc*/
@media (min-width: 768px) {
.btn.btn-login,
.btn.btn-primary,
.btn.btn-3,
.btn.new-size {
	height: 40px !important;
	line-height: 40px !important;
	padding: 0 80px !important;
}

.btn.return-btn,
.btn.apporach_btn {
	padding: 0px !important;
}
.member-profile .btn.btn-primary {
	height: 50px !important;
	line-height: 50px !important;
}
.btn.btn-large {
	height: 50px !important;
}
.memo .btn-primary,
.memo .btn-primary-gray {
	width: 40% !important;
}
#control-group-remember_me  input[type="checkbox"] {
    margin-top: 1px;
}
}


/*smartphone and tablet*/
@media (max-width: 767px) { 
.btn.btn-login,
.btn.btn-primary,
.btn-search-gray,
.btn-primary-gray,
.btn.btn-3
 {
	height: 50px !important;
	line-height: 50px !important;
	padding: 0 !important;
}
.sp_view .btn.btn-login,
.sp_view .btn.btn-primary-gray,
.sp_view .btn.btn-primary,
.sp_view .btn-search-gray,
.sp_view .btn.btn-3,
.sp_view .btn.new-size{
	width: 95% !important;
}
.sp_view .btn.return-btn {
	width: 9em !important;
	margin: 10px 0;
}
.dropdown-menu li > a {
	padding:8px 28px 8px 5px !important;
	font-size: 120%;
}

.sp_view .btn.btn-to-top,
.sp_view .btn.btn-primary-green {
	font-size: 14px;
}
.sp_view .btn.btn-primary-gray {
	height: 40px !important;
	line-height: 40px !important;
	padding: 0 !important;
	font-size: 14px;
}
#control-group-agreement input[type=checkbox] {
	margin-right: 10px;
}
#control-group-remember_me  input[type="checkbox"] {
    margin-right: 10px;
}
}

.btn.btn-1 {
	background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background: #898989;
	padding: 8px 0;
}
.btn.btn-1:hover,
.btn.btn-1.active {
	background: #797979;
}

.btn.btn-2 {
	background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background: #898989;
	padding: 8px 0;
}
.btn.btn-2:hover,
.btn.btn-2.active {
	background: #797979;
}

.btn-3{
	padding:8px 20px !important;
	text-shadow:none;
	border-shadow: none;
	border:0px;
	color:#FFFFFF;
	background: #da5905; /* Old browsers */
	background: -moz-linear-gradient(top,  #da5905 0%, #ff761d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#da5905), color-stop(100%,#ff761d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #da5905 0%,#ff761d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #da5905 0%,#ff761d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #da5905 0%,#ff761d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #da5905 0%,#ff761d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da5905', endColorstr='#ff761d',GradientType=0 ); /* IE6-9 */
	
}
.btn-3:hover,.btn-3:hover{
	border-shadow: none;
	border:0px;
	color:#FFFFFF;
	background: #ff761d; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff761d 0%, #da5905 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff761d), color-stop(100%,#da5905)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff761d 0%,#da5905 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff761d 0%,#da5905 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff761d 0%,#da5905 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff761d 0%,#da5905 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff761d', endColorstr='#da5905',GradientType=0 ); /* IE6-9 */
	
}
.btn-3:active,.btn-3:active{
	border-shadow: none;
	border:0px;
	color:#FFFFFF;
	background: #d85300; /* Old browsers */
	background: -moz-linear-gradient(top,  #d85300 0%, #ff6607 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d85300), color-stop(100%,#ff6607)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d85300 0%,#ff6607 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d85300 0%,#ff6607 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d85300 0%,#ff6607 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d85300 0%,#ff6607 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d85300', endColorstr='#ff6607',GradientType=0 ); /* IE6-9 */
	color: #FFFFFF;
}

@media (max-width: 767px) { 
	body{
		padding: 0px !important;
	}
	.login-container {
		background-image: none !important;
	}
	.row-fluid .login-box {
	    margin: 0 !important;
	}
	.login-container {
		padding: 10px;
	}
	.menu-dropdown-wrap {
		position: absolute;
		rignt: 0;
		top: 0px;
		text-align: right;
	}
	.menu-dropdown-wrap .dropdown-menu {
		position: absolute;
		right: 0;
	}
	
	.menu-dropdown-wrap .btn-menu {
		margin: 5px;
		margin-top: 13px;
	}
	
	.logo-box {
		width: 80% !important;
		z-index: 1000;
		position: relative;
	}
	
	input[type=checkbox],
	input[type=radio] {
		transform:scale(1.5);
		-webkit-transform: scale(1.5);
	}
	
	.input input[type=checkbox],
	.input input[type=radio] {
		margin-left: -25px;
	}
	
	.sp_view .btn {
		font-size: 120%;
	}
	
	h4.head {
		border-radius: 0px;
		padding: 6px 0;
		font-size: 16px;
	}
	.sp_view .change-mail .btn-primary,
	.change-password .controls .btn-primary,
	.line-notify .controls .btn-primary,
	.drop-out .controls .btn-primary {
		width: 100% !important;
	}
}

.top-bar, .bottom-bar{
	background: #404040; /* Old browsers */
	background: -moz-linear-gradient(top,  #404040 0%, #404040 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#404040), color-stop(100%,#404040)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #404040 0%,#404040 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #404040 0%,#404040 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #404040 0%,#404040 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #404040 0%,#404040 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#404040', endColorstr='#404040',GradientType=0 ); /* IE6-9 */
	height: 25px;
}

.img-responsive {
	max-width: 95%;
	height: auto;
}
/*
.login-container {
	background: url(login_bg.png);
}
*/
.login-container {
	background:url("login_img.png") no-repeat scroll 500px 20px ;
}
.scroll-top {
    border-bottom: 3px solid #FF761D;
    height: 40px;
}

@media (min-width: 768px){
.login-box {
	width: 450px !important;
	padding-top: 10px;
	margin: 10px;
}
.dropdown-menu {
	left: -112px;
	width: 250px;
}
.btn-search-gray{
}
}

input[type="radio"], input[type="checkbox"] {
    line-height: normal;
    margin: 3px 0 0;
}


#member_login_form label {
	color: #7F7F7F;
	font-size: 1.2em;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

#member_login_form input {
}

#member_login_form input[type=checkbox] {
	height: auto;
}

.btn-login, #member_login_form .btn-login {
    border-shadow: none;
	border:0px;
	background: #FF3E3E; /* Old browsers */
	background: -moz-linear-gradient(top,  #FF2929 0%, #FF5757 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FF2929), color-stop(100%,#FF5757)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #FF2929 0%,#FF5757 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #FF2929 0%,#FF5757 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #FF2929 0%,#FF5757 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #FF2929 0%,#FF5757 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF2929', endColorstr='#FF5757',GradientType=0 ); /* IE6-9 */

    border-color: #FF2F2F #FF2F2F #FF2F2F #FF2F2F;
    color: #FFFFFF;
    font-weight: bold;
    margin: 0 auto;
    min-width: 170px !important;
    padding: 8px 0;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	height: 48px;
}

.btn-login:hover, #member_login_form .btn-login:hover {
	background: #FF3A3A; /* Old browsers */
	background: -moz-linear-gradient(top,  #FF1111 0%, #FF4343 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FF1111), color-stop(100%,#FF4343)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #FF1111 0%,#FF4343 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #FF1111 0%,#FF4343 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #FF1111 0%,#FF4343 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #FF1111 0%,#FF4343 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF1111', endColorstr='#FF4343',GradientType=0 ); /* IE6-9 */
}

.btn-login:active, #member_login_form .btn-login:active {
	background: #FF3E3E; /* Old browsers */
	background: -moz-linear-gradient(top,  #FF5757 0%, #FF2929 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FF5757), color-stop(100%,#FF2929)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #FF5757 0%,#FF2929 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #FF5757 0%,#FF2929 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #FF5757 0%,#FF2929 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #FF5757 0%,#FF2929 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF5757', endColorstr='#FF2929',GradientType=0 ); /* IE6-9 */
}

.btn-menu {
	background: url(bt-sp-menu-off.png) no-repeat center center;
	background-size: 100%;
	width: 64px;
	height: 64px;
	padding: 0;
	border: none;
    color: #F36B17;
    margin: 0 auto;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	font-size: 1.3em;
	box-shadow: none;
}


.btn-menu:hover, .btn-menu:active {
	background: url(bt-sp-menu-on.png) no-repeat center center;
	background-size: 100%;
}


@media (min-width: 768px){
	.menu-dropdown-wrap {
		text-align: right;
	}
	
	.btn-menu {
		background: url(bt-menu-off.jpg) no-repeat center center;
		width: 88px;
		height: 88px;
	    color: #FFFFFF;
		padding: 0;
		margin: 0;
		border: 0px solid #FFF;
		border-radius: 0;
		box-shadow: none;
	}
	
	.btn-menu:active {
		background: url(bt-menu-on.jpg) no-repeat center center;
	}
	
	.btn-menu:hover,.btn-menu:focus {
		background: url(bt-menu-on.jpg) no-repeat center center;
	}
}


.forget-password a {
    text-decoration: underline;
	font-size: 1.2em;
}

[class^="icon-32"],
[class*=" icon-32"] {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-top: 1px;
  *margin-right: .3em;
  line-height: 32px;
  vertical-align: text-top;
  background-image: url("icon-32.png");
  background-position: 32px 32px;
  background-repeat: no-repeat;
}

.icon-32-phone {
	background-position: 0px 0px;
}

.icon-32-message {
	background-position: -32px 0px;
}

.icon-32-new {
	background-position: -64px 0px;
}

.icon-32-menu {
	vertical-align: text-bottom;
	background-position: -96px 0px;
}

[class^="icon-16"],
[class*=" icon-16"] {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  *margin-right: .3em;
  line-height: 20px;
  vertical-align: text-top;
  background-image: url("icon-16.png");
  background-position: 20px 20px;
  background-repeat: no-repeat;
}

.icon-16-warn {
	background-position: 0px 0px;
}
[class^="icon-17"],
[class*=" icon-17"] {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  *margin-right: .3em;
  line-height: 20px;
  vertical-align: text-top;
  background-image: url("icon-17.png");
  background-position: 20px 20px;
  background-repeat: no-repeat;
}
.icon-17-new {
	background-image: none !important;
	background-color: #DE5803 !important;
	background-position: 0px 0px;
	text-align:center;
	color: #FFF;
	text-shadow: none;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	font-weight: bold;
	position: absolute;
	right:5px;
	width: auto;
	min-width: 10px;
	padding-right: 5px;
	padding-left: 3px;
}
.icon-17-new span{
	font-family:Helvetica;
	font-weight:600;
	line-height:20px;
}
[class^="icon-24"],
[class*=" icon-24"] {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-top: 1px;
  margin-right: .3em !important;
  line-height: 24px;
  vertical-align: initial;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

.icon-24-list{
	background-image: url(icon/list.png) !important;
}
.icon-24-manager{
	background-image: url(icon/manager.png) !important;
}
.icon-24-msg{
	background-image: url(icon/msg.png) !important;
}

.icon-24-eat{
	background-image: url(icon/eat.png) !important;
}

.icon-24-conf{
	background-image: url(icon/conf.png) !important;
}

.icon-24-user{
	background-image: url(icon/user.png) !important;
}

.icon-24-lock{
	background-image: url(icon/lock.png) !important;
}

.icon-24-logout{
	background-image: url(icon/logout.png) !important;
}

.icon-24-remove{
	background-image: url(icon/remove.png) !important;
}

.icon-24-chevron-right{
	background-image: url(icon/eat.png) !important;
}

.icon-24-edit{
	background-image: url(icon/edit.png) !important;
}

.icon-24-top {
	background-image: url(icon/top.png) !important;
}


.main-menu {
	border: 1px solid #D9D9D9;
	font-size: 0.9em;
}

.main-menu {
	padding-left: 10px;
	padding-right: 5px;
}

.main-menu.nav-list > li > a{
	padding-left: 4px;
	padding-right: 0px;
	margin-right: -5px;
	position: relative;
}


.main-menu.nav-list a  {
	color: rgb(139,93,22);
	margin-left: -10px;
}

.dropdown-menu {
	padding: 0;
	border-radius: 0px;
	text-align: left;
}

.dropdown-menu li {
	background-color: #EEE1A9;
	border-bottom: 1px solid #c8b986;
}

.dropdown-menu li > a {
	color: rgb(139,93,22);
	position: relative;
	padding:3px 28px 3px 5px;
}



.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
    background-color: #F4EBC7;
	background-image: linear-gradient(to bottom, #F4EBC7, #F4EBC7);
	color: rgb(139,93,22);
}

.table-bordered, .table th, .table td {
    border-color: #BFBFBF;
}

.historydescription {
	padding-left: 0 !important;
}

.time_display {
	padding-left: 15px;
	background-color: #D9D9D9;
}
.dating-success,
.dating-pending,
.dating-in,
.dating-waiting,
.dating-expired,
.dating-failed {
	color: #333;
	padding: 3px;
}

.dating-success {
	background: #D6DCE4 !important;
	text-shadow: none;
}

.dating-pending {
	background: #FCE4D6 !important;
	text-shadow: none;
}

.dating-in {
	background: #FFF2CC !important;
	text-shadow: none;
}

.dating-waiting {
	background: #E2EFDA !important;
	text-shadow: none;
}

.dating-expired, .dating-failed {
	background: #AEAAAA !important;
	text-shadow: none;
}
.member-profile .now_status_info{
	text-align:center;
}
.member-profile .nickname-view{
	margin:10px 15px;
}
.member-profile .now_status_info .dating-success,
.member-profile .now_status_info .dating-pending,
.member-profile .now_status_info .dating-in,
.member-profile .now_status_info .dating-waiting,
.member-profile .now_status_info .dating-expired,
.member-profile .now_status_info .dating-failed {
	margin:10px 15px;
}
@media ( max-width : 800px){
.member-profile .nickname-view{
	width:95%;
	margin:10px auto !important;
	border-left:0px;
	border-right:0px;
}
.member-profile .dating_btn,.member-profile .btn-primary{
	width:93%;
}
}
.member-profile .btn-primary{
	padding:8px;
}
.member-profile .span3{
	margin-bottom:30px;
}
.member-profile .newpro{
	margin-top:0px;
}
.member-profile .newpro .control-group .span12{
	line-height: 30px;margin-bottom: 0px;
}

.member-profile .newpro .left_label{
	height:32px;
}
.member-profile .newpro .control-group .controls{
	padding:7px 5px 0px 20px;
}
.member-profile .newpro .control-group .controls label{
	margin-bottom: 2px !important;
}
.member-profile .newpro .control-group label.control-label{
	margin-bottom: 2px !important;
}
.member-profile .newpro .control-group label.control-label{
	padding: 7px 0 0 10px;
}
.answer .well-mobile{
	background-color: #F5F5F5;
    border: 2px solid #E3E3E3;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin: 10px;
	padding:10px 0 0 0;
    min-height: 20px;
	background: #FFF;
}
.answer .well-mobile .status p{
	margin:0 15px;
}
.answer .well-mobile .status{
	margin-top:10px;
}

.new .new_list {
	padding:10px 15px;
}
.new .new_list a{
	color:#FF3131;
	text-decoration:underline;
}
