@charset "shift-jis";


* {	margin: 0;
	padding: 0; }


body { 
	margin: 0;
	padding: 0;
	font-size: 16px;
	text-align: center;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック';
	background: #F6F6F6;
}
p{
	margin: 0 100px;
	font-size: 16px;
	line-height: 180%;
	text-align: left;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* リンク色 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

a{
	color: #0645ad;
	text-decoration:underline; }
a:hover{
	color: #ff8000;
	text-decoration:underline; }
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)"; }


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 装飾 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.aka { color: #ff0000; }
.aka2 { color: #C30000; }
.ao { color: #0000cc; }
.mizu { color: #0066FF; }
.tya { color: #bd000e}
.gray { color: #3d3737}
.green { color: #009900}
.black { color: #333}

.size8 { font-size: 8px; }
.size9 { font-size: 9px; }
.size10 { font-size: 10px; }
.size11 { font-size: 11px; }
.size12 { font-size: 12px; }
.size14 { font-size: 14px; }
.size16 { font-size: 16px; }
.size18 { font-size: 18px; }
.size20 { font-size: 20px; }
.size22 { font-size: 22px; }
.size24 { font-size: 24px; }
.size26 { font-size: 26px; }
.size28 { font-size: 28px; }
.size32 { font-size: 32px; }
.size36 { font-size: 36px; }
.size48 { font-size: 48px; }
.size60 { font-size: 60px; }
.size72 { font-size: 72px; }

.b { font-weight: bold; }
.strong{ font-weight: bold; }
.em{ font-weight: bold; }
.yline { background: #FFFF00; }
.center {
	text-align: center;
	padding: 5px 0px 0px 0px; }
.left {
	text-align: left;
	padding: 5px 5px 0px 0px; }
.right {
	text-align: right;
	padding: 5px 0px 0px 5px; }
.to_link {
	margin: 20px 0px 0px 0px;
	text-align: right; }
.to_link_r {
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0px 0px 0px;
	text-align: right; }
.img_left {
	float: left;
	padding: 5px 20px 20px 0; }
.img_right {
	float: right;
	padding: 5px 0 0 20px; }
.text-right {
	font-size: 8px;
	color: #3d3737;
	text-align: right;
	padding-bottom: 10px;
	line-height: 130%;
}
.sample_page {
	line-height:180%;
	text-align:right;
	text-justify:inter-ideograph; 
	margin: -20px 90px 30px;
	padding:0;
}
img.border1 {
	margin: 0 auto;
	padding: 1px;
	border: 1px solid #CCCCCC;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 間隔調整 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.midashi {
	text-align: center;
	margin: 0 auto;
	padding: 40px 0;
}
.margin-bottom5 { margin-bottom: 5px;}
.margin-bottom10 { margin-bottom: 10px;}
.margin-bottom15 { margin-bottom: 15px;}
.margin-bottom20 { margin-bottom: 20px;}
.margin-bottom25 { margin-bottom: 25px;}
.margin-bottom30 { margin-bottom: 30px;}
.margin-bottom35 { margin-bottom: 35px;}
.margin-bottom40 { margin-bottom: 40px;}
.margin-bottom45 { margin-bottom: 45px;}
.margin-bottom50 { margin-bottom: 50px;}
.margin-bottom60 { margin-bottom: 60px;}
.margin-bottom70 { margin-bottom: 70px;}
.margin-bottom80 { margin-bottom: 80px;}
.margin-bottom90 { margin-bottom: 90px;}
.margin-bottom100 { margin-bottom: 100px;}

.margin-top5 { margin-top: 5px;}
.margin-top10 { margin-top: 10px;}
.margin-top15 { margin-top: 15px;}
.margin-top20 { margin-top: 20px;}
.margin-top25 { margin-top: 25px;}
.margin-top30 { margin-top: 30px;}
.margin-top35 { margin-top: 35px;}
.margin-top40 { margin-top: 40px;}
.margin-top45 { margin-top: 45px;}
.margin-top50 { margin-top: 50px;}

.padding-bottom5 { padding-bottom: 5px;}
.padding-bottom10 { padding-bottom: 10px;}
.padding-bottom15 { padding-bottom: 15px;}
.padding-bottom20 { padding-bottom: 20px;}
.padding-bottom25 { padding-bottom: 25px;}
.padding-bottom30 { padding-bottom: 30px;}
.padding-bottom35 { padding-bottom: 35px;}
.padding-bottom40 { padding-bottom: 40px;}
.padding-bottom45 { padding-bottom: 45px;}
.padding-bottom50 { padding-bottom: 50px;}

.padding-top5 { padding-top: 5px;}
.padding-top10 { padding-top: 10px;}
.padding-top15 { padding-top: 15px;}
.padding-top20 { padding-top: 20px;}
.padding-top25 { padding-top: 25px;}
.padding-top30 { padding-top: 30px;}
.padding-top35 { padding-top: 35px;}
.padding-top40 { padding-top: 40px;}
.padding-top45 { padding-top: 45px;}
.padding-top50 { padding-top: 50px;}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 画像 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

img{
	max-width: 100%;
	*width: auto;
	height: auto;
	border: none;
	margin: 0;
	padding: 0;
	vertical-align:bottom;
	display:inline-block;
 }
a img {
	border: none; }
.imgl {
	padding: 0px 20px 20px 40px;
	float: left; }
.imgr {
	padding: 0px 40px 20px 20px;
	float: right; }
table.func-box p.imgl {
	margin: 0;
	padding: 0 20px 20px 110px;
	float: left; }
table.func-box p.imgr {
	margin: 0;
	padding: 0 110px 20px 10px;
	float: right; }

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 光るボタン */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.button_wrap {
	padding: .5em 0 0;
	overflow: hidden;
	position: relative;
}
.btn-cv{
	border-radius: 6px;
	color: #fff;
	display: block;
	font-size: 2.5em;
	font-weight: 900;
	line-height: 1.2;
	margin: 10px auto 20px;
	padding: .4em 0 .3em;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 80%;
}
.btn-cv img {
	vertical-align: middle;
}
.btn-cv:after {
	content: ' ' !important;
}

/* 緑ボタン */
.btn-cv.sb_green {
	background: -webkit-linear-gradient(#6FE918, #2A9204);
	background: linear-gradient(#6FE918, #2A9204);
	text-shadow: 2px 2px 0 #2A9204;
	border: 3px solid #2A9204;
}
/* オレンジボタン */
.btn-cv.sb_green:hover {
	background: -webkit-linear-gradient(#FFAF38, #FF6000);
	background: linear-gradient(#FFAF38, #FF6000);
	text-shadow: 2px 2px 0 #FF6000;
	border: 3px solid #FF6000;
}
/* ボタンの光沢 */
.is-reflection {
	overflow: hidden;
}
.is-reflection ::after, .button_wrap::after {
	-moz-animation: is-reflection 4s ease-in-out infinite;
	-moz-transform: rotate(45deg);
	-ms-animation: is-reflection 4s ease-in-out infinite;
	-ms-transform: rotate(45deg);
	-o-animation: is-reflection 4s ease-in-out infinite;
	-o-transform: rotate(45deg);
	-webkit-animation: is-reflection 4s ease-in-out infinite;
	-webkit-transform: rotate(45deg);
	animation: is-reflection 3s ease-in-out infinite;
	background-color: #fff;
	content: " ";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: -180px;
	transform: rotate(45deg);
	width: 30px;
}
@keyframes is-reflection {
	0% {transform: scale(0) rotate(45deg);opacity: 0;}
    80% {transform: scale(0) rotate(45deg);opacity: 0.5;}
    81% {transform: scale(4) rotate(45deg);opacity: 1;}
    100% {transform: scale(50) rotate(45deg);opacity: 0;}
}
@-webkit-keyframes is-reflection {
	0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
	80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.3; }
	81% { -webkit-transform: scale(4) rotate(45deg); opacity: 0.4; }
	100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
/* MediaQuery : スマホ対応 */
@media only screen and (max-width: 767px) {
/* コンバージョンボタン */
	.btn-cv {
	font-size: 1.3em;
	width: 80%;
}
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* タイマー */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.timer {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #03326D;
}
.timer_in {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 15px 0;
	background-color: #03326D;
	color: #FFFF17;
	font-size: 34px;
	font-weight: bold;
}
.timer_in iframe {
	font-size: 12px;
}
#CDT, #CDT2, #CDT3, #CDT4 {
	font-size: 36px;
	color: #FFF;
	margin: 30px 0 50px;
	padding: 20px 0;
	font-weight: bold;
	background: url(img3/blue.png) repeat;
}
#CDT .number-wrapper, #CDT2 .number-wrapper, #CDT3 .number-wrapper, #CDT4 .number-wrapper {
	color: #FFF;
	margin: 10px;
	clear: both;
}
#CDT .line, #CDT2 .line, #CDT3 .line, #CDT4 .line {
	color: #FFF;
	float: left;
}
#CDT5 {
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 34px;
	color: #FFFF00;
	font-weight: bold;
	background-color: #03326D;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0 5px;
}
#CDT5 .number-wrapper {
	color: #FFFF00;
	margin: 10px;
	clear: both;
}
#CDT5 .line {
	color: #FFFF00;
	float: left;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* h1サイトキーワード設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#header {
	width: 100%;
	background: -moz-linear-gradient(top, #333333, #0B0B0B) ;
	background: -ms-linear-gradient(top, #333333, #0B0B0B) ;
	background: -o-linear-gradient(top, #333333, #0B0B0B) ;
	background: -webkit-gradient(linear, center top, center bottom, from(#333333), to(#0B0B0B));
}
#header_in { 
	width: 1080px;
	height: 40px; 
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
h1 {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	line-height: 40px;
	float:left;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* バナーh2設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#banner{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	background: url(img3/banner-top2025.png),url(img3/banner03.png),url(img3/banner_back.png);
    background-position: center,center, center bottom;
    background-repeat: no-repeat, no-repeat, repeat-x;
}
@media screen and (max-width: 1350px){
#banner{
	width: 100%;
	height: auto;
	margin: 0;
    background: url(img3/banner-top2025.png),url(img3/banner03.png),url(img3/banner_back.png);
    background-position: right,center, center bottom;
    background-repeat: no-repeat, no-repeat, repeat-x;
    background-size: 90% auto, contain , contain;
}
#banner img{
	width: 100%;
	height: 100%;
	margin: 0;
}}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* メインエリア設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#wrapper{
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#in_box{
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0 0;
	box-shadow: 0 0 10px #CCCCCC;
	background: #FFFFFF;
}
#wrapper #in_box p{
	margin: 20px 100px;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ランキングＢＯＸ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#rank_box{
	width: 100%;
	height: auto;
	padding: 0 0 0;
	overflow: hidden;
	background: url(img3/rank_back.png) top repeat;
}
#rank_box .g_in_box{
    width: 100%;
	height: auto;
	margin: 0;
	padding:0;
	overflow: hidden;
	background: url(img3/rank_back.png) top repeat;
}
#rank_box .c_in_box{
	height: auto;
	margin: 0 60px 60px;
	padding:50px 0 20px;
	overflow: hidden;
	background: #FFFFFF;
}
#wrapper #in_box #rank_box p{
	margin: 20px 75px 10px;
	padding: 0;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 購入者の声ＢＯＸ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#voice_box{
	width: 100%;
	height: auto;
	padding: 1px 0 90px;
	overflow: hidden;
	background: #FFFFFF;
}
#voice_box .c_in_box{
	height: auto;
	margin: 0 6% 30px;
	padding: 10px 0 50px;
	overflow: hidden;
	background: #ffffff;
    border:5px #edeeef solid;
    border-top: none;
}
#voice_box .c_in_box_bottom{
	width: 100%;
	height: 20px;
	margin-bottom: 50px;
	overflow: hidden;
	background: url(img3/voice_bottom.png) center bottom no-repeat;
}
#wrapper #in_box #voice_box p{
	margin: 20px 75px 10px;
	padding: 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ポイントＢＯＸ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#point_box{
	width: 100%;
	height: auto;
	padding: 1px 0 90px;
	overflow: hidden;
	background: #F5F6F7;
}
#point_box .c_in_box{
	width: 82%;
	height: auto;
	margin: 0;
	padding: 0 9% 10px;
	overflow: hidden;
	background: url(img3/point_center.png) center repeat-y;
}
#point_box .c_in_box_bottom{
	width: 100%;
	height: 40px;
	overflow: hidden;
	background: url(img3/point_bottom.png) center no-repeat;
}
#wrapper #in_box #point_box p{
	margin: 20px 65px 10px;
	padding: 0;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 理由ＢＯＸ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.reason_top{
	height: 30px;
	margin: 0;
	padding: 0;
	background: url(img3/reason_top.png) top center no-repeat;
}
.reason_center{
	height: auto;
	margin: 0;
	padding: 0 50px;
	overflow: hidden;
	background: url(img3/reason_center.png) top center repeat-y;
}
.reason_bottom{
	height: 30px;
	margin: 0;
	padding: 0 auto;
	background: url(img3/reason_bottom.png) bottom center no-repeat;
}
.reason, .reason img{
	margin: 0 auto;
	padding: 0;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 手紙ＢＯＸ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#letter_box{
	width: 100%;
	height: auto;
	padding: 30px 0 60px;
	overflow: hidden;
	background-image:
		url(img3/letter_top.png),
		url(img3/letter_bottom.png),
		url(img3/letter_back.png);
	 background-repeat:
		no-repeat,
		no-repeat,
		repeat-y;
	background-position:
		top,
		bottom,
		center;
}
#letter_box .c_in_box{
	width: 82%;
	height: auto;
	margin: 0 9%;
	padding: 10px 0 0;
	overflow: hidden;
}
#wrapper #in_box #letter_box p{
	margin: 20px 35px;
	padding: 0;
}
#letter_box .voices{
	margin: 0 2% 30px;
	padding: 30px 8% 0;
	background: #eeeeee url(img3/voice_01.png) center 15px no-repeat;
	border: 1px #cccccc solid;
	text-align: left;
	box-shadow: 1px 1px 0 #FFF inset;
	clear: both;
}
#letter_box .voices h3 {
	margin: 0 0 9px;
	padding: 11px 2px 0;
	background: none;
	border: none;
	text-shadow: none;
}
#wrapper #in_box #letter_box .voices p {
	margin: 0;
	padding: 0 0 20px;
	line-height: 170%;
}
#wrapper #in_box #letter_box .voices p.name {
	margin: 0;
	padding: 0 0 20px;
	line-height: 150%;
	text-align: right;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* クロージングＢＯＸ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#closing_box{
	width: 100%;
	height: auto;
	padding: 1px 0 69px;
	overflow: hidden;
	background: url(img3/main_back.png) repeat;
}
#closing_box h3{
	width: 70%;
	margin: 10px 9% 3px;
	padding: 14px 2% 14px 10%;
	font-size: 18px;
	line-height: 140%;
	overflow: hidden;
	background: #FFFFFF url(img3/main_check.png) 30px 0 no-repeat;
}
#closing_box .c_in_box{
	width: 82%;
	height: auto;
	margin: 0 9%;
	padding: 0;
	overflow: hidden;
	background: #FFFFFF;
}
#wrapper #in_box #closing_box p{
	margin: 10px 35px;
	padding: 0;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 特典ＢＯＸ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#toku_box{
	width: 100%;
	height: auto;
	padding: 1px 0 69px;
	overflow: hidden;
	background: url(img3/main_back.png) repeat;
}
#toku_box .c_in_box{
	width: 82%;
	height: auto;
	margin: 0 9%;
	padding: 10px 0;
	overflow: hidden;
	background: #FFFFFF;
	box-shadow: 2px 2px 0 #CCCCCC;
}
#wrapper #in_box #toku_box p{
	margin: 20px 35px;
	padding: 0;
}
#toku_box h3.point001, #toku_box h3.point002, #toku_box h3.point003,
#toku_box h3.point004, #toku_box h3.point005, #toku_box h3.point006,
#toku_box h3.point007, #toku_box h3.point008, #toku_box h3.point009, 
#toku_box h3.point010, #toku_box h3.point011, #toku_box h3.point012{
	width: 65%;
	height: 70px;
	margin: 3px 9% 0;
	font-size: 34px;
	padding: 38px 3% 0 14%;
	background: #FFFFFF url(img3/toku_point001.png) 35px 27px no-repeat;
	box-shadow: 2px 2px 0 #CCCCCC;
}
#toku_box h3.point002{
	margin: 33px 9% 0;
	background: #FFFFFF url(img3/toku_point002.png) 35px 27px no-repeat;
}
#toku_box h3.point003{
	margin: 33px 9% 0;
	background: #FFFFFF url(img3/toku_point003.png) 35px 27px no-repeat;
}
#toku_box h3.point004{
	margin: 33px 9% 0;
	background: #FFFFFF url(img3/toku_point004.png) 35px 27px no-repeat;
}
#toku_box h3.point005{
	margin: 33px 9% 0;
	background: #FFFFFF url(img3/toku_point005.png) 35px 27px no-repeat;
}
#toku_box h3.point006{
	margin: 33px 9% 0;
	background: #FFFFFF url(img3/toku_point006.png) 35px 27px no-repeat;
}
#toku_box h3.point007{
	margin: 33px 9% 0;
	background: #FFFFFF url(img3/toku_point007.png) 35px 27px no-repeat;
}
#toku_box h3.point008{
	margin: 33px 9% 0;
	background: #FFFFFF url(img3/toku_point008.png) 35px 27px no-repeat;
}
#toku_box h3.point009{
	margin: 33px 9% 0;
	background: #FFFFFF url(img3/toku_point009.png) 35px 27px no-repeat;
}
#toku_box h3.point010{
	margin: 33px 9% 0;
	background: #FFFFFF url(img3/toku_point010.png) 35px 27px no-repeat;
}
#toku_box h3.point011{
	margin: 33px 9% 0;
	background: #FFFFFF url(img3/toku_point011.png) 35px 27px no-repeat;
}
#toku_box h3.point012{
	margin: 33px 9% 0;
	background: #FFFFFF url(img3/toku_point012.png) 35px 27px no-repeat;
}

