@charset "UTF-8";

/* ユーザーCSS全体 */

/* clearfix */
.cFix:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#preview {
	text-align:center;
	font-weight:bold;
	background-color:#FFCCCC;
	border-bottom:1px solid #F88;
	line-height:2.5em;
}

.photoFrame {
	padding: 1px;
	border: 1px solid #d4cebd;
	background: #fff;
}

.vaT {
	vertical-align: top !important;
}

.vaM {
	vertical-align: middle !important;
}

.vaB {
	vertical-align: bottom !important;
}

.pdf {
	padding: 5px 0 5px 30px;
	line-height: 2;
	background: url(../../../images-new/icon_pdf.gif) no-repeat left center;
}

.pp {
	padding: 5px 0 5px 30px;
	line-height: 2;
	background: url(../../../images-new/icon_powerpoint.gif) no-repeat left center;
}

.excel {
	padding: 5px 0 5px 30px;
	line-height: 2;
	background: url(../../../images-new/icon_excel.gif) no-repeat left center;
}

.word {
	padding: 5px 0 5px 30px;
	line-height: 2;
	background: url(../../../images-new/icon_word.gif) no-repeat left center;
}

.text {
	padding: 5px 0 5px 30px;
	line-height: 2;
	background: url(../../../images-new/icon_text.gif) no-repeat left center;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}

a:hover img.hov,
input.hov:hover,
img.hov:hover {
	-ms-filter: "alpha(opacity=80)"; /* for IE8 */
	filter: alpha(opacity=80); /* for IE6,7 */
	-moz-opacity: 0.8; /* for Legacy Mozilla */
	opacity: 0.8; /* for Morden(Safari3-/Opera 9.5-/Firefox 3.5-) */
	zoom:1.0;
}

.blankLink {
	padding: 0 0 0 15px;
	background: url(../../../images-new/blank.gif) no-repeat left center;
}

.textLink {
	padding: 0 0 0 15px;
	background: url(../../../images-new/arrow01.gif) no-repeat left center;
	color: #525252 !important;
	text-decoration: none;
}

.textLink:hover {
	background: url(../../../images-new/arrow01.gif) no-repeat 3px center;
	text-decoration: underline;
	color: #004070 !important;
}

#js_on {
	padding: 3px;
	width: 100%;
	background: #e00;
	color: #fff;
	text-align: center;
}

.hr {
	clear: both;
}

.hr_5 {
	height: 5px;
	clear: both;
}

.hr_10 {
	height: 10px;
	clear: both;
}

.hr_20 {
	height: 20px;
	clear: both;
}

.hr_30 {
	height: 30px;
	clear: both;
}

.hr_40 {
	height: 40px;
	clear: both;
}

.hr_50 {
	height: 50px;
	clear: both;
}

.hr_tensen {
	margin: 0 0 5px;
	height: 5px;
	border-bottom: 1px dotted #aaa;
	clear: both;
}

.hr_border {
	margin: 0 0 10px;
	border-top: 1px solid #ccc;
	clear: both;
}

.hr hr,
.hr_5 hr,
.hr_10 hr,
.hr_20 hr,
.hr_30 hr,
.hr_40 hr,
.hr_50 hr,
.hr_tensen hr,
.hr_border hr {
	display: none;
}

.numberList > li {
	padding: 0 !important;
	margin: 0 0 5px 20px;
	list-style-type: decimal !important;
	background: none !important;
}

.normalList > li > span,
.iconList > li > span {
	font-weight: bold;
}

.numberList02 > li {
	padding: 0 !important;
	margin: 0 0 5px 20px;
	list-style-type: lower-roman !important;
	background: none !important;
}

ul.alphaList > li {
	padding: 0 !important;
	margin: 0 0 5px 20px;
	list-style-type: lower-alpha !important;
	background: none !important;
}

.normalList > li {
	padding: 0 !important;
	margin: 0 0 5px 20px;
	list-style-type: disc !important;
	background: none !important;
}

ul.hosoku {
	margin: 0 0 0 1em;
}

