@charset "UTF-8";
/*
	Adobe HTML5
	Copyright (C) Adobe Systems Incorporated All Rights Reserved.

    for iPhone style.
*/
@import url(common.css);
body {
  font-size: 16px;
}

#header {
  padding-left: 13px;
}

.siteTitle {
  padding-left: 11px;
  padding-right: 29px;
}

#content {
  padding-left: 0;
}

#main {
  display: block;
  float: none;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
}

#sub {
  padding: 13px;
  font-size: 100%;
  margin: 0 0 52px;
  border: solid 1px #d7d7d7;
  background-color: rgba(255, 255, 255, 0.7);
  font-size: 100%;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.blockArticle {
  padding: 13px;
}

article {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 26px;
}
article header {
  position: static;
}
article header h1 {
  padding: 13px 13px 13px 13px;
  font-size: 115%;
  text-indent: 76px;
}
article header .listIcon {
  position: absolute;
  left: 6px;
  top: 8px;
  right: auto;
}

.notice {
  font-size: 16px;
}
.notice object, .notice img {
  float: none;
  margin-bottom: 13px;
}
.notice p, .notice h2 {
  margin-left: 0;
}

.package {
  display: none;
}

.majiInfo img {
  width: 100%;
  height: auto;
}
.majiInfo li {
  float: none;
}
