@charset "utf-8";

/*----幅768ピクセル以上のCSS（タブレット・PC用）---*/

/*-------------------------------------------
　　　ベース
-------------------------------------------*/

body, select {
	font-size: 110%;
    line-height: 130%;
}
#container {
	padding-top: 10px;
}
header {
	text-align: center;
	margin: 0 auto;
}
#content {
	max-width:980px;
}
#main, #side {
	position: relative;
	float: left;
}
#main {
	width: 75.5%;
	margin-right: 2%;
}
#side {
	width: 22.5%;
}
footer {
	margin: 0 auto ;
}
#main_webpage {
	width: 100%;
}


/*-------------------------------------------
　　　共通
-------------------------------------------*/

a:hover {
	font-weight: bold;
}


/*-------------------------------------------
　　　ヘッダー
-------------------------------------------*/

#titlebar_inner {
	width: 100%;
	max-width:980px;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
}
#titlebar_inner h1 {
	position: relative;
	float: left;
}
#titlebar_social {
	margin-top: 25px;
	position: relative;
	float: right;
}
#navibar a {
	color: #FFF;
	text-decoration: none;
}
#navibar_inner {
	width:100%;
	max-width: 980px;
	text-align: left;
	padding-top: 3px;
	margin: 0 auto;
}
#layerMenu {
	position: relative;
	float: left;
	width: 70%;
	padding-top: 3px;
}
#navibar_search {
	position: relative;
	float: left;
	width: 30%;
	min-width:200px;
	text-align: right;
}
#navibar_menu,#closeMenu {
	display:none;
}


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

/*----共通----*/

#top02 h2,#top03 h2,#top04 h2 {
	font-size: 110%;
}

/*----タイトル下----*/

#sitedescr {
	margin-top: 8px;
	margin-bottom: 8px;
}

/*----エリア別----*/

#top02_left {
	width: 43.8%;
}
#top02_right {
	width: 56.2%;
}
.arealistbox ul {
	padding-left: 70px;
}
.area01 {
	background: url(https://awd.heteml.net/tokyobeergarden/img/p_01.jpg) no-repeat;
}
.area02 {
	background: url(https://awd.heteml.net/tokyobeergarden/img/p_02.jpg) no-repeat;
}
.area03 {
	background: url(https://awd.heteml.net/tokyobeergarden/img/p_03.jpg) no-repeat;
}
.area04 {
	background: url(https://awd.heteml.net/tokyobeergarden/img/p_04.jpg) no-repeat;
}
.area05 {
	background: url(https://awd.heteml.net/tokyobeergarden/img/p_05.jpg) no-repeat;
}
.area06 {
	background: url(https://awd.heteml.net/tokyobeergarden/img/p_06.jpg) no-repeat;
}
select {
	width: 90%;
	padding: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #999;
	background: #f9f9f9;
    margin-bottom: 5px;
}

/*----タイプ別----*/

.typelistbox {
	position: relative;
	float: left;
	width: 33.3%;
	margin-bottom: 10px;
}
.typelistimg {
	width: 36.8%;
}
.typelisttext {
	width: 61.3%;
}
.typelistdescr {
	font-size: 90%;
	line-height: 120%;
}
.typelistdescr a {
	text-decoration: none;
	color: #333;
}

/*----ニュース・特集----*/

#top04_left,#top04_right {
	position: relative;
	float: left;
}
#top04_left,#top04_right {
	width: 49%;
}
#top04_left {
	padding-right: 2%;
}
.newsimg,.specialimg {
	width: 35%;
	max-width:190px;
}
dl#newslist,dl#speciallist {
	padding: 0px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 15px;
}
dl#newslist dd div,dl#speciallist dd div{
   display:inline-block;
}
dl#newslist dt,dl#speciallist dt {
	float: left;
	width: 7em;
	border-top: 1px solid #CCC;
	font-size: 90%;
	padding: 2px 0px 0px 0px;
}
dl#newslist dd,dl#speciallist dd {
	font-size: 90%;
	border-top: 1px solid #CCC;
	padding: 2px 10px 2px 0px;
	margin-left: 7em;
}

/*----管理人レポート----*/

.topreporttext {
	font-size: 90%;
	line-height: 110%;
}


/*-------------------------------------------
　　　フッター
-------------------------------------------*/

#footer_sitedescre,#footer_info,#footer_link {
	float: left;
	position: relative;
}
#footer_sitedescre {
	width: 40%;
	text-align: left;
	margin: 0px 20px 20px 0px;
}
#footer_info ul,#footer_link ul {
	margin: 3px 20px 7px 0px;

}


/*-------------------------------------------
　　　ドロップダウンメニュー
-------------------------------------------*/

.dropmenu{
  *zoom: 1;
  list-style-type: none;
  width: 90%;
  margin: 0px auto;
  padding: 0;
}
.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
.dropmenu li{
  position: relative;
  width: 25%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
.dropmenu li a{
  display: block;
  margin: 0;
  padding: 10px 0;
  background: #FFA54A;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
}
.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}
.dropmenu li ul li{
  width: 100%;
}
.dropmenu li ul li a{
  padding: 10px 10px;
  border-top: 1px solid #FFF;
  background: #FFA54A;
  text-align: center;
}
.dropmenu li:hover > a{
  background: #FF860D;
}
.dropmenu li a:hover{
  background: #FF860D;
}
#normal li ul{
  display: none;
}
#normal li:hover ul{
  display: block;
}

/*-------------------------------------------
　　　カテゴリページ
-------------------------------------------*/

h2#pagetitle {
	font-size: 200%;
	line-height: 120%;
}
.entrydigest h3 {
	font-size: 140%;
	line-height: 110%;
	margin-bottom: 10px;
}
.digest_photo {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0 2% 10px 0;
}
.digest01 .digest_photo {
	width: 40.5%;
	max-width: 300px;
}
.digest02 .digest_photo {
	width: 28.3%;
	max-width: 210px;
}
.digest_photo img {
	width: 100%;
	height:auto;
}


/*-------------------------------------------
　　　サイドバー
-------------------------------------------*/

.sidebar_box li a {
	text-decoration: underline;
	color: #36C;
}
#side h2 {
	background: url(https://awd.heteml.net/tokyobeergarden/img/bar_side01.gif) no-repeat;
	font-weight: bold;
	height: 25px;
	color: #FFF;
	padding: 26px 0px 0px 52px;
	margin-bottom: 2px;
}
.sidebar_box {
	padding: 10px 0 0 10px;
}
.sidebar_box li {
	list-style: disc inside url(https://awd.heteml.net/tokyobeergarden/img/btn_01.gif);
}
.sidebar_box {
	border: solid #CCC 1px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}


/*-------------------------------------------
　　　記事ページ
-------------------------------------------*/

.photo01 {
	width: 100%;
	margin-bottom: 0px;
}
.photo02,.photo03,.photo04 {
	float: left;
	margin-bottom: 5px;
}
.photo02, .photo03 {
	margin-right: 10px;
}
.sitelink  {
	width:400px;
}
#googlemap {
	margin-right: 20px;
}
#googlemap,.ga_ent_map {
	position: relative;
	float: left;
}

/*---ノーマル記事---*/

#entrytext p {
	font-size: 110%;
	line-height: 150%;
}