@charset "utf-8";

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;
}
section,article,aside,nav,header,footer,hgroup,details,figcaption,figure,menu {
	display:block;
}
a{outline: none;}
img {border: 0;}

body {
		font-family: "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
	font-size: 16px;
	line-height: 1.4;
	color: #333333;
	-webkit-text-size-adjust: 100%;
}

a.overwhite:hover img {
    cursor:pointer;
    filter: alpha(opacity=80);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=80)";  /* ie 8 */
    -moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.8;              /* Safari 1.x */
    opacity:0.8;
    zoom:1;
}

h4, h5 {font-weight: bold;}

/* =====================================================
   ヘッダー
===================================================== */
.wrapper{
	position: relative;
}
.header-logo{
	background: #000;
}
.header-logo .logo01{
	position: absolute;
	top: 10px;
	right: 10px;
	text-align: center;
	line-height: 0;
}
.header-logo .logo01 img{
	width: 50px;
	height: 50px;
	display: inline-block;
	margin-bottom: 4px;
}
.header-logo .logo01 a{
	text-decoration: none;
}
.header-logo .logo01 a span{
	color: #fff;
	font-size: 10px;
}
.header-logo .logo01 a:hover span{
	text-decoration: underline;
}
.header-logo .logo02{
	position: absolute;
	top: 10px;
	left: 10px;
}
.header-logo a:hover img{
	opacity: .8;
}
#header{
	margin: 0;
	padding: 0;
}
#header h1 {
	max-width:800px;
	margin:auto;
}
#header p{
	text-align: center;
	margin: 0;
	padding: 0;
}
#header img{
	max-width: 620px;
	vertical-align:middle;
}


/* 画像版h1用 */
#header.image{
	background: #000;
	padding: 90px 0 30px;
	margin: 0 auto;
	text-align: center;
}
#header.image h1{
	padding:0;
}


/* =====================================================
   リード
===================================================== */
.lead {
	max-width: 860px;
	margin: 40px auto 40px auto;
	padding: 0 30px;
}
.lead p{
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 1em;
}
.lead p.catch{
	padding-top:3px;
	margin-bottom:8px;
	font-size: 18px;
	font-weight:bold;
	line-height: 1.4;
	color:#000;
}

.lead .jissen {
	border: 1px solid #eb9548;
	padding: 10px 12px 10px 12px;
	margin-top: 20px;
	font-size: 16px;
	line-height: 1.6;
}

.lead .jissen strong {
	color: #eb9548;
}

/* =====================================================
   セクション基本形
===================================================== */
.contents {
	background: #f2f2f2;
	padding: 30px 0;
}

