@charset "Shift_JIS";
/* 制作者情報 */
/* ブラウザ初期化スタイル */
/* 共通部分のスタイル */
/* 各ページ個別のスタイル */
/*--------------------------------------------------------------------
guideline : ver1.07
since : 2007/11/07
writer : Masayuki Uetani
last_editday : 2007/11/07
last_editor : Masayuki Uetani
--------------------------------------------------------------------*/


/*--------------------------------------------------------------------
common
cssの初期化
--------------------------------------------------------------------*/


* {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	margin: 0;
	padding: 0;
}

html, body {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	margin: 0;
	padding: 0;
	font-size: 100%;
}


h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd, hr {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

table, caption, th, td {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object, iframe {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: inherit;
	font-size: 100%;
}

@media(max-width:480px){
	html, body {
		font-size: 80%;
	}
}

/*--------------------------------------------------------------------
common
ページ共通部分
--------------------------------------------------------------------*/

* html {
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}
*{
	box-sizing: border-box;
}

div#main h3{
	background:url(../../images/index/h3_02_bg.jpg) repeat-x;
	width:100%;
	border: #FFF 1px solid;
	padding: 2px 0;
}
div.base{
	width:100%;
	border:1px solid #CCC;
	background:url(../../images/index/bg02.jpg) repeat-x top #FFFFFF;
}
div.base01{
	width:100%;
	border:1px solid #CCC;
	background:url(../../images/main_bg.jpg) repeat-x left top #FFF;
}
h4.all_h4{
	margin:15px 0 1px 0;
	padding:5px 0 5px 15px;
	width:100%;
	border: #c0cac2 1px solid;
	background:url(../../images/privacy/dt_bg.jpg) no-repeat #939393;
	color:#FFF;
	font-weight:bold;
}
		

/*bodyのスタイル*/

body{
	font-size:small;
	background:#033445;
}

a{
	color:#FFFFFF;
	text-decoration:none;
	outline:0;
}

a:hover{
	color:#33CCFF;
}

a:hover img{
  opacity: 0.7;
}

p{
	color:#000;
	line-height:1.8;
	letter-spacing:1px;
}

ul{
	list-style:none;
}

li{
	color:#000;
}

.w100{
	width: 100%;
	height: auto;
}
.show-sp{
	display: none;
}
.show-sp2{
	display: none;
}
@media(max-width:680px){
	.show-sp{
		display: block;
	}
	.show-pc{
		display: none;
	}
}
@media(max-width:480px){
	.show-sp2{
		display: block;
	}
	.show-pc2{
		display: none;
	}
}

/*containerのスタイル*/

div#container{
	width:100%;
	max-width:780px;
	margin:0 auto;
	background:#033445;
}

div#container_in{
	max-width:760px;
}

h1{
	background:url(../../images/h1_bg.gif) repeat-x;
	max-width:755px;
	height:13px;
	padding-left:5px;
	padding-top:3px;
	color:#FFFFFF;
	font-size:10px;
}
@media(max-width:780px){
	h1{
		display: none;
	}
}	

/*headerのスタイル*/

div#header div#header_top{
	background:url(../../images/header_top_bg.jpg) repeat-x;
	height:91px;
	display: flex;
	flex-wrap: wrap;
}
div#header_top > div.sp{
	display: none;
}
div#header_top h2{
	width:175px;
	height:69px;
	margin:15px 0 0 20px;
}
div#header_top b{
	width: 213px;
	padding: 19px 0 0 15px;
}
div#header_top p{
	width:calc(100% - 440px);
	height:72px;
	text-align: right;
	margin-top:13px;
	margin-right:10px;
}

@media(max-width:780px){
	div#header_top{
		position: fixed;
		width: 100%;
		top:0;
		left:0;
	}
	div#header_top > p{
		display: none;
	}
	div#header_top > div.sp{
		display: block;
		width:calc(100% - 440px);
		position: relative;
		margin-top:17px;
		margin-right:10px;
	}
	div#header_top > div.sp > ul{
		display: flex;
		justify-content: flex-end;
	}
	div#header_top > div.sp > ul li{
		width:45px;
		padding: 5px 0;
	}
	div#header_top > div.sp > ul li:nth-child(1){
		width: 30px;
	}
	div#header_top > div.sp > ul li img{
		width:100%;
		height: auto;
	}
	div#header_top > div.sp > ul li img.close{
		display: none;
	}
}
@media(max-width:680px){
	div#header div#header_top{
		height:80px;
		background:url(../../images/header_top_bg.jpg) repeat-x bottom;
	}
	div#header_top h2{
		width:160px;
		height: auto;
		margin: 0;
		padding: 10px 0 10px 10px;
	}
	div#header_top b{
		width: 200px;
		height: auto;
		padding: 15px 0 0 10px;
		margin: 0;
	}
	div#header_top > div.sp{
		width:calc(100% - 390px);
		margin: 0 0 0 20px;
		padding-top: 15px;
	}
}
@media(max-width:480px){
	div#header_top > b{
		display: none;
	}
	div#header_top > div.sp{
		width:calc(100% - 170px);
		margin: 0;
	}
}

/*sp-navi*/
nav#sp-navi{
	display:none;
}
@media(max-width:780px){
	nav#sp-navi{
		display:block;
		clear: both;
		width: 100%;
		position: fixed;
		top:0;
		left: 0;
	}
	nav#sp-navi ul{
		display: none;
		width: 100%;
		height: calc(100% - 70px);
		background:rgba(0,0,0,0.8);
		position: fixed;
		top:90px;
		z-index: 9999;		
		overflow: auto
	}
	nav#sp-navi ul li{
		width:100%;
		border: none;
	}
	nav#sp-navi ul li.menu-s{
		display: none;
	}
	nav#sp-navi ul li a{
		display: block;
		background:rgba(0,0,0,0.7);
		width: 100%;
		border-top:rgba(255,255,255,0.5) 1px solid;
		border-bottom:rgba(255,255,255,0.5) 1px solid;
		padding: 15px;
	}
	nav#sp-navi ul li a:hover{
		color: #FFF;
	}
	nav#sp-navi ul li.close{
		display: block;
		width: 100%;
		border-top:rgba(255,255,255,0.5) 1px solid;
		text-align: center;
		padding: 20px 0;
	}
	nav#sp-navi ul li.close img{
		max-width:150px;
		height: auto;
		width: 100%;
	}
	nav#sp-navi ul li a br{
		display: none;
	}
	nav#sp-navi ul li.close{
		display: block;
	}
	nav#sp-navi ul li:nth-child(6) a{
		padding: 15px;
	}
}
@media(max-width:680px){
	nav#sp-navi ul{
		top:79px;
	}
}
@media(max-width:480px){
	nav#sp-navi ul li.menu-s{
		display: block;
	}
}



div#header_bottom{
	clear:both;
	background:url(../../images/header_bottom_bg.jpg) repeat-x;
	height:35px;
}

div#header_bottom p{
	background:url(../../images/header_add.jpg) no-repeat;
	width:177px;
	height:35px;
	text-indent:-9999px;
	float:left;
}

