<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

html {
	position: relative;
	min-height: 100%;
}
* {
	margin: 0px;
	padding: 0px;
}
a{
	text-decoration: none;
}
img {
	border-width: 0px;
	line-height: 0;
	margin: 0px;
	padding: 0px;
}
br {
	letter-spacing: normal;
}
ul li {
	list-style-type: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	margin: 0;
	padding: 0;
}
body{
	width: 100%;
	min-width: 1078px;
	color: #040000;
	font-size: 14px;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 800;
	line-height: 150%;
	letter-spacing: 1px;
	text-align: center;
	-webkit-text-size-adjust: 100%;
	background-color: #fff;
	*font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif\9;
}
@media all and (-ms-high-contrast:none) {
	body {
		font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	}
}

a{
	color: #040000;
}
a:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
}
table{
	*table-layout: fixed;
}
.b{
	font-weight: 800;
}
.thin{
	font-weight: 500;
}
.red{
	color: red;
}
.in_red{
	color: red;
	margin-bottom: 10px;
}
.red_left{
	color: red;
	text-align: left;
	text-indent: -1em;
	padding-left: 1em;
}
.mess{
	color: red;
	text-align: center;
	margin: 30px auto;
}
.top_mess{
	color: red;
	text-align: center;
	padding-top: 30px;
}
.err_mess{
	width: 90%;
	color: red;
	text-align: center;
	margin: 35px auto 15px auto;
}
.img_size{
	width: 100%;
}
.logo_size{
	width: 240px;
}
.nav_img_size{
	width: 70%;
}
.sp_tel a{
	text-decoration: underline;
}
.sp_no{
	margin: 0!important;
}
h2{
	color: #040000;
	font-size: 115%;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	text-align: left\9;
}
h2 span{
	color: #fff;
	font-size: 80%;
	padding: 2px 5px;
}
h2:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #C8C8C8;
	display: block;
	display: none\9;
}
h2:after {
	margin-left: .4em;
}
input, select, textarea{
	vertical-align: middle;
}
.chk{
	width: 15px;
	height: 15px;
}
.clear{
	clear: both;
}
#warp{
	width: 100%;
}

/*ナビゲーション*/
.inner {
    width: 1140px;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
/* header */
#top-head {
	width: 100%;
	line-height: 1;
	z-index: 999;
	padding-top: 10px;
}
#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}
#top-head .inner {
	position: relative;
	border-bottom: 5px #ff0000 solid;
	background-color: #fff;
	padding-bottom: 5px;
}
#top-head .logo {
	width: 30%;
    float: left;
    font-size: 0;
}
#global-nav ul {
    font-size: 14px;
    list-style: none;
    position: absolute;
    right: 0;
    top: 40%;
}
#global-nav ul li {
    float: left;
	padding-left: 10px;
}
#global-nav ul li a {
	color: #040000;
    padding: 0 10px;
}
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 55px;
    background: #fff;
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
	*width: 100%;
	*left: 0;
}
#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}
/* #top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 0 20px;
} */
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 85%;
    background: #ff0000;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}
/*ナビゲーション終わり*/

