@charset "UTF-8";

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;
    background:transparent;
}
body {
	overflow-y: scroll;
    line-height:1;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
ol, ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
}
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;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
img {
　　　vertical-align: top;
　　　font-size:0;
　　　line-height: 0;
}

body#subpage{
	min-width: 600px;
}

/*------------------------------------------
	header
--------------------------------------------------*/
header{
	width: 100%;
	margin: 0;
	padding: 10px 0 0;
	background-color: #09f;
	border-top: 7px solid #06c;
	border-bottom: 7px solid #06c;
	-webkit-box-shadow: 0 0px 3px #aaf;
	box-shadow: 0 0px 3px #aaf;
}
header #head{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
header .blockL{
	width: 40%;
	float: left;
	text-align: center;
}

header .logo{
	width: 20%;
	float: left;
}
header img{
	display: block;
	width:100%;
	margin:  0;
}

header .blockR{
	width: 40%;
	margin-left: 60%;
}
header #bottomArea{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
header #bottomArea ul{
	width: 100%;
	overflow: hidden;
}
header #bottomArea li{
	float: left;
	display: block;
	margin: 5px 0;
	padding: 0;
	text-align: center;
	line-height: 120%;
	font-size: 120%;
	font-weight: bold;
	color: #fff;
	letter-spacing: 1px;
	text-shadow: 1px 1px 1px #000,1px -1px 1px #000,-1px 1px 1px #000,-1px -1px 1px #000;
}
header #bottomArea li.bl3{
	width: 33%;
}
header #bottomArea li.bl2{
	width: 49.5%;
}
header #bottomArea li.blank{
	display: block;
	width: 100%;
	clear: both;
	height: 2px;
	margin: 0;
}
/*------------------------------------------
	VISUAL
--------------------------------------------------*/
div#visual{
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
	position: relative;
	z-index: 5000;
}
div#visual img{
	width: 100%;
	display: block;
}
/*------------------------------------------
	contents
--------------------------------------------------*/
#wrap{
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	background-color: #cff;
}
.windowL,.windowR{
	width: 20%;
	font-size: 180%;
	letter-spacing: -2px;
	color: #fff;
	font-weight: bolder;
	line-height: 30px;
	padding: 35px 0;
	margin: 0;
	background-color: #f69;
	border-top: 15px double #fff;
	border-bottom: 15px double #fff;
	position: fixed;
	top: 50%;
	text-align: center;
}
.windowL{
	left: 0;
}
.windowR{
	right: 0;
}
#contents{
	width: 60%;
	background-color: #fff;
	overflow: hidden;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-left: 3px double #aaa;
	border-right: 3px double #aaa;
}
/*------------------------------------------
	nav
--------------------------------------------------*/
nav{
	width: 100%;
	overflow: hidden;
	background-color: #06c;
	padding: 0px 0 7px;
	margin: 0;
}
ul.navi{
	overflow: hidden;
	background-color: #06c;
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 9999;
}
ul.navi li a{
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #FFFFFF),
	color-stop(1, #0099FF)
	);
	background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #0099FF 100%);
	background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #0099FF 100%);
	background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #0099FF 100%);
	background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #0099FF 100%);
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #0099FF 100%);
	position: relative;
	z-index: 9999;

	display: block;
	width: 16.6%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	border-right: 1px solid #36f;
	border-top: 1px solid #36f;
	border-bottom: 1px solid #36f;
	text-align: center;
	line-height: 30px;
	padding: 15px 0;
	font-size: 120%;
	letter-spacing: -1px;
	font-weight: bold;
	color: #ffefff;
	text-shadow: 1px 1px 1px #000,-1px 1px 1px #000,1px -1px 1px #000,-1px -1px 1px #000;
}
ul.navi li:first-child a{
	margin-left: 0.2%;
	border-left: 1px solid #36f;
}
ul.navi li a:hover{
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
}

