@charset "UTF-8";

.pc_show { display: initial !important; }
.pc_hide { display: none !important; }


* {
	margin:0px;
	padding:0px;
}

body {
	background-color:#f5f5f5;
	
	
}

@media print { 

	.noprint { display:none; }
} 


p {
	font-size:14px;
	letter-spacing:1px;
	line-height:1.5em;
	
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka",Verdana,Arial, Helvetica, sans-serif;
	
}

.height5 {
	display:block;
	height:5px;
}

.height10 {
	display:block;
	height:10px;
}

.height20 {
	display:block;
	height:20px;
}

.height30 {
	display:block;
	height:30px;
}


.height40 {
	display:block;
	height:40px;
}






.red {
	color:#E21414;
}

header#header {
	width:100%;
	max-width:980px;
	height:306px;
	position:relative;
	//border:1px solid #f00;
}

#header_img {
	width:100%;
	max-width:980px;
	height:230px;
	background-image:url("../../images/header_top_bg.png");
	position:relative;
}

#header_caption {
	position:absolute;
	top:48px;
	right:0px;
	width:690px;
	height:90px;
	//border:3px solid #f00;
}


h1 {
	//text-indent:-9999px;
	display:none;
}

#logo {
	width:100%;
	max-width:980px;
	height:76px;
	background-image:url("../../images/header_bg.jpg");
	//border:1px solid #f00;
	margin:0;
	padding:0;
}


p.top {
	border-bottom:1px dotted #666;
	padding-bottom:18px;
	margin-bottom:25px;
	height:23px;
	text-indent:-9999px;
	background-image:url("../../images/s_title.png");
}




p.oshirase {
	border-bottom:1px dotted #666;
	padding-bottom:18px;
	margin-bottom:25px;
	height:23px;
	text-indent:-9999px;
	background-image:url("../../images/title_oshirase.png") ;
	background-repeat: no-repeat;
}
p.event {
	border-bottom:1px dotted #666;
	padding-bottom:18px;
	margin-bottom:25px;
	height:23px;
	text-indent:-9999px;
	background-image:url("../../images/title_event.png") ;
	background-repeat: no-repeat;
}


p.akusesu {
	border-bottom:1px dotted #666;
	padding-bottom:18px;
	margin-bottom:25px;
	height:23px;
	text-indent:-9999px;
	background-image:url("../../images/title_access.png") ;
	background-repeat: no-repeat;
	//border:1px solid #f00;
}


p.dantai {
	border-bottom:1px dotted #666;
	padding-bottom:18px;
	margin-bottom:25px;
	height:23px;
	text-indent:-9999px;
	background-image:url("../../images/title_dantai.png");
	background-repeat: no-repeat;
}

p.sitemap {
	border-bottom:1px dotted #666;
	padding-bottom:18px;
	margin-bottom:25px;
	height:23px;
	text-indent:-9999px;
	background-image:url("../../images/title_sitemap.png");
	background-repeat: no-repeat;
}

p.about {
	border-bottom:1px dotted #666;
	padding-bottom:18px;
	margin-bottom:25px;
	height:23px;
	text-indent:-9999px;
	background-image:url("../../images/title_about.png");
	background-repeat: no-repeat;
}

p.kyokai {
	border-bottom:1px dotted #666;
	padding-bottom:18px;
	margin-bottom:25px;
	height:23px;
	text-indent:-9999px;
	background-image:url("../../images/title_kyokai.png");
	background-repeat: no-repeat;
}

p.tenji {
	border-bottom:1px dotted #666;
	padding-bottom:18px;
	margin-bottom:25px;
	height:23px;
	text-indent:-9999px;
	background-image:url("../../images/title_tenji.png");
	background-repeat: no-repeat;
}

p.shop {
	border-bottom:1px dotted #666;
	padding-bottom:18px;
	margin-bottom:25px;
	height:23px;
	text-indent:-9999px;
	background-image:url("../../images/title_shop.png");
	background-repeat: no-repeat;
}

p.contribute {
	border-bottom:1px dotted #666;
	padding-bottom:18px;
	margin-bottom:25px;
	height:23px;
	text-indent:-9999px;
	background-image:url("../../images/title_contribute.png");
	background-repeat: no-repeat;
}


