@charset "UTF-8";
/* CSS Document */

img.con{
	text-align:center;
	width:100%;
}
.shop{
	position:relative;
}
.shop-y{
	position:absolute;
	bottom:36%;
	right:15px;
	width:43%;
  margin:0;/*余計な隙間を除く*/
  padding:0;/*余計な隙間を除く*/
}
.shop-r{
	position:absolute;
	bottom:20%;
	right:15px;
	width:43%;
  margin:0;/*余計な隙間を除く*/
  padding:0;/*余計な隙間を除く*/
}
.news{
	margin:20px;
	font-size:x-large;
}
.box-c-orange {
    color: #b9714f;
    border: 1px solid #fbd69d;
    background-color: #f5e5c9;
	padding:5px;
	margin-bottom:10px;
}
.ta-r{
	text-align:right;
}

h1{
	line-height: 1.3em;
}
h1.bttm_yellow{
	border-bottom:#FFAE00 2px solid;
	padding:0 20px;
}
ul{
	margin: 20px 0 0 0;
	padding: 0px;
}

li{
    width:100%;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:8px 0 10px;
    border:1px solid #FFAE00;
	margin-bottom:20px;
}
li a{
	color:#FFAE00;
}

footer{
	margin:30px 0;
	text-align:center;
	font-size:14px;
}