#toku_box .btn{
	width: 444px;
	height: 81px;
	margin: 20px auto;
}
#toku_box .btn a{
	width: 444px;
	height: 81px;
	text-decoration: none;
	display: block;
	background: url(img3/tokubtn.png) no-repeat;
	overflow: hidden;
}
#toku_box .btn a:hover{
	width: 444px;
	height: 81px;
	text-decoration: none;
	display: block;
	background: url(img3/tokubtn_a.png) no-repeat;
	overflow: hidden;
}
ul.toku-list {
	margin: 15px 35px;
	padding: 10px 15px;
	background: #f7fcfe;
	border:1px solid #CCCCCC;
	overflow:hidden;
}
ul.toku-list li {
	list-style: none;
	font-size: 14px;
	line-height: 25px;
	text-align: left;
	margin: 0;
	padding: 3px 0 0 20px;
	background: url(img3/image/checkbox2.gif)  no-repeat left center;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 特典　THE　WORLD２.０　ショートコード*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */


.design1-3 .box-title {
    position: absolute;
    top: -18px;
    left: 10px;
    padding: 10px 15px;
    line-height: 1em;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: bold;
    border-radius: 4px;
}
.border2 {
    border-width: 2px;
}
.d1-3green {
    border-style: solid;
    border-color: #053E77;
    background: #f6fbff;
}
.design1-3 {
    position: relative;
    margin: 50px 5% 30px;
    padding: 37px 15px 20px;
    border-radius: 8px;
}
.d1-3green-t {
    background: #053E77;
}
 ul.dot12_list_blue{
    position: relative;
    margin: 0;
    line-height: 180%;
    clear: both;
}
ul.dot12_list_blue li{
    list-style: none;
    list-style-position: outside;
    line-height: 1.5;
    padding: 3px 2px 2px 10px;
    font-size: 16px;
    text-align: left;
    list-style-position: inside;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* blockquote設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.blockquote {
	width: 640px;
	font-size: 16px;
	line-height: 180%;
	margin: 30px auto;
	padding: 30px 40px 20px;
	text-align: right;
	border: 1px solid #CCC;
	color: #212121;
	box-shadow: 1px 1px 2px rgba(204, 204, 204, 0.9), 0px 1px 0px rgba(255, 255, 255, 0.4) inset;
	background: #F7F7F7 url("img/image/blockquote.png") no-repeat scroll 0px 0px;
	clear: both;
}
#wrapper #in_box #toku_box .blockquote p {
	font-size: 15px;
	line-height: 180%;
	margin: 0;
	padding: 0 0 20px;
	text-align: left;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* テンプレート機能設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.function-box {
	width: 740px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	clear: both;
}
table#func-table {
	border-collapse: collapse;
}
table#func-table td {
	width: 230px;
	padding: 10px 8px;
}
#wrapper #in_box #func-table p.func-title {
	font-size: 15px;
	font-weight: bold;
	margin: 15px 5px 5px;
	padding: 0;
	line-height: 150%;
	text-align: left;
}
#wrapper #in_box #func-table p {
	font-size: 13px;
	margin: 5px 5px;
	padding: 0;
}
.func-etc-box {
	width: 740px;
	margin: 0 auto 30px;
	padding: 0;
	text-align: center;
}
ul.func-list-left {
	float: left;
	width: 400px;
	margin: 0 10px 0 10px;
}
ul.func-list-right {
	float: right;
	width: 320px;
	margin: 0;
}
ul.func-list-left li, ul.func-list-right li {
	list-style: none;
	font-size: 14px;
	line-height: 29px;
	text-align: left;
	margin: 0;
	padding: 3px 0 0 30px;
	background: url(img3/image/arrow.gif)  no-repeat left center;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 初心者ＢＯＸ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#begginer_box{
	width: 100%;
	height: auto;
	padding: 1px 0 90px;
	overflow: hidden;
	background: url(img3/main_back.png) repeat;
}
#begginer_box h3{
	width: 70%;
	height: 50px;
	margin: 10px 9% 3px;
	font-size: 26px;
	padding: 25px 2% 10px 10%;
	background: #FFFFFF url(img3/beg_check.png) 30px center no-repeat;
}
#begginer_box .c_in_box{
	width: 82%;
	height: auto;
	margin: 0 9%;
	padding: 10px 0;
	overflow: hidden;
	background: #FFFFFF;
}
#begginer_box .c_in_box_bottom{
	width: 100%;
	height: 9px;
	overflow: hidden;
	background: url(img3/main_bottom.png) repeat;
}
#wrapper #in_box #begginer_box p{
	margin: 20px 35px;
	padding: 0;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ベネフィットＢＯＸ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#benefit_box{
	width: 100%;
	height: auto;
	padding: 0 0 90px;
	overflow: hidden;
	background: url(img3/bene_back.png) repeat;
}
#benefit_box .c_in_box{
	width: 80%;
	height: auto;
	margin: 0 10%;
	padding: 0;
	overflow: hidden;
	background: #FFFFFF;
}
#wrapper #in_box #benefit_box p{
	font-size: 20px;
	line-height: 210%;
	margin: 2px 0 2px;
	padding: 10px 35px 10px 80px;
	background: #FFFFFF url(img3/bene_check.png) 20px center no-repeat;
	border-bottom: 1px #DDDDDD dotted;
}
#wrapper #in_box #benefit_box p.end{
	border-bottom: none;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 追伸ＢＯＸ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#ps_box{
	width: 100%;
	height: auto;
	padding: 120px 0 30px;
	overflow: hidden;
	background: url(img3/ps_top.png) top no-repeat;
}
#ps_box .c_in_box{
	width: 94%;
	height: auto;
	margin: 0 3%;
	padding: 0;
	overflow: hidden;
	background: url(img3/ps_center.png) top center repeat-y;
}
#ps_box p{
	margin: 2px 0 2px;
	padding: 0;
}
#ps_box .ps_bottom{
	width: 100%;
	height: 140px;
	overflow: hidden;
	background: url(img3/ps_bottom.png) bottom no-repeat;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 決済ボタン設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.cre_btn a{
	width: 600px;
	height: 80px;
	margin: 10px auto;
	overflow: hidden;
	display: block;
	background: url(img3/cre_btn.png) center no-repeat;
	text-decoration: none;
}
.cre_btn a:hover{
	background: url(img3/cre_btn_a.png) center no-repeat;
	text-decoration: none;
}
.gn_btn a{
	width: 600px;
	height: 80px;
	margin: 10px auto;
	overflow: hidden;
	display: block;
	background: url(img3/gn_btn.png) center no-repeat;
	text-decoration: none;
}
.gn_btn a:hover{
	background: url(img3/gn_btn_a.png) center no-repeat;
	text-decoration: none;
}
.etc_btn a{
	width: 600px;
	height: 80px;
	margin: 10px auto;
	overflow: hidden;
	display: block;
	background: url(img3/etc_btn.png) center no-repeat;
	text-decoration: none;
}
.etc_btn a:hover{
	background: url(img3/etc_btn_a.png) center no-repeat;
	text-decoration: none;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ＱandＡＢＯＸ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#qanda_box{
	width: 100%;
	height: auto;
	padding: 1px 0 30px;
	overflow: hidden;
	background: #FFFFFF;
}