div#header_bottom p a{
	width:177px;
	height:37px;
	display:block;
}

div#header_bottom p a:hover{
	background:url(../../images/header_add_roll.jpg) no-repeat;
}

div#header_bottom ul{
	background:url(../../images/header_navi_bg.jpg) no-repeat ;
	width:386px;
	height:35px;
	padding-right:15px;
	padding-top:3px;
	float:right;
}

div#header_bottom ul li{
	float:right;
	height:28px;
	text-indent:-9999px;
}

div#header_bottom ul li.navi01{
	background:url(../../images/header_navi04.jpg) no-repeat;
	width:89px;
	padding-right:13px;
}
	
div#header_bottom ul li.navi02{
	background:url(../../images/header_navi03.jpg) no-repeat;
	width:98px;
}

div#header_bottom ul li.navi03{
	background:url(../../images/header_navi02.jpg) no-repeat;
	width:101px;
}
	
div#header_bottom ul li.navi04{
	background:url(../../images/header_navi01.jpg) no-repeat;
	width:69px;
}

div#header_bottom ul li a{
	display:block;
	height:28px;
}

div#header_bottom ul li.navi01 a{
	width:76px;
	background:url(../../images/header_navi04.jpg) no-repeat;
}

div#header_bottom ul li.navi02 a{
	width:98px;
	background:url(../../images/header_navi03.jpg) no-repeat;
}

div#header_bottom ul li.navi03 a{
	width:101px;
	background:url(../../images/header_navi02.jpg) no-repeat;
}

div#header_bottom ul li.navi04 a{
	width:69px;
	background:url(../../images/header_navi01.jpg) no-repeat;
}

div#header_bottom ul li a:hover{
	background-position:bottom;
}
@media(max-width:780px){
	div#header_bottom{
		margin-top: 90px;
	}
}
@media(max-width:680px){
	div#header_bottom{
		margin-top: 79px;
	}
	div#header_bottom p{
		display: none;
	}
}
@media(max-width:480px){
	div#header_bottom{
		display: none;
	}
}

	
/*main_imgのスタイル*/

div#main_img{
	display: flex;
	flex-wrap: wrap;
}
div#main_img > img{
	width: 100%;
	height: 100%;
}
div#main_img div#img_left{
	width:100%;
}
div#img_right{
	width:30%;
}
div#main_img p a{
	display: block;
	background: url(../../images/index/img_right01_roll.jpg) no-repeat;
	background-size: cover;
}
div#main_img p a:hover img{
	opacity: 0;
}
@media(max-width:680px){
	div#main_img div#img_left,
	div#img_right{
		width:100%;
	}
	div#img_right{
		border-top:rgba(255,255,255,0.5) 2px solid;
	}
	div#main_img p a{
		display: block;
		background: none;
	}
	div#main_img p a:hover img{
		opacity: 0.7;
	}
}
@media(max-width:480px){
	div#main_img{
		margin-top: 79px;
	}
}
/*パンくずのスタイル*/

div#crumbs{
	clear:both;
	width:100%;
	background:url(../../images/header_bottom_bg02.gif) repeat-x;
	height:15px;
	padding:2px 0;
	margin:0;
}
div#crumbs p{
	font-size:10px;
	color:#FFFFFF;
	float:right;
	padding-right:10px;
	line-height: 1.3;
}
div#crumbs p a{	
	color:#FF0000;
	text-decoration:underline;
}
div#crumbs p a:hover{
	color:#FF6600;
}
div#crumbs img{
	margin:0 5px;
}
@media(max-width:480px){
	div#crumbs{
		display: none;
	}
}
/*wrapperのスタイル*/

div#wrapper{
	background:url(../../images/wrapper_bg.jpg) repeat-x #02263E left top;
	width:100%;
	height:auto;
	margin:0;
	padding:10px 5px 0 5px;
	
	border-top: rgba(255,255,255,1) 1px solid;
}

br.clear{
	clear:both;
}

/*sideのスタイル*/
div#side{
	width:190px;
	float: left;
	background: url(../../images/bg01.png);
	padding:5px 0 10px 0;
}
@media(max-width:780px){
	div#side{
		display: none;
	}
}

div#side div#flash{
	margin-left:5px;
}

div#side div#sideBox01 ul{
	background:url(../../images/side_add.jpg) no-repeat;
	width:160px;
	height:87px;
	margin-left:5px;
	padding-top:148px;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:10px;
	font-size:10px;
	line-height:1.3;
	color:#FFFFFF
}
div#side div#sideBox01 ul li{
	color:#FFFFFF;
	font-size:10px;
}
div#side div#sideBox01 p{
	text-indent:-9999px;
	background:url(../../images/side_banner01.jpg) no-repeat;
	width:190px;
	height:62px;
	margin-bottom:15px;
}
div#side div#sideBox01 p a{
	display:block;
	width:190px;
	height:62px;
}
div#side div#sideBox02{
	width:100%;
	padding:0 4px;
	background:url(../../images/side_bg02.jpg) repeat-x bottom;
	padding-bottom:10px;
}
div#side div#sideBox02 h3{
	text-indent:-9999px;
	background:url(../../images/side_h3.jpg) no-repeat;
	width:180px;
	height:15px;
	padding:0 1px;
	margin-bottom:10px;
}
div#side div#sideBox02 a{	
	display:block;
	width:182px;
}

