@charset "shift_jis";
/*------------------------------
	reset
------------------------------*/
* {
	margin:0;
	padding:0;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border:0;
	outline:0;
	vertical-align:baseline;
}
img {
	margin:0 auto;
	display:block;
	vertical-align:bottom;
	line-height:0;
	border:0;
}
html,
body {
	color:#000;
    background-color: #FFF;
}
body {
	font-size: 16px;
}
ul {
	list-style:none;
}
.iPhoneBody {
	background-color:transparent;
}
/*------------------------------
	タイトル
------------------------------*/
/*.iPhoneHead {
	padding:10px 0;
}
.iPhoneHead h1 {
	font-size:1.5em;
	font-weight:bold;
}*/
/*------------------------------
	画像
------------------------------*/
.imgBox {
	margin:1em auto 0;
	text-align: center;
}
.imgBox img + img {
    margin-top: 1em;
}
/*------------------------------
	ボタンリンク
------------------------------*/
.btnBox {
	margin:1em auto 0;
    width: 95%;
	text-align: center;
}
.btnBox a {
	display:block;
	text-decoration:none;
}
/*------------------------------
	本文
------------------------------*/
.textBox {
	margin:1em auto 0;
    width: 95%;
	text-align: left;
	text-align: justify;
}
.textBox.first {
    width: 100%;
	background-image:url(img/bg-2.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	background-size:100% auto;
	background:url(img/bg-2.jpg) no-repeat right top/100% auto;
}
.textBox.last {
    width: 100%;
	background-image:url(img/bg-4.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	background-size:100% auto;
	background:url(img/bg-4.jpg) no-repeat right top/100% auto;
}
.textBox > .inner {
    margin: 0 0 0.5em 1em;
    width: 55%;
    text-shadow: 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF;
}
.textBox > .inner2 {
    margin: 0 0 0 1em;
    width: 60%;

}

.textBox_mov {
	/*margin:1em auto 0;*/
    width: 95%;
	text-align: left;
	text-align: justify;
	/*border: solid 1px #252525;*/
	border-radius:6px;
	padding: 8px;
    margin: 0 auto;
	margin-top: 2px;
    margin-bottom: 24px;
	background-color: #F5F5F5;
	color: #666;
	line-height: 1.4;
}


/*------------------------------
	注釈
------------------------------*/
.notes {
	margin:2em auto 1em;
    width: 95%;
	font-size: 12px;
	text-align:left;
	text-align:justify;
    color: #666;
}
/*------------------------------
	会員登録ボタン
------------------------------*/
.regButton {
	margin:1em 0;
	padding:0 0.5em;
	text-align:center;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.regButton a {
	margin:0;
	padding:0.5em 0;
	width:100%;
	display:block;
	text-decoration:none;
	border-radius:50vh;
	background:-moz-linear-gradient(top, #F33 0%, #F66 50%, #F33 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#F33), color-stop(50%,#F66), color-stop(100%,#F33));
	background-color:#F66;
	border:outset 1px #F33;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.regButton .regbox1 {
	margin:0;
	padding:0 2px;
	width:46%;
	height:24px;
	float:left;
	text-align:right;
	font-size:12px;
	line-height:12px;
	color:#000;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.regButton .regbox2 {
	margin:0;
	padding:0 2px;
	width:54%;
	height:24px;
	float:right;
	text-align:left;
	font-size:18px;
	line-height:24px;
	color:#FF0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.regButton p {
	margin:0;
	padding:2px 0 0;
	font-size:22px;
	line-height:22px;
	font-weight:bolder;
	color:#FFF;
	clear:both;
}
.regButton span {
	margin:0;
	padding:0;
	font-size:12px;
	line-height:12px;
	color:#000;
}


/*** テーブル ***/
table.table td[bgcolor*="#CCCCCC"] {
    font-size: 14px;
    line-height: 1.2;
    vertical-align: middle;
}



.lead {
	margin:0;
	padding:0 8px 16px;
	text-align:left;
	font-size:16px;
}
.iPhoneHead + .lead {
	padding-top: 16px;
}
/*** メインコンテンツ ***/
.contents {
	margin:0;
	padding:0;
	text-align:center;
}
/*** ツールリスト ***/
ul.iPhoneULIndex {
	margin:0;
	padding:0;
}
ul.iPhoneULIndex .sectionTitleTop {
	margin:0;
	padding:8px 0;
	line-height:1.0;
	border-top:solid 1px #D9D9D9;
}
/*** リンクボタン ***/
.linkBox {
	margin:0 0 24px;
	padding:0 8px;
	text-align:center;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.linkBox a {
	margin:0;
	padding:10px 0;
	width:100%;
	display:block;
	line-height:1.0;
	text-decoration:none;
	border:outset 2px #999;
	background:-moz-linear-gradient(top, #FE0 0%, #FC0 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #FE0), color-stop(100%, #FC0));
	background-color:#FC0;
	border-radius:8px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}


.kisyubotan {
	margin:0 auto;
	margin-top:10px;
	margin-bottom:6px;
	
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#0078ef), color-stop(100%,#0080ff));
	background-color:#0080ff;
	text-align:center;
	width:90%;
	border-radius:8px;
	font-size:18px;
	border:solid 2px #0271df;
	/*-moz-box-shadow: 2px 2px 2px rgba(000,000,000,0.5),inset 0px 0px 5px rgba(255,255,255,0.9);
    -webkit-box-shadow: 2px 2px 2px rgba(000,000,000,0.5),inset 0px 0px 5px rgba(255,255,255,0.9);*/
}
.kisyubotan a {
	/*padding:12px 0;*/
	color:#FFFFFF;
	text-decoration:none;
	display: block;
	padding:10px;
	
}


.kisyubotan2 {
	margin:0 auto;
	margin-top:2px;
	margin-bottom:6px;
	
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#0078ef), color-stop(100%,#0080ff));
	background-color:#0080ff;
	text-align:center;
	width:90%;
	border-radius:8px;
	font-size:18px;
	border:solid 2px #0271df;
	/*-moz-box-shadow: 2px 2px 2px rgba(000,000,000,0.5),inset 0px 0px 5px rgba(255,255,255,0.9);
    -webkit-box-shadow: 2px 2px 2px rgba(000,000,000,0.5),inset 0px 0px 5px rgba(255,255,255,0.9);*/
}
.kisyubotan2 a {
	/*padding:12px 0;*/
	color:#FFFFFF;
	text-decoration:none;
	display: block;
	padding:10px;
	
}
/*------------------------------
	攻略ツールに戻るリンク
------------------------------*/
.backtotop_box {
	margin: 0 auto;
	padding: 1rem 0;
	text-align: center;
	font-size: 0.9rem;
	background-color: transparent;
	border-top: solid 0.1rem #CCC;
}


/*------------------------------
	動画リンク
------------------------------*/
.kanren {
    padding: 0 10px;
	/*border-bottom: solid 1px #d5753b;*/
	background-color: #dceefd;
}
.kanren a {
    padding: 15px 0;
	background: none;
}
.kanren a::after {
    content: none;
}
.kanren a div {
    display: flex;
    position: relative;
}
.kanren .img {
    width: 40%;
}
.kanren .txt {
    margin-left: 5px;
    width: 60%;
    font-size: 14px;
    text-align: justify;
    color: #000;
}
.kanren .date {
    font-size: 12px;
    line-height: 1.0;
    text-align: right;
    color: #666666;
    position: absolute;
    bottom: 0;
    right: 0;
}
.kanren .note {
    margin-top: 2px;
	font-size: 12px;
    line-height: 1.0;
	text-align: left;
	color: #666666;
}

.toolLink {
    margin: 0 auto;
    padding: 6px 10px;
    background-color: #FFF;
    font-size: 12px;
    color: #666;
    text-align: center;
	border-bottom: none;
    /*border-bottom: solid 1px #d9d9d9;*/
}


/* 見出し */
.mawarii {
	width:460px;
	text-align:left;
	margin:0 auto;
	/*background-color:#FFF;*/
}