/*------------------------------------------
	topics
--------------------------------------------------*/
#topics{
	width: 100%;
	margin: 0;
	padding: 20px 0;
	overflow: hidden;
}
.blog{
	width: 95%;
	max-width: 600px;
	margin: 10px auto;
}
#topics h2{
	font-size: 200%;
	font-weight: bold;
	color: #c00;
	text-shadow: 3px 3px 2px #000,-3px 3px 2px #000,3px -3px 2px #000,-3px -3px 2px #000,
    0px 3px 3px #000,0px -3px 3px #000,3px 0px 3px #000,-3px 0px 3px #000;
    text-align: center;
    border-bottom: 2px solid #f00;
}
.top-link{
	max-width: 500px;
	width: 90%;
	margin: 5px auto;
	overflow: hidden;
}
.top-link a{
	display: block;
	width: 30%;
	margin: 10px;
	background-color: #fcf;
	text-align: center;
	padding: 10px;
	color: #900;
	font-weight: bold;
	float: left;
}
.top-link a:hover{
	background-color: #f3f;
	color: #600;
}
ul.topi-list{
	width: 98%;
	margin: 10px auto;
	overflow: hidden;
}
ul.topi-list li.lb{
	width: 90%;
	margin: 10px auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #f00;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	overflow: hidden;
}
li.lb ul.list-inner{
	width: 100%;
	margin: 0;
	padding: 0;
}
ul.list-inner li.img-area{
	width: 25%;
	float: left;
}
ul.list-inner li img{
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}
ul.list-inner li.lt{
	width: 75%;
	font-size: 120%;
	font-weight: bold;
	color: #c00;
	margin: 5px 0 5px 25%;
	text-align: center;
}
ul.list-inner li.coment{
	width: 70%;
	margin: 5px 0 5px 27%;
	font-size: 90%;
	color: #555;
	line-height: 20px;
}
ul.list-inner li.linkbar-half{
	width: 30%;
	margin: 5px 1%;
	padding: 0;
	float: left;
}
ul.list-inner li.linkbar-half a{
	display: block;
	width: 100%;
	padding: 15px 0;
	text-align: center;
	background-color: #cff;
	color: #900;
	font-weight: bold;
	border: 1px solid #3ff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
ul.list-inner li.linkbar-half a:hover{
	background-color: #9ff;
	border-color: #6cc;
	color: #600;
	-webkit-transition: all .5s ease;
	   -moz-transition: all .5s ease;
	    -ms-transition: all .5s ease;
	     -o-transition: all .5s ease;
	        transition: all .5s ease;
}
/*------------------------------------------
	flow
--------------------------------------------------*/
#flow{
	width: 95%;
	margin: 10px auto;
}
#flow .fw{
	width: 100%;
	overflow: hidden;
}
#flow .flowbox{
	width: 16%;
	margin: 0;
	float: left;
	position: relative;
}
#flow .vector{
	width: 5%;
	float: left;
}
#flow .vector img{
	display: block;
	width: 90%;
	margin: 0 auto;
	padding-top: 20px;
}
#flow .flowbox img{
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px solid #9cf;
	border-radius: 5px;
	font-size: 90%;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	z-index: -1000;
}

#flow h2,.maker h2{
	font-size: 200%;
	text-align: left;
	border-bottom: 1px solid #aaa;
	margin: 35px 0 10px;
	color: #900;
}
#flow ul{
	width: 90%;
	margin: 10px auto;
	overflow: hidden;
}
#flow li{
	width: 32%;
	margin: 5px 0 5px 1%;
	float: left;
	line-height: 150%;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-left: 10px ridge #900;
	text-indent: 1%;
}
#flow p{
	color: #900;
	text-align: center;
	font-weight: bold;
	font-size: 120%;
	line-height: 150%;
	border-top: 1px solid #999;
}
/*------------------------------------------
	MAKER
--------------------------------------------------*/
.maker{
	width: 95%;
	margin: 10px auto;
}
.maker h3{
	font-size: 180%;
	font-weight: bold;
}
.maker ul{
	width: 90%;
	overflow: hidden;
	margin: 0 auto;
}
.maker li{
	width: 15.6%;
	margin: 5px 0 5px 1%;
	float: left;
}
.maker li img{
	width: 100%;
	height: auto;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #777;
}
.maker li a:hover img{
	filter:alpha(opacity=60);
    -moz-opacity: 0.60;
    opacity: 0.60;
}
.maker p{
	color: #900;
	text-align: center;
	font-weight: bold;
	font-size: 90%;
}

