@charset "UTF-8";

/* ----------------------------------
  ** mapple-on Co., Ltd. by Akiko.S
  ** CreateDated: 2013.08.23
------------------------------------ */
@font-face {
    font-family: FLOPDesignFont;
    src:url(../font/FLOPDesignFont.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: flopdesign;
    src: url(../font/01FLOPDESIGN.ttf) format("truetype");
    font-style: normal;
}

/* ------------------------- 
 	* CSS reset
--------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a:link,
a:visited {
	border-bottom: 1px dotted #8ACECE;
	color: #90DFDF;
	text-decoration: none;
	-webkit-transition: color 200ms ease-in;
	-webkit-transition: border-bottom 200ms ease-in;
	-moz-transition: color 200ms ease-in;
	-moz-transition: border-bottom 200ms ease-in;
	-o-transition: color 200ms ease-in;
	-o-transition: border-bottom 200ms ease-in;
	transition: color 200ms ease-in;
	transition: border-bottom 200ms ease-in;
}

a:hover,
a:active {
	border-bottom: 1px solid #6099f5;
	color: #90bff5;
	text-decoration: none;
}

.clip a {
	border-bottom: none;
}

@media screen and (max-width: 479px) {
	body {
		padding: 0em 0px !important;
		background: #eee!important;
	}
	a:link,
a:visited {
	/* border-bottom: 1px dotted #8BC2C2; */
	color: #5CC5C5;
	text-decoration: none;
	-webkit-transition: color 200ms ease-in;
	-webkit-transition: border-bottom 200ms ease-in;
	-moz-transition: color 200ms ease-in;
	-moz-transition: border-bottom 200ms ease-in;
	-o-transition: color 200ms ease-in;
	-o-transition: border-bottom 200ms ease-in;
	transition: color 200ms ease-in;
	transition: border-bottom 200ms ease-in;
}

a:hover,
a:active {
	color: #90bff5;
	text-decoration: none;
}
}

#mueller-indicators {
	position: fixed;
	top: 0;
	left: 0
}

#mueller-indicators p {
	margin: 0 0 2px;
	padding: 0.25em 1em;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	background: #666;
	filter:progid: DXImageTransform.Microsoft.Alpha(Opacity=40);opacity:0.4;
}

body {
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Arial,bokutachi,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,'ＭＳ Ｐゴシック',sans-serif;
	font-weight: normal;
	color: #666;
	/*background: #fff url(../img/scroll_bg.png) no-repeat center top;*/
	padding: 0;
	font-weight: 500;
}

body div#wrapper {
	width: 100%;
	line-height: 1.5em;
	margin: 0 auto;
padding: 0;
max-width: 1175px;
}

#container_sec {
	width: 100%;
}

section {
	padding-top: 1em;
	overflow: hidden;
	*zoom: 1;
}

p {
	font-size: 1em;
	line-height: 1.5em;
	padding: 0;
	margin: 0.7em 0;
}

h1 {
	display: block;
	font-size: 1.75em;
	line-height: 1em;
	color: #333;
	padding: 0;
	margin: 0.75em 0;
	text-shadow: 0 1px #fff;
}

.box {
	display: block;
	background: #ffffff;
	padding: 0 1.5em 1em;
	margin-bottom: 1.5em;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	*zoom: 1;
}