#main{
	width: 1140px;
	margin: 30px auto 0 auto;
}
.cont_title{
	width: 90%;
	color: #fff;
	font-size: 95%;
	text-align: left;
	background-color: #FF0000;
	padding: 5px 5%;
}
.main_left{
	width: 70%;
	float: left;
}
.main_right{
	width: 27%;
	float: right;
}
/*ページＴＯＰ*/
#page-top {
	width: 5%;
	position: fixed;
	bottom: 155px;
	right: 20px;
	*bottom: 220px;
	_bottom: 220px;
}
#page-top a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}
#footer{
	width: 100%;
	min-width: 1140px;
	background-color: #E2E2E2;
	border-top: 5px #FF0000 solid;
	padding: 20px 0;
	margin: 40px auto 0 auto;
}
#footer .footer_box{
	width: 1140px;
	margin: 0 auto;
}
.foot_left{
	width: 68%;
	float: left;
	margin-left: 2%;
}
.foot_right{
	width: 30%;
	text-align: right;
	float: right;
}
.foot_left ul:after {
	content: "";
	clear: both;
	display: block;
}
.foot_left ul li {
	list-style-type: none;
	display: block;
	float: left;
	padding: 5px 0;
}
.foot_left ul li {
	width: 22.84%;
	margin-right: 2.88%;
}
.foot_left ul li:nth-child(4n) {
	margin-right: 0;
}
.foot_left ul li p{
	text-align: left;
}
.foot_left .list_sc{
	font-size: 80%;
    text-indent: -1em;
    margin-left: 1em;
}
.foot_left .list_sc a{
	color: #040000;
    vertical-align: middle;
}
.foot_left .list_sc:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 4px;
    margin-left: 4px;
    border: transparent solid 5px;
    border-left-color: #f00;
    vertical-align: middle;
	*display: inline;
	*zoom: 1;
}
.foot_right .f_img{
	width: 84%;
	line-height: 0;
	margin: 0 auto;
}
.foot_right .f_tel{
	font-size: 130%;
	letter-spacing: 0.2em;
	margin: 0 8% 2px 0;
}
.foot_right .f_add{
	font-size: 80%;
	margin-right: 8%;
}
.foot_right .f_copy{
	font-size: 80%;
	margin-right: 8%;
}

/*index.php*/
.main_left .longe{
	width: 96%;
	font-size: 95%;
	color: #fff;
	text-align: left;
	background-color: #FF0000;
	padding: 5px 2%;
}
.main_left .pick_box{
	margin: 20px 0 40px 0;
	margin-right: -2%\9;
	*margin-right: -2%;
	*overflow: hidden;
}
.main_left .pick_box:after {
	content: "";
	clear: both;
	display: block;
}
.main_left .pick_box li {
	width: 48.56%;
	display: block;
	float: left;
	margin: 0 2.88% 20px 0;
	width: 48%\9;
	margin: 0 2% 20px 0\9;
	*width: 48%;
	*margin: 0 2% 20px 0;
}
.main_left .pick_box li:nth-child(2n) {
	margin-right: 0;
}
.cate_box{
	line-height: 0;
}
.cate_img_size{
	width: 50%;
}
.cate_mess_box{
	text-align: left;
	background-color: #E2E2E2;
	padding: 5px;
}
.cate_mess_box .cate_aikon{
	width: 15%;
	color: #fff;
	font-size: 80%;
	text-align: center;
	margin-bottom: 5px;
	padding: 1%;
}
.cate_mess_box .cate_mess_date{
	font-size: 85%;
}
.cate_mess_box .cate_mess_text{
	height: 40px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	margin: 5px 0 10px 0;
}
.cate_mess_box .more_link{
	font-size: 85%;
	text-align: right;
}
.cate_mess_box .more_link a{
	text-decoration: underline;
}
.scroll{
	height: 200px;
	overflow-y: scroll;
	padding: 2% 4%;
}
/*スクロールバー全体*/
::-webkit-scrollbar {
	width: 10px;
}

/*スクロールバーの軌道*/
::-webkit-scrollbar-track {
	border-radius: 0px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
}

