/*----------------------------
　　　　-　共通
----------------------------*/
html,
body {
	font-family: 'Roboto', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	color: #222;
	font-size: 14px;
	background-color: #f1f1f1;
	width: 100%;
	height: 100%;
	line-height: 1;
	-webkit-font-smoothing: subpixel-antialiased;
}

body#logon {
	padding-top: 74px;
	box-sizing: border-box;
}

::selection {
	background-color: #16a5d5;
	color: #fff;
}

::-moz-selection {
	background-color: #16a5d5;
	color: #fff;
}

#flashMessage.message {
	color: #c00;
	font-weight: bold;
	line-height: 130%;
	margin-bottom: 20px;
}

a {
	color: #16a5d5;
	text-decoration: none;
}

a:hover {
	color: #ff7800;
}

.contents_box {
	background-color: #fff;
	border-radius: 4px;
	overflow: hidden;
}

.txt_prev {
	color: #222;
}

.txt_prev .fa {
	font-size: 16px;
	vertical-align: -1px;
	padding-right: 6px;
}

.txt_prev:hover {
	color: #16a5d5;
}

#logon header {
	background-color: #222;
	width: 100%;
	height: 44px;
	color: #fff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
}

#logon header .site_ttl {
	height: 44px;
	display: inline-block;
	overflow: hidden;
	background-color: #222;
	position: relative;
	-webkit-transition: all .2s;
	transition: all .2s;
}

#logon.touch_device header .site_ttl .cover {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

#logon.touch_device header .site_ttl.pulldown .cover {
	display: none;
}

#logon header .site_ttl.pulldown {
	height: 82px;
	background-color: #3b3b3b;
}

#logon header .site_ttl a {
	color: #fff;
}

#logon header .site_ttl h1 a {
	height: 44px;
	display: block;
	box-sizing: border-box;
	padding: 13px 15px 13px 20px;
}

#logon header .site_ttl h1 a:after {
	font-family: FontAwesome;
	font-size: 16px;
	display: inline-block;
	content: "\f107";
	padding-left: 8px;
}

#logon header .site_ttl.pulldown h1 a:after {
	content: "\f106";
}

#logon header .site_ttl .site_link {
	height: 38px;
	display: block;
	padding: 10px 20px;
}

#logon header .site_ttl h1 a:hover,
#logon header .site_ttl .site_link:hover {
	color: #16a5d5;
}

#logon header .user_menu {
	display: inline-block;
	float: right;
	margin: 13px 20px 0 0;
}

#logon header .user_menu .fa {
	font-size: 16px;
	padding-right: 8px;
}

#main_contents {
	width: 100%;
	margin-bottom: 60px;
	display: table;
	table-layout: fixed;
}

#main_contents .container {
	display: table-cell;
	padding-right: 20px;
	font-size: 0;
}

#main_contents .container > * {
	font-size: 14px;
}

.inner {
	margin: 0 20px;
}

.page_ttl {
	font-size: 24px;
	font-weight: bold;
	padding: 20px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
}

.sub_ttl {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	display: inline-block;
}

footer {
	text-align: center;
	padding-bottom: 20px;
	color: #3b3b3b;
	line-height: 1.3;
}

footer small {
	font-size: 12px;
}

/*----------------------------
　　　　-　ログイン
----------------------------*/
body#logoff {
	min-width: 320px;
}

#logoff #main_contents {
	padding: 0;
	margin: 0;
}

#authMessage.message {
	color: #c00;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 130%;
}

#logoff header {
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
}

#logoff h1 {
	text-align: center;
}

#logoff #login {
	width: 320px;
	margin: 90px auto 20px;
}

#logoff #login .contents_box {
	padding: 30px;
	margin-top: 20px;
}

#logoff #login label {
	display: block;
	font-size: 16px;
	margin-bottom: 10px;
}

#logoff #login input[type=text],
#logoff #login input[type=password] {
	width: 100%;
	margin-bottom: 20px;
}

#logoff #login .submit {
	margin-top: 10px;
}

#logoff #login .submit input[type=submit] {
	width: 100%;
}

/*----------------------------
　　　　-　メニュー
----------------------------*/
#gnav {
	width: 180px;
	padding: 0 20px;
	display: table-cell;
	vertical-align: top;
}

