@charset "utf-8";
/* CSS Document */

body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    text-align: left;
}

a { text-decoration:none; }

#navi a:link {
    color: #2D1DFF;
}
#navi2 a:link { color:#15721D; }

.style1 {font-size: small; color: #FFFFFF; }

.style2{font-size: x-large; color: #9F080A; }

.style3{color: #215A0A; }

.style4{font-size: large; color: #FF0004;}

.style5{font-size: 20px; color: #000000;}

.style6{color: #FFFFFF;}

.input_l,
.input_m,
.input_s,

.style_height {
	font-size:16px;
	line-height: 40px;
}

.style_height2 {
	font-size:16px;
	line-height: 28px;
}


#globalNav li{
	margin:0;
	/*スマホ向け*/
    　float:none;
	clear:both;
	width:100%;
	text-align:left;
	padding:10px 0 10px 20px;
	/*/スマホ向け*/
	border:1px #999 solid;
	background-color:#CCC;
    display:block;
}

/*ロゴ画像のリキッド表示*/
.logo_i{
	display:block;
	width:100%;
	height:auto;
}

.logo_t{
	display:block;
	width:85%;
	height:auto;
}

.logo_50{
	width:50%;
	height:auto;
}

.logo_60{
	width:60%;
	height:auto;
}

.logo_70{
	width:70%;
	height:auto;
}

.logo_80{
	width:80%;
	height:auto;
}

.logo_90{
	width:90%;
	height:auto;
}


.logo_r{
	display:block;
	width:auto;
	height:70px;
}



.logo_s{
    display: block;
    width: 40%;
    height: auto;
    text-align: center;
}

/*コンテンツ画像のリキッド表示*/
.cont_i{
	display:block;
	width:100%;
	height:auto;
}

/*コンテンツ画像のリキッド表示*/
.cont_i2{
	display:block;
	width:100%;
	height:auto;
}

.gradient01 {  
    background: -moz-linear-gradient(top, #990, #066);　/* Firefox用 */  
    background: -webkit-gradient(linear, left top, left bottom, from(#990), to(#066));　/* Safari,Google Chrome用 */  
} 

.element {
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	padding: 5px;
	background: -moz-linear-gradient(center top, #15bddb 0%,#3157dd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #15bddb),color-stop(1, #3157dd));
}


.element2 {
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	padding: 5px;
	background: -moz-linear-gradient(center top, #FFF71B 0%,#FFB71B 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF71B),color-stop(1, #FFB71B));
}


nav{ display: none; }
