body {
	-webkit-text-size-adjust: 100%;
}

/* centering */
/*#tk_head,
#contents,
#tk_foot {
	width:1000px;
	margin:0 auto;
}*/

/* basic */
/*#contents {
	color: #fff; background:#fff;
	font-size:14px;
	font-family: 'Meiryo', 'メイリオ', Verdana,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',sans-serif;
	min-width:1000px;
	min-height: 100%;
	height:100%;
	padding:40px 0;
	line-height:1.8;
}*/

/*#contents div, #contents h1, #contents h2, #contents h3, #contents h4, #contents h5, #contents h6, #contents p, #contents img, #contents ul, #contents ol, #contents li, #contents dl, #contents dt, #contents dd, #contents table, #contents th, #contents td, #contents thead, #contents tbody, #contents tfoot, #contents caption, #contents blockquote, #contents pre, #contents address, #contents form, #contents fieldset, #contents legend, #contents iframe { border: none; outline: none; padding: 0; margin: 0; }

#contents li { list-style-position: outside; }
#contents ul li { list-style-type: none; }

#contents table { width: 100%; border-collapse: collapse; border-spacing: 0; color:#444; }
#contents th, #contents td { text-align: left; vertical-align: top; border:none; }
 
#contents pre { overflow-x: auto; }
#contents textarea { width: 99%; overflow: auto; }
#contents iframe { display: block; width: 100%; overflow: hidden; }
*/

a img {
	border: none;
}

.__min {
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-weight: 600;
}

img {
	max-width: 100%;
	height: auto;
}

/***********************************************************
 * key visual
************************************************************/
#kv {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}



/***********************************************************
 * contentsInner
************************************************************/
#contentsInner {
	width: 1000px;
	margin: 0 auto;
	padding: 30px 0px !important;
	background: #fff;
	font-size:14px;
	font-family: 'Meiryo', 'メイリオ', Verdana,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',sans-serif;
}

/*******************************************************************
 * SNS
 *******************************************************************/
.sns div {
	margin-bottom: 10px;
}

.sns ul li {
	display: inline-block;
}

/***********************************************************
 * lead txt
************************************************************/
.section {
	clear: both;
	/*font-size: 14px;*/
	padding: 0px 15px !important;
	color: #000;
}
/*.section h2 {
	color: rgba(255,255,255,1.0);
}
.section h2 span {
	background: #E84409;
	padding: 3px 10px;
}*/
.section a,
.section a:visited,
.section a:active {
	color: #E84409;
}
.section a:hover {
	color: #384B9D;
}



/*-------------------------------------------
** 開催概要
-------------------------------------------*/
.area_outline table {
	width: 100%;
	margin-bottom: 0;
}
.area_outline table th,
.area_outline table td {
	/*width: calc(100% / 4);*/
	width: 25%;
	padding: 10px;
}
.area_outline table th {
	color: rgba(255,255,255,1.0);
	background: rgba(128,198,67,1.0);
	text-align: center;
	border-left: 1px solid rgba(255,255,255,1.0);
	font-size: 1.15rem;
}
.area_outline table td {
	color: rgba(0,0,0,1.0);
	background: rgba(248,248,248,1.0);
	text-align: center;
	font-size: 1rem;
	line-height: 1.3;
	letter-spacing: -0.05em;
	font-weight: 700;
	border-bottom: 1px solid rgba(220,220,220,1.0);
	border-left: 1px solid rgba(220,220,220,1.0);
}
.area_outline table th:first-child,
.area_outline table td:first-child {
	border-left: none;
}
.area_outline table td span a,
.area_outline table td span a:visited,
.area_outline table td span a:active {
	color: rgba(0,0,0,1.0);
	text-decoration: none;
}
.area_outline table td span a:hover {
	text-decoration: underline;
	color: rgba(255,100,0,1.0);
}