#gnav p {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 24px;
}

#gnav ul li {
	font-size: 16px;
	margin-bottom: 16px;
	line-height: 130%;
}

#gnav ul li a {
	color: #222;
}

#gnav ul li a:before {
	font-family: FontAwesome;
	font-size: 14px;
	display: inline-block;
	content: "\f097";
	color: #16a5d5;
	padding-right: 4px;
}

#gnav ul li a:hover,
#gnav ul li.current a {
	color: #16a5d5;
}

#gnav ul li a:hover:before,
#gnav ul li.current a:before {
	content: "\f02e";
}

/*----------------------------
　　　　-　管理画面TOP
----------------------------*/
#index.container {
	padding-right: 0;
}

#index .info {
	display: inline-block;
	width: 50%;
	text-align: center;
}

#index .info .contents_box {
	margin: 0 20px 20px 0;
}

#index .info h2 {
	border-bottom: 1px solid #ddd;
	position: relative;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}

#index .info h2 a {
	display: block;
	padding: 0 20px;
	color: #222;
}

#index .info h2 a:hover {
	color: #222;
	background-color: #fafafa;
}

#index .info h2 a:after {
	font-family: FontAwesome;
	font-size: 18px;
	font-weight: normal;
	display: inline-block;
	content: "\f105";
	position: absolute;
	right: 20px;
	top: 18px;
}

#index .info h2 a .clip {
	display: block;
	padding-right: 30px;
	line-height: 52px;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#index .info dl {
	margin: 30px 0;
}

#index .info dl dt {
	color: #3b3b3b;
	margin-bottom: 10px;
}

#index .info dl dd {
	font-size: 16px;
	font-weight: bold;
}

#index .info dl dd em {
	font-size: 32px;
	font-weight: bold;
}

#index .info .btn_common {
	margin-bottom: 30px;
	width: 75%;
}

/*----------------------------
　　　　-　パスワード変更
----------------------------*/
#password .inner {
	margin-bottom: 30px;
}

#password .edit_area {
	margin-top: -5px;
	border: none;
}

#password .edit_area tr {
	border: none;
}

#password .edit_area th {
	padding: 20px 0;
	width: 200px;
}

#password .edit_area td {
	padding: 5px 0;
}

#password .edit_area .old_pass th,
#password .edit_area .old_pass td {
	padding-bottom: 35px;
}

#password .btn_common {
	margin-top: 25px;
	width: 240px;
}

@media screen and (max-width: 768px) {
	#password .edit_area th,
	#password .edit_area td {
		width: 100%;
		display: block;
		padding-bottom: 0;
	}

	#password .edit_area .old_pass th,
	#password .edit_area .old_pass td {
		padding-bottom: 0;
	}

	#password .edit_area input[type=password] {
		width: 100%;
	}

	#password .btn_common {
		width: 100%;
	}
}

/*----------------------------
　　　　-　一覧
----------------------------*/
#edit_list .action {
	display: inline-block;
	float: right;
	margin-bottom: 19px;
}

#edit_list .action li {
	display: inline-block;
	margin-left: 20px;
	font-size: 16px;
}

#edit_list .action li a .fa {
	padding-right: 6px;
}

#edit_list .list {
	width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	margin-bottom: 30px;
}

#edit_list .list table {
	width: 100%;
	min-width: 800px;
	line-height: 150%;
	table-layout: fixed;
}

#edit_list .list table a {
	display: inline-block;
	margin: 0 3px;
}

#edit_list .list table .center {
	text-align: center;
}

#edit_list .list table .right {
	text-align: right;
}

#edit_list .list table .fa-check-circle {
	color: #bbb;
}

#edit_list .list table .fa-check-circle.view {
	color: #222;
}

#edit_list .list table thead {
	background-color: #fafafa;
	border-top: 1px solid #ddd;
}

#edit_list .list table thead th {
	padding: 10px 8px;
}

#edit_list .list table tr {
	border-bottom: 1px solid #ddd;
}

#edit_list .list table tr:nth-child(even) {
	background-color: #fafafa;
}

#edit_list .list table td {
	border-left: 1px solid #ddd;
	padding: 6px 8px;
}

#edit_list .list table td:first-child {
	border-left: none;
}

