@charset "utf-8";

/*
Theme Name: ChronosBrain SmartPhone
Version: 1.0
Author: Chronos Brain
Author URI: http://chronos-brain.com
Description: ChronosBrain SmartPhone Theme
*/



* {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
}

input[type="button"],input[type="submit"],input[type="text"],input[type="email"],textarea {
  -webkit-appearance: none;
}

img {
  max-width: 100%;
  height: auto;
  width /***/:auto;
}

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
  color: #2D2622;
  background-color: #FFFFFF;
}

blockquote {
  background-color: #F1D267;
  border-radius: 5px;
}

cite {
  font-style: italic;
  font-weight: bold;
}

hr {
  height: 1px;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px dotted #706E6D;
  background-color: #FFFFFF;
  margin: 15px 0 15px 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #7D562F;
}

strong {
  font-weight: normal;
}

.left { text-align: left; margin-left: auto; margin-right: auto;}
.center { text-align: center; margin-left: auto; margin-right: auto;}
.right { text-align: right;}
.top { vertical-align: top;}
.middle { vertical-align: middle;}
.bottom { vertical-align: bottom;}

.alignleft {
  display: inline;
  float: left;
}
.alignright {
  display: inline;
  float: right;
}
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
  margin: 0.4em 1.6em 1.6em 0;
}
blockquote.alignright,
.wp-caption.alignright,
img.alignright {
  margin: 0.4em 0 1.6em 1.6em;
}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
  clear: both;
  margin-top: 0.4em;
  margin-bottom: 1.6em;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
  margin-bottom: 1.2em;
}
.wp-caption-text {}
.sticky-post {}
.gallery-caption {}
.bypostauthor {}