p.panel {
	border-bottom:1px dotted #666;
	padding-bottom:18px;
	margin-bottom:25px;
	height:23px;
	text-indent:-9999px;
	background-image:url("../../images/title_panel.png");
	background-repeat: no-repeat;
}


p.access {
	border-bottom:1px dotted #666;
	padding-bottom:18px;
	margin-bottom:25px;
	height:23px;
	text-indent:-9999px;
	background-image:url("../../images/s_title.png");
}




.rad {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 26px;
	padding-top: 24px;
	position: relative;
	background: #EDEDED;
	margin-bottom: 20px;
	text-align: left;
	font-size:14px;
}

.rad_child {
	margin-top:16px;
	padding: 16px;
	padding-left:20px;
	padding-right:20px;
	position: relative;
	background: #EDEDED;
	margin-bottom: 20px;
	text-align: left;
	font-size:14px;
	background-color:#ffffcc;
}
.rad_child2 {
	width: 50%;
	margin:16px 40px;
	padding: 16px;
	position: relative;
	background: #EDEDED;
	margin-bottom: 20px;
	text-align: left;
	font-size:14px;
	background-color:#ffffcc;
}

p.shousai {
	display:block;
	background-color:#EDEDED;
	border-left:5px solid #C9C9C9;
	font-size:18px;
	padding:8px;
	padding-left:13px;
	margin-bottom:26px;
}

.catch {
	font-size:12px;
	color:#595959;
	margin:0;
	padding:0;
	display:block;
	width:100%;
}

.bb a{
	text-indent:-9999px;
	display:block;
	background-image:url("../../images/buy_btn.jpg");
	width:152px;
	height:40px;
}
.bb a:hover{
	background-image:url("../../images/buy_btn_on.jpg");
}

div.newsbox {
	background-color:#F9F9FA;
	border:1px solid #D9D9D9;
	//width:620px;
	width:100%;
	padding-bottom:20px;
}

div.newsbox_inner {
	margin:20px;
	margin-top:5px;
	margin-bottom:0px;
	//width:610px;
	background-color:#F9F9FA;
	border-bottom:1px solid #CBCBCB;
}


div.newsbox ul{
	border:0px;
	padding:0px;
	list-style:none;
	font-size:14px;
	vertical-align:middle;
}
div.newsbox ul li{
	padding-left:4px;
	
}

div.newsbox ul li a{
	text-decoration:none;
	color:#444;
}
div.newsbox ul li a:hover{
	text-decoration:underline;
}

div.oshirase_box {
	background-color:#F9F9F9;
	border:1px solid #DADADA;
	margin-right:30px; 
	padding:10px;
	margin-bottom:30px;
}
div.oshirase_box ul{
	list-style-image: url("../../images/mark.png");
	padding-left:20px;
	font-size:14px;
}
div.oshirase_box ul li {
	padding-bottom:8px;
}

div.oshirase_box ul li span{
	font-size:80%;
	color:#444;
}

div.oshirase_box ul li img {
	line-height:14px;
	padding-left:3px;
}

div.oshirase_box ul a{
	text-decoration:none;
	color:#444;
}
div.oshirase_box ul a:hover{
	text-decoration:underline;
}






div.waku {
	width:58%; //width:544px;
	float:left;
	margin:0;
	padding:2%; //padding:20px;
	padding-top:16px;
	border:8px solid #D3D3D5;
	//width:584px;
}

div.waku2 {
	width:27%; //width:234px;
	float:right; 
	padding:2%;  //padding:20px;
	border:8px solid #D3D3D5;
	position:relative;
}

div.waku3 {
	width:90%;
	padding:2%;
	border:8px solid #D3D3D5;
}



.waku3 ul {
	//border:1px solid #f00;
	margin-left:20px;
	color:#555;
}

.waku3 ul li{
	
	font-size:18px;
	margin-bottom:15px;
}

.waku3 p {
	font-size:13px;
	margin-left:5px;
	margin-top:10px;
}


form {
	margin:0;
	padding:0;
}