.contents .section {
	/*background: white;*/
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.contents .section > h2 {
	font-size: 18px;
	padding:0 20px;
	line-height: 50px;
	margin: 0 0 5px 0;
	color: white;
	background:#000;
	text-align: center;
}

.contents .section > h3 {
	font-size: 16px;
	padding: 0 0 5px 0;
	margin: 10px 0 10px 0;
	border-bottom: 1px dotted #dbdbdb;
}

.contents .section > .pad{
	padding:10px 0;
}

.contents .section p{
	font-size:14px;
	line-height:1.5;
}

/* =====================================================
   開催概要テーブル
===================================================== */
/* table */
.contents table.overview {
	width: 100%;
	height: 100%;
	margin-bottom:15px;
	border-collapse:collapse;
}

/* tr */
.contents table.overview tr{
	border-bottom: 1px dotted #000;
}
.contents table.overview tr:last-child{
	border-bottom: none;
}

/* th */
.contents table.overview th{
	width: 130px;
	height: 100%;
	padding: 10px 20px 10px 0;
	font-size: 14px;
}
.contents table.overview th > div{
	display: table;
	width: 100%;
	height: 100%;
	/*色設定欄参照*/
}
.contents table.overview th > div > span{
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	padding: 10px;
}

/* td */
.contents table.overview td{
	vertical-align: middle;
	padding: 10px;
	font-size: 16px;
	line-height: 1.4;
}
.contents table.overview td p{
	margin:3px 0;
	font-size: 16px;
	line-height: 1.4;
}
.overview td span{display: inline-block;}
.contents table.overview td span.location{
	display:block;
	margin:5px 0 5px 0;
	font-size:90%;
}
.contents table.overview td .note{
	display:block;
	margin:5px 0 5px 0;
	padding-left:1em;
	text-indent:-1em;
	font-size:84%;
}

.contents table.overview td .youtube{
	background-color: #DDD;
	margin: 10px 0 0 0;
	padding: 10px 15px 10px 15px;
	font-size: 14px;
}

/* =====================================================
   プログラムテーブル
===================================================== */
/* table */
.contents table.program{
	width:100%;
	height: 100%;
	margin-bottom:20px;
	/*border-collapse:collapse;*/
	border-collapse: separate;
	border-spacing: 0;
	table-layout: fixed; /*一部環境で不具合あり。autoがよいかも*/
}

/* tr */
/*.contents table.program tr*/
.contents table.program th,
.contents table.program td{
	border-bottom: 1px dotted #000;
}
.contents table.program td.inner-table td,
.contents table.program td.inner-table th{
	border-bottom: 0;
	border-top: 1px dotted #000;
}
.contents table.program td.inner-table th{
	width: 80px;
	padding: 10px 0 10px 0;
}
.contents table.program .noborder{
	border:none;
}
.contents table.program td.inner-table2 table{
	margin-bottom: 10px;
}
.contents table.program .bordertop{
	border-top: 1px dotted #000;
}
.contents table.program .noborder{
	border:none;
}
.t-right{
	text-align: right;
}
/* th */
.contents table.program th{
	width: 130px;
	height: 100%;
	padding: 10px 20px 10px 0;
	font-size: 14px;
}
.contents table.program th.time{
	width: 130px;
}
.contents table.program th > div{
	display: table;
	width: 100%;
	height: 100%;
	/*色設定欄参照*/
}
.contents table.program th > div > span{
	display: table-cell;
	vertical-align: middle;
	padding: 10px 1em;
	text-align: left;
}

/* td */
.contents table.program td{
	vertical-align: middle;
	padding: 10px;
	overflow:hidden;
	font-size: 16px;
}

.contents table.program td section{
	margin-top:10px;
}
.contents table.program td div{
}
.contents table.program td section:after,
.contents table.program td div:after{
	content:"";
	display:block;
	clear:both;
}

/* プログラム - h3 */
.contents table.program td h3{
	margin: 10px 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #dbdbdb;
	font-size:17px;
	line-height:1.46;
}
.contents table.program td h3.noline{
	border-bottom:none;
	padding-bottom:0;
}
.contents table.program td h3.nobody{
	border-bottom:none;
	margin-top:12px;
	padding-bottom:0;
}

/* プログラム - property (input / status / label / text) */
.contents table.program td .property{
	margin-bottom:5px;
	line-height:26px;
	font-weight:bold;
	font-size:14px;
}
.contents table.program td input{
	display:inline-block;
	width:20px;
	height:20px;
	margin-right:5px;
	vertical-align:middle;
	text-align:center;
}
.contents table.program td .status{
	display: inline-block;
	color:#f22;
	font-size:14px;
	font-weight:bold;
}
.contents table.program td span.label{
	font-size:14px;
}
.contents table.program td span.text{
	font-size:14px;
}

/* プログラム - h4 */
.contents table.program td h4{
	margin-bottom: 10px;
	padding-top: 3px;
	color: #333;
	font-size:16px;
	line-height:1.46;
}
.contents table.program td h4.nobody{
	margin-top:10px;
}
.contents table.program td h4 span{
	font-size:90%;
}
.contents table.program td h4 .shoulder{
	display:block;
	margin:0.2em 0px;
	font-weight:normal;
}
.contents table.program td h4 .subtitle{
	display:block;
	margin:0.3em 0px;
}

/* プログラム - h5 */
.contents table.program td h5,
.mfp-content .detail h5{
	margin-bottom:6px;
	font-size:13px;
	line-height:1.3;
}

/* プログラム - p */
.contents table.program td p{
	font-size: 13px;
	line-height: 1.5;
	margin: 6px 0 6px 0;
}
.contents table.program td ul{
	margin: 6px 0 6px 0;
	list-style-type:none;
}
/* プログラム - li */
.contents table.program td li{
	font-size: 13px;
	line-height: 1.4;
	margin: 0 0 4px 0;
}

/* プログラム - float */
.contents table.program td .right{
	padding: 0 10px 0 15px !important;
}
.contents table.program td .left{
	padding: 0 15px 0 0 !important;
}
.contents table.program td .nofloat{
	padding:0 !important;
}

/* プログラム - photo */
.contents table.program td .photo{
	float: right;
	margin-top:3px;
	margin-bottom: 4px;
	padding: 0 10px 0 15px;
}
.contents table.program td .photo img{
	display:inline-block;
	margin-bottom: 6px;
	vertical-align:bottom;
}

/* プログラム - summary */
.contents table.program td .summary{
	margin: 10px 0;
}

/* プログラム - speaker */
.contents table.program td p.speaker{
	margin: 8px 0 10px 0;
	word-break: break-all;
}
.contents table.program td div.speaker{
	margin: 5px 0 10px 0;
}

/* プログラム - profile */
.contents table.program td .profile:before,
.mfp-content .detail .profile:before{
	display:block;
	margin-bottom:5px;
	content:'《プロフィール》';
	font-size:13px;
	font-weight:bold;
	color:#222;
}

/* プログラム - 詳細ボタン */
.contents table.program td .button{
	margin:10px 0 15px 0px;
	padding:1px 0px;
	font-size:13px;
	overflow:hidden;
}
.contents table.program td .button .notice{
	display:inline-block;
	float:right;
	font-weight:normal;
}
.contents table.program td .popup{
	display:inline-block;
	padding:0 0;
}
.contents table.program td .popup img{
	vertical-align:middle;
}

/* プログラム - パネルディスカッション */
.contents table.program{
}
.contents table.program ul.panelist,
.mfp-content .detail ul.panelist{
	margin-top:0;
	margin-bottom:0;
	padding-bottom:0;
	list-style-type: none;
	overflow:hidden;
}
.contents table.program ul.panelist li,
.mfp-content .detail ul.panelist li{
	width: 125px;
	float: left;
	margin:4px 15px 0 0;
	padding-bottom:3px;
}
.contents table.program ul.panelist li p,
.mfp-content .detail ul.panelist li p{
	margin: 3px 0;
	font-size: 13px;
}
.contents table.program ul.panelist li p.photo,
.mfp-content .detail ul.panelist li p.photo{
	float:none;
	margin:0 0 8px 0;
	padding:0;
}
.contents table.program ul.panelist li p.photo img,
.mfp-content .detail ul.panelist li p.photo img,
.contents table.program .moderator p.photo img,
.mfp-content .detail .moderator p.photo img{
	margin-bottom:0;
	vertical-align:bottom;
}

/* プログラム - 2カラム時の左線（.borderLはjsで自動付加する） */
.contents table.program td.borderL {
	border-left: 1px dotted #DBDBDB;
	padding-left:15px;
}
.contents table.program td.noborder {
	border-left: none !important;
	padding-left:0 !important;
}

/* プログラム - 追加 */
.contents table.program table.prf tr th, .contents table.program table.prf tr td {
	border-top: none;
	vertical-align: top;
}

.contents table.program table.prf tr td h5 {
	font-size: 16px;
	color: #004069;
}

.contents table.program table.prf tr td p {
	margin-bottom: 0;
}


/* =====================================================
   label用設定
===================================================== */
/* span */
span.label{
	display:inline-block;
	margin:3px 5px 3px 0;
	padding:1px 10px;
	font-size:14px;
	font-weight:bold;
	line-height:1.5;
	/*色設定欄参照*/
}
span.label.A {/*色設定欄参照*/}
span.label.B {/*色設定欄参照*/}
span.label.C {/*色設定欄参照*/}

/* th */
.contents table th.label {
	padding: 10px;
}
.contents table th.label div{
	box-sizing:border-box;
	padding-left: 10px;
	padding-right: 10px;
}
.contents table th.label.A div {/*色設定欄参照*/}
.contents table th.label.B div {/*色設定欄参照*/}
.contents table th.label.C div {/*色設定欄参照*/}


/* =====================================================
   注記用設定
===================================================== */
/* ※注意書き */
.contents .note,
.mfp-content .detail .note {
	margin: 10px 10px;
	padding-bottom: 0px;
	font-size: 12px;
	line-height:1.5;
	color: #666;
	padding-left:1em;
	text-indent:-1em;
}
.contents .note strong,
.mfp-content .detail .note strong{
	font-weight:normal;
	color:#ef0000;
}

/* プログラム下部用の注記（ul.program-notes） */
.contents .program-notes{
	margin: 10px 0;
	padding:10px 10px;
	border-top:dashed 1px #dbdbdb;
	border-bottom:dashed 1px #dbdbdb;
	list-style-type:none;
}
.contents .program-notes li{
	margin:2px 0;
	font-size: 12px;
	line-height:1.5;
	color: #333;
	padding-left:1em;
	text-indent:-1em;
}

/* ご希望の講演を選択してください。 */
.contents .attention {
	margin:20px 10px;
	font-size: 16px;
	color: #ff0000;
}


/* =====================================================
   申し込みボタン欄
===================================================== */
#entry {
	margin: 40px auto;
}
/* お申し込み注意事項 */
#entry .annotation {
	background-color: #f7f7f7;
	border: 3px solid; /*色設定欄参照*/
	margin: 20px 10px;
	padding: 10px 15px;
}
#entry .annotation p{
	font-size: 13px;
	line-height:1.45;
	text-align:left;
}

