@charset "UTF-8";


/*--------------------------------------------------------
1、サイト全体の背景設定
------------------------------------------------------*/

#container{ background-color: #000; }


/*--------------------------------------------------------
2、サイト全体の共通設定
-------------------------------------------------------*/

body{ color: #c3c3c3; }

/*●リンク文字*/
a{ text-decoration: underline; }

a:link,
a:visited{ color: #c3c3c3; }
a:hover,
a:active{ color: #00ccff; }


/*--------------------------------------------------------
3、エリアの設定
--------------------------------------------------------*/

#container{
	position: relative;
}


/*--------------------------------------------------------
トップ
--------------------------------------------------------*/

#top{ 
	background-color: #93161a;
	font-size: 1.2em;
}

#top-in{
	position: relative;
	padding: 2px 0;
}


/*--------------------------------------------------------
ヘッダー
--------------------------------------------------------*/

#header{
	background-color: #fff;
	font-size: 1.2em;
}

#header-in{ padding: 6px 0 10px; }
 
/*●ヘッダーロゴ（メインタイトル）*/
#header #header-title{

}

#header .header-logo{
	float: left;
	font-size: 2.25em;
	font-weight: bold;
}


#header a{ text-decoration: none; }

#header a:link,
#header a:visited{ color: #333; }
#header a:hover,
#header a:active{ color: #f60; }

#top-menu{
	float: right;
}

#top-menu li{
	display: inline;
	margin-left: 1em;
	list-style: none;
}

#top-menu li a:link,
#top-menu li a:visited{
	padding-left: 15px;
	background: url(../imgs/icon/icon-arw_off.png) left center no-repeat;
}

#top-menu li  a:hover,
#top-menu li  a:active{
	padding-left: 15px;
	background: url(../imgs/icon/icon-arw_on.png) left center no-repeat;
}


/*--------------------------------------------------------
メインビジュアル
--------------------------------------------------------*/
#main-visual{
	background: #000;
}

.nognav #main-visual{
	border-bottom: 6px solid #b71c20;
}

#main-visual-cover-test{
	background: url(../tokuten/bourne/img/tokuten_top.png) center top no-repeat;
}

#main-visual-cover{
	background: url(../imgs/common/bg-main-visual-cover-page.jpg) center top no-repeat;
}

#home #main-visual-cover{
	background: url(../imgs/common/bg-main-visual-cover.jpg) center top no-repeat;
}

#main-visual-in{
	padding: 20px 0 25px;
	height: 100px;
	font-size: 1.6em;
	position:relative;
}

#home #main-visual-in{
	padding: 60px 0;
	height: auto;
	font-size: 1.6em;
}

#main-visual-in h1{
	text-align: right;
	margin: -30px -20px 0 0;
	padding: 0;
	top: 0px;
}

#main-visual-in p{
}

#main-visual-in p.text-image{
	text-align:right;
	margin: 0 -20px 0 0;
}

#main-visual-in p.book-image{
	position: absolute;
	top:230px;
	left:-30px;
}


/*--------------------------------------------------------
グローバルナビ
--------------------------------------------------------*/

#global-nav{
	background: #fff;
	border-bottom: 1px solid #000;
}

#global-nav-cont{
}

#global-nav #global-nav-in{
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}


/*●メニューボタンを非表示*/
#global-nav .btn-gnav{ display:none; }


/*●グローバルメニュー*/
#global-nav .menu-wrap{
	display: block;
}

#menu{
	font-size: 1.2em;
}

#global-nav #menu li{
	position: relative;
	float: left;
	width: 129px;
	margin: 0;
	list-style: none;
	font-weight: bold;
	text-align: center;
	
}

#global-nav #menu li.first{
	width: 70px;
}

#global-nav #menu li{ white-space: nowrap; }

/*メニューのデザイン*/
#menu li a{
	display: block;
	padding: 20px 0;
	background: url(../imgs/common/bg-sep.png) left center no-repeat transparent;
	text-decoration: none;
}

#menu li a:link,
#menu li a:visited{ color: #333; }
#menu li a:hover,
#menu li a:active{ color: #f60; }

#menu li.last{
	width: 331px;
}

#menu li.last a{
	position: absolute;
	top: -9px;
	left: 0;
	width: 331px;
	padding: 0;
	-webkit-box-shadow: 0px 0px 5px #666666;
	-moz-box-shadow: 0px 0px 5px #666666;
	-o-box-shadow: 0px 0px 5px #666666;
	-ms-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}

.fixed-nav #menu li.last a{
	top: 0;
}

#global-nav #menu li.last a:link,
#global-nav #menu li.last a:visited{ background: none; }

#global-nav #menu li ul{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 12em;
}

/*ドロップダウンメニューのデザイン*/
#global-nav #menu li ul li{
	margin: 0;
	padding: 0;
	width: 12em;
	background-color: #fff;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #ccc;
	white-space: normal;
}

#global-nav #menu li ul li a{
	display: block;
	padding: 0.8em 2em;
}

#global-nav #menu li li a:hover,
#global-nav #menu li li a:active{ background-color: #e8e8e8; }

#global-nav #menu li ul ul{
	top: 0;
	left: 100%;
}

#global-nav .showMenu{ display: block!important; }


/*--------------------------------------------------------
コンテンツ全体
--------------------------------------------------------*/