div#side div#sideBox02 a:hover{
	background-position:top right;
}
div#side div#sideBox02 ul li{
	text-indent:-9999px;
	width:182px;
	margin-bottom:5px;
}
div#sideBox02 ul li#sideBox02_01{
	background:url(../../images/side_navi01.jpg) no-repeat top left;
	height:30px;
	border-bottom:1px solid #999999;
	margin-bottom:5px;
}
div#sideBox02 ul li#sideBox02_01 a{
	background:url(../../images/side_navi01.jpg) no-repeat top left;
	height:26px;
}
div#sideBox02 ul li#sideBox02_02{
	background:url(../../images/side_navi02.jpg) no-repeat top left;
	height:46px;
	margin-bottom:5px;
}
div#sideBox02 ul li#sideBox02_02 a{
	background:url(../../images/side_navi02.jpg) no-repeat top left;
	height:46px;
}
div#sideBox02 ul li#sideBox02_03{
	background:url(../../images/side_navi03.jpg) no-repeat top left;
	height:46px;
	margin-bottom:5px;
}
div#sideBox02 ul li#sideBox02_03 a{
	background:url(../../images/side_navi03.jpg) no-repeat top left;
	height:46px;
}
div#sideBox02 ul li#sideBox02_04{
	background:url(../../images/side_navi04.jpg) no-repeat top left;
	height:50px;
	border-bottom:1px solid #999999;
	margin-bottom:5px;
}
div#sideBox02 ul li#sideBox02_04 a{
	background:url(../../images/side_navi04.jpg) no-repeat top left;
	height:46px;
}
div#sideBox02 ul li#sideBox03_01{
	background:url(../../images/side_navi05.jpg) no-repeat top left;
	height:26px;
	margin-bottom:5px;
}
div#sideBox02 ul li#sideBox03_01 a{
	background:url(../../images/side_navi05.jpg) no-repeat top left;
	height:26px;
}
div#sideBox02 ul li#sideBox03_02{
	background:url(../../images/side_navi06.jpg) no-repeat top left;
	height:26px;
	margin-bottom:5px;
}
div#sideBox02 ul li#sideBox03_02 a{
	background:url(../../images/side_navi06.jpg) no-repeat top left;
	height:26px;
}
div#sideBox02 ul li#sideBox03_03{
	background:url(../../images/side_navi07.jpg) no-repeat top left;
	height:26px;
	margin-bottom:5px;
}
div#sideBox02 ul li#sideBox03_03 a{
	background:url(../../images/side_navi07.jpg) no-repeat top left;
	height:26px;
}
div#sideBox02 ul li#sideBox03_04{
	background:url(../../images/side_navi08.jpg) no-repeat top left;
	height:26px;
	margin-bottom:5px;
}
div#sideBox02 ul li#sideBox03_04 a{
	background:url(../../images/side_navi08.jpg) no-repeat top left;
	height:26px;
}
div#sideBox02 ul li#sideBox03_05{
	background:url(../../images/side_navi09.jpg) no-repeat top left;
	height:26px;
	margin-bottom:5px;
}
div#sideBox02 ul li#sideBox03_05 a{
	background:url(../../images/side_navi09.jpg) no-repeat top left;
	height:26px;
}
div#sideBox02 ul li#sideBox03_06{
	background:url(../../images/side_navi10.jpg) no-repeat top left;
	height:26px;
	margin-bottom:5px;
}
div#sideBox02 ul li#sideBox03_06 a{
	background:url(../../images/side_navi10.jpg) no-repeat top left;
	height:26px;
}
div#sideBox03{
	padding:5px;
}
div#sideBox03 a{
	display:block;
}
div#sideBox03 dt p{
	text-indent:-9999px;
}

div#sideBox03 dt#sideBanner00 p{
	background:url(../../images/side_banner02.jpg) no-repeat;
	height:53px;
	margin-bottom:5px;
}
div#sideBox03 dt#sideBanner01 p{
	background:url(../../images/side_banner03.jpg) no-repeat;
	width:180px;
	height:55px;
	margin-bottom:5px;
}
div#sideBox03 dt#sideBanner01 p a{
	width:180px;
	height:55px;
}
div#sideBox03 dt#map p{
	background:url(../../images/side_map.jpg) no-repeat;
	width:180px;
	height:180px;
}

div#sideBox03 dt#map p a{
	height:180px;
	width:180px;
}

div#sideBox03 dt#map p a:hover{
	background:url(../../images/side_map_roll.jpg) no-repeat;
}

div#sideBox03 dt#sideBanner02{
	margin:5px 0;
}
div#sideBox03 dt#sideBanner03 p{
	background:url(../../images/side_banner05.jpg) no-repeat;
	margin:10px 0 20px 0;
	width:180px;
	height:88px;
}
div#sideBox03 dt#sideBanner03 p a{
	width:180px;
	height:88px;
}
div#sideBox03 img.pagetop{
	
}





/*footerのスタイル*/

div#footer{
	clear:both;
	-webkit-text-size-adjust: 100%;
	background:url(../../images/footer_bg_top.jpg) no-repeat #02263E;
	padding-top:17px;
	max-width:760px;
	font-size: 0.8em;
}
div#footer p#page-top{
	display: block;
	position: fixed;
	bottom: 10px;
	right: 10px;
}
div#footer p#page-top a{
	transform: all linear 0.3s;
	opacity: 0.6;
}
div#footer p#page-top a:hover{
	opacity: 0.9;
}
div#footer ul.showBox{
	display: block;
	background:url(../../images/footer_bg.gif) repeat-x;
	min-height: 52px;
	padding:5px 10px;
}
div#footer ul li{
	display: inline;
	color:#FFFFFF;
	white-space:nowrap;
	line-height:1.5;
	letter-spacing:1px;
}
div#footer ul li:after{
	content: "｜";
}
div#footer p.showLink{
	display:none;
}
@media(max-width:480px){
	div#footer p.showLink{
		display:block;
		color: #FFF;
		cursor:default;
		text-align: center;
		padding-top: 10px;
	}
	div#footer ul.showBox{
		display:none;
	}
	div#footer ul li{
		display: block;
		border-bottom:rgba(255,255,255,0.7) 1px solid;
	}
	div#footer ul li:after{
		content: "";
	}
	div#footer ul li a{
		display: block;
		padding: 8px;
	}
}

.footer_wrapper{
	display: flex;
	flex-wrap: wrap;
}
div#footer_left{
	width:calc(100% - 220px);
	padding: 0 10px;
}
div#footer_left p{
	color:#FFFFFF;
	font-size:x-small;
	line-height:1.7;
}
div#footer_right{
	text-indent:-9999px;
	background:url(../../images/footer_banner.jpg) no-repeat;
	width:219px;
	height:53px;
}
div#footer_right p a{
	display:block;
	width:219px;
	height:53px;
}
@media(max-width:680px){
	div#footer_left{
		width:100%;
		padding: 0;
		margin: 15px;
	}
	div#footer_right{
		text-indent:-9999px;
		background:url(../../images/footer_banner.jpg) no-repeat;
		width:219px;
		height:53px;
		margin: 0 auto 15px auto;
	}
}
div#footer address{
	background:url(../../images/footer_bg_bottom.gif) repeat-x;
	height:20px;
	color:#FFFFFF;
	font-size:x-small;
	padding-top:5px;
	padding-left:10px;
	letter-spacing:1px;
}

div#banners{
	float:right;
	margin-top:10px;
}

/*mainのスタイル*/

div#main{
	width:100%;
	float: right;
	max-width:555px;
	height:auto;
}
@media(max-width:780px){
	div#main{
		float:none;
		max-width:100%;
		padding: 0 10px;
	}
}


div#top_banner01{
	height:108px;
}
div#indexBox01{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width:100%;
	overflow:hidden;
}
div#indexBox01_left{
	width: 49%;
	background:url(../../images/index/bg02.jpg) repeat-x top #FFFFFF;
	height:160px;
	padding:10px;
	border: #CCC 1px solid;
}
div#indexBox01_left p{
	line-height:1.6;
	padding-top:5px;
	letter-spacing:0;
	font-size:12px;
}

div#indexBox01_right{
	width:49%;
	background: #999999;
	padding-top: 5px;
}

div#indexBox01_right h3{
	display: flex;
	background:url(../../images/index/h3_02_bg.jpg) repeat-x top #1c4269;
	width:100%;
	border: #FFF 1px solid;
	padding: 2px 0;
}
div#indexBox01_right h3 span{
	width:calc(100% - 66px);
}
div#indexBox01_right h3 u{
	height:20px;
	width:66px;
	background: url(../../images/index/h3_02_roll.jpg) no-repeat;
}

div#indexBox01_right h3 u a:hover{
	opacity: 0;
}

div#indexBox01_right div{
	background:url(../../images/index/bg02.jpg) repeat-x top #FFFFFF;
	width:100%;
	height:128px;
	overflow:auto;
	padding:10px;
}