h3 {
	color:#0086FF;
	font-size:16px;
	font-weight:normal;
	padding-bottom:8px;
	margin-bottom:8px;
	border-bottom:1px dotted #848484;
	
}


p.ttl1 {
	font-size:19px;
	//height:36px;
	padding-top:3px;
	padding-bottom:3px;
	color:#515151;
	border-left:6px solid #895967;
	padding-left:14px;
	margin-bottom:25px;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  	//border:1px solid #f00;
}

p.ttl2 {
	font-size:24px;
	padding:10px;
	padding-left:16px;
	//width:894px;
	background-color:#8F803E;
	color:#fff;
	margin-bottom:25px;
	font-family:'Hiragino Mincho ProN w6', serif,"ＭＳ Ｐ明朝","MS PMincho";
	
}


p.ttl3 {
	width:832px;
	height:43px;
	background-image:url("../../images/bar.jpg");
	font-size:16px;
	line-height:43px;
	padding-left:28px;
	margin-top:20px;
	margin-bottom:20px;
}


div.ttl4 {
	width:100%;
	//max-width:892px;
	height:47px;
	background-image:url("../../images/bar_body.jpg");
	margin-top:0px;
	margin-bottom:20px;
	//border:1px solid #f00;
}

p.ttl4_head {
	width:26px;
	height:47px;
	background-image:url("../../images/bar_head.jpg");
	float:left;
	//border:1px solid #f00;
}

p.ttl4_body {
	//width:100%;
	height:47px;
	font-size:16px;
	line-height:47px;
	padding-left:8px;
	float:left;
	//border:1px solid #ff0;
}

p.ttl4_tail {
	float:right;
	width:32px;
	height:47px;
	background-image:url("../../images/bar_tail.jpg");
	//border:1px solid #f00;
}


p.shikaku {
	font-size:18px;
	color:#2D2D2D;
	margin-bottom:20px;
}

p.mitijun {
	text-indent:-9999px;
	background-image:url("../../images/mitijun.png");
	background-repeat:no-repeat;
	height:30px;
	border-bottom:2px dotted #aaa;
}

p.other_goods {
	text-indent:-9999px;
	background-image:url("../../images/other_goods.png");
	background-repeat:no-repeat;
	height:30px;
	border-bottom:2px dotted #aaa;
}



img.maru {
	vertical-align:middle;
}

p.maru1 {
	text-indent:44px;
	background-image:url("../../images/maru1.png");
	background-repeat:no-repeat;
	height:34px;
	line-height:34px;
	color:#895967;
	font-size:22px;
	margin-top:15px;
	margin-bottom:15px;
}
p.maru2 {
	text-indent:44px;
	background-image:url("../../images/maru2.png");
	background-repeat:no-repeat;
	height:34px;
	line-height:34px;
	color:#895967;
	font-size:22px;
	margin-top:15px;
	margin-bottom:15px;
}
p.maru3 {
	text-indent:44px;
	background-image:url("../../images/maru3.png");
	background-repeat:no-repeat;
	height:34px;
	line-height:34px;
	color:#895967;
	font-size:22px;
	margin-top:15px;
	margin-bottom:15px;
}

p.maru4 {
	text-indent:44px;
	background-image:url("../../images/maru4.png");
	background-repeat:no-repeat;
	height:34px;
	line-height:34px;
	color:#895967;
	font-size:22px;
	margin-top:15px;
	margin-bottom:15px;
}
p.maru5 {
	text-indent:44px;
	background-image:url("../../images/maru5.png");
	background-repeat:no-repeat;
	height:34px;
	line-height:34px;
	color:#895967;
	font-size:22px;
	margin-top:15px;
	margin-bottom:15px;
}
p.maru6 {
	text-indent:44px;
	background-image:url("../../images/maru6.png");
	background-repeat:no-repeat;
	height:34px;
	line-height:34px;
	color:#895967;
	font-size:22px;
	margin-top:15px;
	margin-bottom:15px;
}
p.maru7 {
	text-indent:44px;
	background-image:url("../../images/maru7.png");
	background-repeat:no-repeat;
	height:34px;
	line-height:34px;
	color:#895967;
	font-size:22px;
	margin-top:15px;
	margin-bottom:15px;
}