#edit_list .list table tr td {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#edit_list .list table .clip td {
	white-space: normal;
	overflow: auto;
	text-overflow: clip;
}

#edit_list .pager {
	margin-bottom: 20px;
	text-align: center;
	color: #3b3b3b;
}

#edit_list .pager .num {
	display: inline-block;
	margin: 0 3px 10px;
	background-color: #fafafa;
	border: 1px solid #ddd;
	border-radius: 4px;
}

#edit_list .pager .num a {
	padding: 8px;
	display: inline-block;
}

#edit_list .pager .num.current {
	background-color: #16a5d5;
	color: #fff;
	border-color: #16a5d5;
	padding: 8px;
}

#edit_list .pager .prev,
#edit_list .pager .next {
	margin: 0 5px;
}

/*----------------------------
　　　　-　編集
----------------------------*/
#edit_page form {
	display: table;
	width: 100%;
}

#edit_page .main_column {
	display: table-cell;
	width: 80%;
}

#edit_page .main_column .inner {
	margin-bottom: 30px;
}

#edit_page .side_column {
	display: table-cell;
	width: 20%;
	vertical-align: top;
}

#edit_page .side_column .contents_box {
	margin-left: 20px;
}

#edit_page .side_column .inner {
	margin-top: 20px;
}

#edit_page .side_column .input {
	margin-bottom: 10px;
}

#edit_page .side_column label {
	margin-bottom: 10px;
}

#edit_page .side_column .btn_common {
	margin-bottom: 20px;
	width: 100%;
}

#edit_page .txt_prev {
	display: inline-block;
	margin: 20px 0 0 20px;
}

/*----------------------------
　　　　-　フォーム
----------------------------*/
.edit_area {
	width: 100%;
	table-layout: fixed;
	border-top: 1px dotted #ddd;
	line-height: 1.3;
}

.edit_area tr {
	border-bottom: 1px dotted #ddd;
}

.edit_area th {
	padding: 24px 0;
	vertical-align: top;
}

.edit_area .must th:after {
	content: " *";
	color: #c00;
}

.edit_area td {
	padding: 12px 0;
	vertical-align: middle;
}

input,
textarea,
select,
button {
	font-family: 'Roboto', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	color: #222;
	outline: none;
}

input::selection,
textarea::selection,
select::selection,
button::selection {
	color: #222;
}

input::-moz-selection,
textarea::-moz-selection,
select::-moz-selection,
button::-moz-selection {
	color: #222;
}

input[type=text],
input[type=number],
input[type=password],
textarea {
	width: 320px;
	font-size: 14px;
	border: 1px solid #ddd;
	border-radius: 4px;
	background-color: #fafafa;
	padding: 10px;
	box-sizing: border-box;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2) inset;
}

input[type=text],
input[type=number],
input[type=password] {
	line-height: 1;
}

input[type=submit] {
	-webkit-appearance: none;
}

textarea {
	resize: vertical;
}

select {
	font-size: 14px;
	border: 1px solid #ddd;
	border-radius: 4px;
	background-color: #fafafa;
	padding: 10px;
	box-sizing: border-box;
}

input[type=text]:focus,
input[type=number]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
	border-color: #16a5d5;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset, 0 0 6px rgba(22, 165, 213, .4);
}

input[type=radio],
input[type=checkbox] {
	display: inline-block;
	margin-right: 6px;
}

input[type=radio] + label,
input[type=checkbox] + label {
	position: relative;
	display: inline-block;
	line-height: 1.5;
	cursor: pointer;
	margin-right: 10px;
}

.checkbox {
	display: inline-block;
}

