﻿@charset "utf-8";

/*---------------------------------------------
	Browser Default Initialization
  ---------------------------------------------*/

html {
	overflow-y: scroll;
}

body, div, dl, dt, dd, ul, ul li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td,
section, nav, article, aside, hgroup, header, address,
figure, figcaption {
	margin: 0;
	padding: 0;
	line-height: 160%;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
q:before ,q:after {
	content: '';
}
object, embed {
	vertical-align: top;
}
hr, legend {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
img, abbr, acronym, fieldset {
	border: 0;
}
img {
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}
ul li {
	list-style-type: none;
}


/* ------ Body ------ */

body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #221815;
	font-size: 12px;
	line-height: 160%;
	text-align: left;
	letter-spacing: -0.001em;		/* iOS4でのテキストの隙間への対応 */
	-webkit-text-size-adjust: 100%;	
		/* 文字サイズの自動調整機能のキャンセル */
}
.win body {
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}


/* ------ Anchor ------ */

a {
	outline: none;
}

a:link {
	text-decoration: none;
	color: #221815;
}
a:visited {
	text-decoration: none;
	color: #221815;
}
a:hover {
	text-decoration: none;
	color: #221815;
}
a:active {
	text-decoration: none;
	color: #221815;
}


/* link
-------------------------------------
a,a:hover {
	color: #1f1f1f;
	text-decoration: none; 
}*/


/*-----------------------------------------------------	*/
/*	for all						*/
/*-----------------------------------------------------	*/

/* ------ General Settings ------ */

/* フルードイメージ対応 */
/*img {
	max-width: 100%;
	height: auto;
}
.ie8 img {
	width: auto;
}
*/

/*p {
	font-size: 76%;
}
*/
.img {
	text-align: center;
}

.text-center {
	text-align: center;
}

body {
	background:url(../images/back/bk02.png);
	background-color: #ddd;
}

#container {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	
	background:#FFFFFF;
/*	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.1);
	box-shadow: 0 0 20px rgba(0,0,0,0.1);*/
}
#topmain{
	position: relative;	
	padding:45px 38px 54px 75px;
	min-height:2100px;
	min-width:867px;
}
#tit{
	position:absolute;
	z-index:1;
	width:400px;
	top:67px;

}
/* ------ Header ------ */

#header{
	position:fixed;
	width:867px; 
	z-index:5;
	}
toptit {
	width:400px;
}
.kikiau{
	position:absolute;
	top:0px;
	left:219px;
	}
.name{
	margin:110px 0 0 49px;
}
.catch{
	margin:50px 0 0 45px;
}

/* ------ トップページ Navi ------ */
#mainnav{
	float:right;
	text-align:left;
}
#gnav {
	width: 146px;
	padding:61px 24px 0 0;
}
#gnav li {
}
#gnav li a {
	display: block;
 	padding:0 0 15px 0;

	text-decoration: none;
	color: #fff;
/*	background: #fff\9; /* IE8 以下 */
}
 li.topform img {

 	padding:3px 0 0 12px;

	text-decoration: none;
	color: #fff;
/*	background: #fff\9; /* IE8 以下 */
}
span.live{
	display: block;
 	padding:0 0 4px 0;

	text-decoration: none;
	color: #fff;
/*	background: #fff\9; /* IE8 以下 */
}

.social{
 	padding:45px 0 65px 12px;
}

.sociallist li a{
   float:left;
   padding:0 5px 0 0;

}
ul.sociallist{
	margin:4px 0 0 -3px;
	}
/* （Firefox Opera Safari）対策 */
ul.social:after{
   content:".";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
   font-size:0;
}


#mainnav .link{	
	padding:0 0 0 13px;
	}

#mainnav .link ul{
	margin:3px 0 0 0;
	padding:0px 0 3px 0;
}
#mainnav .link li a{
	display: block;
	padding:0 0 12px 0;	
}



/* ------ トップページコンテンツ ------ */
#cont.toppage{
	position:absolute;
	top:403px;
	left:206px;
	z-index:0;
	}

/* ------ フッター ------ */
#footer{
	clear:both;
	width:960px;
		}
#footer img {
	display:block;
	float:right;
	margin:0  30px 20px 0;
}
#copyright{
	clear:right;
	text-align:center;
	height:60px;
}
/* ------ サブページコンテンツ ------ */

