@charset "UTF-8";
/*==================
 ▼ブレイクポイント▼
 *480px：SP横
 *600px：タブレット
 *900px：PC
==================*/

html{
	padding:0;
	border:none;
	font-size: 100%;
	font-family: "メイリオ","ＭＳ Ｐゴシック", Osaka, sans-serif;
	margin:0;
	background:#ccc;
}

body{
	font-size:95%;
	color:#333;
	background:#ccc url(../image/bg_frake.gif) fixed;
	line-height:1.5;
	padding:0;
	margin: 0;
}
@media screen and (max-width: 480px) {body{font-size: 85%;}}


body#menu{
	background:#333;
	line-height:1.1;
}

h1{
	padding:10px 20px;
	margin:0 0 10px 0;
	border-radius:30px;
	background:#333;
	box-shadow:1px 1px 2px #666;
	color:#fbb610;
	font-size:230%;
	line-height:1;
	font-weight:bold;
	text-align:center;
}

h2,h3,h4{padding:5px 0;margin:0;line-height:1;}
h2{
	font-size:135%;
	padding: 10px 10px 5px 10px;
	background: #666;
	color: #fff;
	border-radius: 10px 10px 0 0;
	box-shadow:1px 1px 2px #666;
}
div+h2,div+h3{margin-top: 1em;}

h3{font-size:125%;}

h4{font-size:110%;}

h1 span{
	padding-left:1em;
	font-size:50%;
}
h2 span{
	padding-left:1em;
	font-size:65%;
}

h3 span,h4 span{
	padding-left:0.5em;
	font-size:65%;
	font-weight:normal;
}


p{margin:0 0 0.5em 0;}
ul,li{padding:0;margin:0;}

img{
	border:none;
	padding:0;
	margin:0;
	vertical-align:top;
	transition: filter 0.3s;
}
img[src$=".gif"] { 
   image-rendering: -moz-crisp-edges;
   -ms-interpolation-mode: nearest-neighbor;
}

img.lazyestload{
   /* filter: blur(8px);*/
}