/*------------------------------------------
	access
--------------------------------------------------*/
#access{
	width: 49%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px solid #06f;
	margin: 0px 0.5% 10px;
	float: left;
}
#access h2,#company h2{
	font-size: 200%;
	text-align: center;
	border-bottom: 1px solid #aaa;
	margin: 5px 0 10px;
	color: #900;
}
#access iframe{
	display: block;
	width: 95%;
	margin: 5px auto;
}
/*------------------------------------------
	company
--------------------------------------------------*/
#company{
	width: 49%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px solid #06f;
	margin: 0px 0.5% 10px 50%;
}
#company dl{
	width: 95%;
	margin: 10px auto;
}
#company dl dt{
	font-size: 95%;
	color: #555;
	border-bottom: 1px solid #ddd;
	margin: 15px 0;
	padding-left: 20px;
	position: relative;
}
#company dl dt:before,#company dl dt:after{
	display: block;
	width: 5px;
	height: 5px;
	content: '';
	border: 1px solid;
	position: absolute;
}
#company dl dt:before{
	border-color: #00c;
	left: 0;
	top: 0;
}
#company dl dt:after{
	border-color: #c00;
	left: 5px;
	top: 5px;
}
#company dl dd{
	font-size: 120%;
	color: #555;
	line-height: 25px;
	margin-left: 5%;
}
.mini{
	font-size: 80%;
}
/*------------------------------------------
	PLAN
--------------------------------------------------*/
#plan{
	width: 100%;
	margin: 10px 0;
}
ul#plbox{
	width: 95%;
	max-width: 700px;
	margin: 10px auto;
	overflow: hidden;
}
ul#plbox li{
	width: 24%;
	float: left;
	margin: 5px 0.5%;
}
ul#plbox li img{
	display: block;
	width: 100%;
	margin: 10px 0;
	padding: 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	cursor: pointer;
}
ul#plbox li:hover img{
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
ul#plbox li a{
	font-size: 80%;
	color: #555;
	text-decoration: none;
	display: block;
	text-align: center;
	line-height: 120%;
}
ul#plbox li a:hover{
	color: #333;
}
		/*------------------------------------------
			PLAN-CHILD
		--------------------------------------------------*/

		.aco{
			width: 95%;
			max-width: 600px;
			margin: 10px auto;
			display: none;
		}
		.aco p.red{
			color: #900;
			font-weight: bold;
			text-align: center;
			line-height: 130%;
		}
		.aco p.standard{
			width: 90%;
			margin: 5px auto;
			line-height: 140%;
			color: #555;
			font-size: 90%;
		}

		#plan h2,.katalog h2{
			font-size: 200%;
			font-weight: bold;
			text-align: center;
			color: #36f;
			text-shadow: 1px 1px 1px #003,1px -1px 1px #003,-1px 1px 1px #003,-1px -1px 1px #003;

		}
		#plan h3{
			font-size: 180%;
			text-align: center;
			padding-left: 3%;
			border-bottom: 1px solid #777;
			margin: 10px 0;
			color: #3c0;
			text-shadow: 1px 1px 1px #030,1px -1px 1px #030,-1px 1px 1px #030,-1px -1px 1px #030;
		}
		#plan h4{
			font-size: 180%;
			padding-left: 1%;
			margin-left: 5%;
			border-left: 10px solid #600;
		}
		#plan dl.glass-rep,#plan dl.amido-rep{
			width: 98%;
			margin: 10px auto;
			overflow: hidden;
		}
		#plan dl.glass-rep dt,#plan dl.amido-rep dt{
			width: 40%;
			font-size: 85%;
			display: block;
			float: left;
			text-align: center;
			font-weight: bold;
			background-color: #fcf;
			line-height: 25px;
			font-weight: bold;
			border: 1px solid #66c;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			margin: 5px 0;
		}
		#plan dl.glass-rep dd.sec1,#plan dl.glass-rep dd.sec2,#plan dl.glass-rep dd.sec3{
			width: 18%;
			font-size: 80%;
			display: block;
			margin:5px 0 5px 1%;
			float: left;
			color: #555;
			text-align: center;
			line-height: 25px;
			border: 1px solid #555;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}
		#plan dl.glass-rep dd.sec100{
			width: 50%;
			font-size: 80%;
			display: block;
			margin:5px 0 5px 45%;
			color: #555;
			text-align: center;
			line-height: 25px;
			border: 1px solid #555;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}
		#plan dl.glass-rep hr{
			border: none;
		}
		#plan dl.amido-rep dd.sec1,#plan dl.amido-rep dd.sec2{
			width: 28%;
			font-size: 80%;
			display: block;
			margin:5px 0 5px 1%;
			float: left;
			color: #555;
			text-align: center;
			line-height: 25px;
			border: 1px solid #555;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}

		#plan
		#plan dl.reform dt{
			border: none;
		}
		#plan dl.reform dd{
			font-size: 150%;
			color: #f00;
			font-weight: bold;
		}


