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

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
	 font-family : YuGothic, '游ゴシック', sans-serif;
}





body{
	line-height: 1.5;
  -ms-text-size-adjust: 150%;
  -webkit-text-size-adjust: 150%;
	background: url(../img/back_img.jpg);
}

header{
	margin: 0 auto;
	padding-top: 12px;
	width: 960px;
	height: 112px;
	position: relative;
}
header h1{
	margin: 0 0 0 0;
}
header h1 a{
	padding-top: 98px;
	width: 200px;
	height: 0;
	overflow: hidden;
	display: block;
	background: url(../img/benriyaqq_logo.jpg);
	background-size: contain;
}

address a{
	padding-top: 88px;
	width: 342px;
	height: 0;
	overflow: hidden;
	display: block;
	position: absolute;
	top: 11px;
	right: 0px;
	background: url(../img/address_banner_1.jpg);
	background-size: contain;
}
.tel_img{
	padding-top: 42px;
	width: 333px;
	height: 0;
	overflow: hidden;
	display: block;
	background: url(../img/tel.jpg)
}
	
/* pannkuzu */
.breadcrumb{
	margin: 0 auto;
	padding-top: 16px;
	width: 900px;
	height: 24px;
	text-align: right;
	text-decoration: none;
	color: #9a9191;
}
.breadcrumb a{
	text-decoration: none;
	color: #9a9191;
	font-size: 90%;
}

.breadcrumb a:hover{
	color: #f48a08;
	font-weight: bold;
}
	
/* =================
	
biggin contents

================= */

#contnts_wrappe{
	margin: 0 auto;
	padding-bottom: 44px;
	width: 960px;
	clear: both;
	background: #ffffff;
	font-size: 88%;
}

#contents_main{
	margin: 22px 26px 0 0;
	max-width: 644px;
	float: right;
}
/* =======================

メインのコンテンツを囲っている。
topページと、その他のページでは記述が異なるため
topページ = style-top.css
その他ページ = style-contents.css
に記述してある。
	
======================== */



#contents_sub{
	margin-left: 26px;
	max-width: 250px;
	float: left;
}
/* =======================

サイド、バナーを囲っている
	
======================== */


.gaibu-link{
	width: 250px;
	text-align: center;

}
.gaibu-link img{
	margin: 16px auto 0;
}


/* コンテンツ下部バナー*/
#contenyts_footer a{
	margin: 50px auto 0;
	width: 912px;
	height: 212px;
	display: block;
}

/* =================
	
biggin footer

================= */

footer{
	background: url(../img/footer_back_img.jpg);
	height: min-330px;
	border-top: solid 1px #353534;
}


/* フッター　ナビゲーション */
#footer_navi {
	margin: 50px auto 0;
	/*width: 910px;*/
	width: 960px;
	font-size: 9pt;
}

#footer_navi ul{
	min-height: 100px;
}

/* 202108-修正 */
#footer_navi li{
	list-style: none;
	float: left;
	margin-right: 1px;
	margin-bottom: 16px;
	max-width: 207px;
	width: 100%;
	height: 150px;
}
#footer_navi li ul li{
	float: none;
/* 	list-style:  */
	height: auto;
	margin-bottom:auto;
	
}

#footer_navi li a{
	text-decoration: none;
	color: black;
}
#footer_navi li a:hover{
	color: #3bbf04;
}
.footer_navi_list_1{
	padding: 0 15px;
	border-left: solid 1px #d6d2cd;
	border-right: solid 1px #d6d2cd;
}
.footer_navi_list_2{
	padding: 0 15px;
	border-right: solid 1px #d6d2cd;
}
.footer_navi_list_3{
	padding: 0 15px;
	border-right: solid 1px #d6d2cd;
}
.footer_navi_list_4{
	padding: 0 15px;
	border-right: solid 1px #d6d2cd;
}
.footer_navi_list_7{
	padding: 0 15px;
	border-left: solid 1px #d6d2cd;
	border-right: solid 1px #d6d2cd;
}
.footer_navi_list_5{
	padding: 0 15px;
	border-right: solid 1px #d6d2cd;
}
.footer_navi_list_6{
	padding: 0 15px;
	border-right: solid 1px #d6d2cd;
}

/* 202108-修正　ここまで */

.copylight{
	margin:66px auto 0;
	width: 480px;
	text-align: center;
}

footer small{
	font-size: 80%;
}
	
.footer_modoru_btn{
	display: none;
}
	
strong.yagou_txt{
	font-weight: normal;
}



.sougo-link {
	text-align: left;
	margin: 0 auto 0;
	/*width: 910px;*/
	width: 960px;
	font-size: 8.4pt;
}
.sougo-link a{
	display: inline-block;
	min-width: 80px;
	text-align: center;
	margin: 32px 16px 0;
	padding: 8px 10px;
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	background: rgba(60, 206, 255, 0.53);
	color: #fff;
	font-weight: bold;
	text-decoration: none;
		transition: 0.15s ;
		-webkit-transition: 0.15s;
		-moz-transition: 0.15s;
		-o-transition: 0.15s;
}
.sougo-link a:hover{
	background: #ffa73c;
}



.crear{
	clear: both;
}

#qq_blog{
	margin: 24px 0 0;
	padding-top: 50px;
	background: url(../img/blog_header.jpg) no-repeat #fff;
}
#qq_blog iframe{
	padding: 10px 10px 0 10px;
	width: 228px;
	border: 1px solid #0ade0e;
}
#iframe_blog dl{
}
#iframe_blog dt{
	padding: 2px 4px;
	font-size: 80%;
	font-weight: bold;
	color: #000a84;
	background: #b5f0ff;
}
#iframe_blog dd{
	padding: 4px 0 4px 8px;
	display: block;
	font-size: 90%;
	border-bottom: 1px dotted #cdcdcd;
}

#iframe_blog dd:nth-last-child(1){
	padding: 4px 0 4px 8px;
	display: block;
	border-bottom: none;
}
#iframe_blog dd a{
	color: #0d4003;
}
#iframe_blog dd a:hover{
	color: #ff6b00;
}