ul.hosoku > li {
	margin: 0;
	text-indent: -1em;
	color: #555;
	list-style-type: none !important;
}

ul.hosoku02 {
	margin: 0 0 0 2em;
}

ul.hosoku02 > li {
	margin: 0;
	text-indent: -2em;
	color: #555;
	list-style-type: none !important;
}

ul.hosoku03 {
	margin: 0 0 0 3em;
}

ul.hosoku03 > li {
	margin: 0;
	text-indent: -3em;
	color: #555;
	list-style-type: none !important;
}

dl.normalDl > dt {
	font-weight: bold;
}

dl.normalDl > dd {
	padding: 0 0 20px 20px;
}

dl.floatDl > dt {
	width: 8em;
	float: left;
	clear: left;
}

dl.floatDl > dd {
	padding: 0 0 0 9em;
}

ul.inline {
	text-align: center;
}

ul.inline > li {
	margin: 0 10px 10px;
	display: inline;
	text-align: left;
}

/************ form **************/

input {
	margin: 1px 0;
	padding: 3px;
	border: 1px solid #bbb;
	background-color: #fff;
	font-size: 0.9em;
}

textarea {
	margin: 1px 0;
	width: 370px;
	height: 120px;
	padding: 3px;
	border: 1px solid #bbb;
	background-color: #fff;
	font-size: 0.9em;
}

select {
	margin: 1px 0;
	padding: 3px;
	border: 1px solid #bbb;
	background-color: #fff;
	font-size: 0.9em;
}

input:hover,
input:focus,
textarea:hover,
textarea:focus,
select:hover,
select:focus {
	border-color: #666;
	background: #fbfbfb;
}

input.nostyle {
	padding: 0 !important;
	border: none !important;
	background: none !important;
}

label, input[type='checkbox'] {
    cursor: pointer;
}

.submitBox {
	border: 1px solid #ddd;
	padding: 15px;
	text-align: center;
}

.ime_disabled {
	ime-mode: disabled;
}

.ime_active {
	ime-mode: active;
}

.error {
	background: #ffeaea !important;
}

.alert-error {
	margin: 2px 0;
	color: #bb0000;
	font-weight: bold;
}

.alert-error span {
	background: #bb0000;
	border-radius: 3px;
	color: #fefefe;
	padding: 0 3px;
}

.must {
	padding: 2px 5px;
	font-size: 0.7em;
	color: #fefefe;
	font-weight: bold;
	background: #bb0000;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

/************ 基本テーブル **************/

table.table01 {
	margin: 0 auto 10px;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	background: #fff;
}

table.table01 th {
	border: 1px solid #a0a0a0;
	padding: 5px 10px;
	background: #efefef;
	white-space: nowrap;
}

table.table01 td {
	border: 1px solid #a0a0a0;
	padding: 5px 10px;
	background: #fff;
}

table.table01 th.category,
table.table01 td.category {
	background: #9d9d9d !important;
	color: #fefefe !important;
	font-weight: bold !important;
}

table.shimashima tr:nth-child(2n+1) {
	background: #fafafa !important;
}

table.inner {
	margin: 0 !important;
}

table.inner th {
	padding: 0 2px !important;
	border: none !important;
	background: none !important;
	color: #333 !important;
	vertical-align: top;
	text-align: left !important;
	font-weight: normal !important;
}
table.inner td {
	padding: 0 2px !important;
	border: none !important;
	background: none !important;
	color: #333 !important;
	vertical-align: top !important;
}

.noData {
	background: #fff !important;
}

/************ article **************/

.article {
	margin: 0 auto;
	width: 960px;
	position: relative;
}


.navbar-brand {
    background-image: url(../../../images-new/header_logo.png);
    background-size: contain;
    width: 15.6%;
    max-width: 150px;
    height: 55px;
    overflow: hidden;
    text-indent: -200px;
    background-position: center center;
	float: left;
	margin: 0px;
	padding: 0px;
    background-repeat: no-repeat;
    display: block;
    opacity: 0.5;
}
.navbar-brand:hover {
    opacity: 0.8;
	transition: all .3s linear;
}
.bland-logo {
	display: none;
}

/************ mainImage **************/

#mainImage {
	margin: 0 auto;
	width: 100%;
	background: url(../../../images-new/shop/lightpaperfibers.png) repeat left center;
}

