﻿@charset "utf-8";
/* =============================================
鯖江観光-Webサイト
about（はじめてガイド）
============================================= */


/* ---【はじめてガイド】ナビ--- */
/*
ul.nav-about-top {
    height: 35px;
    border-bottom: #ccc 1px dotted;
	padding-bottom: 10px;
	margin: 10px 0;
}
ul.nav-about-top li,
ul.nav-about-foot li {
    float: left;
}
ul.nav-about-top li.menu-about,
ul.nav-about-foot li.menu-about {
    margin-right: 10px;
}

ul.nav-about-foot {
    border-top: #ccc 1px dotted;
	padding-top: 10px;
	margin-top: 30px;
}
*/

/* ---【はじめてガイド】イラスト周辺--- */
/*
div.sabae-more {
    width: 680px;
	clear: both;
	overflow: hidden;
}
div.sabae-more-left {
    width: 320px;
	float: left;
}
div.sabae-more-right {
    width: 350px;
	float: right;
}
*/

/* ---【はじめてガイド】アイコン--- */
/*
div.sabae-icon {
    width: 350px;
	clear: both;
	overflow: hidden;
}
div.sabae-icon-left {
    width: 60px;
	float: left;
}
div.sabae-icon-right {
    width: 275px;
	float: right;
	line-height: 1.5em;
}
div.sabae-icon p.icon-title {
    color: #ACB415;
    font-size: 120%;
	font-weight: bold;
}
*/

/* ---【はじめてガイド】ものづくり--- */

p.mono-title {
    background: transparent url(/images/common/img/common/bg_title_mono.gif) no-repeat scroll 0 0;
	height: 33px;
	font-size: 120%;
	font-weight: bold;
	color: #fff;
	padding: 6px 0 10px 30px;
}
p.mono-image{
	margin-top:0px !important;
}


/* ---【はじめてガイド】グルメ--- */
/*
p.b_gourmet {
   border-top: #999 1px dotted;
   padding-top: 10px;
}
*/

/* ---グルメ・花ものがたり--- */
.four-blockBox3 {
    width: 100%;
    clear: both;
	overflow: hidden;
	margin-bottom: 10px;
}
.four-blockBox3-list {
    width: 160px;
    float: left;
	padding-right: 10px;
}
div.four-blockBox3-list p {
    line-height: 1.5em;
}
/*
div.four-blockBox3 span {
	font-size: 100% !important;
}
*/
div.four-blockBox3-list p:nth-child(3){
	font-weight:bold;
	color:#ACB415;
	font-size: 120%;
}

/* ---【はじめてガイド】歴史だけに使用のリンク--- */
/*
a.historyNav {
    background: transparent url(/images/common/img/common/arrow_conmenu.gif) no-repeat scroll 0 4px;
	padding-left: 20px;
}
ul.nav-about-top li .about_sp,
ul.nav-about-top li span {
	display: none;
}
*/

/*
	レスポンシブcss
*/
@media screen and (max-width:600px){
	div#main._about > p {
		text-align: center;
	}
	/*
	ul.nav-about-top {
    	height: auto;
    	border-bottom: none;
		padding-bottom: 0;
		margin: 0;
	}
	ul.nav-about-top:after {
		clear: both;
		content: "";
		display: block;
		height: 0;
		line-height: 0;
		visibility: hidden;
	}
	ul.nav-about-top li {
    	float: left;
		text-align: center;
		margin: 8px 2%;
		padding: 0;
		text-align: left;
		width: 45%;
	}
	ul.nav-about-top li img {
		display: none;
	}
	ul.nav-about-top li span {
		display: inline
	}
	ul.nav-about-top li > a {
		background: #eee url("/images/common/img/arrow.png") no-repeat 8px center;
		background-size: 12px 12px;
		display: none;
		border: solid 1px #ccc;
		padding: 0.9em 0 0.9em 30px;
		border-radius: 5px;
	}
	ul.nav-about-top li .about_sp {
		display: block;
	}
	ul.nav-about-foot {
		display: none;
    	border-top: none;
		padding-top: 10px;
		margin-top: 30px;
	}
	ul.nav-about-foot li {
    	float: left;
		text-align: center;
		margin: 10px 0;
		width: 20%;
	}
	ul.nav-about-foot li.menu-about {
		margin-right: 0;
	}
	ul.nav-about-foot li img {
		max-width: 95%;
	}
	div.sabae-more {
    	width: 100%;
		clear: both;
		overflow: hidden;
	}
	div.sabae-more-left, div.sabae-more-right {
    	width: 100%;
		float: none;
	}
	div.sabae-more-left {
		text-align: center;
	}
	div.sabae-icon {
		clear: both;
		overflow: hidden;
		padding: 0 20px;
    	width: 100%;
	}
	div.sabae-icon-left {
		float: left;
		margin-right: 10px;
    	width: auto;
	}
	div.sabae-icon-right {
		float: none;
    	width: auto;
	}
	*/
	p.mono-title {
    	background: #666;
		padding-left: 0;
		margin-bottom: 5px;
	}
	div._about div.details-subBox-left p.first-item, div._about div.details-subBox-right p.first-item {
		text-align: left;
	}
	div._about div.details-subBox-left p.first-item:nth-child(2), div._about div.details-subBox-right p.first-item:nth-child(2) {
		text-align: center;
	}
}
