@charset "UTF-8";

/*
==================================
	富山　#toyamaWrap
==================================
*/


/*エリアコメント*/
#toyamaWrap .areaComment{
	text-align:left;
}

/*観光スポット*/
#toyamaWrap .infoOuting ul {
    margin: 0 10px 10px 10px;
    padding: 0px;
}
#toyamaWrap .infoOuting ul li{
	clear:both;
	overflow:hidden;
	padding:0 0 10px 0;
	margin-bottom:15px;
	border-bottom:dashed 1px #ccc;
}
#toyamaWrap .infoOuting ul li:nth-last-of-type(1){
	border-bottom:none;
}

#toyamaWrap .infoOuting p.image {
	width:50%;
	margin:0 10px 0 0;
	float:left;
}
#toyamaWrap .infoOuting p.image img{
  margin: 0 0 5px 0;
	padding:0;
	width:100%;
	box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2);
	-o-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2);
}

#toyamaWrap .infoOuting dl {
  margin: 0 0 10px 0;
	line-height:1.2em;
}
#toyamaWrap .infoOuting dl dt{
	font-weight:bold;
	padding:5px 0 10px 0;
}
#toyamaWrap .infoOuting dl dd a{
	padding:3px 3px 3px 10px;
	margin-top:10px;
	display:block;
	text-decoration:underline;
	position:relative;
}
#toyamaWrap .infoOuting dl dd a:before{
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #fc9491;
	position:absolute;
	top: 30%;
	left:0;
}
/*画像無しの場合*/
#toyamaWrap .infoOuting .noImg dl {
	float:none;
	padding:0 0;
}
#toyamaWrap .infoOuting .noImg li{
	margin-bottom:5px;
}

@media screen and (min-width: 481px) {
#toyamaWrap .infoOuting p.image {
	width:25%;
}
/*土産・グルメ*/
#toyamaWrap .infoGourmet ul{
    margin: 15px 0 0 0;
    padding: 0px;
}
#toyamaWrap .infoGourmet ul li{
	clear:both;
	overflow:hidden;
	width:100%;
	padding:0 0 10px 0;
	margin-bottom:15px;
	border-bottom:dashed 1px #ccc;
}
#toyamaWrap .infoGourmet ul li:nth-last-of-type(1){
	border-bottom:none;
}
#toyamaWrap .infoGourmet .image img{
	width:25%;
	margin:0 10px 5px 0;
	float:left;
}
#toyamaWrap .infoGourmet dl{
  margin: 0 0 10px 0;
	line-height:1.2em;
}

}





/*
	富山ウナトラ　#unatora
==================================
*/

#toyamaWrap .areaComment.unatora span a{
	display:block;
	margin:15px 5px 0 5px;
	padding:5px 5px 5px 20px;
	background:#fff url(../img/arrow.png) no-repeat 5px 50%;
	border-radius:5px;
	border:solid 1px #f9b3b1;
}
#toyamaWrap .areaComment.unatora span a:hover{
	background:#f9b3b1;
	color:#fff;
}