@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, progress {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/**
 * CSS for pixpedia
 * 2011 pixiv, Inc.
 */
/* =basic
------------------------------------------------------------ */
body {
  margin: 0;
  padding: 0;
  font-family: arial, sans-serif;
  font-size: 12px;
  color: #333;
  background-color: #F2F2F2;
}

a {
  color: #007ab3;
  text-decoration: none;
}

a:hover {
  color: #00adff;
  text-decoration: underline;
}

img {
  vertical-align: middle;
  border: none;
}

ul, li {
  list-style: none;
}

/* =button リンクを立体的なボタンにする
------------------------------------------------------------ */
.button {
  padding: 9px;
  display: block;
  font-weight: bold;
  text-align: center;
  background: #e7e7e7 url("../images/module_more_button_bg.png") 0 0 repeat-x;
  border: 1px solid #DFDFDF;
  font-size: 14px;
  text-shadow: rgba(255, 255, 255, 0.75) 0 1px 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #666;
}

.button:hover {
  color: #182738;
  cursor: pointer;
}

.button:active {
  border: 1px solid #aaa;
  color: #000;
}

/* =top ページヘッダー部分
------------------------------------------------------------ */
#top {
  border-bottom: 1px solid #fff;
}
#top header {
  margin: 0;
  padding: 0;
  min-width: 700px;
  font-size: 13px;
  color: #fff;
  background: #263b54 url("../images/header_bg.png") 0 0 repeat-x;
  overflow: hidden;
  zoom: 1;
}
#top header div {
  width: 970px;
  margin: 0 auto;
}
#top header h1 {
  margin: 0;
  padding: 8px 0 11px;
  font-size: 12px;
  float: left;
}
#top header #search {
  float: left;
  padding: 8px 16px;
}
#top header #search .query {
  width: 234px;
  padding: 5px 6px;
  border: 1px solid #273d57;
  font-size: 13px;
  background: #4b74a5 url("../images/search_query_bg.png") 0 0 repeat-x;
  color: #345376;
}
#top header #search .query:focus {
  color: #fff;
  font-weight: bold;
  text-shadow: #253a53 0 1px 0;
  outline: none;
}
#top header #search .query::-webkit-input-placeholder {
  color: #345376;
}
#top header #search .query:-moz-placeholder {
  color: #345376;
}
#top header #search .submit {
  width: 48px;
  height: 28px;
  padding: 0;
  border: none;
  cursor: pointer;
  text-indent: -9999px;
  background: transparent url("../images/search_submit_ja.png") 0 0 no-repeat;
}
#top header #search .ja {
  background: transparent url("../images/search_submit_ja.png") 0 0 no-repeat;
}
#top header #search .en {
  width: 58px;
}
#top header nav {
  float: right;
}
#top header nav a,
#top header nav a:visited {
  color: #fff;
}
#top header nav a:hover {
  color: #00adff;
  text-decoration: none;
}
#top header nav li {
  font-size: 14px;
  font-weight: bold;
  float: left;
  padding: 17px 12px 0 10px;
  text-shadow: #253a53 0 1px 0;
  background: transparent url("../images/top_nav_separater.png") right 17px no-repeat;
}
#top header nav .profile-image {
  margin: 12px 0 0 0;
  padding: 0;
  background-image: none;
  background-color: white;
  width: 24px;
  text-align: center;
  overflow: hidden;
}
#top header nav .profile-image img {
  height: 24px;
}
#top header nav #login,
#top header nav #logout {
  padding-right: 0;
  background-image: none;
}
#top #infobar {
  background: #fff;
  border-bottom: 1px solid #d9d9d9;
  overflow: hidden;
  zoom: 1;
}
#top #infobar .topic {
  width: 970px;
  margin: 0 auto;
  padding: 5px 0;
  overflow: hidden;
  zoom: 1;
}
#top #infobar .topic .hot {
  display: block;
  float: left;
  padding: 3px 4px;
  font-size: 10px;
  font-weight: normal;
  color: #fff;
  background-color: #FBAA4B;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
#top #infobar .topic ul {
  float: left;
  margin: 3px 0 0 5px;
}
#top #infobar .topic li {
  float: left;
  margin: 0 6px 0;
}
#top #infobar .message {
  margin: 5px auto;
  padding: 15px 0px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  background-color: #007ab3;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
#top #infobar .error {
  margin: 5px auto;
  padding: 15px 0px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  background-color: #F66;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
#top #infobar #biron {
  width: 970px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
#top #infobar #biron .close {
  bottom: 5px !important;
}
#top #infobar .facebook-biron {
  width: 870px !important;
  padding: 14px 0 14px 100px !important;
  background: white url("../images/biron_facebook.png") 0 center no-repeat;
}
#top #infobar .facebook-biron .box {
  padding: 10px;
  width: 460px;
  border: 1px solid #007ab3;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
#top #infobar .introductionforenglish {
  width: 870px !important;
  padding: 55px 0 5px 77px !important;
  background: white url("../images/biron_gateway_en.png") 0 center no-repeat;
}
#top #infobar .introductionforenglish .box {
  padding: 10px 0;
  font-size: 15px;
  line-height: 1.1;
}
#top #infobar .searchengine {
  width: 400px !important;
  padding: 30px 0 30px 570px !important;
  background: white url("../images/biron_searchengine.png?20110728") 15px center no-repeat;
}
#top #infobar .searchengine .box {
  padding: 10px;
  width: 320px;
  border: 1px solid #007ab3;
  background-color: #f5f5f5;
  border: 1px solid #DDD;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  zoom: 1;
}
#top #infobar .searchengine .box li {
  margin-right: 10px;
}
#top #infobar .searchengine .box .twitter {
  margin-right: 15px;
}

/* =breadcrumbs パンくずリスト・カテゴリーリスト
------------------------------------------------------------ */
#categories,
.pagebar {
  width: 970px;
  margin: 10px auto;
  border-top: 1px solid #b5b5b5;
  border-bottom: 1px solid #fcfcfc;
  background-color: #e6e6e6;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  clear: both;
}

#categories {
  margin: 10px auto 5px;
}
#categories ul {
  padding: 8px;
  text-align: center;
  letter-spacing: -0.25em;
}
#categories li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  letter-spacing: normal;
  font-size: 13px;
  padding: 0px 12px 0 10px;
  text-shadow: white 0 1px 0;
  background: transparent url("../images/categories_separater.png") right 0 no-repeat;
}
#categories li:last-child {
  background-image: none;
}
#categories .current {
  padding: 0px 3px 0px 0px;
}
#categories .current a {
  background-color: #007ab3;
  color: white;
  padding: 3px 8px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  text-shadow: rgba(0, 0, 0, 0.25) 0 -1px 0;
}

#page-index #categories {
  margin: 10px auto;
}

#breadcrumbs {
  width: 970px;
  margin: 5px auto 0px;
  padding: 8px 0 3px;
  overflow: hidden;
  zoom: 1;
}
#breadcrumbs div {
  float: left;
  font-size: 13px;
  margin-bottom: 10px;
  padding: 0px 15px 0 10px;
  text-shadow: white 0 1px 0;
  background: transparent url("../images/breadcrumbs_separater.png") right 0 no-repeat;
}
#breadcrumbs .current {
  font-weight: bold;
  background-image: none;
}