/*google logo*/
.g1 { color: #2266DD;}
.g2 { color: #DD1100;}
.g3 { color: #FFCC11;}
.g4 { color: #2266DD;}
.g5 { color: #55BB55;}
.g6 { color: #DD1100;}



article {
  position: relative;
  padding: 10px;
  margin: 0 5px 0 5px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

article h2 {
  font-size: 1.4rem;
  text-shadow: 1px 1px 2px #AAAAAA;
  background-image: url(images/h1_bg.png);
  background-repeat: no-repeat;
  background-position: left top;
  text-indent: 20px;
  line-height: 26px;
  letter-spacing: 2px;
  border-bottom: 1px dotted #706E6D;
}

article h3 {
  font-size: 1.4rem;
  text-align: left;
  color: #222222;
  background-image: url('images/icon02.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 20px 20px;
  text-indent: 20px;
}
article h3 a {
  color: #222222;
  display: block;
}


header {
  width: 320px;
  height: 70px;
  -webkit-touch-callout: none;
}



footer {
  margin: 0;
  text-align: center;
  font-size: 1.0rem;
  font-weight: bold;
  padding: 5px 0 5px 0;
  width: 100%;
  background-image: url(images/footer_bg.png);
  background-position: center bottom;
  clear: both;
}
footer nav ul {
  margin: 0 0 0 6px;
  padding: 0;
  list-style: none;
  clear: both;
}
footer nav ul li {
  margin: 4px 0 0 4px;
  padding: 0;
  list-style: none;
  float: left;
  line-height: 120%;
  font-size: 90%;
  width: 70px;
  height: 40px;
  display: table;
  vertical-align: middle;
  border: 1px solid #706E6D;
  text-align: center;
  border-radius: 4px;
  color: #706E6D;
  background-image: url(images/menu_bg.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 70px 40px;
}
footer nav ul li a {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  color: #706E6D;
}
footer nav ul li:last-child {
  width: 95%;
  background-image: url(images/menu_bg.png);
  background-repeat: repeat-x;
  background-position: left top;
}
footer p {
  clear: both;
  padding: 10px 0 0 0;
}
footer p small {
  font-weight: bold;
  font-style: normal;
  font-size: 9px;
  color: #706E6D;
}



aside {
  clear: both;
  margin: 0 10px 10px 10px;
  padding: 10px;
  border: 1px dotted #706E6D;
  border-radius: 4px;
}
aside ul, aside ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
aside h2 {
  text-align: left;
  font-size: 11px;
  margin: 0 auto 5px;
  padding: 0;
  border-bottom: 1px dotted #706E6D;
  font-style: normal;
  font-weight: bold;
}
aside ul li {
  margin: 0 0 5px 0;
}
aside ul li ul {
  margin: 0 0 10px 0;
}
aside ul li ul li {
  font-size: 11px;
  background-image: url(images/icon01.png);
  background-repeat: no-repeat;
  background-position: left 2px;
  background-size: 14px 14px;
  padding: 0 0 3px 18px;
  border-bottom: 1px dotted #706E6D;
  line-height: 17px;
}
aside ul li a {
  display: block;
}



/*===Index===*/

.home main h2 {
  display: none;
}
#index_image {
  margin: 0;
  padding: 0;
  position: relative;
  top: -120px;
  z-index: -9999;
}
#index_image img {
  width: 200px;
  height: 200px;
}
.voice {
  display: none;
}
.ticker {
  position: relative;
  top: 202px;
  margin: 0 10px;
}
.ticker ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ticker ul li {
  list-style: none;
  font-size: 9px;
  color: #FFFFFF;
  padding: 5px 10px 5px 10px;
  margin: 0 0 2px 0;
  background-color: #2D2622;
  border-radius: 4px;
}



/*===Profile===*/

.page-id-303 article #profile_frame_left h3 {
  display: none;
}
.page-id-303 article #profile_frame_right {
  text-align: center;
}
.page-id-303 article #profile_frame_right img {
  border-radius: 3px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.page-id-303 article #profile_frame_right span {
  font-size: 13px;
  letter-spacing: 5px;
}



/*===Web Production===*/

.page-id-128 article dl {
  margin: 0;
  padding: 0;
}
.page-id-128 article dt {
  margin: 0;
  padding: 0 0 0 18px;
  font-weight: bold;
  border-bottom: 1px dotted #706E6D;
  background-image: url(images/icon01.png);
  background-repeat: no-repeat;
  background-position: left 2px;
  background-size: 14px 14px;
  line-height: 17px;
}
.page-id-128 article dd {
  margin: 0 0 15px 0;
  padding: 0;
}
.page-id-128 article p {
  display: none;
}



/*===Flow===*/

.page-id-130 article dl {
  margin: 0;
  padding: 0;
}
.page-id-130 article dt {
  margin: 0;
  padding: 0;
  font-weight: bold;
  border-bottom: 1px dotted #706E6D;
}
.page-id-130 article dt span {
  font-style: italic;
  margin-right: 10px;
  background-color: #2D2622;
  border-radius: 3px;
  color: #FFFFFF;
  padding: 2px 8px;
  font-size: 10px;
}
.page-id-130 article dd {
  margin: 0 0 15px 0;
  padding: 0;
}



/*===Fee===*/

.page-id-132 article table {
  width: 100%;
}
.page-id-132 article table th {
  text-align: right;
  width: 30%;
  font-weight: normal;
  font-style: normal;
  padding: 0 3px 0 0;
  font-size: 9px;
  border-right: 1px solid #706E6D;
  border-bottom: 1px dotted #706E6D;
  vertical-align: middle;
}
.page-id-132 article table td {
  padding: 0 0 0 3px;
  font-size: 9px;
  vertical-align: middle;
  border-bottom: 1px dotted #706E6D;
}
.page-id-132 article table tr:nth-child(even) {
  background-color: #F5F4E2;
}



/*===MailForm===*/

.page-id-137 article p {
  text-align: left;
}
.page-id-137 article form p {
  margin: 15px 0 10px 0;
}
.page-id-137 article dl {
  margin: 0;
  padding: 0;
}
.page-id-137 article dt {
  margin: 0;
  padding: 0 0 0 18px;
  font-weight: bold;
  border-bottom: 1px dotted #706E6D;
  background-image: url(images/icon01.png);
  background-repeat: no-repeat;
  background-position: left 2px;
  background-size: 14px 14px;
  line-height: 17px;
}
.page-id-137 article dd {
  margin: 5px 0 15px 0;
  padding: 0;
}
.page-id-137 article img {
  vertical-align: middle;
}
.page-id-137 article .wpcf7 {
  margin: 0;
  padding: 0;
}
.wpcf7-text, .wpcf7-select, .wpcf7-captchar {
  border: 1px solid #2D2622;
  background-color: #FFFFFF;
  padding: 3px 5px 3px 5px;
  border-radius: 4px;
}
.wpcf7-textarea {
  border: 1px solid #2D2622;
  background-color: #FFFFFF;
  padding: 3px 5px 3px 5px;
  border-radius: 4px;
  width: 96%;
}
.wpcf7-radio input {
  position: relative;
  top: 2px;
  margin: 2px 0 0 0;
}
.page-id-137 article .wpcf7-response-output {
  padding: 10px;
  margin: 20px 0 20px 0;
  text-align: center;
}
.page-id-137 article .wpcf7-submit {
  background-color: #2D2622;
  border: 1px solid #2D2622;
  border-radius: 4px;
  color: #FFFFFF;
  padding: 10px 20px 10px 20px;
  margin: 0;
  width: 100%;
  font-weight: bold;
}
.page-id-137 article .wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}
.page-id-137 article .wpcf7-mail-sent-ok {
  border-top: 2px dotted #B0B942;
  border-bottom: 2px dotted #B0B942;
}
.page-id-137 article .wpcf7-mail-sent-ng {
  border-top: 2px dotted #DE751A;
  border-bottom: 2px dotted #DE751A;
}
.page-id-137 article .wpcf7-spam-blocked {
  border-top: 2px dotted #DE751A;
  border-bottom: 2px dotted #DE751A;
}
.page-id-137 article .wpcf7-validation-errors {
  border-top: 2px dotted #DE751A;
  border-bottom: 2px dotted #DE751A;
}
.page-id-137 article .wpcf7-form-control-wrap {
  position: relative;
}
.page-id-137 article .wpcf7-not-valid-tip {
  color: #DE751A;
  font-size: 11px;
  display: block;
  font-weight: bold;
  margin: 2px 0 0 5px;
}
.page-id-137 article .wpcf7-not-valid-tip:before {
  content: "┗ ";
}
.page-id-137 article .wpcf7-not-valid-tip-no-ajax {
  color: #DE751A;
  font-size: 11px;
  display: block;
  font-weight: bold;
  margin: 2px 0 0 5px;
}
.page-id-137 article .wpcf7-display-none {
  display: none;
}
.page-id-137 article .wpcf7 img.ajax-loader {
  border: none;
  vertical-align: middle;
  margin: 0 0 0 4px;
}
.page-id-137 article .wpcf7-list-item {
  display: block;
  margin: 0 10px 0 10px;
}
.page-id-137 article .required {
  color: #DE751A;
  font-size: 11px;
  margin-left: 5px;
}



/*===Trade Law===*/

.page-id-139 article table {
  width: 100%;
}
.page-id-139 article table caption {
  background-color: #2D2622;
  color: #FFFFFF;
  padding: 0 2px 0 2px;
  font-size: 10px;
  border-radius: 4px;
}
.page-id-139 article table th {
  text-align: right;
  width: 30%;
  font-weight: normal;
  font-style: normal;
  padding: 0 3px 0 0;
  font-size: 9px;
  border-right: 1px solid #706E6D;
  border-bottom: 1px dotted #706E6D;
  vertical-align: middle;
}
.page-id-139 article table td {
  padding: 0 0 0 3px;
  font-size: 9px;
  border-bottom: 1px dotted #706E6D;
}
.page-id-139 article table tr:nth-child(even) {
  background-color: #F5F4E2;
}
.page-id-139 article table tr:nth-child(odd) {
  background-color: #FFFFFF;
}
.page-id-139 article table td ul {
  margin: 10px;
  padding: 0;
}
.page-id-139 article table td ul li {
  list-style-type: disc;
  list-style-position: inside;
}
.page-id-139 article .skype-icon {
  vertical-align: middle;
  margin: 0 3px 3px 0;
  width: 11px;
  height: 11px;
}



/*===Privacy===*/

.page-id-141 article dl {
  margin: 0;
  padding: 0;
}
.page-id-141 article dt {
  margin: 0;
  padding: 0 0 0 18px;
  font-weight: bold;
  border-bottom: 1px dotted #706E6D;
  background-image: url(images/icon01.png);
  background-repeat: no-repeat;
  background-position: left 2px;
  background-size: 14px 14px;
  line-height: 17px;
}
.page-id-141 article dd {
  margin: 0 0 15px 0;
  padding: 0;
}



/*===Links===*/

.page-id-582 article ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-id-582 article ul li {
  margin: 0 0 15px 0;
  padding: 0 0 0 18px;
  font-weight: bold;
  border-bottom: 1px dotted #706E6D;
  background-image: url(images/icon01.png);
  background-repeat: no-repeat;
  background-position: left 2px;
  background-size: 14px 14px;
  line-height: 17px;
  list-style: none;
}
.page-id-582 article ul li a {
  display: block;
}



/*===SiteMap===*/

.page-id-6 article ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-id-6 article ul li {
  margin: 0 0 15px 0;
  padding: 0 0 0 18px;
  font-weight: bold;
  border-bottom: 1px dotted #706E6D;
  background-image: url(images/icon01.png);
  background-repeat: no-repeat;
  background-position: left 2px;
  background-size: 14px 14px;
  line-height: 17px;
  list-style: none;
}
.page-id-6 article ul li a {
  display: block;
}



/*===Examples===*/

.page-id-2064 article p {
  text-align: left;
}
.page-id-2064 article ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-id-2064 article ul li {
  text-align: center;
  margin: 0 10px 10px 10px;
  float: left;
  font-size: 9px;
  width: 42%;
}
.page-id-2064 article ul li a {
  border: none;
  display: block;
}
.page-id-2064 article ul li a img {
  border: 4px solid #F5F4E2;
}
.page-id-2064 article ul li a cite {
  font-size: 8px;
}



.select_tag {
  margin: 10px 0 10px 0;
}
.select_blog {
  margin: 10px 0 10px 0;
}

.single h4,
.archive h4 {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 10px 0;
  padding: 0;
}
.postmetadata {
  text-align: right;
}
.postmetadata:before {
  content: "Posted： ";
}

.postdata_frame img, .postdata_single_frame img {
  border-radius: 3px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.eyecatch {
  float: left;
  max-width: 80px;
  height: auto;
  width /***/:auto;
  margin: 5px 10px 5px 0;
}

#relation {
  clear: both;
}
#relation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#relation ul li {
  margin: 0 0 10px 0;
  border-top: 1px dotted #706E6D;
  border-bottom: 1px dotted #706E6D;
  list-style: none;
  height: 33px;
  line-height: 16px;
  clear: both;
}
#relation ul li img {
  vertical-align: middle;
  margin: 4px 4px 4px 0;
  width: 25px;
  height: 25px;
  float: left;
}
#relation ul li a {
  border: none;
  display: block;
  width: 100%;
}
#relation h3 {
  font-size: 13px;
  text-align: left;
  color: #222222;
  margin: 0 0 2px 0;
  padding: 0;
}



