@charset "utf-8";
@import url(http://parts.blog.livedoor.jp/css/template_6thgen.css);

/**
@prefix : <http://purl.org/net/ns/doas#> .
<> a :CSSStylesheet;
 :title "ISUCON";
 :shortdesc "Design Template for livedoor Blog";
 :created "2013-07-09";
 :release [:revision "1.00"; :created "2013-07-09"];
 :page <>;
 :rights "LINE Corporation".
*/


/* 全体のレイアウト
----------------------------------------------- */
body {
	background-color: #fff;
}
#wrapper {
	padding-top: 20px;
}
#container {
	margin: 0 auto;
	width: 1010px;
}
#content {
	position: relative;
}
#main {
	float: left;
	width: 760px;
	margin-left: 250px;
}
#sidebar {}



/* 全体の文字色、リンク色
----------------------------------------------- */
body {
	color: #080000;
	font: 14px/1.2 Helvetica,Verdana,sans-serif;
}
a {
	color: #f44040;
	text-decoration:none;
}
a:link {
	color: #f44040;
}
a:visited {
	color: #970000;
}
a:hover {
	color: #f44040;
	text-decoration:underline;
}
a:active {}


/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {
	width: 200px;
	float: left;
	position: absolute;
}
#blog-header-inner {}
#blog-title {
	color: #000;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 15px;
}
#blog-title a {
	color: #000;
}
#blog-description {
	color: #000;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.4;
}
#blog-description a {
	color: #000;
}
.header-nav {
	margin-bottom: 15px;
}
.header-nav ul {
	list-style: none;
	font-size: 13px;
}
.header-nav ul li a {
	background: #ebeff1;
	border-top: 1px solid #f5f8fa;
	border-bottom: 1px solid #d9dee0;
	color: #000;
	text-shadow: 1px 1px 0 #fff;
	display: block;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-weight: bold;
}
.header-nav ul li a:hover,
.header-nav ul li.selected a {
	background: #dce2e6;
	text-decoration: none;
}

/* オンライン予選ボタン--- */

.btn-online ul {
	list-style: none;
}

.btn-online ul li a{
background: #2f3843;
	display: block;
	height: 30px;
	width: 200px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	margin-bottom: 8px;
	border-radius: 3px;
}
.btn-online ul li a:hover{
background: #424d5b;
text-decoration: none;
}
/* ---オンライン予選ボタン */

.header-company {
	text-align: center;
}
.header-company h1 {
	color: #666;
	margin-bottom: 15px;
	line-height: 1;
}
.header-company ul {
	list-style: none;
}
.header-company ul li {
	margin-bottom: 15px;
}


/* メインカラム
----------------------------------------------- */
/* 記事全体 */
.article {
	margin-bottom: 30px;
}
.first-article {}

/* 記事ヘッダー、記事タイトル */
.article-header {
	position: relative;
}
.article-title {
	padding: 25px 30px;
	background: #2f3843;
}
.article-title a {
	font-size: 29px;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
	color: #fff;
	line-height: 1.3;
	text-shadow: 1px 1px 0 #000;
}
.article-header-bottom {
	padding: 15px 30px;
	background: #ebeff1;
	overflow: hidden;
}

/* 日付 */
.article-date {
	color: #000;
	font-size: 14px;
	width: 300px;
	float: left;
}

/* カテゴリ */
.article-category {
	list-style: none;
	float: right;
	width: 50%;
	text-align: right;
}
.article-category li {
	display: inline;
	margin-left: 10px;
}


/* 記事フッター、カテゴリ、コメント、ソーシャルボタン */
.article-footer {}
.article-meta {
	padding: 16px 0;
}
.isucon-social-btn ul li {
	display: inline;
}
.isucon-social-btn-top {
	margin-bottom: 30px;
}
/*
.article-social-btn > a, .article-social-btn > span, .article-social-btn > div, .article-social-btn > iframe {
	margin: 0;
}
*/