p.checkbox {
	text-indent:44px;
	background-image:url("../../images/checkbox.png");
	background-repeat:no-repeat;
	height:31px;
	line-height:31px;
	color:#282828;
	font-size:18px;
	margin-top:15px;
	margin-bottom:15px;
}

.panelcap {
	font-size:14px;
	//text-indent:44px;
	padding-left:44px;
	margin-bottom:20px;
}



.paneldetail {
	width:90%;
	padding:5%;
	border:1px solid #BCBCBC;
	font-size:13px;
	margin-bottom:40px;
}




div.grey {
	//text-indent:30px;
	width:100%;
	height:42px;
	background-image:url("../../images/grey_body.png");
	line-height:42px;
	color:#fff;
	font-size:16px;
	margin-bottom:25px;
}


p.grey_head {
	width:14px;
	height:42px;
	background-image:url("../../images/grey_head.png");
	float:left;
	//border:1px solid #f00;
}

p.grey_body {
	//width:100%;
	height:42px;
	//background-image:url("../../images/grey_body.png");
	font-size:16px;
	line-height:42px;
	padding-left:8px;
	float:left;
	//border:1px solid #ff0;
}


p.grey_tail {
	width:13px;
	height:42px;
	background-image:url("../../images/grey_tail.png");
	float:right;
	//border:1px solid #f00;
}







table tr.paneltable {
	vertical-align:top;
}




.clearfix:after{
    content:".";
    clear:both;
    display:block;
    height:0;
    visibility:hidden;
}
.clearfix{
    //display:inline-block;
    //min-height:1%;  /* for IE 7*/
}


.clear {
	clear:both;
}

.clearfix{
    content: "";
    clear:both;
    display: block;
}





#wrapper {
	width:100%;
	max-width:980px;
	border-left:1px solid #CBCBCB;
	border-right:1px solid #CBCBCB;
	margin:auto;
	position:relative;	
	background-color:#fff;
}





/*--------------- gnav -----------------*/

nav#globalNav ul {
	width: 100%;
	max-width: 980px;
	list-style:none;
	position:absolute;
	bottom:0px;
	left:0px;
	//border:1px solid #f00;
}

nav#globalNav ul li {
	//text-indent:-9999px;
	float: left;
	
}
nav#globalNav ul li a{
	display:block;	
	text-align:center;
}


nav#globalNav ul li#home {width:14%; border:0px solid #f00;}
nav#globalNav ul li#about {width:15%;border:0px solid #0ff;}
nav#globalNav ul li#tenji {width:14%;border:0px solid #0ff;}
nav#globalNav ul li#event {width:14%;border:0px solid #0ff;}
nav#globalNav ul li#oshirase {width:14%;border:0px solid #0ff;}
nav#globalNav ul li#dantai {width:15%;border:0px solid #0ff;}
nav#globalNav ul li#access {width:14%;border:0px solid #0ff;}



nav#globalNav ul li#home a{
	//width:135px;
	height:48px;
	margin-right:6px;
	background-image:url("../../images/gnavi_bg.png");
	
}
nav#globalNav ul li#home a:hover{
	background-image:url("../../images/gnavi_bg_on.png");
}

nav#globalNav ul li#home a.selected {
	background-image:url("../../images/gnavi_bg_on.png");
	
}


nav#globalNav ul li#about a{
	//width:135px;
	height:48px;
	margin-right:6px;
	background-image:url("../../images/gnavi_bg.png");
}
nav#globalNav ul li#about a:hover{
	background-image:url("../../images/gnavi_bg_on.png");
	
}
nav#globalNav ul li#about a.selected{
	background-image:url("../../images/gnavi_bg_on.png");
}


nav#globalNav ul li#tenji a{
	//width:135px;
	height:48px;
	margin-right:6px;
	background-image:url("../../images/gnavi_bg.png");
}
nav#globalNav ul li#tenji a:hover{
	background-image:url("../../images/gnavi_bg_on.png");
}
nav#globalNav ul li#tenji a.selected{
	background-image:url("../../images/gnavi_bg_on.png");
}

