@charset "utf-8";
/*=================================================
 * ブラウザのデフォルトのスタイルをリセットする
 * ================================================= */

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p,
header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

body {
	line-height: 1.0;
	-webkit-text-size-adjust: none;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary {
	display:block;
}

img {
	border: 0;
	vertical-align: bottom;
}

ul, ol {
	list-style: none;
}

table {
	border-spacing: 0;
	empty-cells: show;
	border-collapse: collapse;
}


/*=================================================
 * サイト全体の基本スタイル
 * ================================================= */

body {
	color: #333;
	font-family: Helvetica, san-serif;
	line-height: 1.6;
	font-size: 14px;
}

a {
	color: #103b7c;
	text-decoration: none;
}

p {
	margin-bottom: 1em;
}

em {
	font-style: normal;
}

strong {
	font-size: 16px;
	font-weight: normal;
}

input {
	padding: 5px;
	font-size: 14px;
}

/* 右寄せ */

.fltrt {
	float: right;
	margin-right: 10px;
}

/* 左寄せ */

.fltlft {
	float: left;
	margin-right: 10px;
}

/* 回り込み解除 */

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* サイトヘッダー */

.global-header {
	margin-bottom: 1px;
}

.nav-bar {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#2e2e2e), to(#020202));
	background-color: #020202;
	text-align: center;
	position: relative;
}


.page-nav {
	position: absolute;
	top: 3px;
	left: 0;
	width: 100%;
}

.page-nav-left {
	position: absolute;
	top: 0;
	left: 10px;
}

.page-nav-right {
	position: absolute;
	top: 0;
	right: 10px;
}

.btn {
	text-indent: -9999px;
	width: 37px;
	height: 37px;
	display: block;
}

.btn-left {
	background-image: url(../img/common/icon_home.png);
}

.btn-right {
	background-image: url(../img/common/icon_back.png);
}

/* サイトフッター */

.global-footer {
	margin-top: 20px;
	padding: 10px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#2e2e2e), to(#020202));
	background-color: #020202;
	border-top: 1px solid #333333;
	color: #ffffff;
	font-size: 10px;
	text-align: center;
}

.copyright {
	margin-bottom: 0;
}

/* セクション、見出し */

.block {
	padding: 0 10px 1em 10px;
}

.block h2 {
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	padding: 0 1em;
	margin-bottom: 0.5em;
	border: 1px solid #b3b3b3;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(50%,#f0f0f0), color-stop(50%,#e1e1e1), to(#f2f2f2));
	background: -moz-linear-gradient(top, #ffffff, #f0f0f0 50%, #e1e1e1 50%, #f2f2f2);
	text-shadow: 0 1px 1px #ffffff;
}

.block h2:first-letter {
	color: #103b7c;
}

/* 下層アコーディオン */

.list-section {
 -webkit-border-radius: 8px;
 border-radius: 8px;
 -webkit-box-shadow: 0 0 3px #333;
 box-shadow: 0 0 3px #333;
}

.list-section dt {
 height: 44px;
 line-height: 44px;
 padding-left: 40px;
 background-image: url(../img/common/bg_submenu.png), -webkit-gradient(linear, left top, left bottom, from(#2e2e2e), to(#020202));
 background-color: #020202;
 background-repeat: no-repeat;
 background-position: left center;
 color: #FFF;
}

.list-section dt.first-child {
 -webkit-border-top-right-radius: 8px;
 -webkit-border-top-left-radius: 8px;
 border-top-right-radius: 8px;
 border-top-left-radius: 8px;
}

/*.list-section dt.last-child{
 -webkit-border-bottom-left-radius: 8px;
 -webkit-border-bottom-right-radius: 8px;
 border-bottom-right-radius: 8px;
 border-bottom-left-radius: 8px;
}*/

.list-section dd {
 padding: 10px;
}


/* 画像フリック部 */
.jCarousel {
	text-align: center;
}

.jCarousel ul {
	margin-top: 1em;
}

/* 表 */
table {
	border-collapse: collapse;
	width: 100%;
}

th {
	color: #103b7c;
	text-align: left;
	font-weight: normal;
	border-bottom: 1px dotted #dadada;
	vertical-align: top;
}

td {
	border-bottom: 1px dotted #dadada;
}


/*=================================================
 * トップページ
 * ================================================= */

/* トップイメージ */

.image-area {
	margin-bottom: 1em;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#303030), to(#0a0b0f));
	background-color: #0a0b0f;
}

/* ブログ新着記事 */
.feed dd,
#feed dd,
.feed li,
#feed li,
#feed3 dd {
	border-bottom: 1px dotted #dadada;
	margin-bottom: 5px;
	padding-bottom: 3px;
}

.feed li,
#feed li {
	padding: 7px 0;
}

.blog-list p {
}

.blog-list p span {
	color: #103b7c;
}

.blog-list p a {
	color: #333333;
}

/* さすらいどんちゃんリンク */

.pickup {
	height: 44px;
	line-height: 44px;
	border: 1px solid #b3b3b3;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 3px #FFFFFF;
	box-shadow: 0 0 3px #FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#7f3622), color-stop(50%,#7d3c2b), color-stop(50%,#7a2812), to(#601e0c));
	background: -moz-linear-gradient(top, #7f3622, #7d3c2b 50%, #7a2812 50%, #601e0c);
	text-shadow: 0 1px 1px #ffffff;
}

.pickup a {
	padding: 0 24px 0 39px;
	display: block;
	overflow: hidden;
	color: #FFFFFF;
	background: url(../img/top/bg_pickup.png) 10px center no-repeat;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* メインメニュー */

.main-nav ul {
	border: 1px solid #b3b3b3;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 3px #FFFFFF;
	box-shadow: 0 0 3px #FFFFFF;
}

.main-nav li {
	height: 44px;
	line-height: 44px;
	border-bottom: 1px solid #b3b3b3;
}

.main-nav li:last-child {
	border-bottom: none;
}

.main-nav a {
	padding: 0 24px 0 34px;
	display: block;
	overflow: hidden;
	color: #333333;
	background: url(../img/common/bg_mainmenu.png) 10px center no-repeat;
	white-space: nowrap;
	text-overflow: ellipsis;
}



/*=================================================
 * 動画ページ
 * ================================================= */

.movie {
	margin-top: 1em;
}

/* ページネーション設定 */
.page {
}
.page ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.page li {
	float: left;
	font-size: 14px;
	margin-left: 5px;
}
.page li a {
	display: block;
	line-height: 20px;
	padding: 0 5px;
	text-decoration: none;
}

.prev a {
	border:solid 1px #c9c6c0;
	color:#99969f;
	background:#f8f5ef;
}
.prev a:hover {
	border:solid 1px #333;
	color:#fff;
	background:#68ab13;
}

.prevoff {
	color:#dadada;
	border:solid 1px #dadada;
	background:#fff;
	padding: 0 5px;
	line-height: 20px;
}

.next a {
	border:solid 1px #c9c6c0;
	color:#99969f;
	background:#f8f5ef;
}
.next a:hover {
	border:solid 1px #333;
	color:#fff;
	background:#68ab13;
}

.nextoff {
	color:#dadada;
	border:solid 1px #dadada;
	background:#fff;
	padding: 0 5px;
	line-height: 20px;
}

.pageon {
	background:#1166aa;
	color:#fff;
	border:solid 1px #1166aa;
	padding: 0 5px;
	line-height: 20px;
}

.pageoff a {
	border:solid 1px #c9c6c0;
	color:#99969f;
	background:#f8f5ef;
}
.pageoff a:hover {
	border:solid 1px #333;
	color:#fff;
	background:#68ab13;
}

/* 一覧 */
.movie-section {
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 3px #333;
	box-shadow: 0 0 3px #333;
	margin-top: 1em;
}

.movie-section li {
	border-bottom: 1px dotted #dadada;
	word-break:break-all;
}

.movie-section li a {
	color: #004986;
	display: block;
	padding: 10px;
}

.movie-section li a span {
	padding-left: 1em;
	color: #333;
}

/*=================================================
 * コラムページ
 * ================================================= */

.column strong {
	font-weight: bold;
}

/*=================================================
 * ヒストリーページ
 * ================================================= */
.history {
	padding-top: 10px;
}



/*=================================================
 * 問合せ
 * ================================================= */

.toiawase {
	margin-top: 1em;
}

.text {
	width: 90%;
}

input.text {
	height: 1.5em;
}

textarea.text {
	height: 5em;
}

.gallery li {
	float: left;
	margin: 10px;
}


/*--------------------ページャー--------------------*/
.pager {
	margin:30px 0;
	text-align:center;
}

.pager span {
	margin:5px;
	padding:5px 8px;
	color:#333;
	background:#f8f8f8;
	border:1px solid #333;
}
.pager span:hover {
	cursor:pointer;
	background:#999;
}

.pager span.current {
	color:#fff;
	background:#1166aa;
}
.pager span.current:hover {
	cursor:default;
}

.pager span.invalid {
	display:none;
}
.pager span.invalid:hover {
	cursor:default;
}

.pager span.ellipsis {
	color:#333;
	background:none;
	border:none;
}
.pager span.ellipsis:hover {
	cursor:default;
}

.pager span.first,
.pager span.last,
.pager span.prev,
.pager span.next {
	background:#ddd;
}

.pager span.first:hover,
.pager span.last:hover,
.pager span.prev:hover,
.pager span.next:hover {
	background:#999;
}
