@charset "utf-8";
body {
	background: #f7f7f7 url('../images/bg.gif?1') repeat;
	font: 11px/20px "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	color: #858180;
}

.content-hyphenate {
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

a {
	color: #ac0000;
	text-decoration: none
}
a:hover, #bloglist h2 a:hover {
	text-decoration: none;
	color: #8b0202;
}
h1, h2, h3, #site-name a {
	color: #5e5e5e;
}
h1, h2, h3, #site-name a, #front #content {
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}
h2, h3 {
	font-weight: bold;
	margin-bottom: 11px;
	font-weight: bold;
}
h1, #site-name {
	font-family: 'HelveticaNeueLight', Helvetica, Arial, Verdana, sans-serif;
	font-size: 38px;
	line-height: 38px;
	margin-bottom: 20px
}
#site-name {
	padding-left: 25px;
    margin-bottom: 45px    
}
h2#site-name {
	margin-bottom: 20px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/* Editable content image */
.edy-positionable-container-left {
  margin-right: 15px;
}
.edy-positionable-container-right {
  margin-left: 15px;
}
.edy-image-container-with-title:after {
  display: block;
  padding: 4px;
  font-size: 10px;
  line-height: 1.3em;
  content: attr(data-title);
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

p, ul {
	margin-bottom: 10px
}
ul {
	padding-left: 5px
}
ul li {
	background: url('../images/bullet.png?1') no-repeat left 6px;
	padding-left: 14px;
}
/* => MAIN SECTIONS */
#wrap {
	overflow: hidden
}
#content-wrap {
	max-width: 1000px;
	padding-top: 80px;
	margin-bottom: 35px;
}
#front #content-wrap {
	padding-top: 45px
}
#left-column {
	width: 20%;
	float: left;
	text-shadow: 0 1px 0 #fff
}
#content, #footer {
	font-family: Verdana, Helvetica, Arial, Verdana, sans-serif;
}
#content {
	width: 50%;
	float: left;
	padding: 0 5%;
	min-height: 200px
}
#front #content {
	font-size: 16px;
	line-height: 24px
}
#right-column {
	width: 18.5%;
	float: left
}
#footer {
	font-size: 10px;
	padding: 0 25px;
	margin-top: 25px;
	line-height: 15px
}
/* => left-column */
#front .intro {
	font-size: 18px
}
.intro {
	font-size: 16px;
	line-height: 25px;
	padding: 0 25px;
	margin-bottom: 25px
}
.intro b, .intro strong {
	color: #5e5e5e
}
.intro a b {
	color: #ac0000 !important;
}
#latest-news {
	padding: 0 25px;
	margin: 35px 0
}
#latest-news h3 {
	color: #AC0000
}
#latest-news ul {
	padding-left: 0
}
#latest-news ul li {
	padding-left: 0;
	background: none;
	line-height: 15px;
	margin-bottom: 9px
}
#latest-news ul a {
	color: #858180;
	margin-right: 3px
}
#latest-news ul a:hover {
	color: #5E5E5E
}
#latest-news ul span {
	color: #ada8a8
}
/* => Content */

/* bloglist */
#bloglist h2 a {
	color: #5e5e5e
}
#bloglist {
	padding: 0
}
#bloglist > li {
	margin-bottom: 29px;
	padding-left: 0;
	background: none
}
.excerpt {
	margin-bottom: 12px;
}
.article-body {
	margin-bottom: 30px
}
.meta {
	color: #ada9a9;
	background: url('../images/star.png?1') no-repeat left center;
	padding-left: 20px;
	font-weight: normal;
	white-space: nowrap;
	margin-left: 8px
}
.more {
	margin: 10px 0
}
.more a {
	color: #ada8a8
}
.separate {
	padding: 0 6px
}
/* comments */
#comments-list {
	padding-left: 0;
    line-height: 1.4em;
}
#wrap #comments-list li {
	background: none;
	padding-left: 0
}
#comments {
	border-top: 1px solid #E8E6E6;
	padding: 25px 0
}
.comment-meta {
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	margin-bottom: 1px !important;
	color: #ada8a8
}

