@media only screen and (max-width:1000px){
	body{
		font-size: 12px
	}
	/* common */
	/* #headerWrap{
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		width: 100%;
		overflow: hidden;
	}
	#header .topCopy{
		display: none;
	} */
	#article{
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		width: 100%;
	}
	.section.mainArea{
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		width: 100%;
		padding: 5px;
		float: none;
	}
	.promotionArea{
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		padding: 20px 10px 0;
		width: 100%;
		margin: 0;
	}
	.navArea{
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		padding: 10px;
		width: 100%;
		overflow: hidden;
	}
	.navArea_right{
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		padding: 10px;
		width: 100%;
		overflow: hidden;
	}
	.navArea .infoBox{
		margin: 0;
	}
	.section table{
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		width: 100%;
	}
	.section#tourPoint table,
	.section#travelExpenses table,
	.section#travelCondition table,
	.section#schedule table{
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		width: 97%;
		margin: 0 1.5% 20px;
	}
	.section .flameBox{
		border-width: 2px;
		padding: 8px
	}
	.section .flameBox h3{
		padding-left: 7px;
	}
	.section .flameBox .img {
		width: 132px;
		margin-right: 7px;
		float: left;
	}
	.section .flameBox .img:nth-child(odd) {
		margin-right: 0;
	}
	.section .flameBox .img img{
		width: 100%;
	}
	.section .flameBox .text {
		clear: both;
		padding-top: 8px;
		margin-left: 0;
	}
	.section .flameBox h4.imgNext{
		margin-left: 0;
		clear: both;
	}
	.section h3.tabTitle{
		margin-bottom: -2px;
	}
	#travelCondition table th:first-child, #travelCondition table td:first-child {
		min-width: 60px;
	}
	.notesBox{
		padding: 10px;
	}
	.notesBox h3{
		font-size: 1.17em;
	}
	#inqueryReserve h2{
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		width: 100%;
	}
	.inqueryWrap{
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		width: 100%;
	}
	#inqueryReserve .box {
		width: 100%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		padding: 0 12px;
		background: none;
	}
	.inqueryBtm{
		display: none;
	}

	/* header */
	/* #header{
		width: 100%;
		height: 60px;
		border-bottom: solid 2px #004098;
		background-size: auto 100%;
		-webkit-background-size: auto 100%;
		-moz-background-size: auto 100%;
		background-position: center 12px;
	}
	#header #headerBg{
		background: none;
	}
	#headerWrap{
		background-size: auto 14px;
		-webkit-background-size: auto 14px;
		-moz-background-size: auto 	14px;
	}
	#header .headWrap{
		width: 134px;
		height: 54px;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
	}
	#header .logo{
		width: 88px;
		margin-top: 8px;
	}
	#header .logo img{
		width: 100%;
	}
	#header .siteID{
		line-height: 12px;
	}
	#header .siteID a{
		padding-right: 10px;
		font-size: 9px;
		line-height: 12px;
	}
	#header h2{
		clear: both;
		position: relative;
		top: -10px;
		right: -4px;
		overflow: hidden;
	}
	#header h2 img{
		height: 18px;
	} */

	/* nov */
	.tourPoint{
		display: none;
	}
	/* #nav{
		display: block;
		padding: 0 5px;
		margin: 15px auto;
		border-bottom: solid 2px #004098;
	}
	#nav.violet{
		border-bottom: solid 2px #5a329b;
	}
	#nav ul{
		display: table;
	}
	#nav ul li{
		display: table-cell;
	}
	#nav ul li a{
		display: block;
		width: 62px;
		height: 28px;
		background-image: url(../images/nav.png);
		background-repeat: no-repeat;
		background-size: 310px 55px;
		text-indent: -9999px;
		overflow: hidden;
	}
	#nav.violet li a{
		background-image: url(../images/nav_violet.png);
	} */
	#navTourPoint a{
		background-position: 0 top;
	}
	#navTourPoint.selected a{
		background-position: 0 bottom;
	}
	#navTravelExpenses a{
		background-position: -62px top;
	}
	#navTravelExpenses.selected a{
		background-position: -62px bottom;
	}
	#navSchedule a{
		background-position: -124px top;
	}
	#navSchedule.selected a{
		background-position: -124px bottom;
	}
	#navTravelCondition a{
		background-position: -186px top;
	}
	#navTravelCondition.selected a{
		background-position: -186px bottom;
	}
	#navInstructions a{
		background-position: -248px top;
	}
	#navInstructions.selected a{
		background-position: -248px bottom;
	}

	.breadcrumb{
		display: none;
	}
	.mainVisual img{
		width: 100%;
	}
	.promotionArea h2{
		font-size: 1.33em;
	}
	.promotionArea .price{
		font-size: 1.33em;
	}
	.surcharge{
		width: 190px;
		height: 24px;
		line-height: 24px;
	}
	.entryBtn{
		width: 100%;
		margin-bottom: 0.5em;
	}
	.navArea div img,
	.navArea p img{
		width: 100% !important;
		height: auto !important;
	}
	.navArea div,
	.navArea p{
		margin-bottom: 0.5em;
	}
	.navArea_right div img,
	.navArea_right p img{
		width: 100% !important;
		height: auto !important;
	}
	.navArea_right div,
	.navArea_right p{
		margin-bottom: 0.5em;
	}
	.entryBtn img{
		width: 100%;
	}
	.navArea .nav{
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		display: table;
		width: 100%;
		margin-bottom: 1em;
		border-collapse: separate;
		border-spacing: 0;
	}
	.navArea .nav.mb0{
		margin-bottom: 0;
	}
	.navArea .nav li{
		display: table-cell;
		padding: 5px 0;
		border-bottom: solid 2px #808080;
	}
	.navArea .nav li span,
	.navArea .nav li a{
		width: 134px;
		padding-left: 5px;
		border-left: solid 2px #eb2b18;
		color: #000;
		font-size: 1em;
		line-height: 1.2;
	}
	.navArea img{
		max-width: 100%;
	}
	.plusArea h4 span{
		background-size: 14px 14px;
		padding-left: 20px;
	}
	.plusArea li img{
		width: 100%;
	}
	.plusArea .btn li{
		width: 145px;
		margin-right: 6px;
		margin-bottom: 6px;
	}
	.plusArea .photo li{
		width: 68px;
		margin-right: 7px;
		margin-bottom: 7px;
	}

	/*template*/
	.section h2,
	.section h2.violet,
	.section h2.light_blue{
		height: auto;
		padding: 0 10px;
		margin-bottom: 10px;
		background: none !important;
	}
	.section h2 span,
	.section h2.violet span,
	.section h2.light_blue span{
		padding-left: 0;
		background: none;
		color: #000;
		font-size: 1em;
		line-height: inherit;
		text-indent: 0;
	}
	.section table {
		width: 97%;
		margin: 0 	1.5% 20px;
	}
	.section .cal_diving ul:before,
	.section .cal_diving ul:after{
			content:"";
			display:table;
	}
	.section .cal_diving ul:after{
			clear:both;
	}
	.section .cal_diving ul{
			zoom:1;
	}
	.section .cal_diving li{
		width: 97%;
		margin: 0 !important;
	}
	.bx-wrapper .bx-viewport{
		border: none;
	}
	.section .cal_diving{
		padding: 0 5px;
	}
	.section .cal_diving .bx-wrapper{
		margin-bottom: 15px;
	}
	.section .cal_diving table{
		margin: 0;
	}
	.section table th,
	.section table td{
		padding: 4px 2px;
		font-size: 9px;
	}
	#travelCondition table th{
		min-width: 0;
	}
	.section img{
		max-width: 100%;
	}
	.section table .btn img{
		width: 40px;
	}
	.section .pageTop {
		display: none;
	width: 100%;
	margin-right: 14px;
	text-align: center;
	float: none;
	}
	.section .pageTop a{
		display: block;
		padding: 5px 0;
		border-top: solid 1px #000;
		border-bottom: solid 1px #000;
		background: #fff;
		color: #0000ee;
		font-size: 1em;
		text-align: center;
		clear: both;
	}
	.inqueryWrap{
		background: none;
	}
	#inqueryReserve h2 {
		width: 100%;
		height: 25px;
		margin: 0 auto;
		background: -moz-linear-gradient(top, #4d79b7 0%, #4d79b7 50%, #004098 50%, #004098 100%) !important; /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d79b7), color-stop(50%,#4d79b7), color-stop(50%,#004098), color-stop(100%,#004098)) !important; /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #4d79b7 0%,#4d79b7 50%,#004098 50%,#004098 100%) !important; /* Chrome10+,Safari5.1+ */ra 11.10+ */
		background: -ms-linear-gradient(top, #4d79b7 0%,#4d79b7 50%,#004098 50%,#004098 100%) !important; /* IE10+ */
		background: linear-gradient(to bottom, #4d79b7 0%,#4d79b7 50%,#004098 50%,#004098 100%) !important; /* W3C */
		text-indent: 0;
		line-height: 25px;
		color: #fff;
		font-size: 1em;
		font-weight: bold;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
		text-align: center;
	}
	#inqueryReserve h3.tokyo,
	#inqueryReserve h3.shibuya,
	#inqueryReserve h3.yokohama{
		text-indent: 0;
	}
	#inqueryReserve h3,
	#inqueryReserve h3.tokyo,
	#inqueryReserve h3.shibuya,
	#inqueryReserve h3.yokohama{
		width: 100%;
		height: 21px;
		margin-bottom: 6px;
		border: solid 1px #cecece;
		border-radius: 2px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 50%, #d8d8d8 77%, #e3e3e3 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#e5e5e5), color-stop(77%,#d8d8d8), color-stop(100%,#e3e3e3)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 50%,#d8d8d8 77%,#e3e3e3 100%); /* Chrome10+,Safari5.1+ */
		background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 50%,#d8d8d8 77%,#e3e3e3 100%); /* IE10+ */
		background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 50%,#d8d8d8 77%,#e3e3e3 100%); /* W3C */
		font-size: 1em;
		font-weight: bold;
		letter-spacing: -1px;
		line-height: 21px;
		text-align: center;
	}
	#inqueryReserve table {
		width: 235px;
	}
	#inqueryReserve hr{
		display: none;
	}
	#inqueryReserve .tel {
		line-height: 20px;
		font-size: 2.00em;
		font-weight: bold;
	}
	#inqueryReserve .tel .icon img{
		padding-top: 2px;
		width: 20px;
	}
	#inqueryReserve .box{
		border-bottom: solid 1px #7f9fcb;
	}
	#inqueryReserve .box:last-child{
		border-bottom: none;
	}
	#inqueryReserve .tel a{
		color: #eb2b18;
		text-decoration: none;
	}
	#inqueryReserve .address{
		line-height: 1.33em;
		padding-bottom: 10px;
	}


	/* top */
	#searchNav{
		display: none;
	}
	#spNav{
		display: block;
		padding: 5px 0 0;
		background: #fff;
	}
	#spNavMenu{
		display: box;
		display: -webkit-box;
		width: 100%;
		border-bottom: solid 1px #4e4e4e;
	}
	#spNavMenu li{
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		width: 50%;
	}
	#spNavMenu li:first-child{
		border-right: solid 1px #fff;
	}
	#spNavMenu.clm1 li{
		width: 100%;
	}
	#spNavMenu.clm1 li:first-child{
		border-right: none;
	}
	#spNavMenu li a{
		display: block;
		height: 32px;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#313131), color-stop(49%,#313131), color-stop(52%,#141414), color-stop(100%,#141414)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #313131 0%,#313131 49%,#141414 52%,#141414 100%); /* Chrome10+,Safari5.1+ */
		background: -ms-linear-gradient(top, #313131 0%,#313131 49%,#141414 52%,#141414 100%); /* IE10+ */
		background: linear-gradient(to bottom, #313131 0%,#313131 49%,#141414 52%,#141414 100%); /* W3C */
		color: #fff;
		font-weight: bold;
		font-size: 1.17em;
		line-height: 32px;
		text-align: center;
		text-decoration: none;
	}
	.spNavBox{
		background: #191919;
	}
	.spNavBoxInner{
		padding: 6px;
	}
	.spNavBox table{
		width: 100%;
		font-size: 0.83em;
	}
	.spNavBox table th{
		color: #fff;
		font-weight: normal;
	}
	.spNavBox table td{
		padding: 6px;
	}
	.spNavBox table:last-child td{
		width: 50%;
	}
	.spNavBox table select{
		width: 100%;
		min-height: 25px;
		line-height: 25px;
	}
	.spNavBox table input.keyword{
		box-sizing: border-box;
		width: 100%;
		padding: 0 5px;
		min-height: 25px;
		line-height: 25px;
		border: none;
		border-radius: 4px;
		box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
		-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(49%,#f3f3f3), color-stop(53%,#ececec), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 49%,#ececec 53%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
		background: -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 49%,#ececec 53%,#f2f2f2 100%); /* IE10+ */
		background: linear-gradient(to bottom, #ffffff 0%,#f3f3f3 49%,#ececec 53%,#f2f2f2 100%); /* W3C */
	}
	.spNavBox table input[type="image"]{
		width: 55px;
	}
	.spNavBox .menuTitle{
		padding: 0 6px;
		color: #fff;
		line-height: 30px;
	}
	.spNavBox .close{
		float: right;
		cursor: pointer;
	}
	.spNavBox li{
		border-top: solid 1px #868686;
		list-style: none;
	}
	.spNavBox li a,
	.spNavBox li span{
		display: block;
		padding-left: 20px;
		background: url(../images/ico_arrow_right.png) no-repeat;
		background-size: 9px 12px;
		background-position: 10px center;
		color: #fff;
		line-height: 32px;
		text-decoration: none;
	}
	.spNavBox li ul li a{
		padding-left: 20px;
		background: none;
	}
	.spNavBox p.btn{
		padding: 6px 6px;
		text-align: center;
	}
	.spNavBox p.btn img{
		width: 295px;
		max-width: 100%;
	}
	#sideNav,
	#sideNav2,
	#sideNav3{
		display: none;
	}
	.sideArea .bnrLinkTop{
		display: none;
		width: 200px;
		margin: 0 auto 8px;
	}
	.mainArea .bnr:first-child{
		display: none;
	}
	.mainArea .bnr img{
		width: 100%;
	}
	.mainArea .bnr.pcOnly{
		display: none !important;
	}
	.mainArea.section h2 {
		height: 20px;
		padding: 2px 7px;
		margin-bottom: 0;
		background: url(../images/bg_h2.gif) repeat-x left center !important;
	}
	.mainArea.section h2 span {
		display: block;
		padding-left: 10px;
		background: url(../images/marker_h2.gif) no-repeat left center;
		color: #fff;
		font-size: 1em;
		line-height: 20px;
		text-indent: 0;
	}
	.mainArea h2.orange{
		background-image: url(../images/bg_h2_orange.gif) !important;
	}
	.mainArea h2.orange span{
		background-image: url(../images/marker_h2_orange.gif);
	}
	.mainArea h2.green{
		background-image: url(../images/bg_h2_green.gif) !important;
	}
	.mainArea h2.green span{
		background-image: url(../images/marker_h2_green.gif);
	}
	.mainArea h2.light_green{
		background-image: url(../images/bg_h2_light_green.gif) !important;
	}
	.mainArea h2.light_green span{
		background-image: url(../images/marker_h2_light_green.gif);
	}
	.mainArea h2.violet{
		background-image: url(../images/bg_h2_violet.gif) !important;
	}
	.mainArea h2.violet span{
		background-image: url(../images/marker_h2_violet.gif);
	}
	.mainArea h2.light_blue{
		background-image: url(../images/bg_h2_light_blue.gif) !important;
	}
	.mainArea h2.light_blue span{
		background-image: url(../images/marker_h2_light_blue.gif);
	}
	.mainArea h2.sky_blue{
		background-image: url(../images/bg_h2_sky_blue.gif) !important;
	}
	.mainArea h2.sky_blue span{
		background-image: url(../images/marker_h2_sky_blue.gif);
	}
	.mainArea h2.pink{
		background-image: url(../images/bg_h2_pink.gif) !important;
	}
	.mainArea h2.pink span{
		background-image: url(../images/marker_h2_pink.gif);
	}
	.mainArea h2.red{
		background-image: url(../images/bg_h2_red.gif) !important;
	}
	.mainArea h2.red span{
		background-image: url(../images/marker_h2_red.gif);
	}
	.mainArea h2.brown{
		background-image: url(../images/bg_h2_brown.gif) !important;
	}
	.mainArea h2.brown span{
		background-image: url(../images/marker_h2_brown.gif);
	}
	.mainArea h2.flesh{
		background-image: url(../images/bg_h2_flesh.gif) !important;
	}
	.mainArea h2.flesh span{
		background-image: url(../images/marker_h2_flesh.gif);
		color: #000;
	}
	.mainArea h2.yellow{
		background-image: url(../images/bg_h2_yellow.gif) !important;
	}
	.mainArea h2.yellow span{
		background-image: url(../images/marker_h2_yellow.gif);
	}
	.mainArea h2.gray{
		background-image: url(../images/bg_h2_gray.gif) !important;
	}
	.mainArea h2.gray span{
		background-image: url(../images/marker_h2_gray.gif);
	}
	.mainArea h2 a{
		font-size: 0.75em;
	}
	.mainBox{
		padding: 6px 7px;
		margin-bottom: 10px;
	}
	.mainBox li .iconArea{
		width: 50px;
	}
	.mainBox li .iconArea img{
		width: 100%;
	}
	.mainBox li .mainTextArea{
		margin-left: 60px;
		margin-right: 0;
	}
	.mainBox li .price {
	margin-bottom: 0;
	font-size: 1em;
	}
	.mainArea .mainBox .figure{
		display: none;
	}
	.section table.scheduleTable .entry img{
		width: 40px;
	}
	.promotionArea .period{
		padding-bottom: 10px;
		border-bottom: solid 1px #808080;
	}
	.section table td.entry {
		width: 40px;
	}

	/* side area */
	.sideArea{
		padding: 0 5px;
		float: none;
	}
	.sideArea .bnr,
	.sideArea .sideScheduleBnrs li{
		margin-bottom: 10px;
	}
	.sideArea .sideScheduleBnrs li{
		width: 170px;
		min-height: 65px;
		margin: 0 2px 8px 1px;
		float: left;
	}
	.sideArea .pcOnly{
		display: none;
	}
	.sideArea .spOnly{
		display: block;
	}
	.text .pcOnly{
		display: none;
	}
	.text .spOnly{
		display: block;
	}

	.spPagetop{
		display: block;
		width: 40px;
		height: 40px;
		background: url(../images/btn_sp_pagetop.png) no-repeat;
		background-size: 40px 40px;
		text-indent: -9999px;
		overflow: hidden;
		position: fixed;
		right: 5px;
		bottom: 15px;
	}

	/*-- footer --*/
	#footer .footerLink{
		padding: 10px;
	}
	#footer .footerLink ul{
		display: inline;
		margin-bottom: 0;
		text-align: left;
	}
	#footer .footerLink ul li:first-child{
		border-left: none;
	}
	.section p.tit_diving02{
		padding: 5px 0px;
		margin-bottom: 10px !important;
		border-bottom: 1px solid #000000;
	}
	p.tit_diving02 span{
		color: #000000;
		background: url(../diving/images/marker_h2_diving02_sp.gif) no-repeat left center;
		text-indent: inherit;
		padding-left: 35px;
		font-size: 1.333em;
		padding-bottom: 5px;
		padding-top: 5px;
	}
	.section .contentsBox3 .tit_blue{
			width: 100%;
	}
	.section .textArea{
		width: auto;
	}
	.section .textArea_soccer {
	width: auto;
	padding: 14px 14px;
	float: left;
}
	.contentsBox img{
		width: 100% !important;
		height: auto !important;
		margin-bottom: 0.5em;
		float: none !important;
	}
	.contentsBox2 img{
		width: 100% !important;
		height: auto !important;
		margin-bottom: 0.5em;
		float: none !important;
	}
	.contentsBox3 img{
		width: 100% !important;
		height: auto !important;
		margin-bottom: 0.5em;
		float: none !important;
	}
	.contentsBox4 img{
		width: 100% !important;
		height: auto !important;
		margin-bottom: 0.5em;
		float: none !important;
	}
	.contentsBox5 img{
		width: 100% !important;
		height: auto !important;
		margin-bottom: 0.5em;
		float: none !important;
	}
	.contentsBox15 img{
		width: 100% !important;
		height: auto !important;
		margin-bottom: 0.5em;
		float: none !important;
	}
	.contentsBox17 img{
		width: 100% !important;
		height: auto !important;
		margin-bottom: 0.5em;
		float: none !important;
	}

	/*gallery*/
	.photoGalleryBox .photo{
		margin: 0 4px 7px 3px;
		font-size: 8px;
		letter-spacing: -1px;
	}
	.photoGalleryBox .photo img{
		display: inline-block;
		width: 68px;
		margin-bottom: 4px;
	}
	/*-------------------------------------------
  商品ページプロフ
  -------------------------------------------*/
