/*

ファイル名：styles.css
概要：このcssファイルはLP全体で共通するレイアウトの設定を記述しています。



サイト名：BrushUP学び
URL：http://www.brush-up.jp/
コピーライト：(c) Paseli Co.,Ltd. All Rights Reserved.

*/


/*--- すべての要素に適用させるスタイル設定 ---*/

* {
	list-style:none;
	margin:0;
	padding:0;
}

/*--- html、bodyのスタイル設定 ---*/

html {
	height:100%;
}

body {
	height:100%;
	margin:0;
	padding:0;
	text-align:center;
	background-color:#FFF;
}



/*--- imgタグのスタイル設定 ---*/

img {
	border:none;
}



/*--- pタグのスタイル設定 ---*/

p {
	margin:0;
}



/*--- 線のスタイル設定 ---*/

.dotborder-666 {
	border-bottom:dotted 1px #333;
}

.solidborder-666 {
	border-bottom:solid 1px #666;
}


/*--- alignの設定 ---*/

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

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


.float-left {
	float:left;
}

.float-right {
	float:right;
}


.vel-top{
	vertical-align:top;
}

.vel-bottom{
	vertical-align:bottom;
}

.vel-middle{
	vertical-align:middle;
}

/*--- floatのclear設定 ---*/

.clear:after {
	content:".";
	display:block;
	height:0;
	margin:0;
	clear:both;
	visibility:hidden;
}

#clear {
	display:block;
	height:0;
	margin:0;
	clear:both;
	visibility:hidden;
}


/* \*/
* html #clear {
	display:none;
	height:1%;
}
/**/

br#cl {
	line-height:1px;
}

/*--- floatクリア用ハック ---*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/*--- レイアウト外枠のスタイル ---*/

#wrap {
	width:950px;
	height:100%;
	margin:0 auto;
}

/*--- レイアウト外枠（ポップアップ）のスタイル ---*/

#wrap-p {
	width:600px;
	height:100%;
	margin:0 auto;
}


/*--- headerのスタイル ---*/

#header {
	width:950px;
	height:63px;
	text-align:left;
}

#header img.logo {
	float:left;
	margin:5px 10px;
}

#header p.text {
	float:left;
	margin:10px 0 0 0;
	text-align:left;
	width:400px;
}

#header p.link {
	float:right;
	margin:5px 10px;
	text-align:right;
	width:300px;
}

/*--- header（ポップアップ）のスタイル ---*/

#header-p {
	width:600px;
	text-align:left;
	padding-bottom:5px;
}

#header-p img.logo {
	float:left;
	margin:5px 5px 5px 10px;
}

#header-p p.text {
	float:left;
	margin:10px 0 0 0;
	text-align:left;
	width:300px;
}

#header-p img.botan {
	float:right;
	margin:5px 10px;
}

/*--- コンテンツ全体（ポップアップ）のスタイル ---*/
#contwrap-p{
	width:600px;
}

/*--- コンテンツ全体のスタイル ---*/
#contwrap{
	width:950px;
	background:url(../images/title_bg_b.jpg) left top no-repeat;
	/*height:230px;*/
	border-top:1px solid #0066CC;
	position:relative;
}

/*--- 左メニュー ---*/
#contwrap #left-menu{
	width:230px;
	margin:-17px 0 5px 0;
	float:left;
}

#contwrap #left-menu #index{
	width:230px;
	height:30px;
	position:relative;
	font-size:10px;
}

#contwrap #left-menu #index span{
	position:absolute;
	top:0;
	left:0;
	width:230px;
	height:30px;
}

#contwrap #left-menu #btn a:link span,
#contwrap #left-menu #btn a:visited span,
#contwrap #left-menu #btn a:active span,
#contwrap #left-menu #btn a:hover span{
	background-repeat:no-repeat;
	position:absolute;
	top:0;
	left:0;
	width:230px;
	height:40px;
	display:block;
}



#contwrap #left-menu #btn{
	width:230px;
	height:40px;
	position:relative;
	font-size:10px;
	margin:1px 0;
}

/*-----ボタン配置-----*/
#contwrap #left-menu #btn a:link span.btn01,
#contwrap #left-menu #btn a:visited span.btn01{
	background-position:left top;
}
#contwrap #left-menu #btn a:hover span.btn01,
#contwrap #left-menu #btn a:active span.btn01{
	background-position:-230px top;
}

