@charset "utf-8";


img.t_top_news {
	width:18%;
	margin-bottom:5px;
}
/*pagetop---*/
.t_pagetop{
	margin-top:5px;
}

/*h3---*/
h3{
}


div.tfc{
	margin-top:5px;
	margin-bottom:13px;
	//background-color:#cca35d;
}


/*TEXT-------------------------------------*/
.t_ss1{font-size:70%;}

.t_s1{font-size:88%;}
.t_s2{font-size:95%;}
.t_s3{font-size:100%;}
.t_s4{font-size:115%;}
.t_s5{font-size:130%;}
.t_s6{font-size:150%;}

.t_red{color:#aa4444;}
.t_green{color:#449944;}
.t_blue{color:#444499;}
.t_orange{color: #e99a00;}

.t_strong{color:#aa2222;font-weight:900;}

.t_bg_red{background-color:#eeaaaa;padding:2px;font-weight:900;}
.t_bg_green{background-color:#77aa77;padding:2px;font-weight:900;}
.t_bg_blue{background-color:#3581d0;padding:2px;color:#eeeeee;font-weight:900;}
.t_bg_orange{background-color:#f1973e;padding:2px;font-weight:900;}
.t_bg_yellow{background-color:#fff7c5;padding:2px;font-weight:900;}
.t_bg_gray{background-color:#cccccc;padding:2px;font-weight:900;}


.t_note1{margin:3px auto;width:85%;border:1px solid #aaaaaa;border-radius:10px;}
.t_note2{margin:3px auto;width:85%;border:1px dotted #333333;border-radius:10px;}

hr.t_l1{border-top: 1px solid #c8b8b;width:95%;}

.t_left{text-align:left;margin-left:2px;}
.t_center{text-align:center;}
.t_right{text-align:right;margin-right:2px;float:right;}

.t_dropcap:first-letter{
		font-size: 4em;
		font-weight:800;
    line-height: 1;
    float: left;
    margin: 0 .2em 0 0;
}
/**/
.ph_10{
	margin-left:10px;
}
/*-----------------------------------------------------------*/
/*Table*/

div.tfc table.t_basetable {
	margin: 0px;
	width: 100%;
	line-height: 135%;
	border-collapse: collapse;
	border-right: #5c5a13 solid 1px;
	border-bottom: #5c5a13 solid 1px;
//	clear: both;
}

div.tfc table.t_basetable caption {
	display: none;
}

div.tfc table.t_basetable tr th {
	padding: 4px;
	font-weight: normal;
	text-align: center;
	border-top: #5c5a13 solid 1px;
	border-left: #5c5a13 solid 1px;
}

div.tfc table.t_basetable tr td {
	padding: 4px;
	border-top: #5c5a13 solid 1px;
	border-left: #5c5a13 solid 1px;
}


.tfc table.t_basetable_s {
	margin: 0px;
	width: 400px;
	line-height: 135%;
	border-collapse: collapse;
	border-right: #5c5a13 solid 1px;
	border-bottom: #5c5a13 solid 1px;
	float: left;
	clear: both;
}

.tfc table.t_basetable_s caption {
	display: none;
}

table.t_basetable_s tr th {
	padding: 4px;
	font-weight: normal;
	text-align: center;
	border-top: #5c5a13 solid 1px;
	border-left: #5c5a13 solid 1px;
}

table.t_basetable_s tr td {
	padding: 4px;
	border-top: #5c5a13 solid 1px;
	border-left: #5c5a13 solid 1px;
}


.td_top {
	vertical-align: top;
}

.td_bottom {
	vertical-align: bottom;
}

.td_middle {
	vertical-align: middle;
}

.nbr {
	white-space: nowrap;
}
/* Calender */
div.tfc table.t_basetable_cal {
	margin: 3px auto;
	width: 91%;
	line-height: 135%;
	border-collapse: collapse;
	border-right: #5c5a13 solid 1px;
	border-bottom: #5c5a13 solid 1px;
//	clear: both;
}
div.tfc table.t_basetable_cal tr th {
	padding: 4px;
	font-weight: normal;
	text-align: center;
	border-top: #5c5a13 solid 1px;
	border-left: #5c5a13 solid 1px;
}

div.tfc table.t_basetable_cal tr td {
	padding: 4px;
	border-top: #5c5a13 solid 1px;
	border-left: #5c5a13 solid 1px;
}

.t_w13{
	width:13%;
}

/*Imgaes*/
.t_img_l {
	margin: 0px 10px 5px 0px;
	padding: 0px;
	float: left;
	border:1px solid #999999;
}

.t_img_r {
	margin: 0px 0px 5px 10px;
	padding: 0px;
	float: right;
	border:1px solid #999999;
}

.t_img_c {
	margin: 0px auto 5px auto;
	padding: 0px;
	text-align: center;
	clear: both;
	border:1px solid #999999;
}
.clear { clear: both; }

/*--------------------------------------*/
.tfc ul{
	margin-left:20px;
}



/*--------------------------------------*/
.t_half{
	width:50%;
}

.t_w60{
	width:60%;
}

.t_w50{
	width:50%;
}

.t_w40{
	width:40%;
}

/*--------------------------------------*/
.t_button50p{
	display: block;
	width: 40%;	/*ボタン幅*/
	padding: 10px;	/*ボタン内の余白*/
	margin: 10px 10px 20px 10px;
	border-radius: 30px;	/*角丸のサイズ*/
	background: #e5e5e5;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-linear-gradient(#FFF, #e5e5e5);	/*グラデーション*/
	background: linear-gradient(#FFF, #e5e5e5);			/*同上*/
	-webkit-box-shadow: 1px 2px 7px #ccc;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 7px #ccc;			/*同上*/
	font-size: 14px;	/*文字サイズ*/
	letter-spacing: 0.1em;
	border: 1px solid #999;	/*枠線の幅、線種、色*/
	float:left;
}

.t_button200{
	display: block;
	width: 200px;	/*ボタン幅*/
	padding: 10px;	/*ボタン内の余白*/
	margin-bottom: 20px;
	border-radius: 30px;	/*角丸のサイズ*/
	background: #e5e5e5;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-linear-gradient(#FFF, #e5e5e5);	/*グラデーション*/
	background: linear-gradient(#FFF, #e5e5e5);			/*同上*/
	-webkit-box-shadow: 1px 2px 7px #ccc;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 7px #ccc;			/*同上*/
	font-size: 16px;	/*文字サイズ*/
	letter-spacing: 0.1em;
	border: 1px solid #999;	/*枠線の幅、線種、色*/
	float:left;
}

.t_button180{
	display: block;
	width: 180px;	/*ボタン幅*/
	padding: 3px 5px;	/*ボタン内の余白*/
	margin:5px;
	border-radius: 30px;	/*角丸のサイズ*/
	background: #e5e5e5;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-linear-gradient(#FFF, #e5e5e5);	/*グラデーション*/
	background: linear-gradient(#FFF, #e5e5e5);			/*同上*/
	-webkit-box-shadow: 1px 2px 7px #ccc;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 7px #ccc;			/*同上*/
	font-size: 11px;	/*文字サイズ*/
	letter-spacing: 0.1em;
	border: 1px solid #999;	/*枠線の幅、線種、色*/
	float:left;
}

.t_button160{
	display: block;
	width: 160px;	/*ボタン幅*/
	padding: 3px 5px;	/*ボタン内の余白*/
	margin:5px;
	border-radius: 30px;	/*角丸のサイズ*/
	background: #e5e5e5;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-linear-gradient(#FFF, #e5e5e5);	/*グラデーション*/
	background: linear-gradient(#FFF, #e5e5e5);			/*同上*/
	-webkit-box-shadow: 1px 2px 7px #ccc;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 7px #ccc;			/*同上*/
	font-size: 12px;	/*文字サイズ*/
	letter-spacing: 0.1em;
	border: 1px solid #999;	/*枠線の幅、線種、色*/
	float:left;
}


.t_button100{
	display: block;
	width: 100px;	/*ボタン幅*/
	padding: 2px;	/*ボタン内の余白*/
	margin-bottom: 20px;
	border-radius: 30px;	/*角丸のサイズ*/
	background: #e5e5e5;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-linear-gradient(#FFF, #e5e5e5);	/*グラデーション*/
	background: linear-gradient(#FFF, #e5e5e5);			/*同上*/
	-webkit-box-shadow: 1px 2px 7px #ccc;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 7px #ccc;			/*同上*/
	font-size: 10px;	/*文字サイズ*/
	letter-spacing: 0.1em;
	border: 1px solid #999;	/*枠線の幅、線種、色*/
	float:left;
}

.sns{
	font-size: 11px;	/*文字サイズ*/
	color:#ffffff;
	background: -webkit-linear-gradient(top,#333,#999);	/*グラデーション*/
	background: linear-gradient(top,#333,#999);			/*同上*/
	//background-color:#999;
	border:1px solid #999;
	padding:2px0px;
}

.t_top_sns{
	margin:15px;
	width:34px;
}

.t_top_ouen{
	width:30%;
	float: left;

}