nav#globalNav ul li#event a{
	//width:135px;
	height:48px;
	margin-right:6px;
	background-image:url("../../images/gnavi_bg.png");
}
nav#globalNav ul li#event a:hover{
	background-image:url("../../images/gnavi_bg_on.png");
	
}
nav#globalNav ul li#event a.selected{
	background-image:url("../../images/gnavi_bg_on.png");
	
}


nav#globalNav ul li#oshirase a{
	//width:135px;
	height:48px;
	margin-right:6px;
	background-image:url("../../images/gnavi_bg.png");
}

nav#globalNav ul li#oshirase a:hover{
	background-image:url("../../images/gnavi_bg_on.png");

}

nav#globalNav ul li#oshirase a.selected{
	background-image:url("../../images/gnavi_bg_on.png");

}


nav#globalNav ul li#dantai a{
	//width:135px;
	height:48px;
	margin-right:6px;
	background-image:url("../../images/gnavi_bg.png");
}

nav#globalNav ul li#dantai a:hover{
	background-image:url("../../images/gnavi_bg_on.png");

}

nav#globalNav ul li#dantai a.selected{
	background-image:url("../../images/gnavi_bg_on.png");

}


nav#globalNav ul li#access a{
	//width:10px;
	height:48px;
	
	background-image:url("../../images/gnavi_bg.png");
}

nav#globalNav ul li#access a:hover{
	background-image:url("../../images/gnavi_bg_on.png");


}

nav#globalNav ul li#access a.selected{
	background-image:url("../../images/gnavi_bg_on.png");

}


/*--------------- /gnav -----------------*/



/*--------------- header_nav -----------------*/

nav#headerNav ul {
	width: 480px;
	//height:12px;
	list-style:none;
	position:absolute;
	top:20px;
	right:30px;
	//border:1px solid #f00;
}


nav#headerNav ul li {
	text-indent:14px;
	float: left;
	margin-bottom:3px;
	
}
nav#headerNav ul li a{
	display:block;
	color:#fff;
	font-size:12px;
	//line-height:12px;
	text-decoration:none;
	
}

nav#headerNav ul li#kyokai a{
	margin-right:40px;
	height:16px;
	background-image:url("../../images/circle_white.png");
	background-repeat:no-repeat;
	background-position:left;
	overflow: hidden;
}
nav#headerNav ul li#kyokai a:hover{	
	background-image:url("../../images/circle_green.png");
	background-repeat:no-repeat;
	background-position:left;
	overflow: hidden;
	
}
nav#headerNav ul li#kyokai a.selected{
	background-image:url("../../images/circle_green.png");
	background-repeat:no-repeat;
	background-position:left;
	overflow: hidden;
}



nav#headerNav ul li#sitemap a{
	margin-right:40px;
	height:16px;
	background-image:url("../../images/circle_white.png");
	background-repeat:no-repeat;
	background-position:left;
	overflow: hidden;
	
}
nav#headerNav ul li#sitemap a:hover{	
	background-image:url("../../images/circle_green.png");
	background-repeat:no-repeat;
	background-position:left;
	overflow: hidden;
	
}
nav#headerNav ul li#sitemap a.selected{
	background-image:url("../../images/circle_green.png");
	background-repeat:no-repeat;
	background-position:left;
	overflow: hidden;
}





nav#headerNav ul li#shop a{
	margin-right:40px;
	height:16px;
	background-image:url("../../images/circle_white.png");
	background-repeat:no-repeat;
	background-position:left;
	overflow: hidden;
	
}
nav#headerNav ul li#shop a:hover{	
	background-image:url("../../images/circle_green.png");
	background-repeat:no-repeat;
	background-position:left;
	overflow: hidden;
	
}
nav#headerNav ul li#shop a.selected{
	background-image:url("../../images/circle_green.png");
	background-repeat:no-repeat;
	background-position:left;
	overflow: hidden;
}

nav#headerNav ul li#kifu a{
	margin-right:40px;
	height:16px;
	background-image:url("../../images/circle_white.png");
	background-repeat:no-repeat;
	background-position:left;
	overflow: hidden;
	
}
nav#headerNav ul li#kifu a:hover{
	background-image:url("../../images/circle_green.png");
	background-repeat:no-repeat;
	background-position:left;
	overflow: hidden;
	
}
nav#headerNav ul li#kifu a.selected{
	background-image:url("../../images/circle_green.png");
	background-repeat:no-repeat;
	background-position:left;
	overflow: hidden;
	
}

