@charset 'utf-8';
/*content*/

article {
	width: 100%;
	margin: 0;
	padding: 20px;
}

article h2 {
	position: fixed;
	top: 10px;
	left: 250px;
	font-size: 2.6rem;
	font-weight: normal;
	z-index: 1300;
}

article h3 {
	width: 100%;
	margin: 20px 0;
	padding: 5px 0 3px;
	border-radius: 5px;
	background: #888888;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg4ODg4OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2NjY2NjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #888888 0%, #666666 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #888888), color-stop(100%, #666666));
	background: -webkit-linear-gradient(top, #888888 0%, #666666 100%);
	background: -o-linear-gradient(top, #888888 0%, #666666 100%);
	background: linear-gradient(to bottom, #888888 0%, #666666 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#888888', endColorstr='#666666', GradientType=0);
	color: #fff;
	text-align: center;
	font-weight: normal;
	font-size: 2.4rem;
}

article h4 {
	font-size: 2.2rem;
	font-weight: normal;
	margin: 20px 0;
	border-bottom: solid 3px #000;
}

article h5 {
	font-size: 2rem;
	font-weight: normal;
	margin: 20px 0;
}

article li, p {
	font-size: 2rem;
	font-weight: normal;
}

section {
	margin: 0 auto;
	width: 80%;
}

section ul li {
	padding-left: 2rem;
	text-indent: -2.7rem;
	font-size: 2rem;
}

section ul li li {
	padding-left: 2rem;
	text-indent: 0;
	font-size: 2rem;
}

section ol li {
	list-style-type: decimal;
	margin-left: 3rem;
	font-size: 2rem;
}

section ol li li {
	list-style-type: lower-roman;
	margin-left: 2rem;
	font-size: 2rem;
}
.indent {
  padding-left: 2em;
  text-indent: -2em;
}
.list1:before {
	padding: 0 1rem;
	font-family: "FontAwesome";
	content: "\f105";
	font-size: 2.5rem;
}

.sec_img img {
	width: 100%;
	margin: 0;
}

section .list2 {
	margin-left: 0;
	padding-left: 0;
	text-indent: 0;
	list-style-type: circle;
	font-size: 2rem;
}

.list3 li {
	list-style: none;
}

.clearfix {
	width: 100%;
}

.clearfix:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
}

.float_left {
	width: 49%;
	float: left;
	font-size: 2rem;
}

.float_right {
	width: 49%;
	float: right;
	font-size: 2rem;
}

.float_left_sample {
	width: 65%;
	float: left;
	font-size: 2rem;
}

.float_right_sample {
	width: 28%;
	float: right;
	font-size: 2rem;
}

.clearfix_howto {
	width: 100%;
}

.clearfix_howto:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
}

.float_left_howto {
	width: 60%;
	float: left;
	font-size: 2rem;
}

.float_right_howto {
	width: 38%;
	float: right;
	font-size: 2rem;
}

.company {
	font-size: 2rem;
}

.company dl {
	padding: 15px 0;
	border-bottom: 1px solid #dcdcdc;
}

.company dl dt {
	width: 30%;
	float: left;
}

.company dl dd {
	width: 68%;
	float: right;
}

.sample_img img {
	width: 100%;
	margin: 20px 0;
}

.sample_img:hover {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}

.hr {
	border: 0;
	height: 1px;
	background: #333;
	background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
	background-image: -moz-linear-gradient(left, #ccc, #333, #ccc);
	background-image: -o-linear-gradient(left, #ccc, #333, #ccc);
}

.sample {
	text-align: center;
	margin: 20px;
}

.jump {
	padding-top: 80px;
	margin-top: -80px;
}
.jump2 {
	padding-top: 70px;
	margin-top: -70px;
}

.sec_right {
	margin-top: 20px;
	text-align: right;
}

/*scroller_menu*/

#scroller {
	width: 100%;
	height: 60px;
	overflow: hidden;
	margin: 20px 0 40px;
}

.scroller {
	margin: 0 auto;
	width: 768px;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
}

/*horizontal_menu*/

.horizontal_menu {
	background: #3ae;
	display: table;
	table-layout: fixed;
	text-align: center;
	width: 100%;
}

.horizontal_menu li {
	border-right: 1px solid #fff;
	display: table-cell;
	overflow: hidden;
	text-indent: 0;
	padding: 0;
	line-height: 30px;
}

.horizontal_menu li:last-child {
	border-right: 0;
}

.horizontal_menu li a {
	color: #fff;
	display: block;
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	text-align: center;
}

.horizontal_menu li a::before {
	position: relative;
	display: block;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	color: #fff;
	font-size: 2rem;
	font-family: "FontAwesome";
}

.horizontal_menu a {
	background-color: #00aced;
}

.horizontal_menu a:hover, .horizontal_menu a:hover::before, .horizontal_menu li a.active, .horizontal_menu li a.active::before {
	background-color: #fff;
	color: #00aced;
}

.horizontal_menu .h_m1_1 a::before {
	content: "\f040";
}

.horizontal_menu .h_m1_2 a::before {
	content: "\f157";
}

.horizontal_menu .h_m1_3 a::before {
	content: "\f1ed";
}

.horizontal_menu .h_m1_4 a::before {
	content: "\f003";
}

.horizontal_menu .h_m2_1 a::before {
	content: "\f12a";
}

.horizontal_menu .h_m2_2 a::before {
	content: "\f013";
}

.horizontal_menu .h_m2_3 a::before {
	content: "\f157";
}

.horizontal_menu .h_m2_4 a::before {
	content: "\f07a";
}

#tabcontent {
	width: 768px;
	margin: 0 auto;
}

#tabcontent h4 {
	text-align: center;
	border-bottom: solid 3px #000;
}

