@charset "UTF-8";
/* CSS Document */

	
/*************************** GENERAL ***************************/
	
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700");
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900,400italic");

/*************************** import parts ***************************/
/* gulpで＠import ファイルのsuffixが動的に変わります*/
@import url("header/css/style.css?v=1757480974769");
@import url("sidenav/css/style.css?v=1757481067856");
@import url("contents/css/style.css?v=1757480882668");

body {
	color: #333a45;
	font: 13px/1.231 "Lato", 'Avenir', 'Helvetica neue',"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",  'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	-webkit-font-smoothing: antialiased;
	height: 100%;
	padding-top:50px;
}
.main {
	padding-bottom: 50px;
}
.main a {
	color: #38b8b1;
	-webkit-transition: 0.25s;
	transition: 0.25s;
	-webkit-backface-visibility: hidden;
}
.main a:hover {
	color: #4dcebd;
	text-decoration: none;
}
.main a.btn:hover {
	color: #fff;
}
.main a:-webkit-any-link {
 text-decoration:none;
}
.xl {
	font-size: 2em;
}
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 {
	border: 1px solid rgba(0,0,0,0.3);
	color: #333a45;
	font-family: "Lato", 'Avenir', 'Helvetica neue',"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 14px;
	padding: 6.5px 5px;
	text-indent: 1px;
	line-height: 14px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
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,
input:checked + label img {
	outline: solid 3px #38b8b1;
}
label img {
	pointer-events: none;
}

.top5 { padding-top:5px; }
.top15 { padding-top:15px; }
.top17 { padding-top:17px; }

.bottom15 { padding-bottom:15px; }

/*btn*/

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn,
.btn.disabled:hover,
.btn[disabled]:hover,
fieldset[disabled] .btn:hover,
.btn.disabled:focus,
.btn[disabled]:focus,
fieldset[disabled] .btn:focus,
.btn.disabled:active,
.btn[disabled]:active,
fieldset[disabled] .btn:active,
.btn.disabled.active,
.btn[disabled].active,
fieldset[disabled] .btn.active {
  background-color: #ccc;
  border: 1px solid #888;
  color: #444;
}
.btn.permission-denied,
.btn.permission-denied:hover,
.btn.permission-denied:focus,
.btn.permission-denied:active,
.btn.permission-denied.active {
  background-color: #ccc;
  border: 1px solid #888;
  color: #444;
  outline: none;
  opacity: 0.75;
}


/* panel */
.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.panel-heading {
	padding: 10px 15px;
	border-bottom: none;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.panel-default>.panel-heading {
	color: #fff;
	background-color: #5b616a;
}
.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 14px;
	color: inherit;
	font-weight: bold;
}
.panel-group-list {
	margin: -15px;
}
.panel-group-list .panel {
	margin-bottom: 0;
}
.panel-group-list .panel .panel-title {
	margin-left: 18px;
}
.panel-group-list .panel .panel-title i, .content_type i {
	margin-left: -18px;
	margin-right: 10px;
}
.panel-title i, .content_type i {
	font-size: 16px;
	line-height: 28px;
}
.panel-title label, .content_type label {
	margin: 0;
	line-height: 28px;
}
.panel-title label, .repeated_weekofday label {
	margin: 5px;
	line-height: 28px;
}
.panel-title .btn {
	margin: 0;
	position: relative;
	right: 0;
}
.panel-title div {
	display: table-cell;
	vertical-align: middle;
}
.panel-title i.fa-mobile {
	font-size: 24px;
}
/* box */
.box {
	margin-bottom: 20px;
	position: relative;
}
.box .box-header {
	font-size: 21px;
	font-weight: 200;
	line-height: 30px;
	padding: 10px 15px;
}
.box .box-header:after, .box .box-header:before {
	content: "";
	display: table;
}
.box .box-header:after {
	clear: both;
}
.box .box-header .title {
	float: left;
	color: #333a45;
}
.box .box-header .actions {
	margin-top: -3px;
	float: right;
}
.box .box-header .actions .btn-link {
	color: #333a45;
	text-decoration: none;
	text-shadow: none;
}

.long_box h3 {
	font-size: 16px;
	width: 95%;
}
.d-none {
	display: none;
}
.table-fix {
	table-layout: fixed;
}
.w-50 {
	width: 50%;
}
.w-100 {
	width: 100%;
}
.fs-9 {
	font-size: 9px;
}
.opacity-1 {
	opacity: 0.1;
}
.opacity-5 {
	opacity: 0.5;
}
.f-left {
	float: left;
}
.pt-0 {
	padding-top: 0;
}
.mb-0 {
	margin-bottom: 0;
}
.ml-70 {
	margin-left: 70px;
}
.mb-15 {
	margin-bottom: 15px;
}
.warning-message {
	color:#a94442;
}
.word-break-all {
	word-break: break-all;
}
.font-weight-bold {
	font-weight:bold;
}
/* list */
.table-striped>tbody>tr>td, .table-striped>tbody>tr>th, .table-striped>tbody>tr>td, .table-striped>tbody>tr>th {
	background-color: #fff;
	border-top: 1px solid #eff1f4;
}
/*input*/
#id_category {
	border-style: none;
	table-layout:fixed;
	width:80%;
}
#id_popup_body {
	height: 8.2em;
	resize: none;
	width: 100%;
}
#id_title, #id_popup_title, #id_name {
	height: 3.3em;
	resize:none;
	width: 100%;
}
#id_content,#id_preview_html{
	height: 13em;
	width: 100%;
	resize: vertical;
}
#id_url {
	width: 100%;
}
#id_description{
	resize:vertical;
	height: 32px;
}
textarea[disabled] {
	background: #dcdcdc;
	cursor: not-allowed;
	opacity: 0.3;
}
/* tab */
.tabarea .nav-tabs {
	border-bottom: 0px solid #ddd;
}
.tabarea .tab-content {
	background-color: #fff;
	margin-bottom: 30px;
	box-shadow: 0 -2px 3px -2px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.1);
	border-radius: 0 3px 3px 3px;
}
.tabarea .nav-tabs>li {
	float: left;
	margin-bottom: 0px;
}
.tabarea .nav-tabs>li.active>a, .tabarea .nav-tabs>li.active>a:hover, .tabarea .nav-tabs>li.active>a:focus {
	color: #333a45;
	background-color: #fff;
	border: 1px solid #fff;
	border-bottom-color: transparent;
	cursor: default;
}
.nav-tabs>li>a {
	border-bottom: 1px solid #3f9b96;
	border-radius: 0 0 0 0;
	background-color: #38b8b1;
	color: #fff;
	font-weight: bold;
	padding: 10px 30px;
	margin-right: 5px;
}
.tabarea .nav>li>a:hover,.tabarea .nav>li>a:focus {
	text-decoration: none;
	background-color: #3f9b96;
}