div#indexBox01_right div img{ display:none;}

div#indexBox01_right p{
	border-bottom:1px dotted #666666;
	padding-bottom:5px;
	margin-bottom:5px;
} 

div#indexBox01_right p span{
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight:bold;
	display:block;
	margin-bottom:5px;
	color:#02263E;
}

@media(max-width:480px){
	div#indexBox01_left,
	div#indexBox01_right{
		width:100%;
	}
	div#indexBox01_left{
		margin-bottom: 3%;
	}
}

div#indexBox02{
	clear:both;
	width:555px;
}
	
div#indexBox02 h3{
	text-indent:-9999px;
	background:url(../../images/index/h3_03.jpg) no-repeat bottom;
	width:555px;
	height:47px;
}

div#indexBox02 dl{
	background:url(../../images/index/index02_bg_main.jpg) no-repeat top #FFFFFF;
	width:555px;
	height:311px;
	padding:9px 0 0 0;
}

div#indexBox02 dl dd{
	width:555px;
	height:106px;
	position:relative;
}

div#indexBox02 dl dd#box02_01{
	height:99px;
}

div#indexBox02 dl dd a{
	display:block;
	width:555px;
	height:106px;
}

div#indexBox02 dl dd#box02_01 a{
	height:99px;
}

div#indexBox02 dl dd img{
	float:left;
	width:160px;
	margin-right:30px;
	margin-left:18px;
	margin-top:7px;
}

div#indexBox02 dl dd#box02_01 img{
	margin-top:0;
}

div#indexBox02 dl dd h4{
	text-indent:-9999px;
	margin-left:170px;
	margin-bottom:10px;
	display:block;
	width:335px;
	height:20px;
	cursor:pointer;
}

div#indexBox02 dl dd#box02_01 h4{
	margin-bottom:5px;
}

div#indexBox02 dl dd p{
	letter-spacing:normal;
	line-height:normal;
	margin-right:10px;
	font-size:12px;
}

div#indexBox02 dl dd span{
	font-size:12px;
	display:block;
	letter-spacing:1px;
	color:#003366;
	text-decoration:none;
	position:absolute;
	bottom:4px;
	right:28px;
	cursor:pointer;
}

div#indexBox02 dl dd#box02_01 a:hover{
	background:url(../../images/index/index02_bg01.jpg) no-repeat top left;
}

div#indexBox02 dl dd#box02_02 a:hover{
	background:url(../../images/index/index02_bg02.jpg) no-repeat top left;
}

div#indexBox02 dl dd#box02_03 a:hover{
	background:url(../../images/index/index02_bg03.jpg) no-repeat top left;
}

div#top_banner02{
	clear:both;
	margin-top:10px;
	margin-bottom:10px;
}

div#indexBox03{
	margin-bottom:30px;
	display: flex;
	flex-wrap: wrap;
}
div#indexBox03_left,
div#indexBox03_right{
	width:49%;
	background:url(../../images/index/bg02.jpg) repeat-x top #FFFFFF;
	border-top:#9c979d 5px solid;
}
div#indexBox03_right{
	margin-left: 2%;
}
div#indexBox03_left h3,
div#indexBox03_right h3{
	display: block;
	border: #FFF 1px solid;
	background:url(../../images/index/h3_02_bg.jpg) repeat-x #18446b;
	width:100%;
	padding: 2px 0;
	margin-bottom: 2px;
}
.indexBox03_wrapper{
	display: flex;
	flex-wrap: wrap;
	border:#FFF 1px solid;
	padding-top: 3px;
	padding-bottom: 8px;
}
.indexBox03_wrapper .txt{
	width:calc(100% - 145px);
	margin-right: 10px;
}
.indexBox03_wrapper .img{
	width:132px;
}
.indexBox03_wrapper .txt p{
	padding:5px 6px;
	/*line-height:1.3;*/
	letter-spacing:normal;
	font-size:0.9em;
}
.indexBox03_wrapper .txt span a{
	display: block;
	background: url(../../images/index/listmark01.gif) no-repeat right top;
	text-align: right;
	padding: 0 15px 0 0;
	color:#006699;
	text-decoration:underline;
	font-size:0.8em;
}
.indexBox03_wrapper .txt span a:hover{	
	color:#0066FF;
}
@media(max-width:680px){
	.indexBox03_wrapper .txt{
		width:100%;
		margin:0 10px;
	}
	.indexBox03_wrapper .img{
		max-width:132px;
		margin:15px auto 0 auto;
	}
}
@media(max-width:480px){
	div#indexBox03_left,
	div#indexBox03_right{
		width:100%;
	}
	div#indexBox03_left{
		margin-bottom: 3%;
	}
}

div#top_banner03{
	padding-top:10px;
	margin-bottom:10px;
}

div#top_banner04{
	clear:both;
	margin-top:50px;
	border-top:#CCC 5px solid;
}

div#top_banner04 b{
	display: flex;
	flex-wrap: wrap;
	width:100%;
	/*background:url(../../images/index/h3_06.jpg) no-repeat;*/
	background: url(../../images/index/h3_02_bg.jpg) repeat-x #1b4168;
	padding: 2px 0;
	border:#FFF 1px solid;
}
div#top_banner04 b span{
	width:calc(100% - 110px);
}
div#top_banner04 b span img{
	width:100%;
	height: auto;
	max-width: 319px;
}
div#top_banner04 b u{
	width:110px;
	background: url(../../images/index/h3_06_2_r.jpg) no-repeat;
}
div#top_banner04 b u a{
	display: block;
}

div#top_banner04 b u a:hover{
	opacity: 0;
}

div#top_banner04 div#top_banner04_inner{
	display:flex;
	flex-wrap: wrap;
	background:url(../../images/index/bg02.jpg) repeat-x top #FFFFFF;
	width:100%;
}

div#top_banner04 div#top_banner04_inner .img{
	padding:10px;
	width:182px;
}
div#top_banner04 div#top_banner04_inner .txt{
	width:calc(100% - 182px);
	padding: 10px;
}
div#top_banner04 div#top_banner04_inner .txt ul{
	display: flex;
	flex-wrap: wrap;
}
div#top_banner04 div#top_banner04_inner .txt ul li:nth-child(1){
	width: calc(100% - 182px);
	font-size: 0.8em;
}
div#top_banner04 div#top_banner04_inner .txt ul li:nth-child(1) strong{
	display:block;	
}
div#top_banner04 div#top_banner04_inner .txt ul li:nth-child(1) strong a{
	color: #60151c;
	font-weight:bold;
}
div#top_banner04 div#top_banner04_inner .txt ul li:nth-child(1) strong a:hover{
	color:#E50003;
}
div#top_banner04 div#top_banner04_inner .txt ul li:nth-child(2){
	width:182px;
}
div#top_banner04 div#top_banner04_inner .txt p img{
	width: 100%;
	height: auto;
	max-width: 358px;
}
@media(max-width:560px){
	div#top_banner04 div#top_banner04_inner .img{
		width:182px;
		margin: 0 auto;
		padding-bottom: 0;
	}
	div#top_banner04 div#top_banner04_inner .txt{
		width:100%;
	}
	div#top_banner04 div#top_banner04_inner .txt ul li:nth-child(1),
	div#top_banner04 div#top_banner04_inner .txt ul li:nth-child(2){
		text-align: center;
		width: 50%;
	}
	div#top_banner04 div#top_banner04_inner .txt p{
		text-align: center;
	}
}
@media(max-width:480px){
	div#top_banner04 div#top_banner04_inner .txt ul li:nth-child(1),
	div#top_banner04 div#top_banner04_inner .txt ul li:nth-child(2){
		width: 100%;
		margin-bottom: 10px;
	}
}
/*--------------------------------------------------------------------
metalpaint.html
板金塗装
--------------------------------------------------------------------*/

