@charset "UTF-8";

.ui-menu {
	width: 100%;
}

body {
	font-family: "ヒラギノ角ゴW3,Meiryo UI";
}

h4, .h4, h5, .h5, h6, .h6 {
	margin-top: 0;
	margin-bottom: 0;
}

.page-header h6 {
	color: #FFFFFF;
	width: 1170px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
}
.navbar-brand img {
	width: 100px;
}

.page-header {
	padding-bottom: 10px;
	margin: 0 0 0;
	border-bottom: none;
	background-color: #D61A36;
	height: 25px;
}

.dropdown-toggle.btn-default {
	color: #333;
	background-color: #e6e6e6;
	border: none;
}

.container_career{
	width: 100%; /* isozaki revised */
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFAF0;
	padding: 30px;
}

.container_career h4 {
	margin-bottom: 40px;
}

.container_career .checkbox-inline{
	width: 48%;
}

#navbar .nav navbar-nav li {
	margin-right: 10px;
}

.form_footer{
	text-align: center;
}

.footer-navi {
	margin: 0;
	border-bottom: none;
	background-color: #6C5D5C;
	height: 25px;
	width:100%;
	color: #FFFFFF;
	font-size: 0.4em;
}

/* ----- isozaki added ------- */

/* 「必須」表示 */
/*
.required {
	color: #ffffff;
	background-color: #DC0800;
	text-align: right;
	font-size: 0.8em;
	padding: 3px;
}
*/

input {
	margin: 2px 0;
}

.online {
	display: inline-block;
	width: 13px;
	height: 13px;
	background: #b6d880;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
}

.offline {
	display: inline-block;
	width: 13px;
	height: 13px;
	background: #FF4500;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
}

/* pc/tb */
@media (min-width: 768px) {
	label.control-label,
	label.control-label.required,
	label.control-label.private {
		padding-right: 2.5em;
	}
	/* 「必須」だけ */
	label.required:not(.private):after {
		content: "必須";
		color: #ffffff;
		background-color: #D61A36;
		font-size: 0.8em;
		padding: 0px 0.5em;
		margin-right: -3.5em;
		white-space: nowrap;
		position: absolute;
		right: 3em;
		top: 10px;
	}
	/* 「非公開」だけ */
	label.private:not(.required):after {
		content: "非公開";
		color: #737373;
		font-size: 0.8em;
		margin-right: -3.5em;
		margin-left: 0.75em;
		white-space: pre;
		font-weight: normal;
		position: absolute;
		bottom: 1px;
	}
	/* 「必須」＆「非公開」 */
	label.required.private:before {
		content: "必須";
		color: #ffffff;
		background-color: #D61A36;
		font-size: 0.8em;
		padding: 0px 0.5em;
		margin-right: -3.5em;
		vertical-align: super;
		white-space: nowrap;
		position: absolute;
		right: 3em;
		top: 1px;
	}
	label.required.private:after {
		content: "非公開";
		color: #737373;
		font-size: 0.8em;
		margin-right: -3.5em;
		margin-left: 0.75em;
		white-space: pre;
		font-weight: normal;
		position: absolute;
		bottom: -5px;
	}
}
/* sp */
@media (max-width: 767px) {
	label.control-label,
	label.control-label.required,
	label.control-label.private {
		padding-right: 2.5em;
	}
	/* 「必須」だけ */
	label.required:not(.private):after {
		content: "必須";
		color: #ffffff;
		background-color: #D61A36;
		font-size: 0.8em;
		padding: 0px 0.5em;
		margin-right: -5.5em;
		white-space: nowrap;
		position: absolute;
		right: 5em;
		top: 3px;
	}
	/* 「非公開」だけ */
	label.private:not(.required):after {
		content: "非公開";
		color: #737373;
		font-size: 0.8em;
		margin-right: -3.5em;
		margin-left: 0.75em;
		white-space: pre;
		font-weight: normal;
		position: absolute;
		bottom: 1px;
	}
	/* 「必須」＆「非公開」 */
	label.required.private:before {
		content: "必須";
		color: #ffffff;
		background-color: #D61A36;
		font-size: 0.8em;
		padding: 0px 0.5em;
		margin-right: -3.5em;
		white-space: nowrap;
		float: right;
		top: 3px;
	}
	label.required.private:after {
		content: "非公開";
		color: #737373;
		font-size: 0.8em;
		margin-left: 0.75em;
		white-space: pre;
		font-weight: normal;
		vertical-align: text-bottom;
	}
}


