﻿/*-----------------------------------------------------------------------  
 // レイアウト  
-------------------------------------------------------------------------*/ 


/*-----------------------------------------------------------------------  
 // ページ共通 
-------------------------------------------------------------------------*/ 

html {
	height: 100%;
}

body {
	text-align: center;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	-webkit-text-size-adjust: 100%;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

img {
	border: none;
	vertical-align: bottom;
}

div {
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	line-height: 160%
}

table {
	font-size :16px;
}
th {
	padding :2px;
	text-align :center;
	vertical-align :top;
}
td {
	padding :2px;
	vertical-align :top;
}

a:link { color:#A61F25; }
a:visited { color:#A61F25; }
a:active { color:#A61F25; }

a:hover {
	opacity: 1;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;	
}

input {
	width: 95%;
	height: 30px;
}

select {
	width: 95%;
	height: 30px;
	text-align: left;
	background-color: #FFFFCC;
	padding-left: 5px;
}

textarea {
	width: 95%;
	height: 200px;
	text-align: left;
	background-color: #FFFFCC;
	padding: 5px;
}


input.box {
	text-align: left;
	background-color: #FFFFCC;
	padding-left: 5px;
	padding-right: 5px;
}

input.check {
	width: 15px;
	height: 15px;
}


input.button {
	text-align: center;
	width: 100px;
	height: 35px;
}

input.button_image {
	width: 170px;
	height: 45px;
}

input.button:hover {
	opacity: 1;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;	
}

div#container{
	margin: 0px auto;
	position: relative;
	min-height: 100%;
	height: 100%;
}

div#wrap{
	width: 950px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	min-height: 900px;
	text-align: left;
}

div#contents_main{
	float: left;
	width: 650px;
}

div#contents_side{
	float: right;
	width: 280px;
}

div.contents{
	clear: both;
	width: 650px;
	margin: 0px 0px 50px 0px;
}

div.caption_main{
	clear: both;
	width: 650px;
	margin: 0px 0px 20px 0px;
}

div.caption_sub{
	clear: both;
	width: 650px;
	margin: 0px 0px 10px 0px;
	font-size: 22px;
	font-weight: bold;
}

div.caption_index{
	width: 620px;
	border-top: solid 1px #182E68;
	border-left: solid 8px #182E68;
	border-right: solid 1px #182E68;
	border-bottom: solid 1px #182E68;
	background-color: #E1E1E1;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	margin: 20px 0px 10px 0px;
}

div.block{
	clear: both;
	color: #FFFFFF;
	background: #802929;
	margin-top: 20px;
	padding: 10px;
	border: 1px dashed rgba(255,255,255,0.8);
	box-shadow: 0 0 0 5px #802929;
	-moz-box-shadow: 0 0 0 5px #802929;
	-webkit-box-shadow: 0 0 0 5px #802929;
}

span.bold{
	font-weight: bold;
	font-size: 18px;
}

hr.line_dot {
	width: 100%;
	border: none;
	height: 4px;
	border-top:dotted 1px #333333;
	color: #FFFFFF;
}

ul.remark {
	width: 600px;
	list-style-image: url('./images/icon_remark.png');
}

ul.remark li {
	vertical-align: middle;
}

ul.list {
	list-style-image: url('./images/icon_list.png');
}

ul.list li {
	vertical-align: middle;
}

#pagetop {
	z-index: 1;
	position: fixed;
	bottom: 40px;
	right: 20px;
}

#acMenu dt{
	text-align: left;
	cursor: pointer;
	color: #A61F25;
}

#acMenu dd{
	text-align: left;
	display: none;
}

/*-----------------------------------------------------------------------  
 // ヘッダー
-------------------------------------------------------------------------*/ 


/*-----------------------------------------------------------------------  
 // フッター
-------------------------------------------------------------------------*/ 

div.sitemap_sub {
	margin: 0px 0px 30px 0px;;
}

ul.footer {
	list-style-image: url('./images/icon_footer_sitemap.png');
}

ul.footer li {
	color: #FFFFFF;
	vertical-align: middle;
}



span.copyright{
	color: #FFFFFF;
	position: absolute;top:200px;left:5px;
}