#contwrap #left-menu #btn a:link span.btn02,
#contwrap #left-menu #btn a:visited span.btn02{
	background-position:left -40px;
}
#contwrap #left-menu #btn a:hover span.btn02,
#contwrap #left-menu #btn a:active span.btn02{
	background-position:-230px -40px;
}

#contwrap #left-menu #btn a:link span.btn03,
#contwrap #left-menu #btn a:visited span.btn03{
	background-position:left -80px;
}
#contwrap #left-menu #btn a:hover span.btn03,
#contwrap #left-menu #btn a:active span.btn03{
	background-position:-230px -80px;
}

#contwrap #left-menu #btn a:link span.btn04,
#contwrap #left-menu #btn a:visited span.btn04{
	background-position:left -120px;
}
#contwrap #left-menu #btn a:hover span.btn04,
#contwrap #left-menu #btn a:active span.btn04{
	background-position:-230px -120px;
}

#contwrap #left-menu #btn a:link span.btn05,
#contwrap #left-menu #btn a:visited span.btn05{
	background-position:left -160px;
}
#contwrap #left-menu #btn a:hover span.btn05,
#contwrap #left-menu #btn a:active span.btn05{
	background-position:-230px -160px;
}


/*---------------こちらの資格もおすすめ--------------*/
#contwrap #left-menu #osusume{
	width:230px;
	margin:5px 0 10px 0;
}

#contwrap #left-menu #osusume ul{
	width:228px;
	margin:0;
	display:block;
	padding:0;
	border-right:1px solid #0099CC;
	border-left:1px solid #0099CC;
	background:#fbfbfb;
}

* html #contwrap #left-menu #osusume ul{
	width:230px;
	padding:5px 0 0 0;
}

#contwrap #left-menu #osusume ul li{
	width:210px;
	margin:0 auto;
	text-align:left;
	padding:8px 0 0 0;
}

* html #contwrap #left-menu #osusume ul li{
	padding:0;
}
#contwrap #left-menu #osusume ul li #icon{
	width:14px;
	height:14px;
	background:url(../images/icons.gif) -80px top no-repeat;
	margin-right:6px;
	margin-top:1px;
	float:left;
	display:block;
}

#contwrap #left-menu #osusume ul li p{
	float:left;
	width:185px;
}

/*---------------ランキング--------------*/
#contwrap #left-menu #index span.ranking{
	background:url(../images/ranking_title.gif) left top no-repeat;
}

#contwrap #left-menu #ranking{
	width:230px;
	margin:5px 0;
}

#contwrap #left-menu #ranking ul{
	width:230px;
	margin:0;
	padding:0;
}

#contwrap #left-menu #ranking ul li{
	width:230px;
	margin:0;
	text-align:left;
	padding:5px 0;
	border-bottom:1px solid #0099CC;
}

#contwrap #left-menu #ranking ul li #number{
	width:60px;
	float:left;
	text-align:center;
	font-size:0.8em;
	font-weight:bold;
}

#contwrap #left-menu #ranking ul li img{
	margin:0 5px;
}

#contwrap #left-menu #ranking ul li .n01{
	color:#CC9900;
}
#contwrap #left-menu #ranking ul li .n02{
	color:#777777;
}
#contwrap #left-menu #ranking ul li .n03{
	color:#996600;
}

#contwrap #left-menu #ranking ul li p{
	float:left;
	width:155px;
}

#contwrap #left-menu #ranking #more{
	width:230px;
	padding:5px 0;
	text-align:right;
}

/*---------------ランキング--------------*/
#contwrap #left-menu #moba-info{
	width:230px;
	height:133px;
	position:relative;
	}
#contwrap #left-menu #moba-info span{
	width:230px;
	height:133px;
	background:url(../images/mobile_info.gif) no-repeat;
	display:block;
	position:absolute;
	top:0;
	left:0;
	}

/*--- 右メニュー ---*/
#contwrap #right-menu{
	width:712px;
	margin:0 0 5px 0;
	float:right;
}

#contwrap #right-menu #title-wrap{
	width:712px;
	height:230px;
	position:relative;
}

#contwrap #right-menu #icon{
	position:absolute;
	width:110px;
	height:42px;
	top:10px;
	left:0;
	background:url(../images/icons.gif) -106px 0 no-repeat;
}

#contwrap #right-menu .catch{
	position:absolute;
	top:60px;
	left:10px;
}

#contwrap #right-menu .name{
	position:absolute;
	top:85px;
	left:10px;
}

#contwrap #right-menu #read{
	position:absolute;
	top:147px;
	left:10px;
	text-align:left;
	width:440px;
}

