﻿@charset "utf-8";

/*//////////////////////////////////////////////////////////////////////////////

	松之山温泉合同会社まんま - 共通レイアウト

	/common/css/layout.css

	contents:
		1. common
			1-1. clearfix
			1-2. image replacement
		2. text format
		3. header
			3-1. logo
			3-2. gnav
			3-3. manma
			3-4. gcse
		4. content
			4-1. main
			4-2. sidebar
			4-3. topic-path
			4-4. heading
			4-5. float-box
			4-6. table
		5. footer


//////////////////////////////////////////////////////////////////////////////*/



/*------------------------------------------------------------------------------

	1. common

------------------------------------------------------------------------------*/

body {
	background: #FFF;
}

.site_column {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

/*	1-1. clearfix
------------------------------------------------------------------------------*/

header.site ul:after,
.site_column:after,
footer.site .site_column ul:after,
.topic-path ol:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}

header.site ul,
.site_column,
footer.site .site_column ul,
.topic-path ol {
	*zoom:1;
}


/*	1-2. image replacement
------------------------------------------------------------------------------*/

header.site .logo a,
header.site .gnav li a,
#sidebar .banner a,
#sidebar .japan-rediscovery a,
header.site .gcse .gsc-search-button input,
#top-of-page a {
	display: block;
	overflow: hidden;
	outline: none;
	text-indent: -9999px;
	white-space: nowrap;
}


/*------------------------------------------------------------------------------

	2. text format

------------------------------------------------------------------------------*/

/* font, size, line-height */
html {
	font-size: 16px;
}

body,
select,
input,
textarea {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

body {
	line-height: 1.5;
	font-size: 14px;
}

/* color */
body,
select,
input,
textarea {
	color: #555;
}

/* anchor */
a {
	color: #748A74;
}

a,
a:visited {
	outline: none;
}

a.selected {
	cursor: default !important;
	font-weight: bold;
}


/* other */
em {
	font-style: normal;
}

ul {
	list-style: none;
}

ul,li {
	margin: 0;
}

.note {
	margin: 10px 0 0 1em;
	margin-top: 10px;
	text-indent: -1em;
	font-size: 12px;
}

h3 small {
	font-size: 16px;
}

/* bullet */

.internal {
	width: 12px;
	height: 12px;
	padding-left: 20px;
	background: url(../img/icon/internal-bullet.png) no-repeat left center;
}

.external {
	width: 12px;
	height: 10px;
	padding-left: 18px;
	background: url(../img/icon/external-bullet2.png) no-repeat left center;
}

.anchor {
	width: 12px;
	height: 10px;
	padding-left: 18px;
	background: url(../img/icon/anchor-bullet.png) no-repeat left center;
}

.pdf {
	width: 12px;
	height: 10px;
	padding-left: 18px;
	background: url(../img/icon/pdf-bullet.png) no-repeat left center;
}



/*------------------------------------------------------------------------------

	3. header

------------------------------------------------------------------------------*/

header.site {
	background: url(../img/header/header-bg.gif) repeat-x;
	border-top: 10px solid #748A74;
	border-bottom: 1px solid #748A74;
}

header.site .site_column {
	height: 120px;
}


/*	3-1. logo
------------------------------------------------------------------------------*/

header.site .logo {
	position: absolute;
	left: 0;
	bottom: 0;
}

header.site .logo a {
	width: 248px;
	height: 102px;
	background: url(../img/header/logo.png) no-repeat;
}


/*	3-2. gnav
------------------------------------------------------------------------------*/

header.site ul.gnav {
	position: absolute;
	right: -13px;
	top: 54px;
	width: 720px;
	background: url(../img/header/nav-global-bg.png) no-repeat;
}

header.site ul {
	margin: 0;
}

header.site li {
	margin: 0;
}

header.site ul.gnav li {
	float: left;
	width: 116px;
}

header.site ul.gnav li.nav1 {
	margin-left: 12px;
}

header.site ul.gnav li a {
	height: 87px;
	background: url(../img/header/nav-global.png) no-repeat;
}

header.site .gnav .nav1 a  { background-position:      0     0;}
header.site .gnav .nav2 a  { background-position: -116px     0;}
header.site .gnav .nav3 a  { background-position: -232px     0;}
header.site .gnav .nav4 a  { background-position: -348px     0;}
header.site .gnav .nav5 a  { background-position: -464px     0;}
header.site .gnav .nav6 a  { background-position: -580px     0;}
header.site .gnav .nav7 a  { background-position: -696px     0;}

header.site .gnav .nav1 a:hover  { background-position:      0    -88px;}
header.site .gnav .nav2 a:hover  { background-position: -116px    -88px;}
header.site .gnav .nav3 a:hover  { background-position: -232px    -88px;}
header.site .gnav .nav4 a:hover  { background-position: -348px    -88px;}
header.site .gnav .nav5 a:hover  { background-position: -464px    -88px;}
header.site .gnav .nav6 a:hover  { background-position: -580px    -88px;}
header.site .gnav .nav7 a:hover  { background-position: -696px    -88px;}

header.site .gnav .nav1 a.selected  { background-position:      0    -176px;}
header.site .gnav .nav2 a.selected  { background-position: -116px    -176px;}
header.site .gnav .nav3 a.selected  { background-position: -232px    -176px;}
header.site .gnav .nav4 a.selected  { background-position: -348px    -176px;}
header.site .gnav .nav5 a.selected  { background-position: -464px    -176px;}
header.site .gnav .nav6 a.selected  { background-position: -580px    -176px;}
header.site .gnav .nav7 a.selected  { background-position: -696px    -176px;}


/*	3-3. gcse
------------------------------------------------------------------------------*/

header.site .gcse {
	position: absolute;
	right: 0;
	top: 15px;
	width: 165px;
}

header.site .gcse * {
	margin: 0 !important;
	padding: 0 !important;
}

header.site .gcse .gsc-input input {
	background: #FFF !important;
	border: 1px solid #CCC !important;
	line-height: 1 !important;
}

header.site .gcse .gsc-input input:focus {
	background: #FF9 !important;
	border: 1px solid #999 !important;
}

header.site .gcse .gsc-search-button {
	width: 26px !important;
	height: 22px !important;
	padding: 0 0 0 5px !important;
}

header.site .gcse .gsc-search-button input {
	background: none !important;
	min-width: inherit !important;
	width: 26px !important;
	height: 22px !important;
	background: url(../img/header/search.gif) no-repeat !important;
	border: none !important;
}

header.site .gcse .gsc-search-button input:hover {
	background-position: -390px 0;
	cursor: pointer;
}

header.site .gcse .gsc-clear-button {
	display: none;
}

header.site .gcse th,
header.site .gcse td {
	border: none;
	height: 22px;
}

header.site .gsc-input-box {
    height: 22px;
}

/*------------------------------------------------------------------------------

	4. content

------------------------------------------------------------------------------*/

#content a:hover,
footer.site .site_column li a:hover,
.topic-path a:hover {
	opacity: 0.7;
}

#content {
	background: url(../img/content-bg.gif);
}