a.footer:link { color:#FFFFFF; }
a.footer:visited { color:#FFFFFF; }
a.footer:active { color:#FFFFFF; }
a.footer:hover {
	opacity: 1;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;	
}


/*-----------------------------------------------------------------------  
 // トップページ 
-------------------------------------------------------------------------*/ 

div#top_slider {
	width: 950px;
	margin-bottom: 20px;
}

div#top_left {
	width: 470px;
	float: left;
}

div#top_right {
	width: 450px;
	float: right;
}

/* お知らせ */
div#top_info {
	width: 470px;
	margin-bottom: 40px;
}

div#top_info_more {
	clear: both;
	width: 140px;
	height: 34px;
	margin: 0px 0px 0px 330px;
	padding: 0px 0px 0px 0px;
	vertical-align: bottom;
}

a.top_info_list_title {
	color: #A61F25;
	line-height: 120%;
}

span.top_info_list_title {
	line-height: 120%;
}

/* フェイスブック */
div#top_fb {
	width: 450px;
	margin-bottom: 20px;
}

/* Yahooショッピング */
div#top_shop {
	width: 470px;
	margin-bottom: 20px;
}

/* スライダー */
.wideslider,
	.wideslider * {
	margin: 3px 0 0 0;
	padding: 0;
}

.wideslider {
    clear: both;
    width: 100%;
    height: 430px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
 
.wideslider ul,
.wideslider ul li {
    float: left;
    display: inline;
    overflow: hidden;
}
 
.wideslider_base {
    top: 0;
    position: absolute;
}
.wideslider_wrap {
    top: 0;
    position: absolute;
    overflow: hidden;
 
}
.slider_prev,
.slider_next {
    top: 0;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    cursor: pointer;
}
.slider_prev {background: #fff url(../img/prev.jpg) no-repeat right center;}
.slider_next {background: #fff url(../img/next.jpg) no-repeat left center;}
 
.pagination {
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 15px;
    text-align: center;
    position: absolute;
    z-index: 200;
}
 
.pagination a {
    margin: 0 5px;
    width: 15px;
    height: 15px;
    display: inline-block;
    overflow: hidden;
    background: #333;
}
.pagination a.active {
    filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}
 
/* =======================================
    ClearFixElements
======================================= */
.wideslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
.wideslider ul {
    display: inline-block;
    overflow: hidden;
}


/*-----------------------------------------------------------------------  
 // 店舗案内
-------------------------------------------------------------------------*/ 

/* 店舗案内 */
table#guide {
	width: 650px;
	border-collapse: collapse;
}

td.guide_left {
	width: 120px;
	vertical-align: top;
	text-align: justify;
	text-justify: auto;
}

td.guide_right {
	width: 530px;
	vertical-align: top;
}

/*-----------------------------------------------------------------------  
 // よくあるご質問 
-------------------------------------------------------------------------*/ 

span.faq_q {
	font-size: 18px;
	font-weight: bold;
}

div.faq_a {
	margin-top: 10px;
	padding-left: 20px;
}

/*-----------------------------------------------------------------------  
 // ランニングクラブ 
-------------------------------------------------------------------------*/ 

/* 会員募集中 */
table#club_member {
	width: 650px;
	border-collapse: collapse;
}

td.club_member_left {
	width: 120px;
	vertical-align: top;
	text-align: justify;
	text-justify: auto;
}

td.club_member_right {
	width: 530px;
	vertical-align: top;
}

/*-----------------------------------------------------------------------  
 // ノルディックウォーキング
-------------------------------------------------------------------------*/ 

/* 無料体験会開催中 */
table#nordic_session {
	width: 650px;
	border-collapse: collapse;
}

td.nordic_session_left {
	width: 120px;
	vertical-align: top;
	text-align: justify;
	text-justify: auto;
}

td.nordic_session_right {
	width: 530px;
	vertical-align: top;
}

/*-----------------------------------------------------------------------  
 // お問合せ 
-------------------------------------------------------------------------*/ 

table#contact_input {
	width: 620px;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 0px #99CC99 solid;
	table-layout: fixed;
}