/*===Syntax===*/

.syntax {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}



/*===Add Social Book Mark Button===*/

.add_social_bookmark_button {
  clear: both;
  text-align: left;
  margin: 0 0 10px 0;
  padding: 0;
}
.add_social_bookmark_button li {
  display: inline;
  margin: 0;
}
.add_social_bookmark_button li img {
  border-radius: 3px;
}
.add_social_bookmark_button li a {
  border: none;
  margin: 0;
}
.add_social_bookmark_button li a img {
  width: 24%;
}
.tag_here {
  clear: both;
}



/*===wp-pagenavi===*/

.wp-pagenavi {
  clear: both;
  margin: 20px 0 20px 0;
}
.wp-pagenavi .first {
  display: none;
}
.wp-pagenavi .last {
  display: none;
}
.wp-pagenavi .extend {
  display: none;
}
.wp-pagenavi .current {
  color: #706E6D;
  background-color: #2D2622;
}
.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  border: 1px dotted #706E6D;
  padding: 3px 5px;
  margin: 2px;
}
.wp-pagenavi a:hover, .wp-pagenavi span .current {
  border-color: #706E6D;
}
.wp-pagenavi span .current {
  font-weight: bold;
}



/*===GoogleAdsence===*/

.adsence {
  text-align: center;
  clear: both;
  overflow: hidden;
}



/*===Error404===*/

.error404 article p:before {
  content: url("images/icon02.png");
  float: left;
  margin: 0 5px 0 0;
}
.error404 article #error404icon {
  clear: both;
  font-family: 'Aldrich', sans-serif;
  font-weight: bold;
  font-size: 23px;
  text-align: center;
  margin: 30px auto 30px auto;
}
.error404 article #back-to-top {
  text-align: center;
  margin: 20px auto;
}



/*===BrokenLink===*/

.broken_link, a.broken_link,
.removed_link, a.removed_link {
  text-decoration: line-through;
}