.caution1 {
	background: #ddd;
	padding: 10px;
	margin: 10px 0;
}
.caution2 {
	background: #F0FFFC;
	padding: 10px;
	margin: 10px 0;
}

#primary .proc table {
	border: none;
}
#primary .proc table td {
	border: none;
	padding: 15px 3px;
}

#primary h4.title {
/*	background-color: #aaa;
	color: #fff;
	padding-left: 5px;
	*/
}
#primary h5.title {
	background-color: #666;
	color: #fff;
	text-align: center;
}

#primary h5.subject {
	background-color: #719ACF;
	color: #fff;
	padding: 5px 15px;
	font-weight: bold;
}

.column-n > div {
	margin-bottom: 30px;
}
.column-n > div p {
	margin-top: 5px;
}

.column-n li {
	margin-bottom: 10px;
}

.column2-10 {
	margin-top: 20px;
	margin-right: -20px;
	font-size: 0;
}
.column2-10 .box1 {
	width: 150px;
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 20px;
	font-size: 12px;
	vertical-align: top;
}
.column2-10 .box2 {
	width: 470px;
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 20px;
	font-size: 12px;
	vertical-align: top;
}

#flow-area table {
	border: none;
}
#flow-area table tr td {
	border: none;
	padding: 7px 0;
}

#primary .sub {
	padding: 10px;
}

#primary .scr1 {
	height: 150px;
	overflow: auto;
	background-color: #eee;
	padding: 5px;
}

iframe {
	max-width: 100%;
}

#primary .content {
	padding: 10px;
	margin-bottom: 30px;
}

#primary img {
	max-width: 100%;
}

#primary .mark {
	background-color: #0099FF;
	font-weight: bold;
	color: #FFFFFF;
	padding: 3px 6px;
	margin: 5px;
	display: inline-block;
}

.blue {
	color: #00f;
}
.lh15 {
	line-height: 1.5;
}
.tile30 {
	background-color: #FFEFB0;
	color: #FF3300;
	width: 640px;
	height: 50px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	padding: 10px;
}
#primary .column4-2-block .subject {
	float: left;
	width: 145px;
	margin-left: 155px;
	margin-bottom: 5px;
	padding: 0;
}
#primary .product-header .product-logo img {
	max-width: 400px;
}

.caution {
	display: inline-block;
	padding: 10px 15px;
	border-radius: 3px;
	background: #330B99;
	border: 1px solid #0E0A2C;
	color: #fff;
	text-decoration: none;
	-webkit-appearance: none;
	font-size: 1.3em;
}

.btn.pink {
	background: #C246A4;
	border: 1px solid #B6549E;
}

.btn.orange:hover {
	background: #FF8541;
}

@media screen and (max-width: 568px) {
	#primary .product-header .product-logo img {
		max-width: 100%;
	}

	.column2-10 {
		margin-right: 0;
	}
	.column2-10 .box1 {
		width: 100% !important;
		margin-right: 0;
	}
	.column2-10 .box2 {
		width: 100% !important;
		margin-right: 0;
	}
}

.man_slider {
  width: 100%;
  padding: 10px;
  background: #1B1B1B;
  border: 5px double #3F3F3F;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.man_slider img {
  height: 300px;
}

.fotorama__arr {
  width: 50px !important;
  height: 50px !important;
}
.fotorama__arr--next {
  background-position: -80px 0 !important;
}
.fotorama__fullscreen-icon {
  width: 50px !important;
  height: 50px !important;
  background-position: 0 -80px !important;
}
.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -70px -70px !important;
}