@charset "utf-8";


/*******************************************
* 共通設定
*******************************************/
body {
/*	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック', Arial, sans-serif;
}

.align_center {
	text-align: center!important;
}

.number_cell {
	text-align: right!important;
}

div#wrapper {
	min-width: 1024px;
}

/*******************************************
* ヘッダ領域設定
*******************************************/
#logo {
	position: relative;
	left: 0px;
	top: 5px;
	height: 58px;
	z-index: 0;
}

#logo a {
	float: left;
}

#logo .logo_title img {
	margin-top: 0px;
}

#logo .logo_admin img {
	margin-top: 5px;
}
/* ヘッダナビ start */
.navbar .navbar-inner .nav {
	margin-left: -10px;
}

.navbar .navbar-inner .nav {
	margin-left: -10px;
}

.navbar .navbar-inner .nav li {
	font-weight: bold;
}
/* ヘッダナビ end */

/*******************************************
* サイドバー領域設定
*******************************************/
/* デバイスリスト */
.device {
	width: 95%;
}

/* サイドナビ start */
#side_navigation {
	width: 100%;
}

#side_navigation ul {
	width: 95%;
}

#side_navigation ul li {
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  #ffffff 0%, #f5f5f5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #ffffff 0%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #ffffff 0%,#f5f5f5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #ffffff 0%,#f5f5f5 100%); /* IE10+ */
	background: linear-gradient(to right,  #ffffff 0%,#f5f5f5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=1 ); /* IE6-8 */

	font-weight: bold;
}

#side_navigation ul li.active a {
	background-color: #dfdfdf;
}

#side_navigation ul li .icon-chevron-right {
	position: relative;
	top: 10px;
	float: right;
}

#side_navigation ul li a.single_line {
	line-height: 38px;
}

#side_navigation ul li a {
	height: 40px;
	vertical-align: middle;
}

#side_navigation ul li a:link {
	color: #555555;
}

#side_navigation ul li a:visited {
	color: #555555;
}

#side_navigation ul li a:hover {
	color: #555555;
}

#side_navigation ul li a:active {
	color: #555555;
}
/* サイドナビ end */

/*******************************************
* メイン領域設定
*******************************************/
.page_summary {
}

/* データ入力系テーブル start */
.table.input {
	border-collapse: separate;
	border-spacing: 3px;
	margin-bottom: 10px;
}

.table.input th, .table.input td {
	border-width: 0px;
	background-color: #eeeeee;
	padding: 4px 8px;
}

.table.input th {
	color: #555555;
	border-left: 5px solid #ffd000;
	vertical-align: middle;
	font-size: 10.5pt;
}

/* PCデバイス用テーブルスタイル */
.table.input.device_pc th {
	border-left: 5px solid #000000;
}

/* モバイルデバイス用テーブルスタイル */
.table.input.device_mobile th {
	border-left: 5px solid #ff3399;
}

/* スマートフォンデバイス用テーブルスタイル */
.table.input.device_smartPhone th {
	border-left: 5px solid #ff3399;
}

.table.input td a.btn {
	margin-top: -4px;
}
/* データ入力系テーブル end */

/* 一覧系テーブル start */
.table.result_list {
/*
	border-collapse: separate;
	border-spacing: 3px;
	margin-bottom: 10px;
*/
}

.table.result_list caption {
	text-align: center;
	font-weight: bold;
	padding: 10px 0px 5px 3px;
}

.table.result_list th, .table.result_list td {
/*
	border-width: 0px;
	background-color: #eeeeee;
*/
	padding: 4px 8px;
}

.table.result_list th {
	background-color: #eeeeee;
	text-align: center;
	vertical-align: middle;
}

.table.input td,
.table.result_list td {
	vertical-align: middle;
	word-break:break-all;
	word-wrap:break-word;
}