.pagebar {
  padding: 0px 0;
  overflow: hidden;
  zoom: 1;
}
.pagebar h2 {
  font-size: 16px;
  padding: 8px 8px;
  float: left;
}
.pagebar ul {
  padding: 4px 0px;
  float: right;
}
.pagebar ul li {
  float: left;
  margin-right: 5px;
}
.pagebar ul li .confirm {
  width: 78px;
  height: 28px;
  padding: 0;
  border: none;
  cursor: pointer;
  text-indent: -9999px;
  background: transparent url("../images/form_button_confirm_ja.png") 0 0 no-repeat;
  display: block;
}
.pagebar ul li .cancel {
  width: 78px;
  height: 28px;
  padding: 0;
  border: none;
  cursor: pointer;
  text-indent: -9999px;
  background: transparent url("../images/form_button_cancel_ja.png") 0 0 no-repeat;
  display: block;
}
.pagebar ul li .post {
  width: 90px;
  height: 28px;
  padding: 0;
  border: none;
  cursor: pointer;
  text-indent: -9999px;
  background: transparent url("../images/form_button_post_ja.png") 0 0 no-repeat;
  display: block;
}
.pagebar ul li .back {
  width: 105px;
  height: 28px;
  padding: 0;
  border: none;
  cursor: pointer;
  text-indent: -9999px;
  background: transparent url("../images/form_button_back_ja.png") 0 0 no-repeat;
  display: block;
}

/* =content ページのメインコンテンツ部分
------------------------------------------------------------ */
#content {
  margin: 0 auto;
  padding: 0;
  width: 970px;
  overflow: hidden;
  zoom: 1;
  position: relative;
}

#main {
  width: 654px;
  float: left;
}
#main #topics {
  border-bottom: 3px solid #9fc54e;
  margin-bottom: 3px;
  overflow: hidden;
  zoom: 1;
}
#main #topics li {
  display: inline;
}
#main #topics li a {
  display: block;
  float: left;
  margin: 0 2px 0 0;
  padding: 9px 18px 7px;
  border: 1px solid #B2D46A;
  background: #c4c5c5 url("../images/top_topics_tab_bg.png?20120131") 0 0 repeat-x;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.25) 0 1px 0;
}
#main #topics li a:hover {
  background: #c4c5c5 url("../images/top_topics_tab_bg.png?20120131") 0 -40px repeat-x;
  text-decoration: none;
}
#main #topics li a.special {
  padding-right: 72px;
  background: #739dd1 url("../images/top_topics_special_tab_bg.png") right top no-repeat;
  border-color: #739DD1;
}
#main #topics li a.special:hover {
  background: #739dd1 url("../images/top_topics_special_tab_bg.png") right -45px no-repeat;
  border-color: #739DD1;
}
#main #topics li a.current {
  border: 1px solid #9fc54e;
  background-image: none;
  background-color: #9fc54e;
}
#main #topics li a.special.current {
  background: #739dd1 url("../images/top_topics_special_tab_bg.png") right -90px no-repeat;
  border-color: #4E82C5;
}
#main #topics li a.hot {
  background: #FBBC71;
  border-color: #FBAA4B;
}
#main #topics li a.hot:hover {
  background: #FBAA4B;
  border-color: #FBAA4B;
}
#main #topics li a.hot.current {
  background: #FBAA4B;
  border-color: #FBAA4B;
}
#main #topics.special {
  border-bottom: 3px solid #4E82C5;
}
#main #topics.hot {
  border-bottom: 3px solid #FBAA4B;
}
#main #search-title {
  border-bottom: 3px solid #9fc54e;
  margin-bottom: 3px;
  overflow: hidden;
  zoom: 1;
}
#main #search-title h1 {
  float: left;
  padding: 9px 18px 7px;
  border: 1px solid #9fc54e;
  background-color: #9fc54e;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.25) 0 1px 0;
}
#main #search-title .info {
  padding: 10px 5px 0 0;
  float: right;
  font-size: 13px;
  font-weight: bold;
  color: #4D4D4D;
}
#main .subtopic {
  background-color: #f9f9f9;
  overflow: hidden;
  zoom: 1;
}
#main .subtopic li {
  float: left;
  display: block;
  width: 141px;
  padding: 10px;
  border-left: 1px solid #F2F2F2;
  text-align: center;
  font-size: 14px;
}
#main .subtopic li:first-child {
  border: none;
}
#main .subtopic li.current-sub {
  background-color: #fff;
}
#main article {
  margin-bottom: 3px;
  padding: 18px;
  background-color: #fff;
  overflow: hidden;
  zoom: 1;
}
#main article .thumb {
  width: 128px;
  height: 128px;
  padding: 1px;
  margin-right: 15px;
  float: left;
  overflow: hidden;
  vertical-align: middle;
  line-height: 127px;
  border: 1px solid #E6E6E6;
}
#main article .thumb img {
  width: 128px;
}
#main article .thumb:hover {
  border-color: #007ab3;
}
#main article .info {
  width: 470px;
  float: left;
}
#main article .info h2 {
  margin-bottom: 10px;
  font-size: 18px;
}
#main article .info .summary {
  line-height: 1.5;
  padding: 0 0 8px 0;
  font-size: 14px;
}
#main article .info .data {
  padding: 0 0 8px 0;
}
#main article .info .data li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 0px 3px 0 0;
  color: #999;
}
#main article .info .relation {
  overflow: hidden;
  zoom: 1;
  padding: 0 0 0px 0;
}
#main article .info .relation span {
  display: block;
  float: left;
  margin-right: 5px;
  padding: 3px 3px;
  font-size: 10px;
  font-weight: normal;
  color: #fff;
  background-color: #999;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
#main article .info .relation ul {
  float: left;
  width: 435px;
  height: 18px;
}
#main article .info .relation li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 3px 3px;
}
#main footer .more {
  display: block;
  width: 654px;
  height: 38px;
  text-indent: -9999px;
  background: transparent url("../images/top_more_ja.png") 0 0 no-repeat;
}
#main footer .more:hover {
  background: transparent url("../images/top_more_ja.png") 0 -38px no-repeat;
}

/* =box-module サイドバーやマイページのボックスモジュール
------------------------------------------------------------ */
.box-module {
  margin-bottom: 10px;
  background-color: #fff;
}
.box-module h2 {
  padding: 6px 10px;
  color: #fff;
  border: 1px solid #375579;
  background-color: #476F9E;
  text-shadow: rgba(0, 0, 0, 0.25) 0 1px 0;
}
.box-module .body {
  padding: 5px;
  border: 1px solid #D9D9D9;
}
.box-module .items li {
  margin-bottom: 5px;
  padding: 5px;
  font-size: 10px;
  color: #aaa;
  clear: both;
  overflow: hidden;
  zoom: 1;
}
.box-module .items li a {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5;
}
.box-module .items li img {
  width: 32px;
  height: 32px;
  margin-right: 5px;
  border: 1px solid #E6E6E6;
  vertical-align: top;
  float: left;
}
.box-module .items li .info {
  float: left;
}
.box-module .items li .info a {
  display: block;
}
.box-module .items li .data {
  float: right;
  text-align: right;
  line-height: 1.5;
}
.box-module .items li .data a {
  display: block;
  font-size: 12px;
}
.box-module .items li:hover {
  background-color: #eee;
}