@media (min-width: 1px) {
	input[type=radio],
	input[type=checkbox] {
		display: none;
		margin: 0;
	}
	input[type=radio] + label,
	input[type=checkbox] + label {
		padding-left: 20px;
	}
	input[type=radio] + label:before,
	input[type=checkbox] + label:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		box-sizing: border-box;
		display: block;
		width: 14px;
		height: 14px;
		margin-top: -8px;
		background-color: #fafafa;
		border: 1px solid #ddd;
	}
	input[type=radio] + label:before {
		border-radius: 28px;
	}
	input[type=checkbox] + label:before {
		border-radius: 4px;
	}
	input[type=radio]:checked + label:after,
	input[type=checkbox]:checked + label:after {
		content: "";
		position: absolute;
		top: 50%;
		box-sizing: border-box;
		display: block;
	}
	input[type=radio]:checked + label:after {
		left: 4px;
		width: 6px;
		height: 6px;
		margin-top: -4px;
		background-color: #16a5d5;
		border-radius: 6px;
	}
	input[type=checkbox]:checked + label:after {
		left: 2px;
		width: 14px;
		height: 8px;
		margin-top: -8px;
		border-left: 3px solid #16a5d5;
		border-bottom: 3px solid #16a5d5;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}

.edit_area .sub_field_fairing .input.text,
.edit_area .sub_field_fairing .input.textarea {
	display: table;
	width: 100%;
	height: auto;
	border-collapse: separate;
	vertical-align: middle;
}

.edit_area .sub_field_fairing .input.text label,
.edit_area .sub_field_fairing .input.textarea label {
	display: table-cell;
	border: 1px solid #ddd;
	border-right: none;
	border-radius: 4px 0 0 4px;
	background-color: #f0f0f0;
	padding: 0 10px;
	box-sizing: border-box;
	width: 100px;
	white-space: pre;
	vertical-align: middle;
}

.edit_area .sub_field_fairing .input.text input,
.edit_area .sub_field_fairing .input.textarea textarea {
	display: table-cell;
	border-radius: 0 4px 4px 0;
}

.edit_area .sub_field_fairing .input.textarea textarea {
	margin-bottom: -5px;
}

.error-message {
	color: #c00;
	font-weight: bold;
	line-height: 130%;
	margin-top: 5px;
}

.error-message:before {
}

.annotation {
	font-size: 12px;
	color: #999;
	margin-top: 5px;
}

.btn_common {
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	display: inline-block;
	text-align: center;
	color: #fff;
	border: none;
	border-radius: 4px;
	box-sizing: border-box;
	background-color: #16a5d5;
	padding: 18px;
	cursor: pointer;
}

.btn_common:hover {
	background-color: #32bae7;
	color: #fff;
}

.btn_common:active {
	background-color: #0e93bf;
}

.btn_common.ledding {
	letter-spacing: 0.3em;
}

.btn_sub {
	font-size: 12px;
	line-height: 1;
	display: inline-block;
	text-align: center;
	color: #fff;
	border: none;
	border-radius: 4px;
	box-sizing: border-box;
	background-color: #3b3b3b;
	padding: 8px 12px 8px 8px;
	cursor: pointer;
	vertical-align: top;
	margin-left: 10px;
}

.btn_sub:hover {
	background-color: #555;
}

.btn_sub:before {
	font-family: FontAwesome;
	display: inline-block;
	padding-right: 4px;
}

.btn_sub.up:before {
	content: "\f093";
}

.btn_sub.del:before {
	content: "\f1f8";
}

/*----------------------------
　　　　-　スマホ&タブレット
----------------------------*/
header #btn_menu {
	display: none;
}

header #slide_nav {
	display: none;
}

header .overlay {
	display: none;
}

