/*　全体　*/

body {
	background: #fff;
	height:auto;
	font-size:14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px;
	padding: 0px;
}

html, body,p,div {
	margin: 0px;
	padding: 0px;
}


/**
 * List used for the demo page
 */
ul {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	list-style: none;

	-webkit-perspective: 338px;
	   -moz-perspective: 338px;
	    -ms-perspective: 338px;
	     -o-perspective: 338px;
	        perspective: 338px;
}
ul li {
	position: relative;
	padding:5px 0;
	background: #ddd;
	color: #000;
	font-size: 18px;
	z-index: 2;
	margin: 0px auto;
	text-align:center;
	overflow:hidden;

		-webkit-transform: translateZ(0px);
		   -moz-transform: translateZ(0px);
		    -ms-transform: translateZ(0px);
		     -o-transform: translateZ(0px);
		        transform: translateZ(0px);
	}
	ul li:nth-child(odd) {
		background: #ededed;
	}


/*　スクロールイベント　*/

.scrEvent {
		-webkit-transform: translateZ(0px);
		   -moz-transform: translateZ(0px);
		    -ms-transform: translateZ(0px);
		     -o-transform: translateZ(0px);
		        transform: translateZ(0px);
}

/*　共通　*/

.mt5{ margin-top:5px;}
.mt10{ margin-top:10px;}
.mt15{ margin-top:15px;}
.mt20{ margin-top:20px;}
.mt25{ margin-top:25px;}
.mt30{ margin-top:30px;}
.mt35{ margin-top:35px;}
.mt40{ margin-top:40px;}
.mt45{ margin-top:45px;}
.mt50{ margin-top:50px;}

.ml3{ margin-left:3px;}

.fl{ float:left;}

/*　ヘッダー　*/

#hd{
	background-color:#fff;
	color:#900;
	width:100%;
	height:50px;
	position:fixed;
	z-index:100;
}

.hd_sc {
	margin:0 ;
	padding-left:5px;
	float:left;
}

/*　ヘッダースライド　*/


#slide_hd {
	font-size: 85%;
	position: fixed;
	width: 50px;
	height: 50px;
	top: 0;
	right: 0;
	color: #666;
	background: #eee;
}
#slide-in_hd {
	padding: 5px;
}
#slide_hd p {
	margin: 0;
}
#slide_hd a {
	text-decoration: none;
	cursor: pointer;
	margin:0;
}
#slide_hd #open-btn_hd {
	position: absolute;
	left: 5px;
	top: 5px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background: url(/sp/img/btn_right.png);
}

#slide-contents_hd{
	height: 40px;
	overflow:hidden;
}

/*　コンテンツ　*/

.w-img {
	padding-top:50px;
	margin:0;
	width: 100%;
}

.youtube {
	position: relative;
	padding:0;
	margin:0;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.more_box{
	width:100%;
	height:50px;
	padding:30px 0 30px 0 ;
	background:#FFF;

}

.more{
	width:80%;
	height:46px;
	display:block;
	margin:0px auto 0px auto;
	background-color:#EEEEEE;
	border:#CCC 2px solid;
	text-align:center;
	color:#999999;
	line-height:46px;
	font-size:24px;
	font-weight:bold;
	text-decoration:none;
    border-radius: 25px;
}

/*　タイトル　*/

#ttl_pickup{
	margin-top: -50px;
    padding-top: 50px;
	width:100%;
	height:60px;
	background: #fff;
	text-align:center;
}

#ttl_new{
	margin-top: -50px;
    padding-top: 50px;
	width:100%;
	height:60px;
	background: #fff;
	text-align:center;
}

#ttl_seminar{
	margin-top: -50px;
    padding-top: 50px;
	width:100%;
	height:60px;
	background: #fff;
	text-align:center;
}

#ttl_search{
	margin-top: -50px;
    padding-top: 50px;
	width:100%;
	height:60px;
	background: #fff;
	text-align:center;
}

.ttl_bl{
	margin-top: -50px;
    padding-top: 50px;
	width:100%;
	height:60px;
	background: #98bede;
	text-align:center;
}