#mainImage .shadow {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 2px 2px 3px #ddd;
	-moz-box-shadow: 2px 2px 3px #ddd;
	-webkit-box-shadow: 2px 2px 3px #ddd;
}

#mainImage .box {
	min-height: 180px;
	position: relative;
    padding: 15px;
    box-sizing: border-box;
}

#mainImage .box {
    width: 100%;
    max-width: 960px;
    min-width: 920px;
    padding: 50px 15px 15px;
    margin: auto;
    box-sizing: border-box;
}

#mainImage .box h1 {
    color: #625b54;
    font-weight: 200;
    font-size: 30px;
    margin: 5px 0 20px;
    font-family: inherit;
}
#mainImage .box h1 .en {
    margin-right: 2px;
    vertical-align: bottom;
    line-height: 1;
}
#mainImage .box h1 .jp {
    margin-left: 12px;
    font-size: 14px;
    padding-top: 4px;
    display: inline-block;
    font-weight: normal;
    vertical-align: bottom;
    line-height: 1.5;
    color: #625b54;
}
#mainImage .box h1 .jp:before {
    content: "/";
    margin-right: 4px;
}
#relax #mainImage .box h1,
#raxia #mainImage .box h1 {
	color: #00ac97;
	position: static;
	padding: 0;
    margin: 0;
    text-align: left;
    font-size: 22px;
    font-weight: bold;
}

#mainImage .box .bland_name {
	font-weight: normal;
	font-size: 14px;
	color: inherit;
	margin: 0 5px 0 0;
}

#mainImage .box .info {
	font-weight: normal;
	position: relative;
}

#relax #mainImage .box .info,
#raxia #mainImage .box .info {
    font-weight: normal;
    font-size: 16px;
    padding: 0;
    background: transparent;
    color: #616161;
    line-height: 2;
}
#mainImage .box .info .ttl {
	font-weight: bold;
}
#mainImage .box .tel_btn{
	display: none;
}

#mainImage .box .top_box {
    min-width: 444px;
    max-width: 465px;
    min-height: 102px;
    width: 50%;
    overflow: hidden;
    float: left;
    position: relative;
}

#fixedBtn,
#reservation_btn {
    box-sizing: border-box;
    background-color: #00bcd4;
    border-radius: 5px;
    padding: 8px 5px;
    font-size: 20px;
    box-shadow: 0 4px #018899;
    display: block;
    color: #fff;
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    max-width: 300px;
    width: 100%;
}
#mainImage #reservation_btn {
	position: relative;
}
#mainImage #reservation_btn:hover {
    background-color: #00bcd4;
    box-shadow: 0 2px #018899;
    top: 2px;
}
#mainImage #reservation_btn:active {
    background-color: #00bcd4;
    box-shadow: none;
    top: 4px;
}
#fixedBtnWrap {
	opacity:0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
	position:fixed;
	bottom: 0;
	padding:10px 0;
	background-color:rgba(255, 255, 255, 0.7);
	width: 100%;
}
#fixedBtnWrap #fixedBtn {
	margin: auto;
}
.yoyaku_info a {
	display: block;
	margin-top: 5px;
	font-size: 13px;
    text-align: right;
}

