@charset "UTF-8";
/* =============================================================================
   Default Settings
============================================================================= */
/* ==========================================================================
   Font size
========================================================================== */
/*
 *   8px - 50%
 *   9px - 56.3%
 *  10px - 62.5%
 *  11px - 68.8%
 *  12px - 75%
 *  13px - 81.3%
 *  14px - 87.5%
 *  15px - 93.8%
 *  --------------------
 *  16px - 100%
 *  --------------------
 *  17px - 106.3%
 *  18px - 112.5%
 *  19px - 118.8%
 *  20px - 125%
 *  21px - 131.3%
 *  22px - 137.5%
 *  23px - 143.8%
 *  24px - 150%
 *  25px - 156.3%
 *  26px - 162.5%
 *  27px - 168.8%
 *  28px - 175%
 *  29px - 181.3%
 *  30px - 187.5%
 *  31px - 193.8%
 *  32px - 200%
 */
/* =============================================================================
   overwrite normalize.css
============================================================================= */
html,
body {
	height: 100%;
}
html,
button,
input,
select,
textarea {
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
}
dl,
ul,
ol {
	margin-top: 0;
	margin-bottom: 0;
}

/* =============================================================================
   CSS Sticky Footer
============================================================================= */
/* ----------------------------------------------
   CSS Sticky Footer
<div id="container">
	<div id="push"></div>
</div>
<div id="footer"></div>
---------------------------------------------- */
#container {
	clear: both;
	margin-bottom: -177px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#container #push {
	height: 177px;
}

/* =============================================================================
   #fblikebox
============================================================================= */
#fblikebox {
	margin: 0 auto 80px;
	padding: 0 90px;
	width: 800px;
	height: 582px;
}
#fblikebox .fbbox {
	padding: 26px 34px 16px;
	width: 732px;
	height: 540px;
	background: #fff;
}

/* =============================================================================
   footer
============================================================================= */
#footer {
	position: relative;
	clear: both;
	height: 177px;
	color: #fff;
}
#footer .inner-top,
#footer .inner-bottom {
	position: relative;
	margin: 0 auto;
	width: 980px;
}
#footer .inner-top .scroll,
#footer .inner-bottom .scroll {
	position: absolute;
	top: 0;
	right: 10px;
	width: 34px;
	height: 34px;
}
#footer .inner-top .copyright,
#footer .inner-bottom .copyright {
	text-align: center;
	font-size: 75%;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 1;
}
#footer .inner-top .copyright small,
#footer .inner-bottom .copyright small {
	font-size: 100%;
	line-height: 1;
}
#footer .inner-top {
	height: 64px;
	border-bottom: solid 1px #fff;
}
#footer .inner-bottom {
	padding: 50px 0;
}

/* =============================================================================

	記事ページStyle

============================================================================= */
body {
	background: url(../images/essay_vol1-11/bg_container.gif) repeat-x top left;
	background-color: #a8dcf4;
}
#container h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 0;
	line-height: 0;
}
aside.fbbutton {
	position: relative;
	margin: 0 auto;
	width: 980px;
	height: 0;
}
aside.fbbutton .fbbutton_inner {
	position: absolute;
	top: -335px;
	right: 0;
}

/* =============================================================================
   header
============================================================================= */
#header {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 58px;
	width: 980px;
	height: 288px;
	background: url(../images/essay_vol1-11/bg_header.png) no-repeat;
}
#header h1 {
	margin: 0 auto 40px;
	width: 864px;
}
#header p {
	margin: 0 auto 52px;
	width: 460px;
	font-size: 0;
	line-height: 0;
}

