.item_image {
	 width:40%;
	 max-width:600px;
}

.btn-o {
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	line-height: 150%;
	display: block;
	background: -moz-linear-gradient(top,#f0D9BE, #e7953D 50%,#e38000 50%,#eC9900);
	background: -webkit-gradient(linear, left top, left bottom, from(#f5D9BF), color-stop(0.5,#e7953D), color-stop(0.5,#e38000), to(#eC9900));
	color: #FFF;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border: 1px solid #eC9900;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	padding: 10px 0;
}

.btn-o:disabled {
	background: -moz-linear-gradient(top,#f0D9BE, #e7953D 50%,#e38000 50%,#eC9900);
	background: -webkit-gradient(linear, left top, left bottom, from(#f5D9BF), color-stop(0.5,#e7953D), color-stop(0.5,#e38000), to(#eC9900));
	color: #a0a0a0;
}

.btn-g {
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	line-height: 150%;
	display: block;
	background: -moz-linear-gradient(top,#BE5FD9, #3DB795 50%,#00B380 50%,#00CC99);
	background: -webkit-gradient(linear, left top, left bottom, from(#BFE5D9), color-stop(0.5,#3DB795), color-stop(0.5,#00B380), to(#00CC99));
	color: #FFF;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #00CC99;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	padding: 10px 0;
}
.btn-b {
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	line-height: 150%;
	display: block;
	background: -moz-linear-gradient(top,#0000d0, #3D95B7 50%,#0080B3 50%,#0099CC);
	background: -webkit-gradient(linear, left top, left bottom, from(#BFD9E5), color-stop(0.5,#3D95B7), color-stop(0.5,#0080B3), to(#0099CC));
	color: #FFF;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #0099CC;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	padding: 10px 0;
}

.top_page_icon_menu{
  border: 0px solid #ddd;
  width: 100%;
  max-width: 640;
  margin: 0px auto 0;
}
.top_page_icon_menu img{
  width: 100%;
  cursor: pointer;
  filter: grayscale(70%);
  transition-duration: 0.5s;
}
.top_page_icon_menu img:hover{
  filter: grayscale(0);
  box-shadow: 10px 10px 10px rgba(0,0,0,0.5);
  transform: translate(-5px,-10px);
  transition-duration: 0.5s;
}

.icon_menu_caption {
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	font-size: 14px;
	color: #00a;
	padding: 0px 0px;
	margin: 0px 10px;
}

img.hb {
	width:20%;
	max-width:150px;
	box-shadow: 2px 2px 4px gray;
}

h2 {
 position: relative;
  margin: 30px;
  text-align: center;
}

h2:before,
h2:after {
  position: absolute;
  z-index: 0;
  bottom: -10px;
  display: block;
  content: '';
  border: 1em solid #0606d9;
}

h2:before {
  left: -30px;
  border-left-width: 15px;
  border-left-color: transparent;
}

h2:after {
  right: -30px;
  border-right-width: 15px;
  border-right-color: transparent;
}

h2 span {
  position: relative;
  z-index: 1;
  display: block;
  padding: 1rem 2rem;
  color: #fff;
  background: #4141fa;
}

h2 span:before,
h2 span:after {
  position: absolute;
  bottom: -10px;
  display: block;
  width: 10px;
  height: 10px;
  content: '';
  border-style: solid;
  border-color: #0505b7 transparent transparent transparent;
}

h2 span:before {
  left: 0;
  border-width: 10px 0 0 10px;
}

h2 span:after {
  right: 0;
  border-width: 10px 10px 0 0;
}

h3.section {
	font-size:17pt;
	border-left: 15px solid #f39700;
	padding: 10px;
	background: #f2dec1;
}

th.movie_section {
	background-color:#a05050;
	color:#ffffff;
	font-size:15pt;
}

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