/*●パン屑ナビ*/
#breadcrumbs{
	clear: both;
	margin-bottom: 1.5em;
	padding-top: 1em;
	font-size: 1.2em;
}

#breadcrumbs li{
	display: inline;
	margin-right: 0.5em;
	line-height: 1.8;
	text-align: right;
	list-style: none;
}

#breadcrumbs li a{
	padding-right: 15px;
	background: url(../imgs/icon/icon-brc.gif) center right no-repeat;
}

.login-user{
	width: 980px;
	margin: auto;
	font-size: 1.167em;
}

/*--------------------------------------------------------
メインコンテンツ（本文）
--------------------------------------------------------*/

.main-contents{
	padding: 10px 20px 40px;
	font-size: 1.4em;
	background:#0C0B10;
}



.main-contents .contents{
	margin-bottom: 25px;
	padding: 0 0;
	line-height:1.8;
	font-size:1.2em;
}
	.main-contents .contents ol.step li {
		background: url(../imgs/arrow.png) center bottom no-repeat;
		padding:0 0 45px;
		margin-bottom:10px;
	}
	.main-contents .contents ol.step li.last {
		background:none;
		padding:0 0 20px;
	}
	.main-contents .contents dl.privacy {
	}
		.main-contents .contents dl.privacy dt {
			font-size:1.3em;
			border-bottom:1px solid #FFF;
			margin-bottom:6px;
		}
		.main-contents .contents dl.privacy dd {
			margin:0 0 30px;
		}
	

body.chatwork .main-contents .contents p img {/*2013-9-30 【平野】追加 */
	border: 1px solid #aaaaaa;
}

.main-contents .news-list{
	margin: 0;
	padding: 0;
}

.main-contents .news-list li{
	padding-bottom: 15px;
	margin-bottom: 20px;
	list-style: none;
	border-bottom: 1px dotted #737373;
}

.main-contents .news-list .date{
	margin-right: 1em;
}

.main-wrap01{

}

.main-wrap02{
	background-color: #f8f8f8;
}


/*●H1タグ*/
/*●H2タグ*/
#page .main-contents h1,
#home .main-contents h2{
	margin: 0 0 20px;
	padding: 36px 0 10px 20px;
	font-size: 2.0em;
	line-height: 1.0;
	border-bottom:1px solid #cd0b0b;
}

.marketing{
	margin: 0 0 20px;
	padding: 100px 0 10px 20px!important;
	background: url(https://web-rider.jp/tokuten/bourne/img/logo003.png) left top no-repeat;
	line-height: 1.0;
	border-bottom:1px solid #cd0b0b;
}

.writing{
	margin: 0 0 20px;
	padding: 100px 0 10px 20px!important;
	background: url(https://web-rider.jp/tokuten/bourne/img/logo004.png) left top no-repeat;
	line-height: 1.0;
	border-bottom:1px solid #cd0b0b;
}

#home .main-contents h2.icon {
	font-size:1.3em;
	padding: 20px 0 14px 110px;
	border-bottom:1px solid #FFF;
}
#home .main-contents h2.icon span {
	font-size:1.4em;
	display:block;
	padding:7px 0 0;
}
#home .main-contents h2.present {
	background: url(../imgs/icon/icon001.png) left top no-repeat;
}
#home .main-contents h2.award-a {
	background: url(../imgs/icon/icon002.png) left top no-repeat;
}
#home .main-contents h2.award-b {
	background: url(../imgs/icon/icon003.png) left top no-repeat;
}
#home .main-contents h2.award-c {
	background: url(../imgs/icon/icon004.png) left top no-repeat;
}

#page .main-contents h1.img-title,
.main-contents h2.img-title{
	margin: 0 0 25px;
	padding: 0;
	border: 0;
	background: none;
}

#page .main-contents h1 a:link,
#page .main-contents h1 a:visited,
.main-contents h2 a:link,
.main-contents h2 a:visited{ color: #333; }

#page .main-contents h1 a:hover,
#page .main-contents h1 a:active,
#home .main-contents h2 a:hover,
#home .main-contents h2 a:active{ color: #b81c22; }

@media
only screen and (max-width : 736px){
.marketing{
	margin: 0 0 20px;
	padding: 53px 0 10px 20px!important;
	background: url(https://web-rider.jp/tokuten/bourne/img/logo003_sp.png) left top no-repeat;
	line-height: 1.0;
	border-bottom:1px solid #cd0b0b;
}

.writing{
	margin: 0 0 20px;
	padding: 53px 0 10px 20px!important;
	background: url(https://web-rider.jp/tokuten/bourne/img/logo004_sp.png) left top no-repeat;
	line-height: 1.0;
	border-bottom:1px solid #cd0b0b;
}
}

/*●H3タグ*/
#page .main-contents h2,
#home .main-contents h3{
	margin: 0 0 20px;
	padding: 36px 0 10px 20px;
	background: url(../imgs/title/h2-bg.png) left top no-repeat;
	font-size: 1.5em;
	line-height: 1.4;
	border-bottom: 1px dotted #AAA;
}

#page .main-contents h2 span,
#home .main-contents h3 span{ font-size: 0.75em; }

#home .main-contents .seminars-flow h3,
#page .main-contents .seminars-flow h3{
	padding: 10px 10px 8px 34px;
	text-indent: -24px;
	border-bottom: 0;
	background-color: #555;
	color: #fff;
}

#home .main-contents .curriculum h3,
#page .main-contents .curriculum h3{
	margin-bottom: 10px;
}

