@charset "UTF-8";

/*-----------------------------------------------------
  Author   :  Takuya Mori
  Date     :  07/07/19
-----------------------------------------------------*/

/*=====================================================
	0. CSSリセット
	1. 全体構造
	2. ヘッダー
	3. グローバルナビゲーション
	4. コンテンツエリア
	5. フッターエリア
	6. リンク
	7. クリア
	8. 各ページ共通
	9. トップページ
	10. Works
	11. Footage
	12. Filming
	13. Links
=====================================================*/

/*=====================================================
	0. CSSリセット
=====================================================*/
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;
}
h1,h2,h3,h4,h5,h6,p,caption,th,td,address {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-align: left;
}
caption,th {
	text-align:left;
}
ol,ul {
	list-style: none;
}
img {
	border: 0;
}
html {
	overflow-y: scroll;/*Firefoxのスクロールバーの有無でセンタリング位置のズレを解消*/
}
a {
	/*\*/
	overflow: hidden;/*Firefoxでインデントで消したリンク要素の枠を解消*/
	/**/
}

/*=====================================================
	1. 全体構造
=====================================================*/

/* 1-1. body
------------------------------------------ */
body {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 12px;
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS P Gothic',Osaka,Verdana,Arial, Helvetica, sans-serif;
	line-height: 1.0;
	color: #818181;
}

/*=====================================================
	2. ヘッダー
=====================================================*/
div#header {
	margin: 0 auto;
	padding: 12px 15px 11px;
}
div#header h1#logo,
div#header p#logo{
	float: left;
	width: 170px;
	margin-top: 4px;
}
div#header p {
	float: right;
	width: 130px;
}

/*=====================================================
	3. グローバルナビゲーション
=====================================================*/
div#gNavWrapper {
	display: none;
}
div#gNavWrapper div#gNav {
	display: none;
}
/*=====================================================
	4. コンテンツエリア
=====================================================*/
body#top div#contentsTop {
	width: 100%;
}
body#top div#contentsTopInner {
	width: 100%;
	line-height: 1.6;
}
div#contents {
	position: relative;
	width: 100%;
	padding-top: 25px;
	line-height: 1.6;
}
div#contents h1 {
	margin-bottom: 5px;
	padding-bottom: 2px;
	border-bottom: 1px solid #CAEBF2;
}

/*=====================================================
	5. フッター
=====================================================*/
div#footerWrapper {
	width: 100%;
	padding-top: 56px;
}
div#footerWrapper div#footer {
	width: 100%;
	padding-top: 5px;
	border-top: 1px solid #CCC;	
	line-height: 1.6;
}
div#footerWrapper div#footer p {
	display: none;
}
div#footerWrapper div#footer address#copy {
	float: right;
	width: 356px;
	margin-top: 3px;
}

/*=====================================================
	6. リンク
=====================================================*/
a:link,a:visited {
	color: #818181;
	text-decoration: none;
}

/*=====================================================
	7. クリア
=====================================================*/
.clr {
    clear: both;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: 0 -1px -1px 0;
    padding: 0;
    border: 0;
    font-size: 0;
    line-height: 0;
}
.pkg:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0px;
}
.pkg { display: inline-block; }

/* no ie mac \*/

* html .pkg { height: 1%;}

.pkg { display: block; }




/*=====================================================
	8. 各ページ共通
=====================================================*/
.monospace {   
	text-align: justify;
	text-justify: inter-ideograph;
}
.indent {
	margin-left: 1em;
	text-indent: -1em;
}
.pageTop01 {
	display: none;
}
.pageTop02 {
	display: none;
}

/*=====================================================
	9. トップページ
=====================================================*/
body#top div#pickup {
	float: left;
	width: 300px;
	height: 255px;
	padding: 10px;
}
body#top div#pickup div#pickupInner {
	overflow-y: scroll;
	width: 300px;
	height: 220px;
	margin-top: 5px;
}
body#top div#pickup div#pickupInner dl dd {
	padding-left: 1em;
	border-bottom: 1px dashed #CCC;
}
body#top div#recommend {
	position: relative;
	float: right;
	width: 325px;
	height: 275px;
}
body#top div#recommend p#dvd {
	position: absolute;
	top: 80px;
	right: 30px;
}
body#top div#recommend p#btnBuy {
	display: none;
}