/* =============================================================================
   #main-nav
============================================================================= */
#main-nav {
	position: relative;
	margin: 0 auto;
	width: 606px;
}
#main-nav ul {
	padding: 0;
	zoom: 1;
}
#main-nav ul:before,
#main-nav ul:after {
	display: block;
	visibility: hidden;
	height: 0;
	content: "";
}
#main-nav ul:after {
	clear: both;
}
#main-nav ul li {
	float: left;
	margin-top: 10px;
	margin-right: 17px;
	width: 24px;
	height: 30px;
	text-align: bottom;
}
#main-nav ul li a {
	display: block;
	width: 24px;
	height: 30px;
}
#main-nav ul li.top {
	margin: 0 53px 0 0;
	padding-top: 0;
	width: 102px;
	height: 40px;
	background: none;
}
#main-nav ul li.top a {
	width: 102px;
	height: 40px;
	background: none;
}
#main-nav ul li span {
	position: absolute;
	top: -99999px;
}
/* ----------------------------------------------
   160527追記
---------------------------------------------- */

/* ----------------------------------------------
   #main-nav 背景画像指定
---------------------------------------------- */
#main-nav ul li a:hover {
	background: none;
}
#main-nav ul li,
#main-nav ul li a {
	background-image: url(../images/essay_vol1-11/ico_nav.gif);
	background-repeat: no-repeat;
}
#main-nav ul .vol01 {
	background-position: left -30px;
}
#main-nav ul .vol01 a {
	background-position: left top;
}
#main-nav ul .vol02 {
	background-position: -24px -30px;
}
#main-nav ul .vol02 a {
	background-position: -24px top;
}
#main-nav ul .vol03 {
	background-position: -48px -30px;
}
#main-nav ul .vol03 a {
	background-position: -48px top;
}
#main-nav ul .vol04 {
	background-position: -72px -30px;
}
#main-nav ul .vol04 a {
	background-position: -72px top;
}
#main-nav ul .vol05 {
	background-position: -96px -30px;
}
#main-nav ul .vol05 a {
	background-position: -96px top;
}
#main-nav ul .vol06 {
	background-position: -120px -30px;
}
#main-nav ul .vol06 a {
	background-position: -120px top;
}
#main-nav ul .vol07 {
	background-position: -144px -30px;
}
#main-nav ul .vol07 a {
	background-position: -144px top;
}
#main-nav ul .vol08 {
	background-position: -168px -30px;
}
#main-nav ul .vol08 a {
	background-position: -168px top;
}
#main-nav ul .vol09 {
	background-position: -192px -30px;
}
#main-nav ul .vol09 a {
	background-position: -192px top;
}
#main-nav ul .vol10 {
	background-position: -216px -30px;
}
#main-nav ul .vol10 a {
	background-position: -216px top;
}
#main-nav ul .vol11 {
	background-position: -240px -30px;
}
#main-nav ul .vol11 a {
	background-position: -240px top;
}

/* =============================================================================
   #main
============================================================================= */
#main {
	margin: 0 auto 0;
	padding: 40px 0 0;
	width: 100%;
}
#main header {
	margin-bottom: 43px;
	width: 100%;
	background: url(../images/essay_vol1-11/bg_line.gif) no-repeat center bottom;
}
#main header > div {
	margin: 0 auto;
	padding: 0 90px;
	width: 800px;
}
#main header h1 {
	margin: 0 auto;
}
#main header .sign {
	margin: 0 auto;
	line-height: 1;
}
#main header .sign img {
	vertical-align: text-bottom;
}
#main .text {
	padding-bottom: 55px;
	width: 100%;
	background: url(../images/essay_vol1-11/bg_line.gif) no-repeat center bottom;
}
#main .text > div {
	margin: 0 auto;
	padding: 0 90px;
	width: 800px;
}
#main .text .paragraph {
	margin-bottom: 28px;
	padding: 0 30px;
	font-size: 87.5%;
	line-height: 1.858;
}
#main .text .paragraph p {
	max-height: 100%;
	text-indent: 1em;
}

/* ----------------------------------------------
   #profile
---------------------------------------------- */
#profile {
	position: relative;
	margin: 0 auto 40px;
	padding: 0 90px 33px;
	width: 800px;
	background: url(../images/essay_vol1-11/border_b.gif) no-repeat center bottom;
}
#profile .title,
#profile .writer-name,
#profile p {
	padding: 0 10px 0 274px;
	max-height: 100%;
	width: 516px;
}
#profile .title {
	margin-bottom: 19px;
}
#profile .writer-name {
	margin-bottom: 20px;
}
#profile p {
	font-size: 75%;
	line-height: 1.834;
}
#profile .face {
	position: absolute;
	top: 0;
	left: 104px;
	padding: 29px 27px 21px 24px;
	width: 177px;
	height: 214px;
	background: url(../images/essay_vol1-11/bg_profile.png) no-repeat;
}