/* 関連記事 */
.article-body .related-articles {
	margin: 60px 0 30px;
	line-height:1.3;
}
.article-body .related-articles h3 {
	background: url(http://isucon.net/parts/bg_section_l.png) no-repeat 0 0;
	min-height: 37px;
	padding: 7px 0 5px 27px;
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
}
.article-body .related-articles ul {
	list-style: none;
	margin:0;
	padding-left:0;
}
.article-body .related-articles ul li {
	margin:4px 0 8px;
	padding-left: 10px;
	font-size: 14px;
}

/* 続きを読む */
.article-continue a {
	color:#333;
}

/* 共通テーマ */
dl.common-theme{
	background: #fafafa;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 8px 12px;
}

/* メッセージボード */
.message-board {
	background-color: #f7f7f7;
	border: 1px solid #e4e7e8;
	border-radius: 4px;
	color: #333;
	line-height: 1.6;
	margin-bottom: 26px;
	overflow: hidden;
	padding: 15px;
}

/* プライベートモード、コメントにログインが必要な場合のメッセージ */
div.private-mode-announcement,
div.comment-auth-announcement {
	background-color: #fafafa;
	border: 1px solid #ddd;
}



/* 記事本文
----------------------------------------------- */
.article-body {
	color: #000;
	font-size: 16px;
	padding: 15px 29px 30px;
	border-right: 1px solid #c2c5c7;
	border-left: 1px solid #c2c5c7;
	border-bottom: 1px solid #c2c5c7;
}
.article-body-inner h1,{
	min-height: 37px;
	padding: 5px 0 5px 0;
	color: #000;
	font-size: 25px;
	font-weight: bold;
	margin: 0;
}
.article-body-inner h2 {
	min-height: 25px;
	padding: 5px 0 5px 0;
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
}
.article-body-inner h3 {
	min-height: 23px;
	padding: 5px 0 5px 0;
	color: #000;
	font-size: 15px;
	font-weight: bold;
	margin: 0;
}
.article-body-inner h4 {}
.article-body-inner blockquote {
	background-color:#fafafa;
	border: 1px solid #fff;
}
.article-body-inner p {
	margin: 0 0 40px;
	line-height: 27px;
}
.article-body-inner ul {
	list-style: none;
	margin: 0 0 40px 30px;
	padding: 0;
}
.article-body-inner ul li {
	background: url(http://isucon.net/parts/bg_section_s.png) no-repeat 0 9px;
	color: #666;
	font-size: 14px;
	padding: 0 0 0 15px;
	margin: 10px 0;
}

.article-body-inner blockquote:before {
	color: #ddd;
}
.article-body-inner img.pict{
	height: auto;
	margin: 1em 6px 0.5em!important;
	max-width: 98.4%;
}
.article-body-inner .center {
	text-align: center;
}
.article-body-inner pre {
	background: #f8f8f8;
	border: 1px solid #ddd;
	font-size: 13px;
	line-height: 10px;
	overflow: auto;
	padding: 6px 10px;
	border-radius: 3px;
}

.article-body-inner pre.inline {
	display: inline;
	margin: 0 0.5em !important;
	padding: 2px 3px !important;
}
.article-more {
	overflow: hidden;
	margin-top: 20px;
}
.article-more a {
	display: block;
	width: 130px;
	height: 43px;
	text-indent: -9999px;
	float: right;
	background: url(http://isucon.net/parts/readmore_btn_off.png) no-repeat 0 0;
}
.article-more a:hover {
	background: url(http://isucon.net/parts/readmore_btn_on.png) no-repeat 0 0;
}


/* コメント・トラックバック一覧
----------------------------------------------- */
.comment-date,
.ping-blog-name,
.ping-date {
	border-left: 1px solid #aaa;
	color: #aaa;
}
.comment-body {
	margin-left: 16px;
	color: #666;
}
.ping-excerpt {
	color: #666;
	margin-left: 16px;
}


/* ページ送り
----------------------------------------------- */
/* トップページ */
ul.index-navigator {
	margin: 0 0 15px;
}
ul.index-navigator li a,
ul.index-navigator li.current span {
	background-color: #ebeff1;
	color: #555;
	font-size: 14px;
	color: #000;
}
ul.index-navigator li.current span {
	background-color: #232a33;
	color: #fff;
	text-shadow: 1px 1px 0 #000;
}
ul.index-navigator a:hover {
	background-color: #dce2e6;
	text-decoration: none;
}
ul.index-navigator a:visited {}
ul.index-navigator li a, ul.index-navigator li.current span {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	font-weight: normal;
	line-height: 30px;
	padding: 0 11px;
}

ul.index-navigator li.paging-prev a,
ul.index-navigator li.paging-next a {
	text-indent: -9999px;
	width: 8px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
ul.index-navigator li.paging-prev a {
	background-image: url(http://isucon.net/parts/pager_prev.png);
}
ul.index-navigator li.paging-next a {
	background-image: url(http://isucon.net/parts/pager_next.png);
}

/* 月別アーカイブページ */
ul.archives-pager {
	list-style-type: none;
	font-size: 14px;
	margin: 30px 0;
	padding: 0;
}

ul.archives-pager li {
	padding: 0 25px;
	margin: 0;
}

ul.archives-pager li.both {
	border-left: 1px solid #c2c5c7;
}

ul.archives-pager li a {
	margin: 0;
	padding: 0 5px;
	color: #666;
	text-decoration: none;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
ul.archives-pager li a:hover {
	background: transparent;
	text-decoration: underline;
}


/* 記事ページ */
ul.article-pager {
	font-size: 14px;
}

ul.article-pager li {
	float: left;
	width: 49%;
	line-height: 1.25;
}

/* = special tech ... borderの高さを揃えるため */
ul.article-pager {
	overflow: hidden;
	padding: 0;
	margin: 30px 0;
}

ul.article-pager li {
	padding-top: 1px;/* 1px余白（上部） */
	padding-bottom: 100px;
	margin: 0;
	margin-bottom: -99px;/* 1px余白（下部） */
}

ul.article-pager li a {
	display: block;
	margin: 0;
	padding: 0 30px;
	color: #666;
	text-decoration: none;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
ul.article-pager li a:hover {
	background: transparent;
	text-decoration: underline;
}

ul.article-pager li.prev {
	text-align: right;
}

ul.article-pager li.next {
	text-align: left;
}

ul.article-pager li.both {
	border-left: 1px solid #c2c5c7;
}


/* ブログのフッター
----------------------------------------------- */
#blog-footer {
	color:#000;
}
#blog-footer a {
	color:#000;
}


/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidewrapper:first-child {
	padding-top: 0;
}
.sidewrapper {
	border-bottom: 1px solid #fcfcfc;
	font-size: 12px;
	overflow: hidden;
	padding: 20px 0;
	position: relative;
}
.sidewrapper:after{
	border-bottom: 1px solid #d8d8d8;
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	width: 100%;
}
.sidewrapper .sidetitle {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 0.7em;
}
.sidewrapper .sidetitle a {
	color: #333;
}
.sidewrapper .side .sidebody {
	line-height: 1.5;
	margin: 0 0 7px 0;
}
.sidewrapper .side .sidebody.category-child {
	margin-left: 1em;
}

/* カレンダー */
.calendarhead {
	font-weight: bold;
	text-align: center;
}
table.caltblwk .weekday {
	color: #666;
}
table.caltblwk .sun {
	color: #ff5d5d;
}
table.caltblwk .sat {
	color: #578efa;
}
table.caltblday {
	color: #8d8d8d;
	border-collapse: separate;
	border-spacing: 1px;
}
table.caltblday .caloff {
	background-color: #fff;
	border: 1px solid #e4e7e8;
}
table.caltblday .calon {
	background-color: #2e90c5;
	border: none;
}
table.caltblday td a {
	color:#fff;
	height: 23px;
	line-height: 23px;
	text-shadow: 0 1px 0 rgba(0,0,0,0.7);
}
table.caltblday td a:hover {
	background-color: #197bb0;
}


/* その他のパーツ
----------------------------------------------- */
/* アーカイブヘッダ */
.archives-header {
	background: #fafafa;
	border-left: 5px solid #2e90c5;
	border-radius: 3px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	color: #333;
	font-size: 15px;
	margin-bottom: 20px;
	padding: 10px;
}

/* 記事下広告 */
#ad2 {}
#ad2 a.addescription {
	color:#666;
}

.to-pagetop {
	overflow: hidden;
	margin-bottom: 15px;
	position: static;
}
.to-pagetop a {
	background: url(http://isucon.net/parts/pagetop_off.png) no-repeat 0 0;
	display: block;
	width: 31px;
	height: 31px;
	float: right;
	text-indent: -9999px;
}
.to-pagetop a:hover {
	background: url(http://isucon.net/parts/pagetop_on.png) no-repeat 0 0;
}

/* 特殊機能・カスタマイズ
----------------------------------------------- */
.inlinePre {
  display: inline;
}