#maincontent{
	position: relative;	
	padding:45px 38px 54px 75px;

}
/* ------ サブナビゲーション ------ */
#subnav{
	width:433px;
	float:right;
}
.line{
	clear:left;
	background:url(../images/back/line.png) repeat-x;
	height:5px;
	width:433px;
	margin:0 0 17px 0;
}
.line02{
	clear:left;
	background:url(../images/back/line02.png) repeat-x;
	height:7px;
	width:100%;
	margin:0 0 17px 0;
}
#navarea {
	width:433px;
	height:10px;
	margin:0 0 11px 5px;
}	
#subnav li a{
		display:block;
		float:left;
		margin:0 14px 0 0;
}
.home{
	display:block;
	float:right;
	margin-right:3px;
}

/* ------ サブページコンテンツ ------ */
#cont.prof{
	position:relative;
	margin:96px 0 0 0;
	height:600px;
	}

.read{
	position:absolute;
	z-index:2;
	top:78px;

}
.profile{
	position:absolute;
	z-index:2;
	top:273px;
	left:59px;
}
.profilephoto{
	position:absolute;
	z-index:0;
	top:10px;
	left:376px;
	}
.prof_hukidashi{
	position:absolute;
	z-index:10;
	top: 81px;
    left: 668px;
	}
	
/* ------ ヒストリー ------ */
#cont.history{
	margin:35px 0 0 0;
	}

#cont.history dl{
	margin:28px 0 0 0;
	line-height:180%;
	}
#cont.history dt,dd {
	padding: 0 0 3px 10px;
		line-height:200%;
		color:#221714;
}


#cont.history dt {
	clear: left;
	float: left;
	font-size:12px;
	width: 108px;
}

#cont.history dd {
	margin-left:108px;
}

#maincontent.profilepage{
		position: relative;	
	padding:45px 38px 54px 75px;
	min-height:1400px;
	min-width:867px;
	}

/*------------レポートページ-----------------------	*/
/*-----------------------------------------------------	*/
.repo{
	position:relative;
	margin:96px 0 0 0;
	height:188px;
	}
.repo .title{
	position:absolute;
	margin:5px 0 36px 0;
	z-index:2;
	}
#cont.report{
	margin:0 0 0 43px;
	width:748px;}

.repo .hukidashi{
	position:absolute;
	top:-97px;
	left:540px;
	z-index:3;
}
.tube .line {
	clear:left;
	background:url(../images/back/line02.png) repeat-x;
	height:7px;
	width:748px;
	margin:15px 0 15px 0;
}
.tubelink{
	float:right;

}
.tube h2{
	font-size:14px;
	line-height:190%;
	margin-bottom:25px;
	}

.tubephoto{
	display:block;
	max-width:100%;
	margin:0 0 5px 0px;
}
.player{
	border:#939393 1px solid;
}

.tubecontent{
	margin:0 auto 70px;
	width:592px;

}

.tubecontent h1{
	font-size:21px;
	font-weight:bold;
	line-height:190%;
}
.tubecontent h3{
	margin:10px 0 3px 0;
}
	

dl.backnumber{
	border:#525252 1px solid;
	padding:15px;
	height: 80px;
	width:560px;
	margin:0 auto;
	overflow: scroll;
	overflow-x:hidden;
	scrollbar-arrow-color:#ffffff;
	scrollbar-face-color:#ebebeb;
	scrollbar-3dlight-color:#ebebeb;
	scrollbar-darkshadow-color:#ebebeb;
	scrollbar-highlight-color:#ebebeb;
	scrollbar-shadow-color:#ebebeb;
	scrollbar-track-color:#ebebeb;
}

ul.backnumber{
	border:#525252 1px solid;
	padding:15px;
	height: 80px;
	width:560px;
	margin:0 auto;
	overflow: scroll;
	overflow-x:hidden;
	scrollbar-arrow-color:#ffffff;
	scrollbar-face-color:#ebebeb;
	scrollbar-3dlight-color:#ebebeb;
	scrollbar-darkshadow-color:#ebebeb;
	scrollbar-highlight-color:#ebebeb;
	scrollbar-shadow-color:#ebebeb;
	scrollbar-track-color:#ebebeb;
}

