@charset "utf-8";
/* CSS Document */

/* ==========================================================

	ブラウザリセット

========================================================== */



/* clearfix
===========================================================*/
.clearfix:after {
  content: "."; 
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1%;
}

* html .clearfix {
  height: 1%;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}



.mr10 {margin-right:10px;}

/* ==========================================================

	全ページ共通

========================================================== */



ul.style01 {
	text-align: center;
	color: #FFF;
	font-size: 123.1%;
	width: 97%;
	margin-right: auto;
	margin-left: auto;
}
ul.style01 li {
	display: inline-block;
	width: 23%;
    height:40px margin:0 1%;
	line-height: 35px;
	border-radius: 10px 10px 0 0;
	font-size: 13px;
	background-color: #FFF;
	background-position: left top;
	color: #272400;
	border: 1px solid #cbcbae;
}
ul.style01 li.active {
	border-radius: 10px 10px 0 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #cbcbae;
	border-right-color: #cbcbae;
	border-left-color: #cbcbae;
	background-color: #ebebde;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

ul.style02 {text-align:center; color:#FFF; font-size:123.1%;}
ul.style02 li {display:inline-block; width:47%; height:40px margin:0 1%; line-height:40px; border:1px solid #888; border-radius:10px;
			background: -moz-linear-gradient(top, #FFF, #888 30%, #888);
			background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(0.3, #888), to(#888));
}
ul.style02 li.active {border:1px solid #333;
			background: -moz-linear-gradient(top, #FFF, #333 30%, #333);
			background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(0.3, #333), to(#333));
}

.panel {
	display: none;
	margin-right: 6px;
	margin-left: 6px;
	background-color: #ffffff;
	border: 1px solid #cbcbae;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
}
.show {
	display: block;

}

section.panel {
	padding: 10px;
	font-size: 116%;
	margin-top: -1px;
	z-index: -10;
}
div.panel {padding:10px;}
article .panel img  {
	width: 90%;
	height: auto;
}
article .panel p {
	font-size: 13px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 160%;
}
article {
	margin-top: 10px;
	margin-bottom: 15px;
}