a{color:#008fe1;text-decoration:none;}
a:focus { outline:none;} 
	a:link.white,a:visited.white,
	h2 a:link,h2 a:visited{color:#fff;}
a:visited {color:#4378b6;}
a:hover{color:#b979ce;text-decoration:underline;}

a.over1:hover{
	position:relative;
	top:1px;
	left:1px;
}

a[href^="http://"]:after,
a[href^="https://"]:after{
	content:"";
	display: inline-block;
	width: 11px;
	height: 11px;
	background-image:url(../image/naviic.png) ;
	background-repeat:no-repeat;
	background-position: -55px -11px;
}

a[href*="colornix.com"]:after,
.linkbox a:after,
a.linkbox:after{
	display: none;
}

.flexbox{
	display: flex;
	align-items:center;
}
.flexbox * + *{margin-left: 5px;}
@media screen and (max-width: 480px) {.flexbox{flex-wrap:wrap;}}

.small{font-size:85%;}

.orange { color : #ffa800;}
.blue { color: #48b2cd;}
.red{ color:#ff3366;}
.white{ color:#ffffff;}
.gray{color: #aaa;}

.alignc{text-align:center !important;}
.alignr{text-align:right !important;}

.pt0{padding-top: 0 !important;}
.mt0{margin-top: 0 !important;}

hr{
	display:none;
}

.hr1{
	display: inline-block;
	width: 100%;
	background:url(../image/hrimg.gif) repeat-x;
	height:5px;
	margin:1em 0;
	border: none;
}

.clear{
	display:block;
	clear:both;
	line-height:0;
}
.clear hr{display:none;padding:0;margin:0;font-size:1pt;line-height:0;}




/* ---------- header ---------- */

#header_wrap{
	display: block;
	width:100%;
	height:40px;
	background:#333;
	color:#fff;
	margin:0 auto;
	padding: 0;
	position:fixed;
	box-shadow:2px 2px 4px #333;
}

#header_wrap iframe{
	width: 100%;
	height:40px;
	border:0;
}
@media screen and (max-width: 760px) {#header_wrap,#header_wrap iframe{height:80px;}}

#header{
	display: flex;
	flex-wrap:wrap;
	justify-content:space-between;
	width: 100%;
	max-width:900px;
	height: auto;
	min-height:40px;
	margin:0 auto;
	padding:0;
	background: #333;
	text-align:left;
}
@media screen and (max-width: 900px) {#header{font-size: 80%;}}
@media screen and (max-width: 480px) {#header{font-size: 70%;}}
@media screen and (max-width: 360px) {#header{font-size: 55%;}}


#headlogo img{vertical-align: top;}
@media screen and (max-width: 600px) {#headlogo{width: 100%; text-align: center;}}

#menubox{
	margin-left: auto;
	height:40px;
}
@media screen and (max-width: 900px) {#menubox{padding-right:5px;}}
@media screen and (max-width: 600px) {#menubox{width: 100%; margin:0;}}

#header ul{
	display: flex;
	justify-content:space-between;
	align-items:center;
	height:40px;
	margin:0;
}
@media screen and (max-width: 760px) {#header ul{margin: 0 10px;}}


#header ul li{
	display:block;
	list-style:none;
	margin-top: 0;
	padding:0 ;
	font-weight:bold;
	text-align: center;
}

#header ul li+li{margin-left:10px;}

#header ul li a{
	padding:0;
	color:#fff;
	display:block;
}
#header ul li a:hover{
	color:#b979ce;
	text-decoration:none;
	position:relative;
	top:1px;
	left:1px;
}

#header ul li a:before{
	content:"";	
	display: inline-block;
	width: 11px;
	height: 11px;
	margin-right: 1px;
	background-image:url(../image/naviic.png);
	background-repeat:no-repeat;
}
@media screen and (max-width: 600px) {#header ul li a:before{margin-right: 0;}}

#header ul li.header_top a:before{background-position:0 0;}
#header ul li.header_about a:before{background-position:-11px 0;}
#header ul li.header_blog a:before{background-position:-22px 0;}
#header ul li.header_cg a:before{background-position:-33px 0;}
#header ul li.header_cg2 a:before{display: none;background: none;}
#header ul li.header_dot a:before{background-position:-44px 0;}
#header ul li.header_sozai a:before{background-position:-55px 0;}
#header ul li.header_shelf a:before{background-position:-66px 0;}
#header ul li.header_post a:before{background-position:-77px 0;}
#header ul li.header_link a:before{background-position:-88px 0;}

#header ul li img {
	margin-right: 1px;
	vertical-align:baseline;
}

#header ul li.menubox_twitter a{
	background:#55acee;
	border-radius: 3px;
	padding: 0 5px;
	font-size: 85%;
}
#header ul li.menubox_twitter a:before{display: none;}
#header ul li.menubox_twitter a:hover{color: #fff;}


/* ---------- wrap ---------- */
#wrap{
	width: 100%;
	max-width:900px;
	text-align:left;
	margin:0 auto;
	padding:50px 0 0 0;/*PC以外のpaddingはnavi.jsで制御*/
	word-wrap:break-word;
}


/* ---------- box ---------- */
.box1{/*幅100%無地*/
	width:100%;
	margin-bottom:10px;
	padding:10px;
	overflow:hidden;
}

.box1b{/*幅100%白地*/
	width:100%;
	background:#fff; 
	margin-bottom:10px;
	padding:10px;
	border-radius:8px;
	box-shadow:1px 1px 2px #666;
}

h2+.box1,h2+.box1b{border-radius: 0 0 8px 8px;}

.box2{padding:5px;}
.box3{padding:0 10px 5px 10px;}
.box4{padding:0 15px;}

.box1b h2,.box1b h3{color:#48b2cd;}

.float_l{float:left;margin-right:10px;}

.boxblank{
	visibility:hidden;
	width:5px;
	height:120px;
}

/* ---------- commonparts ---------- */
/*note：▲*/
p.note:before,
span.note:before{
}

ul.note{
	list-style:none;
}

p.note,
ul.note li{
	padding-left:16px;
	text-indent:-16px;
}
ul.note li+li{margin-top: 5px;}

p.note:before,
span.note:before,
ul.note li:before{
	content:"";
	display: inline-block;
	width: 11px;
	height: 11px;
	background-image:url(../image/naviic.png) ;
	background-repeat:no-repeat;
	background-position: 0 -11px;
	margin-right: 2px;
}

/*カーソル・リンク*/
img.cursor {
	margin-right: 3px;
	vertical-align: middle;
}

:not(img).cursor:before,
.cursor-arw:before,
.cursor-new:before{
	content:"";
	display: inline-block;
	width: 11px;
	height: 11px;
	background-image:url(../image/naviic.png);
	background-repeat:no-repeat;
	margin-right: 3px;
}
:not(img).cursor:before{background-position: 0 -11px;}/*右▲*/
.cursor-arw:before{background-position: -22px -11px;}/*→*/
.cursor-new:before{background-position: -44px -11px;}/*別窓*/

a.cursor-img:after{/*画像リンク*/
	content:"";
	display: inline-block;
	width: 11px;
	height: 11px;
	background-image:url(../image/naviic.png) ;
	background-repeat:no-repeat;
	background-position: -66px -11px;
	margin-left: 3px;
}

/*汎用DL*/
dl.commondl{
	margin-top: 0;
}
.commondl dt,
.commondl dd{
	margin: 0;
	padding: 0;
}

.commondl dt{
	float: left;
	font-weight: bold;
}

.commondl dt:after{
	content:"：";
}

/* ---------- pageup ---------- */
.pageup{
	width:100%;
	margin-top:10px;
	font-size:14pt;
	font-weight:bold;
	text-align:right;
}


/* ---------- footer ---------- */


#footer_wrap{
	width:100%;
	min-height:30px;
	margin-top:10px;
	padding: 0;
	background:#333;
	color:#fff;
}

#footer_wrap iframe{
	width: 100%;
	height:30px;
	border:0;
}
@media screen and (max-width: 760px) {#footer_wrap,#footer_wrap iframe{height:60px;}}


#footer{
	display: flex;
	justify-content:center;
	align-items:center;
	width:100%;
	max-width:900px;
	height:30px;
	margin:0 auto;
	padding: 0;
	font-size:10pt;
	text-align:center;
	color:#fff;
	background:#333;
}

@media screen and (max-width: 760px) {#footer{height:60px;}}


#footer img{vertical-align:middle;}

/* ---------- form ---------- */

form{margin:5px;}

input,textarea,select{
	background-color: #ffffff;
	color:#333333;
	border:1px solid #333333;
	}

