﻿@charset "utf-8";
/* CSS Document */
/* pkobo設定*/
.h2{
	clear:both;
	margin-top:0px;
	margin-bottom:5px;
	color: #414137;
	text-decoration:none;
	width:auto;
	height:20px;
	text-align:center;
	padding:3px;
	background:rgba(170, 210, 70, 0.8);
	display:block;
	overflow:hidden;
	font-size:16px;
}
#up_ymd{
	color:#695f5a;
	text-align:right;
	font-size:13px;
	margin:5px 10px;
}
.detailUpfile{
	margin:5px 0 35px;
	text-align:left;
}
.backORcloseBtn{
	text-align:center;
	line-height:100%;
	margin-top:15px;
}
.backORcloseBtn a{
	display:inline-block;
	padding:4px 15px;
	border:1px solid #aaa;
	color:#999;
	border-radius:6px;
	text-decoration:none;
	font-size:12px;
}
.detailUpfile img{
	border:solid 1px #695f5a;
	padding:5px;
	background-color:#fff;
	max-width:100%;
	height:auto;
}
.pNav{
	font-size:11px;	
}
.clearfix:after { content:"."; display:block; clear:both; height:0; visibility:hidden; }
.clearfix { display:inline-block; }

* html .clearfix { height:1%; }
.clearfix { display:block; }

ul#newsList{
	margin:0 0 15px;
	padding:0;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