/*スクロールバーの動く部分*/
::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, .8);
	border-radius: 0px;
	box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
}
.news{
	width: 100%;
	font-size: 90%;
	text-align: left;
	background-color: #eee;
}
.news th{
	width: 23%;
	vertical-align: top;
	border-top: 1px #959595 dashed;
	padding: 5px 1%;
}
.news td{
	width: 68%;
	vertical-align: top;
	border-top: 1px #959595 dashed;
	padding: 5px 1%;
}
.news td a{
	text-decoration: underline;
}
.main_right .longe{
	width: 90%;
	font-size: 95%;
	color: #fff;
	text-align: left;
	background-color: #FF0000;
	padding: 5px 5%;
}
.main_right .cont_box{
	width: 90%;
	background-color: #eee;
	margin-bottom: 20px;
	padding: 5%;
}
.main_right .month_menu{
	width: 100%;
	color: #4D4D4D;
	margin-bottom: 5px;
}
.main_right .month_menu li{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-align: center;
}
#prev_month{
	width: 25%;
	cursor: pointer;
}
#now_month{
	width: 50%;
}
#next_month{
	width: 25%;
	cursor: pointer;
}
#ey{
	font-size: 90%;
	vertical-align: middle;
}
#em{
	font-size: 140%;
	vertical-align: middle;
	margin-left: 10px;
}
#no{
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
}
.main_right .calendar_box{
	background-color: #fff;
	padding: 5% 0;
}
.main_right .calendar_box .ev_table{
	width: 96%;
	table-layout: fixed;
	margin: 0 2%;
}
.main_right .calendar_box .ev_table th{
	color: #666;
	font-size: 85%;
	text-align: center;
	padding: 2px;
}
.main_right .calendar_box .ev_table td{
	color: #666;
	text-align: center;
	padding: 2px;
}
.holiday{
	font-size: 75%;
	font-weight: normal;
	text-align: left;
	position: relative;
	margin: 10px 0 50px 0;
	padding-left: 25px;
}
.holiday:before{
	width: 15px;
	height: 15px;
	background: #FF0000;
	content: "";
	left: 0;
	position: absolute;
	top: 2px;
}
.cont_sub_title{
	font-size: 90%;
	text-align: left;
	border-bottom: 1px #FF0000 solid;
	padding-bottom: 2px;
}
.cont_sub_text{
	font-size: 85%;
	font-weight: 800;
	line-height: 185%;
	text-align: left;
	margin-top: 15px;
}
.cont_sub_text p{
	font-size: 110%;
}

.cont_sub_text a{
	text-decoration: underline;
}

.more_text{
	font-size: 120%;
	text-align: right;
}
.more_text a{
	text-decoration: underline;
}
.main_right .card_box{
	width: 100%;
	text-align: center;
	background-color: #eee;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px #ccc solid;
	margin-bottom: 20px;
	*border: 0;
}
.card_banner a{
	width: 90%;
	color: #4d4d4d;
	text-decoration: underline;
	display: block;
	padding: 10% 5%;
}

/*event_det.php*/
.news_img{
	line-height: 0;
}
.news_date{
	color: #fff;
	font-size: 90%;
	background-color: #ff0000;
	padding: 5px 0;
}
.news_mess{
	text-align: left;
	margin-top: 20px;
}
.main_left .top_b{
	margin-top: 20px;
}

/*shop_list.php*/
.shop_box{
	background-color: #eee;
	letter-spacing: -4px;
	font-size: 0;
	margin-bottom: 20px;
	padding: 2%;
}
.shop_box .cont_title{
	font-size: 14px;
	letter-spacing: normal;
}
.shop_box .shop_photo{
	width: 35%;
	vertical-align: top;
	display: inline-block;
	margin-right: 5%;
	*display: inline;
	*zoom: 1;
}
.shop_box .shop_data{
	width: 60%;
	vertical-align: top;
	display: inline-block;
	font-size: 14px;
	letter-spacing: normal;
	*display: inline;
	*zoom: 1;
}
.shop_box .shop_info{
	margin-top: 2%;
}
.shop_box .shop_data .shop_add{
	font-size: 100%;
	caption-side: left;
	text-align: left;
	margin-bottom: 10px;
}
.shop_box .shop_data .shop_add p{
	font-size: 90%;
	margin-top: 5px;
}
.shop_box .shop_data table{
	width: 100%;
	font-size: 90%;
}
.shop_box .shop_data table th{
	width: 50%;
	text-align: left;
	padding: 3px 0;
}
.shop_box .shop_data table td{
	width: 50%;
	text-align: right;
	padding: 3px 0;
}
.shop_box .shop_data table .bt{
	border-top: 1px #000 dashed;
}
.shop_box .shop_data table .bb{
	border-bottom: 1px #000 dashed;
}
.shop_more{
	font-size: 12px;
	letter-spacing: normal;
	margin-top: 5px;
}