/*=====================================================
	10. Works
=====================================================*/
body#works h2 {
	margin-bottom: 5px;
}
body#works div#comment {
	float: left;
	width: 389px;
	margin-right: 10px;
}
body#works div#comment p {
	margin-bottom: 15px;
}
body#works div#dvd {
	float: left;
	width: 250px;
	overflow: hidden;
}
body#works div#dvd p {
	text-align: center;
}
body#works div#dvd p#btnBuy {
	display: none;
}
body#works div#dvd ul {
	margin: 5px 15px;
}
body#works div#dvd ul li {
	padding-left: 15px;
}
body#works div#appearance {
	clear: both;
	width: 662px;
	margin: 40px 0 0;
}
body#works dl#t1 {
	display: inline;
	float: left;
	width: 128px;
	margin: 10px 0 0 20px;
}
body#works dl#kyo1,
body#works dl#kenji {
	display: inline;
	float: left;
	width: 227px;
	margin: 10px 0 0 20px;
}
body#works dl dd {
	margin-top: 5px;
	text-align: center;
}
body#works div#appearance p {
	clear: both;
	margin-top: 10px;
	text-align: right;
}

/*=====================================================
	11. Footage
=====================================================*/
body#footage p#notice img {
	margin-left: 8px;
	vertical-align: middle;
}
body#footage dl {
	clear: both;
	margin-top: 10px;
}
body#footage dl dt {
	float: left;
	width: 240px;
}
body#footage dl dd {
	margin-left: 250px;
}

/*=====================================================
	12. Filming
=====================================================*/
/* 12-1. トップ
------------------------------------------ */
body#filming div#contents h2,
body#filming div#contents p {
	margin-bottom: 15px;
}
body#filming div#contents dl dd {
	margin-bottom: 15px;
}
body#filming div#contents ul {
	margin-top: 20px;
}
body#filming div#contents ul li {
	display: inline;
	margin-right: 15px;
}
body#filming div#contents p#note,
body#chapter div#contents p#note {
	margin-top: 20px;
	margin-bottom: 0;
}
body#filming div#contents p#contact,
body#chapter div#contents p#contact {
	display: none;
}
/* 12-2. Chapter
------------------------------------------ */
body#chapter div#contents h2 {
	margin: 15px 0 15px 0;
}
body#chapter div#contents div#intro {
	width: 580px;
	margin: 15px 0 20px 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #BCBCBC;
}
body#chapter div#contents div#figure {
	width: 580px;
	margin-top: 20px;
}
body#chapter div#contents div.section {
	width: 580px;
	margin-bottom: 20px;
}
body#chapter div#contents div#intro div#introInner {
	float: right;
	width: 260px;
}
body#chapter div#contents div#intro div#movie {
	float: left;
	width: 300px;
}
body#chapter div#contents div#intro div#introInner p.top {
	width: 100%;
	margin-top: 0;
}
body#chapter div#contents div#intro div#introInner p {
	width: 100%;
	margin-top: 15px;
}
body#chapter div#contents div#figure dl,
body#chapter div#contents div.section dl {
	float: right;
	width: 330px;
}
body#chapter div#contents div#figure dl dd,
body#chapter div#contents div.section dl dd {
	margin-top: 10px;
}
body#chapter div#contents div#figure p,
body#chapter div#contents div.section p {
	float: left;
	width: 230px;
}
body#chapter div#contents div#point,
body#chapter div#contents div#attention {
	width: 580px;
	margin-bottom: 20px;
}
body#chapter div#contents div#point p,
body#chapter div#contents div#attention p {
	margin-top: 10px;
}
/* 12-3. サブナビゲーション
------------------------------------------ */
body#filming div#sNav,
body#chapter div#sNav {
	display: none;
}

/*=====================================================
	13. Links
=====================================================*/
body#links dl {
	display: inline;
	float: left;
	width: 162px;
	margin-top: 20px;
}
body#links dl dt {
	margin-bottom: 5px;
}