/*	4-1. main
------------------------------------------------------------------------------*/

#main {
	float: right;
	width: 720px;
	margin: 0 0 60px 30px;
}

#main .greeting {
	padding: 30px;
	margin-bottom: 15px;
	background-color: #FFF;
	border: 2px solid #B0C4AD;
}

#main .greeting figure {
	width: 113px;
}

#main .greeting p {
	margin-bottom: 1em;	
}


/*	4-2. sidebar
------------------------------------------------------------------------------*/

#sidebar {
	float: left;
	width: 210px;
	margin: 0 0 60px;
}

#sidebar .banner li {
	margin-bottom: 10px;
}

#sidebar .banner a {
	height: 90px;
	background-image: url(../img/sidebar/banner.png);
	background-repeat: no-repeat;
}

#sidebar .banner .report a {
	background-position: 0 0;
}

#sidebar .banner .movie a {
	background-position: 0 -90px;
}

#sidebar .banner .matsulog a {
	background-position: 0 -180px;
}

#sidebar .banner .manma-no-blog a {
	background-position: 0 -270px;
}

/*#sidebar .japan-rediscovery {
	margin-top: 10px;
}

#sidebar .japan-rediscovery a {
	height: 96px;
	margin-bottom: 5px;
	background: url(../img/sidebar/banner_japan-rediscovery.jpg) no-repeat;
}

#sidebar .application a {
	display: block;
	padding: 5px;
	background: #453C2E;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	color: #FFF;
}
*/

#sidebar .matsunoyama-onsen a {
	height: 74px;
	margin-bottom: 5px;
	background: url(../img/sidebar/banner_matsunoyama-onsen.png) no-repeat;
}


/* 若旦那たちのブログ */

#sidebar .wakadanna-blog {
	margin: 15px 0 20px;
}

#sidebar .wakadanna-blog h2 {
  line-height: 22px;
  padding: 0 0 0 5px;
  background: none;
  border: none;
  border-bottom: 2px solid #B0C4AD;
  border-radius: 0;
  font-size: 13px;
  color: #728A72;
}

#sidebar .wakadanna-blog li {
	border-bottom: 1px dotted #9BA38E;
	line-height: 1.5;
	font-size: 13px;
}


