/* CSS Document */
@charset "shift_jis"; 

/* text css start */
.text{
	color: #333333;
	font: 14px/135% "A-OTF Shin Go Pro";
}
.c-text{
	line-height: 1.5;
}
.s-text{
	font-size: 100%;
	line-height: 140%;
}
.s-red-text{
	font-size: 100%;
	color: #E50012;
	line-height: 140%;
}
.s-gray-text{
	font-size: 100%;
	color: #666666;
	line-height: 140%;
}
.s-point1-text{
	font-size: 100%;
	color: #7f7724;
	line-height: 140%;
}
.s-point2-text{
	font-size: 100%;
	color: #88545A;
	line-height: 140%;
}
.s-point3-text {	
	font-size: 100%;
	color: #0099CC;
	line-height: 140%;
}
.s-white-text {	
	font-size: 100%;
	color: #ffffff;
	line-height: 140%;
}
.d-red-text {
	font-size: 130%;
	color: #E50012;
}
.d-white-text {
	font-size: 130%;
	color: #fff;
}
.d-gray-text {
	font-size: 130%;
	color: #666666;
}
.d-green-text {
	font-size: 130%;
	color: #009900;
}
.d-point1-text {	
	font-size: 130%;
	color: #7f7724;
}
.d-point2-text {	
	font-size: 130%;
	color: #88545A;
}
.d-point3-text {	
	font-size: 130%;
	color: #0066FF;
}
/* text css end */




/* table css start */
.table_01{
width: 100%;
border-collapse: collapse;
}
.table_01 th{
width: 14%;
padding: 6px;
text-align: left;
vertical-align: top;
color: #333;
background: #eee;
border: 1px solid #b9b9b9;
}
.table_01 td{
padding: 6px;
border: 1px solid #b9b9b9;
}
.table_01 td.wh{
background:#FFF;
}
.table_01 td.rest{
background:#FFCCFF;
}
/* table css end */

/* Facebook Likebox */
div.fb-page,
div.fb-page iframe[style],
div.fb-page span {
    width: 100% !important;
}