nav#headerNav ul li#sitemap a{
	margin-right:40px;
	height:16px;
	background-image:url("../../images/circle_white.png");
	background-repeat:no-repeat;
	background-position:left;
	overflow: hidden;
	
}
nav#headerNav ul li#sitemap a:hover{
	background-image:url("../../images/circle_green.png");
	background-repeat:no-repeat;
	background-position:left;
	overflow: hidden;
	
}
nav#headerNav ul li#panel a{
	margin-right:40px;
	height:16px;
	background-image:url("../../images/circle_white.png");
	background-repeat:no-repeat;
	background-position:left;
	overflow: hidden;
	
}
nav#headerNav ul li#panel a:hover{
	background-image:url("../../images/circle_green.png");
	background-repeat:no-repeat;
	background-position:left;
	overflow: hidden;
	
}
nav#headerNav ul li#panel a.selected{
	background-image:url("../../images/circle_green.png");
	background-repeat:no-repeat;
	background-position:left;
	overflow: hidden;
	
}

/*--------------- /header_nav -----------------*/


/* ---------  archive_nav  ---------- */


ul.arc {
	padding-top:3px;
}

ul.arc li {
	list-style:none;
	float:left;
	padding-left:5px;
	//padding-bottom:10px;
}

ul.arc li a{
	color:#333;
	text-decoration:none;
	display:block;
	line-height:9px;
	font-size:14px;
	//border:1px solid #f00;
	background-image:url("../../images/tri.png");
	background-repeat:no-repeat;
	padding-left:14px;
	padding-bottom:10px;
}
ul.arc li a:hover{
	text-decoration:underline;
}


ul.sitemap li {
	list-style-type: none;
	//border:1px solid #f00;
	//width:290px;
	margin-bottom:12px;
}

ul.sitemap li a{
	color:#333;
	text-decoration:none;
	display:block;
	line-height:40px;
	font-size:16px;
	background-image:url("../../images/sitemap_bg.png");
	padding-left:14px;
	//border:1px solid #f00;
}

ul.sitemap li a:hover{
	color:#777;
	background-position: 0 -40px;
}

ul.sitemap_s li {
	list-style-type: none;
	//border:1px solid #f00;
	width:90%;
	margin-bottom:12px;
}

ul.sitemap_s li a{
	color:#333;
	text-decoration:none;
	display:block;	
	line-height:32px;
	font-size:14px;
	background-image:url("../../images/sitemap_bg.png");
	padding-left:14px;

	
}

ul.sitemap_s li a:hover{
	color:#777;
	background-position: 0 -32px;
}






#lang {
	position:absolute;
	//border:1px solid #f00;
	//width:300px;
	top:5px;
	right:30px;
}

.en a{
	//display:block;
	height:18px;
	line-height:18px;
	color:#fff;
	font-size:11px;
	padding-right:10px;
	border-right:1px solid #fff;
	text-decoration:none;
}
.en a:hover{
	text-decoration:underline;
}

.jp {
	height:18px;
	line-height:18px;
	color:#ccc;
	font-size:11px;
	padding-left:8px;
	text-decoration:none;
}
.jp a{
	//display:block;
	height:18px;
	line-height:18px;
	color:#fff;
	font-size:11px;
	padding-left:8px;
	text-decoration:none;
}
.jp a:hover{
	text-decoration:underline;
}



＃wrapper {
	background-color:#f7f7f7;
}




#container {
	//max-width:920px;
	//padding:30px;
	padding:3%;
	width:94%;
	//border:1px solid #f00;
	
}


#contents {
	//border:1px solid #f00;
	//float:left; 
	width:100%;
}

#side_left {
	width:620px;
	float:left;
}

#side_right{
	width:270px;
	float:right;
	//border:1px solid #f00;
}


#greybox {
	//width:100%;
	padding:30px;
	padding-top:20px;
	border:1px solid #BCBCBC;
}