#home .main-contents .place-date h3,
#page .main-contents .place-date h3,
#home .main-contents h3.place-date,
#page .main-contents h3.place-date{
	margin-bottom: 15px;
	padding: 10px 10px 8px;
	line-height: 1.0;
	background-color: #888;
	color: #fff;
}

#page .main-contents h2 a:link,
#page .main-contents h2 a:visited,
#home .main-contents h3 a:link,
#home .main-contents h3 a:visited{ color: #333; }

#page .main-contents h2 a:hover,
#page .main-contents h2 a:active,
#home .main-contents h3 a:hover,
#home .main-contents h3 a:active{ color: #b81c22; }

#page .main-contents h2.img-title,
#home .main-contents h3.img-title{ 
	margin: 0 0 1.5em;
	padding: 0;
	border: 0;
	background: none;
}



/*●H4タグ*/
#page .main-contents h3,
#home .main-contents h4{
	margin: 0 0 1.5em;
	font-weight: bold;
}

#page .main-contents h3 a:link,
#page .main-contents h3 a:visited,
#home .main-contents h4 a:link,
#home .main-contents h4 a:visited{ color: #333; }

#page .main-contents h3 a:hover,
#page .main-contents h3 a:active,
#home .main-contents h4 a:hover,
#home .main-contents h4 a:active{ color: #b81c22; }

#page .main-contents h3.img-title,
#home .main-contents h4.img-title{
	margin: 0 0 1.5em;
	padding: 0;
	border: 0;
	background: none;
}


/*●H5タグ*/
.main-contents h5{
	margin: 0 0 1.5em;
	padding: 0 0.8em 0.5em;
	font-weight: bold;
}

.main-contents h5.img-title{
	margin: 0 0 1.5em;
	padding: 0;
	border: 0;
	background: none;
}