/* =sub 共通サイドバー
------------------------------------------------------------ */
#sub {
  width: 300px;
  margin-top: 15px;
  margin-left: 15px;
}
#sub section {
  margin-bottom: 10px;
  background-color: #fff;
}
#sub h2 {
  padding: 6px 10px;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.25) 0 1px 0;
}
#sub .ranking h2 {
  border: 1px solid #FBAA4B;
  background-color: #FBBC71;
}
#sub .ranking nav {
  border-right: 1px solid #D9D9D9;
  border-left: 1px solid #D9D9D9;
}
#sub .ranking nav ul {
  overflow: hidden;
  zoom: 1;
}
#sub .ranking nav li {
  display: inline;
}
#sub .ranking nav li a {
  display: block;
  float: left;
  width: 148px;
  padding: 10px 0;
  border-right: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  background-color: #EBEBEB;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  color: #999;
}
#sub .ranking nav li a:hover {
  background-color: #f0f0f0;
  color: #333;
}
#sub .ranking nav li .active {
  border-bottom: none;
  background-color: #fff;
  color: #FBB05A;
}
#sub .ranking nav li a.active:hover {
  background-color: #fff;
  color: #FBB05A;
}
#sub .ranking nav li:last-child a {
  width: 148px;
  border-right: none;
}
#sub .ranking ul.ranking {
  border: 1px solid #D9D9D9;
  border-top: none;
  clear: both;
  list-style-type: none;
  padding: 10px;
}
#sub .ranking ul.ranking li {
  padding: 3px 0;
  font-size: 13px;
  font-weight: bold;
  color: #FBB05A;
}
#sub .ranking ul.ranking li img {
  width: 32px;
  height: 32px;
  margin-right: 5px;
  border: 1px solid #E6E6E6;
}
#sub .ranking ul.ranking a:hover img {
  border-color: #007ab3;
}
#sub .ranking ol {
  border: 1px solid #D9D9D9;
  border-top: none;
  clear: both;
  list-style-type: none;
  padding: 10px;
}
#sub .ranking ol li {
  padding: 3px 0;
  font-size: 13px;
  font-weight: bold;
  color: #FBB05A;
}
#sub .ranking ol li img {
  width: 32px;
  height: 32px;
  margin-right: 5px;
  border: 1px solid #E6E6E6;
}
#sub .ranking ol a:hover img {
  border-color: #007ab3;
}
#sub .ranking #ranking-monthly {
  display: none;
}
#sub .spotlight h2 {
  border: 1px solid #edd70c;
  background-color: #F8E71C;
  color: black;
  font-size: 13px;
}
#sub .spotlight ul.items i.thumbnail {
  display: block;
  float: left;
  border: 1px solid #E6E6E6;
  background-size: cover;
  width: 32px;
  height: 32px;
  margin-right: 5px;
}
#sub .updated h2 {
  border: 1px solid #398cbd;
  background-color: #5f9abd;
}
#sub .created h2 {
  border: 1px solid #48b2ef;
  background-color: #78c3ef;
}
#sub .others {
  background-color: transparent;
}
#sub .items {
  padding: 5px;
  border: 1px solid #D9D9D9;
}
#sub .items li {
  padding: 5px;
  font-size: 10px;
  clear: both;
  overflow: hidden;
  zoom: 1;
  color: #aaa;
}
#sub .items li a {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5;
}
#sub .items li a span {
  display: inline-block;
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#sub .items li img {
  width: 32px;
  height: 32px;
  margin-right: 5px;
  border: 1px solid #E6E6E6;
  vertical-align: top;
  float: left;
}
#sub .items li a:hover img {
  border-color: #007ab3;
}
#sub .facebook-likebox {
  margin-bottom: 10px;
}

#page-index #sub,
#page-mypage #sub {
  margin-top: 0px;
}

/* =footer フッター
------------------------------------------------------------ */
#page-footer {
  margin: 60px 0 0;
  text-align: left;
  color: #fff;
  position: relative;
}
#page-footer a {
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.25) 0 -1px 0;
}
#page-footer a:hover {
  color: #00adff;
  text-shadow: rgba(0, 0, 0, 0.25) 0 1px 0;
}
#page-footer nav {
  padding: 5px;
  border-top: 1px solid #0D8CA3;
  background: #0FA2BD;
}
#page-footer nav ul {
  width: 970px;
  margin: 10px auto;
}
#page-footer nav li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 0 10px 0 0;
}
#page-footer nav a:hover {
  color: #333;
  text-shadow: rgba(255, 255, 255, 0.75) 0 1px 0;
}
#page-footer .pixiv {
  padding: 10px;
  background: #0d0035;
}
#page-footer .pixiv span {
  display: block;
  width: 970px;
  margin: 0 auto;
}
#page-footer #back-to-top {
  position: absolute;
  top: -26px;
  width: 100%;
}
#page-footer #back-to-top div {
  width: 970px;
  margin: 0 auto;
  position: relative;
}
#page-footer #back-to-top div img {
  position: absolute;
  right: 10px;
}

/* =article 記事ページ
------------------------------------------------------------ */
#page-article #content header, #page-article-ie #content header {
  margin-bottom: 2px;
  padding: 15px;
  background-color: #fff;
  font-size: 14px;
  overflow: hidden;
  zoom: 1;
}
#page-article #content header .embedimage .info, #page-article-ie #content header .embedimage .info {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 224px;
  padding: 10px 10px;
  line-height: 1.2;
  background-color: #007AB3;
  text-align: left;
  color: #91BBD0;
  font-size: 12px;
  display: none;
}
#page-article #content header .embedimage .info h3, #page-article-ie #content header .embedimage .info h3 {
  margin-bottom: 3px;
  font-size: 15px;
}
#page-article #content header .embedimage .info a, #page-article-ie #content header .embedimage .info a {
  color: #fff;
}
#page-article #content header .embedimage .info a:hover, #page-article-ie #content header .embedimage .info a:hover {
  color: #68B8FF;
  text-shadow: rgba(0, 0, 0, 0.25) 0 1px 0;
}
#page-article #content header #main-image, #page-article-ie #content header #main-image {
  width: 240px;
  height: 240px;
  padding: 2px;
  margin-right: 15px;
  border: 1px solid #E6E6E6;
  line-height: 239px;
  overflow: hidden;
  float: left;
  text-align: center;
  vertical-align: top;
  position: relative;
}
#page-article #content header #main-image img, #page-article-ie #content header #main-image img {
  width: 240px;
}
#page-article #content header #main-image:hover, #page-article-ie #content header #main-image:hover {
  border: 1px solid #007ab3;
}
#page-article #content header #article-name, #page-article-ie #content header #article-name {
  font-size: 30px;
  font-weight: bold;
  margin-top: 2px;
  margin-bottom: 14px;
  color: #000;
}
#page-article #content header .subscript, #page-article-ie #content header .subscript {
  color: #666;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 14px;
}
#page-article #content header .summary, #page-article #content header .link-to-pixiv, #page-article-ie #content header .summary, #page-article-ie #content header .link-to-pixiv {
  line-height: 1.6;
  font-size: 15px !important;
  padding: 0 !important;
}
#page-article #content header .summary .button, #page-article #content header .link-to-pixiv .button, #page-article-ie #content header .summary .button, #page-article-ie #content header .link-to-pixiv .button {
  width: 120px !important;
}
#page-article #content #main, #page-article-ie #content #main {
  width: 654px;
  margin-bottom: 15px;
  float: left;
  color: #333;
}

