@charset "UTF-8";



@media only screen and (max-width: 480px) {


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

	h2
	
========================================*/

h2{
	display: block;
	height:60px;
	width:100%;
	background: url(../i/h2_program.png) no-repeat center;
	background-size:300px auto;
	margin:0 0 30px 0;
	padding: 0 0 0 0;
	text-indent: -9999em;
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;
}


section.pickup{
	width:100%;
	padding:24px;
	margin:0 0 30px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #f5f0e9;
}
section.pickup h3{
	text-align: center;
	font-size:15px;
	background: #907766;
	color:#fff;
	margin: 0 0 15px 0;
	padding:10px;
	border-bottom:1px solid #eee;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
}

.nomikurabe-left{
	width:100%;
	float:none;
}
.nomikurabe-right{
	width:100%;
	float:none;
	padding:0px 0 0 0;
	text-align: center;
}
.nomikurabe-right img{
	width:50%;
	height: auto;
	margin:0px auto 0 auto;
}


.outline-list{
font-size: 13px;
line-height:28px;
color:#555;
width:100%;
border-bottom:1px dotted #999;
margin:30px 0 24px 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.outline-list dt{
clear: left;
float: left;
margin: 0 0 0 0;
padding:6px 0 6px 20px;
width: 75px;
text-align: center;
color:#333;
font-weight:normal;
border-top:0px dotted #999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.outline-list dd{
  margin: 0 0 0 0;
  padding:6px 0 6px 115px;
  border-top:1px dotted #999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.narahotel{
	width:205px;
	text-align: center;
}









}/*//end  max-width: 480px ///////////////////////*/











@media only screen and (min-width: 481px) {


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

	h2
	
========================================*/

h2{
	display: block;
	height:90px;
	width:100%;
	min-width: 1040px;
	background: url(../i/h2_program.png) no-repeat center;
	background-size:360px auto;
	margin:0 0 30px 0;
	padding: 0 0 0 0;
	text-indent: -9999em;
	border-bottom:1px solid #ddd;
}


section.pickup{
	width:100%;
	padding:24px;
	margin:0 0 30px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #f5f0e9;
}
section.pickup h3{
	text-align: center;
	font-size:18px;
	background: #907766;
	color:#fff;
	margin: 0 0 15px 0;
	padding:10px;
	border-bottom:1px solid #eee;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
}

.nomikurabe-left{
	width:600px;
	float:left;
}
.nomikurabe-right{
	width:300px;
	float:right;
	padding:30px 0 0 0;
}


.outline-list{
font-size: 13px;
line-height:28px;
color:#555;
width:100%;
border-bottom:1px dotted #999;
margin:30px 0 24px 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.outline-list dt{
clear: left;
float: left;
margin: 0 0 0 0;
padding:6px 0 6px 20px;
width: 100px;
text-align: center;
color:#333;
font-weight:normal;
border-top:1px dotted #999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.outline-list dd{
  margin: 0 0 0 0;
  padding:6px 0 6px 125px;
  border-top:1px dotted #999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.narahotel{
	width:205px;
	text-align: center;
}



}/*//end  min-width: 481px ///////////////////////*/