.outline table {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	border-collapse: separate;
	border-spacing: 0 0px;
	border: none;
}
.outline table th,
.outline table td {
	padding: 10px;
	border: none;
	margin-bottom: 10px;
}
.outline table th {
	vertical-align: middle;
	text-align: left;
	width: 20%;
	overflow: visible;
	position: relative;
	font-weight: bold;
	color: rgba(255,255,255,1.0);
	background: rgba(227,82,56,1.0);
	text-align: center;
	border-bottom: 3px solid rgba(255,255,255,1.0);
	-webkit-border-radius: 0px 0 0 0px;
	border-radius: 0px 0 0 0px;
	font-size: 1rem;
}
.outline table td {
	width: 80%;
	padding-left: 20px;
	color: rgba(0,0,0,1.0);
	background: rgba(248,248,248,1.0);
	font-size: 14px;
	/*font-weight: 700;*/
	border-bottom: 3px solid rgba(255,255,255,1.0);
	vertical-align: middle;
}
.outline table td img {
	vertical-align: middle;
}
.outline table td a,
.outline table td a:visited,
.outline table td a:active,
.outline table td a:hover {
	color: rgba(0,0,0,1.0);
	text-decoration: none;
}

.outline table td ul {
	list-style: none;
}
.outline table td ul li {
	display: inline-block;
}

.brder-R {
	border-right: 1px solid rgba(255,255,255,1.0);
}
.brder-R2 {
	border-right: 1px solid rgba(220,220,220,1.0);
}
.brder-B {
	border-bottom: 1px solid rgba(255,255,255,1.0);
}

._price {
	background: rgba(30,30,30,1.0);
	color: rgba(255,255,255,1.0);
	padding: 2px 7px 1px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}


.__ul h4 {
	color: rgba(0,160,233,1.0);
	border-top: 1px solid rgba(0,160,233,1.0);
	border-bottom: 1px solid rgba(0,160,233,1.0);
	background: rgba(211,237,251,1.0);
	text-align: center;
	margin-bottom: 15px;
}
.__ul ul {
	margin-left: 1.5em;
}
.__ul ul li {
	margin-bottom: 5px;
}

.__archive {
	
}
.__archive {
	margin-left: 1.4em;
}
.__archive li {
	list-style: disc;
}



/*-------------------------------------------
* sponsor
-------------------------------------------*/
.sponsor {
	/*width: 33.33333%;*/
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 40px;
}
.sponsor-L {
	/*width: 33.33333%;*/
	width: 50%;
	float: left;
	text-align: center;
}
.sponsor-R {
	/*width: 33.33333%;*/
	width: 50%;
	float: right;
	text-align: center;
}
.sponsor img,
.sponsor-L img,
.sponsor-R img {
	padding-top: 25px;
}
.spns-tag {
	color: rgba(227,82,56,1.0);
	background: rgba(255,255,255,1.0);
	border-bottom: 5px solid rgba(227,82,56,1.0);
	font-size: 1rem;
	font-weight: 700;
	text-align: center;
	margin: 0 auto 30px;
	padding: 3px 20px 2px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
.spns-tag-2 {
	color: rgba(128,198,67,1.0);
	background: rgba(255,255,255,1.0);
	border-bottom: 3px solid rgba(128,198,67,1.0);
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	margin: 0 auto 30px;
	padding: 3px 20px 2px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

}

.green-tag {
	padding: 0px 9px 0px;
	border-radius: 33px;
	font-size: 11px;
	display: inline-block;
	margin-bottom: 10px;
}

.__logo:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	font-size: 0.1em;
	line-height: 0;
}
.__logo-all {
	width: 100%;
	text-align: center;
}
.__logo-L {
	width: 49%;
	float: left;
	text-align: center;
}
.__logo-R {
	width: 49%;
	float: right;
	text-align: center;
}

.__logo ul {
	list-style: none;
}
.__logo ul li {
	display: inline-block;
	margin-left: 15px;
	margin-right: 15px;
}
.__logo ul li img {
	padding-top: 25px;
	max-width: 100%;
	vertical-align: middle;
}

