@charset "utf-8";

/* 基本設定、リンクカラーなど
----------------------------------------------------*/

* {
padding: 0;
margin: 0;
}
html {
overflow-y: scroll;
height: 100%;
}
body {
font-family:"メイリオ", Meiryo, verdana, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro "ＭＳ Ｐゴシック", Osaka, sans-serif;
font-size: 14px;
color: #594D3F;
line-height: 1.6;
font-weight:normal;
border-top:8px solid #221815;
background-color:#F5F4F2;
}
h1, h2, h3, h4, h5, h6 {
font-size: 1.0em;
font-weight: normal;
}
a:link {color:#FF0033; text-decoration:none;}
a:visited {color:#FF3333; text-decoration:none;}
a:hover {color:#FF6666; text-decoration:underline;}
a:active {}
#news a:link {color:#221815; text-decoration:none;}
#news a:visited {color:#221815; text-decoration:none;}
#news a:hover {color:#09BDE0; text-decoration:none;}
footer a:link {color:#FFFFFF; text-decoration:none;}
footer a:visited {color:#FFFFFF; text-decoration:none;}
footer a:hover {color:#75DEF0; text-decoration:underline;}
#panq a:link {color:#221815; text-decoration:none;}
#panq a:visited {color:#221815; text-decoration:none;}
#panq a:hover {color:#09BDE0; text-decoration:none;}
#list_purple a:link {color:#594D3F; text-decoration:none;}
#list_purple a:visited {color:#594D3F; text-decoration:none;}
#list_purple a:hover {color:#C805F9; text-decoration:none;}
#list_darkblue a:link {color:#594D3F; text-decoration:none;}
#list_darkblue a:visited {color:#594D3F; text-decoration:none;}
#list_darkblue a:hover {color:#09BDE0; text-decoration:none;}
#list_green a:link {color:#594D3F; text-decoration:none;}
#list_green a:visited {color:#594D3F; text-decoration:none;}
#list_green a:hover {color:#6FCF09; text-decoration:none;}
#list_orange a:link {color:#594D3F; text-decoration:none;}
#list_orange a:visited {color:#594D3F; text-decoration:none;}
#list_orange a:hover {color:#FE6E00; text-decoration:none;}
#wimax_menu a:link {color:#FFFFFF; text-decoration:none;}
#wimax_menu a:visited {color:#FFFFFF; text-decoration:none;}
#wimax_menu a:hover {color:#75DEF0; text-decoration:underline;}
.linkgray a:link {color:#594D3F; text-decoration:none;}
.linkgray a:visited {color:#594D3F; text-decoration:none;}
.linkgray a:hover {color:#FF0033; text-decoration:underline;}

a:active {}
a img {border: 0;}
a:hover * {
filter: alpha(style=0; opacity=60);
-moz-opacity: 0.60;
opacity: 0.60;
}


.link_pink{
margin:15px 0 0 0;
padding:0 0 0 15px;
background: url(../img/link_pink_arrow.gif) left center no-repeat;
}
/*font-family: 'Raleway', sans-serif;*/

article, aside, details, footer, header, menu, nav, section { display: block; }
input, textarea, select { font-size: 12px; font-family: arial, sans-serif; }
textarea { overflow: auto; }



/* フッター
----------------------------------------------------*/
#black_bg{
width:100%;
padding:10px 0;
background-color:#221815;
overflow:hidden;
}
.go-top {
position: fixed;
width:60px;
height:60px;
bottom: 38px;
right: 15px;
display: none;
}
footer {
width:1000px;
height:50px;
margin:0 auto;
position:relative;
}
footer .home_btn{
display: block;
width:42px;
height:41px;
top:5px;
left:0;
background:url(../img/footer_kiwi_icon.gif) left top no-repeat;
text-indent:-9999px;
overflow:hidden;
position:absolute;
}
footer .home_btn:hover {
background-position: left -41px;
}
footer .footermenu{
width:600px;
top:15px;
left:70px;
position:absolute;
}
small{
width:384px;
height:16px;
top:20px;
right:0;
background:url(../img/footer_copyright.gif) left top no-repeat;
text-indent:-9999px;
overflow:hidden;
position:absolute;
}



/*HP制作用追加 2020.2.12*/
.hp-design {
	margin: 10px auto 0;
	width: 1000px;
}
.hp-design img {
	max-width: 1000px;
}
#hp-design-p {
	text-align: center;
	margin-bottom: 5px;
}
#hp-design-p img{
	width: 100%;
	max-width: 1300px;
}
#hp-design-p .btn a {
	display: block;
	padding: 20px;
	background:#26b0bd;
	color: #fff;
font-size: 3vw
}
#hp-design-p .btn {
	width: 1300px;
	max-width: 100%;
	margin: 0 auto;
}