.backnumber li a{
	font-size:12px;}
	
.backnumber li a{
	text-indent:1em;
	font-size:12px;}

.backnumber li {
	text-indent:2em;
	font-size:12px;}
	
.backnumber dd a{
	font-size:12px;}
	
.backnumber dt a{
	text-indent:1em;
	font-size:12px;}

.backnumber dt {
	text-indent:2em;
	font-size:12px;}

/*------------ライブセミナーページ-----------------------	*/
/*-----------------------------------------------------	*/

#cont.live{
	position:relative;
	margin:96px 0 0 0;
	height:188px;
	}
img.livephoto{
	position:absolute;
	top:-97px;
	left:540px;
	z-index:3;
}

.live .line {
	clear:left;
	background:url(../images/back/line02.png) repeat-x;
	height:7px;
	width:748px;
	margin:15px 0 15px 0;
}
dl.date{
	display:block;
	padding:15px 0 15px 0;
	width:760px;
	height:760px;
	margin:0 auto;
}
.date dd{
  clear: both;
  display: block;
  height: 50px;
  width: 88px;
  float: left;
  font-size: 13px;
  margin-bottom: 11px;
	}
.date dt{
		display:block;
	height:50px;
	width:550px;
	float:left;
	text-indent:1em;
	font-size:15px;
	margin-bottom:10px;
	overflow:hidden;
	}
dt.syosai{
	padding:10px 0 10px 15px;
	margin:5px 0 5px 5px;
	display:block;
	height:20px;
	width:80px;
	float:left;
	background:#808080;
	color:#FFFFFF;
	margin-bottom:10px;
	}
.liveinfo{
	padding:0 0 50px 0; 
}
.livetop{
	float:left;
	margin-top:20px;
	}
img.livelist{
	display:block;
	padding:30px 0 15px 28px;
}
img.liveform{
	display:block;
	padding:0 0 0 28px;
}

/*------------bookページ-----------------------------	*/
/*-----------------------------------------------------	*/

#container.book {
	width: 100%;
	min-width: 980px;
	margin: 0 auto;
	background:url(../images/back/bk_book.png) top right no-repeat #FFFFFF;　
/*	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.1);
	box-shadow: 0 0 20px rgba(0,0,0,0.1);*/
}

#maincontent.book {
	  padding: 45px 38px 54px 0px;
}


.book_hukidashi{
	position:absolute;
	top:-60px;
	left:140px;
	z-index:3;
}
#cont.book{
	position:relative;
	margin:96px 0 0 75px;
	height:321px;
	}
#cont.buy {
	padding:0 0 0 122px;
}	
#cont.buy img{
	margin:0 23px 0 0 ;
}
img.btn{
	padding-top:126px;
	width:234px;
}
img.sale{
	padding-top:10px;}
#cont.sale{
	margin:52px 0 0 123px;

	}	
.sale_how{
	background:#fdeeed;
	margin:0 -38px 0 -123px;
	padding:25px 0 25px 123px;
	}
.sale_support{

	padding:33px 0 33px 0px;
	}
.sale_support img{
	padding:5px 0 5px 0px;
	}
	
.sale_support p{
	padding-top:0px;
	font-size:14px;}	
.formlink{
	height:180px;
	margin-bottom:30px;
}
.formlink img{
	display:block;
	float:left;
}
.formlink .link{
	padding:60px 46px 0 0;}
ul.review{
	clear:left;
	width:600px;
	margin-bottom:30px;
	}
.review li h2{
	font-size:16px;
	margin:28px 0 5px 0;
	}
.review li p{
	letter-spacing:160%;
	font-size:12px;
	padding:0px 0 3px 0;
	}

		
.customer .line {
	background:url(../images/back/line02.png) repeat-x;
	height:7px;
	width:748px;
	margin:15px 0 15px 0;
}
.schedule{
	min-height:740px;}						
/*-----------------------------------------------------	*/
/*	for 640px - 979px				*/


/*@media screen and (min-width: 640px) and (max-width: 979px) {

	/* ------ Column ------ */

	/* 左右に25pxの余白を設定 */
/*	.row {
		padding: 0 25px;
	}

}



/*-----------------------------------------------------	*/
/*	for - 639px					*/
/*-----------------------------------------------------	*/