/* お申し込みボタン */
#entry .button{
	width:280px;
	margin:25px auto;
}
#entry .button p{
	margin:20px 0;
	text-align:center;
}
#entry .button input,
#entry .button img {
	vertical-align:bottom;
}
#entry .button img:hover,
#entry .button input:hover {
	opacity:0.8;
}

/* お申し込みボタン - entry - */
#entry .button ul li.entry{
}
#entry .button ul li.entry.disable{
	height:86px;
	background:url(btn_entry_disable.png) center top no-repeat;
}
#entry .button ul li.entry.disable input{
	display:none;
}
/* お申し込みボタン - nid - */
#entry .button ul li.nid{
}
/* お申し込みボタン - clear - */
#entry .button p.clear{
	margin-top:20px;
	display:none;
}


/* =====================================================
   受付終了欄
===================================================== */
.entry-close {
	text-align: center;
	margin: 50px 0;
	padding-bottom: 10px;
}
.entry-close p {
	color:#f00000;
}
.entry-close p.to-index {
	margin-top:10px;
	font-size:14px;
	line-height:20px;
}


/* =====================================================
   お問い合わせ
===================================================== */
.contents #inquiry {
	box-sizing: border-box;
	max-width: 800px;
	margin: 20px auto;
	padding: 10px;
	background: #fff;
}
.contents #inquiry h2 {
	margin: 0 0 10px 0;
	padding: 0px 10px;
	font-size: 12px;
	line-height:24px;
	color: #fff;
	background: #333;
}
.contents #inquiry p {
	margin-top: 8px;
	font-size: 12px;
}