#qanda_box .Q{
	font-size: 16px;
	font-weight: bold;
	min-height: 45px;
	line-height: 1.4em;
	padding: 15px 10px 15px 85px;
	margin: 0 auto -20px;
	background-image:
		url(img3/q.png) ,
	 	url(img3/qanda_back.png);
	 background-repeat:
		no-repeat,
		repeat;
	background-position:
		8px center,
		center;
}
#qanda_box .A{
	min-height: 60px;
	padding: 10px 10px 10px 85px;
	margin: -10px auto 0;
	background: #FFFFFF url(img3/a.png) 8px 8px no-repeat;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 見出し設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

h3{
	font-size: 20px;
	text-align: left;
	padding: 0 100px;
}
h4{
	font-size: 18px;
	text-align: left;
	margin: 40px 5% 10px;
	padding-left: 25px;
	border-bottom: 2px solid #CCCCCC;
	background: url(img3/image/circle_brown.png) no-repeat left;
	clear: both;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* チェックボックス */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

ul#bullet {
	margin:20px 100px;
	padding:15px 0 10px;
	list-style: none;
}
ul#bullet li {
	font-size: 17px;
	color: #0066FF;
	margin: 0;
	padding: 0 0 5px;
	font-weight: bold;
	text-align: left;
	line-heiht: 180%;
	list-style: disc inside;
}
ul.checkbox {
	margin: 0;
	padding: 30px 100px;
}
ul.checkbox li {
	list-style: none;
	font-size: 18px;
	line-height: 150%;
	text-align: left;
	font-weight: bold;
	margin: 0 50px 5px 0;
	padding: 7px 0 3px 30px;
	background: url(img3/checkbox1.gif) no-repeat left center;
	border-bottom: 1px dotted rgb(204, 204, 204);
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,Osaka,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
}
ul.checkbox1 {
	margin: 0;
	padding: 30px 100px 10px;
}
ul.checkbox1 li {
	list-style: none;
	font-size: 17px;
	line-height: 150%;
	text-align: left;
	font-weight: bold;
	margin: 0 0 20px;
	padding: 0 30px 3px;
	background: url(img3/checkbox1.gif) no-repeat left 3px;
}
ul.checkbox2 {
	margin: 0;
	padding: 30px 100px;
}
ul.checkbox2 li {
	list-style: none;
	font-size: 18px;
	line-height: 150%;
	text-align: left;
	font-weight: bold;
	margin: 0 50px 0 0;
	padding: 7px 0 3px 30px;
	background: url(img3/checkbox1.gif) no-repeat left center;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 決済注意・サイト更新日 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.pay_dis {
	margin: 50px 100px 20px;
	padding: 20px 20px 13px 40px;
	background: #F8F4E6;
	border: 1px dotted #CCC;
}
.pay_dis ul {
	margin: 0;
	padding: 0;
}
.pay_dis li {
	font-size: 14px;
	margin: 0;
	padding: 0 0 7px;
	text-align: left;
}
.attention {
	margin: 40px 100px 0;
	padding: 20px 20px 13px;
	background: #F2F2F7;
}
#wrapper #in_box .attention p {
	font-size: 14px;
	margin: 0;
	text-align: left;
	padding: 0 0 15px;
}
.attention ul {
	margin: 5px 0 0;
	padding: 0;
	list-style: none;
}
.attention li {
	font-size: 14px;
	margin: 0;
	padding: 0 0 7px;
	text-align: left;
}
.newday {
	font-size:14px;
	color:#000040;
	line-height:100%;
	text-align:center;
	margin:50px auto 0;
	padding:0;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* フッター */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#fotter{
	width: 100%;
	background-color: #333333;
	border-top: 2px solid #5A5A56;
}
#fotter_content{
	width: 950px;
	font-size: 12px;
	color: #ffffff;
	margin: 0 auto;
	padding: 20px 0;
	background-color: #333333;
}
#fotter_content ul{
	font-size: 12px;
	margin: 0;
	padding: 0 0 0 200px;
}
#fotter_content li {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 3px 0px 0px 17px;
	background: url(image/mark.png) no-repeat left center;
}
#fotter_content li.first {
	width: 35%;
	text-align: right;
	padding: 3px 20px 0px 17px;
	background: url(image/mark.png) no-repeat left center;
}
#fotter_content li.second {
	width: 35%;
	text-align: left;
	padding: 3px 20px 0px 17px;
	background: url(image/mark.png) no-repeat left center;
}
#fotter_content p {
	width: 950px;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	margin: 0;
	padding-top: 20px;
	background: url(image/foot-line.png)  repeat-x top;
}
#fotter_content a { 
	color: #ffffff;
	text-decoration: none;
}
#fotter_content a:hover {
	color: #FFA500;
	text-decoration: underline;
}


/*--------------------------------------------------------
このCSSファイルの無断配布及び商用販売を固く禁じます。
Copyright 株式会社Mithril All rights Reserved.
http://www.mithril-web.com/
--------------------------------------------------------*/