div.metalpaint h3 img{
	width: 100%;
	height: auto;
	max-width: 460px;
}
@media(max-width:480px){
	div.metalpaint h3 img.show-sp2{
		max-width:260px;
	}
}


div.preBox01{
	width:100%;
	background:url(../../images/metalpaint/box01_bg.jpg) repeat-x #FFF;
	padding:9px;
	margin-top:0;
	margin-bottom:20px;
}

div.preBox01 ul{
	width:100%;
	padding:2px 0 2px 2px;
	display: flex;
	border: #CCC 2px solid;
	flex-wrap: wrap;
	justify-content:center;
}	
div.preBox01 ul li{
	width:33%;
	padding: 3px;
}
div.preBox01 ul li img{
	width:100%;
	height: auto;
}
div.preBox01 ul li p{
	height:36px;
	width:100%;
	padding:10px 0;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	line-height: 1.4;
}
div.preBox01 ul li#metal_left p{
	background:url(../../images/metalpaint/p_bg01.jpg) no-repeat;
}

div.preBox01 ul li#metal_center p{
	background:url(../../images/metalpaint/p_bg02.jpg) no-repeat;
	padding:2px 0;
	height:36px;
}
div.preBox01 ul li#metal_right p{
	background:url(../../images/metalpaint/p_bg03.jpg) no-repeat;
}

@media(max-width:480px){
	div.preBox01 ul{
		max-width: 250px;
		margin: 0 auto;
	}	
	div.preBox01 ul li{
		width:100%;
		margin: 0 auto 5px auto;
	}
}

div#metalpaintBox02,div#metalpaintBox03,div#metalpaintBox04{
	background:url(../../images/metalpaint/box01_bg.jpg) repeat-x #FFF;
	border:1px solid #CCCCCC;
	width:100%;
	padding:10px 8px;
	margin-bottom:20px;
	overflow:hidden;
}
	
div#metalpaintBox02 p#metal_in{
	background:url(../../images/metalpaint/box02_bg.jpg) no-repeat right top #cccccc;
	width:100%;
	padding:10px 200px 10px 10px;
	border: #333 1px solid;
}
@media(max-width:480px){
	div#metalpaintBox02 p#metal_in{
		background:#FFF;
		width:100%;
		height:auto;
		padding:10px;
	}
}

div#metalpaintBox02 ul{
	margin:10px 0;
}

div#metalpaintBox02 ul li{
	display: flex;
	align-items:flex-start;
	flex-wrap: wrap;
	border-top:1px dotted #FFF;
	padding-top:10px;
}

div#metalpaintBox02 ul li img{
	width:123px;
}

div#metalpaintBox02 ul li p{
	width:calc(100% - 123px);
	padding:0 10px;
	letter-spacing:normal;
	margin-bottom:10px;
}

div#metalpaintBox02 ul li p a{
	color:#003399;
	text-decoration:underline;
}

div#metalpaintBox02 ul li p a:hover{
	color:#0066FF;
}
@media(max-width:480px){
	div#metalpaintBox02 ul li img{
		width:123px;
		display: block;
		margin: 0 auto 10px auto;
	}
	div#metalpaintBox02 ul li p{
		width:100%;
		border-bottom: #CCC 2px dotted;
		padding-bottom: 15px;
	}
}
div#metalpaintBox03 p,div#metalpaintBox04 p{
	width:calc(100% - 200px);
	padding-right:10px;
	float:left;
}

div#metalpaintBox03 img,div#metalpaintBox04 img{
	width:200px;
}
@media(max-width:480px){
	div#metalpaintBox03 p,div#metalpaintBox04 p{
		width:100%;
		padding-right:0;
		float:none;
		margin-bottom: 15px;
	}
	div#metalpaintBox03 img,div#metalpaintBox04 img{
		display: block;
		margin: 0 auto;
	}
}
div#metal_banners{
	display: flex;
	flex-wrap: wrap;
	padding-top:20px;
}

div#metal_banners p{
	width:49%;
}

div#metal_banners p a img{
	width:100%;
	height: auto;
}

div#metal_banners p#left{
	background:url(../../images/metalpaint/banner01_roll.jpg) no-repeat;
	background-size: cover;
}
div#metal_banners p#right{
	background:url(../../images/metalpaint/banner02_roll.jpg) no-repeat;
	background-size: cover;
	margin-left: 2%;
}
div#metal_banners p#left a:hover img,
div#metal_banners p#right a:hover img{
	opacity: 0;
}
@media(max-width:480px){
	div#metal_banners p{
		width:100%;
		max-width: 275px;
		margin: 0 auto 10px auto;
	}
	div#metal_banners p#right{
		margin-left: auto;
	}
}


div#metalpaintBox03{
	margin-bottom:0;
}


div.metal_banners02_in{
	display: flex;
	width:100%;
	height:22px;
	border: #c0cac2 1px solid;
}

div.metal_banners02_in h4{
	width:calc(100% - 140px);
	float:left;
	margin:0;
	height:22px;
	margin-bottom:1px;
	background-image:none;
	font-weight:bold;
	color:#FFF;
	padding:5px 0 5px 15px;
	background:url(../../images/privacy/dt_bg.jpg) no-repeat #939393;
}

div.metal_banners02_in p{
	float:right;
	height: 22px;
	text-indent:-9999px;
	background:url(../../images/metalpaint/h3_02.jpg) no-repeat;
}

div.metal_banners02_in p a{
	display:block;
	width:140px;
	height:22px;
}

div.metal_banners02_in p a:hover{
	background:url(../../images/metalpaint/h3_02_roll.jpg) no-repeat;
}	


div.metal_banners02 img{
	clear:both;
}

/*--------------------------------------------------------------------
custom.html
カスタムのスタイル
--------------------------------------------------------------------*/
div#custom05{
	width:100%;
}

div#custom05_in02{
	background:url(../../images/metalpaint/box01_bg.jpg) repeat-x #FFF bottom;
	width:100%;
	padding:15px 19px 15px 19px;
	border-right:#CCC 1px solid;
	border-left:#CCC 1px solid;
}





div.custom h3{
	background:url(../../images/custom/h3_01.jpg) no-repeat;
}

div#custom01 img{
	width:170px;
}	

div#custom01 ul li#metal_left p{
	background:url(../../images/custom/p_bg01.jpg) no-repeat;
	padding:2px 0;
	height:32px;
}

