
body {
    margin : 0;
    padding : 0;
    color: #333333;
    font-family: Verdana, HiraKakuProN-W3, sans-serif;
    -webkit-text-size-adjust:none;
    line-height:1.5;
    background:  #000 url("../img/back.gif") fixed;
}

img {
    margin:0;
    padding:0;
    border:0;
}

a {/*リンクされた文字*/
    color: #0000ee;
    padding: 0;
    margin: 0;
    -webkit-tap-highlight-color: rgba(221,222,224,0.70); /*タップ時の背景色 不透明率70％*/
    text-decoration:none;
}

a:link {/*未訪問のリンク*/
    color: #0000ee;
}

a:visited {/*訪問後のリンク*/
    color: #551a8b;
}

a:hover {/*マウスをのせたとき*/
	color: #ffc904;
}

a:active {/*クリック中*/
    color:#ff0000;
    background-color: #aaa;
}

header {
	margin : 0;
    padding : 0;
}

div {
    margin : 0;
    padding : 0;
}

ul {
    margin : 0;
    padding : 0;
}

li {
	list-style-type : none;
}

.common_title {
    font-size: 20px;
    padding:5px 0 5px 8px;
    text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
    color: #ffffff;
    background-color:#888888;
    height: 34px;
}

.list {
    position: relative;
    margin: 0;
    border-bottom: 1px solid #bbbbbb;
    padding: 8px 0 8px 10px;
    font-size: 16px;
    font-weight: bold;
    list-style: none;
    text-overflow:ellipsis;
    overflow:hidden;
}

.list > a {
    display: block;
    margin: -8px 0 -8px -10px;
    padding: 8px 32px 8px 10px;
    text-decoration: none;
    color: inherit;
    background: url(../image/iphone/li_link_arrow.gif) no-repeat right center;
}

.copyright {
    background-color: #f1f1f1;
    line-height:1.3;
    text-align:center;
    font-size:14px;
    padding-bottom:6px;
}

.spacer_1 {
    line-height:0;
    height:1px;
}

.spacer_5 {
    line-height:0;
    height:5px;
}

.shoplist_background {
    width:100%;
    background-color:#bbbbbb;
    padding:0 0 1px 0;
}

.shoplist_base {
    width:100%;
    background-color:#f1f1f1;
    padding:1px 0 3px 0;
}

.shoplist_base > a {
    display: block;
    text-decoration: none;
    color: inherit;
}

.store_info {
    padding:2px 0;
    border-bottom: 1px solid #bbbbbb;
}

.store_info .item_name {
    float: left;
    padding: 0 5px;
    width: 80px;
    font-weight: bold;
    font-size: 15px;
}

.store_info .item_info {
    width: 226px;
    float: left;
    font-size: 13px;
    padding: 0 2px;
}

.basic_text {
    margin: 3px 10px;
    font-size: 14px;
    line-height: 1.6;
}

.grey_background {
    background-color: #f1f1f1;
    padding: 5px 10px;
}

.blue_background {
    background-color: #425d8d;
    color: #ffffff;
}

.w300 {
	width: 300px;
}
.w250 {
	width: 250px;
}
.w220 {
	width: 220px;
}
.w210 {
	width: 210px;
}
.w200 {
	width: 200px;
}
.w190 {
	width: 190px;
}
.w180 {
	width: 180px;
}
.w80 {
	width: 80px;
}
.w70 {
	width: 70px;
}
.w60 {
	width: 60px;
}

.padding_left_10 {
	padding-left: 10px;
}

.float_left {
	float: left;
}

.clear {
	clear: both;
}
