body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0; padding:0;}table { border-collapse:collapse; border-spacing:0;}fieldset,img { border:0; vertical-align:bottom;}address,caption,cite,scode,dfn,em,th,var {font-style:normal; font-weight:normal;}ol,ul { list-style:none; padding:0; margin:0;}caption,th { textron-align:left;}h1,h2,h3,h4,h5,h6 {font-size:100%;	font-weight:normal;}q:before,q:after {content:'';}abbr,acronym { border:0;}

*, *:before, *:after {
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
			 -o-box-sizing: border-box;
			-ms-box-sizing: border-box;
				box-sizing: border-box;
	}

/** **/

body{
	font-size:18px;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	line-height:1.6;
	-webkit-text-size-adjust: 100%;
	background:#fff;
	position:relative;
	width:100%;
	height:auto;
}
@media only screen and (max-width: 767px) {}

.clear{clear:both;}
.clear hr{display:none;}


/*-------------------------------------*/
#wrapper{
	width:100%;
	margin:0 auto;
	background:url(../images/bg.gif);
}
header{
	width:100%;
	background:#9E865F;
	height:450px;
}

header h1{
	width:800px;
	margin:0 auto;
	padding-top:40px;
	text-align:center;
}
header h1 img{
	width:800px;
}

section#main{
	width:960px;
	margin:auto;
}

#event{
	width:639px;
	height:644px;
	background:url(../images/event.png) no-repeat;
	padding:250px 50px 0px;
	text-align:left;
	margin:50px auto 80px;
}

#data{
	width:100%;
	margin:18px auto 20px;
	border:1px solid #FF94B2;
	padding:1em;
	border-radius:10px;
	font-size:0.9em;
}

#event a:link,#event a:visited{
	width:400px;
	display:block;
	margin:auto;
	padding:10px 20px;
	position:relative;
	background-color: #9d855f;
	border-radius:5px;
	font-weight:bold;
	font-size:1em;
	color: #fff;
	text-align:center;
	text-decoration:none;
	box-shadow: 0 3px 0 #5c4218;
	text-shadow:rgba(0, 0, 0, 0.2) 0 1px 1px;
	align-items:center;
	transition:none;
}

#event a:hover{
	box-shadow: 0 7px 0 #5c4218;
	top: -4px;
	color:#fff;
	text-decoration:none;
}

#main > h4 > a:link,#main > h4 > a:visited{
	position: relative;
	width:75%;
	display:block;
	padding:20px 20px;
	position:relative;
	background-color: #BE0000;
	border-radius:20px;
	font-weight:bold;
	font-size:1.3em;
	color: #fff;
	text-align:center;
	text-decoration:none;
	box-shadow: 0 3px 0 #7B0000;
	text-shadow:rgba(0, 0, 0, 0.2) 0 1px 1px;
	align-items:center;
	transition:none;
	margin:0 auto 50px;
}
#main > h4 > a::after{
	position: absolute;
	top: 50%;
	right: .1em;
	content: '';
	margin-top: -10px;
	border: 20px solid transparent;
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-left-color: #fff;
}

#main > h4 > a:hover{
	box-shadow: 0 7px 0 #7B0000;
	top: -4px;
	color:#fff;
	text-decoration:none;
}


#main > h4 > a > span.buy{
	font-size:0.8em;
	display:block;
}


/*
.button,.button:hover,.button:visited {
	position: relative;
	display: block;
	padding: .9em 1em;
	background-color: #232f3e;
	border: 2px solid #232f3e;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border-radius:20px;
	font-size:1.5em;
}
.button span{font-size:0.8em}
.button::before,
.button::after {
	position: absolute;
	top: 50%;
	right: .2em;
	content: '';
	margin-top: -5px;
	border: 7px solid transparent;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-color: #ff9900;
}
.button::after {
	opacity: 0;
	right: 1em;
}
.button:hover::before {
	animation: arrowbefore .5s;
}
.button:hover::after {
	animation: arrowafter .5s;
}
@keyframes arrowbefore {
	100% {
		right: -.4em;
		opacity: 0;
	}
}
@keyframes arrowafter {
	99% {
		right: .2em;
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
*/


#work h2{
	width:732px;
	margin:0 auto 40px;
}

#sonota{
	width:732px;
	margin:0 auto 10px;
}
#work_wrap{
	width:732px;
	margin:0 auto 30px;
	background:#fff;
	border-radius:20px;
	padding:30px 0 20px;
}

