/*==========リセットcss==========*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
}
/* HTML5 display-role reset for older browsers 
*/
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*====================*/

/*=============================================== 
●共通部分  画面の横幅が769px以上 
===============================================*/ 
body {
background-image: url(nami.jpg);
background-color :#aafaff;
}
img { 
max-width: 100%; 
height: auto; 
width /***/:auto;  
} 
#content {
margin: 0 auto;
width: 980px;
}

#headlogo {
background-image: url(./images/kuro_obi.png);
background-repeat: repeat-x;
height: 90px;
background-size: contain;
margin: 2% 0;
}
#headlogoinner {
width: 980px;
margin: 0 auto;
}
.center {
text-align: center;
}
h1 {
text-align: center;
margin: 2%;
font-size: 50px;
}

.map img {
display: block;
margin: 0 auto;
}

#shop_address {
display: table;
margin : 10px auto;
}
.shop_address01 {
background-color: #4f8edf;
color: #fff;
display: table-cell;
padding : 1em;
line-height: 1.5em;
}
.shop_address02 {
background-color: #0866e0;
color: #fff;
display: table-cell;
padding : 1em;
line-height: 1.5em;
}

.banner {
margin-bottom: 10px;
}
.banner ul{
width: 64%;
margin: 0 auto;
}
.banner li {
float: left;
margin: 5px;
}
.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;    
    clear: both; 
    visibility:hidden;
}
.clearfix{
    display: inline-block;
} 
/* Hides from IE Mac */
* html .clearfix{
    height: 1%;
}
.clearfix{
    display:block;
}
/* End Hack */

.footer_tx {
width: 96%;
background-color: #fff;
padding: 2%;
line-height: 1.2em;
margin-bottom: 20px;
}

/*=============================================== 
●tablet.css 画面の横幅が768pxまで 
===============================================*/ 
@media screen and (max-width: 768px){ 
#headlogoinner {
width: 100%;
}
#content {
margin: 0 auto;
width:  100%;
}
.banner ul {
width: 85%;
margin: 0 auto;
}

} 

/*=============================================== 
●smart.css 画面の横幅が479pxまで 
===============================================*/ 
@media screen and (max-width:479px){  
img {
    max-width: 100%;
    height: auto;
}
#headlogoinner {
    width: 100%;
    margin: 0 auto;
}
#content {
margin: 0 auto;
width: 95%;
}
h1 {
margin: 3%;
font-size: 160%;
}
.shop_address01 {
float: left;
font-size: 100%;
margin: 0;
display: block;
width: 90%;
}
.shop_address02 {
float: left;
font-size: 100%;
margin: 0;
display: block;
width: 90%;
}
.banner ul {
width: 100%;
margin: 0 auto;
}
.banner li {
float: left;
margin: 1%;
}

}