#contwrap #right-menu #title-wrap #botan{
	position:absolute;
	bottom:8px;
	right:10px;
	text-align:left;
	width:245px;
	height:76px;
	display:block;
}


#contwrap #right-menu #title-wrap #botan a{
	width:245px;
	height:76px;
	display:block;
	background:url(../images/seikyu_pagelink_btns.png) left top no-repeat;
	cursor:pointer;
}

* html #contwrap #right-menu #title-wrap #botan a{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/seikyu_pagelink_btn.png', sizingMethod='crop');
}

#contwrap #right-menu #title-wrap #botan a:link{
	background:url(../images/seikyu_pagelink_btns.png) left top no-repeat;
}
* html #contwrap #right-menu #title-wrap #botan a:link{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/seikyu_pagelink_btn.png', sizingMethod='crop');
}
#contwrap #right-menu #title-wrap #botan a:hover{
	background:url(../images/seikyu_pagelink_btns.png) -250px top no-repeat;
}
* html #contwrap #right-menu #title-wrap #botan a:hover{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/seikyu_pagelink_btn_f2.png', sizingMethod='crop');
}


/*-----パンくず-----*/
#contwrap #right-menu #ticker{
	width:712px;
	margin:0;
	padding:4px 0;
	background:#eee;
	text-align:left;
}

#contwrap #right-menu #ticker p{
	padding:0 5px;
}

/*--- NewTopics ---*/
#contwrap #right-menu #index{
	width:712px;
	height:32px;
	position:relative;
	font-size:10px;
	margin-top:10px;
}

#contwrap #right-menu #index span.topics{
	position:absolute;
	top:0;
	left:0;
	width:712px;
	height:32px;
	background:url(../images/new_topics_title.gif) no-repeat;
}

#contwrap #right-menu #topics{
	width:692px;
	padding:5px 0;
	margin:0 auto;
	text-align:left;
}

#contwrap #right-menu #topics #pat01{
	width:692px;
	padding:5px 0;
}
#contwrap #right-menu #topics #pat02{
	width:340px;
}

#contwrap #right-menu #topics #pat01 img,
#contwrap #right-menu #topics #pat02 img{
	float:left;
	margin:0 5px 5px 0;
}

#contwrap #right-menu #topics #pat01 p,
#contwrap #right-menu #topics #pat02 p{
	padding:3px 0;
}

#contwrap #right-menu #topics .border-top{
	border-top:1px dotted #777;
}
* html #contwrap #right-menu #topics .border-top{
	margin-top:5px;
}


/*--- 掲載スクール枠 ---*/
#contwrap #right-menu #school{
	width:712px;
	margin:10px 0;
	background:url(../images/school_bgmiddle.gif) 1px top repeat-y;
}

#contwrap #right-menu #school #title{
	width:692px;
	margin:0 auto 5px auto;
	text-align:left;
	padding:0 0 5px 0;
	font-size:1.0em;
	font-weight:bold;
	color:#006699;
}

#contwrap #right-menu #school ul{
	list-style-type:none;
	width:692px;
	margin:0 10px;
	display:block;
	white-space:nowrap;
	padding:0;
}

#contwrap #right-menu #school li{
	float:left;
	margin:0 5px 0 0;
	display:block;
	width:63px;
	height:65px;
	text-align:center;
}

#contwrap #right-menu #school li img{
	width:60px;
}


/*--- タブ　---*/
#contwrap #right-menu #course-wrap{
	width:712px;
	margin:15px 0;
}
* html #contwrap #right-menu #course-wrap{
	width:712px;
	margin:0;
}

#contwrap #right-menu #course-wrap #title{
	width:710px;
	margin:20px auto 5px auto;
	text-align:left;
}
#contwrap #right-menu #course-wrap #title img{
	margin-left:5px;
}

#contwrap #right-menu #course-wrap #tab-wrap{
	width:700px;
	height:35px;
	margin:10px auto 0 auto;
}

#contwrap #right-menu #course-wrap #tab-wrap a{
	width:84px;
	display:block;
	height:35px;
	float:left;
	line-height:38px;
	font-size:11px;
	text-decoration:underline;
}

.mar-l5{
	margin-left:4px;
}

* html .mar-l5{
	margin-left:3px;
}

#contwrap #right-menu #course-wrap #tab-wrap a:link,
#contwrap #right-menu #course-wrap #tab-wrap a:visited,
#contwrap #right-menu #course-wrap #tab-wrap a:active{
	width:84px;
	height:35px;
	display:block;
	background:url(../images/tab_hover.gif) left 5px no-repeat;
}