@media screen and (max-width: 768px) {

	/*　共通　*/
	#logon header .user_menu {
		display: none;
	}

	#main_contents .container {
		padding: 0 20px;
	}
	
	footer {
		padding: 0 20px 20px;
		box-sizing: border-box;
	}

	/*　ログイン　*/
	#logoff #login {
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
		margin-top: 20px;
	}

	/*　メニュー　*/
	#gnav {
		display: none;
	}

	header #btn_menu {
		width: 44px;
		height: 44px;
		display: block;
		position: absolute;
		right: 0;
		top: 0;
	}

	header #btn_menu span {
		background-color: #fff;
		width: 20px;
		height: 2px;
		position: absolute;
		left: 12px;
		display: block;
	}

	header #btn_menu span:nth-child(1) {
		top: 13px;
	}

	header #btn_menu span:nth-child(2) {
		top: 21px;
	}

	header #btn_menu span:nth-child(3) {
		top: 29px;
	}

	header #slide_nav {
		display: block;
		background-color: #222;
		color: #fff;
		width: 240px;
		height: 100%;
		position: fixed;
		right: -240px;
		top: 0;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		-webkit-transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1);
		transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	header #slide_nav.open {
		right: 0;
	}

	header #slide_nav .acount {
		padding: 10px;
		display: table;
		width: 100%;
		box-sizing: border-box;
	}

	header #slide_nav .acount .user_icon {
		width: 40px;
		display: table-cell;
		vertical-align: middle;
	}

	header #slide_nav .acount .fa {
		background-color: #fff;
		width: 40px;
		height: 40px;
		border-radius: 20px;
		color: #222;
		font-size: 22px;
		text-align: center;
		line-height: 40px;
	}

	header #slide_nav .acount .user_name {
		display: table-cell;
		vertical-align: middle;
		line-height: 1.3;
		padding-left: 10px;
	}

	header #slide_nav .nav_list {
		border-top: 1px solid #3b3b3b;
	}

	header #slide_nav .nav_list li {
		border-bottom: 1px solid #3b3b3b;
	}

	header #slide_nav .nav_list li a {
		color: #fff;
		display: block;
		padding: 15px 10px;
	}

	header #slide_nav .nav_list li a:before {
		font-family: FontAwesome;
		font-size: 14px;
		display: inline-block;
		content: "\f097";
		color: #16a5d5;
		padding-right: 4px;
	}

	header #slide_nav .nav_list li.current a {
		color: #16a5d5;
	}

	header #slide_nav .nav_list li.current a:before {
		content: "\f02e";
	}

	header #slide_nav .user_action {
		display: table;
		table-layout: fixed;
		width: 100%;
		border-collapse: separate;
		border-spacing: 10px;
	}

	header #slide_nav .user_action a {
		background-color: #fff;
		border-radius: 4px;
		color: #222;
		display: table-cell;
		text-align: center;
		font-size: 12px;
		padding: 12px 0;
	}

	header #slide_nav .user_action a .fa {
		font-family: FontAwesome;
		font-size: 24px;
		display: block;
		margin-bottom: 8px;
	}

	header #slide_nav #close {
		color: #fff;
		display: block;
		padding: 10px;
	}

	header #slide_nav #close .fa {
		font-size: 16px;
		vertical-align: -1px;
		padding-right: 6px;
	}

	header .overlay {
		display: block;
		opacity: 0;
		background-color: rgba(255, 255, 255, .7);
		position: fixed;
		left: 100%;
		top: 0;
		-webkit-transition: opacity .5s cubic-bezier(0.215, 0.61, 0.355, 1);
		transition: opacity .5s cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	header .overlay.open {
		opacity: 1;
		width: 100%;
		height: 100%;
		left: 0;
	}

	/*　管理画面TOP　*/
	#index .info {
		width: 100%;
	}

	#index .info .contents_box {
		margin-right: 0;
	}

	#index .info:last-child .contents_box {
		margin-bottom: 0;
	}

	/*　一覧　*/
	#edit_list .list table {
		width: 800px;
	}

	/*　編集　*/
	#edit_page .main_column {
		display: block;
		width: 100%;
	}

	#edit_page .side_column {
		display: block;
		width: 100%;
	}

	#edit_page .side_column .contents_box {
		margin: 20px 0 0 !important;
	}

	#edit_page .txt_prev {
		margin: 20px 0 0;
	}

	/*　フォーム　*/
	.edit_area th {
		display: block;
		width: 100%;
		padding: 24px 0 10px;
	}

	.edit_area td {
		display: block;
		width: 100%;
		box-sizing: border-box;
		padding: 0 0 24px;
	}

	.edit_area td img {
		width: 100% !important;
	}

	.btn_sub {
		display: block;
		margin: 10px 0 0;
	}

}

/*----------------------------
　　　　-　スマホ
----------------------------*/
@media screen and (max-width: 360px) {

	/*　ログイン　*/
	#logoff #login h1 img {
		width: 100%;
	}

}

/*----------------------------
		shopnews_txt_wrap
----------------------------*/
.edit_area .must.shopnews_txt_wrap .indent_wrap{
	margin-left: 1em;
}
.edit_area .must.shopnews_txt_wrap ul{
	margin-bottom: 5px;
}
.edit_area .must.shopnews_txt_wrap ul li{
	text-indent: -1em;
	margin-left: 1em;
}
.edit_area .must.shopnews_txt_wrap ul li p{
	text-indent: -1em;
	margin-left: 1em;
}