@charset "utf-8";
@import url("html5reset.css"); 
@import url("default.css"); 


/*PCでは非表示*/
.sp,
.tab{
	display: none;
}

/*フロートをクリアする*/
div{
	zoom: 1;/*for IE 5.5-7*/
	}  
div:after {/*for modern browser*/
	content: ".";
	clear: both;
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
#bg:after,
#bg_in:after{
content: none;
}



/*リンクの点線を非表示*/
a:focus{
	overflow:hidden;
} 

/*画像リンクにアルファ*/
a:hover img{
	filter: Alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
a,a img {
	transition: .3s ease-in-out;
	opacity: 1;
}
img{
	max-width:100% !important;
	height: auto !important;
}

/*プレーンタグ設定*/
html{
		/* background-color:#fff;
		border-bottom: 11px solid #486e95; */
	}

body{
	color: #333;
	font-size: 90%;
}

h1{
	clear: both;
	padding: 20px 5px 14px 10px;
	background-color: #25384D;
	color: #fff;
	font-size: 160%;
	border-bottom: 5px solid #486E95;
	margin-bottom: 10px;
	margin-top:-8px;
}

h2{
	clear: both;
	background-color: #e0e0e0;
	color: #25384D;
	border-bottom:3px solid #486e95;
/* 	font-size: 140%; */
	padding: 12px 10px 8px 10px;
/* 	border-radius: 7px;
	-webkit-borde-radius: 7px;
	-moz-border-radius: 7px; */
	margin: 10px 0 20px;
}

h3{
	clear: both;
	border-left: 10px solid #486e95;
	padding: 5px 10px 3px;
	color: #333333;
}

h4{
	clear: both;
	background-color: #cae0e0;
	color: #333333;
	padding: 5px 10px 3px;
	font-size: 105%;
	/* font-weight: normal; */
}

h5{
	clear: both;
	border-bottom: 1px dashed #4573bf;
	padding: 3px 10px;
	color: #333333;
	font-size: 100%;
}

h6{
	clear: both;
	color: #333333;
	padding: 3px 0 3px 13px;
	margin-left:10px;
	background-image: url("../img/all_img/org/li_01.png");
	background-repeat: no-repeat;
	background-position: left 5px;
}
h1,h2,h3,h4,h5,h6{
	line-height: 1.2em;
}

address{
	font-style: normal;
}

ul{
	list-style: disc;
}
ol{
	list-style: decimal;
}
table{
	max-width: 940px;
	table-layout:fixed;
}
table,
th,
td{
	border-color: #aaa;
	line-height: 1.2em;
	table-layout:fixed;
}
th{
	background-color: #afe1b6;
	text-align: left;
}
hr{
	border: 0;
	border-bottom: 1px dashed #ccc;
	background: #fff;
	margin-bottom: 10px;
}

td img{
	max-width: 100%;
}

a:hover{
	color: #cc0000;
	text-decoration: none;
}

/*ページスタイル設定
※各レイアウトブロックごとに外側から(または上から)設定*/
#bg{}
#bg_in{}

.description_txt{}
.description_txt p{
	/* width: 970px; */
	padding: 5px 0;
	margin: 0 auto;
}

/*ヘッダー*/
#header{
	padding-top: 10px;
	/* background-color: #ffcc66; */
	background-image: url('../img/all_img/org/header_bg.jpg');
	background-position: left top;
	background-repeat: repeat-x;
	height:121px;
	margin:0;

}




#header_in{
	width: 1200px;
	margin: 0 auto;
	/* background-color: #ffff33; */
	height:71px;
	clear: both;
	padding:0;
	/* background-color: #9999cc; */
	background-image: url('../img/all_img/org/header_bg.png');
	background-repeat: no-repeat;
	background-position: 420px 3px;
	
}
#header #siteid{
	width: 425px;
	float: left;
	
}


#header #siteid h1,
#header #siteid p a{
	display: block;
	background-color: transparent;
	background-position: left center;
	background-repeat: no-repeat;
	color: #555;
	width: 425px;
	height: 60px;
	margin:0;
	padding: 0;
	border: none;
	text-indent: -55555em;
}




#header #siteid p{
	margin: 0;
	padding: 0;
}
#header #hcontents{
	width: 560px;
	float: right;
	/* padding-top: 50px; */
	/* background-color: #66cccc; */

}
#header #hcontents p{
	margin: 0;
}

#header #hcontents .header_tool{
	/* background-color: #ff3333; */
	width:440px;
	float: left;
	
}