/* =article-body 記事本文
------------------------------------------------------------ */
#article-body {
  margin-bottom: 2px;
  padding: 15px;
  background-color: #FFF;
  font-size: 14px;
  line-height: 1.75;
  overflow: hidden;
  zoom: 1;
}
#article-body a.no-article {
  color: #b3005d;
}
#article-body a.no-article:hover {
  color: #830044;
}
#article-body .article_index {
  border: solid 2px #E6E6E6;
  padding: 5px;
  margin-bottom: 10px;
  float: left;
  font-size: 14px;
}
#article-body .article_index .index_title {
  padding: 5px 10px;
}
#article-body .article_index .index_title span {
  font-weight: bold;
  font-size: 14px;
  margin-right: 5px;
}
#article-body .article_index .index_title .toggle_index {
  font-size: 12px;
}
#article-body .article_index .index_level1 {
  margin-left: 5px;
}
#article-body .article_index .index_level2 {
  margin-left: 15px;
}
#article-body .article_index .index_level3 {
  margin-left: 25px;
}
#article-body h1 {
  font-size: 30px;
  font-weight: bold;
}
#article-body h2 {
  margin: 0px 0 15px;
  padding: 10px 0 5px;
  font-size: 20px;
  line-height: 1.3;
  color: #000;
  border-bottom: 2px solid #E6E6E6;
  clear: both;
}
#article-body h3 {
  margin: 0 0 13px;
  padding: 0 0;
  font-size: 16px;
  line-height: 1.3;
  color: #000;
}
#article-body h4 {
  margin: 0 0 13px;
  padding: 0 0;
  font-size: 14px;
  line-height: 1.3;
  color: #000;
}
#article-body p {
  padding: 0 1px 1em;
}
#article-body br {
  clear: both;
}
#article-body ul li {
  margin: 10px 0;
  padding: 0px 0 0px 30px;
  background: transparent url("../images/list_style.png") 10px 4px no-repeat;
  line-height: 1.6;
  font-size: 14px;
}
#article-body ul li ul li {
  padding: 0px 0 0px 15px;
  background: transparent url("../images/list_style2.png") 0px 4px no-repeat;
}
#article-body ol li {
  margin: 10px 0 10px 30px;
  padding: 0px 0 0px 0px;
  line-height: 1.6;
  font-size: 14px;
  list-style-type: decimal;
}
#article-body .embedimage {
  width: 246px;
  height: 260px;
  padding: 0px;
  margin: 0 2px 4px 2px;
  border: 1px solid #E6E6E6;
  overflow: hidden;
  text-align: center;
  vertical-align: top;
  line-height: 258px;
  float: left;
  position: relative;
  cursor: pointer;
}
#article-body .embedimage .info {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 286px;
  padding: 10px 10px;
  line-height: 1.2;
  background-color: #007AB3;
  text-align: left;
  color: #91BBD0;
  font-size: 12px;
  display: none;
}
#article-body .embedimage .info h3 {
  margin-bottom: 3px;
  font-size: 15px;
}
#article-body .embedimage .info a {
  color: #fff;
}
#article-body .embedimage .info a:hover {
  color: #68B8FF;
  text-shadow: rgba(0, 0, 0, 0.25) 0 1px 0;
}
#article-body .embedimage:hover {
  border: 1px solid #007ab3;
}
#article-body .small {
  width: 150px;
  height: 150px;
  line-height: 148px;
  margin: 0 2px 2px 0px;
  padding: 1px;
}
#article-body .small .info {
  width: 144px;
  padding: 5px;
  font-size: 11px;
}
#article-body .small .info h3 {
  margin-bottom: 2px;
  font-size: 12px;
}
#article-body .small .info a {
  color: #fff;
}
#article-body .small .info a:hover {
  color: #68B8FF;
}
#article-body table {
  margin-bottom: 1em;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
  line-height: 1.5;
}
#article-body th,
#article-body td {
  padding: 5px;
}
#article-body th {
  border: 1px solid #ddd;
  text-align: left;
  vertical-align: top;
  background-color: #f3f3f3;
  white-space: nowrap;
}
#article-body td {
  border: 1px solid #ddd;
}
#article-body .sample {
  margin: 2em 0 0.5em;
  padding: 5px;
  background-color: #eee;
  border: 1px solid #ccc;
  color: #333;
}

/* =additional-content 記事に追加される要素(関連イラスト・ニュース、コメントなど)
------------------------------------------------------------ */
.additional-content h2 {
  padding: 10px 15px;
  font-size: 16px;
  text-shadow: rgba(255, 255, 255, 0.75) 0 1px 0;
  border-top: 1px solid #d5d5d6;
  border-bottom: 1px solid #c0c0c1;
  background: #dcdddd url("../images/article_header_bg.png") 0 0 repeat-x;
  position: relative;
}
.additional-content h2 a,
.additional-content h2 .total-count {
  display: block;
  font-size: 12px;
  position: absolute;
  right: 8px;
  top: 14px;
  text-align: right;
}
.additional-content #article_relation_images {
  padding: 25px 0px 12px 42px;
  background: #212121 url("../images/article_relation_images_bg.png") 0 bottom no-repeat;
}
.additional-content #article_relation_images ul {
  overflow: hidden;
  zoom: 1;
}
.additional-content #article_relation_images .embedimage {
  float: left;
  margin: 0 14px 14px 0;
  border: 2px solid #212121;
  overflow: hidden;
  position: relative;
}
.additional-content #article_relation_images .embedimage img {
  width: 128px;
  height: 128px;
}
.additional-content #article_relation_images .embedimage .info {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 118px;
  padding: 5px;
  line-height: 1.2;
  background-color: #007AB3;
  text-align: left;
  color: #91BBD0;
  font-size: 11px;
  display: none;
}
.additional-content #article_relation_images .embedimage .info h3 {
  margin-bottom: 2px;
  font-size: 12px;
}
.additional-content #article_relation_images .embedimage .info a {
  color: #fff;
}
.additional-content #article_relation_images .embedimage .info a:hover {
  color: #68B8FF;
  text-shadow: rgba(0, 0, 0, 0.25) 0 1px 0;
}
.additional-content #article_relation_images .embedimage:hover {
  border: 2px solid #007ab3;
}
.additional-content #comments {
  padding: 15px;
  background-color: #FFF;
}
.additional-content #comments #comment-box img {
  max-width: 48px;
  height: 48px;
  padding-right: 13px;
  float: left;
}
.additional-content #comments #comment-box .body {
  width: 552px;
  float: left;
}
.additional-content #comments #comment-box .body textarea {
  width: 100%;
  height: 4em;
  margin: 0;
  padding: 5px;
  font-size: 12px;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #bfbfbf;
  background: white url("../images/form_textarea_bg.png") 0 0 repeat-x;
}
.additional-content #comments #comment-box .body textarea:focus {
  outline: none;
}
.additional-content #comments #comment-box .body textarea::-webkit-input-placeholder {
  color: #345376;
}
.additional-content #comments #comment-box .body textarea:-moz-placeholder {
  color: #345376;
}
.additional-content #comments #comment-box div.submit {
  padding: 3px 0 5px;
  clear: both;
  text-align: right;
}
.additional-content #comments #comment-box input.submit {
  width: 75px;
  height: 26px;
  padding: 0;
  border: none;
  cursor: pointer;
  text-indent: -9999px;
  background: transparent url("../images/comment_write_ja.png") 0 0 no-repeat;
}
.additional-content #comments #comment-box .ja {
  background: transparent url("../images/comment_write_ja.png") 0 0 no-repeat;
}
.additional-content #comments article {
  padding: 10px 0;
  border-top: 1px solid #E6E6E6;
  overflow: hidden;
  zoom: 1;
}
.additional-content #comments article img {
  max-width: 48px;
  height: 48px;
  margin-right: 10px;
  float: left;
}
.additional-content #comments article .body {
  width: 566px;
  float: left;
  line-height: 1.5;
  font-size: 14px;
}
.additional-content #comments article .body span {
  float: right;
  color: #aaa;
}
.additional-content #comments article .body div {
  padding: 0px 0 0 0;
}
.additional-content #comments footer .more {
  width: 624px;
  margin-top: 5px;
}
.additional-content #comments footer .ja {
  background-image: url("../images/comment_more_ja.png");
}