/*@media screen and (max-width: 639px) {

	/* ------ Column ------ */

	/* 各カラムの横並びを解除し、縦１列に並べる */
/*	.col,
	.col.left,
	.col.right {
		float: none;
		width: auto;
		margin-left: 0;
	}


	/* ------ Header ------ */

/*	header {
		background: #000;
		padding-top: 0;
	}
	header .row:before {
		display: none;
	}

	header .col:first-child {
		height: 90px;
	}

	header h1 {
		margin: 0 auto;
		padding-top: 15px;
	}


	/* ------ Global Navi ------ */

	/* スマートフォン用表示では、横幅いっぱいに配置 */
/*	#gnav {
		float: none;
		width: 100%;
	}

	#gnav a {
		height: 25px;
		padding-top: 40px;
		font-size: 68%;
	}

	#gnav a:before {
		top: 10px;
	}


	/* ------ Mainvisual ------ */

/*	#mainvisual-button {
		padding: 15px 0;
	}


	/* ------ Article ------ */

/*	article {
		padding-bottom: 0;
	}

	article p {
		font-size: 90%;
	}


	/* ------ Index ------ */

/*	#index {
		padding-bottom: 0;
	}

	#index section {
		border-top: solid 1px #eee;
	}

	#index section a {
		padding: 15px 20px 15px 15px;
	}
	#index section a:after {
		content: "\66";
		font-family: 'icomoon';
		font-size: 11px;
		display: block;
		position: absolute;
		width: 10px;
		line-height: 10px;
		top: 50%;
		margin-top: -5px;
		transition-duration: 0.3s;
	}
	#index section a:link:after,
	#index section a:visited:after {
		right: 6px;
	}
	#index section a:hover:after,
	#index section a:active:after {
		right: 3px;
	}

	#index h1:after {
		display: none;
	}

	#index .img {
		margin-bottom: 0px;
	}


	/* ------ News ------ */

/*	#news {
		margin-top: 0;
		border-bottom: none;
	}

	#news dl a {
		padding: 15px 20px 15px 15px;
	}

	#news dt,
	#news dd {
		font-size: 90%;
	}


	/* ------ Sidebar ------ */

/*	#sidebar {
		margin-top: 0;
		border-bottom: none;
	}

	#sidebar section a {
		padding: 15px 20px 15px 15px;
	}


	/* ------ Page Top ------ */
/*
	#page-top p {
		font-size: 76%;
	}

	#page-top a {
		line-height: 35px;
	}


	/* ------ Utility ------ */

/*	#utility {
/*		position: static;		/* スマートフォン用の表示ではposition:staticとする */
/*		height: auto;
		padding: 15px 0;
		background-color: #f5f5f5;
		border-bottom: solid 1px #e5e5e5;
/*	}

	#utility .row {
		height: auto;
	}

	#country {
		float: none;
		width: 100%;
		text-align: center;
	}

	#country p {
		margin-top: 15px;
		color: #666;
		border-left-color: #ddd;
	}

	#country p a:link,
	#country p a:visited {
		color: #666;
	}
	#country p a:hover,
	#country p a:active {
		color: #38bdbb;
	}

	#search {
		float: none;
		width: auto;
		margin: 0 15px;
		text-align: center;
		background-color: #fff;
		border: solid 1px #e5e5e5;
	}

	#search input {
		width: 70%;
		height: 28px;
		color: #666;
	}

	#search a {
		width: 30%;
		line-height: 28px;
	}


	/* ------ Footer ------ */

/*	footer {
/*		border-top: solid 1px #fff;
	}

	footer nav {
		margin-top: 15px;
	}

	footer nav ul {
		padding: 0 15px;
		text-align: center;
	}

	#copyright {
		margin-bottom: 0;
		padding: 0 15px;
		text-align: center;
	}

	footer .logo {
		padding: 20px 0 30px;
		text-align: center;
	}


/* ------ Font ------ */

/* 各ブラウザに対応したWebフォントを指定 
@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot');
	src:url('fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('fonts/icomoon.woff') format('woff'),
		url('fonts/icomoon.ttf') format('truetype'),
		url('fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/
/* ------ Column ------ */