.ttl_bl2{
	width:100%;
	height:60px;
	background: #98bede;
	text-align:center;
}

/*　フッター　*/

#ft{
	width:100%;
	height:50px;
	z-index:300;
}

/*　フッター　*/

.ft_ic {
	width: 100px;
	height: 40px;
	cursor: pointer;
	z-index:100;
    padding:0;
    display: block;
	float:left;
	margin:0px 0px 5px 5px ;
}

.ft_tx{
	margin:0 auto 0 auto;
	font-size:12px;
	text-align:center;
	overflow:hidden;
	white-space:nowrap;
}

.ft_bnr{
	text-align:center;
	height:78px;
	background-color:#FFF;
	border:#CCC 1px solid;
}

.ft_btn{
	display: inline-block;
	text-align:center;
	font-size:16px;
	width:180px;
	height:38px;
	line-height:38px;
	background-color:#FFF;
	border:#CCC 1px solid;
	margin:5px 5px 5px 5px ;
	color: #777;
    border-radius: 5px;
	text-decoration:none;
	font-weight:bold;
	cursor:pointer;
}


.page-top {
	position: absolute;
	right: 50px;
	top: 5px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index:100;
    padding:0;
    display: block;
}
/*　フッタースライド　*/


#slide {
	position: fixed;
	width: 100%;
	height: 50px;
	bottom: 0;
	right: 0;
	color: #fff;
	background: rgba( 0, 0, 0, 0.7 );
}
#slide-in {
	padding: 5px;
}
#slide p {
	margin-bottom: 0;
}
#slide a {
	text-decoration: none;
	cursor: pointer;
}
#slide h3 {
	margin-bottom: 0px;
}
#slide #open-btn {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background:url(/sp/img/btn_close.png);
}

/* フォーム ------------------------------*/