/* article tags */
.article-tags { margin-top: 0px; font-size: 14px; min-height: 1em; padding-bottom: 30px;  }
.edy-tag-input { outline: none; }
.article-tag-icon {
    width: 16px;
    height: 16px;
    float: left;
    background: url('../images/tag.png') no-repeat center center;
    opacity: 0.5;
    filter: alpha(opacity=50);
    margin-right: 7px;
    margin-top: 3px;
}
.svg .article-tag-icon { background: url('../assets/tag.svg') no-repeat center center; }
.tagged-list-header {
    padding: 0;
    font-size: 24px;
    color: #222222;
    margin-bottom: 30px;
    margin-top: 5px;
}
.header-tag-icon {
    width: 24px;
    height: 24px;
    float: left;
    background: url('../images/header-tag.png') no-repeat center center;
    opacity: 0.5;
    filter: alpha(opacity=50);
    margin-top: -1px;
    margin-right: 15px;
}
.svg .header-tag-icon { background: url('../assets/header-tag.svg') no-repeat center center; }
.tagged-list-header  a {border: none; text-decoration: none;}
.tagged-list-header  a:hover { border-bottom: 1px solid #BEBEBE; }
.article-tags .edy-taglist { margin-left: 25px; }


/* comment form */
#comment-form {
	background: #fff;
	padding: 21px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, .1)
}
#comment-form .form_field label {
	position: absolute;
	left: -130px;
	top: 0;
	vertical-align: top;
	width: 122px;
}
.form_area .form_field label {
	display: block;
	margin-bottom: 3px
}
#comment-form .form_fields {
	padding: 0 0 0 130px;
	position: relative;
}
.form_field {
	position: relative;
	margin-bottom: 9px;
}
.form_field_textfield, .form_field_textarea {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	background: #fefefe;
	border-color: #AAAAAA #D4D4D4 #D2D2D2;
	border-style: solid;
	border-width: 1px;
	font-size: 13px;
	padding: 5px 4px;
	color: #333;
	width: 36%;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .1) inset;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .1) inset;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1) inset
}
#comment-form .form_field_textfield {
	width: 60%
}
#comment-form .form_field_textarea {
	width: 97%
}
.form_area .form_field_textarea {
	width: 70%
}
.form_field_textarea {
	height: 110px;
}
.form_submit input {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	background: #C03F3F;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #973a3a), color-stop(0, #C03F3F));
	background: -moz-linear-gradient(center bottom, #973a3a 0%, #C03F3F 100%);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3), 0 1px 0 rgba(255, 255, 255, .15) inset;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3), 0 1px 0 rgba(255, 255, 255, .15) inset;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3), 0 1px 0 rgba(255, 255, 255, .15) inset;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	border: none;
	padding: 5px 10px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #863636;
}
#comment-form .form_submit input {
	margin-left: 130px
}
.form_submit input:hover, .form_submit input:focus {
	background: #cc4242;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #a93c3c), color-stop(0, #cc4242));
	background: -moz-linear-gradient(center bottom, #a93c3c 0%, #cc4242 100%);
}
.form_notice {
	color: #276100
}
.form_error, .form_field_error, .blog-errors {
	color: #ea0e0e
}
.form_field_with_errors input, .form_field_with_errors textarea {
    border: 1px solid #ea0e0e
}
.form_notice, .form_error {
    font-size: 15px;
    margin: 11px 0
}
.form_field_size_small {
	width: 29%
}
.form_field_size_medium {
	width: 43%
}
.form_field_size_large {
	width: 97%
}
/* => Right column */
/* main-nav */
#nav {
	padding-left: 0;
	margin-bottom: 24px
}
#nav li {
	margin-bottom: 8px;
	background: none;
	padding-left: 0
}
#nav a, #mobile-nav a {
	color: #ada9a9;
	font-size: 16px
}
#nav a:hover, #langmenu a:hover, .more a:hover, #nav li #submenu a:hover, #mobile-nav a:hover, #mobile-submenu a:hover {
	color: #787575
}
#nav .active a, #nav li #submenu .active a, #mobile-nav .active a, #mobile-submenu .active a {
	color: #ac0000;
	font-weight: bold
}
/* submenu */
#submenu {
	margin: 9px 0;
	padding-left: 5px
}
#submenu li {
	margin-bottom: 1px;
}
#nav li #submenu a {
	font-size: 14px;
	padding-left: 5px;
	font-weight: normal;
	color: #ADA9A9
}
/* thirdmenu */
#nav li #submenu li #thirdmenu a, #mobile-thirdmenu a {
	font-size: 12px;
	font-weight: normal;
	color: #ADA9A9
}
#nav li #submenu li #thirdmenu .active a, #nav li #submenu li #thirdmenu .active a:hover, #mobile-thirdmenu .active a {
	color: #333;
	font-weight: bold
}
#nav li #submenu li #thirdmenu a:hover, #mobile-thirdmenu a:hover {
	color: #787575
}
/* langmenu */
#langmenu {
	font-family: Verdana, Helvetica, Arial, Verdana, sans-serif;
	line-height: 16px;
	padding-left: 0;
	margin-top: 24px
}
#langmenu li {
	background: none;
	padding-left: 0
}
#langmenu a {
	font-size: 9px;
	color: #ada9a9
}
#langmenu .active a {
	color: #5e5e5e
}
#langmenu .edy-cbtn {
	display: block;
	margin-top: 7px;
}
/* search */
#onpage_search {
	background: #eaeaea;
	box-shadow: 0 1px 10px rgba(0, 0, 0, .05), 0 1px 2px rgba(0, 0, 0, .2) inset;
	-moz-box-shadow: 0 1px 10px rgba(0, 0, 0, .05), 0 1px 2px rgba(0, 0, 0, .2) inset;
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .05), 0 1px 2px rgba(0, 0, 0, .2) inset;
	border: 10px solid #fff;
	font-size: 16px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	vertical-align: middle;
	color: #5e5e5e;
	height: 17px;
	padding: 5px 6px;
	outline: none;
	width: 148px;
	text-shadow: 0 1px 0 #fff
}
/* badge */
#tokyo-badge {
	text-align: right;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 9px;
	color: #c3c3c3;
	font-size: 9px;
	width: 30px;
	padding: 6px;
	background: #C03F3F;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .2)
}
#tokyo-badge a {
	color: #e6b2b2;
}
#mobile-menu, #footer-mobile {
	display: none
}
.photo_gallery_area a img {
	box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4)
}
.photo_gallery_area a:hover img {
	box-shadow: 0 1px 6px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, .6);
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .6)
}
 @media screen and (max-width: 770px) {
#comment-form {
 padding: 14px;
}
.form_field label, #comment-form .form_field label {
 display: block;
 position: static;
 width: 100%;
 margin-bottom: 3px
}
.form_fields, #comment-form .form_fields {
 padding: 0;
 width: 100%;
}
.form_submit input, #comment-form .form_submit input {
 margin-left: 0
}
.form_field_textfield, .form_field_textarea, .form_field_size_small, .form_field_size_medium, .form_field_size_large {
 width: 97% !important
}
}
 @media screen and (max-width: 520px) {
#site-name {
 padding-left: 0;
 width: 88%
}
h1#site-name {
 font-size: 27px;
 margin-bottom: 10px !important
}
h2#site-name {
 margin-top: 3px;
 margin-bottom: 5px !important
}
#comment-form {
 padding: 9px;
}
#left-column, #content, #right-column {
 width: 100%;
 display: block;
 float: none;
}
#content {
 padding: 0;
 margin-top: 20px
}
#right-column {
 margin-top: 20px
}
#left-column {
 margin-bottom: 16px
}
#content-wrap, #front #content-wrap {
 width: 94%;
 padding: 12px
}
.intro {
 padding: 0;
 width: 88%;
 margin-bottom: 5px;
}
#langmenu li {
 float: left;
 margin-right: 8px
}
#langmenu a {
 font-size: 14px
}
#nav, #submenu, #thirdmenu, #footer, #latest-news {
 display: none
}
#mobile-menu, #footer-mobile {
 display: block
}
#footer-mobile {
 font-size: 13px;
 margin-top: 25px;
}
#mobile-nav, #mobile-submenu, #mobile-thirdmenu {
 padding: 7px 5px;
 margin-bottom: 0
}
#mobile-nav {
 background: #fff;
}
#mobile-nav li {
 padding: 3px 0
}
#mobile-nav li, #mobile-submenu li, #mobile-thirdmenu li {
 float: left;
 background: none;
 padding: 0 10px 0 0;
}
#mobile-submenu {
 background: #f0f0f0;
}
#mobile-submenu a {
 color: #ada9a9;
 font-size: 14px;
}
#mobile-thirdmenu {
 border-bottom: 1px solid #ebebeb;
}
}
textarea, input {outline:none;}
html {
	-webkit-text-size-adjust: none;
}
.edy-c-btn-inn {
	text-shadow: none
}
#content form {margin: 20px 0}
#content ol {padding-left: 40px;}