/* =sub-contents
------------------------------------------------------------ */
#sub-contents {
  width: 316px;
  float: right;
}

/* =article-relation 関連記事などのサイドバー要素
------------------------------------------------------------ */
#article-relation {
  width: 314px;
  margin-left: 2px;
}
#article-relation .actions,
#article-relation section {
  padding: 15px;
  background-color: #FFF;
  margin-bottom: 2px;
}
#article-relation h2 {
  margin-bottom: 13px;
  font-size: 16px;
}
#article-relation section ul {
  overflow: hidden;
  zoom: 1;
}
#article-relation section ul li {
  padding-right: 1em;
  float: left;
}
#article-relation section ul li a {
  font-weight: bold;
}
#article-relation .actions .updates,
#article-relation .actions .edit {
  padding: 0 0px 0px 0px;
}
#article-relation .actions .updates dl,
#article-relation .actions .edit dl {
  margin-bottom: 0px;
  padding-left: 3px;
  overflow: hidden;
  zoom: 1;
}
#article-relation .actions .updates dt,
#article-relation .actions .edit dt {
  float: left;
  padding-right: 0.5em;
}
#article-relation .actions .updates dd,
#article-relation .actions .edit dd {
  float: left;
  padding-right: 1em;
}
#article-relation .actions .updates ul,
#article-relation .actions .edit ul {
  overflow: hidden;
  zoom: 1;
}
#article-relation .actions .updates li,
#article-relation .actions .edit li {
  padding: 0 2px;
  font-size: 16px;
  font-weight: bold;
  float: left;
}
#article-relation .actions .updates li .button,
#article-relation .actions .edit li .button {
  padding: 5px 27px 9px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
#article-relation .actions .updates li img,
#article-relation .actions .edit li img {
  width: 19px;
  height: 19px;
  margin-right: 0px;
  vertical-align: bottom;
}
#article-relation .actions .data {
  padding: 0 2px;
}
#article-relation .actions .data ul {
  overflow: hidden;
  zoom: 1;
}
#article-relation .actions .data li {
  margin-right: 0.75em;
  padding-right: 1em;
  padding-bottom: 10px;
  padding-left: 2px;
  font-size: 14px;
  font-weight: bold;
  background: transparent url("../images/article_action_separater.png") right 0 no-repeat;
  float: left;
}
#article-relation .actions .data li img {
  height: 16px;
  margin-right: 2px;
}
#article-relation .actions .data li:last-child {
  margin-right: 0;
  padding-right: 0;
  background-image: none;
}
#article-relation .actions .data .checklist {
  line-height: 28px;
  padding-left: 0;
}
#article-relation .actions .data .checklist a {
  display: block;
  width: 157px;
  height: 28px;
  padding: 0;
  border: none;
  text-indent: -9999px;
  background: transparent url("../images/checklist_button_ja.png") 0 0 no-repeat;
  float: left;
  margin-right: 8px;
}
#article-relation .actions .data .checklist a:hover {
  background-position: 0 -28px;
}
#article-relation .actions .data .checklist a:active {
  background-position: 0 -56px;
}
#article-relation .actions .data .checklist a.checked {
  background-position: 0 -84px;
}
#article-relation .actions .data .checklist a.checked:hover {
  background-position: 0 -112px;
}
#article-relation .actions .data .checklist a.checked:active {
  background-position: 0 -140px;
}
#article-relation #relation {
  padding-bottom: 5px;
}
#article-relation #relation h3 {
  clear: both;
  margin: 10px 0;
  font-size: 12px;
  font-weight: normal;
  color: #666;
}
#article-relation #relation .items li {
  margin-bottom: 10px;
  padding-right: 0;
  float: none;
  clear: both;
  overflow: hidden;
  zoom: 1;
}
#article-relation #relation .parent {
  margin-bottom: 20px;
  overflow: hidden;
  zoom: 1;
}
#article-relation #relation img {
  margin-right: 8px;
  border: 1px solid #E6E6E6;
  vertical-align: top;
  float: left;
}
#article-relation #relation img:hover {
  border-color: #007ab3;
}
#article-relation #relation .info {
  float: right;
  width: 210px;
  font-size: 10px;
  line-height: 1.4;
  color: #808080;
}
#article-relation #relation .info a {
  color: #007AB3;
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
}
#article-relation #relation img {
  width: 64px;
  height: 64px;
}
#article-relation #relation .info {
  width: 210px;
}
#article-relation .relation-more-button {
  float: right;
  cursor: pointer;
}
#article-relation .pixivision-article-section {
  background-color: #f8e71c;
}
#article-relation .pixivision-article-section a {
  color: #fff;
}
#article-relation .pixivision-article-section .section-heading-pchan {
  height: 25px;
  width: auto;
  margin-bottom: -5px;
}
#article-relation .pixivision-article {
  background: #333;
  letter-spacing: 0;
  min-height: 66px;
}
#article-relation .pixivision-article::after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
}
#article-relation .pixivision-article .thumbnail-container {
  float: left;
  overflow: hidden;
  width: 66px;
  height: 66px;
}
#article-relation .pixivision-article .thumbnail-image {
  width: 100%;
  height: auto;
}
#article-relation .pixivision-article .title-container {
  float: right;
  width: 202px;
  padding: 10px 8px;
  line-height: 1.3em;
  font-size: 12px;
  font-weight: bold;
}

/* amazon aws
------------------------------------------------------------ */
#amazon-aws-outer {
  background-color: #F4FAFE;
  border: 1px solid #C9E1F4;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
