@charset "UTF-8";

/* -------------------------------------------------------------
	ヨコハマハンドメイドマルシェ in 大丸札幌店
	フォーマット
-------------------------------------------------------------*/

body {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	line-height:1.6;
	color:#333;
}

a{
	color:#069;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
img,
img a {
	border:none;
}
ul,li{
	margin:0;
}

 /* クリアフィックスハック
 * 基本的なスタイルにあらかじめ適応、ClearFixクラスも準備
 */
.clearfix:after { 
	content:"";
    display:block;
    clear:both;
}
.clearfix { 
	display: inline-block; 
}
/* Mac版IE除外 \*/
.clearfix { 
	display: block; 
}

/* -----------------------------------------------------------------------
	ヘッダー
-----------------------------------------------------------------------*/

#header{
	background:url(../images/headerBg.png);
	text-align:center;
	line-height:0;
}

/* -----------------------------------------------------------------------
	ナビゲーション
-----------------------------------------------------------------------*/

#nav {
	background:#E4DBA9;
	height:60px;
	color:#fff;
}
#nav ul{
	width:800px;
	margin:0 auto;
}
#nav li {
	display:inline;
	float:left;
	list-style:none;
	margin-right:46px;
}
#nav li a {
	background-image:url(../images/nav.png);
	display:block;
	padding-top:60px;
	height:0;
	overflow:hidden;
}
#navTop{
	margin-left:150px;
}
#navTop a{
	width:90px;
}
#navFaq a{
	width:200px;
	background-position:-92px 0;
}
#navContact a{
	width:125px;
	background-position:-298px 0;
}

#navTop a:hover,
#home #navTop a{
	background-position:0 -60px;
}
#navFaq a:hover,
#faq #navFaq a{
	background-position:-92px -60px;
}
#navContact a:hover,
#contact #navContact a{
	background-position:-298px -60px;
}

/* -----------------------------------------------------------------------
	コンテンツ共通
-----------------------------------------------------------------------*/

h1{
	text-align:center;
	font-size:24px;
	margin-bottom:30px;
}
h1 span{
	background:url(../images/headingMarker.png) repeat-x;
	background-position: bottom left 0px;
	padding:0 30px 17px 30px;
}
#contents{
	padding:50px 0 0 0;
}
.colorBox{
	background:#EBF8FC;
	padding:40px 0;
	margin-bottom:50px;
}
.section{
	width:800px;
	margin:0 auto 50px;
}
.colorBox .section{
	margin-bottom:0;
}

.commonTable{
	width:100%;
	border-top:1px dotted #999;
}
.commonTable tr{
	border-bottom:1px dotted #999;
	border-collapse: collapse;
	display:block;
}
.commonTable th{
	text-align:left;
	width:100px;
	padding:12px 20px;
}
.commonTable td{
	padding:12px 10px;
}

.textSmall{
	font-size: 13px  ;
	margin-top:0.5em;
}

/* -----------------------------------------------------------------------
	出店概要
-----------------------------------------------------------------------*/

#introduction img{
	float:right;
	margin-left:30px;
}
#introduction p{
	margin-bottom:8px;
}

#flow dt{
	font-weight:bold;
	font-size:16px;
}
#flow dt span{
	font-size:24px;
}
#flow dd{
	margin-bottom:10px;
}
#entry{
	text-align:center;
}
#entry p{
	font-size:16px;
	margin-bottom:20px;
}
#entry a:hover{
	opacity:0.9;
}

/* -----------------------------------------------------------------------
	よくある質問・注意事項
-----------------------------------------------------------------------*/

#faq h2{
	color:#DAB037;
	font-size:20px;
	border-bottom:1px solid #E6B938;
	padding:0 0 3px 10px;
	margin-bottom:30px;
}
#faq dl{
	margin-bottom:40px;
}
#faq dt{
	font-weight:bold;
	font-size:16px;
	margin-left:10px;
	margin-bottom:5px;
}
#faq dd{
	margin-left:30px;
	margin-bottom:20px;
}

/* -----------------------------------------------------------------------
	お問い合わせ
-----------------------------------------------------------------------*/

#contact .colorBox{
	padding-top:20px;
}
#contactForm dt{
	clear: left;
	float: left;
	width: 140px;
	padding-top:10px;
}
#contactForm dd{
	padding:0 0 20px 140px;
}
#contactForm dd input,
#contactForm dd textarea{
	border:1px solid #ddd;
	width:650px;
	font-size:16px;
	padding:10px;
}
#contactForm dd textarea{
	height:200px;
}
#contactForm .note{
	text-align:right;
	font-size: 13px  ;
	/*margin-bottom:10px;*/
}
#contactForm #btnSubmit{
	text-align:center;
}
#contactForm #submit {
	background:#402000;
	color:#fff;
	font-size:16px;
	border:none;
	padding:10px 40px;
	border-radius:4px;
}
#contactForm #submit:hover{
	cursor:pointer;
	opacity:0.9;
}

/* -----------------------------------------------------------------------
	フッター
-----------------------------------------------------------------------*/

#pageTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
}
#pageTop a:hover {
	opacity:0.9;
}

#footer{
	background:#ECE8E5;
	font-size: 13px  ;
	color:#666;
	line-height:1;
	height:50px;
}
#footerInner{
	position:relative;
	width:800px;
	margin:0 auto;
}
#footerLogo{
	padding-top:16px;
}
#copyright{
	position:absolute;
	top:20px;
	right:0;
	text-align:right;
}

/* -----------------------------------------------------------------------
	クローズ
-----------------------------------------------------------------------*/


#close p{
	width: 80%;
    margin: 0 auto;
    background: #F3F3F3;
    padding: 60px 0;
    font-size: 16px;
    line-height: 1.5em;
    text-align: center;
    font-weight: bold;
}


/* -----------------------------------------------------------------------
	汎用クラス
-----------------------------------------------------------------------*/
.bold{
	font-weight:bold;
}
.font12{
	font-size: 13px  ;
}
.font14{
	font-size:14px;
}
.noLine{
	border:none;
}
