@charset "UTF-8";



/*----------------------------------------------*/
/*----------------------------------------------*/
/*FLiPLiPS 週末かとりっぷ [TRIP PAGE]*/
/*----------------------------------------------*/
/*Created: 2015.05.01*/
/*Last Update:	2015.05.01*/
/*----------------------------------------------*/




/*INDEX*/

/*[TRIP PAGE]*/

/*HEADER*/

/*CONTENT*/









/*----------------------------------------------*/
/*[TRIP PAGE]*/
/*----------------------------------------------*/

/*----------------------------------------------*/
/*HEADER*/
/*----------------------------------------------*/

/*HEADER COVER*/
header#trip .bg-cover {
width:auto;
height:160px;
margin:0;
padding:0;
background:url(../../images/bg_hd_white2.png) repeat-x 0 0;
}

/*HEADER INNER*/
header#trip .inner {
width:960px;
height:160px;
margin:0 auto;
padding:0;
position:relative;
}


/*HEADER[TITLE PARTS]*/
header#trip .inner hgroup {
width:960px;
height:160px;
margin:0;
padding:0;
}
header#trip .inner hgroup h1,
header#trip .inner hgroup h1 img {
margin:0;
padding:0;
}
header#trip .inner hgroup h1 img {	
vertical-align:bottom;
}











/*----------------------------------------------*/
/*CONTENT*/
/*----------------------------------------------*/

/*----------------------------------------------*/
/*PANKUZU*/

/*FRAME*/
#pankuzu {
width:960px;
height:auto;
margin:0 auto 40px;
padding:0;
}

/*PANKUZU LIST*/
#pankuzu ul {
width:auto;
height:auto;
margin:0;
padding:0;
list-style:none;
}
#pankuzu ul li {
display:inline;
margin:0;
padding:0;
font-size:.85em;
line-height:1.4em;
}
#pankuzu ul li.btn-home:after {
content:'>';
padding-left:5px;
margin:0;
}
#pankuzu ul li a {
color:#4B2410;
text-decoration:none;
}
#pankuzu ul li a:hover {
text-decoration:underline;
}










/*----------------------------------------------*/
/*TRIP DETAIL*/

/*FRAME*/
#trip-detail {
width:960px;
height:auto;
margin:0 auto 60px;
padding:0;
}

/*DETAIL FRAME*/
#trip-detail article {
width:950px;
height:auto;
margin:0;
padding:0;
border-width:5px;
border-style:solid;
}
/*[COLOR]*/
/*北陸*/#trip-page.color-purple #trip-detail article {border-color:#8587BF;}
/*鳥取*/#trip-page.color-green #trip-detail article {border-color:#A2C100;}
/*広島*/#trip-page.color-red #trip-detail article {border-color:#C35366;}


/*TITLE HEADER*/
#trip-detail article hgroup {
width:auto;
height:auto;
margin:0;
padding:30px 30px 30px 130px;
position:relative;
}
/*[BACK GROUND]*/
/*北陸*/#trip-page.color-purple #trip-detail article hgroup {background:#FFF url(../../images/bk_bar_purple1.png) repeat-x left bottom;}
/*鳥取*/#trip-page.color-green #trip-detail article hgroup {background:#FFF url(../../images/bk_bar_green1.png) repeat-x left bottom;}
/*広島*/#trip-page.color-red #trip-detail article hgroup {background:#FFF url(../../images/bk_bar_red1.png) repeat-x left bottom;}
/*[BALLOON IMAGE]*/
#trip-detail article hgroup .img-balloon {
width:auto;
height:auto;
margin:0;
padding:0;
position:absolute;
top:-20px;
left:25px;
}
#trip-detail article hgroup .img-balloon img {
margin:0;
padding:0;
vertical-align:bottom;
}
/*[PREF & PLACE]*/
#trip-detail article hgroup dl {
width:auto;
height:auto;
margin:0;
padding:0;
display:table;
}
#trip-detail article hgroup dl dt {
width:600px;
margin:0;
padding:0;
font-size:1.6em;
font-weight:bold;
font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;
display:table-cell;
}
/*[COLOR]*/
/*北陸*/#trip-page.color-purple #trip-detail article hgroup dl dt {color:#8587BF;}
/*鳥取*/#trip-page.color-green #trip-detail article hgroup dl dt {color:#A2C100;}
/*広島*/#trip-page.color-red #trip-detail article hgroup dl dt {color:#C35366;}

#trip-detail article hgroup dl dt .pref-name {
font-size:0.6em;
font-weight:normal;
display:block;
color:#4B2410;
margin-bottom:.4em;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#trip-detail article hgroup dl dt .bar {
display:none;
}
#trip-detail article hgroup dl dd {
width:190px;
font-size:.9em;
line-height:1.5em;
margin:0;
padding:0 0 5px 0;
text-align:right;
vertical-align:bottom;
display:table-cell;
}




/*PHOTO*/
#trip-detail .trip-photo {
width:auto;
height:auto;
margin:0 auto;
padding:30px 0;
}
/*[BACK GROUND]*/
/*北陸*/#trip-page.color-purple #trip-detail .trip-photo {background:#E7E7F2;}
/*鳥取*/#trip-page.color-green #trip-detail .trip-photo {background:#D5E6B8;}
/*広島*/#trip-page.color-red #trip-detail .trip-photo {background:#F7E4E8;}




/*COMMENT*/
#trip-detail article .trip-comment {
width:auto;
height:auto;
margin:0;
padding:40px 65px;
}
#trip-detail article .trip-comment p {
font-size:0.9em;
line-height:1.7em;
margin:0;
padding:0;
}
/*[BACK GROUND]*/
/*北陸*/#trip-page.color-purple #trip-detail article .trip-comment {background:#FFF url(../../images/bk_bar_purple2.png) repeat-x left top;}
/*鳥取*/#trip-page.color-green #trip-detail article .trip-comment {background:#FFF url(../../images/bk_bar_green2.png) repeat-x left top;}
/*広島*/#trip-page.color-red #trip-detail article .trip-comment {background:#FFF url(../../images/bk_bar_red2.png) repeat-x left top;}