#contwrap #right-menu #course-wrap #tab-wrap a:hover{
	width:84px;
	height:35px;
	display:block;
	background:url(../images/tab_hover.gif) left -43px no-repeat;
}

#contwrap #right-menu #course-wrap #tab-wrap a:link.select,
#contwrap #right-menu #course-wrap #tab-wrap a:visited.select,
#contwrap #right-menu #course-wrap #tab-wrap a:active.select{
	background:url(../images/tab_hover.gif) left -43px no-repeat;
}

#contwrap #right-menu #course-wrap #waku{
	width:710px;
	border:1px solid #95C54D;
	background:#D1ECAA;
}

#contwrap #right-menu #course-wrap #waku #inner{
	width:690px;
	margin:10px;
	padding:10px 0;
	background:#fff;
}

#contwrap #right-menu #course-wrap #waku #inner table.course{
	width:650px;
	margin:0 auto 10px auto;
	padding:0;
	border-spacing:0;
}

#contwrap #right-menu #course-wrap #waku #inner table.tscourse{
	width:650px;
	margin:0 auto 10px auto;
	padding:0;
	border-spacing:0;
}


#contwrap #right-menu #course-wrap #waku #inner td.checkindex{
	border-bottom:1px solid #ccc;
	background:#fff;
	text-align:center;
	vertical-align:middle;
	padding:5px 8px;
	width:20px;
}


#contwrap #right-menu #course-wrap #waku #inner td.tstitle{
	border-bottom:1px solid #ccc;
	background:#fff;
	padding:5px;
	text-align:left;
	vertical-align:middle;
}

#contwrap #right-menu #course-wrap #waku #inner td.check{
	border-top:1px solid #fff;
	border-bottom:1px solid #ccc;
	background:#FFCC99;
	text-align:center;
	vertical-align:middle;
	padding:5px 8px;
	width:20px;
}

#contwrap #right-menu #course-wrap #waku #inner td.names{
	border-top:1px solid #fff;
	border-bottom:1px solid #ccc;
	background:#fff;
	text-align:left;
	vertical-align:middle;
	padding:5px 8px;
	width:590px;
}

#contwrap #right-menu #course-wrap #waku #inner td.names2{
	border-top:1px solid #fff;
	border-bottom:1px solid #ccc;
	background:#fff;
	text-align:left;
	vertical-align:middle;
	padding:5px 0;
	width:590px;
}

#contwrap #right-menu #course-wrap #waku #inner td.names2 .input{
	float:right;
	display:block;
	width:400px;
	margin:0;
}

#contwrap #right-menu #course-wrap #waku #inner td.names2 label{
	width:170px;
	float:left;
	margin:12px 0;
	cursor:pointer;
	text-decoration:underline;
	color:#0033CC;
	font-size:0.8em;
}

#contwrap #right-menu #course-wrap #waku #inner td.names #icontg{
	float:left;
	margin-right:8px;
	width:35px;
	height:20px;
	background:url(../images/icons.gif) left top no-repeat;
}
#contwrap #right-menu #course-wrap #waku #inner td.names #iconts{
	float:left;
	margin-right:8px;
	width:35px;
	height:20px;
	background:url(../images/icons.gif) -40px top no-repeat;
}

#contwrap #right-menu #course-wrap #waku #inner td.names div{
	float:left;
	width:550px;
}


/*------ボタン------*/
#contwrap #right-menu #course-wrap #waku #inner #seikyu-btn{
	width:600px;
	margin:15px auto 25px auto;
	text-align:center;
}

/*------フロー------*/
#contwrap #right-menu #course-wrap #waku #inner #flow{
	width:670px;
	height:90px;
	margin:5px auto;
	background:url(../images/flow.gif) no-repeat;
}


/*------フッター------*/
#menu-links{
	width:750px;
	margin:10px auto; 
	text-align:center;
}



#footer{
	width:950px;
	padding:10px 0;
	margin:0 auto;
	text-align:center;
	border-top:5px solid #0962AA;
}

#footer p{
	line-height:160%;
}

/*------フッター（ポップアップ）------*/
#footer-p{
	width:600px;
	padding:10px 0;
	margin:0 auto;
	text-align:right;
	border-top:3px solid #0962AA;
}

#footer-p img{
	margin-right:10px;
}

#footer-p p{
	margin-left:10px;
}