@charset "utf-8";

html * {
	box-sizing: border-box;
}
body {
	margin: 0;
	font-family: sans-serif;
}
/******** ヘッダーとナビゲーションの固定配置 */
.header-nav-wrapper {
	position: fixed;
	z-index: 10;
	left: 0;
	top: 0;
	width: 585px;
	background: #ffffff;
}
/******** スクロールする部分 */
.main-wrapper {
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	width: 585px;
}

/******* ナビゲーション */
.nav-container {
	width: 585px;
	margin: 0 auto;
	padding: 0 0 0 0;
	background: #aaa;
}
.globalnav {
	display: flex;
	flex-flow: row;
	margin: 0;
	padding: 0;
	list-style: none;
}
.globalnav li {
	flex: 1 0 auto;	
}
.globalnav li a {
	display: block;
	font-size: 18px;
	font-weight: 500;
	padding: 0;
	border-bottom: 5px solid #ffffff;
	text-decoration: none;
	text-align: center;
	line-height: 24px;
	color: #ffffff;
}
.globalnav li a:hover {
	border-bottom: 5px solid #02eea2;
	color: #02eea2;
}
/******* メインコンテンツレイアウト部分 */
/****** あいうえお文字 ******/
.jmoji_header	{
	font-size: 18px;
	text-align: center;
	color: #ffffff;
	font-weight: 600;
	background: #02eea2;
	border-radius: 10px;
	padding: 1px 20px 1px 20px;
	margin: 40px 10px -5px 10px;
}
/*    */
.mark::after	{
	content: "\221E\221E\221E\221E\221E\221E\221E\221E\221E\221E\221E\221E\221E\221E\221E\221E\221E\221E\221E\221E\221E\221E\221E\221E\221E\221E\221E\221E\221E\221E\221E";
	color: #02eea2;
	font-size: 14px;
}

/****** あいうえお検索 ******/
ul.aiu-tiwork 	{
	width: 585px;
	background-color: #ffffff;
	margin: 0px 0 0 0;
	padding: 0;
}
ul.aiu-tiwork  li	{
	width: 550px;
	list-style-type: none;
	background-color: #ffffff;
	border-left: solid 6px #02eea2;
	border-bottom: dotted 1px #02eea2;
	padding: 3px 30px 2px 30px;
	margin: 8px 0 8px 25px;
}
ul.aiu-tiwork  li	 a:link	{
	display: inline-block;
	font-size: 18px;
	color: #000000;
	line-height: 23px;
	text-decoration: none;
}
ul.aiu-tiwork  li	 a:visited	{
	display: inline-block;
	font-size: 18px;
	color: #000000;
	line-height: 23px;
	text-decoration: none;
}
ul.aiu-tiwork  li	 a:hover	{
	color: #ff0000;
	text-decoration: underline;
}
ul.aiu-tiwork  li img	{
	border: 0;
	margin: -5px 0 -2px 20px;
}
/*　画像右詰め　*/
.fr	{
	float: right;
}
.fr-end	{
	clear: both;
	bbox-shadow: 1px 1px 4px 1px rgba(0,0,0,0.15);
}
/*　25スペース　*/
.sp25 {
	height: 33px;
	width: 100px;
	border: solid 2px #ffffff;
}