.__h-30 {
	width: auto;
	height: 30px;
}
.__h-40 {
	width: auto;
	height: 40px;
}
.__h-50 {
	width: auto;
	height: 50px;
}
.__h-60 {
	width: auto;
	height: 60px;
}
.__h-70 {
	width: auto;
	height: 70px;
}
.__h-72 {
	width: auto;
	height: 72px;
}
.__h-80 {
	width: auto;
	height: 80px;
}
.__h-90 {
	width: auto;
	height: 90px;
}
.__h-100 {
	width: auto;
	height: 100px;
}


/*-------------------------------------------
** タイムスケジュール、プログラム
-------------------------------------------*/
._head-ttl {
	/*background: rgba(220,220,220,0.2);*/
	/*border-bottom: 3px dotted rgba(147,130,78,1.0);*/
	padding: 10px 0;
	color: rgba(0,0,0,1.0);
	font-size: 24px;
	font-weight: 700 !important;
}

/*-------------------------------------------
** Time and Label
-------------------------------------------*/
._time-label {
	color: rgba(0,0,0,1.0);
	text-align: left;
	font-size: 15px;
	position: relative;
	background: rgba(235,235,235,1.0);
}
._time-label .__time {
	/*border-right: 1px solid rgba(255,255,255,1.0);*/
	color: rgba(255,255,255,1.0);
	background: rgba(98,126,185,1.0);
	/*background: -moz-linear-gradient(left, rgba(61,171,164,1) 0%, rgba(0,109,173,1) 100%);
	background: -webkit-linear-gradient(left, rgba(61,171,164,1) 0%,rgba(0,109,173,1) 100%);
	background: linear-gradient(to right, rgba(61,171,164,1) 0%,rgba(0,109,173,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3daba4', endColorstr='#006dad',GradientType=1 );*/
	padding: 7px;
	text-align: center;
	font-weight: 700;
	float: left;
	width: 160px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
._time-label .__label {
	color: rgba(0,0,0,1.0);
	padding: 7px 7px 7px 15px;
	font-weight: 700;
	float: left;
	width: 810px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}



.__track-wrap {
	color: rgba(255,255,255,1.0);
}
.__track-wrap > div {
	width: 50%;
	float: left;
	padding: 5px 5px 3px;
	text-align: center;
	font-weight: 700;
	font-size: 120%;
	background: rgb(61,171,164);
	background: -moz-linear-gradient(left, rgba(61,171,164,1) 0%, rgba(0,109,173,1) 100%);
	background: -webkit-linear-gradient(left, rgba(61,171,164,1) 0%,rgba(0,109,173,1) 100%);
	background: linear-gradient(to right, rgba(61,171,164,1) 0%,rgba(0,109,173,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3daba4', endColorstr='#006dad',GradientType=1 );
}
.__track-wrap div:first-child {
	border-right: 1px dotted rgba(255,255,255,1.0);
}



/*-------------------------------------------
** Session周り
-------------------------------------------*/
._ttl {
	font-size: 22px;
	color: rgba(227,82,56,1.0);
	line-height: 1.3;
	letter-spacing: normal;
	line-height: 1.2;
	/*padding-right: 10px;
	margin-top: 7px;*/
}
._overview {
	/*font-size: 13px;*/
	margin-bottom: 18px;
	padding-bottom: 12px;
	border-bottom: 1px dotted rgba(240,131,0,1.0);
}
._tti-border {
	padding-bottom: 7px;
	padding-top: 0px;
	margin-bottom: 10px;
	border-bottom: 1px dotted rgba(0,0,0,1.0);
}
._tti-btm {
	margin-bottom: 18px;
	padding-bottom: 12px;
	border-bottom: 1px dotted rgba(69,176,53,1.0);
}

.__session-tag {
	color: rgba(255,255,255,1.0);
	background: rgb(61,171,164);
	background: -moz-linear-gradient(left, rgba(61,171,164,1) 0%, rgba(0,109,173,1) 100%);
	background: -webkit-linear-gradient(left, rgba(61,171,164,1) 0%,rgba(0,109,173,1) 100%);
	background: linear-gradient(to right, rgba(61,171,164,1) 0%,rgba(0,109,173,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3daba4', endColorstr='#006dad',GradientType=1 );
	font-size: 11px;
	font-weight: 700;
	text-align: center;
	margin: 0 auto 30px;
	padding: 3px 20px 2px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.__col-2 {
	width: 50%;
	float: left;
}


.schedule {
	width: 100%;
	/*margin-right: auto;?*/
	/*margin-left: auto;*/
	border-collapse: separate;
	border-spacing: 0px 15px;
	border: none;
	display: inline-block;
	float: left;
}
.schedule-left {
	float: left;
	width: 55%;
}
.schedule-right {
	float: right;
}

.schedule th {
	padding: 10px;
	border: none;
	vertical-align: middle;
	text-align: left;
	width: 100px;
	overflow: visible;
	position: relative;
	font-weight: bold;
	color: rgba(255,255,255,1.0);
	text-align: center;
}
.schedule td {
	border: none;
	/*width: 1000px;*/
	padding-left: 0;
	padding-top: 3px;
	color: rgba(0,0,0,1.0);
	background: rgba(255,255,255,1.0);
}



.__detail {
	width: 100%;
}
.__speaker {
	width: 43%;
	float: right;
	padding-top: 0;
}

.__speaker-col-1 {
	width: 100%;
	float: left;
	padding-top: 20px;
}
.__speaker-col-2 {
	width: 50%;
	float: left;
	padding-top: 10px;
}
.__speaker-col-3 {
	width: 33.3333333%;
	float: left;
	padding-top: 10px;
}
.__speaker-col-4 {
	width: 25%;
	float: left;
	padding-top: 10px;
}
[class^='__speaker-col-'].__pd {
	padding: 0 0px;
}

.__runtime {
	margin-bottom: 10px;
	border-bottom: 2px solid rgba(186,227,249,1.0);
}
.__runtime span.__jikan {
	color: rgba(33,33,33,1.0);
	background: rgba(186,227,249,1.0);
	padding: 5px 5px 3px 10px;
	font-size: 12px;
	font-weight: 700;
	width: 160px;
	text-align: center;
	display: inline-block;
}
.__runtime span.__subttl {
	color: rgba(0,117,194,1.0);
	padding: 5px 5px 0px 10px;
	font-size: 16px;
	font-weight: 700;
	display: inline-block;
}

.__person {
	position: relative;
	margin-bottom: 15px;
	/*height: 110px;*/
}
.__person .__ph {
	width: 20%;
	float: left;
	margin-left: 0px;
	/*position: absolute;
	left: 0;
	bottom: 0;*/
}
.__person .__ph img {
	max-width: 100%;
	height: auto;
	border: 1px solid rgba(33,33,33,1.0);
}
.__person .__name {
	width: 250px;
	float: left;
	margin-left: 10px;
}
.__person .__profile {
	width: 75%;
	float: right;
	font-size: 13px;
	line-height: 1.3;
}

.__person .__name-2 {
	width: 100%;
	padding-left: 120px;
	padding-right: 15px;
	position: absolute;
	right: 0;
	bottom: 0;
}

.__person-2 {
	position: relative;
	margin-bottom: 15px;
}
.__person-2 .__ph {
	width: 110px;
	float: left;
}
.__person-2 .__ph img {
	width: 110px;
	height: auto;
	border: 1px solid rgba(33,33,33,1.0);
}
.__person-2 .__name {
	width: 180px;
}
.__person-2 .__name-2 {
	width: 100%;
	padding-right: 15px;
	padding-left: 120px;
	float: right;
	margin-left: -120px;
}

.__right {
	width: 860px;
	float: right;
}
.__left img {
	margin-top: 0px;
	margin-right: 15px;
	border: 1px solid rgba(150,150,150,1.0);
	width: 110px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

._ic-m {
	background: url(../images/ic-arrow.png) left center no-repeat;
	padding-left: 10px;
	background-size: 6px auto;
	color: rgba(185,23,66,1.0);
}


/*------------------
**
** profile
**
--------------------------*/
._speaker {
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	color: rgba(0,0,0,1.0);
}
._speaker:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	font-size: 0.1em;
	line-height: 0;
}
.__overview {
	font-size: 13px;
	padding-right: 0;
	line-height: 1.5;
}
.__shoulder {
	font-size: 14px;
	line-height: 1.3;
	margin-bottom: 6px;
	letter-spacing: -0.02em;
	text-align: left;
}
.__profview {
	font-size: 11px;
	line-height: 1.3;
	color: rgba(60,60,60,1.0);
}


/*
** profile btn
-------------------------------*/
.__btn {
	display: block;
	width: 160px;
	padding: 6px 0 3px;
	background: rgba(33,33,33,1.0);
	color: rgba(255,255,255,1.0) !important;
	text-decoration: none;
	font-size: 11px;
	text-align: center;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.__btn:hover {
	display: block;
	width: 160px;
	padding: 6px 0 3px;
	background: rgba(0,0,0,0.5);
	color: rgba(255,255,255,1.0) !important;
	text-decoration: none;
	font-size: 11px;
	text-align: center;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}



/*-------------------------------------------
** break
-------------------------------------------*/
.break {
	color: rgba(255,255,255,1.0);
	background: url(../images/line.png) left center repeat-x;
	text-align: center;
	font-size: 14px;
	position: relative;
	margin-bottom: 25px;
}
.break span {
	background: rgba(0,0,0,1);
	color: rgba(255,255,255,1.0);
	padding: 2px 15px 1px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}


/*--------------------------------------------------
*
* 申し込み、問い合わせ
*
--------------------------------------------------*/
._reg {
	width: 350px;
	/*height: 70px;*/
	margin-left: auto;
	margin-right: auto;
}
._reg img {
	-webkit-border-radius: 35px;
	border-radius: 35px;
}

._reg a {
	padding: 30px 15px;
	text-align: center;
	background: rgba(98,126,185,1.0) url(../images/ic-arrow-right.png) 90% center no-repeat;
	background-size: 25px auto;
	border: 2px solid rgba(98,126,185,1.0);
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	color: rgba(255,255,255,1.0);
	-webkit-border-radius: 10px;
	border-radius: 10px;
	display: block;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
._reg a:hover {
	color: rgba(255,255,255,1.0) !important;
	background: rgba(98,126,185,0.8) url(../images/ic-arrow-right-ov.png) 92% center no-repeat;
	background-size: 40px auto;
	border: 2px solid rgba(98,126,185,0.0);
	-webkit-border-radius: 0;
	border-radius: 0;
}
._reg a:visited,
._reg a:active{
	color: rgba(255,255,255,1.0);
}

._reg span._end {
	padding: 10px 10px;
	text-align: center;
	background: rgba(100,100,100,1.0);
	background-size: 25px auto;
	border: 2px solid rgba(100,100,100,1.0);
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	color: rgba(255,255,255,1.0);
	-webkit-border-radius: 10px;
	border-radius: 10px;
	display: block;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

._col-6 {
	width: 50%;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
}


/*-------------------------------*/
a.__reg {
	padding: 2px 35px 1px 7px;
	text-align: center;
	background: rgba(98,126,185,1.0) url(../images/ic-arrow-right.png) 93% center no-repeat;
	background-size: 15px auto;
	border: 1px solid rgba(98,126,185,1.0);
	font-weight: bold;
	text-decoration: none;
	color: rgba(255,255,255,1.0) !important;
	border-radius: 5px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
a.__reg:hover {
	color: rgba(255,255,255,1.0) !important;
	background: rgba(98,126,185,0.8) url(../images/ic-arrow-right-ov.png) 95% center no-repeat;
	background-size: 15px auto;
	border: 1px solid rgba(98,126,185,0.0);
	border-radius: 5px;
}
a.__reg:visited,
a.__reg:active{
	color: rgba(255,255,255,1.0);
}
/*-------------------------------*/

/* 問い合わせ */
.contact {
	width: 450px;
	margin: 0 auto;
	padding: 15px;
	color:  rgba(0,0,0,1.0);
	background: rgba(248, 248, 248,1.0);
	border: 3px solid rgba(98,126,185,1.0);
	/*background: #c9bc9c;*/
	clear: both;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.contact h3 {
	margin-bottom: 15px;
}
.contact p{
	text-align: center !important;
}


/*------------
** お申し込みについて
---------------------------------------*/
h4.regi {
	color: rgba(255,255,255,1.0);
	background: url(../images/line-reg.png) left center repeat-x;
	text-align: center;
	font-size: 18px;
	position: relative;
	margin-top: 100px;
}
h4.regi span {
	background: rgba(0,0,0,1.0);
	padding: 0 1em;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	text-align: center;
}

table.regist {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	border-collapse: separate;
	border-spacing: 0px 15px;
	border: none;
}

table.regist th,
table.regist td {
	padding: 10px;
	border: none;
}

table.regist th {
	vertical-align: middle;
	text-align: left;
	width: 20%;
	overflow: visible;
	position: relative;
	font-weight: bold;
	color: rgba(0,0,0,1.0);
	border: 1px solid rgba(0,0,0,1.0);
	/*background: rgba(0,88,155,1.0);*/
	text-align: center;
}

table.regist td {
	width: 80%;
	padding-left: 20px;
	color: rgba(0,0,0,1.0);
	background: rgba(248,248,248,1.0);
	font-size: 14px;
	/*font-weight: 700;*/
}


.__update {
	border: 1px solid rgba(0,0,0,1.0);
	color: rgba(0,0,0,1.0);
}

/*--------------------------------------------
 * modal profile
 -------------------------------------------*/
.modal {
	width: 720px;
	background: #D7000F;
	padding: 30px;
	color: #333;
	position: relative;
	font-family: 'Meiryo', 'メイリオ', Verdana,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',sans-serif;
}
.modal table {
	border-collapse: collapse;
	border: none;
	background: #fff;
}
.modal td {
	padding: 10px;
}
.modalBr {
	border-bottom: 1px solid #D7000F;
}
.ph {
	width: 205px;
	height: 205px;
	position: absolute;
	top: 35px;
	left: 35px;
}

/*--------------------------------------------
* 書影
-------------------------------------------*/
._book {
	position: relative;
	padding: 60px 20px 60px 200px;;
	margin-bottom: 60px;
	margin-top: 120px;
	background: rgba(255,255,255,1.0);
	border: 1px solid rgba(13,70,45,1.0);
	-webkit-box-shadow: 0 1px 3px 2px rgba(200,200,200,0.5);
	box-shadow: 0 1px 3px 2px rgba(200,200,200,0.5);
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
._book:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	font-size: 0.1em;
	line-height: 0;
}
._book ._cover {
	position: absolute;
	bottom: 15px;
	left: 25px;
	width: 130px;
}
._book ._cover img {
	max-width: 100%;
	border: 1px solid rgba(0,0,0,1.0);
}
._book ._text {
	width: 100%;
	float: right;
}
._book-tag {
	background: rgba(246,211,0,1.0);
	color: rgba(0,0,0,1.0);
	padding: 7px 30px 4px 30px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

/**/
.__bookcover {
	position: absolute;
	top: -5px;
	right: 0;
	width: 120px;
}
.__bookcover img {
	max-width: 100%;
	border: 1px solid rgba(0,0,0,1.0);
}

.float-l {
	float: left;
}

._cover_right_book {
    position: absolute;
    bottom: 15px;
    left: 236px;
    width: 130px;
}


._cover_right_book img {
	max-width: 100%;
    border: 1px solid rgba(0,0,0,1.0);
}

.vip {
	margin-top: 4px;
}

.black {
	color: black;
}

.track-right {
	border-right :1px dashed rgba(182,199,192,1.0);
}