#sidebar .wakadanna-blog a {
	display: block;
	padding: 5px 5px 5px 18px;
	background: url(../img/icon/external-bullet2.png) no-repeat;
	background-position: 0 9px;
	text-decoration: none;
	color: #555;
}

#sidebar .wakadanna-blog a:hover {
	text-decoration: underline;
	opacity: 1;
}

#sidebar .wakadanna-blog li .hotel {
	font-size: 16px;
	font-weight: 700;
	display: block;
}


/*	4-3. topic-path 
------------------------------------------------------------------------------*/

.topic-path {
    font-size: 85.72%;
    line-height: 1.25;
	margin: 0 0 25px;
    padding: 30px 0 3px;
	border-bottom: 2px solid #B0C4AD;
}

.topic-path li {
    float: left;
    list-style: none outside none;
    margin: 0;
	margin-right: 5px;
    padding-right: 15px;
    background: url(../img/icon/topic-path-separator.png) no-repeat right center;
}

.topic-path li:last-child, .topic-path .last-child {
    background: none;
    padding: 0;
}

.topic-path a, .topic-path em {
    color: #728A72;
}

.topic-path em {
	font-weight: bold;
}


/*	4-4. heading
------------------------------------------------------------------------------*/

#main h2 {
	margin: 0 0 30px 0;
	padding: 30px 0 30px 100px;
	background-color: #FFF;
	background-image: url(../img/icon/heading-icon.png);
	background-repeat: no-repeat;
	background-position: 35px center;
	border: 5px solid #B4C7B2;
	font-size: 36px;
	/**/
	-moz-border-radius:    5px;
	-webkit-border-radius: 5px;
	-ms-border-radius:     5px;
	border-radius:         5px;
}

#main h3 {
	line-height: 35px;
	margin-bottom: 20px;
	padding-left: 15px;
	background: #728A72;
	font-size: 18px;
	color: #FFF;
}

#main h4 {
    margin-bottom: 10px;
	border-bottom: 2px solid #B0C4AD;
    color: #728A72;
	font-size: 16px;
}

#main h5 {
	margin-bottom: 5px;
	color: #83495A;
}


/*	4-5. float-box
------------------------------------------------------------------------------*/

.fl-box figure,
.fr-box figure {
	width: 200px;
}

.fl-box figure img,
.fr-box figure img,
 {
	max-width: 200px;
	height: auto;
}

.fl-box figure {
	float: left;
	margin: 0 20px 1.428em 0;
}

.fr-box figure {
	float: right;
	margin: 0 0 1.428em 20px;
}

.fl-box figcaption,
.fr-box figcaption,
 {
	text-align: center;
}

figcaption {
	line-height: 1.5;/* =18px */
	font-size: 12px;
}


/*	4-6. table
------------------------------------------------------------------------------*/

table {
    width: 100%;
    margin: 1.428em 0;
	border: 2px solid #B0C4AD;
	font-size: 14px;
}

table th, table td {
    padding: 10px;
	background-color: #FFF;
    border: 1px solid #CCCCCC;
    color: #504E50;
	line-height: 1.5;
}

table th {
	padding: 5px 10px;
	background-color: #F0F0E9;
    font-weight: bold;
    vertical-align: middle;
}

table td thead th,
table td tbody td {
	text-align: center;
}

table .has_list ul,
table .has_list ol {
	margin-left: 25px;
}

table .has_list ul {
	list-style: disc;
}



/*------------------------------------------------------------------------------

    5. footer

------------------------------------------------------------------------------*/

footer.site {
	border-top: 1px solid #748A74;
}

footer.site .site_column {
	position: relative;
	margin-top: 10px;
}

footer.site .site_column li {
	float: left;
	width: 89px;
	margin-left: 30px;
}

footer.site .site_column li:first-child {
	margin-left: 0;
}

footer.site .site_column li.nav2 {
	width: 146px;
}

footer.site .site_column li a {
	height: 12px;
	padding-left: 10px;
	background-image: url(../img/icon/bullet-square.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
}

footer.site .site_column address {
	position: absolute;
	right: 0;
	top: 0;
	padding-bottom: 30px;
	text-align: right;
	font-size: 12px;
	color: #728A72;
}

footer.site .site_column address .copyright {
	margin-top: 10px;	
}


/*	5-1. top of page
-------------------------------------------------------------*/

#top-of-page {
	display: none;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 10;
	width: 60px;
}
* html #top-of-page {
	display: none;
}

#top-of-page a {
	display: block;
	height: 60px;
	background: url(../img/icon/top_button.gif) no-repeat;
}