.act-btn{
	width:300px;
	height:50px;
	font-size:120%;
}
@media (max-width: 767px) {
	.act-btn{
		width:250px;
	}
}

/* /stylesheets/main.cssからひっこし */

/* カテゴリの色 */
.cat_design_order {
	background: #A64A97;
}
.cat_ladies_patterrn,
.cat_mens_patterrn {
	background: #AACF52;
}
.cat_ladies_sewing {
	background: #E85298;
}
.cat_men_sewing {
	background: #00AFEC;
}
.cat_baby_sewing {
	background: #FFF33F;
}
.cat_maternity_sewing {

}
.cat_kids_sewing {
	background: #F6AD3C;
}
.cat_pet_sewing {

}
.cat_dress_sewing {

}
.cat_uniform_sewing {

}
.cat_dance_sewing {

}
.cat_costume_sewing {

}
.cat_other_sewing {
	background: #EA5532;
}
.cat_repair {
	background: #00ADA9;
}
.cat_japanese {

}
.cat_ladies_shoes {

}
.cat_mens_shoes {

}
.btn-facebook {
	background-color : #305097;
	color: #ffffff;
	text-decoration: none;
}
.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook:visited {
	color: #ffffff !important;
	background-color: #233B70;
}
.btn-google {
	color:#fff;
	background-color:#dd4b39;
	border-color:rgba(0,0,0,0.2)
	text-decoration: none;
}
.btn-google:hover,
.btn-google:focus,
.btn-google:active,
.btn-google:visited {
	color:#fff;
	background-color:#c23321;
	border-color:rgba(0,0,0,0.2)
}

.pink.btn {
	color: #808080;
	background-color: #F9D2D7;
	border-color: "";
}
.pink.btn:hover, .pink.btn:focus, .pink.btn:active, .pink.btn.active {
	color: #808080;
	background-color: #f3a5af;
}
.open .pink.btn.dropdown-toggle {
	color: #808080;
	background-color: #F9D2D7;
}
.pink.btn:active, .pink.btn.active {
	background-image: none;
	background-color: #f7c0c7;
}
.pink.btn:active:hover, .pink.btn.active:hover {
	background-color: #f7c0c7;
}
.open .pink.btn.dropdown-toggle {
	background-image: none;
}
.pink.btn.disabled, .pink.btn.disabled:hover, .pink.btn.disabled:focus, .pink.btn.disabled:active, .pink.btn.disabled.active, .pink.btn[disabled], .pink.btn[disabled]:hover, .pink.btn[disabled]:focus, .pink.btn[disabled]:active, .pink.btn[disabled].active, fieldset[disabled] .pink.btn, fieldset[disabled] .pink.btn:hover, fieldset[disabled] .pink.btn:focus, fieldset[disabled] .pink.btn:active, fieldset[disabled] .pink.btn.active {
	background-color: #F9D2D7;
}
.pink.btn .badge {
	color: #F9D2D7;
	background-color: #FFFFFF;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{ width: 100%!important; }

@media (max-width: 991px) {
	.fb_iframe_widget {
		margin-bottom: 20px;
	}
}

/* mail mordal */
.temp-regist-mail #myModalLabel {
	color: #D61A36;
	font-weight: bold;
	margin-bottom: 10px;
}
.temp-regist-mail #mail-send {
	width: 200px;
	padding-bottom: 7px;
	margin-top: 10px;
}

.temp-regist-mail .form_divider {
	 margin-left: auto;
	 margin-right: auto;
	 /*background-color: #efefef;*/
	 margin-top: 15px;
	 margin-bottom: 10px;
	 text-align: center;
	 position: relative;
}
.temp-regist-mail .form_divider:before {
	position: absolute;
	left: 0;
	top: 50%;
	display: block;
	content: "";
	border-top: 1px solid #eeeeee;
	width: 46%;
}
.temp-regist-mail .form_divider:after {
	position: absolute;
	right: 0;
	top: 50%;
	display: block;
	content: "";
	border-top: 1px solid #eeeeee;
	width: 46%
}
#registMailTop .form_divider:before {
	left: 10%;
	width: 36%;
}
#registMailTop .form_divider:after {
	right: 10%;
	width: 36%;
}