#work_wrap img{
	display:block;
	width:587px;
	margin:0 auto 20px;
}

#main h3 img{
	display:block;
	width:700px;
	margin:0 auto 50px;
}

#profile{
	background:#FFDEE8;
	padding:50px 0;
}

#profile_wrap{
	width:790px;
	margin:auto;
	background:#fff;
	padding:30px;
	border-radius:20px;
	text-align:center;
}

#profile_wrap img{
	display:block;
	margin:10px auto 30px;
}

#profile_contents{
	display:flex;
	justify-content: center;
	text-align:left;
	margin:auto;
	width:90%;
}

#profile_contents #photo{
	width:147px;
	height:147px;
}
#profile_contents #profile_title{
	width:157px;
	height:32px;
	margin:0 0 10px;
}
#profile_contents #profile_text{
	width:480px;
}

#footer{
	width:100%;
	height:50px;
	background:#9E865F;
}
.footer_inner {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	padding:10px 0;
	background: #9E865F;
	color:#fff;
}
	#copyright{
		text-align: center;
		padding: 10px;
		color: #fff;
		font-family:"lucida grande", tahoma, verdana, arial, sans-serif!important;
	}
.center {
	text-align:center;
}

.maintext{line-height:2em;font-size:19px;width:560px;text-align:justify;text-justify:inter-ideograph;}

