@charset "Shift_JIS";

/*--------------------------------------------------------
  フルCSSプロフェッショナルテンプレート部品設定
--------------------------------------------------------*/

.hpb-parts-cnt-style {
    border-color: #FEB932;
}

.hpb-parts-hl-style {
    margin-top: 2px;
    margin-bottom: 4px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-color: #FEB932;
}

.hpb-parts-cbox-style {
    border-color: #FEB932;
}

.hpb-parts-hr-style {
    border-color: #FEB932;
}

.hpb-parts-pbox-style {
    border-color: #FEB932;
}
.hpb-parts-pbox-style h4 {
    padding: 0px;
}

.hpb-parts-blist-style {
    color: #813f36 !important;
    border-color: #FEB932;
}
a.hpb-parts-blist-style:link {
    background-color: #ffffff !important;
}
a.hpb-parts-blist-style:visited {
    background-color: #ffffff !important;
}
a.hpb-parts-blist-style:hover {
    background-color: #9E876B !important;
}
a.hpb-parts-blist-style:active {
    background-color: #9E876B !important;
}

/*--------------------------------------------------------
  ユーザー設定スタイル
--------------------------------------------------------*/
/* よくある質問インデント */
div.faq p {
    margin-top: 0.5em;
    margin-bottom: 1.5em;
    padding-right: 0.1em;
    padding-left: 0.1em;
    line-height: 1.4;
    text-align: left;
    text-indent: -1em;      /* 文字1文字分上げる */
    padding-left: 1em       /* 2文字分右に下げる */
}

/* レスポンシブ用gmap */
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/* Photobox用 */
.mr4 {
	margin-right: 4px;
}
.mb10 {
	margin-bottom: 10px;
}
span.small {
	font-size: 80%;
}
span.point {
	color: #FF3333;
}
img.photoframe {
	border: 10px solid #FFFFFF;
}

img.photobox    {
border: 10px solid #FFFFFF;
box-shadow: 5px 5px 10px #c0c0c0;
-webkit-box-shadow: 5px 5px 10px #c0c0c0;
-moz-box-shadow: 5px 5px 10px #c0c0c0;
}


/* pagetop */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}

/* viewport */
#viewport_sw a {
	display: block;
	text-align:center;
	padding: 3% 0;
	width: 100%;
	background: #000;
	color: #fff;
	font-size: 14px;
	font-size: 4vw;
}

/* 別テーブル */
div.menulist {
	width: 100%;
	overflow: hidden;
}
div.menulist p {
	margin: 4px 0;
	padding: 0;
	font-size: 80%;
}
div.menulist table {
	float: left;
	width: 65%;
	margin: 0 0 18px 0;
}
div.menulist table caption {
	margin-top: -10px;
	padding: 0 0 0.2em 2px;
	color: #661111;
	font-weight: bold;
	text-align: left;
}
div.menulist table th {
	width: 80%;
	padding: 14px 8px 14px 12px;
	line-height: 1.6;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #7cd361;
    border-right-width: 0px;
    border-right-style: solid;
    border-right-color: #7cd361;
	background-color: #7cd361;
}
div.menulist table td {
	width: 20%;
	padding: 14px 8px 14px 12px;
	text-align: right;
	line-height: 1.6;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #7cd361;
    border-right-width: 0px;
    border-right-style: solid;
    border-right-color: #7cd361;
}
div.menulist table.w100 {
	float: none;
	width: 100%;
}
div.menulist table.w100 th {
	padding: 6px 8px 6px 12px;
}
div.menulist table.w100 td {
	padding: 6px 8px 6px 12px;
}
div.menulist img {
	float: right;
}

div.season {
	width: 100%;
	overflow: hidden;
}
div.season p {
	margin: 4px 0;
	padding: 0;
	font-size: 80%;
}
div.season table {
	float: left;
	width: 40%;
	margin: 0 0 10px 0;
}
div.season table caption {
	margin-top: -10px;
	padding: 0 0 0.2em 2px;
	color: #661111;
	font-weight: bold;
	text-align: left;
}
div.season table th {
	width: 40%
	padding: 14px 8px 5px 8px;
	line-height: 1.8;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #7cd361;
    border-right-width: 0px;
    border-right-style: solid;
    border-right-color: #7cd361;
	background-color: #7cd361;
}
div.season table td {
	width: 25%;
	padding: 14.px 8px 5px 8px;
	text-align: right;
	line-height: 1.8;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #7cd361;
    border-right-width: 0px;
    border-right-style: solid;
    border-right-color: #7cd361;
}
div.season table.w100 {
	float: none;
	width: 100%;
}
div.season table.w100 th {
	padding: 6px 8px 6px 12px;
}
div.season table.w100 td {
	padding: 6px 8px 6px 12px;
}
div.season img {
	float: right;
}

/* radius */
#toppage-main2{
	border: 1px solid #006400;
	border-radius: 4px;
	margin: 0 0 25px 0;
	background-image : url(../img/topicsBg_1F1.png);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 5px 5px 10px 5px;
}

/* radius2 */
#radius2{
	border: 2px solid #F7C242;
	border-radius: 4px;
	margin: 0 0 25px 0;
	background-image : url(../img/.png);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 10px 30px 10px 30px;
}