#header #hcontents .header_menu{
	margin-top:5px;
	width:120px;
	float: right;
	
}



.header_menu p a{
	display: block;
	width:100px;
	height:21px;
	margin-bottom: 8px;
	padding-top:2px;
	border: 1px solid #4573bf;
	border-bottom-width: 1px; 
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-decoration: none;
	text-align: center;
	color:#fff;
	background-color:#4573bf;
	/* Firefox */
	background: -moz-linear-gradient(top center, #6198C2 0%, #809fd3 100%);
	/* Chrom と Safari */
	background: -webkit-gradient(linear, center top, center bottom, from(#6198C2), to(#809fd3));
	/* 共通 */
	background: linear-gradient(top center, #6198C2 0%, #809fd3 100%);
	
}
.header_menu p:last-child a{
	margin-bottom: 0px;
}

.header_menu p a:hover{
	background-color: #ffff99 !important;
	color: #ff0000;
}






/*グローバルメニュー*/
.gmenu{
	padding:0px;
	margin: 0px;
	clear:both;
}
.gmenu ul{
	width: 1200px;
	margin: 0 auto;
	padding: 0 0 0 1px;
	list-style: none;
	background-image: url('../img/all_img/org/gmenu_border.png');
	background-position:left 1px;
	background-repeat:no-repeat;
	height:40px;
}
.gmenu ul li{
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
	background-image: url('../img/all_img/org/gmenu_border.png');
	background-position:right 1px;
	background-repeat:no-repeat;
}

.gmenu ul li a span{
	display: block;
	height: 24px;
	padding: 10px 24px 0;
	margin: 1px 1px 0 0; 
	float: left;
	color: #333333;
	text-align: center;
	border-bottom: 5px solid #486E95;

}


.gmenu ul li a:hover span,
.gmenu ul .sel a span{
	background-color: #f2f2f2;
	background-image: url('../img/all_img/org/gmenu_hover.png');
	background-position: center 34px;
	background-repeat: no-repeat;
	border:none;
	height: 29px;
	color:#cc0000;
}





#wrap{
	/* width: 1200px; */
	margin: 0 auto;
	margin-bottom: 20px;
}
#wrap_in{}


#contents_0{
	clear: both;
	border-top:1px solid #c0c0c0;
}




/*rowunit_1*/
.rowunit_1{
	clear: both;
	/* background-color: #ccff33; */
	width:1200px;
	margin: 0 auto;
}


/*unit_a*/
#unit_a{
	width: 1000px;
	padding: 0;
	/* float: left; */
	margin:0 auto;
	/* background-color: #ffcc33; */
}

/*unit_b*/
#unit_b{
/* 	width: 240px;
	float: right;
	margin:0;
	background-color: #CCFF33; */
}
#unit_b ul{
	margin:0;
	padding:0;
}
#unit_b li{
	list-style:none;
}




/* トップへ戻るボタン */
.gopagetop{
	background-image: url("../img/all_img/org/footer_line.jpg");
	background-position: center 12px;
	background-repeat: repeat-x;
}
.gopagetop p{
	width: 840px;
	margin: 0 auto;
	text-align: right;
}


/*フッター*/
#footer{
	clear: both;
	background-color: #e0e0e0;
	
}

#footer_in{
	width:1200px;
	margin: 0 auto;
}

.fmenu{
/* 	width: 1200px;
	float: left;
	margin-bottom: 20px; */
}
.fmenu ul{
	margin: 35px 0 0px 0;
	padding: 0;
	list-style: none;
	float: right;
}
.fmenu ul li{
	display: inline;

	padding: 0 5px;
	background-image: url('../img/all_img/org/li_mark01.png');
	background-position: left 3px;
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-right:15px;
}

address{
	padding-left: 65px;
	background-image: url('../img/all_img/org/logo_qsr.png');
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}
address strong{
	font-size: 120%;
}



/*コピーライト*/
#copy{
	clear: both;
	padding: 1px 0 0px;
	text-align: center;
	font-size: 80%;
	background-color: #25384D;
	color: #fff;
}
#copy p{
	margin: 0;
	padding: 0;
}



#ryokai{
	background-color: #CC6600;
	width:300px;
	margin:0 auto;
	text-align:center;
	padding: 10px;
}


#shinsei{
	text-align:center !important;
	margin:0 auto; 
	width:400px; 
/* 	background-color:#FFFF33; */
}