#amazon-aws-outer h2 {
  border: none;
  margin: 0 12px 0;
  padding: 10px 0 5px;
  font-size: 20px;
  line-height: 1.3;
  color: black;
  clear: both;
}
#amazon-aws-outer .button {
  margin: 0 10px 10px;
}

ul#amazon-aws {
  position: relative;
  list-style-type: none;
  padding: 0 0 22px;
}
ul#amazon-aws:after {
  position: absolute;
  bottom: 6px;
  right: 6px;
  font-size: 10px;
  color: gray;
  content: "PR - Amazon.co.jp -";
}
ul#amazon-aws .info {
  font-size: 10px;
  color: gray;
  line-height: 16px;
}
ul#amazon-aws .info .title {
  padding: 0;
  color: #007AB3;
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
  line-hieght: 19px;
}
ul#amazon-aws li {
  display: block;
  margin: 6px 19px;
  padding: 0;
  background: none;
  width: 169px;
  float: left;
}
ul#amazon-aws li .amazonimage {
  width: 160px;
  height: 160px;
  padding: 0px;
  margin: 1px;
  overflow: hidden;
  text-align: center;
  vertical-align: top;
  line-height: 126px;
  position: relative;
  cursor: pointer;
}
ul#amazon-aws li .amazonimage img {
  vertical-align: middle;
  border: none;
}
ul#amazon-aws li:hover img {
  border-color: #007ab3;
}
ul#amazon-aws li:hover .title {
  color: #00ADFF;
}

.ads section {
  background-color: #ffffff;
  padding: 13px 15px 13px;
}
.ads footer {
  margin-top: 0;
}

#article-body #amazon-aws-outer {
  margin-top: 14px;
}

/* =illust-detail
------------------------------------------------------------ */
.illust-detail {
  width: 600px;
  border: 2px solid #007ab3;
  background-color: #000;
  color: #fff;
}
.illust-detail .image {
  width: 600px;
  height: 600px;
  padding: 0px;
  text-align: center;
  line-height: 598px;
  cursor: pointer;
}
.illust-detail .description {
  padding: 10px;
  background-color: #007ab3;
  line-height: 1.5;
  background-color: #007AB3;
  text-align: left;
  color: #182738;
  font-size: 12px;
}
.illust-detail .description h3 {
  margin-bottom: 2px;
  font-size: 15px;
}
.illust-detail .description a {
  color: #fff;
}
.illust-detail .description a:hover {
  color: #68B8FF;
  text-shadow: rgba(0, 0, 0, 0.25) 0 1px 0;
}
.illust-detail .description .caption {
  margin-top: 3px;
  clear: both;
}
.illust-detail .description .button {
  float: right;
  padding: 3px 10px;
  font-size: 13px;
  border: none;
  color: #007ab3;
}
.illust-detail .description .button:hover {
  color: #182738;
  border: none;
}
.illust-detail .description .button:active {
  margin-top: 1px;
  border: none;
  color: #000;
}

.lb_overlay {
  cursor: pointer;
}

/* =page-mypage マイページ
------------------------------------------------------------ */
#page-mypage #main .box-module {
  margin-bottom: 10px;
  background-color: #fff;
}

/* =page-history 編集履歴
------------------------------------------------------------ */
#page-history #main #versions {
  padding: 15px;
  background-color: #fff;
}
#page-history #main #versions .button {
  padding: 10px;
  margin-bottom: 15px;
  width: 100%;
}
#page-history #main #versions #compare {
  background-color: #E7E7E7;
}
#page-history #main #versions p {
  padding: 0 0 10px;
  text-align: center;
}
#page-history #main .box-module {
  margin-bottom: 10px;
  background-color: #fff;
}
#page-history #main article {
  padding: 10px 0;
  border-bottom: 1px solid #E6E6E6;
  overflow: hidden;
  zoom: 1;
}
#page-history #main article .version {
  float: left;
  width: 125px;
  padding: 8px 0;
}
#page-history #main article img {
  width: 32px;
  height: 32px;
  margin-right: 10px;
  border-bottom: 1px solid #E6E6E6;
  float: left;
}
#page-history #main article .body {
  width: 455px;
  float: left;
}
#page-history #main article .body span {
  float: right;
  color: #aaa;
}
#page-history #main article .body div {
  padding: 8px 0 0 0;
  line-height: 1.5;
}
#page-history #compare {
  padding: 15px;
  background-color: #fff;
}
#page-history #compare table {
  margin-bottom: 1em;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  line-height: 1.5;
  word-break: break-all;
}
#page-history #compare th,
#page-history #compare td {
  padding: 1px;
}
#page-history #compare th {
  border: 1px solid #ddd;
  text-align: left;
  background-color: #f3f3f3;
}
#page-history #compare .compare_right,
#page-history #compare .compare_left {
  padding: 5px;
  background-color: #f3f3f3;
}
#page-history #compare .compare_sign {
  background-color: #666;
  color: #fff;
  width: 8px;
  text-align: center;
}

header.history {
  margin-bottom: 2px;
  padding: 15px;
  background-color: #fff;
  overflow: hidden;
  zoom: 1;
}
header.history h1 {
  float: left;
  padding: 5px 0 0 0;
  font-size: 20px;
}
header.history p {
  padding: 8px 0 8px 8px;
  float: left;
  color: #999;
}
header.history nav {
  float: right;
}
header.history nav ul {
  overflow: hidden;
  zoom: 1;
}
header.history nav ul .button {
  float: left;
  margin-right: 2px;
  padding: 7px 8px;
  font-size: 12px;
  color: #ccc;
}
header.history nav ul .newest {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
header.history nav ul .next {
  -webkit-border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
header.history nav ul .previous {
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

#history-bar {
  background-color: white;
}
#history-bar header.history {
  margin: 0 auto;
  width: 970px;
}

/* =page-edit 記事の作成・編集
------------------------------------------------------------ */
#page-edit #content header {
  margin-bottom: 2px;
  padding: 15px;
  background-color: #FFF;
  overflow: hidden;
  zoom: 1;
}
#page-edit #content header h3 {
  padding: 0 0 10px 0;
  text-align: left;
  font-size: 12px;
}
#page-edit #content header #main-image {
  width: 246px;
  margin-top: 10px;
  margin-right: 15px;
  float: left;
  text-align: center;
  font-size: 10px;
}
#page-edit #content header #main-image .tumbnail {
  display: block;
  margin-bottom: 10px;
  padding: 2px;
  border: 1px solid #999;
  text-align: center;
  overflow: hidden;
  width: 240px;
  height: 240px;
  line-height: 238px;
}
#page-edit #content header #main-image .tumbnail img {
  width: 240px;
}
#page-edit #content header #main-image input {
  width: 234px;
}
#page-edit #content header #main-image #cancel-image-url {
  display: none;
  margin-top: 5px;
}
#page-edit #content header .info {
  width: 678px;
  float: left;
}
#page-edit #content header .info .title {
  font-size: 24px;
  color: black;
  font-weight: bold;
}
#page-edit #content header .info .caption {
  padding: 10px 0;
  color: #aaa;
}
#page-edit #content header .info .caption p {
  padding: 0px 0 10px;
  line-height: 1.5;
}
#page-edit #content #confirm-image-url {
  margin-top: 5px;
}
#page-edit #content .item {
  padding: 10px 0;
}
#page-edit #content label {
  padding: 0 0 10px 0;
  font-weight: bold;
  display: block;
  color: #333;
  cursor: pointer;
}
#page-edit #content label span {
  font-weight: normal;
  color: #999;
}
#page-edit #content .hide {
  display: none;
}
#page-edit #content #title {
  font-size: 20px;
  font-weight: bold;
}
#page-edit #content #summary {
  height: 5em;
}
#page-edit #content #main {
  margin-bottom: 15px;
}
#page-edit #content #templates {
  margin-bottom: 2px;
  padding: 15px;
  background-color: #FFF;
}
#page-edit #content #templates h3 {
  padding: 0 0 10px 0;
}
#page-edit #content #templates label {
  display: inline;
  margin-right: 10px;
  font-weight: normal;
}
#page-edit #content #comment-box {
  margin-bottom: 2px;
  padding: 15px;
  background-color: #FFF;
}
#page-edit #content #comment-box div {
  width: 612px;
}
#page-edit #content #editor textarea {
  font-size: 13px;
  height: 30em;
  width: 612px;
}
#page-edit #content #comment {
  width: 612px;
}
#page-edit #content #article-relation section {
  padding: 50px 15px;
  background-color: #E6E6E6;
}
#page-edit #content #article-relation section h3 {
  padding-bottom: 10px;
}
#page-edit #content #article-relation table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-top: 1px solid #B3B3B3;
  line-height: 1.5;
}
#page-edit #content #article-relation th,
#page-edit #content #article-relation td {
  padding: 10px 2px;
}
#page-edit #content #article-relation th {
  border-bottom: 1px solid #B3B3B3;
  text-align: left;
}
#page-edit #content #article-relation td {
  border-bottom: 1px solid #B3B3B3;
}
#page-edit #content .template {
  display: none;
}

