@charset "utf-8";
/* CSS Document */

/*/////////////////////////////////////////////////////////
file name: point.css
description: 効果を上げる3つのポイントページ専用スタイルシート

1.共通
2.3ステップ必勝法
2.マーケティング必勝法
3.デザイン設計必勝法
4.運用必勝法

///////////////////////////////////////////////////////// */

/* ===========  1.共通  =========== */

.boxPointLead {
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#fbefef));
	background: linear-gradient(#FFFFFF, #fbefef);
	/* For Mozilla/Gecko (Firefox etc) */
	background: -moz-linear-gradient(top, #FFFFFF, #fbefef);
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF, endColorstr=#FFfbefef);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF, endColorstr=#FFfbefef)";
	border: 1px solid #e5e5e5;
	padding: 19px 19px 9px;
	margin-left: 20px;
	margin-right: 20px;	
}

.blockImg {
	float: right;
	margin: 0 0 20px 20px;
}

.boxPoint01 {
	width: 420px;
	float: left;
}

.boxPoint02 {
	width: 180px;
	float: right;
}

.boxPoint03 {
	width: 300px;
	float: left;
	margin-right: 20px;
}

.boxPoint04 {
	width: 300px;
	float: left;
}

.boxPoint05 {
	border: 1px solid #064f8a;
}

.boxPoint06 {
	border: 1px solid #e70517;
	background: #fdf3f3;
}

.boxPoint07 {
	border: 1px solid #00a0e9;
}

.boxPoint08 {
	border: 1px solid #e70517;
	background: #fdf3f3;
}

.boxPoint09 {
	width: 298px;
	float: left;
	margin-right: 20px;
}

.boxPoint10 {
	width: 298px;
	float: left;
}

.boxPoint11 {
	width: 500px;
	float: left;
}

.boxPoint12 {
	width: 100px;
	float: right;
}

.title02 {
	background: url(../../system/images/menu/hd_title02.gif) left 2px no-repeat;
	min-height: 14px;
	padding-left: 22px;
}

.title02 {
	vertical-align: 3px;
}

.titlePoint01 {
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4989be), to(#044d89));
	background: linear-gradient(#4989be, #044d89);
	/* For Mozilla/Gecko (Firefox etc) */
	background: -moz-linear-gradient(top, #4989be, #044d89);
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF4989be, endColorstr=#FF044d89);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF4989be, endColorstr=#FF044d89)";
	font-size: 114.3%;
	color: white;
	font-weight: bold;
	padding: 5px 0;
	text-align: center;
}

.titlePoint02 {
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f77882), to(#e60214));
	background: linear-gradient(#f77882, #e60214);
	/* For Mozilla/Gecko (Firefox etc) */
	background: -moz-linear-gradient(top, #f77882, #e60214);
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFf77882, endColorstr=#FFe60214);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFf77882, endColorstr=#FFe60214)";
	font-size: 114.3%;
	color: white;
	font-weight: bold;
	padding: 5px 0;
	text-align: center;
}

.titlePoint03 {
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#25bafd), to(#008ece));
	background: linear-gradient(#25bafd, #008ece);
	/* For Mozilla/Gecko (Firefox etc) */
	background: -moz-linear-gradient(top, #25bafd, #008ece);
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF25bafd, endColorstr=#FF008ece);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF25bafd, endColorstr=#FF008ece)";
	font-size: 114.3%;
	color: white;
	font-weight: bold;
	padding: 5px 0;
	text-align: center;
}


/*599px以下スマホ縦横*/
@media screen and (max-width: 599px) {
.spBlock {
	display: block;
}

.blockImg {
	float: none;
	margin: 0;
	text-align: center;
}

.boxPointLead {
	padding: 14px;
	margin-left: 10px;
	margin-right: 10px;	
}

.boxPoint01 {
	width: 100%;
	float: none;
}

.boxPoint02 {
	width: 100%;
	float: none;
	text-align: center;
}

.boxPoint03 {
	width: 100%;
	float: none;
	margin-right: 0;
}

.boxPoint04 {
	width: 100%;
	float: none;
	margin-top: 20px;
}

.boxPoint09 {
	width: 100%;
	float: none;
	margin-right: 0;
}

.boxPoint10 {
	width: 100%;
	float: none;
	margin-top: 20px;
}

.boxPoint11 {
	width: 100%;
	float: none;
}

.boxPoint12 {
	width: 100%;
	float: none;
	margin-top: 20px;
	text-align: center;
}

}

/*スマホ横*/
@media only screen and (max-device-width:480px) and (orientation:landscape) {
.spBlock {
	display: inline;
}

.blockImg {
	float: right;
	margin: 0 0 20px 20px;
}

}

/* ===========  2.3ステップ必勝法  =========== */



/* ===========  3.マーケティング必勝法  =========== */


/* ===========  4.デザイン設計必勝法  =========== */


.titleDesign01 {
	background: url(../images/design/hd_design01.gif) left top no-repeat;
	padding-left: 26px;
	min-height: 20px;
	font-size: 114.3%;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 3px;
	border-bottom: 2px solid #e5e5e5;
}

.titleDesign02 {
	background: url(../images/design/hd_design02.gif) left top no-repeat;
	padding-left: 26px;
	min-height: 20px;
	font-size: 114.3%;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 3px;
	border-bottom: 2px solid #e5e5e5;
}

.titleDesign03 {
	background: url(../images/design/hd_design03.gif) left top no-repeat;
	padding-left: 26px;
	min-height: 20px;
	font-size: 114.3%;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 3px;
	border-bottom: 2px solid #e5e5e5;
}

/*599px以下スマホ縦横*/
@media screen and (max-width: 599px) {




}