/*

ファイル名：blog.css
概要：このcssファイルは解答速報の共通cssの設定を記述しています。

サイト名：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:#fc6;
}



/*--- imgタグのスタイル設定 ---*/

img {
	border:none;
}



/*--- pタグのスタイル設定 ---*/

p {
	margin:0;
}

/*--- 線のスタイル設定 ---*/

.dot-border {
	border-bottom:dotted 1px #333;
}

.border-666 {
	border-bottom:solid 1px #666;
}


/*--- alignの設定 ---*/

.align-left {
	text-align:left;
}

.align-right {
	text-align:right;
}



/*--- 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:854px;
	margin:0 auto;
	background:url(images/page_bgtop.gif) top no-repeat;
	padding:0;
}


/*--- headerのスタイル ---*/

#header {
	width:854px;
	background:url(images/logo.gif) 10px 5px no-repeat;
	position:relative;
	height:120px;
	}

#header img.title{
	position:absolute;
	top:3px;
	left:365px;
}

#header img.boo{
	position:absolute;
	top:0;
	right:12px;
}


/*---コンテンツのスタイル ---*/
#contents{
	width:854px;
	background:url(images/page_bg.gif) repeat-y;
}

#cont-wrap {
	width:854px;
	background:url(images/page_bgbottom.gif) bottom no-repeat;
}

#cont-wrap #leftside{
	width:643px;
	float:left;
}

#cont-wrap #leftside #left{
	width:190px;
	float:left;
	margin-left:10px;
}
* html #cont-wrap #leftside #left{
	margin-left:5px;
}

#cont-wrap #leftside #left #calendar #wp-calendar{
	width:190px;
	margin-bottom:20px;
}

#cont-wrap #leftside #left #calendar #wp-calendar caption{
	width:190px;
	padding:5px 0;
	border-bottom:1px solid #85d6ff;
	font-size:0.8em;
}


#cont-wrap #leftside #left #calendar #wp-calendar th{
	font-size:0.8em;
	/*color:#666666;*/
}

/*
#cont-wrap #leftside #left #calendar .saturday { color:#0099FF; }
#cont-wrap #leftside #left #calendar .sunday { color:#FF6699; }
#cont-wrap #leftside #left #calendar .holiday { color:#FF6699; }*/
#cont-wrap #leftside #left #calendar #wp-calendar #today { background:#FFF0E3; border:1px solid #FFCC33; }

#cont-wrap #leftside #left #calendar #wp-calendar td{
	font-size:0.8em;
}


#cont-wrap #leftside #left #archives{
	width:190px;
	margin-bottom:20px;
}

#cont-wrap #leftside #left #others{
	width:190px;
	margin-bottom:20px;
}

#cont-wrap #leftside #left #archives img.title,
#cont-wrap #leftside #left #others img.title,
#cont-wrap #leftside #left #calendar img.title{
	margin:0px;
}

#cont-wrap #leftside #left ul{
	width:190px;
}
#cont-wrap #leftside #left li{
	width:190px;
	padding:5px 0;
	margin:0 auto;
	border-bottom:1px solid #ccc;
	text-align:left;
}

#cont-wrap #leftside #left #archives li{
	width:180px;
	padding:5px;
	margin:0 auto;
	border-bottom:1px solid #ccc;
	text-align:left;
	font-size:0.8em;
	line-height:145%;
}


#cont-wrap #leftside #left li p.noicon{
	padding:0 5px;
}
#cont-wrap #leftside #left li p.y-pink{
	padding:0 5px 0 19px;
	background:url(images/yaji_pink.gif) 5px 3px no-repeat;
}


#cont-wrap #leftside #right{
	width:434px;
	float:right;
}

#cont-wrap #leftside #bread{
	width:434px;
	background:#eee;
	margin-bottom:5px;
	padding:3px 0;
	text-align:left;
}
#cont-wrap #leftside #bread p{
	padding:0 5px;
}

#cont-wrap #leftside #pages{
	width:424px;
	background:#fff;
	margin-bottom:5px;
	padding:5px;
	text-align:left;
	font-size:0.7em;
}


#cont-wrap #leftside #right #entry-wrap{
	width:434px;
	background:url(images/entry_bg.gif) repeat-y;
	margin-bottom:15px;
}

#cont-wrap #leftside #right #entry-wrap #topimg{
	height:10px;
	width:434px;
	font-size:5px;
}
#cont-wrap #leftside #right #entry-wrap #bottomimg{
	height:20px;
	width:434px;
	font-size:5px;
}

#cont-wrap #leftside #right #entry-wrap #times{
	width:414px;
	margin:0 auto;
	border-bottom:4px solid #f90;
	text-align:left;
}

#cont-wrap #leftside #right #entry-wrap #times p{
	padding:3px 10px;
}

#cont-wrap #leftside #right #entry-wrap #catch{
	width:414px;
	margin:0 auto;
	text-align:left;
}