/* =form
------------------------------------------------------------ */
textarea {
  vertical-align: bottom;
}

input.text,
textarea {
  width: 666px;
  margin: 0px 0;
  padding: 5px;
  font-size: 13px;
  border: 1px solid #999;
  background: white url("../images/form_textarea_bg.png") 0 0 repeat-x;
}

input.text:focus,
textarea:focus {
  outline: none;
  border: 1px solid #000;
}

input.error,
textarea.error {
  border: 1px solid red;
}

input.text::-webkit-input-placeholder {
  color: #D9D9D9;
}

input.text:-moz-placeholder,
textarea:-moz-placeholder {
  color: #D9D9D9;
}

select {
  font-size: 16px;
  margin-right: 10px;
}

.error-message {
  padding: 7px 6px;
  font-size: 13px;
  font-weight: bold;
  background-color: red;
  color: #fff;
  text-align: left;
}
.error-message a {
  color: #FAA;
}
.error-message a:hover {
  color: #F66;
}

/* =login ログインページ
------------------------------------------------------------ */
#page-login #content {
  overflow: visible;
}
#page-login #back-to-top {
  display: none;
}

#login-box {
  width: 360px;
  margin: 30px auto;
  position: relative;
}
#login-box .login,
#login-box .newuser {
  margin-bottom: 2px;
  padding: 25px;
  background-color: #FFF;
}
#login-box .login h2,
#login-box .newuser h2 {
  font-size: 18px;
}
#login-box .item {
  padding: 20px 0 0;
}
#login-box label {
  padding: 0 0 10px 0;
  font-weight: bold;
  display: block;
}
#login-box label span {
  font-weight: normal;
}
#login-box .text {
  width: 298px;
  margin: 0px 0;
  padding: 5px;
  font-size: 24px;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #bfbfbf;
  background: white url("../images/form_textarea_bg.png") 0 0 repeat-x;
}
#login-box .text:focus {
  outline: none;
}
#login-box .text::-webkit-input-placeholder {
  color: #D9D9D9;
}
#login-box .text:-moz-placeholder {
  color: #D9D9D9;
}
#login-box .permanent-login {
  padding: 10px 0 0;
  cursor: pointer;
}
#login-box .submit {
  width: 310px;
  height: 38px;
  padding: 0;
  border: none;
  cursor: pointer;
  text-indent: -9999px;
  background: transparent url("../images/login_button_ja.png") 0 0 no-repeat;
}
#login-box .newuser a {
  display: block;
  width: 310px;
  height: 38px;
  padding: 0;
  border: none;
  cursor: pointer;
  text-indent: -9999px;
  background: transparent url("../images/newuser_button_ja.png") 0 0 no-repeat;
}
#login-box .hakutakutan {
  z-index: 100;
  position: absolute;
  top: -47px;
  right: -25px;
}

/* =gad 広告
------------------------------------------------------------ */
.gad {
  padding: 20px 0 0;
  font-size: 13px;
  line-height: 1.5;
}
.gad a.url {
  font-size: 12px !important;
  font-weight: normal !important;
  color: #999;
}
.gad a.url:hover {
  color: #00adff;
}

#article-body .gad h2 {
  font-size: 15px !important;
  padding: 5px !important;
  margin: 0 0 15px !important;
  overflow: hidden;
  zoom: 1;
}
#article-body .gad h2 a {
  float: left;
}
#article-body .gad .items li {
  background-image: none !important;
  padding-left: 5px !important;
}

#sub .gad {
  margin: 10px 0 10px;
  padding: 0px;
  background-color: #FFF;
  border-top: none;
}
#sub .gad img, #sub .gad embed {
  margin: 0px;
}
#sub .gad .items li {
  font-size: 12px;
  color: #444;
}
#sub .gad h2 {
  border: 1px solid #2663A4;
  background-color: #007AB3;
  padding: 3px 10px;
  overflow: hidden;
  zoom: 1;
}
#sub .gad h2 a {
  float: left;
  color: #fff;
}

/* =support
------------------------------------------------------------ */
#support textarea,
#support .text {
  width: 500px;
  padding: 3px;
  font-size: 13px;
}

/* =share-buttons
------------------------------------------------------------ */
.share-buttons li {
  float: left;
}
.share-buttons li.twitter iframe {
  width: 90px;
}
.share-buttons li iframe {
  width: 100px;
  height: 20px;
  overflow: hidden;
}
.share-buttons .facebook {
  width: 102px;
}
.share-buttons .facebook iframe {
  height: 21px;
}
.share-buttons .mixi {
  width: 90px;
}
.share-buttons .hatena {
  width: 55px;
}
.share-buttons .plusone {
  width: 65px;
}

