﻿@charset "utf-8";

/*
Reset
*/
html,body,h1,h2,h3,h4,h5,h6,div,span,ul,ol,p,b,
br,table,section,article,video,audio,
address,strong,form,aside,footer,header {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
}

img{
	border:0px;
	vertical-align:top;/*画像の下に勝手に生じる隙間をなくす*/
}

p {
}

h1 {
	color:#fff;
}

h2 {
	font-size:13px;
	margin-left:40px;
	padding:70px 0 5px 0;
	color:#222;
	font-weight:500;
}

a {
}

a:hover{
}

a:focus{
	outline:none;/*　aタグフォーカス時の枠を消すだけのコード　*/
}

/*
-----------------------------
body
-----------------------------
*/
body {
	font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
	background-color:white;
}

.wrap {
	width:400px;
	height:px; /*フッター100pxが背景にのらんかったから、背景画像ハイト1891に100px足した。*/
}

/*
-----------------------------
トップ部分のみ
-----------------------------
*/
.upper { 
	width:400px;
	height:321px;
	float:left;
}

/*
-----------------------------
トップより下
-----------------------------
*/
.model-sub {
	width:400px;
	height:563px;/*  */
	background-image:url(../img/haikei-s2-sub.png);
	background-position:top center;
	background-repeat:no-repeat;
	float:left;
	position:relative;
}

.sanka-sub {
}

.sanka-sub p{
	width:300px;
	padding-top:10px;
	padding-left:50px;
	font-size:12px;
	color:#222;
	font-weight:500;
}
/*
-----------------------------
footer
-----------------------------
*/

.footer{
	width:400px;
	float:left;
	text-align:center;
	position:absolute;
	bottom:0px;
}

.footer p{
	color:#777;
	font-size:12px;
}

.footer ul{
	list-style-type:none;
}

.footer ul li{
	font-size:12px;
	display:inline-block;
	color:#777;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

.footer ul li:not(:first-child)::before{
	content:"/ ";
}

.footer ul li a{
	color: #777;
	font-weight:600;
	text-decoration:none;
}

.footer ul li a:hover{
	color: #ff6464;
	text-decoration:none;
}