<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */


.common .mainContent { width: 505px; text-align: center;}
.common .mainContent p { color: #0e133c; font-size: 12px; line-height: 1.4em; text-align: left; width: 488px; margin: 0px auto;}

.red {
	color: #F00;
}

.pink {
	color: #F3F;
}

.blue {
	color: #00F;
}

.blue_big {
	color: #00F;
	font-weight: bold;
	font-size: 15px;
}

.orange {
	color: #F60;
	font-weight: bold;
}

.gold {
	color: #C90;
	font-weight: bold;
}

.green {
	color: #366;
}

.green_b {
	color: #366;
	font-weight: bold;
}

.yellow {
	color: #FF0;
	font-weight: bold;
}


h4{
	background: url(gby_title.jpg) no-repeat;
	width: 494px;
	height: 185px;
	text-indent: -9999px;
}

h5{
	background:#1b4a80;
	border-bottom: #F60 1px solid;
	border-top:#F60 1px solid;
	width:488px;
	color:#fff;
	font-size: 14px;
	padding:4px 0px 4px 7px;
	text-align:left;
	margin:20px auto 6px auto;
}

h6 { background:#eeeeee; border-bottom:#dddddd 1px solid; border-top: #dddddd 1px solid; width:488px;  color: #000033; font-size: 13px; padding:4px 0px 4px 7px; text-align:left; margin: 20px auto 6px auto;}


.shikaku {
	color: #F60;
}
	
.vegegyoza_gaiyou{
	width:466px;
	padding:15px;
	border:2px solid #FF4100;
	margin:15px auto;
	overflow:hidden;
}

.vegegyoza_img{
	display:block;
}

.gaiyou_text{
	width:205px;
}

.gaiyou_text h6{
	font-size:18px;
	margin:0 0 10px;
	padding:0;
}

.gaiyou_text table{
	display:block;
	font-size:13px;
}

.gaiyou_text table th{
	text-align:left;
	vertical-align:top;
}

.gaiyou_text table td{
	text-align:left;
}

/*-----------------------------------

フロート用クリアフィックス

-------------------------------------*/

.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 */


.clear{
	clear:both;
}
.fl_left {float:left;}
.fl_right {float:right;}</pre></body></html>