entypo@charset "utf-8";

/* ----- base ----- */
ul, ol, li { margin: 0; padding: 0; }
li { list-style: none; }
img { border: 0; }
/* //--- base ----- */

/* ----- sapporo-special-contents-area ----- */
#sapporo-special-contents-area a[href^="http"]:after {
	content: " " !important;
	margin: 0 !important;
}
#sapporo-special-contents-area {
	color: #000;
	font-family: "游ゴシック", YuGothic, Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 1px;
	text-align: center;
}

#sapporo-special-contents-area .sp-area-body {
	width: 100%;
	min-width: 100%;
	line-height: 1.6;
	margin: 0;
	padding-bottom: 1px;
/*	-webkit-text-size-adjust: 100% !important;*/
}

#sapporo-special-contents-area .clear {
	height: 1px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
	display: block;
	clear: both;
}
/* //--- sapporo-special-contents-area ----- */

#sapporo-footer-area, #sapporo-analysis-area, .pc-area-header-wrap {
	display: none;
}
.nosp-header { display: none; }
.sp-area-switch { display: none; }

/* ----- clearfix ----- */
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }
.cf { *zoom:1; }
/* //--- clearfix ----- */

.br { 
/*	display: block; */
	display: inline; 
	font-style: normal;
}

/* ----- share-tool-blockA01 ----- */
.topicpath { position: relative; }
.share-tool-blockA01 { width: 800px !important; }
.addthis_button_google_plusone { width: 50px !important; }
.addthis_toolbox a { display: inline; }
/* //--- share-tool-blockA01 ----- */


/* 共通
----------------------------------------*/
html { height: 100%; }
body {
	min-height: 100%;
	background-color: #fff7e5 !important;
	margin: 0 !important;
	overflow-y: scroll;
}

.sp-area-header { background-color: #fff; }
.sp-area-footer-wrap { background-color: #fff; }

#sapporo-special-contents-area img { width: 100%; vertical-align: top; }
#sapporo-special-contents-area h1 { margin: 0; }
#sapporo-special-contents-area p { margin: 0; }

#sapporo-special-contents-area .column {
	position: relative;
	width: 90%;
	margin: 0 auto;
	padding: 8% 0;
}
#sapporo-special-contents-area h2 { margin: 0; }
#sapporo-special-contents-area h3 { margin: 0 0 3% 0; }
#sapporo-special-contents-area .column p {
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 8%;
	word-wrap: break-word;
	text-align: left;
}

.sp-area-body { padding-top: 65px; }

sup { font-size: 70%; }


/* メニュー
----------------------------------------*/
.bg_menu {
	position: absolute;
	width: 100%;
	background-color: #000;
	top: 0;
/*	z-index: 9999;*/
	z-index: 999;
}
.bg_menu.fixed { position: fixed; top: 0; }

#menu {
	position: relative;
	width: 100%;
	height: 65px;
}
#menu .logo {
	position: absolute;
	width: 130px;
	top: 15px;
	left: 15px;
}

/* ナビ */
#menu #panel-btn {
	float: right;
	width: 35px;
	height: 35px;
	background: url(../img/btn_menu.png) left top no-repeat;
	background-size: 35px;
	margin: 15px 15px 0 0;
	cursor: pointer;
	z-index: 9999;
}
#menu #panel-btn span { display: none; }

#menu ul { 
	display: none;
	position: absolute;
	width: 100%;
	background-color: #333;
	margin: 0;
	padding: 0;
	top: 65px;
	left: 0;
	text-align: center;
	z-index: 9999;
}
#menu ul li {
	border-top: 1px solid #ccc;
	padding: 0;
}
#menu ul li a { display: block; }


/* 空白
----------------------------------------*/
.mb0 { margin-bottom: 0 !important; }
.mb3 { margin-bottom: 3% !important; }
.mb10 { margin-bottom: 10% !important; }
.mb15 { margin-bottom: 15% !important; }

.pb10 { padding-bottom: 10% !important; }

.hover {  
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}  
.hover:hover {  
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:.60;
}
/* //--- column ----- */