/*------------------------------------------
	KATALOG
--------------------------------------------------*/
.katalog{
	width: 100%;
	max-width: 700px;
	margin: 10px auto;
}
.katalog p{
	width: 90%;
	margin: 10px auto;
	font-size: 100%;
}
.katalog p.redstrong{
	color: #f00;
	font-weight: bold;
	font-size: 150%;
	text-align: center;
}
.katalog p img{
	display: block;
	width: 95%;
	max-width: 200px;
	height: auto;
	margin: 10px auto;
}


/*------------------------------------------
	footer
--------------------------------------------------*/
footer{
	width: 100%;
	text-align: center;
	padding: 10px 0;
	margin: 0;
	background-color: #06c;
	color: #fff;
	letter-spacing: 2px;
}
footer div.foot{
	font-size: 85%;
	line-height: 20px;
}
footer div.product{
	font-size: 85%;
	line-height: 20px;
	text-align: right;
	width: 90%;
	margin-right: 10%;
}
footer div.product a{
	color: #ffc;
	text-decoration: underline;
}
footer div.product a:hover{
	color: #fcf;
}

/*------------------------------------------
	contents
--------------------------------------------------*/
.atsu{
	overflow: hidden;
}
.atsu dt{
	display: inline-block;
	float: left;
	margin: 10px 0 0 0;
}
.atsu dd{
	display: inline-block;
	margin: 10px 0 0 0;
}
.atsu dd:after{
	content: "";
	display: block;
	width: 100%;
	clear: both;
	float: none;
	height: 2px;
	width: 100%;
}
/*------------------------------------------
	ALBUM
--------------------------------------------------*/
div.album{
	width: 100%;
	margin: 10px auto;
	overflow: hidden;
}
div.album p{
	width: 19%;
	margin: 3px 0 0 1%;
	float: left;
	position: relative;
	display: block;
}
div.album p span.aImg img,div.album p span.hidden img{
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	z-index: 1000;
	cursor: pointer
}
div.album p span.gName{
	width: 100%;
	bottom: 0;
	left: 0;
	position: absolute;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	display: block;
	text-align: center;
	font-size: 70%;
	line-height: 120%;
}
div.album p span.hidden{
	width: 200%;
	filter:alpha(opacity=0);
    -moz-opacity:0;
    opacity: 0;
	height: auto;
    z-index: 1000;
    bottom: 0;
    left: 0;
    display: block;
    position: absolute;
}
div.album p span.posiR{
	left: -80%;
	position: absolute;
}
div.album p span.posiT{
	top: 0;
}
div.album p span.hidden span.in-Name{
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	display: none;
	z-index: 5000;
	text-align: center;
}
div.album p span.aImg:hover span.hidden{
	filter:alpha(opacity=100);
    -moz-opacity:1.0;
    opacity: 1.0;
	-webkit-transition: all 1.0s ease;
	   -moz-transition: all 1.0s ease;
	    -ms-transition: all 1.0s ease;
	     -o-transition: all 1.0s ease;
	        transition: all 1.0s ease;
}
div.album p span.aImg:hover span.hidden span.in-Name{
	display: block;
}