/* ----------------------------------------------
   #comment
---------------------------------------------- */
#comment {
	margin: 0 auto 100px;
	padding: 20px 90px 0;
	width: 800px;
	background: url(../images/essay_vol1-11/bg_comment.png) no-repeat 90px top;
}
#comment > div {
	padding: 35px 40px 1px;
	background: #fff;
}
#comment .title {
	margin-bottom: 40px;
}
#comment section {
	margin-bottom: 32px;
	font-size: 75%;
	line-height: 1.834;
}
#comment section p {
	max-height: 100%;
}
#comment section .query {
	margin-bottom: 15px;
}
/* ----------------------------------------------
   archives
---------------------------------------------- */
.archives {
	overflow: hidden;
	margin: 0 auto 100px;
	padding: 0;
	width: 750px;
	line-height: 0;
}
.archives .new {
	margin-top: 25px;
	padding-left: 0;
	height: 40px;
}

.archives .new:first-child {
	margin-top: 0;
}

.archives .new li {
	float: left;
	margin-left: 30px;
	width: 165px;
	list-style: none;
}

.archives .new li a {
	display: block;
}

.archives .new li:first-child {
	margin-left: 0;
}



/* =============================================================================
   各月個別設定
============================================================================= */
/* ----------------------------------------------
   Vol01 （ブロックレイアウト）
---------------------------------------------- */
#vol01 {
	background-color: #c7dcf2;
}
#vol01 #main {
	margin: 0 auto 0;
	padding: 40px 90px 0;
	width: 800px;
}
#vol01 #main header {
	background: none;
}
#vol01 #main header aside img {
	display: block;
	margin: 0 auto;
}
#vol01 #main header aside p {
	text-align: right;
	font-size: 75%;
	line-height: 2;
}
#vol01 #main .text {
	background: none;
}
#vol01 #main .text > div {
	margin: 0;
	padding: 0;
}
#vol01 #main .text .paragraph {
	margin-bottom: 30px;
	padding: 23px 30px;
	background: #fff;
}
#vol01 #profile {
	padding: 30px 10px 1px 274px;
	width: auto;
}
#vol01 #profile .title,
#vol01 #profile .writer-name,
#vol01 #profile p {
	padding: 0;
	width: auto;
}
#vol01 #profile p {
	border: none;
}
#vol01 #profile .face {
	left: 14px;
}
#vol01 #comment {
	padding-right: 0;
	padding-left: 0;
	width: auto;
	background-position: left top;
}
#vol01 #main header h1 {
	margin-bottom: 28px;
	width: 574px;
}
#vol01 #main header .sign {
	margin-bottom: 49px;
	width: 182px;
}
#vol01 #main header aside img {
	margin-bottom: 39px;
	width: 716px;
}
#vol01 #main #profile {
	min-height: 234px;
}
#vol01 #main #profile p {
	margin-bottom: 23px;
}

/* ----------------------------------------------
   Vol02（ボーダーレイアウト）
---------------------------------------------- */
#vol02 {
	background-color: #9ad4e5;
}
#vol02 #main header h1 {
	margin-bottom: 28px;
	width: 734px;
}
#vol02 #main header .sign {
	padding-bottom: 44px;
	width: 182px;
}
#vol02 #main .text {
	padding-bottom: 42px;
}
#vol02 #main #profile {
	margin-top: 80px;
}
#vol02 #main #profile p {
	min-height: 153px;
}

/* ----------------------------------------------
   Vol03（ボーダーレイアウト）
---------------------------------------------- */
#vol03 #main header h1 {
	margin-bottom: 26px;
	width: 290px;
}
#vol03 #main header .sign {
	padding-bottom: 41px;
	width: 192px;
}
#vol03 #main .text {
	padding-bottom: 54px;
}
#vol03 #main #profile {
	margin-top: 77px;
}
#vol03 #main #profile p {
	min-height: 153px;
}