td.contact_input_left {
	width: 140px;
	height: 50px;
	text-align: left;
	background-color: #DADCDB;
	color: #000000;
	border: 1px #666666 solid;
	padding: 5px 5px 5px 5px;
	display: table-cell;
	vertical-align: middle;
}

td.contact_input_right {
	width: 480px;
	border: 1px #666666 solid;
	padding: 5px 5px 5px 5px;
	display: table-cell;
	vertical-align: middle;
}

input.contact {
	width: 95%;
	height: 25px;
	background-color: #FFFFCC;
	text-align:left; 
	padding: 0px 5px 0px 5px;
}

span.contact_notice {
	margin: 0px 0px 0px 10px;
	font-size: 14px;
}

ul.contact {
	list-style-image: url('./images/icon_remark.png');
}

ul.contact li {
	vertical-align: middle;
}

img.contact_required {
	margin-left: 5px;
	vertical-align: middle;
}

div.contact_alert {
	width: 620px;
	text-align:left;
	color: #FF0000;
	margin: 10px 0px 10px 0px;
}


table#contact_check {
	width: 620px;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 0px #666666 solid;
	table-layout: fixed;
}

td.contact_check_left {
	width: 140px;
	height: 50px;
	text-align: left;
	background-color: #DADCDB;
	color: #000000;
	border: 1px #666666 solid;
	padding: 5px 5px 5px 5px;
	display: table-cell;
	vertical-align: middle;
}

td.contact_check_right {
	width: 480px;
	border: 1px #666666 solid;
	padding: 5px 5px 5px 5px;
	display: table-cell;
	vertical-align: middle;
}

/*-----------------------------------------------------------------------  
 // ブーツフィッティング 
-------------------------------------------------------------------------*/ 

table.fitting {
	border-collapse: collapse;
	border-spacing: 0px;
	border: 0px #99CC99 solid;
	table-layout: fixed;
}

table.fitting th {
	height: 50px;
	text-align: center;
	background-color: #A61F25;
	color: #FFFFFF;
	border: 1px #666666 solid;
	padding: 5px 5px 5px 5px;
	display: table-cell;
	vertical-align: middle;
}

table.fitting td {
	height: 50px;
	text-align: left;
	background-color: #FFFFCC;
	color: #000000;
	border: 1px #666666 solid;
	padding: 5px 5px 5px 5px;
	display: table-cell;
	vertical-align: middle;
}

ul.fitting {
	list-style-image: url('./images/icon_remark.png');
}

ul.fitting li {
	vertical-align: middle;
}


/*-----------------------------------------------------------------------  
 // よくあるご質問 
-------------------------------------------------------------------------*/ 

ul.faq_q {
	list-style-image: url('./images/icon_list.png');
}

ul.faq_q li {
	vertical-align: middle;
	margin-bottom: 10px;
}

/*-----------------------------------------------------------------------  
 // 管理者ページ 
-------------------------------------------------------------------------*/ 

div.info_alert {
	width: 650px;
	height: 30px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}

table.info_list {
	border-collapse: collapse;
	border-spacing: 0px;
	border: 0px #336600 solid;
	table-layout: fixed;
}

table.info_list th {
	height: 30px;
	text-align: center;
	background-color: #336600;
	color: #FFFFFF;
	border-width: 0px 1px;
	border-color: #FFFFFF;
	border-style: solid;
	padding: 5px 5px 5px 5px;
	display: table-cell;
	vertical-align: middle;
}

table.sinfo_list td {
	height: 100px;
	text-align: left;
	color: #000000;
	border: none;
	padding: 5px 5px 5px 5px;
	display: table-cell;
	vertical-align: middle;
}

table.info_detail {
	border-collapse: collapse;
	border-spacing: 0px;
	border: 0px #99CC99 solid;
	table-layout: fixed;
}

td.info_detail_left {
	height: 30px;
	text-align: center;
	color: #000000;
	border: 1px #666666 solid;
	background-color: #DADCDB;
	padding: 5px 5px 5px 5px;
	display: table-cell;
	vertical-align: middle;
}

td.info_detail_right {
	height: 30px;
	text-align: left;
	color: #000000;
	border: 1px #666666 solid;
	padding: 5px 5px 5px 5px;
	display: table-cell;
	vertical-align: middle;
}