.table.table-bordered.result_list tr td a {
	/`* visibility: hidden; */
}
/* 一覧系テーブル end */

/* 必須項目マーク */
.required_mark {
	color: #ea000f;
}

/* 項目の補足事項 */
.contents_remarks {
	font-size: 12px;
	padding-left: 3px;
}

/* アクションボタン領域 start */
#button_area {
	width: 98%;
	text-align: center;
}

#button_area a.btn {
	margin: 0px 10px;
}

.button_area {
	width: 98%;
	text-align: center;
	margin-bottom: 10px;
}

.button_area a.btn {
	margin: 0px 10px;
}
/* アクションボタン領域 end */


/*******************************************
* フッタ領域設定
*******************************************/
footer {
	height: 25px;
	text-align: right;
	margin-top: 10px;
	padding-top: 5px;
	background-color: #dd1d1d;
/*	background-color: #90ee90; */
	color: #ffffff;
	letter-spacing: 0.07em;
}

footer span {
	padding-right: 8px;
}



/*******************************************
* フォームカスタマイズ
*******************************************/
/* エラーフォーム用スタイル */
input.error_form, select.error_form {
/*	border-color: #FF3399; */
	background-color: #ffedf4;
}

.radio.inline.apllyType {
	font-weight: 700;
}

/*******************************************
* change bootstrap style
*******************************************/
.navbar-inner {
	margin-left: 3px;
	margin-right: 3px;
}

.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
	width: 1024px;
}

.table.input select,
.table.input textarea,
.table.input input[type="text"],
.table.input input[type="password"],
.table.input input[type="datetime"],
.table.input input[type="datetime-local"],
.table.input input[type="date"],
.table.input input[type="month"],
.table.input input[type="time"],
.table.input input[type="week"],
.table.input input[type="number"],
.table.input input[type="email"],
.table.input input[type="url"],
.table.input input[type="search"],
.table.input input[type="tel"],
.table.input input[type="color"],
.table.input .uneditable-input {
	color: #494949;
	margin-bottom: 3px;
}

.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}

label.checkbox {
	display: inline-block;
	margin-top: -2px;
	margin-bottom: 0;
	vertical-align: middle;
}

.alert.alert-info {
	margin-top: 20px;
}

.alert.alert-info dl {
	margin-bottom: 8px;
	margin-top: 5px;
}

.alert.alert-success ul, .alert.alert-error ul, .alert.alert-info ul {
	margin-bottom: 0px;
}

.alert.alert-error {
	max-height: 94px;
	overflow: auto;
}


.btn {
	font-weight: bold;
}

.row-fluid .span9custom {
/*
	width: 82.97872340425532%;
	*width: 82.92553191489361%; */
	width: 79%;
	*width: 79%;
	min-width: 750px;
}
.row-fluid .span2custom {
/*	width: 14.893617021276595%;
	*width: 14.840425531914894%; */
	width: 18%;
	*width: 18%;
	min-width: 175px;
}

.page-header {
	border-width: 2px;
	padding-bottom: 10px;
	margin: 0px 0px 20px 0px;
}

.nav li.disabled a {
	color: #ababab!important;
}

i[class^="icon-"] {
	margin-top: 3px;
}

/*******************************************
* フッタ画面下部固定設定
*******************************************/
html, body {
	height: 100%;
}

div#wrapper {
	position: relative;
	min-height: 100%;
}

* html div#wrapper {
	height: 100%;
}

div.container-fluid {
	padding-bottom: 50px;

}

footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:25px;
}

div#popup_wrapper {
	position: relative;
	min-height: 100%;
}

* html div#popup_wrapper {
	height: 100%;
}



/*******************************************
* ポップアップ用
*******************************************/
#popup_wrapper {
	width: 600px;
	margin: 0px auto;
	border-left: 1px solid #9c9c9c;
	border-right: 1px solid #9c9c9c;

}
#popup_wrapper header {
	padding: 5px 15px 0px 15px;
	border-top: 5px solid #dd1d1d;
}

#popup_wrapper header h3.page-header {
	color: #696969;
}

#popup_wrapper #main {
	padding: 0px 20px;
}

#popup_wrapper #main table.result_list caption {
	padding-top: 0px;
}

#popup_wrapper #main table.result_list th {
	vertical-align: middle;
}


/*******************************************
* etc...
*******************************************/
div.page-Link{
 	position:absolute;
	bottom:1cm;
	right:1cm;
	text-align: right;
}
div.page-Link2{
	width:140px;
	height:20px;
 	position:absolute;
	right:1cm;
	text-align: right;
}

span.caution {
	font-size: 10pt;
}

input.cam_day {
	width: 70px;
	margin-bottom: 3px;
}

/*******************************************
* ショップ管理カテゴリ一覧整形
*******************************************/
dl.shopCategoryList dt {

}
dl.shopCategoryList dd {
	margin: 0px 0px 20px 0px;
	line-height: 28px;
}


select.validate-error,
textarea.validate-error,
input.validate-error {
	background-color: #f2dede;
}