#mainImage .box .btn_block .yoyaku_info {
    float: right;
    margin: 5px 0 0;
}
#mainImage .box .btn_block .yoyaku_btn {
	width: 50%;
	float: left;
}
/*上部TEL*/
/*予約ボタンあり*/
#mainImage .box .btn_block .tel {
	width: 48%;
	margin: 0 2% 0 0;
	float: left;
}
/*予約ボタンなし（電話のみ）*/
#mainImage .box .btn_block .tel {
	margin: 0;
	float: right;
}
#mainImage .box .btn_block .tel_no {
    background-color: #fff;
    border-radius: 5px;
    padding: 8px 5px;
    font-size: 20px;
    box-shadow: 0 4px #ccc;
    margin: 0;
    display: block;
    color: #828282;
    text-decoration: none;
    border: 1px solid #ccc;
    line-height: 1;
    font-weight: bold;
    text-align: center;
}
/*下部TEL*/
#shop_detail .tel .tel_no {
}
#shop_detail .tel .tel_btn {
	display: none;
}
/*☆☆☆ 地図 ☆☆☆*/
	#raxia table.table01 #gmap th,
	#relax table.table01 #gmap th {
		display: table-cell;
		background-color: #efefef;
		vertical-align: top;
		padding:5px 10px 10px;
	}
	.gmap .map_tab.tab_ttl {
	    float: left;
	    padding: 0;
	    box-sizing: border-box;
	    margin-top: 4px;
	}
	.gmap .map_tab.tab_ttl:not(.isCurrent){
	    cursor: pointer;
	}
	.gmap .map_tab.tab_ttl.isCurrent {
	    position: relative;
	    margin-top: 0;
	}
	.gmap .map_tab.tab_ttl.isCurrent:after {
	    display: none;
	}
	.gmap .map_tab.tab_ttl.address {
	    width: 100%;
	}
	.gmap .map_tab.tab_ttl.map {
	    width: 100%;
	    margin-top: 10px;
	}
	.gmap .map_tab.tab_ttl .inner-tx {
	    position: relative;
	    margin-bottom: 4px;
	    border-radius: 5px;
	    background-color: #9a9292;
	    color: #fff;
	    padding: 5px 10px;
	    box-shadow: 0 4px #6b5a5a;
	}
	.gmap .map_tab.tab_ttl.isCurrent .inner-tx {
	    margin-bottom: 0px;
	    background-color: transparent;
	    color: #333;
	    padding: 5px 10px;
	    box-shadow: none;
	}
	.gmap .map_tab.tab_ttl .inner-tx {
	    padding: 5px 10px 0;
	    margin: 0;
	    line-height: 25px;
	    box-sizing: border-box;
	    width: 100%;
	    display: block;
	    text-align: left;
	}
	.gmap .map_tab.tab_ttl:not(.isCurrent) .inner-tx:hover {
	    background-color: #00bcd4;
	    box-shadow: 0 2px #018899;
	    top: 2px;
	}
	.gmap .map_tab.tab_ttl:not(.isCurrent) .inner-tx:active {
	    background-color: #00bcd4;
	    box-shadow: none;
	    top: 4px;
	}
	.gmap .map_tab.tab_ttl.isCurrent .inner-tx .veil-tx {
		display: none;
	}

	.tab_content.map {
		display: none;
	}

	.tab_content.address {
	    position:relative;
	}
	
	.tab_content.address .inner-tx {
	    padding-right: 70px;
	    text-decoration: underline;
	    color: #0080ff;
	    cursor:pointer;
	}
	/* map_link */
	.map_link {
	    display: block;
	    position: absolute;
	    width: 64px;
	    height: 32px;
	    font-weight: bold;
	    cursor: pointer;
	    padding: 2px 3px;
	    border: 1px solid #988989;
	    border-radius: 5px;
	    box-sizing: border-box;
	    box-shadow: 0 2px #988989;
	}

	/* 下部map_link */
	.tab_content.address .map_link {
		right: 0px;
	    top: 7px;
	}
	.tab_content.address .map_link:hover {
	    top: 8px;
	    box-shadow: 0 1px #988989;
	}
	.tab_content.address .map_link:active {
	    top: 9px;
	    box-shadow: none;
	}
	.tab_content.address .map_link .fa {
	    color: #988989;
	    font-size: 26px;
	    line-height: 26px;
	    display: table-cell;
	    vertical-align: middle;
	}
	.tab_content.address .map_link .txt {
		color: #988989;
	    font-size: 15px;
	    line-height: 26px;
	    display: table-cell;
	    vertical-align: middle;
	    padding-left: 5px;
	}
	/* animation */
	.map_link:hover {
		box-shadow: 0 1px #988989;
	}
	.map_link:active {
		box-shadow: 0;
	}
	.map_link:hover .fa,
	.map_link:hover .txt,
	.map_link:active .fa,
	.map_link:active .txt {
	    color: #a99999;
	}

