@charset "utf-8";
/*=================================================
 * 欢迎！东京旅游！柴又さまスマートフォンCSS
 * ================================================= */

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p,
header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
 margin: 0;
 padding: 0;
 font-size: 100%;
}

body {
 line-height: 1.0;
 -webkit-text-size-adjust: none;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary { 
 display:block;
}

img {
 border: 0;
 vertical-align: bottom;
}

ul, ol {
 list-style: none;
}

table {
 border-spacing: 0;
 empty-cells: show;
}

/*=================================================
 * CSS
 * ================================================= */

body {
 color: #111111;
 background-color: #FFCC00;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#FF9900),to(#FFCC00));
 font-family: Helvetica, sans-serif;
 font-size: 14px;
 line-height: 1.6;
}

a {
 color: #D33A3B;
 text-decoration: none;
}

.block {
 margin: 0 10px 20px 10px;
}

.block p {
 margin-bottom: 10px;
}

.site-header {
 margin-bottom: 10px;
 text-align: center;
}

.introduction {
 margin-bottom: 10px;
 text-align: center;
 font-weight: 700;
}

.heading {
 margin-bottom: 5px;
 padding-left: 22px;
 background: url(../../../phone/img/heading.png) left center no-repeat;
 text-align: left;
 font-size: 18px;
}

.site-footer {
 padding-bottom: 10px;
 text-align: center;
}

.nav-area {
 margin: 0 -10px;
}

.nav-area li {
 margin: 0 10px 10px 10px;
 float: left;
 text-align: center;
 font-size: 13px;
 width: 60px;
}

.nav-area ul:after {
 display: block;
 clear: left;
 content: '';
}

.nav-area a {
 display: block;
 text-decoration: none;
}

.nav-area img {
 display: block;
 margin-bottom: 6px;
 -webkit-border-radius: 8px;
 border-radius: 8px;
 -webkit-box-shadow: 0 0 3px #333333;
 box-shadow: 0 0 3px #333333;
}

.nav-about ul {
 -webkit-border-radius: 8px;
 border-radius: 6px;
 -webkit-box-shadow: 0 0 3px #333333;
 box-shadow: 0 0 3px #333333;
}

.nav-about li {
 border-top: 1px solid #CCCCCC;
 height: 44px;
 line-height: 44px;
 background-color: #ffffff;
}

.nav-about li:first-child {
 border-top: none;
 -webkit-border-top-right-radius: 8px;
 -webkit-border-top-left-radius: 8px;
 border-top-right-radius: 8px;
 border-top-left-radius: 8px;
}

.nav-about li:last-child {
 -webkit-border-bottom-left-radius: 8px;
 -webkit-border-bottom-right-radius: 8px;
 border-bottom-right-radius: 8px;
 border-bottom-left-radius: 8px;
}

.nav-about a {
 padding: 0 14px;
 background: url(../../../phone/img/nav.png) right center no-repeat;
 display: block;
 font-weight: bold;
}

.nav-topicpath {
 padding: 3px 10px;
 overflow: auto;
 font-size: 12px;
}

.nav-topicpath li {
 float: left;
}

.nav-topicpath li + li:before {
 margin: 0 6px;
 content: ">";
}

.nav-topicpath li a {
 padding: 3px 0;
}

.button {
 padding: 5px 10px;
 border: 1px solid #FFFFFF;
 width: auto;
 color: #FFFFFF;
 background-color: #D9F5F3;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#FF9900), color-stop(48%, #FF8600), color-stop(52%, #FF7700), to(#FF6600));
 font-size: 14px;
 -webkit-border-radius: 4px;
 border-radius: 4px;
 -webkit-box-shadow: 0 0 3px #333333;
 box-shadow: 0 0 3px #333333;
}

/*-- イベント詳細ページ -------------------------- */

.subheading {
 border-bottom: 2px dotted #E57E20;
 margin: 10px 0 6px 0;
 font-weight: bold;
}

.event dd {
 margin-bottom: 6px;
}

.event dd dl:after {
 display: block;
 clear: left;
 content: '';
}

.event dd dt {
 clear: left;
 float: left;
 margin-right: 6px;
}

.event dd dd {
 float: left;
}

.join {
 margin-top: 20px;
 text-align: center;
}

/*=================================================
 * Twitter 将来使用用
 * ================================================= */

.twitter .twtr-hd {
 padding: 0; /* 余分な余白を削除 */
}

/*=================================================
 * 将来用プラグイン
 * ================================================= */

.googlemap {
    border: none; /* borderを削除 */
}