/*company.php*/
.page_table{
	width: 100%;
	font-size: 90%;
	line-height: 180%;
}
.page_table th{
	width: 26%;
	text-align: left;
	background-color: #C8C8C8;
	padding: 5px 2%;
}
.page_table td{
	width: 66%;
	text-align: left;
	background-color: #eee;
	padding: 5px 2%;
}
.page_table td .text_sp{
	text-indent: 7em;
}

/*inspection_fee.php*/
.inspection_table{
	width: 100%;
	font-size: 85%;
	line-height: 180%;
}
.inspection_table th{
	width: 28%;
	text-align: left;
	background-color: #C8C8C8;
	padding: 5px 2%;
}
.inspection_table td{
	/* width: 65x; */
	width: 96.97px;
	background-color: #eee;
}
.inspection_table td .text_sp{
	text-indent: 7em;
}
.inspection_notes {
	font-size: 11.5px;
}

.inspection_notes {
	font-size: 11.5px;
}
.inspection_width {
	width: 14%;
}

.inspection_left {
	text-align: left;
}

.inspection_table th.inspection_width {
    width: 14%;
}

.inspection_table td.inspection_width {
    width: 14%;
}

/*use.php*/
.item_box{
	text-align: left;
	line-height: 170%;
}
.item_box .item_title{
	font-size: 110%;
}
.item_box .second{
	margin-top: 30px;
}
.item_box .item_mess_box{
	font-size: 90%;
	padding-left: 1em;
}
.item_box .item_mess_box div{
	font-size: 110%;
	margin: 10px 0 5px 0;
}
.item_box .item_mess_box .second{
	margin-top: 20px;
}
.item_box p{
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 5px;
}

/*policy.php*/
.item_box .item_read{
	font-size: 95%;
}
.item_box .p_item_mess_box{
	font-size: 90%;
	padding-left: 1em;
	margin-top: 20px;
}
.item_box .p_item_mess_box div{
	padding-left: 1em;
}
.item_box .p_item_mess_box div p{
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 5px;
}
.item_box .p_item_mess_box div p .site_link{
	display: block;
	text-indent: -1em;
	padding-left: 1em;
}
.item_box .p_item_mess_box div p .site_link a{
	text-decoration: underline;
}

/*sitemap.php*/
.site_list{
	width: 100%;
}
.site_list ul:after {
	content: "";
	clear: both;
	display: block;
}
.site_list ul li {
	list-style-type: none;
	display: block;
	float: left;
	padding: 10px 0;
}
.site_list ul li {
	width: 22.84%;
	margin-right: 2.88%;
}
.site_list ul li:nth-child(4n) {
	margin-right: 0;
}
.site_list ul li p{
	text-align: left;
}
.site_list .list_sc{
	font-size: 90%;
    text-indent: -1em;
    margin-left: 1em;
}
.site_list .list_sc a{
	color: #040000;
    vertical-align: middle;
}
.site_list .list_sc:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 4px;
    margin-left: 4px;
    border: transparent solid 5px;
    border-left-color: #f00;
    vertical-align: middle;
	*display: inline;
	*zoom: 1;
}

/*err*/
.att_text{
	line-height: 170%;
}
.att_text p{
	margin-top: 10px;
}
.att_text a{
	text-decoration: underline;
}


