@charset "UTF-8";
/* CSS Document */

#contents .before_text{
	margin-top:20px;
	padding:0 10px;
}
.table a,.table a:hover,.table a:visited{
    color:blue !important;
}

.month_pager{
    position: relative;
    height:30px;
    margin: 0 auto;
    margin-top:20px;
}

.month_pager div{
    position: absolute;
    margin-top:10px;
}

.lastmonth{
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size:12px;
    font-weight:bold;

    width:100%;
    text-align: left;
}

.month{
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size:12px;
    font-weight:bold;
    
    width:100%;
    text-align: center;
}

.nextmonth{
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size:12px;
    font-weight:bold;

    width:30%;
    right:0;
    text-align: right;
}

.scheinfo{
    margin-top:10px;
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size:13px;

}


.scheinfo table {
    border-collapse:collapse;
    background-color: #ccc;
    color:black;
}
.scheinfo table a{
    color:#f90;
}
.scheinfo table a:hover{
    color:#f90;
}
.scheinfo table a:visited{
    color:#f90;
}
.scheinfo table tr{
    height:30px;
}
.scheinfo td {
    text-align: center;
	vertical-align: middle;
	color:#666;
	background-color:#fff;
	border:solid 1px #ccc;
    max-width:150px;
	vertical-align: middle !important;
}

.scheinfo th {
    border: 1px #ccc solid;
    text-align: center;
    vertical-align: middle;
    	color:#666;
    /* webkit系 */ 
	background: -webkit-gradient(linear,left top,left bottom, from(#fff), to(#ccc));
 
	/* Mozilla系 */ 
	background: -moz-linear-gradient(top,  #666,  #000);
 
	/* InternetExplorer */  
	filter: progid:DXImageTransform.Microsoft.gradient
	(startColorstr='#666666', endColorstr='#000000', GradientType=0);
}



.contentstext{
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size:15px;

    margin-left:40px;
    margin-top:20px;
    float:left;
}

.topic{
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size:13px;
    color:#F90;
    float:left;
    margin-left:20px;
}

#categorytable{
    width:280px;
    height:300px;

    margin-top:19px;
    float:left;
}

#search{
    width:280px;
    height:100px;

    float:left;
    margin-top:315px;
}


.scheinfo a,.scheinfo a:visited,.scheinfo a:hover{
    color:blue !important;
}

.scheinfo td.body{
	text-align: left;
}

@media only screen and  (max-width:400px) {
	.sche-remark{
		display:none;
	}
}