/*************************** GENERAL END ***************************/

/* panel-message */

.panel-group .panel-heading+.panel-collapse .panel-body {
	border-top: none;
}
.panel-body label, .content_type label {
	cursor: pointer;
	transition-duration: 0.2s;
	color: #5b616a;
}
#panel_user_type_1 .panel-body input[type=checkbox] + label {
	padding-left: 4px;
}
label[disabled] {
	color: #eff1f4;
}


/* 20140606 PJ */
.form-actions {
	margin: 30px 0;
}
.ui-widget-content.ui-slider {
	border: 1px solid #000;
	border-radius: 3px;
}

#main_container {
	background-color: #FBFBFB;
	width: 100%;
	padding: 0;
}




iframe {
	height: 300px;
	width: 100%;
	border: none;
}

iframe.latest-infomation {
	height: 600px;
}

iframe.iframe-category-note {
	margin-bottom: 10px;
}

iframe.faq {
	height: 1850px;
}

iframe.contact-us {
	height: 180px;
}



.li_middle {
	text-align: center;
	vertical-align: middle;
	width: 200px;
	height: 44px;
	margin: auto;
	padding: 15px 0 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.row_02 {
	margin: 0 -15px 0 15px;
	float: right;
}

.btn_margin{
	font-size: 16px!important;
	text-align: center;
	margin:0 0 15px 0;
	padding: 10px 12px 6px!important;
}

.btn_innerSmall {
	font-size: 10px;
	display: block;
}

#all_delete_continual_period {
	float:right;
	margin: 0 20px 0px 0;
}

#all_delete_repeated_days {
	float:right;
	margin: 0 20px 0px 0;
}

.basic-settings .panel-heading {
	cursor: pointer;
}

.basic-settings-label {
	color: #38b8b1;
	background-color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	border-radius: 5px;
}

.rotate-ninety {
	transform: rotate(90deg);
}

.category-list, td, th {
	border: none;
	border-bottom: 1px solid #ddd;
	padding: 5px;
	margin-left: 10px;
}

.category-list-body > td {
	word-wrap:break-word;
}

.category-list-description {
	font-size:8px;
}

.non-category-selected th, .non-category-selected td {
	border-bottom:none;
}

.category-add-td>#id_title, .category-add-td>#id_description {
	height: auto;
	width: 100%;
}

.category-description {
	display:inline-block;
	width:386px;
	resize:vertical;

}

.basic-settings-note {
	font-size:10px;
	margin:10px 0 0 15px;
}

.category-add-button {
	margin-right:-18px;
}

.category-add-th {
	width:43.5%;
}

.category-delete-th {
	width:125px;
}



.delivery_type_enabled_check {
	margin-left:450px;
	line-height:30px;
}

.nonpush-message, .nonlist-message {
	position: absolute;
	top: 40%;
	left: 50%;
	width: 70%;
	text-align: center;
	transform:translate(-50%,-0%);
	font-weight: bold;
	padding: 10px;
}