/**********スマホ**********/
@media screen and (max-width: 768px) {
	/*ページ大枠*/
	body{
		font-size: 13px;
		min-width: initial;
		min-width: auto;
	}
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: #fff;
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 13px;
        top: 13px;
        color: #333;
        font-size: 26px;
    }
	#top-head .logo {
		width: 60%;
	}
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: #fff;
        width: 100%;
        text-align: center;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
		border-top: 1px #666 solid;
    }
    #global-nav ul li {
		font-size: 90%;
		text-align: left;
        float: none;
        position: static;
		border-bottom: 1px #666 solid;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #4D4D4D;
        padding: 18px 0;
    }
    #nav-toggle {
		display: block;
		top: 17px;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
	.bxslier_photo,
	.bxslider_list{
		border-top: 0!important;
	}
	.bxslider_list ul li.active {
		border-top: 0!important;
	}
	.tel{
		border-bottom: 1px #040000 solid;
	}
	#main{
		width: 90%;
		margin: 30px auto 0 auto;
	}
	.main_left{
		width: 100%;
		float: none;
	}
	.main_right{
		width: 100%;
		float: none;
		margin-top: 40px;
	}
	.main_right .longe{
		width: 94%;
		padding: 5px 3%;
	}
	.shot{
		width: 94%;
		padding: 5px 3%;
	}
	.card_banner{
		font-size: 12px;
		letter-spacing: 1px;
	}
	.card_banner a{
		padding: 5%;
	}
	#page-top {
		width: 10%;
		position: fixed;
		bottom: 20px;
		right: 20px;
	}
	#footer{
		min-width: initial;
		padding: 0;
	}
	#footer .footer_box{
		width: 100%;
	}
	.foot_left{
		width: 100%;
		float: none;
		margin: 0 0 10px 0;
	}
	.foot_right{
		width: 100%;
		text-align: center;
		float: none;
		margin: 0;
	}
	.foot_left ul li {
		width: 50%;
		font-size: 105%;
		border-left: 1px #fff solid;
		border-bottom: 1px #fff solid;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin-right: 0;
		padding: 10px 2%;
	}
	.foot_left ul li a{
		width: 100%;
		display: block;
	}
	/*pcの打消し*/
	.foot_left ul li:nth-child(4n) {
		margin-right: 0!important;
	}
	/*pcの打消しここまで*/
	.foot_right .f_tel{
		font-size: 130%;
		letter-spacing: 0.2em;
		margin: 10px 0 5px 0;
	}
	.foot_right .f_add{
		font-size: 80%;
		margin-right: 0;
	}
	.foot_right .f_copy{
		font-size: 80%;
		margin-right: 0;
	}
	
	/*index.php*/
	.cate_mess_box .cate_aikon{
		width: 50%;
	}
	
	/*shop_list.php*/
	.shop_box{
		font-size: 0;
		letter-spacing: -4px;
	}
	.shop_box .cont_title{
		font-size: 13px;
		letter-spacing: normal;
	}
	.shop_box .shop_photo{
		width: 100%;
		display: block;
		margin: 0 0 10px 0;
	}
	.shop_box .shop_data{
		width: 100%;
		display: block;
		font-size: 13px;
		letter-spacing: normal;
	}
	.shop_box .shop_data table th{
		padding: 5px 0;
	}
	.shop_box .shop_data table td{
		padding: 5px 0;
	}
	.shop_more{
		font-size: 11px;
	}
	
	/*event_det.php*/
	.news_mess{
		margin-top: 10px;
	}
	
	/*company.php*/
	.page_table{
		line-height: 180%;
	}
	.page_table th{
		width: 96%;
		display: block;
		padding: 5px 2%;
	}
	.page_table td{
		width: 96%;
		display: block;
		padding: 5px 2%;
	}
	.page_table td a{
		text-decoration: underline;
	}
	.page_table td .indent{
		display: block;
		text-indent: 1em;
		padding-left: 2em;
	}
	.page_table td .text_sp{
		text-indent: 1em;
		padding-left: 2em;
	}

	.inspection_table, .inspection_table thead, .inspection_table tbody, .inspection_table th, .inspection_table td, .inspection_table tr {
        display: block;
        width: 100%;
		font-size: 92%;
    }

    .inspection_table th {
        width: 100%;
        box-sizing: border-box;
    }

    .inspection_table tr {
        margin-bottom: 15px;
    }

    .inspection_table td {
		
        text-align: right;
        padding-left: 50%;
        position: relative;
        width: 100%;
        box-sizing: border-box;
    }

    .inspection_table td:before {
        content: attr(data-label);
        position: absolute;
        left: 10px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }

	.inspection_width {
		width: 100%;
	}
	
	.inspection_table td.inspection_item {
		text-align: left;
		padding-left: 3%;
		position: relative;
		width: 100%;
		box-sizing: border-box;
	}
	
	.inspection_table td.inspection_width {
		width: 100%;
	}

	tr.hide-row {
		visibility: collapse;
		display: none;
	}