/************ wrap **************/

.wrap {
	margin: 0 auto;
	width: 920px;
	position: relative;
}

/************ main **************/

.main {
	margin: 0;
	float: none;
}

.main em {
	font-style: italic;
}
.mainWaku {
	padding:10px;
}
/************ side **************/

.side {
	margin-top: 60px;
	float: none;
	max-width:700px;
	margin-left: auto;
	margin-right: auto;
}

.side #omgPickup {
	padding: 5px 5px 0;
	border: 1px solid #b6d1dd;
	background: #d5e5ec;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.side #omgPickup ul li {
	padding: 0 0 5px;
}

.side #navi {
	padding: 5px;
	border: 1px solid #D2D2D2;
	background: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.side #navi ul li {
	border-bottom: 1px dotted #D2D2D2;
}

.side #navi ul li:last-child {
	border-bottom: none;
}

.side #navi ul li a {
	padding: 6px 0 6px 20px;
	background: none;
	display: block;
	text-decoration: none;
}

.side #navi ul li a:hover,
.side #navi ul li a.active {
	background: #f7f4f1;
}

/************ breadCrumb **************/
#breadCrumb {
	margin-top: 20px;
	margin-bottom: 60px;
}

#breadCrumb ul {
	float: right;
}

#breadCrumb ul li {
	margin: 0 5px 0 0;
	padding: 0 0 0 15px;
	font-size: 12px;
	background: url(../../../images-new/arrow_b01.gif) no-repeat left center;
	float: left;
}

#breadCrumb ul li a {
	text-decoration: none;
}

#breadCrumb ul li.homeBtn {
	padding: 0;
	background: none;
}

#breadCrumb ul li.homeBtn a {
	background: #fafafa url(../../../images-new/icon_home.gif) no-repeat 10px center;
	border: 1px solid #aaa;
	color: #333;
	padding: 1px 10px 1px 25px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	position: relative;
}

#breadCrumb ul li.homeBtn a:hover {
	border: 1px solid #aaa;
	background: #f5f5f5 url(../../../images-new/icon_home.gif) no-repeat 10px center;
}

/************ その他共通 **************/

.title01,
.title01_02,
.title01_03 {
    margin: 0 0 10px;
    padding: 0 0 10px;
    background: none;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}

.title01 {
    padding: 60px 0 10px;
}
.title01:first-child {
	padding: 0 0 10px;
}
.title01 h2,
.title01 h3,
.title01 h4,
.title01 h5,
.title01 h6 {
	padding: 0 0 0 15px;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.3;
}
.title01 h2 {
	padding: 0;
}
/*
.title02 {
	margin: 0 0 5px;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0 0 0 20px;
}
*/
.title02 {
    margin: 0 0 5px;
    font-size: 1.1em;
    font-weight: bold;
    padding: 5px 0 0;
}

.title03 {
	margin: 0 0 10px;
	font-size: 1.1em;
	font-weight: 300;
	padding: 3px 10px 3px 20px;
}

.title01_02 h2,
.title01_02 h3,
.title01_02 h4,
.title01_02 h5,
.title01_02 h6 {
	padding: 0 0 0 15px;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.3;
}

.title02_02 {
	margin: 0 0 5px;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0 0 0 20px;
}

.title03_02 {
	margin: 0 0 10px;
	font-size: 1.1em;
	font-weight: 300;
	padding: 3px 10px 3px 20px;
}

.title01_03 h2,
.title01_03 h3,
.title01_03 h4,
.title01_03 h5,
.title01_03 h6 {
	padding: 0 0 0 15px;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.3;
}

.title02_03 {
	margin: 0 0 5px;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0 0 0 20px;
}