div#custom01 ul li#metal_center p{
	background:url(../../images/custom/p_bg02.jpg) no-repeat;
}

div#custom01 ul li#metal_right p{
	background:url(../../images/custom/p_bg03.jpg) no-repeat;
	padding:2px 0;
	height:32px;
}

div#custom02{
	background: #FFF;
	border:#CCCCCC 1px solid;
	border-top:none;
	width:100%;
	padding:5px 10px 15px 10px;
	margin-bottom:20px;	
}

div#custom02 h5{
	text-indent:-9999px;
	width:530px;
	height:22px;
}

div#custom02 h5#custom02_h5_01{
	background:url(../../images/custom/h4_01.jpg) no-repeat;
}

div#custom02 h5#custom02_h5_02{
	background:url(../../images/custom/h4_02.jpg) no-repeat;
}

div#custom02 p{
	width:510px;
	margin:10px;
}

div#custom02 div#pdf{
	margin: 10px;
	padding:10px;
	width:calc(100% - 20px);
	border:#001B64 1px solid;
	background:url(../../images/custom/banner_01.jpg) no-repeat center center;
}
div#custom02 div#pdf ul{
	display: flex;
	flex-wrap: wrap;
}
div#custom02 div#pdf ul li{
	width:50%;
}
div#custom02 div#pdf ul li img{
	width: 100%;
	height: auto;
	max-width: 248px;
	display: block;
	margin: 0 auto;
}
div#custom02 div#pdf ul li p{
	display: block;
	width: 100%;
	font-size: 80%;
	text-align: right;
	padding-top: 3px;
	margin: 0;
}
div#custom02 div#pdf ul li p:before{
	content:url(../../images/custom/icn_pdf.png);
	padding-right: 5px;
}
@media(max-width:480px){
	div#custom02 div#pdf{
		
		background-size: cover;
	}
	div#custom02 div#pdf ul li{
		width:100%;
		max-width: 248px;
		margin: 0 auto;
	}
	div#custom02 div#pdf ul li:first-child{
		margin-bottom: 15px;
	}
}
div#custom02 table{
	width:510px;
	margin:0 auto;
	border:1px solid #000;
	border-collapse:collapse;
}

div#custom02 table tr td{
	height:35px;
	text-align:center;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	background:#FFF;
	color:#333333;
}

div#custom02 table tr th{
	height:20px;
	text-align:center;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	background:#696969;
	color:#FC3;
}

div#custom02 table tr td#td_head{
	background:#009;
	border-bottom:1px solid #000;
	height:60px;
	color:#FFF;
	
}

div#custom02 table tr td.td_midashi{
	background:url(../../images/custom/td_bg.jpg) repeat-y;
	color:#FFF;
	width:80px;
	font-size:10px;
}

div#custom02 table tr th.th_midashi{
	width:80px;
}

div#custom02 table tr td#td_head span{
	display:block;
	float:left;
	width:100px;
}
div#custom02_inner{
	width:490px;
	background:#FFF;
	margin:20px auto;
	padding:10px;
}

div#custom02_inner strong{
	color:#930;
	font-weight:bold;
	border-left:4px solid #009;
	width:476px;
	padding-left:10px;
	display:block;
}

div#custom02_inner p{
	width:490px;
	margin:0;
	color:#666666;
	margin-top:10px;
}

div#custom03,div#custom04{
	background:url(../../images/metalpaint/box02_back.jpg) repeat-y;
	border:#CCCCCC 1px solid;
	width:533px;
	padding:10px;
	margin-bottom:20px;
	overflow:hidden;
}

div#custom03 p{
	float:left;
	width:320px;
}

div#custom03 img{
	width:200px;
	float:right;
}

div#custom04 div#custom04_left{
	width:320px;
	float:left;
}

div#custom04 div#custom04_left span{
	background:#FFF;
	padding:5px;
	display:block;
}

div#custom04 div#custom04_left span strong{
	font-weight:bold;
	border-left:4px solid #009;
	display:block;
	padding-left:10px;
	color:#930;
}

div#custom04 div#custom04_left p{
	margin:10px auto;
}

div#custom04 div#custom04_right{
	float:right;
	width:200px;
}

div#custom04 div#custom04_right img{
	width:200px;
}

/*--------------------------------------------------------------------
coating.html
ガラスコーティングのスタイル
--------------------------------------------------------------------*/

div.coat h3{
	background:url(../../images/coating/h3.jpg) no-repeat;
}

div.coat h4{
	background:url(../../images/coating/h4_01.jpg) no-repeat;
	width:530px;
	height:22px;
	text-indent:-9999px;
	margin:0 auto 0 auto;
	clear:both;
	margin-bottom:20px;
}

div.coat p.coatText01{
	width:530px;
	line-height:1.6em;
	margin:0 0 15px 0;
}

div#coat01 img{
	margin-bottom:20px;
	width:534px;
}

div#coat01 p,div#coat03 p{
	width:530px;
	margin:0 auto 20px auto;
}

div#coat02 h4{
	background:url(../../images/coating/h4_02.jpg) no-repeat;
	margin:20px auto;
}

div#coat02 ul{
	background-image:none;
	width:255px;
	float:left;
	margin-left:5px;
}

div#coat02 ul li{
	width:225px;
	background:url(../../images/coating/list.jpg) no-repeat 0 2px;
	padding-left:17px;
	line-height:1.3;
	padding-bottom:10px;
}

div#coat02 img{
	float:right;
	width:255px;
	margin-right:5px;
}

div#coat03 h4{
	background:url(../../images/coating/h4_03.jpg) no-repeat bottom;
	padding-top:20px;
}

div#coat03 p{
	width:510px;
}

div#coat04 h4{
	background:url(../../images/coating/h4_04.jpg) no-repeat;
}

div#coat04 dl{
	margin:20px auto;
	width:520px;
}

div#coat04 dl dd{
	float:left;
	width:161px;
	height:153px;
	padding:3px;
	background:url(../../images/coating/bg_img01.gif) no-repeat;
	margin-left:7px;
}

div#coat04 dl dd#coat04_in01{
	margin-left:0;
}

div#coat04 dl dd b{
	background:url(../../images/coating/h5_01.jpg) no-repeat;
	width:161px;
	height:51px;
	text-indent:-9999px;
	display:block;
}

div#coat04 dl dd p{
	margin:2px 3px;
}

div#coat04 dl dd#coat04_in02 b{
	background:url(../../images/coating/h5_02.jpg) no-repeat;
}

div#coat04 dl dd#coat04_in03 b{
	background:url(../../images/coating/h5_03.jpg) no-repeat;
}

div#coat05{
	clear:both;
}

div#coat05 h4{
	background:url(../../images/coating/h4_05.jpg) no-repeat bottom;;
	margin:0 auto;
	height:40px;
}

div#coat05 dl{
	background:url(../../images/coating/bg_img02.jpg) no-repeat;
	width:510px;
	height:57px;
	margin-top:10px;
	padding:15px 10px;
	color:#FFF;
	overflow:hidden;
}

div#coat05 dl dt,div#coat05 dl dd{
	float:left;
}