.inspection_table th.inspection_width {
    width: 100%;
}
	
	/*sitemap.php*/
	.site_list ul{
		background-color: #ccc;
	}
	.site_list ul li {
		width: 50%;
		font-size: 90%;
		border-left: 1px #fff solid;
		border-bottom: 1px #fff solid;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;		
		box-sizing: border-box;
		margin-right: 0;
		padding: 15px 2%;
	}
	.site_list ul li a{
		width: 100%;
		display: block;
	}
	/*pcの打消し*/
	.site_list ul li:nth-child(4n) {
		margin-right: 0!important;
	}
	
	/*i-miev.php*/
	.shop_box .cont_title span{
		display: block;
	}
	
	/*err*/
	.att_text{
		width: 80%;
		margin: 0 auto;
	}
}

@media screen and (min-width: 480px) and (max-width:768px) {
	#top-head .logo {
		width: 40%;
	}
	#page-top {
		width: 7%;
		position: fixed;
		bottom: 20px;
		right: 20px;
	}
	.shot{
		width: 92%;
		padding: 5px 4%;
	}
	.main_right .cont_box{
		width: 92%;
		background-color: #eee;
		margin-bottom: 20px;
		padding: 4%;
	}
	.main_right .longe{
		width: 96%;
		padding: 5px 2%;
	}
	.main_right .scroll{
		height: 100px;
		overflow-y: scroll;
	}
	.card_banner{
		font-size: 13px;
		letter-spacing: 1px;
	}
	
	/*index.php*/
	.cate_mess_box .cate_aikon{
		width: 30%;
	}
	.holiday{
		margin: 10px 0 0 0;
	}
	.tab_box{
		font-size: 0;
		letter-spacing: -4px;
	}
	.tab_left{
		width: 48%;
		vertical-align: top;
		display: inline-block;
		font-size: 13px;
		text-align: left;
		letter-spacing: normal;
		margin-right: 2%;
	}
	.tab_right{
		width: 48%;
		vertical-align: top;
		display: inline-block;
		font-size: 13px;
		text-align: right;
		letter-spacing: normal;
		margin-left: 2%;
	}
	#set_arr{
		background-color: #eee;
	}
	#get_arr{
		background-color: #eee;
	}
	.tab_sp{
		width: 80%;
		margin: 0 auto!important;
	}
	.sp_mt{
		margin-top: 20px;
	}
	
	/*shop_list.php*/
	.shop_box .shop_photo{
		width: 35%;
		vertical-align: top;
		display: inline-block;
		letter-spacing: normal;
		margin-right: 5%;
	}
	.shop_box .shop_data{
		width: 60%;
		vertical-align: top;
		display: inline-block;
		letter-spacing: normal;
	}
	
	/*i-miev.php*/
	.shop_box .cont_title span{
		display: inline;
	}
}</pre></body></html>