@charset "UTF-8";
/*～～～～～～～～～～～～～～～～～～～
@   ＠ルール（全体の設定）
*{  全称セレクタ（すべての要素に適用）
 .{  classセレクタ（クラス名の要素に適用）
#{  idセレクタ（id属性を持つ要素にひとつだけ適用）
　margin: padding: ㊤ ㊨ ㊦ ㊧
 ～～～～～～～～～～～～～～～～～～～～*/
/*======== CSSリセット ========*/
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,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*★= 全般設定 =★*/
html {
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
html *{
	box-sizing: border-box;
}
body {
	background-color: white;
}
header {
	width: 100%;
	position: relative;
}
main {
	width:100%;
}
.wrapper {
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
/*	padding-left: 4px;*/
/*	padding-right: 4px;*/
}
p {
  font-size: 20px;
  line-height: 1.5;
}
img {
	vertical-align:bottom;
}
.clear {
	clear:both;
}

/*★= Linkポイント挙動 =★*/
/* アンダーライン消去 */
a {text-decoration: none; } 
/* 未訪問のリンク */
a:link { color: blue; }
/* 訪問済みのリンク */
a:visited { color: midnightblue; }
/* ポイント時のリンク */
a:hover { color: red; }
/* 選択中のリンク */
a:active { color: hotpink; }

/*★= 既定文字 h1～h6 =★*/
/*☆タイトル☆*/
h1 {
	font-size: 17px;
	color: black;
	background:  thistle;
	letter-spacing: 1px;
/*	font-weight: bold;*/
/*	border-bottom: 2px solid plum;*/
	margin-top: 15px;
	margin-bottom: 6px;
	padding: 4px 0 0 8px;
/*	text-align: center;*/
}
/*☆サブタイトル☆*/
h2 {
	font-size: 15px;
	color: black;
	background: lavenderblush;
/*	font-weight: bold;*/
/*	border-bottom: 3px solid plum;*/
/*	line-height:1.5;*/
	margin: 4px 0 2px 0;
	padding: 4px 0 0 4px;
}
/*☆本文☆*/
h3 {
	font-size: 14px;
	color: navy;
	margin-left: 4px;
	line-height:1.4;
/*	background: ivory;*/
/*	font-weight: bold;*/
/*	border-bottom: 3px solid plum;*/
/*	margin-left: 0.6em;*/
/*	 line-height:1.5;*/
/*	margin: 5px 0 12px 0;*/
/*	padding: 12px 0 0 16px;*/
/*	text-align: center;*/
}
/*☆補助文☆*/
h4 {
	font-size: 13px;
	color: navy;
	margin-left: 4px;
	line-height:1.4;
/*	margin: 5px 0 12px 0;*/
/*	padding: 12px 0 0 16px;*/
/*	text-align: center;*/
}
/*☆中文字サイズ☆*/
h5 {
	font-size: 11px;
	color: navy;
/*	background: ivory;*/
/*	font-weight: bold;*/
/*	border-bottom: 3px solid plum;*/
/*	margin-left: 0.6em;*/
/*	line-height:1.5;*/
/*	margin: 5px 0 12px 0;*/
	padding: 2px 4px;
/*	text-align: center;*/
}
/*☆小文字サイズ☆*/
h6 {
	font-size: 9px;
	color: navy;
/*	background: ivory;*/
/*	font-weight: bold;*/
/*	border-bottom: 3px solid plum;*/
/*	margin-left: 0.6em;*/
/*	line-height:1.5;*/
/*	margin: 5px 0 12px 0;*/
	padding: 2px 4px;
/*	text-align: center;*/
}

/*★=  navH（Horizon）=★*/
.navH {
	width: 100%;
	font-size: 14px;
	background: darkmagenta;
	padding-top: 10px;
	border-bottom: 3px solid darkmagenta;
	top:0;
}
.navH ul {
	position:relative;
	text-align: center;
/*	margin-left: 8px;*/
}
.navH li {
	display: inline;
/*	padding: 0 2x;*/
	list-style-type: none;
}
.navH a {
	color: white;
	padding: 0 8px;
	text-decoration: none;
}
.navH a:hover {
	color: navy;
	background: mistyrose;
/*	font-weight: bold;*/
	text-decoration:none;
	border-radius: 8px 8px 0 0;
}

/*★=  navV（Vertical）=★*/
.navV {
	position: relative;
	overflow: hidden;
}
.navV ul {
/*	margin: 4px 0;*/
/*	padding: 0;*/
}
.navV li {
	list-style: none;
	font-size:14px;
/*	margin: 4px 0 4px 4px;*/
	padding: 5px 0 0 8px;
	text-decoration: none;
}
.navV li a {
	display: block;
	color: black;
	text-decoration:none;
}
.navV li a:hover {
	color: blue;
/*	border-left: 6px solid lightskyblue;*/
	background: #c1e4e9;/*白藍*/
/*	background:#eaf4fc; 月白*/
	font-weight:500;
	transition:all 0.1s ease 0s;
/*	border: 1px solid pink;*/
}
.navV li a:visited {
	color:#b44c97;/*紅紫*/
	background: #fef4f4; /*桜色*/
/*	background: #fff1cf;鳥の子色*/
}

/*★= 中央/左/右寄せ設定 =★*/
/*☆中央寄せ☆*/
.imgC {
	clear: both;
	overflow: hidden;
	text-align: center;
/*	border: 2px dotted skyblue;*/
}
/*☆左寄せ☆*/
.imgL {
  float: left; /* 画像を左に */
  margin-right: 8px;
}
/*☆右寄せ☆*/
.imgR {
  float: right; /* 画像を右に */
  margin-left: 8px;
}

/*★=  Fuji専用写真設定 =★*/
/*☆横向き☆*/
.img-lands {
	width: 330px;
	height: auto;
}
/*☆縦向き☆*/
.img-portr {
	width: 230px;
	height: auto;
}

/*★★ EoF ★★*/