.main-contents h5 a:link,
.main-contents h5 a:visited{ color: #333; }

.main-contents h5 a:hover,
.main-contents h5 a:active{ color: #b81c22; }


/*●段落タグ*/
.main-contents p{ margin-bottom: 1.5em; }


/*●リストタグ*/
.main-contents ul,
.main-contents ol{
	margin: 0 0.8em 1.5em 1.7em;
	padding: 0;
}

.main-contents li{
	margin-bottom: 0.5em;
	line-height: 1.5em;
}


/*●引用タグ*/
.main-contents q{
	margin: 0 2px;
	padding: 0 8px;
	background: #efefef;
}

.main-contents blockquote{
	overflow: auto;
	margin: 0 1em 1.5em;
	padding: 1em;
	border: 3px solid #ddd;
	background: #efefef;
	color: #444;
}


/*●テーブルタグ*/
.main-contents table{
	margin-bottom: 1.5em;
	padding: 0;
}

/*「table」の1行目に「colspan」を利用する場合は「auto」を指定する*/
/*.main-contents table{ table-layout: auto; }*/

.main-contents th,
.main-contents td{
	padding: 15px 10px;
	border-bottom: 1px dotted #737373;
}

.main-contents th{
	font-weight: bold;
	text-align: left;
}

.main-contents .contact-form th,
.main-contents .contact-form td{
	vertical-align: top;
}

.main-contents .contact-form .odd th,
.main-contents .contact-form .odd td{
	background-color: #f6f6f6;
}

.main-contents .contact-form textarea{
	width: 600px;
	height: 80px;
}

.form-txt01{
	width: 400px;
}

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

.btn-c input{
	padding: 1em 3em;
}

/*●テーブルタグ スタイル01*/
.main-contents table.table-style01 th,
.main-contents table.table-style01 td{
	text-align: left;
	vertical-align: top;
}

.main-contents .time-schedule{
	float: left;
	width: 480px;
	margin-right: 20px;
	background-color: #fff;
}

.main-contents .rule-cancel{
	background-color: #fff;
	border-top: 1px dotted #737373;
}

.main-contents .time-schedule .break{
	text-align: center;
	background-color: #fdfdfd;
}

/*●最新情報（リストタグ）*/
.main-contents ul.news{
	margin: 0 0 3.5em;
	padding: 0;
	padding-bottom: 0;
}

.main-contents ul.news li{
	margin-bottom: 1em;
	padding: 0 1em 1em;
	border-bottom: 1px dotted #414141;
	line-height: 1.4em;
	list-style: none;
}


/*●最新情報（定義タグ）*/
.main-contents dl.news{
	margin: 0;
	margin-bottom: 3.5em;
	padding: 0;
}

.main-contents dl.news dt{
	float: left;
	width: 9em;
	margin: 0;
	padding: 0;
	padding-left: 1em;
}

/*最新情報のアイコン設定*/
.main-contents dl.news dd.cat{
	float: left;
	overflow: hidden;
	width: 6em;
	height: 1.5em;
	padding: 0.1em 0.3em 0;
	border-bottom: none;
	background: #bcd764;
	color: #fff;
	font-size: 0.858em;
	text-align: center;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

.main-contents dl.news dd{
	margin: 0 0 10px 0;
	padding: 0 1em 0.8em 16.5em;
	border-bottom: 1px dotted #414141;
}

/*●最新情報2（定義タグ）*/
.main-contents dl.news02{
	margin: 0;
	margin-bottom: 3.5em;
	padding: 0;
}

.main-contents dl.news02 dt{
	display: block;
	margin: 0 0 0.5em 0;
	padding: 0;
	padding-left: 1em;
	font-weight: bold;
}

.main-contents dl.news02 dd{
	margin: 0 0 0.5em 0;
	padding: 0 1em 0.8em 1em;
	border-bottom: 1px dotted #414141;
}

.main-contents dl.news02 dd.cat{
	margin: 0;
	padding: 0 1em 0.5em 1em;
	border: 0;
}

.main-contents dl.news02 dd.cat ul{
	margin: 0;
	padding: 0;
	/zoom : 1;
}

.main-contents dl.news02 dd.cat ul:after{ content : ''; display : block; clear : both; height:0; }

.main-contents dl.news02 dd.cat li{
	clear: none;
	overflow: hidden;
	float: left;
	height: 1.5em;
	margin-right: 0.5em;
	padding: 0.1em 0.7em 0;
	background: #bcd764;
	color: #fff;
	font-size: 0.858em;
	text-align: center;
}

/*カテゴリの文字数が多い場合はコメントアウトを解除*/
/*.main-contents dl.news dd.cat{
	clear: none;
	width: auto;
}

.main-contents dl.news dd{
	clear: both;
	padding: 0 1em 0.8em 1em;
}*/

.main-contents dl.news dd.cat,
.main-contents dl.news02 dd.cat{ font-weight: bold; }
.main-contents dl.news dd.cat.color01,
.main-contents dl.news02 dd.cat .color01{ background: #68d0ef; }
.main-contents dl.news dd.cat.color02,
.main-contents dl.news02 dd.cat .color02{ background: #f8b551; }
.main-contents dl.news dd.cat.color03,
.main-contents dl.news02 dd.cat .color03{ background: #b3d465; }
.main-contents dl.news dd.cat.color04,
.main-contents dl.news02 dd.cat .color04{ background: #c490bf; }
.main-contents dl.news dd.cat.color05,
.main-contents dl.news02 dd.cat .color05{ background: #ff9da6; }
.main-contents dl.news dd.cat.color06,
.main-contents dl.news02 dd.cat .color06{ background: #b5b5b5; }


/*●定義タグ スタイル01*/
.main-contents dl.dl-style01{
	margin: 0 0 3.5em;
	padding: 0;
}

.main-contents dl.dl-style01 dt{
	float: left;
	width: 9em;
	margin: 0;
	padding: 0 0 0 1em;
}

.main-contents dl.dl-style01 dd{
	margin: 0 0 10px 0;
	padding: 0 1em 0.8em 10em;
	border-bottom: 1px dotted #414141;
}


/*●定義タグ スタイル02*/
.main-contents  dl.dl-style02{
	margin-bottom: 1.2em;
	padding: 0;
	border-top: 0;
}

.main-contents dl.dl-style02 dt{
	margin: 0;
	padding: 0.5em;
	border: 1px solid #777;
	border-bottom: 0;
	font-weight: bold;
	font-size:1.2em
}

.main-contents dl.dl-style02 dd{
	margin: 0;
	padding: 0.8em 1.0em;
	margin-bottom: 30px;
	border: 1px solid #777;
	background-color: #fff;
	color: #333;
}

.main-contents dl.dl-style02 dd a:link,
.main-contents dl.dl-style02 dd a:visited{ color: #333; }
.main-contents dl.dl-style02 dd a:hover,
.main-contents dl.dl-style02 dd a:active{ color: #00ccff; }


/*●チェックリスト（リストタグ）*/
.main-contents ul.checklist{
	margin: 0 0 1.5em;
	padding: 1em;
	padding-bottom: 0;
	border: 1px solid #414141;
}

.main-contents ul.checklist li{
	margin-bottom: 1.5em;
	padding-top: 5px;
	padding-left: 24px;
	background: url(../imgs/icon/icon-check01-red.png) left top no-repeat;
	list-style-type: none;
}


/*●戻る＆進むリンク*/
.link-next,
.link-back,
.link-next02,
.link-back02{ clear: both; }

.link-next,
.link-next02{ text-align: right; }

.link-back,
.link-back02{ text-align: left; }

.link-next a{
	padding: 6px 0 6px 25px;
	background: url(../imgs/icon/icon-arrow_r.png) 0 7px no-repeat;
}
.link-back a{
	padding: 6px 0 6px 25px;
	background: url(../imgs/icon/icon-arrow_l.png) 0 7px no-repeat;
}

link-next02 a{
	padding: 3px 0 3px 15px;
	background: url(../imgs/icon/icon-arrow_r_green.png) 0 6px no-repeat;
}
.link-back02 a{
	padding: 3px 0 3px 15px;
	background: url(../imgs/icon/icon-arrow_l_green.png) 0 6px no-repeat;
}

.link-conts{
	text-align: right;
}


.link-conts a{
	text-decoration: none;
	position:relative;
	padding:  10px 15px 10px 15px;
	border: 1px solid #ccc;
	font-weight: bold;
	color: #b81c22;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 1px 2px 3px #dddddd;
	-moz-box-shadow: 1px 2px 3px #dddddd;
	-o-box-shadow: 1px 2px 3px #dddddd;
	-ms-box-shadow: 1px 2px 3px #dddddd;
	box-shadow: 1px 2px 3px #dddddd;
}

.link-conts a:link,
.link-conts a:visited{ background: #f1f1f1; }
.link-conts a:hover,
.link-conts a:active{ background: #f5ebea; }

/*●段組み*/
.box-wrap .box-l{
	float: left;
	width: 48%;
	margin: 0 0 1.5em;
	border: 1px solid #aaa; /*boxの枠線の指示*/
}

.box-wrap .box-r{
	float: right;
	width: 48%;
	margin: 0 0 1.5em;
	border: 1px solid #aaa;
}

.main-contents .box-wrap .title{
	margin-bottom: 1.5em;
	background-color: #999; /*boxのタイトルの背景色*/
}

.main-contents .box-wrap .title p{
	margin: 0 10px;
	padding: 5px 0;
	color: #fff;
	font-weight: bold;
}


/*●ランキング（リストタグ）*/
.main-contents .box-wrap .ranking{
	margin: 0 0 15px;
}

.main-contents .ranking li{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #aaa; /*区切り線の指示*/
	background: none;
	list-style: none;
}

.main-contents .ranking li.end{
	padding-bottom: 0;
	border-bottom: none;
}

.main-contents .ranking p{ margin: 0 0 10px; }


/*●ページネーション スタイル01*/
.main-contents .cont-menu01{
	position: relative;
	overflow: hidden;
	width: 100%;
}

.main-contents .cont-menu01 ul{
	position: relative;
	left: 50%;
	float: left;
	margin-left: 10px;
}

.main-contents .cont-menu01 li{
	position: relative;
	left: -50%;
	float: left;
	margin-right: 10px;
	list-style: none;
}

.main-contents .cont-menu01 li:last-child{ margin-right: 0; }

.main-contents .cont-menu01 li.cur{
	padding: 3px 10px;
	border: 1px solid #ccc;
	background-color: #959595;
	color: #fff;
	font-weight: bold;
}

.main-contents .cont-menu01 li a{
	display: block;
	padding: 3px 10px;
	border: 1px solid #ccc;
}

.main-contents .cont-menu01 li a:link,
.main-contents .cont-menu01 li a:visited{ background-color: transparent; }

.main-contents .cont-menu01 li a:hover,
.main-contents .cont-menu01 li a:active{
	background-color: #959595;
	color: #fff;
}

.main-contents .text-field{ width: 90%; }


/*●ページネーション スタイル02*/
.main-contents .cont-menu02{
	position: relative;
	overflow: hidden;
	width: 100%;
}

.main-contents .cont-menu02 ul{
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
}

.main-contents .cont-menu02 li{
	max-width: 50%;
	list-style: none;
}

* html .main-contents .cont-menu02 li{ white-space: nowrap; } /* IE6 */

.main-contents .cont-menu02 li.prev{ float: left; }

.main-contents .cont-menu02 li.next{ float: right; }

.main-contents .cont-menu02 li a{
	display: block;
	padding: 3px 10px;
	border: 1px solid #ccc;
}

.main-contents .cont-menu02 li a:link,
.main-contents .cont-menu02 li a:visited{ background-color: transparent; }

.main-contents .cont-menu02 li a:hover,
.main-contents .cont-menu02 li a:active{
	background-color: #959595;
	color: #fff;
}


/*●サイトマップ*/
.main-contents .sitemap li{ list-style: none; }

.main-contents .sitemap li a{
	display: block;
	padding: 3px 0 3px 20px;
	background: url(../imgs/icon/icon-arrow_r_gray.png) 0 6px no-repeat;
}

.main-contents .sitemap ul{ margin-top: 1em; }

.main-contents .sitemap li li a{
	padding: 0 0 0 15px;
	border-left: none;
	background: url(../imgs/icon/icon-menu02.png) 0 6px no-repeat;
}

/*コース詳細*/
.main-contents .course-detail{
	float: left;
	width: 460px;
}

.main-contents .embedded-map{
	float: right;
	width: 460px;
}

.main-contents .course-detail table{

}

.main-contents .course-detail th{
	padding-top: 0;
}

/*セミナーの流れ*/
.main-contents .seminars-flow{
	margin: 0;
	padding: 0;
}

.seminars-flow li{
	width: 900px;
	list-style: none;
}

.seminars-flow li .flow-box-wrap{
	width: 900px;
	margin-bottom: 10px;
	padding: 15px 20px;
	border: 1px solid #cfcfcf;
	background: #fff;
}

.main-contents .flow-note{
	padding-left: 2em;
	text-indent: -2em;
	font-size: 0.875em;
}

.main-contents .note{
	font-size: 0.875em;
}

.main-contents .recommendations{
	margin: 0 0 30px;
	padding: 0;
}

.main-contents .recommendations li{
	list-style: none;
	padding-left: 27px;
	background: url(../imgs/icon/icon-circle.png) left 2px no-repeat #fff;
	font-size: 1.125em;
}

.main-contents .profile-box{
	min-height: 250px;
	padding: 24px 24px 24px 372px;
	background: url(../imgs/img-profile.jpg) left bottom no-repeat #000;
	font-size: 0.875em;
	color: #fff;
	line-height: 1.8;
}

.main-contents .profile-box a:link,
.main-contents .profile-box a:visited{ color: #fff; }
.main-contents .profile-box a:hover,
.main-contents .profile-box a:active{ color: #ffea59; }

.main-contents .curriculum{
	margin-bottom: 65px;
}

.main-contents .nav-course{
	margin: 0 0 50px;
	padding: 0;
}

.main-contents .nav-course li{
	float: left;
	margin-right: 77px;
	list-style: none;
}

.main-contents .nav-course li.end{ margin-right: 0; }

.main-contents .how-to-pay .fl-l,
.main-contents .how-to-pay .fl-r{
	width: 460px;
}

.main-contents .btn-list{
	margin: 0;
	padding: 0;
	width: 402px;
	float: left;
}

.main-contents .btn-list li{
	margin-bottom: 20px;
	list-style: none;
}

.main-contents .course-desc{
	width: 410px;
	float: left;
	margin-right: 25px;
	padding: 15px;
	background-color: #fff;
}

.main-contents .postscript{
	margin-bottom: 0;
	padding-bottom: 200px;
	background: url(../imgs/bg-ps.jpg) right bottom no-repeat;
}

.must{
	padding: 0 2px;
	margin-left: .5em;
	background-color: #f00;
	color: #fff;
	font-size: 0.75em;
	font-weight: normal;
}

input[type="checkbox"] {
    border: 1px solid #aaaaaa;
    vertical-align: -1px;
    -webkit-appearance: none;
    position: relative;
    margin-right: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    width: 21px;
    height: 21px;
    /*Other Browser*/
    background: #e2e2e2;
    /*For Old WebKit*/
    background: -webkit-gradient(
        linear, left top, left bottom,
        color-stop(0.00, #ffffff),
        color-stop(1.00, #e2e2e2)
    );
    /*For Modern Browser*/
    background: linear-gradient(
        to bottom,
        #ffffff 0%,
        #e2e2e2 100%
    );
}

input[type="checkbox"]:checked {
    /*Other Browser*/
    background: #F6CECE;
    /*For Old WebKit*/
    background: -webkit-gradient(
        linear, left top, left bottom,
        color-stop(0.00, #F6CECE),
        color-stop(1.00, #F78181)
    );
    /*For Modern Browser*/
    background: linear-gradient(
        to bottom,
        #F6CECE 0%,
        #F78181 100%
    );
    border: 1px solid #aaaaaa;
}

input[type="checkbox"]:checked:before {
    position: absolute;
    left: 1px;
    top: 14px;
    display: block;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    content: "";
    width: 9px;
    height: 3px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right center;
}

input[type="checkbox"]:checked:after {
    display: block;
    position: absolute;
    left: 7px;
    top: 13px;
    content: "";
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    width: 14px;
    height: 3px;
    background: #ffffff;
    -webkit-transform: rotate(-53deg);
    -webkit-transform-origin: left center;
}
/*--------------------------------------------------------
サブコンテンツ / サイドバー
--------------------------------------------------------*/

#sub-contents,
#sidebar,
#sub-contents dd,
#sidebar dd{
	margin: 0;
	padding: 0;
}

* html #sub-contents,
* html #sidebar{ overflow: hidden; }

.sub-column{ font-size: 1.2em; }

.sub-column li{ list-style: none; }


/*●コンテンツ*/
.sub-column .contents{
	margin-bottom: 1.5em;
	padding: 0.5em;
}

.sub-column hr{ clear: both; }

.sub-column h3{
	padding: 0.7em;
	padding-bottom: 15px;
	background: url(../imgs/title/bg-side-h3.png) left bottom no-repeat;
	font-size: 1.334em;
}

.sub-column .contents h3{
	margin: -0.5em;
	margin-bottom: 0.8em;
}


/*●テーブルタグ*/
.sub-column table caption{
	font-weight: bold;
	text-align: center;
}

.sub-column table{
	width: 90%;
	margin: auto;
	margin-bottom: 1.5em;
	padding: 0;
	border-top: 1px solid #959595;
	border-left: 1px solid #959595;
}

.sub-column table th,
.sub-column table td{
	padding: 0.5em 0.2em;
	border-right: 1px solid #959595;
	border-bottom: 1px solid #959595;
}

.sub-column table th{
	background: #f0f0f0;
	font-weight: bold;
	text-align: center;
}


/*●検索ボックス*/
.sub-column dl.search-box{
	margin: 0 0 16px;
	width: 100%;
}

.sub-column dl.search-box dt{
	display: block;
	float: left;
	width: 63%;
	margin: 0;
	padding: 0;
	padding-right: 5px;
}

.sub-column dl.search-box dt input{
	width: 95%;
	height: 1.4em;
	padding: 2px;
	border: 1px solid #aaa;
	color: #aaa;
	line-height: 1.4em;
}

.sub-column dl.search-box dt input.onfocus{ color: #333; }

.sub-column dl.search-box dd{
	float: left;
	margin: 0;
	padding: 0;
}

.sub-column dl.search-box dd input{
	height: 2em;
	padding: 0.1em 1em;
	line-height: 1.4em;
}


/*●お問い合わせ*/
.sub-column .contact .icon-contact{
	float: left;
	padding: 0 10px 10px 0;
}

.sub-column .contact .text-contact{ overflow: hidden; }


/*●サイドメニュー*/
.sub-column .side-menu{ margin: 0; }

.sub-column .side-menu li{
	margin-bottom: 20px;
	list-style: none;
	border-bottom: 1px solid #dcdcdc;
}

.sub-column .side-menu li a{
	display: block;
	padding: 0 10px 15px 25px;
	background: url(../imgs/icon/icon-menu_off.gif) 13px 6px no-repeat;
}

.sub-column .side-menu li a:active,
.sub-column .side-menu li a:hover{
	background: url(../imgs/icon/icon-menu_on.gif) 13px 6px no-repeat;
}

.sub-column .side-menu ul{
	padding: 0;
	margin: 0;
}

.sub-column .side-menu ul ul{ padding: 0; }

.sub-column .side-menu li li{
	width: 95%;
	margin-bottom: 0;
	padding-left: 5%;
	border: 0;
}

.sub-column .side-menu li li a:link,
.sub-column .side-menu li li a:visited{
	padding: 6px 10px 6px 15px;
	border-left: none;
	background: url(../imgs/icon/icon-menu02.png) 2px 12px no-repeat;
}

.sub-column .side-menu li li a:active,
.sub-column .side-menu li li a:hover{ background: url(../imgs/icon/icon-menu02.png) 2px 12px no-repeat #bcd764; }


.col1 .ranking .item-img,
.col2 #sub-contents .ranking .item-img,
.col2r #sub-contents .ranking .item-img{
	float: left;
	padding-right: 20px;
}



/*--------------------------------------------------------
フッター
--------------------------------------------------------*/

#footer{
	clear: both;
	margin-bottom: 95px;
	font-size: 1.2em;
}

.secret-page #footer{
	border-top: 1px solid #a0a0a0;
}

.footer-nav,
.footer-bnr{
	padding: 30px 0;
	border-bottom: 1px solid #a0a0a0;
}

.footer-nav{
	padding: 30px 0;
	border-top: 1px solid #dcdcdc;
}

.footer-sb{
	padding: 30px 0 0;
	background: #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#footer ul{
	margin: 0;
	padding: 0;
	text-align: center;
}

#footer li{
	display: inline-block;
	margin-right: 1em;
	margin-bottom: 1em;
	list-style: none;
}

#footer .footer-sb li{
	margin-right: 0;
}

#footer .footer-sb li{ margin-bottom: 0; }

#footer .footer-nav-in li{
	margin-bottom: 0;
}

* html #footer li{
	display: inline;
}

*+html #footer li{
	display: inline;
}

#footer li span{
	padding-left: 1em;
}

/*●フッターテキストリンク
2013-9-30 【平野】追加 */

#footer-menu {
	margin: 20px 0 0 0;}
#footer-menu ul li {
	background: url(../imgs/icon/foot-menu-arrow.png) no-repeat left center;
	margin: 0 20px 0 0;
	padding: 0 0 0 15px;}
#footer-menu ul li a {
	color: #aaaaaa;
	text-decoration: underline;}
#footer-menu li a:hover {
	text-decoration: none;}



/*●コピーライト*/
.copyright{
	padding: 15px 0;
	background: #000;
	font-size: 1.2em;
	text-align: center;
}

.nosb{
	margin-top: 60px;
}

.copyright img{
	margin-top: -58px;
}


/*--------------------------------------------------------
ページトップ
--------------------------------------------------------*/

.page-top{
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 99;
	width: 65px;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.0;
}

* html .page-top{ display: none!important; }


/*------------------------------------------------------------
ソーシャルボタン
-------------------------------------------------------------*/

.main-contents .sb{
	width:100%;
	margin: 0;
	padding: 0;
}

.main-contents .sb li{
	display: inline-block;
	margin-right: 5px;
	vertical-align: top;
	list-style: none;
}

* html .main-contents .sb li{
	float: left;
	width: 130px;
	list-style: none;
} /* IE6 */

*+html .main-contents .sb li{
	display: inline;
	list-style: none;
} /* IE7 */

#main iframe.twitter-share-button{ width: 100px!important; }

.footer-sb-in .sb li.sb-tweet{
	width: 100px;
}

.footer-sb-in .sb li.sb-gplus{
	width: 50px;
}

.fixed-nav{
	position: fixed;
	top: 0;
	z-index: 10000;
	width: 100%;
}

.main-contents .sb-r{
	text-align: right;
}

@media
only screen and (max-width : 736px){
	.main-contents .sb-r{
		text-align: left;
	}
}

/*------------------------------------------------------------
floatの回り込みを解除
-------------------------------------------------------------*/

#top-in:after,
#header-in:after,
#global-nav-in #menu:after,
.main-in:after,
#main-and-sub:after,
.contents:after,
.main-contents dl.dl-style01:after,
.box-wrap:after,
dl.search-box:after,
#footer-in:after,
.main-contents .sb:after,
.contact:after,
.main-contents .cont-menu01:after,
.main-contents .cont-menu02:after,
.clearfix:after{ content : ''; display : block; clear : both; height:0; }

#top-in,
#header-in,
#global-nav-in #menu,
.main-in,
#main-and-sub,
.contents,
.main-contents dl.dl-style01,
.box-wrap,
dl.search-box,
#footer-in,
.main-contents .sb,
.contact,
.main-contents .cont-menu01,
.main-contents .cont-menu02,
.clearfix{ /zoom : 1; }


/*------------------------------------------------------------
お客様の声
-------------------------------------------------------------*/
.main-contents .list-customers-voice{
	width: 789px;
	margin: auto;
	margin-bottom: 70px;
	padding: 0;
}

.main-contents .list-customers-voice li{
	margin-bottom: 30px;
	list-style: none;
}

.main-contents .list-customers-voice .item-customers-voice{
	margin-bottom: 30px;
	padding-bottom: 38px;
	background: url(../imgs/common/bg-bubble-bottom.png) center bottom no-repeat;
	list-style: none;
}

.main-contents .list-customers-voice .customers-voice-in{
	padding: 12px 12px 1px;
	background: url(../imgs/common/bg-bubble-top.png) center top no-repeat;
}

.main-contents .list-customers-voice .msg{
	margin-bottom: 15px;
}

.main-contents .list-customers-voice02{
	margin: 0 0 70px;
	padding: 0;
}

.main-contents .list-customers-voice02 li{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #808080;
	list-style: none;
}

.main-contents .list-customers-voice02 li:last-child{
	padding-bottom: 0;
	border-bottom: 0;
}

.main-contents .list-customers-voice02 .msg{
	margin-bottom: 15px;
}

.bg-customers-voice{
	background: url(../imgs/common/bg-voice.jpg) right top no-repeat;
}


@media
only screen and (max-width : 736px){
	html{
		overflow-y: scroll;
		overflow-x: hidden;
	}

	html,body{
		width: 100%;
		-webkit-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
	}

	textarea,input{ max-width: 95%; }

	input[type="submit"],input[type="image"],
	input[type="reset"],input[type="button"],
	input[type="file"]{ max-width: none; }


	/*●画像サイズの調整*/
	img {
		height: auto;
		max-width: 100%;
	}

	a{
		color: #39f;
		-webkit-tap-highlight-color: #fc6;
	}
	
	.main-contents{
		padding: 20px 0 40px;
	}
	
	
	#main-visual-in p.book-image{
		position: static;
	}
	
	#main-visual-in h1{
		text-align: left;
		margin: 0;
	}

	#main-visual-in p.text-image{
		text-align:left;
		margin: 0;
	}
	
	/*●Tableをブロック表示に*/
	#form,
	#form thead,
	#form tbody,
	#form tfoot,
	#form tr,
	#form th,
	#form td{ display: block; }
	
	#form{
		margin-bottom: 20px;
	}
	
	#form th,
	#form td{
		float: left;
		width: 100%!important;
		box-sizing: border-box;
		-moz-box-sizing: padding-box;
	}
	
	#form .w30{ width: 100%; }

	#form{ /zoom : 1; }
	#form:after{ content : ''; display : block; clear : both; height:0; }

	#form td span{ display: block; margin-top: 10px; }

	/*Youtube動画*/
	.main-contents .v-wrap{
		position: relative;
		overflow: hidden;
		height: 0;
		padding-bottom: 56.25%;
		padding-top: 30px;
	}

	.main-contents .v-wrap iframe,
	.main-contents .v-wrap object,
	.main-contents .v-wrap embed{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.btn-c input{ padding: 0; }
	/*
	#home #main-visual-cover{
		padding-top: 50px;
		background: url(../imgs/common/bg-main-visual-cover.jpg) left top no-repeat;
		background-size: 100% auto;
		-webkit-background-size: 100% auto;
	}*/

	#home #main-visual-cover{
		background: url(../imgs/common/bg-main-visual-cover.jpg) 30% top no-repeat;
	}
	
	#main-visual-in{
		padding: 20px 0 25px;
		height: 100px;
		font-size: 1.6em;
		position:relative;
	}
	
	#home #main-visual-in{
		padding: 20px 0 30px;
		height: auto;
		font-size: 1.6em;
	}
	
	#main-visual-in h1{
		text-align: right;
		margin: -30px 0 0 0;
		padding: 0;
		top: 0px;
	}
}

/*------------------------------------------------------------
　template created by web-rider
-------------------------------------------------------------*/

.facebook .fbcomments,
.facebook .fb_iframe_widget,
.facebook .fb_iframe_widget[style],
.facebook .fb_iframe_widget iframe[style],
.facebook .fbcomments iframe[style],
.facebook .fb_iframe_widget span{

}

.facebook {
	text-align: center;
	margin-bottom:50px;
}

.facebook iframe {

}

.footer-nav {
	border-bottom:1px solid #FFF;
	border-top:1px solid #FFF;
	padding:25px 0;
	text-align:center;
}
	.footer-nav ul {
		padding:0;
		margin:0;
		text-align:center;
	}
	.footer-nav ul li {
		display:inline;
	}
	.footer-nav ul li a {
		line-height:1;
		color:#FFF;
	}
	.footer-nav ul li a:hover {
		text-decoration:none;
	}
	.footer-nav ul li.center {
		border-left:1px solid #FFF;
		border-right:1px solid #FFF;
		padding:0 15px;
		margin:0 15px;
	}
	.footer-nav ul li.center2 {
		border-left:1px solid #FFF;
		padding:0 15px;
		margin:0 15px;
	}