div#coat05 dl dt{
	width:80px;
	margin-left:15px;
}

div#coat05 dl dt#first{
	margin-left:0;
}

div#coat05 dl dd{
	width:80px;
	margin-left:0;
	text-align:right;
}

div#coat05 div#coat05_bottom{
	clear:both;
	width:530px;
	height:28px;
	background:url(../../images/coating/bg_img02_bottm.jpg) no-repeat;
}

div#coat05 div#coat05_bottom img{
	float:left;
	width:74px;
	margin-left:100px;
	height:28px;
	cursor:pointer;
}

div#coat05 div#coat05_bottom img.coat05_img02{
	margin-left:102px;
}

div#coat05 p{
	margin:10px;
	background:url(../../images/coating/list.jpg) no-repeat 0 2px;
	padding-left:15px;
}

div#coat05 table{
	border:1px solid #000;
	border-collapse:collapse;
	border-spacing:0;
	width:530px;
	font-size:12px;
	letter-spacing:1px;
	margin-bottom:10px;
}

div#coat05 table#table02,div#coat05 table#table03{
	display:none;
	border-collapse:collapse;
	border-spacing:0;
}

div#coat05 table tr th,div#coat05 table tr td{
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	background:#696969;
	color:#FC3;
	height:35px;
}
div#coat05 table tr th,div#coat05 table#table01 tr td{
	width:132px;
}
div#coat05 table tr th,div#coat05 table#table02 tr td{
	width:132px;
}
div#coat05 table tr th,div#coat05 table#table03 tr td{
	width:88px;
}

div#coat05 table tr td{
	background:#FFF;
	color:#000;
	font-size:x-small;
	margin-top:0;
}

div#coat05 table tr td.coat05_td01{
	background:#333;
	color:#FFF;
	font-size:13px;
}

div#coat05 table tr th.coat05_th01{
	background:#009;
	color:#FFF;
	width:70px;
}

div#coat05 table tr th.coat05_th03{
	width:200px;
}
div#coat05 span{
	font-size:12px;
}

div#coat06 h4{
	background:url(../../images/coating/h4_06.jpg) no-repeat;
	margin-top:20px;
	clear:both;
}

div#coat06_in{
	background:#E0E0E0;
	border:1px solid #CCC;
	overflow:hidden;
	width:510px;
	padding:5px;
	margin:0 auto;
}

div#coat06_in dl dd{
	float:left;
	width:164px;
	margin-right:8px;
}

div#coat06_in dl dd.coat06_last{
	margin-right:0;
}

div#coat06_in dl dd img{
	width:164px;
	margin-bottom:5px;
}

div#coat06_in dl.dl_out{
	clear:both;
}

div#coat06_in dl.dl_out dd{
	float:left;
}

div#coat06_in dl.dl_out dd#big_dd{
	width:336px;
}

div#coat06_in dl.dl_out dd#big_dd img{
	width:336px;
}

div#coat06 b{
	background:url(../../images/coating/bg_img03.jpg) no-repeat;
	width:260px;
	height:99px;
	padding:45px 220px 0 40px;
	display:block;
	margin:10px auto;
	font-weight:normal;
	line-height:1.3;
}

div#coat07{
	width:530px;
	margin:0 0 10px 0;
}
div#coat07 p{
	width:530px;
	font:0;
	line-height:0;
}

div#coat08{
	width:530px;
	margin:0 0 20px 0;
}
div#coat08 p{
	width:530px;
	font:0;
	line-height:0;
}

div#coat09 h4{
	height:23px;
	background:url(../../images/coating/h4_09.jpg) no-repeat;
	margin:0 0 20px 0;
	clear:both;
}
div#coat09 dl{
	width:500px;
	height:122px;
	margin:0 10px 10px 20px;
	padding:20px 0 0 0;
	background:url(../../images/coating/bg_img04.jpg) no-repeat right;
}
div#coat09 dl dt img{
	display:block;
	margin:0 0 15px 0;
}
div#coat09 dl dd{
	line-height:1.8;
	font-size:12px;
	letter-spacing:0;
}
div#coat09 ul{
	width:520px;
	height:120px;
	margin:0 5px 10px 5px;
	padding:0;
	background:url(../../images/coating/list_img02.jpg) no-repeat;
	text-indent:-9999px;
	font-size:0;
}
div#coat09 ul li{
	display:none;
}
div#coat09 p{
	margin:0 10px 20px 10px;
	color:#900;
	font-size:12px;
}
	
/*------------------------------------山城ここから----------------------------------------------*/	

/*--------------------------------------------------------------------
about.html・privacy.html・sitemap.html
当サイトについて・個人情報保護・サイトマップ
--------------------------------------------------------------------*/	
	
div.about p , div.privacy p , div.sitemap p{
	color:#000;
	padding:10px;
	width:100%;
	background:url(../../images/index/bg02.jpg) repeat-x top #FFFFFF;
	border:1px solid #CCC;}			
div.about #top_banner04 p , div.privacy #top_banner04 p , div.sitemap#top_banner04  p{
	background: none;
	padding: 0;
	border: none;
}
div.about dl dd p{
	background:none;
	border:none;
	width:auto;}

div.privacy h3{ background:url(../../images/privacy/midashi01.jpg) no-repeat;}

div.sitemap h3{ background:url(../../images/sitemap/midashi01.jpg) no-repeat;}

div.sitemap p{	
	background-image:none;
	background-color:#FFF;
}

div.about dl dt , div.privacy dl dt , div.sitemap dl dt{
	margin:15px 0 1px 0;
	padding:5px 0 5px 15px;
	width:100%;
	border: #c0cac2 1px solid;
	background:url(../../images/privacy/dt_bg.jpg) no-repeat #939393;
	color:#FFF;
	font-weight:bold;}
	
div.about dl dd , div.privacy dl dd , div.sitemap dl dd{
	line-height:1.3em;
	color:#000;
	padding:10px;
	width:100%;
	background:url(../../images/privacy/dd_bg.jpg) repeat-y;
	border:1px solid #CCC;}	

div.about dl dd ol li , div.privacy dl dd ol li{
	list-style-type:none;
	line-height:1.3em;
	padding:5px 0;}

table.companyTable{
	border-collapse:collapse;
	border-spacing:0;
	border:1px solid #B4B4B4;}
	
table.companyTable a{
	color:#003399;
	text-decoration:underline;}
	
table.companyTable a:hover{
	color:#0099FF;}

table.companyTable th , table.companyTable td{
	border-bottom:1px solid #999;
	padding:5px 10px;}	
	
table.companyTable th{
	color:#FFF;
	width:98px;
	background:url(../../images/privacy/company_th_bg.jpg) repeat-y;}

table.companyTable td{
	width:309px;
	background:url(../../images/privacy/company_td_bg.jpg) repeat-y;}

@media(max-width:480px){
	table.companyTable{
		width: 100%;
	}
	table.companyTable th{
		display: block;
		width:100%;
		background:url(../../images/privacy/company_th_bg.jpg) repeat-y;
		text-align: left;
	}
	table.companyTable td{
		display: block;
		width:100%;
		background:url(../../images/privacy/company_td_bg.jpg) repeat-y;
	}
	table.companyTable tr:last-child td{
		border-bottom: none;
	}
}
	
/*--------------------------------------------------------------------
topics.html
更新履歴
--------------------------------------------------------------------*/	
	
div.topics div#topics01{
	width:100%;
	padding:15px;}	
	
div.topics div p{
	padding:0 0 0 10px;
	border-left:4px solid #AD0101;}	
	
div.topics div span{
	margin:0 0 10px 0;
	font-weight:bold;
	color:#FFF;
	padding:0 0 0 20px;
	max-width:120px;
	font-family:Arial, Helvetica, sans-serif;
	display:block;
	background:url(../../images/topics/topics_head.gif) no-repeat left top;}
div#topics01 > img{
	width: 100%;
	max-height: 30px;
}	
/*--------------------------------------------------------------------
link.html
リンク集（店舗案内ページのテーブルも同時に指定）
--------------------------------------------------------------------*/	

div#link01 , div#link02 , div#link03 , div#link04{
	width:100%;
	padding:15px 10px;}

div#link03{
	width: 100%;
    padding: 15px 10px 80px 10px;
}


