@charset "utf-8";
@font-face {
    font-family: 'mgenplus-1c';
    src: url('../font/mgenplus-1c-medium.eot');
    src: url('../font/mgenplus-1c-medium.eot?#iefix') format('embedded-opentype'),
         url('../font/mgenplus-1c-medium.woff') format('woff'),
         url('../font/mgenplus-1c-medium.ttf') format('truetype'),
         url('../font/mgenplus-1c-medium.svg#mgenplus-1c') format('svg');
		 font-weight: normal;
		 font-style: normal;
}


/* -- Reset style
-------------------------------------------------------------------------------- */
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, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
html {
	overflow-y: scroll;
}
body {
	font: 13px/1 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	color: #333;
	text-align: center;
	letter-spacing: 0;
	background: #FFF;
	width: 100%;
}
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'mgenplus-1c';
}
address, em, s, cite, q, dfn, abbr, time, code, var, samp, kbd, sub, sup, i, mark, ruby {
	font-style: normal;
	font-weight: normal;
} 
fieldset,img {
	border: 0;
	vertical-align: top;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ins {
	background-color: #FF9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #FF9;
	color: #000; 
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}
table {
	font-size: inherit;
	font: 100%;
	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;
}
select,input,button,textarea,button {
	font: 99% arial,helvetica,clean,sans-serif;
}
pre,code,kbd,samp,tt {
	font-family: monospace;
	line-height: 100%;
}
sup {
	font-size: 75%;
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
ul,ol {
	list-style: none;
}
*::selection {
	background: #1eb9ee;
	color: #FFF;
}
*::-moz-selection {
	background: #1eb9ee;
	color: #FFF;
}
.aqua {
	color: #1eb9ee;
}



/* -- for Smartphone
-------------------------------------------------------------------------------- */
body {
	-webkit-text-size-adjust: 100%;
}
.ua-android p,
.ua-android li {
   background: url(../img/s.gif) no-repeat;
}



/* -- Link
-------------------------------------------------------------------------------- */
a,a:link,
a:visited  {
	color: #111;
	text-decoration: none;
	outline: none;
}
a:hover,
a:active,
a:focus {
	color: #111!important;
	text-decoration: underline;
}
section a:hover,
.key a.inlink:hover img,
#Special article a:hover,
#Project.index article a:hover,
#Member.index article section ul li a:hover,
article + p a:hover,
header a:hover img {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-transition: color 0.5s ease,opacity 0.5s ease;
	-webkit-transition: color 0.5s ease,opacity 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: color 0.5s ease,opacity 0.5s ease;
}



/* -- Common
-------------------------------------------------------------------------------- */
.clr { clear: both; }
.fr { float: right; }
.fl { float: left; }
.ar { text-align: right!important; }
.al { text-align: left!important; }
.ac { text-align: center; }



/* -- Clear_fix
-------------------------------------------------------------------------------- */
.cf:after,
article > section:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}
.cf { display: inline-block; }
.cf { display: block; }