/* ----------------------------------------------
   Vol04（ボーダーレイアウト）
---------------------------------------------- */
#vol04 #main header h1 {
	margin-bottom: 30px;
	width: 392px;
}
#vol04 #main header .sign {
	padding-bottom: 33px;
	width: 122px;
}
#vol04 #main .text {
	padding-bottom: 54px;
}
#vol04 #main #profile {
	margin-top: 77px;
	padding-bottom: 16px;
}
#vol04 #main #profile h2 {
	padding-top: 30px;
}
#vol04 #main #profile p {
	min-height: 140px;
}

/* ----------------------------------------------
   Vol05（ボーダーレイアウト）
---------------------------------------------- */
#vol05 #main header h1 {
	margin-bottom: 26px;
	width: 490px;
}
#vol05 #main header .sign {
	padding-bottom: 51px;
	width: 50px;
}
#vol05 #main .text {
	padding-bottom: 54px;
}
#vol05 #main #profile {
	margin-top: 77px;
}
#vol05 #main #profile p {
	min-height: 140px;
}

/* ----------------------------------------------
   Vol06（ボーダーレイアウト）
---------------------------------------------- */
#vol06 #main header h1 {
	margin-bottom: 28px;
	width: 452px;
}
#vol06 #main header .sign {
	padding-bottom: 43px;
	width: 56px;
}
#vol06 #main .text {
	padding-bottom: 46px;
}
#vol06 #main #profile {
	margin-top: 77px;
}
#vol06 #main #profile p {
	min-height: 140px;
}

/* ----------------------------------------------
   Vol07（ボーダーレイアウト）
---------------------------------------------- */
#vol07 #main header h1 {
	margin-bottom: 28px;
	width: 250px;
}
#vol07 #main header .sign {
	padding-bottom: 44px;
	width: 148px;
}
#vol07 #main .text {
	padding-bottom: 46px;
}
#vol07 #main #profile {
	margin-top: 77px;
}
#vol07 #main #profile p {
	min-height: 140px;
}

/* ----------------------------------------------
   Vol08（ボーダーレイアウト）
---------------------------------------------- */
#vol08 #main header h1 {
	margin-bottom: 28px;
	width: 388px;
}
#vol08 #main header .sign {
	padding-bottom: 41px;
	width: 162px;
}
#vol08 #main .text {
	padding-bottom: 46px;
}
#vol08 #main #profile {
	margin-top: 77px;
	padding-bottom: 16px;
}
#vol08 #main #profile h2 {
	padding-top: 30px;
}
#vol08 #main #profile p {
	min-height: 140px;
}

/* ----------------------------------------------
   Vol09（ボーダーレイアウト）
---------------------------------------------- */
#vol09 #main header h1 {
	margin-bottom: 27px;
	width: 306px;
}
#vol09 #main header .sign {
	padding-bottom: 42px;
	width: 84px;
}
#vol09 #main .text {
	padding-bottom: 46px;
}
#vol09 #main #profile {
	margin-top: 77px;
}
#vol09 #main #profile p {
	min-height: 140px;
}

/* ----------------------------------------------
   Vol10（ボーダーレイアウト）
---------------------------------------------- */
#vol10 #main header h1 {
	margin-bottom: 28px;
	width: 470px;
}
#vol10 #main header .sign {
	padding-bottom: 43px;
	width: 140px;
}
#vol10 #main .text {
	padding-bottom: 46px;
}
#vol10 #main #profile {
	margin-top: 77px;
}
#vol10 #main #profile p {
	min-height: 140px;
}

/* ----------------------------------------------
   Vol11（ボーダーレイアウト）
---------------------------------------------- */
#vol11 #main header h1 {
	margin-bottom: 28px;
	width: 520px;
}
#vol11 #main header .sign {
	padding-bottom: 44px;
	width: 54px;
}
#vol11 #main .text {
	padding-bottom: 46px;
}
#vol11 #main #profile {
	margin-top: 77px;
}
#vol11 #main #profile p {
	min-height: 140px;
}