.in_tx00{
	width:90%;
	font-size:120%;
	padding:5px;
	margin-left:2px;
	border:2px solid #cccccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.in_tx01{
	width:60px;
	font-size:120%;
	padding:5px;
	margin-left:2px;
	border:2px solid #cccccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


textarea{
	width:90%;
	font-size:120%;
	margin-left:2px;
	padding:5px;
	height:80px;
	border:2px solid #cccccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
select{
	font-size:120%;
	padding:5px;
	border:2px solid #cccccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

input[type="checkbox"] {
    -webkit-transform: scale(2);
    transform: scale(2);
	margin:10px;
}

input[type="radio"] {
    -webkit-transform: scale(2);
    transform: scale(2);
	margin:10px;
}

input[type="submit"]{
	width:160px;
	height:80px;
	font-size:120%;
	font-weight:bold;
	padding: 5px 20px ;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFAA33), to(#FF8800));
	background: -moz-linear-gradient(top, #FFAA33, #FF8800);
	border: 1px #F27300 solid;
	color: #FFF;
	-webkit-appearance: none;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0 2px 2px #CCC;
	text-shadow: 1px 2px 3px #C45C00;
	cursor: pointer;
	margin-bottom:50px;
}

.hd_ip {
	width: 220px;
	font-size:100%;
	padding:4px;
	margin-left:60px;
	border:1px solid #cccccc;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	height: 30px;
	float:left;
}


/* テーブル ------------------------------*/

table.tb_f {
	border-collapse: collapse;
	margin:10px 0;
	background-color:#FFF;
}
.tb_f th.t_top {
    border-top: #b3b3b3 4px solid;
}
.tb_f th {
	border-bottom: #e3e3e3 1px solid;
	border-left: #e3e3e3 1px solid;
	text-align: left;
	background: #f7f7f7;
	padding: 10px;
	font-weight: normal;
	white-space: nowrap;
}
.tb_f td.t_top {
	border-top: #98bede 4px solid;
}
.tb_f td {
	border-bottom: #e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid;
	text-align: left;
	padding: 10px;
}

.tb_f td.one_t {
	border-bottom: #e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid;
	border-left: #e3e3e3 1px solid;
	text-align: left;
	padding: 10px;
}

.tb_f th.t_ttl {
	border-top: #98bede 4px solid;
	border-right: #e3e3e3 1px solid;
	text-align:center;
	color: #3E548E;
	white-space: nowrap;
}

.tb_f th.t_ttl1 {
	border-top: #98bede 4px solid;
	border-right: #e3e3e3 1px solid;
	text-align:left;
	color: #3E548E;
	white-space: nowrap;
	font-size:30px;
}

.tb_f th.t_ttl2 {
	border-top: #98bede 4px solid;
	border-right: #e3e3e3 1px solid;
	text-align:left;
	color: #3E548E;
	white-space: nowrap;
	font-size:30px;
}

.ct{
	text-align:center;
}

/* カードSP ------------------------------*/
#slide_cd {text-align:center;width: 318px;height: 192px;margin:0px auto;}
#slide-in_cd {padding:0;}
#slide_cd p {margin-bottom: 0;}
#slide_cd a {text-decoration: none;cursor: pointer;}
#slide_cd #open-btn_cd {text-align:center;width: 318px;height: 192px;cursor: pointer;background-repeat:no-repeat, no-repeat;background-position:top, top;background-image:url("../img_card/card_close_minami.png"), url("../img_card/card_minami.jpg");}
#slide-contents_cd{width: 318px;height: 90px;margin-top:5px;overflow:hidden;}
.img_yt{width:160px;height:90px;background-image:url(../img_card/ttl_0000.jpg);background-size:160px 90px;float:left;}


/* ストリーミング追加 ------------------------------*/

.fr{ float: right;}


.ft_login {
	width: 100px;
	height: 40px;
	cursor: pointer;
	z-index:100;
    padding:0;
    display: block;
	float:left;
	margin:0px 5px 5px 0px ;
}

.ft_set {
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index:100;
    padding:0;
    display: block;
	float:left;
	margin:0px 5px 5px 0px ;
}

.btn_blue a{
	width:200px;
	height:40px;
	display:block;
	margin:0px auto 0px auto;
	background-color:#98bede;
	text-align:center;
	color:#ffffff;
	line-height:40px;
	font-size:120%;
	font-weight:bold;
	text-decoration:none;
    border-radius: 20px;
}

.mylist_cd {text-align:center;width: 318px;height: auto;margin:0px auto;}

.mylist_in {
	width:318px;height:179px;background-image:url(../img_card/ttl_etou.jpg);background-size:318px 179px;}

.mylist_ic{
	position: absolute;
	top:0;
	right:0;
}

.ic_pdf{
	margin:3px 8px 0px 0px ;
}
.ic_msg{
	margin:5px 8px 0px 0px ;
}

.ttl_or{
	margin-top: -50px;
    padding-top: 50px;
	width:100%;
	height:60px;
	background: #F90;
	text-align:center;
}

.error_red{
	background-color: #F00;
	color:#FFF;
	padding:3px;
	margin:3px;
	font-weight:bold;
}


/* ボタン追加 ------------------------------*/

.btn_yes{
	width:140px;
	height:80px;
	line-height:80px;
	display:block;
	font-size:120%;
	font-weight:bold;
	padding: 5px 20px ;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFAA33), to(#FF8800));
	background: -moz-linear-gradient(top, #FFAA33, #FF8800);
	border: 1px #F27300 solid;
	color: #FFF;
	text-decoration:none;
	-webkit-appearance: none;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0 2px 2px #CCC;
	text-shadow: 1px 2px 3px #C45C00;
	cursor: pointer;
	margin:20px 10px 20px 5px ;
	float:left;
}

.btn_no{
	width:140px;
	height:80px;
	line-height:80px;
	display:block;
	font-size:120%;
	font-weight:bold;
	padding: 5px 20px ;
	background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#666666));
	background: -moz-linear-gradient(top, #cccccc, #666666);
	border: 1px #888888 solid;
	color: #FFF;
	text-decoration:none;
	-webkit-appearance: none;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0 2px 2px #CCC;
	text-shadow: 1px 2px 3px #555555;
	cursor: pointer;
	margin:20px 5px 20px 10px ;
	float:left;
}

.mylist_ic_gomi{
	position: absolute;
	bottom:0;
	right:0;
	margin:0px 3px 3px 0px ;
}