#cont-wrap #leftside #right #entry-wrap #catch p{
	padding:10px 10px 15px 10px;
	color:#FF9900;
}


#cont-wrap #leftside #right #entry-wrap #content{
	width:394px;
	margin:0 auto;
	text-align:left;
}

#cont-wrap #leftside #right #entry-wrap #content p{
	line-height:145%;
	padding:8px 0;
	font-size:0.8em;
}

#cont-wrap #leftside #right #entry-wrap #content p.next{
	width:394px;
	text-align:right;
}

/*#cont-wrap #leftside #right #entry-wrap #content img{
	border:6px solid #f5ebe0;
}
*/
#cont-wrap #leftside #right #entry-wrap #foot{
	border-top:3px solid #eee;
	width:414px;
	margin:0 auto;
	text-align:right;
}

#cont-wrap #leftside #right #entry-wrap #foot p{
	padding:5px 10px;
}


#cont-wrap #leftside #right #logo{
	width:434px;
	padding:10px auto;
	text-align:center;
}


#cont-wrap #rightside{
	width:190px;
	float:right;
	margin-right:13px;
}
* html #cont-wrap #rightside{
	margin-right:6px;
}


#cont-wrap #rightside #recent{
	width:190px;
	margin-bottom:20px;
}


#cont-wrap #rightside #category{
	width:190px;
	margin-bottom:20px;
}

#cont-wrap #rightside #links{
	width:190px;
	margin-bottom:20px;
}

#cont-wrap #rightside #recent img.title,
#cont-wrap #rightside #category img.title,
#cont-wrap #rightside #links img.title{
	margin:0px;
}

#cont-wrap #rightside ul{
	width:190px;
}
#cont-wrap #rightside ul.links{
	border-bottom:1px solid #ccc;
	width:190px;
	text-align:left;
}
#cont-wrap #rightside ul.links p.midashi{
	padding:3px 5px 0 5px;
}

#cont-wrap #rightside li{
	width:190px;
	padding:5px 0;
	margin:0 auto;
	border-bottom:1px solid #ccc;
	text-align:left;
	font-size:0.8em;
	line-height:145%;
}

#cont-wrap #rightside li.links{
	border-bottom:none;
}

#cont-wrap #rightside li.cat-item{
	width:180px;
	padding:5px;
	margin:0 auto;
	border-bottom:1px solid #ccc;
	text-align:left;
}

#cont-wrap #rightside li p.noicon{
	padding:0 5px;
}
#cont-wrap #rightside li p.y-orange{
	padding:0 5px 0 19px;
	background:url(images/yaji_orange.gif) 5px 3px no-repeat;
}
#cont-wrap #rightside li p.y-green{
	padding:0 5px 0 19px;
	background:url(images/yaji_green.gif) 5px 3px no-repeat;
}

#cont-wrap #rightside #mobile{
	width:190px;
	height:121px;
	background:url('images/mobile_bg.gif') no-repeat;
	text-align:left;
	margin-bottom:20px;
}

#cont-wrap #rightside #mobile  img{
	float:right;
	margin:3px 7px 3px 0;
}

#cont-wrap #rightside #mobile p.title{
	padding:6px 7px 3px 7px;
	font-size:11px;
	color:#ff6600;
}

#cont-wrap #rightside #mobile p.cont{
	padding:3px 7px 0 7px;
}

#cont-wrap #rightside #favorite{
	width:190px;
	height:63px;
	margin-bottom:20px;
	display:block;
}
#cont-wrap #rightside #favorite a{
	width:189px;
	height:63px;
	margin:0 auto;
	display:block;
	background:url(images/favorite_btn.gif) no-repeat;
	text-indent:-9999px;
	font-size:5px;
}
#cont-wrap #rightside #favorite a:link{
	width:189px;
	height:63px;
	background:url(images/favorite_btn.gif) no-repeat;
}
#cont-wrap #rightside #favorite a:hover{
	width:189px;
	height:63px;
	background:url(images/favorite_btn_f2.gif) no-repeat;
}

/*フッター*/

#wrap #footer-link{
	width:830px;
	margin:15px auto 0 auto;
	border-top:4px solid #ccc;
	}
#wrap #footer-link ul{
	width:810px;
	margin:0 auto;
	text-align:left;
	padding:10px 0;
	}
#wrap #footer-link li{
	float:left;
	white-space:nowrap;
}

#wrap #footer{
	width:830px;
	margin:0 auto;
	border-top:4px solid #FF9900;
	padding:10px 0;
	}
	
#wrap #footer p.copy{
	width:830px;
	padding:10px 0;
}	



/**/
#cont-wrap #leftside #right img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

#cont-wrap #leftside #right img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

#cont-wrap #leftside #right img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

#cont-wrap #leftside #right .alignright {
	float: right;
	}

#cont-wrap #leftside #right .alignleft {
	float: left
	}