#greybox #midashi{
	//background-image:url("../../images/shikaku_icon.png");
	//background-repeat:no-repeat;
	//text-indent:20px;
	font-size:16px;
	//border:1px solid #f00;
	display:inline;
	
}


#bluebox {
	padding:30px;
	border:1px solid #1C48B7;
	margin-bottom:30px;
}




#access_contents_outer {
	width:100%;
	background-color:#f0f6e9;
	//border:1px solid #f00;
}

#access_contents{
	padding:46px 0 0px 50px;
}




#main_contents {
	width:800px;
	//border:1px solid #f00;
}
#main_contents p{
	color:#231815;
	font-size:16px;
	line-height:1.4em;
}


#main_contents .sidea {
	width:382px;
	float:left;
	//border:1px solid #f00;
}

#main_contents .sideb {
	width:377px;
	float:right;
	//border:1px solid #0f0;
}





#side {
	width:340px;
	height:200px;
	float:right;
	border:1px solid #ff0;
}

.ad {
	background-color:#fff;	
	width:340px;
}
.ad span{
	display:block;
	font-family:'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-size:12px;
	line-height:1.8em;
	padding:0px 10px 10px 29px;
	font-weight:600;
	color:#231815;
}
.ad span a{
	font-family:'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	color:#c74500;
	text-decoration:none;
}
.ad span a:hover{
	text-decoration:underline;
}

.ad_frame {
	width:362px;
	height:122px;
	padding-left:20px;
	padding-top:10px;
	background-image:url("../../images/ad_frame.png");
}

#gmap {
  width: 300px;
  height: 300px;
}



.wine_list {
	width:829px;
	margin-bottom:20px;
	//text-indent:-9999px;
}

#thumnail {
	width:830px;
	//border:1px solid #f00;
	margin-top:30px;
}

#thumnail img{
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}


.sidea {
	width:542px;
	float:left;
	
}

.sideb {
	width:417px;
	float:right;
	
}



#map {
	width:360px;
	height:470px;
	background-image:url("../../images/map.png");
}
#map2 {
	width:290px;
	height:414px;
	background-image:url("../../images/map2.png");
}






#foot_info {
	width:950px;
	margin-left:50px;
	padding-top:20px;
	padding-bottom:25px;
	
}

#access_info {
	width:352px;
	//border:1px solid #f00;
	float:left;
	color:#009314;
}


#access_info .sidea {
	font-size:12px;
	color:#910033;
	font-weight:bold;
	line-height:2em;
	width:110px;
		
}
#access_info .sideb {
	font-size:12px;
	color:#000;
	width:218px;
	//font-weight:bold;
	line-height:2em;
}



#footer {
	width:100%;
	max-width:980px;
	height:238px;
	background-image:url("../../images/footer_bg.png");
	//position:absolute;
	//border:1px solid #f00;
}

#footer #footer_email {
	//border:1px solid #f00;
	color:#888;
	font-size:14px;
	margin-left:44px;
}


#footer #copyright_b {
	position:relative;
	width:256px;
	height:14px;
	bottom:-10px;
	margin:auto;
	background-image:url("../../images/copyright.png");
}




#footer  ul {
	//margin:50px;
	margin-top:50px;
	margin-left:80px;
	float:left;
	color:#f4eddb;
	font-size:12px;
	//border:1px solid #ff0;
}

#footer  ul li{
	list-style:none;
}

#footer  ul li.title{
	font-size:14px;
	border-left:2px solid #8c755c;
	padding-left:0.4em;
	margin-bottom:1em;
}

#footer  ul li a{
	color:#fff;
	//text-decoration:none;
}
#footer  ul li a:hover{
	color:#d0006e;
}

.fi {
	max-width: 100%;
	height: auto;
}


.info_box {
	display: flex;
	justify-content: center;
}

.info_box li {
	list-style: none;
	margin: 0 10px;
}


.news_box {
	width: 62%;
	float: left;
	padding-right:4%; 
	border-right:0px solid #CBCBCB;
}
.tenji_box {
	float: right;
	width: 32%;
}
.sns_item {
	list-style: none;
}
.sns_item li {
	padding: 5px;
	list-style: none;
	display: inline-block;
}