.noclick { cursor: url('images/no_click.png'),text;}
dl{margin-bottom:30px;font-size:18px;}
dt{float:left;clear:left;width:130px;margin-bottom:8px}
dd{float:left;width:770px;margin-bottom:8px}
dd a{color:#1e1e1e}

.store{
float:left
}

.soldout{
float:left;
width:7em;
text-align:center;
padding:2px;
margin-left:1em;
margin-bottom:3px;
background-color:red;
color:#fff;
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
font-size:11px
}

.linkwanibooks{width:410px;padding:5px;font-size:22px;background-color:#FFC700;text-align:center;border-radius:5px;webkit-border-radius:5px;-moz-border-radius:5px;font-weight:bold}
.linkwanibooks:hover{background-color:#FFDF78;}

.linkstardust{width:410px;padding:5px;font-size:22px;text-align:center;background-color:#000;border-radius:5px;webkit-border-radius:5px;-moz-border-radius:5px;font-weight:bold}
.linkstardust:hover{background-color:#757575;}

.linksevennet{width:250px;margin:0 auto;padding:10px 5px;font-size:18px;background-color:#009844;text-align:center;border-radius:5px;webkit-border-radius:5px;-moz-border-radius:5px;font-weight:bold}
.linksevennet:hover{background-color:#42D380;}

.linkrakutenbooks{width:250px;margin:0 auto;padding:10px 5px;font-size:18px;background-color:#BE0000;text-align:center;border-radius:5px;webkit-border-radius:5px;-moz-border-radius:5px;font-weight:bold}
.linkrakutenbooks:hover{background-color:#D84545;}

.linkvillage{width:250px;margin:0 auto;padding:10px 5px;font-size:18px;background-color:#004B86;text-align:center;border-radius:5px;webkit-border-radius:5px;-moz-border-radius:5px;font-weight:bold}
.linkvillage:hover{background-color:#388DC6;}

/*-------------------------------------*/


.mB0{ margin-bottom:  0px; display: block;}
.mB5{ margin-bottom:  5px; display: block;}
.mB10{margin-bottom: 10px; display: block;}
.mB15{margin-bottom: 15px; display: block;}
.mB20{margin-bottom: 20px; display: block;}
.mB30{margin-bottom: 30px; display: block;}
.mlr-10{ margin-right:20px;margin-left:20px; display: block;}
.mT5{ margin-top: 5px; display: block;}
.mT10{margin-top: 10px; display: block;}
.mT15{margin-top: 15px; display: block;}
.mT20{margin-top: 20px; display: block;}
.mT30{margin-top: 30px; display: block;}
.mL5{ margin-left: 5px; display: block;}
.mL10{margin-left: 10px; display: block;}
.mL15{margin-left: 15px; display: block;}
.mL20{margin-left: 20px; display: block;}
.mL30{margin-left: 30px; display: block;}
.mR5{ margin-right: 5px;  display: block;}
.mR10{margin-right: 10px; display: block;}
.mR15{margin-right: 15px; display: block;}
.mR20{margin-right: 20px; display: block;}
.mR30{margin-right: 30px; display: block;}
.pB5{ padding-bottom: 5px;  display: block;}
.pB10{padding-bottom: 10px; display: block;}
.pB15{padding-bottom: 15px; display: block;}
.pB20{padding-bottom: 20px; display: block;}
.pB30{padding-bottom: 30px; display: block;}
.pT5{padding-top: 5px; display: block;}
.pT10{padding-top: 10px; display: block;}
.pT15{padding-top: 15px; display: block;}
.pT20{padding-top: 20px; display: block;}
.pT30{padding-top: 30px; display: block;}
.pR5{padding-right: 5px; display: block;}
.pR10{padding-right: 10px; display: block;}
.pR15{padding-right: 15px; display: block;}
.pR20{padding-right: 20px; display: block;}
.pR30{padding-right: 30px; display: block;}

/*-------------------------------------*/


/* float */
.fL { float : left; display: block;}
.fR { float : right; display: block;}

/* textAlign */
.tC{ text-align: center; display: block; margin:0 auto;}
.tR{ text-align: right; display: block; margin:0 auto;}
.tL{ text-align: left; display: block; margin:0 auto;}

/*-------------------------------------*/

.clear{ display: block; clear:both; height:0;}

/*//clearFix Coponents//*/
.clear {clear:both;}
.clearfix{ display:block;} 
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
 }
 
.clearfix:after {
	content: url(pixel.gif);
	display: block;
	clear: both;
	height: 0;
}
/*-------------------------------------*/


.txtColGold{ color:#D9D4C5;}
.txtColRed{ color:#900;}
.txtColGreen{ color:#990;}
.txtColBlue{ color:#069;}
.txtColBrown{ color:#715526;}

.bold {font-weight:bold}
.red1 {color:red}
.black1 {color:black}

.b { font-weight:bold; letter-spacing:0.02em; }
.i { font-style:italic; }

a{ color:#004B86; text-decoration:underline;}
a:hover{color:#004B86; text-decoration:none;}

.p13 { 	font-size:13px;}
.p15 { 	font-size:15px;}
.p16 { 	font-size:16px;}
.p18 { 	font-size:18px;}
.p20 {	font-size:20px;}
.p22 {	font-size:22px;}
.p24 {	font-size:24px;}
.txtL {text-align:left}
.line150 {line-height:150%;}

.txtS{
	font-size:0.81em;
	*font-size:0.81em;
	*+font-size:9px;
	letter-spacing: 0.12em;
}

.imgR {float:right; margin-left:30px; }
.imgL {float:left; margin-right:30px;}


.shadow1 {
	box-shadow:5px 5px #e6e6fa; 
	-moz-box-shadow:5px 5px #e6e6fa;　/* Firefox用 */
	-webkit-box-shadow:5px 5px #e6e6fa;　/* Safari,Google Chrome用 */
}
/*-------------------------------------*/


.lHeight1_6	{ line-height:1.6em;}
.lHeight1_65	{ line-height:1.65em;}
.lHeight1_7		{ line-height:1.7em;}
.lHeight1_75	{ line-height:1.75em;}
.lHeight1_8		{ line-height:1.8em;}
.lHeight1_85	{ line-height:1.85em;}
.lHeight1_9		{ line-height:1.9em;}
.lHeight1_95	{ line-height:1.95em;}
.lHeight2		{ line-height:2em;}


/*-------------------------------------*/

/*-------------------------------------*/

a.transparent:hover img{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}


.frame {
	position: relative;
	float:left;
}
.frame:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
	transform: rotate(3deg);
	background: #fff;
	z-index: -1;
}



@font-face {
  font-family: "LigatureSymbols";
  src: url("../font/LigatureSymbols-2.11.eot");
  src: url("../font/LigatureSymbols-2.11.eot?#iefix") format("embedded-opentype"),
           url("../font/LigatureSymbols-2.11.woff") format("woff"),
           url("../font/LigatureSymbols-2.11.ttf") format("truetype"),
           url("../font/LigatureSymbols-2.11.svg#LigatureSymbols") format("svg");
  font-weight: normal;
  font-style: normal;
}

.icon-font {
  font-family: "LigatureSymbols";
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-feature-settings: "liga"1, "dlig"1;
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga"1, "dlig"1;
  -o-font-feature-settings: "liga"1, "dlig"1;
  font-feature-settings: "liga"1, "dlig"1;
}