@media screen and (max-width: 1480px){
/*------------------------------------------
	contents
--------------------------------------------------*/
#wrap{
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	background-color: #cff;
	overflow: hidden;
}
.windowL,.windowR{
	width: 50%;
	font-size: 130%;
	letter-spacing: -2px;
	color: #fff;
	font-weight: bolder;
	line-height: 30px;
	padding: 35px 0;
	margin: 0;
	background-color: #f69;
	border-top: 15px double #fff;
	border-bottom: 15px double #fff;
	position: relative;
	top: 0%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.windowL{
	left: 0;
	float: left;
}
.windowR{
	right: 0;
	float: right;
}
#contents{
	width: 98%;
	background-color: #fff;
	overflow: hidden;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-left: 3px double #aaa;
	border-right: 3px double #aaa;
}
}























@media screen and (max-width: 1000px){

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

header #bottomArea{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
header #bottomArea ul{
	width: 100%;
	overflow: hidden;
}
header #bottomArea li{
	float: left;

	font-size: 100%;
}
header #bottomArea li.bl3{
	width: 49%;
}
header #bottomArea li.add{
	width: 95%;
	margin: 5px auto;
}
header #bottomArea li.bl2{
	width: 49%;
}
header #bottomArea li.blank{
	display: block;
	width: 100%;
	clear: both;
	height: 2px;
	margin: 0;
}

/*------------------------------------------
	access
--------------------------------------------------*/
#access{
	width: 95%;
	margin: 0px auto 10px;
	float: none;
}
#access h2,#company h2{
	font-size: 150%;
}

/*------------------------------------------
	company
--------------------------------------------------*/
#company{
	width: 95%;
	margin: 0px auto 10px;
}
ul.navi li a{
	font-size: 90%;
	font-weight: normal;

}

	}




























@media screen and (max-width: 600px){

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

header #bottomArea{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
header #bottomArea ul{
	width: 100%;
	overflow: hidden;
}
header #bottomArea li{
	float: none;
	margin: 5px auto;
	font-size: 100%;
}
header #bottomArea li.bl3{
	width: 95%;
}
header #bottomArea li.add{
	width: 95%;
	margin: 5px auto;
}
header #bottomArea li.bl2{
	width: 95%;
}
header #bottomArea li.blank{
	display: block;
	width: 100%;
	clear: both;
	height: 2px;
	margin: 0;
}

/*------------------------------------------
	flow
--------------------------------------------------*/
#flow{
	width: 95%;
	margin: 10px auto;
}
#flow .fw{
	width: 100%;
	overflow: hidden;
}
#flow .flowbox{
	width: 26%;
	margin: 10px 0;
	float: left;
	position: relative;
}
#flow .vector{
	width: 5%;
	float: left;
	padding-top: 20px;
}

#flow .vector img{
	display: block;
	width: 90%;
	margin: 0 auto;
}
#flow .flowbox img{
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px solid #9cf;
	border-radius: 5px;
	font-size: 90%;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	z-index: -1000;
}

#flow h2,.maker h2{
	font-size: 200%;
	text-align: left;
	border-bottom: 1px solid #aaa;
	margin: 35px 0 10px;
	color: #900;
}
#flow ul{
	width: 90%;
	margin: 10px auto;
	overflow: hidden;
}
#flow li{
	width: 32%;
	margin: 5px 0 5px 1%;
	float: left;
	line-height: 150%;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-left: 10px ridge #900;
	text-indent: 1%;
}
#flow p{
	color: #900;
	text-align: center;
	font-weight: bold;
	font-size: 120%;
	line-height: 150%;
	border-top: 1px solid #999;
}
ul.navi li a{
	font-size: 60%;
	font-weight: normal;
	letter-spacing: 2px;
	width: 33%;
}
.windowL,.windowR{
	font-size: 90%;
}
}