/* =====================================================
   フッター
===================================================== */
#footer {
	/*border-top: 1px solid #ccc;*/
	padding: 30px;
	background: #333;
	position: relative;
}
#footer p{
	/*font-size: 13px;
	text-align: center;*/
	color: #fff;
	display: inline-block;
	font-size: 16px;
	line-height: 1.2;
}
#footer small{
	font-size: 11px;
}
#footer img {
	margin:0 20px;
	vertical-align:bottom;
}
#footer p a{
	color: #fff;
}
#footer p a:hover{
	text-decoration: none;
}
@media screen and (min-width: 681px){
	#footer p.t-right{
		position: absolute;
		right: 30px;
		bottom: 30px;
	}
	#footer p a:hover{
		text-decoration: underline;
	}
}


/* =====================================================
   その他の要素
===================================================== */
/* 汎用ボックス */
.contents .box{
	border: #ccc dotted 2px;
	padding: 10px 20px;
	margin: 20px 0px;
}


/* =====================================================
   臨時スタイル
===================================================== */
.clearfix:after {
	display: block;
	clear: both;
	content: "";
}

.red {
	color: #ff0000 !important;
}

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

.right{
	float: right !important;
}
.left{
	float: left !important;
}
.nofloat{
	float: none !important;
}

.mt0 {margin-top:0 !important;}
.mt10 {margin-top:10px !important;}
.mt20 {margin-top:20px !important;}
.mt30 {margin-top:30px !important;}

