@charset "UTF-8";

/*CSSリセット（HTML5 Doctor CSS Reset*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
/*CSSリセット（HTML5 Doctor CSS Resetここまで************/



/**************************/
/*ここから全体設定部*/	
html{
	background-color: #fff;
}
body{
	-webkit-text-size-adjust: 100%;/*iPhoneで回転しても文字が大きくならない設定*/
	background-color: #fff;
	width: 90%;
    margin-left: 5%;
    font-size: 15px;
    line-height: 1.3;
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
	
}
h1{
	font-size: 18px;
	text-align: center;
	margin: 15px 0 0 0;
}
h2{
	font-size: 15px;
	text-align: left;
	margin: 15px 0 5px 0;
}
h3{
	font-size: 15px;
	font-weight: normal;
	display: inline;
}
span.bold{
    font-weight: bold;
    font-size: 14px;
}
span.big{
    font-size: 20px;
}
.sankaku{
    font-size: 25px;
    color: #eee;
    padding: 0 45% 0 45%;    
}
img.ios{
    float: left;
    width: 40%;
    }
img.android{
    float: right;
    width: 46%;
    position: relative;
    top: -48px;
    left: 8px;
}
/*****ここまで全体設定部*****/		

.modoru{
    margin: 20px 5px 20px 0;
    font-weight: bold;
    font-size: 14px;
    float: left;
}      
.totop_up{
    margin: 20px 5px 20px 0;
    font-weight: bold;
    font-size: 14px;
    float: right;
}
.step-my{
	padding: 20px;
	margin: 10px 0 10px 0;
	background-color: #fff;
    border-radius: 10px;
    border: 3px solid #ddd;
    font-size: 15px;
    color: #666;
}
.step{
	padding: 18px;
	margin: 10px 0 10px 0;
	background-color: #eee;
    border-radius: 10px;
    font-size: 15px;
    clear: both;
}
.step-last{
	padding: 10px;
	margin-bottom: 30px;
    font-size: 15px;
}
   




/**********************************/
/*-----４１4ｐｘ（iPhone6plus横幅414px）より大きなデバイス-----*/
@media only screen and (min-width: 415px) {
	body{
	width: 414px;
	margin: auto;
	}
}