.title03_03 {
	margin: 0 0 10px;
	font-size: 1.1em;
	font-weight: bold;
	padding: 3px 10px 3px 20px;
}

.title01 .title02,
.title01 .title03,
.title01_02 .title02_02,
.title01_02 .title02_03,
.title01_03 .title03_02,
.title01_03 .title03_03 {
	margin: 0 !important;
}

.flText {
	_zoom: 1;
	overflow: hidden;
}

.mincho {
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
}

.boxlink {
	cursor: pointer;
}

.boxlink:hover {
	background: #f4faf5;
}

.mainBtn01 {
	padding: 1px 5px;
	font-weight: bold;
	color: #3d4b50 !important;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-decoration: none;
	cursor: pointer;
	line-height: 1.7;
	background: url(../../../images-new/main_btn01.gif) repeat-x left center;
	border: 1px solid #b3b3b3;
	font-size: 0.9em;
}

.mainBtn01:hover {
	text-decoration: none;
	background: #e6e6e6;
	border: 1px solid #b3b3b3;
}

.mainBtn02 {
	padding: 8px 20px;
	font-weight: bold;
	color: #fefefe !important;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-decoration: none;
	cursor: pointer;
	line-height: 2.5;
	/*background: url(../../../images-new/main_btn02.png) repeat-x left center;*/
	background: #bcbcbc;
	border: none;
}

.mainBtn02s {
	padding: 5px 15px;
	font-weight: bold;
	color: #fefefe !important;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-decoration: none;
	cursor: pointer;
	line-height: 2;
	/*background: url(../../../images-new/main_btn02.png) repeat-x left center;*/
	background: #bcbcbc;
	border: none;
}

.mainBtn02:hover,
.mainBtn02s:hover {
	text-decoration: none;
	background: #797979;
}

.pdL12 {
	max-width:700px;
	margin-left: auto;
	margin-right: auto;
}

.pagingBox {
	padding: 10px 0;
}

.pagingBox ul li {
	margin: 0 2px 10px 0;
	font-size: 0.8em;
	font-weight: bold;
	float: left;
}

.pagingBox ul li a,
.btn a {
	border: 1px solid #333333;
	background: #fff;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	padding: 1px 7px;
	text-decoration: none;
	display: block;
	color: #555;
}

.pagingBox ul li a:hover,
.btn a:hover {
	border: 1px solid #333333;
	background: #625b54;
	color: #fff;
}

.pagingBox ul li a.active,
.btn a.active {
    border: 1px solid #333333;
    background: #625b54;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 1px 7px;
    text-decoration: none;
    display: block;
    color: #fff;
}

dl.info dt {
    padding: 0.5em 10px 0.5em 0;
    width: 100%;
    float: left;
    clear: left;
    max-width: 16em;
    text-align: right;
}

dl.info dd {
	padding: 0.5em 0 1.5em 16em;
}

ul.nextBack {
	width: 100%;
	text-align: center;
}

ul.nextBack li {
	margin: 0 15px;
	text-align: center;
	display: inline;
}

.waku01 {
	padding: 15px;
	border: 10px solid #ddd;
}

.waku02 {
	padding: 10px;
	background: #eeeada;
}

.color01 {
	color: #7d6e36;
}

ul.tab {
	text-align: center;
}

ul.tab li {
    margin: 5px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    box-sizing: border-box;
    border: 1px solid #b3b3b3;
}

ul.tab li a {
    color: #151515;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    display: block;
    padding: 10px;
    background: #fff;
}

ul.tab li a:hover,
ul.tab li a.active {
	background:#f7f4f1;
	color: #c45656;
}

/************ copyright **************/

#copyright {
	margin: 0 auto;
	width: 100%;
    background: #9a9292;
    color: #fff;
}

#copyright p {
	padding: 10px 0;
	font-size: 0.75em;
	text-align: center;
    color: #fff;
}


/*レスポンシブ*/
#sMenu,
#mainV {
	display: none;
}
.deleteTb {
	display: none !important;
}
