@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}
body {
	width: 100%;
	color: #333;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; 	
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 140%;
	text-align: center;
	-webkit-text-size-adjust: 100%;
}
article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, video {
	margin: 0;
	padding: 0;
	display: block;
}
p, h1, h2, h3, h4, h5, h6 {
	color: #333;
	font-size: 100%;
	font-weight: normal;
}
img {
	border-width: 0;
	margin: 0;
	padding: 0;
}
table {
	border-style: solid;
	border-collapse: collapse;
	empty-cells: show;
	border-width: 0;
}
a {
	color: red;
	text-decoration: none;
	outline: none;
	margin: 0;
	padding: 0;
}
a :hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
}
ul, ol {
	list-style-type: none;
}
input[type=text],
input[type=password],
input[type=tel],
input[type=url],
input[type=email],
input[type=number],
input[type=date],
input[type=time] {
	height: 26px;
	color: #333333;
	background-color: #ffffff;
	border: 1px solid #ccc;
	font-size: 100%;
	padding: 2px 1%;
}
select {
	height: 22px;
	color: #333333;
	background-color: #ffffff;
	border: 1px solid #ccc;
	font-size: 100%;
	padding: 0;
}
textarea {
	color: #333333;
	background-color: #ffffff;
	border: 1px solid #ccc;
	font-size: 100%;
	line-height: 150%;
	padding: 2px 1%;
	resize: vertical;
	display: block;
}
input:focus {
	background-color: #F0F8FF;
}
/*for Webkit*/
input::-webkit-input-placeholder {
	font-size: 11px;
}
/*for Firefox*/
input:-moz-placeholder {
	font-size: 11px;
}
.red{
	color: red;
}
.ask_red{
	color: red;
	font-size: 80%;
	margin-left: 5px;
}
.mess_sp{
	width: 100%;
	text-align: left;
	margin: 15px auto 5px auto;
}
.red_mess{
	width: 90%;
	color: red;
	text-align: left;
	margin: 15px auto 5px auto;
}
.small{
	font-size: 80%;
}
.bi{
	font-size: 130%;
}
.bbi{
	font-size: 170%;
}
.mess{
	width: 70%;
	font-size: 80%;
	text-align: left;
	line-height: 150%;
	margin: 0 15% 10px 15%;
}
.clear {
	height: 0;
	line-height: 0;
	clear: both;
}

#wrap{
	width: 1000px;
	margin: 0 auto;
}

/* ヘッダー */
header{
	width: 1000px;
	margin: 10px auto 20px auto;
}
header h1{
	float: left;
}
header .nav{
	float: right;
}
header .nav li{
	float: left;
}
#footer{
	width: 100%;
	font-size: 85%;
	margin-top: 30px;
}
.foot_nav{
	width: 350px;
	margin: 0 auto;
}
.foot_nav li{
	width: 100px;
	text-align: center;
	float: left;
}
.foot_nav li a{
	color: #333;
}
.foot_nav li a:hover{
	text-decoration: underline;
}
.foot_nav .sen{
	width: 10px;
	text-align: center;
	padding: 0;
}
.co_name{
	text-align: center;
	margin: 10px 0;
}
.page_img{
	margin-bottom: 10px;
}
.foot_nav .pg_hover{
	background-color: #ec97c3;
}
.foot_nav .pg_hover a{
	color: #fff;
}

/*index.php*/
.main_title{
	width: 120px;
	text-align: left;
	float: left;
	margin-bottom: 6px;
}
.news_table{
	width: 870px;
	float: right;
	margin: 5px auto 0 auto;
}
.news_table th{
	text-align: left;
	vertical-align: top;
	padding: 5px 0;
	*line-height: 140%;
	_line-height: 140%;
}
.news_table td{
	font-size: 95%;
	text-align: left;
	vertical-align: top;
	padding: 5px 0;
	*line-height: 140%;
	_line-height: 140%;
}
.news_table .news_table_date{
	width: 100px;
	color: #72522C;
	font-size: 90%;
	padding-right: 10px;
}
/*company.phpで使っている*/
.news_table .news_table_title{
	width: 90px;
	font-weight: normal;
	padding-right: 10px;
}
.facebook_box{
	text-align: right;
	float: right;
	margin-top: 20px;
}

/*greetings.php*/
.page_cont{
	width: 180px;
	float: right;
}
.owner_mess{
	font-size: 82%;
	text-align: left;
	margin: -3px 0 18px 0;
	line-height: 1.7;
	line-height: 1.66\9;
}
@media all and (-ms-high-contrast: none) {
    .owner_mess{
		line-height: 1.66;
    }
}
@supports (-ms-accelerator:true) {
    .owner_mess{
		line-height: 1.66;
    }
}
.shop_mess{
	text-align: center;
	margin: 30px 0;
}

/*company.php*/
.shop_img{
	margin-top: 20px;
}
.shop_img_left{
	float: left;
}
.shop_img_right{
	float: right;
}

/*access.php*/
.page_title{
	font-size: 105%;
	text-align: left;
	font-weight: 800;
}
.guide{
	width: 429px;
	text-align: left;
	float: left;
}
.map{
	float: right;
	margin: 13px 0 15px 0;
}
.guide_img{
	margin-top: 15px;
}
#map_id{
	width: 556px;
	height: 482px;
}
.att_mess{
	color: red;
	font-size: 80%;
	font-weight: 800;
	text-align: left;
}

/*afterservice.php*/
.main_mess{
	width: 1000px;
	text-align: left;
	margin-bottom: 15px;
}

/*contact.php*/
.cont_table{
	width: 100%;
}
.cont_table th{
	width: 25%;
	font-size: 90%;
	font-weight: normal;
	text-align: left;
}
.cont_table td{
	width: 73%;
	font-size: 90%;
	text-align: left;
}
.in_sp{
	padding-bottom: 15px;
}
.chk_border{
	border-bottom: 1px #ccc dashed;
	padding: 10px 0;
}
.cont_table .waku{
	width: 98%;
}
.cont_table .waku_2{
	width: 98%;
	height: 150px;
}
.btn{
	width: 50%;
	color: #fff;
	background-color: #000;
	border: none;
	margin: 0 auto 15px auto;
	padding: 10px 0;
}
input[type="button"]{
	width: 50%;
	color: #fff;
	background-color: #ccc;
	border: none;
	margin: 0 auto 15px auto;
	padding: 10px 0;
}
.submit_btn{
	width: 50%;
	float: left;
}
.back_btn{
	width: 50%;
	float: right;
}
.submit_sp{
	width: 100%;
	text-align: center;
	margin-top: 15px;
}
.submit_sc{
	width: 75%;
	text-align: center;
	margin: 20px auto 0 auto;
}

/*err.php*/
.err_page_mess{
	text-align: center;
	line-height: 150%;
	margin: 200px 0;
}
.err_page_mess p{
	color: red;
	display: inline-block;
	text-align: left;
}