#tabcontent h5 {
	font-weight: bold;
}

.price_box {
	width: 420px;
	height: 100px;
	line-height: 50px;
	text-align: center;
	background: rgb(169, 3, 41);
	background: -moz-linear-gradient(top, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%);
	background: linear-gradient(to bottom, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019', GradientType=0);
	color: #fff;
	margin: 20px auto;
}

.price_box_sub {
	font-size: 3rem;
	color: #E5E41B
}

.price_box_sub2 {
	font-size: 3rem;
	color: #ff0000;
	text-align: center
}

.price_box2 {
	width: 300px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: rgb(169, 3, 41);
	background: -moz-linear-gradient(top, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%);
	background: linear-gradient(to bottom, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019', GradientType=0);
	color: #fff;
	margin: 20px auto;
	padding: 0 20px;
}

.payment_box {
	width: 280px;
	margin: 0;
	padding: 5px 0 7px;
	text-align: center;
	background: rgb(169, 3, 41);
	background: -moz-linear-gradient(top, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%);
	background: linear-gradient(to bottom, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019', GradientType=0);
	margin: 20px auto;
}

.payment_box a {
	color: #fff;
	text-decoration: none;
}

.payment_box:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	cursor: pointer;
}

/* mailform_demobutton */

.btn {
	position: relative;
	display: block;
	width: 250px;
	margin: 20px auto;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	color: #000;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transform-style: flat;
	transition: all 250ms ease-out;
}

.btn:before, .btn:after {
	content: "";
	position: absolute;
	z-index: -2;
	transition: all 250ms ease-out;
}

.paper {
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(128, 128, 128, 0.1) inset;
	border-color: #dedede;
}

.paper-raise:before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.paper-raise:hover {
	border: 1px solid #fff;
	text-decoration: none;
}

.paper-raise:hover:before {
	box-shadow: 0 15px 10px -10px rgba(31, 31, 31, 0.5);
}

.order_button {
	width: 200px;
	margin: 0;
	padding: 5px 0 7px;
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #0036ff), color-stop(1.00, #001a9b));
	background: -webkit-linear-gradient(#0036ff, #001a9b);
	background: -moz-linear-gradient(#0036ff, #001a9b);
	background: -o-linear-gradient(#0036ff, #001a9b);
	background: linear-gradient(#0036ff, #001a9b);
	font-size: 2rem;
	text-align: center;
}

.order_button a {
	color: #fff;
	text-decoration: none;
}

.order_button:hover {
	text-decoration: none;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	cursor: pointer;
}

/*web_development*/

.web_dev {
	font-size: 2rem;
}

.web_dev dl {
	padding: 15px 0;
}

.web_dev dl dt {
	width: 38%;
	float: left;
}

.web_dev dl dd {
	width: 58%;
	float: right;
	padding-top: 10px;
}

/*affiliate */
.affi1 {
  margin: 20px 0;
}
.affi2 {
  text-align: center;
  margin: 20px 0;
}
.affi2 img {
	max-width: 100%;
}
.affi3 {
  margin: 0 0 20px 0;
  text-align: center;
}
.affi4 {
  margin: 40px 0;
}
.bodybox {
  font-size: 1.5rem;
}
.bodybox img {
  margin: 0px;
}
.bodybox input {
  border: 1px solid #333;
  border-radius: 3px;
  margin: 5px;
}

@media screen and (max-width: 960px) {
	article {
		padding: 10px;
	}
	article h2 {
		display: none;
	}
	article h3 {
		font-size: 1.5rem;
		background: none;
		color: #333;
		border-bottom: solid 5px #66BB44;
	}
	article h4, article h5, article li, article p {
		font-size: 1.5rem;
	}
	section {
		width: 95%;
	}
	.list1:before {
		padding: 0 5px;
		font-size: 2rem;
	}
	section ul li {
		padding-left: 1rem;
		text-indent: -1.5rem;
		font-size: 1.5rem;
	}
	section ul li li {
		padding-left: 1rem;
		text-indent: 0;
		font-size: 1.5rem;
	}
	section ul li li li {
		font-size: 1.5rem;
	}
	section ol li {
		margin-left: 1rem;
		font-size: 1.5rem;
	}
	section ol li li {
		margin-left: -0.5rem;
		font-size: 1.5rem;
	}
	section .list2 {
		margin-left: 0;
		padding-left: 0;
		text-indent: 0;
		font-size: 1.5rem;
	}
	.float_left, .float_left_sample {
		float: none;
		width: 100%;
		font-size: 1.5rem;
	}
	.float_right, .float_right_sample {
		float: none;
		width: 100%;
		font-size: 1.5rem;
	}
	.float_left_howto {
		float: none;
		width: 100%;
		font-size: 1.5rem;
	}
	.float_right_howto {
		margin-left: -20px;
		float: none;
		width: 100%;
		font-size: 1.5rem;
	}
	.company {
		font-size: 1.5rem;
	}
	.company dl dt {
		position: static;
		width: 100%;
		float: none;
		padding: 0;
	}
	.company dl dd {
		width: 100%;
		float: none;
	}
	#scroller {
		height: 50px;
	}
	.scroller {
		width: auto;
	}
	.horizontal_menu li {
		line-height: 25px;
		font-size: 1.2rem;
	}
	.horizontal_menu li a::before {
		font-size: 1.5rem;
	}
	#tabcontent {
		width: 100%;
	}
	#tabcontent ol li {
		margin-left: 20px;
	}
	.price_box {
		width: 280px;
		height: 80px;
		line-height: 40px;
		padding: 0 10px;
	}
	.price_box_sub {
		font-size: 1.5rem;
	}
	.price_box_sub2 {
		font-size: 1.5rem;
	}
	.price_box2 {
		height: 40px;
		line-height: 40px;
		padding: 0 10px;
	}
	.web_dev {
		font-size: 1.5rem;
	}
	.web_dev dl dt {
		position: static;
		width: 100%;
		float: none;
		padding: 0;
	}
	.web_dev dl dd {
		width: 100%;
		float: none;
	}
	.affi1 {
    display: none;
  }
}