div#link02 table , div#shop02 table{
	border:1px solid #B4B4B4;
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	margin-bottom: 10px;
}	

div#link02 table th , div#shop02 table td.col_1{
	color:#FFF;
	width:110px;
	background:url(../../images/privacy/company_th_bg.jpg) repeat-y;
	border-bottom: 1px solid #999;
	padding: 5px 10px;
	line-height: 1.5;
}
	
div#link02 table td , div#shop02 table td.col_2{
	width:378px;
	background:url(../../images/privacy/company_td_bg.jpg) repeat-y right #FFF;
}

div#link02 table td{
	border-bottom: 1px solid #999;
    padding: 5px 10px;
	line-height: 1.5;
}



@media(max-width:480px){
	div#link02 table th , div#shop02 table td.col_1,
	div#link02 table td , div#shop02 table td.col_2{
		display: block;
		width:100%;
		text-align: left;
	}	
}
	
div#link02 table td.col_1 , div#link02 table td.col_2 , div#shop02 table td.col_1 , div#shop02 table td.col_2{	
	border-bottom:1px solid #999;
	padding:5px 10px;}
	
div#link02 span{
	font-size:smaller;
	color:#990000;}	

/*
div#link03 table{
	border-collapse:collapse;
	border-spacing:0;
	width:100%;}
	
div#link03 table td.link01,div#link03 table td.link03,div#link03 table td.line01{
	border-top:1px solid #999;
	vertical-align:bottom;
	padding:5px;
	background:#CCC url(../../images/link/td_bg01.jpg) repeat-x left top;}
	
div#link03 table td.line01 p{
	margin-left:5px;}	
	
div#link03 table td.link01{ border-left:1px solid #999;}	

div#link03 table td.link01 img{ margin:0 5px 0 0;}
	
div#link03 table td.link03{ text-align:right; border-right: 1px solid #999;}	
	
div#link03 table td.link01 p a , div#link03 table td.link03 p a,div#link03 table td.line01 p a{
	color:#003366;
	font-weight:bold;}
	
div#link03 table td.link02{
	padding-bottom:15px;
	width:100%;}	

div#link03 table td.link02 p{
	padding:10px;		
	border:1px solid #999;}
	
*/
div#link03{}
h2.frantz2Category{display:none;}	

div#link04 dl dt{
	border-bottom:1px dashed #CCC;
	padding:0 0 3px 0;
	margin:15px 0 6px 0;}

div#link04 dl dt strong{
	padding:0 0 0 15px;
	background:url(../../images/link/link_bg.jpg) no-repeat left top;}

div#link04 a{
	color:#003366;}
	
div#link04 a:hover{
	color:#0066CC;}	
	
div#link04 dl dt strong a , div#link01 p a , div#link02 a , div#shop02 table td a{color:#003366;}	

div#link04 dl dt strong a:hover , div#link01 p a:hover , div#link02 a:hover , div#shop02 table td a:hover{ color:#33CCFF;}

/*--------------------------------------------------------------------
shop.html
店舗案内
--------------------------------------------------------------------*/	

div.shop h3{ background:url(../../images/shop/midashi01.jpg) no-repeat;}

div#shop01, div#shop02 , div#shop03 , div#shop04{
	width:100%;
	padding:10px;}

div#shop01 .wrapper{
	width: 100%;
	margin: 0 auto;
	background: url(../../images/shop/shop_img01.jpg) no-repeat;
	padding-top: 50px;
}
div#shop01 dl{
	display: flex;
	flex-wrap: wrap;
	padding:10px;
	width:100%;
	border-left:2px solid #A0A0A0;
	border-right:2px solid #A0A0A0;
	border-bottom:2px solid #A0A0A0;
	background:#99BAC0 url(../../images/shop/shop01_bg.jpg) repeat-x top;
}	
div#shop01 dl dt{
	line-height:1.3em;
	width:calc(100% - 180px);
	padding-right: 15px;
}
div#shop01 dl dt p{
	margin-bottom: 15px;
}
div#shop01 dl dd{
	width:180px;
}	
@media(max-width:680px){
	div#shop01 dl dt{
		width:100%;
		padding-right:10px;
	}
	div#shop01 dl dt > p:last-child{
		text-align: center;
	}
	div#shop01 dl dd{
		width:100%;
		text-align: center;
	}
}

div#shop03 span{
	background:url(../../images/shop/shop_img04.jpg) no-repeat left center;
	font-weight:bold;
	padding:0 0 0 15px;
	margin-bottom:2px;
	display:block;}
.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
div#shop04 dl{
	width:100%;
	padding:10px;
	border:1px solid #999;
	background:#FFFFCC;
	margin:0 0 10px 0;}
	
div#shop04 dl dt{}

div#shop04 dl dt span{
	display:block;
	font-size:smaller;
	color:#990000;}	
	
div#shop04 dl dd{
	padding:10px 0 0 0; }

/*リンク*/
.link_cate{
	display: none;
}
.bnr01{
}

.bnr01 .systemDl dt{
	margin: 0 0 15px 0;
    padding: 5px 10px;
    color: #fff;
    background: #ccc;
    font-family: Arial, Helvetica, sans-serif;
	clear: both;
}
.bnr01 .systemDl dt a{
	color: #003366;
    text-decoration: none;
}
.bnr01 .systemDl dd {
	padding: 8px;
	clear: both;
	content: "";
	display: block;
}
.bnr01 .systemDl dd img{
	width: 88px;
	float: left;
}

.bnr01 .systemDl dd p{
	padding: 0 2% 5% 2%;
    vertical-align: top;
    line-height: 1.3em;
	float: right;
	width: calc(100% - 88px);
}
@media(max-width:480px){
	.bnr01 .systemDl dd img{
		display:block;
		float: none;
		margin: 0 auto 15px auto;
	}
	.bnr01 .systemDl dd p{
		padding: 0 2% 5% 2%;
		float: none;
		width: 100%;
	}
}