@charset "utf-8";

.contents_right {
	margin: 0 0 0 8px;
	z-index: 1;
	text-align: center;
	float: left;
	width: 801px;
}
.po_title_back {
margin:3px 0 9px;
padding:0 5px 4px;
border-bottom: 2px solid #555;
text-align:left;
}
.po_title_back p {
font-size: 18px;
font-weight: bold;
color: #666;
}
.section_wrapper {
	margin: 8px auto;
	padding: 0;
	line-height: 1.4;
	text-align: left;
	font-size: 14px;
}
.section_title {
	margin: 5px;
}
.section_title:after {
	content: " ";
	display: block;
	clear: both;
}
.section_title .bookmark_icon {
	float:left;
}
.section_title .bookmark_icon img {
	width: 70px;
	margin-right: 5px;
	border:1px solid #DDD;
	border-radius: 10px;
}
.tab_wrapper{
	width: 100%;
	height: 33px;
	padding-top: 3px;
	border-bottom: 2px solid #F90;
}
.tab_wrapper .each_tab {
	width: 100%;
	text-align: center;
	list-style:none;
}
.tab_wrapper .each_tab:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.tab_wrapper .each_tab li {
	float: left;
	position: relative;
	width: 32%;
	height: 33px;
	margin: 0 0 0 1%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #CCC;
	border-bottom: none !important;
	border-radius: 5px 5px 0 0;
}
.tab_wrapper .each_tab li.selected {
	border: 1px solid #F90;
}
.tab_wrapper .each_tab li .tab_text {
	display: block;
	height: 32px;
	line-height: 32px;
	background: #FFF;
	border-radius: 3px 3px 0 0;
	font-size: 14px;
	font-weight:bold;
	color:#888;
}
.tab_wrapper .each_tab li.selected .tab_text {
	height:33px;
	background:#F90;
	color:#FFF;
}
.tab_inner {
	margin: 20px 0 0;
}
.tab_inner .catch_banner h2 {
	margin:  0;
	padding: 5px 5px 5px 10px;
	background: #FFF7E6;
	border-top: 1px solid #FFE3A8;
	border-bottom: 1px solid #FFF7E6;
	font-size: 16px;
	font-weight:bold;
	color: #646464;
}
.tab_inner .sub_section {
	margin: 0 0 20px;
	padding: 5px;
}
.img_capture {
	text-align:center;
}
.img_capture img {
	width:100%;
	max-width:320px;
	margin: 20px 0 0;
	border: 1px solid #DDD;
}