/* =dynamic-biron
------------------------------------------------------------ */
#dynamic-biron {
  display: none;
  background: white url("../images/biron_bg.png") 0 0 repeat-x;
  height: 120px;
  width: 100%;
  position: fixed;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
  top: -125px;
  z-index: 100;
}
#dynamic-biron .body {
  margin: 10px auto;
  width: 880px;
  padding: 0px 0 0 90px;
  background: transparent url("../images/biron_hakutakutan.png") 0 5px no-repeat;
  position: relative;
  overflow: hidden;
  zoom: 1;
}
#dynamic-biron .share {
  width: 415px;
  padding: 0 10px 0 0;
  background: transparent url("../images/biron_separator.png") right 0 repeat-y;
  float: left;
}
#dynamic-biron .share h2 {
  font-size: 18px;
  margin: 14px 0 10px;
}
#dynamic-biron .share p {
  margin: 10px 0 12px;
  font-size: 13px;
}
#dynamic-biron .share-buttons {
  margin-bottom: 10px;
  overflow: hidden;
  zoom: 1;
}
#dynamic-biron .relation {
  width: 400px;
  padding: 10px 0 0px 15px;
  float: left;
}
#dynamic-biron .relation h2 {
  font-size: 14px;
  margin: 0px 0 10px;
}
#dynamic-biron .relation ul {
  height: 62px;
  overflow: hidden;
  zoom: 1;
}
#dynamic-biron .relation ul li {
  width: 190px;
  padding: 0 10px 5px 0;
  float: left;
}
#dynamic-biron .relation ul li img {
  width: 24px;
  height: 24px;
  margin-right: 5px;
  border: 1px solid #ddd;
  float: left;
}
#dynamic-biron .relation ul li .info {
  padding-top: 2px;
  word-break: break-all;
  font-weight: bold;
}

#biron .close,
#dynamic-biron .close {
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 24px;
  height: 22px;
  padding: 0;
  border: none;
  text-indent: -9999px;
  background: transparent url("../images/biron_close.png") 0 0 no-repeat;
}
#biron .close:hover,
#dynamic-biron .close:hover {
  display: block;
  width: 24px;
  height: 22px;
  padding: 0;
  border: none;
  text-indent: -9999px;
  background: transparent url("../images/biron_close.png") 0 -22px no-repeat;
}
#biron .close:active,
#dynamic-biron .close:active {
  display: block;
  width: 24px;
  height: 22px;
  padding: 0;
  border: none;
  text-indent: -9999px;
  background: transparent url("../images/biron_close.png") 0 -44px no-repeat;
}

/** for Japanese**/
header .share-buttons {
  height: 34px;
  margin-top: 10px;
  padding: 0;
}
header .share-buttons li {
  margin: 2px 4px !important;
  padding: 0 !important;
  background: none !important;
}

/** for English**/
#sub-contents .share-buttons {
  background-color: #f5f5f5;
  padding: 10px 15px 0px;
  border: 1px solid #DDD;
  height: 66px;
}
#sub-contents .share-buttons li {
  margin-bottom: 10px;
}

/* =tooltip
------------------------------------------------------------ */
#ui-tooltip-container {
  display: none;
  position: absolute;
  z-index: 10000;
  max-width: 200px;
}

#ui-tooltip-container p {
  position: relative;
  padding: 8px 10px;
  font-size: 13px;
  line-height: 16px;
  color: #fff;
  background-color: #333;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

#ui-tooltip-container p:before {
  display: block;
  position: absolute;
  bottom: -4px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -4px;
  border-top-width: 4px;
  border-right-width: 4px;
  border-bottom-width: 0;
  border-left-width: 4px;
  border-color: #333 transparent;
  border-style: solid;
  content: '';
}

/* =static-content
------------------------------------------------------------ */
.static-content {
  width: 970px !important;
}

/* =touch-switching
------------------------------------------------------------ */
#switch-touch {
  text-align: center;
  margin: 20px;
  padding: 20px;
  font-size: 64px;
  border-radius: 20px;
  border: 2px solid #AAA;
  color: #999;
  background-color: #DDD;
}

.markItUp * {
  margin: 0px;
  padding: 0px;
  outline: none;
}

.markItUp a:link,
.markItUp a:visited {
  color: #000;
  text-decoration: none;
}

.markItUp {
  margin: 0;
}

.markItUpContainer {
  font: 11px Verdana, Arial, Helvetica, sans-serif;
}

.markItUpEditor {
  font: 12px 'Courier New', Courier, monospace;
  padding: 5px;
  height: 320px;
  clear: both;
  line-height: 18px;
  overflow: auto;
}

.markItUpPreviewFrame {
  overflow: auto;
  background-color: #FFF;
  width: 99.9%;
  height: 300px;
  margin: 5px 0;
}

.markItUpFooter {
  width: 100%;
}

.markItUpResizeHandle {
  overflow: hidden;
  width: 22px;
  height: 5px;
  margin-left: auto;
  margin-right: auto;
  background-image: url("../images/markitup_handle.png");
  cursor: n-resize;
}

/***************************************************************************************/
/* first row of buttons */
.markItUpHeader ul li {
  list-style: none;
  float: left;
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
}

.markItUpHeader ul li:hover > ul {
  display: block;
}

.markItUpHeader ul .markItUpDropMenu {
  background: transparent url("../images/markitup_menu.png") no-repeat 115% 50%;
  margin-right: 5px;
}

.markItUpHeader ul .markItUpDropMenu li {
  margin-right: 0px;
}

/* next rows of buttons */
.markItUpHeader ul ul {
  display: none;
  position: absolute;
  top: 18px;
  left: 0px;
  background: #FFF !important;
  border: 1px solid #000;
}

.markItUpHeader ul ul li {
  float: none;
  border-bottom: 1px solid #000;
}

.markItUpHeader ul ul .markItUpDropMenu {
  background: white url("../images/markitup_submenu.png") no-repeat 100% 50%;
}

.markItUpHeader ul .markItUpSeparator {
  margin: 0 10px !important;
  width: 1px;
  height: 16px;
  overflow: hidden;
  background-color: #CCC !important;
}

.markItUpHeader ul ul .markItUpSeparator {
  width: auto;
  height: 1px;
  margin: 0px !important;
}

/* next rows of buttons */
.markItUpHeader ul ul ul {
  position: absolute;
  top: -1px;
  left: 150px;
}

.markItUpHeader ul ul ul li {
  float: none;
}

.markItUpHeader ul a {
  display: block;
  width: 16px;
  height: 16px;
  text-indent: -10000px;
  background-repeat: no-repeat;
  padding: 3px;
  margin: 0px;
}

.markItUpHeader ul ul a {
  display: block;
  padding-left: 0px;
  text-indent: 0;
  width: 120px;
  padding: 5px 5px 5px 25px;
  background-position: 2px 50%;
}

.markItUpHeader ul ul a:hover {
  color: #FFF;
  background-color: #000;
}

.markItUp .markItUpButton1 a {
  background-image: url("../images/markitup_h1.png");
}

.markItUp .markItUpButton2 a {
  background-image: url("../images/markitup_h2.png");
}

.markItUp .markItUpButton3 a {
  background-image: url("../images/markitup_h3.png");
}

.markItUp .markItUpButton4 a {
  background-image: url("../images/markitup_bold.png");
}

.markItUp .markItUpButton5 a {
  background-image: url("../images/markitup_italic.png");
}

.markItUp .markItUpButton6 a {
  background-image: url("../images/markitup_link.png");
}

.markItUp .markItUpButton7 a {
  background-image: url("../images/markitup_externallink.png");
}

.markItUp .markItUpButton8 a {
  background-image: url("../images/markitup_image.png");
}

.markItUp .markItUpButton9 a {
  background-image: url("../images/markitup_image_s.png");
}

.markItUp .markItUpButton10 a {
  background-image: url("../images/markitup_clock.png");
}

.markItUp .preview a {
  background-image: url("../images/markitup_preview.png");
}