.temp-regist-mail .mail-complete {
	text-align: center;
	margin-bottom: 40px;
	font-size: 16px;
}
@media (max-width: 991px) {
	.temp-regist-mail .mail-complete {
		font-size: 14px;
	}
}
.temp-regist-mail p.mail-description {
	line-height: 1.5em;
	margin-bottom: 1.5em;
}
.temp-regist-mail .text-muted {
	color : #888888;
	font-size: 11px;
}


.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-user > .dropdown-menu {
  width: 210px !important;
}

/* 詳細系のtab使用画面 tab本体ラッパ */
.tab-content-wrapper {
	padding:10px;
	background:#fff;
	border-left: 1px solid #a9a9a9;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #a9a9a9;
}
@media (min-width: 767px) {
	.tab-content-wrapper {
		padding-left:5px;
		padding-right: 5px;
	}
}

/* table responsive */
@media (max-width: 767px) {

	/* Force table to not be like tables anymore */
	.sp-list table, .sp-list thead, .sp-list tbody, .sp-list th, .sp-list td, .sp-list tr {
		display: block;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	.sp-list thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.sp-list tr {
		border: 1px solid #ccc;
		margin-bottom: 10px;
	}

	.sp-list td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
	}
	.sp-list td.fit {
		width: 100% !important;
	}
	.sp-list td.sp-header{
		background-color: #E7E4E4 !important;
		width: 100% !important;
	}

	.sp-list td:before {
		/* Now like a table header */
		/*position: absolute;*/
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
	}
}

/*  header & preHeader  */
.lead-sentence {
	font-size: 10px;
    float: left;
    margin-top: 1.5em;
}

.page-logo {
	width: 130px !important;
}
.pre-header {
	min-height: 0px;
	position: relative;
	height: 100% !important;
	background: rgba(235, 204, 209, 0.11) !important;
}
.pre-header #top-info .top-info-title {
	float: left;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    width: 100px;
}
.page-header {
	position: relative;
}

.pre-header #top-info ul {
	list-style-type: disc;
	font-size: 12px;
	padding-top: 2px;
    margin-bottom: 0px;
}
.pre-header #top-info ul li {
	text-indent: -5px;
}
.pre-header #top-info ul li p {
	margin: 0 !important;
}
.matternew1 {
	height:42px;
	padding:2px;
	float:right;
	background: #fff;
}
.nutte-face {
	font-size: 2rem !important;
	font-family: 'Dosis', sans-serif;
}

@media (max-width: 767px) {
	.page-header .page-header-top .top-menu .navbar-nav > li.dropdown > .dropdown-menu {
		margin-right: -120px;
	}
	.page-header .page-header-top .top-menu .navbar-nav > li.dropdown > .dropdown-menu:after {
		right:145px;
	}
	.lead-sentence {
		/*font-size: 9px;
		margin-left: -5px;*/
		display: none;
	}
	.pre-header #top-info {
		padding-top: 5px;
		padding-left: 5px;
		padding-right: 5px;
	}
	.pre-header #top-info ul {
		list-style: none;
		padding-left: 0px;
	}
	.pre-header #top-info ul li {
		font-size: 10px;
		text-indent: 0px;
		min-height: 20px;
	}
	.pre-header #top-info .top-info-title-sp {
		font-size: 12px;
		float: left;
		margin-right: 4px;
	}
	.page-header .page-header-top .page-logo {
		margin-left: 0px;
	}
	.logo-default {
		margin: 6px 5px 0 -5px !important;
		width: 60px !important;
	}
	.page-header .page-header-top .top-menu .navbar-nav>li.dropdown {
		padding: 0 2px !important;
	}
	.matternew1 {
		height: 26px !important;
		margin-top: 10px !important;
	}
	.mega-menu-style {
		float:left !important;
		border-right: 1px solid #f0f0f0;
		text-align: center;
	}
	.about {
		width: 28%;
		float: right !important;
		text-align: center;
	}
	.nutte-face {
		font-size: 15px !important;
		font-family: 'Dosis', sans-serif;
	}
	.global-button-left {
		width: 32%;
	}
	.global-button-center {
		width: 42%;
	}
	.global-button-right {
		width: 26%;
	}
}

.login-info-text {
	color: #a9a9a9;
	font-size: 10px;
	font-weight: 600;
	outline: none;
	padding: 2px 5px;
}

.cursor-link {
	cursor: pointer;
}

.br_sp {display: none;}
@media only screen and (max-width: 767px){
	.br_sp {display: inherit;}
}