.mr0 {margin-right:0 !important;}
.mr10 {margin-right:10px !important;}
.mr20 {margin-right:20px !important;}
.mr30 {margin-right:30px !important;}

.mb0 {margin-bottom:0 !important;}
.mb10 {	margin-bottom:10px !important;}
.mb20 {	margin-bottom:20px !important;}
.mb30 {	margin-bottom:30px !important;}

.ml0 {margin-left:0 !important;}
.ml10 {margin-left:10px !important;}
.ml20 {margin-left:20px !important;}
.ml30 {margin-left:30px !important;}

.pt10{padding-top: 10px !important;}


/* =====================================================
   詳細ポップアップ（magnific-popup使用）
===================================================== */
.mfp-content .detail{
	position:relative;
	background:#fff;
	max-width:640px;
	margin:0 auto;
	overflow:hidden;
	border-radius:3px;
}
.mfp-content .detail .popup,
.mfp-content .detail input{
	display:none !important;
}
.mfp-content .detail.mode0 button.mfp-close{
	color:#bababa !important;
}
.mfp-content .detail div,
.mfp-content .detail section{
	overflow:hidden;
}
.mfp-content .detail p{
	margin:7px 0;
	font-size:14px;
	line-height:1.5;
}
.mfp-content .detail ul{
	margin:7px 0;
}
.mfp-content .detail li{
	font-size: 14px;
	line-height: 1.4;
	margin: 0 0 4px 0;
}
.mfp-content .detail img{
	vertical-align:bottom;
}

/* セミナータイトル（ヘッドの帯） */
.mfp-content .detail .seminar-title{
	margin:0 !important;
	padding:10px 40px 10px 20px;
	font-size:12px;
	line-height:1.5;
	background:#555; /*色設定欄参照*/
	color:rgba(255,255,255,0.8);
}

.mfp-content .detail > .pad{
	padding:10px 27px 10px 27px;
}

/* property */
.mfp-content .detail .property{
	margin:10px -7px 15px -7px;
	padding:10px 15px;
	font-size:14px;
	font-weight:bold;
	line-height:24px;
	background: #ddd; /*色設定欄参照*/
}
.mfp-content .detail .time{
	margin-right:10px;
}
.mfp-content .detail .status{
	display: inline-block;
	margin-right:10px;
	color:#f22;
	font-size:14px;
}
.mfp-content .detail span.label{
	margin:4px 10px 4px 0;
}

/* shoulder = プログラム欄のh3相当 */
.mfp-content .detail .shoulder{
	margin:10px 0;
	padding-left:0px;
	padding-bottom:5px;
	border-bottom:dotted 1px #ddd;
	font-weight:bold;
	font-size:16px;
	line-height:1.5;
	/*色設定欄参照*/
}
.mfp-content .detail .shoulder.noline{
	margin:15px 0 0 0;
	border-bottom:none;
	padding-left:0;
	padding-bottom:0;
}

/* title = プログラム欄のh4相当 */
.mfp-content .detail .title{
	margin:10px 0 15px 0;
	font-weight:bold;
	font-size:16px;
	line-height:1.5;
}
.mfp-content .detail .title span{
	font-size:90%;
}
.mfp-content .detail .title .shoulder{
	display:block;
	margin-bottom:0.2em;
	padding:0;
	border:none;
	font-weight:normal;
}
.mfp-content .detail .title .subtitle{
	display:block;
	margin-top:0.2em;
}

/* photo */
.mfp-content .detail .photo{
	float: right;
	padding: 4px 10px 0 15px;
	margin: 0 0 10px 0;
}
.mfp-content .detail .photo.right{
	float: right !important;
	padding: 4px 10px 0 15px !important;
}
.mfp-content .detail .photo.left{
	float: left !important;
	padding: 0 15px 0 5px !important;
	margin: 0 0 5px 0;
}
.mfp-content .detail .photo img{
	width:auto;
	height:auto;
}

/* speaker */
.mfp-content .detail .speaker{
	margin:10px 10px 15px 0;
	padding:2px 0 0 12px;
	font-size: 14px;
	line-height:1.45;
	border-left: 2px solid; /*色設定欄参照*/
}
.mfp-content .detail .speaker ul{
	margin-bottom:0;
	padding-bottom:0;
	list-style-type:none;
}
.mfp-content .detail .speaker li:last-child,
.mfp-content .detail .speaker p:last-child{
	margin-bottom:0;
}