.prof_product {
  background: #FFF;
  width: 94%;
  padding: 10px;
  border: 1px solid #1a1a1a;
}

.prof_product_img {
  display: block;
  width: 130px;
  height: 130px;
  border-radius:50%;
  margin: 0 auto;
}
.prof_product_namef {
  text-align:center;
  font-weight:bold;
  font-size:23px;
  margin: 0.2rem auto 0.2rem;
  letter-spacing:.0.2rem;
}

.prof_product_name {
  text-align:center;
  font-weight:bold;
  font-size:15px;
  margin: 0.5rem auto 0.5rem;
  letter-spacing:.0.5rem;
}

.prof_product_desc {
  line-height:1.6rem;
}
	/*-------------------------------------------
  リボン風見出し
  -------------------------------------------*/
.ribon_headline {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 5px 0;
  width: calc(100% + 20px);
  color: white;
  background: #70a6ff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	margin-bottom: 20px;
}

.ribon_headline h3{
  margin: 0;
  padding: 0 30px 0 30px;
  border-top: dashed 1px #FFF;
  border-bottom: dashed 1px #FFF;
  font-size: 15px;
  line-height: 25px;
}

.ribon_headline:after {
  position: absolute;
  content: '';
  z-index: 1;
  top: 0;
  right: 0;
  width: 0px;
  height: 0px;
  border-width: 30px 15px 30px 0px;
  border-color: transparent #f1f1f1 transparent transparent;
  border-style: solid;
}

.ribon_headline:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #6081b7;
}
.section h3.blackBox,
.section h3.tabTitle{
	width: 85%;
	padding: 0 10px;
	font-size: 1.5em;
	line-height: 30px;
	background: #000000;
}
	}