ul#newsList li{
	color:#666;
	font-size:12px;
	margin:0;
	padding:5px 0;
	margin-bottom:3px;
	line-height:120%;
	list-style-type:none;
}
a{color:#473d36;text-decoration:none;}
a:hover{color:#473d36;text-decoration:underline;
}
.catName{
	display:inline-block;
	padding:3px 8px;
	border:1px solid #ccc;
	border-radius:6px;
	font-size:11px;
	line-height:100%;
	margin:0 2px;
}
.newMark{
	display:inline-block;
	border:1px solid #c84646;
	padding:1px 4px;
	font-size:11px;
	line-height:100%;
	background:#e65a5a;
	color:#fff;
	box-shadow:1px 1px 1px #999;
	border-radius:8px;
	font-style:italic;
}
.comment{
	display:block;
	padding-left:10px;
	padding-bottom:5px;
	float:left;
	overflow:hidden;
	width:500px;/* 本文部分の幅。ここは特に設置ページ合わせて変更下さい */
	}
.thumbNailWrap{
	display:block;
	padding-left:10px;
	width:110px;
	float:left;
	height:auto;
	overflow:hidden;
}

.pager{
	text-align:right;
	padding:10px;
	clear:both;
}

.pager a{
    border: 1px solid #999;
    border-radius: 5px 5px 5px 5px;
    color: #333;
    font-size: 12px;
    padding: 3px 7px 2px;
    text-decoration: none;
	margin:0 1px;
}

.pager a.current{
    background: #999;
    border: 1px solid #999;
    border-radius: 5px 5px 5px 5px;
    color: #fff;
    font-size: 12px;
    padding: 3px 7px 2px;
	margin:0 1px;
    text-decoration: none;
}

.pager a:hover{
    background:#999;
    color: #fff;
}

.overPagerPattern{
	padding:0 2px ;	
}
.title-kiji a{
	margin-top:5px;
	margin-bottom:5px;
	color: #414137;
	text-decoration:none;
	width:auto;
	height:20px;
	padding-top:5px;
	text-align:center;
	background:rgba(170, 210, 70, 0.8);
	display:block;
	overflow:hidden;
	font-size:16px;
	transition:all 0.2s;
	}
.title-kiji a:hover{
	background:rgba(200, 220, 80, 0.8);
	color:#FFF;
	text-decoration:none;	
	}
/* pkobo設定ここまで */
body{
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:13px;
	background-image:url(../gazo/back-top.png),url(../gazo/back.png);
	background-repeat:repeat-x,repeat;
	color:#707070;
	margin:0px;
}
.wf-sawarabimincho { font-family: "Sawarabi Mincho"; }
@font-face {
font-family: "web-font";
  src: url(../font/web-font.eot) format("eot"), url(../font/web-font.woff) format("woff");
}
@font-face{
font-family: "web-font2";
  src: url(../font/web-font2.eot) format("eot"), url(../font/web-font2.woff) format("woff");
}

.webfont{
  font-family: web-font, sans-serif;
  color:#333333;
}
.webfont2{
  font-family: web-font2,sans-serif;
  }
p{
	margin:0;
	}

.pagebody{
	background:transparent;
	width:1000px;
	/*width:900px;
	margin:0px;
	padding:0px;
	box-shadow:0px 0px 6px 3px #d6cdbc;
	border-radius:0px 10px 10px 0px;*/
	}
.kugiri {
  height:18px;
  background: url("../gazo/kugiri.png");
  border: 0px none;
}
hr.dot {
	border-top: 1px dashed #8c8b8b;
	border-bottom: 1px dashed #fff;
	clear:both;
	}
hr.dot2 {
	border:transparent;
	clear:both;
	}
.header{
	background:#efece6;
	background-image:url(../gazo/mikarin-header.png),url(../gazo/keisen.png);
	background-repeat:no-repeat,repeat;
	background-position:right,top;
	padding:10px;
	margin-left:40px;
	margin-top:10px;
	width:800px;
	height:100px;
	box-shadow:1px 2px 3px -1px #6c7f72;
	}
.sukima{
	clear:both;
	height:10px;
	background:transparent;
		}
/*ふせん*/
.husen1 {
	float:left;
	padding-top:5px;
	width:150px;
	height:40px;
	background:url(../gazo/husen1.png);
	background-repeat:no-repeat;
	text-align:center;
	font-size:18px;
	color:#333333;
	text-decoration:none;
	transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	}
.husen2 {
	float:left;
	padding-top:5px;
	width:150px;
	height:40px;
	background:url(../gazo/husen2.png);
	background-repeat:no-repeat;
	text-align:center;
	font-size:18px;
	color:#333333;
	text-decoration:none;
	transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	}
.husen3 {
	float:left;
	padding-top:5px;
	width:150px;
	height:40px;
	background:url(../gazo/husen3.png);
	background-repeat:no-repeat;
	text-align:center;
	font-size:18px;
	color:#333333;
	text-decoration:none;
	transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	}
.husen4 {
	float:left;
	padding-top:5px;
	width:150px;
	height:40px;
	background:url(../gazo/husen4.png);
	background-repeat:no-repeat;
	text-align:center;
	font-size:18px;
	color:#333333;
	text-decoration:none;
	transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	}
.husen5 {
	float:left;
	padding-top:5px;
	width:150px;
	height:40px;
	background:url(../gazo/husen5.png);
	background-repeat:no-repeat;
	text-align:center;
	font-size:18px;
	color:#333333;
	text-decoration:none;
	transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	}
.husen1 a{
	float:left;
	padding-top:5px;
	width:150px;
	height:40px;
	margin-left:10px;
	background:url(../gazo/husen1.png);
	background-repeat:no-repeat;
	text-align:center;
	font-size:18px;
	color:#333333;
	}
/*ふせん　ここまで*/

/*作品紹介のマステ留め*/
.sakuhin-textbox{
	margin-top:-5px;
	margin-bottom:10px;
	width:538px;
	height:auto;
	min-height:420px;
	background-color:#82786e;
	padding:5px;
	font-size:12px;
	border:1px solid #777777;
	overflow:visible;
	border-radius:0px 0px 15px 15px;
	}
img.husen-mini{
	margin-left:40px;
	text-decoration:none;
	transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	}
.relative {
    position: relative;
	top:10px;
}
.absolute {
    position: absolute;
	bottom:390px;
}
.sakuhin-box{
	width:300px;
	height:auto;
	float:left;
	padding:10px;
	background-color:#fff;
	border-radius:10px;
}
/*作品紹介のマステ留め ここまで*/

/*メニュー*/
.menu a{
	width:100px;
	height:20px;
	margin-top:20px;
	margin-left:10px;
	float:left;
	text-align:center;
	border-radius:10px;
	border:dashed 1px #414137;
	text-decoration:none;
	transition:all 0.2s;
	}
.menu a:hover{
	background-color:#414137;
	color:#fff;
	}
.menu-smpl{
	width:100px;
	height:20px;
	margin-top:5px;
	text-align:center;
	border-radius:10px;
	border:dashed 1px #414137;
	text-decoration:none;
	}
.category a{
	width:70px;
	height:20px;
	margin-top:10px;
	margin-left:10px;
	margin-bottom:10px;
	float:left;
	text-align:center;
	background-color:#82786e;
	color:#fff;
	border-radius:10px;
	border:dashed 1px #82786e;
	text-decoration:none;
	transition:all 0.2s;
	}
.category a:hover{
	background-color:#FFFF99;
	color:#82786e;
	}
/*メニュー　ここまで*/
.menu-L{
	width:200px;
	height:35px;
	font-size:16px;
	font-weight:bold;
	background-color:#283882;
	color:#fff;
	border-radius:0px 20px 20px 0px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:0px;
	padding-right:30px;
	padding-top:12px;
	text-align:right;
	}
.menu-L a{
	color:#fff;
	}
.f-box1{
	width:900px;
	display:-moz-box;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	margin:0px;
	}
.f-box2{
	width:840px;
	display:-moz-box;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	background-image:url(../gazo/keisen.png);
	background-repeat:repeat;
	margin:0px;
	border-bottom:1px solid #c1bab4; 	
	border-top:1px solid #c1bab4; 
	}
.note{
	width:900px;
	margin-bottom:10px;
	background:#f7f4ef;
	border-radius:0px 10px 10px 0px;
	box-shadow:1px 2px 3px -1px #6c7f72;
	}
.note-top{
	min-height:40px;
	padding-left:30px;
	padding-top:10px;
	font-size:24px;
	}
.note-middle{
	width:870px;
	display: flex;
	justify-content: center;
	align-items: center;
	word-break:break-all;
	word-wrap:break-word;
	}
.note-left{
	boxsizing:border-box;
	height:100%;
	width:550px;
	max-width:550px;
	padding:10px;
	-moz-box-ordinal-group:1;
	-webkit-box-ordinal-group:1;
	-webkito-order:1;
	-ms-flex-order:1;
	order:1;
	}
.note-right{
	boxsizing:border-box;
	padding:10px;
	width:250px;
	height:auto;
	border-left:1px dashed #c1bab4; 
	-moz-box-ordinal-group:2;
	-webkit-box-ordinal-group:2;
	-webkito-order:2;
	-ms-flex-order:2;
	order:2;
	}
.note-bottom{
	height:50px;
	padding-left:10px;
	padding-top:5px;
	padding-right:30px;
	text-align:right;
	}
.section1{
	width:30px;
	height:auto;
	background-image:url(../gazo/ring.png),url(../gazo/nodo.png);
	background-repeat:space,repeat-y;
	boxsizing:border-box;
	-webkit-box-ordinal-group:1;
	-webkito-order:1;
	-ms-flex-order:1;
	order:1;
	}
.section2{
	width:870px;
	boxsizing:border-box;
	-moz-box-ordinal-group:2;
	-webkit-box-ordinal-group:2;
	-webkito-order:2;
	-ms-flex-order:2;
	order:2;
	}
.tori{
	boxsizing:border-box;
	width:100px;
	height:auto;
	-moz-box-ordinal-group:2;
	-webkit-box-ordinal-group:2;
	-webkito-order:2;
	-ms-flex-order:2;
	order:2;
	}
.mini-hyodai{
	margin-bottom:5px;
	width:55px;
	height:16px;
	padding-left:10px;
	background-color:#414137;
	border-radius:5px;
	color:#ffffff;
	font-size:14px;
	}
/*マステ表題*/
.hyodai1{
padding-top:3px;
	margin-bottom:10px;
	width:200px;
	height:27px;
	text-align:center;
	background:url(../gazo/hyodai1.png);
	font-size:20px;
	color:#28506e;
	}
.hyodai2{
padding-top:3px;
	margin-bottom:10px;
	width:200px;
	height:27px;
	text-align:center;
	background:url(../gazo/hyodai2.png);
	font-size:20px;
	color:#3d5933;
	}
.hyodai3{
padding-top:3px;
	margin-bottom:10px;
	width:200px;
	height:27px;
	text-align:center;
	background:url(../gazo/hyodai3.png);
	font-size:20px;
	color:#603941;
	}
/*マステ表題　ここまで*/
.link{
	width:200px;
	height:auto;
	margin-top:5px;
	margin-bottom:5px;
	border:1px solid #777777;
	background:#777777;
	color:#fff;
	}
.r-textbox{
	margin-bottom:10px;
	width:235px;
	height:auto;
	background-color:rgba(255,255,255,0.7);
	border-radius:5px;
	padding:5px;
	border:1px solid #c3c3c3;
	}
.l-textbox{
	margin-top:10px;
	margin-bottom:10px;
	width:528px;
	height:auto;
	background-color:rgba(255,255,255,0.7);
	border-radius:5px;
	padding:10px;
	font-size:12px;
	border:1px solid #777777;
	overflow:visible;
	}
.l-textbox2{
	margin-top:10px;
	margin-bottom:10px;
	width:528px;
	height:auto;
	background-color:#82786e;
	padding:10px;
	font-size:12px;
	border:1px solid #777777;
	overflow:visible;
	}
.middle-textbox{
	margin:5px;
	width:auto;
	height:auto;
	border-radius:5px;
	padding:10px;
	border:1px dashed #777777;
	}
.mini-textbox{
	min-width:125px;
	height:80px;
	border-bottom:1px dashed #c4c4c4;
	text-align:center;
	}
.photo{
	margin-left:4px;
	margin-bottom:5px;
	float:left;
	padding:5px;
	width:120px;
	height:auto;
	background:#fff;
	border:1px solid #c3c3c3;
	text-align:center;
	font-size:10px;
	color:#333333;
	}
.photo-box{
	clear:both;
	width:550px;
	height:auto;
}
.amazon-link a{
	display:block;
	min-height:10px;
	min-width:125px;
	text-align:center;
	margin-top:5px;
	background:#ffffff;
	border:1px solid #c4c4c4;
	color:#707070;
	text-decoration:none;
	transition:background 0.5s;
	}
.amazon-link a:hover{
	background:#FFFF99;
	}
.book-title{
	font-size:16px;
	font-weight:500;
	}
.hyoshi{
	border:1px solid #7a7a7a;
	}
.u-line{
	text-decoration:underline #c4c4c4;
	}
.top{
	margin:5px;
	display:block;
	max-width:538px;
	min-width:538px;
	min-height:538px;
	background:url(../gazo/top.jpg);
	background-repeat:no-repeat;
	border:1px solid #777777;
	border-radius:10px 10px 10px 10px;
	}
.title a{
	float:left;
	margin-left:10px;
	margin-bottom:5px;
	color: #414137;
	text-decoration:none;
	width:30px;
	height:25px;
	padding-top:5px;
	text-align:center;
	background:#aad246;
	display:block;
	overflow:hidden;
	font-size:25px;
	font-weight:bold;
	border:2px solid #414137;
	border-radius:15px;
	box-shadow:1px 2px 3px -1px #6c7f72 inset;
	transition:all 0.3s;
	}
.title a:hover{
	background:#e6fa64;
	color:#FFF;
	text-decoration:none;	
	border:2px solid #7f891c;
	}
.title-kana{
	display:block;
	margin:10px;
	clear:both;
	height:13px;
	width:475px;
	font-weight:bold;
	font-size:11px;
	text-align:center;
	background:#414137;
	color:#fff;
	}
.page-title{
	display:inline-block;
	height:28px;
	border:1px solid #c3c3c3;
	border-radius:14px;
	color:#888888;
	background:#fff;
	padding-left:15px;
	padding-right:15px;
	}
.mail-box{
	display:block;
	height:220;
	padding-left:40px;
	}
.hukidashi{
	display:inline-block;
	padding:5px;
	background:#fff;
	border-radius:10px;
	}
.shikiri{
	margin-top:10px;
	margin-bottom:10px;
  height:18px;
  background: url("../gazo/shikiri.png");
  border: 0px none;
	}
img.prf{
	border:1px solid #c3c3c3;
	}
.prof-box{
	width:300px;
	height:auto;
	float:right;
	padding:10px;
	background-color:#fff;
	border-radius:10px;
}
.prof{
	width:80px;
	height:20px;
	margin-top:5px;
	margin-left:5px;
	margin-bottom:5px;
	text-align:center;
	background-color:#82786e;
	color:#fff;
	border-radius:10px;
}
/*画像拡大*/
.lb {
    display: flex;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,.7);
    opacity: 0;
    transition: 0s opacity ease;
    z-index: -1;
}

.lb img {
    width: auto !important;
    max-height: 100%!important;
    transform: scale(.7);
    transition: 0.5s transform ease;
    pointer-events: none;
}

.lb:target {
    opacity: 1;
    z-index: 103;
}

.lb:target img {
    transform: scale(1);
}



/* ページトップへ */
img.preload{
	display:none;
}
#pageTop {
	position: fixed;
	bottom: 20px;
	right: 10px;
}
#pageTop a {
	display: block;
	z-index: 999;
	padding: 0px;
	width:100px;
	height:100px;
	opacity:1;
	background:url(../gazo/mikaup.png);
	background-position:center;
	background-repeat:no-repeat;
}
#pageTop a:hover {
		background:url(../gazo/mikaup2.png);
	background-position:center;
	background-repeat:no-repeat;
}		