/* note */
.mfp-content .detail .note {
	margin:10px 5px;
}
.mfp-content .detail .note strong{
}

/* summary */
.mfp-content .detail .summary{
	clear:both;
}

/* profile */
.mfp-content .detail .profile{
	margin:15px 0 10px 0;
	font-size:12px;
	line-height:1.5;
}

/* ポップアップ */
.mfp-content .detail .seminar-title{background: #004589;}
.mfp-content .detail .property{background: #e3f0fe;}
.mfp-content .detail .shoulder{color:#000;}
.mfp-content .detail .speaker{border-left: 2px solid #004589;}

/* =====================================================
   総研セミナー要素
===================================================== */
#header.image > div{
	padding:0;
	margin: 21.44px auto;
	max-width:800px;
}
.lead .title{
	padding-top:3px;
	margin-bottom:8px;
	font-size: 19px;
	font-weight:bold;
	line-height: 1.6;
	color:#000;
	text-align: center;
}

.contents .text-section{
	max-width: 800px;
	margin: 0 auto 20px;
	padding-bottom: 28px;
	border-bottom: 1px dotted #999;
	line-height: 1.7;
}
.contents .text-section h2{
	font-size: 18px;
	padding:0;
	line-height: 50px;
	margin: 0 0 5px 0;
}
.contents .text-section .note{
	color: #444;
	font-size: 15px;
	/*font-weight: bold;*/
	margin-left: 0;
	text-indent: 0;
	padding-left: 0;
}
.contents .text-section ul{
	padding-left: 1.5em;
	margin-bottom: 0.5em;
}
.contents .text-section ol{
	margin-bottom: 1em;
}
.contents .text-section ol li{
	list-style: none;
	margin-left: 1.3em;
	text-indent: -1.0em;
}
.contents .text-section ol li > ul li{
	margin-left: 0;
}
.contents .text-section ol li > ul{
	margin-top: 0.5em;
}
.contents .text-section .info{
	background: #fff;
	font-size: 13px;
	padding: 1em 1.5em;
	margin-top: 1.5em;
}

#entry-button{
	background: #f2f2f2;
}
#entry-button .button-text{
	margin: 25px auto;
	width: 280px;
}
#entry-button .button-text a{
	text-align: center;
	text-decoration: none;
	border-radius: 50px;
	display: inline-block;
	background: #eb9548;
	/*background-image: linear-gradient(45deg, #eba54e 0%, #eb9548 100%);*/
	color: #fff;
	width: 100%;
	height: 100%;
	padding: 15px 0 16px;
	font-size: 17px;
	font-weight: bold;
	transition: 0.5s;
	/*box-shadow: 0px 2px 0 rgba(200, 96, 1, .8);*/
}
#entry-button .button-text a:hover{
	/*opacity: 0.8;*/
	background: #eab616;
}
#entry-button .button-text a:active{
	box-shadow: none;
	transform: translateY(2px);
}

/*サイトポリシー*/
.sp .lead h3{
	/*font-size: 100%;*/
	margin-bottom: 0.5em;
}
.sp .lead ol li{
	margin-bottom: 0.5em;
}
.sp .lead ol.list1{
	margin-bottom: 1.3em;
}
.sp .lead ol.list1 > li{
	list-style-type: none;
	counter-increment: cnt;
}
.sp .lead ol.list1 > li::before {
	content: "(" counter(cnt) ") ";
}
.sp .lead ol.list2  {
  margin: 0.5em 0 0 1.3em;
  padding: 0
}
.sp .lead ol.list2  {
  list-style: none;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.sp .lead ol.list2 li{
	list-style: none;
}
.sp .lead ul{
	margin-left: 1.3em;
	margin-bottom: 1.3em;
}
.sp .lead ul li{
	margin-bottom: 0.5em;
}
.sp .lead .note_right{
	margin-top: 2em;
	text-align: right;
}

/*home*/
 #fixEntry {
    width: 110px;
	 height: 110px;
    position: fixed;
    right: 1%;
    top: 88%;
}
