@charset "utf-8";

	/* Defalt Setting
	================================== */
		html{
			font-size:62.5%;
			color: #333;
		}
		body {
			background: url('../img/bg/bg_all_light.png');
			font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif, 'Arial Unicode MS';
			word-wrap: break-word;
			margin: 0;
			padding: 0;
		}
		h1,h2,h3,h4,h5,h6,h7,p{
			line-height:1.2em;
		}
		a{
			color:#000;
			text-decoration: none !important;
		}
		a:visited{
			color:#000;
		}

	/* Function Addon
	================================== */
		.cdef{
			color: #3298FF;
		}
		.bgdef{
			background: linear-gradient(#2257FF, #3298FF);
	        background: -moz-linear-gradient(#2257FF, #3298FF);
	        background: -webkit-gradient(linear, left top, left bottom, from(#2257FF), to(#3298FF)); 
		}
		.bb1def{
			border-bottom: 1px solid #3298FF;
		}
		/*.cdef{
			color: #FB9557;
		}
		.bgdef{
			background: #FB9557;
		}*/
		.bb1def{
			border-bottom: 1px solid #FB9557;
		}
		.cwmb{
			width:320px;
		}
		/* mobile header fix */
		#headerArea {
			/*position: fixed !important;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			z-index: 1;*/
		}
		/* mobile footer fix */
		#footerArea {
			/*position: fixed !important;
			position: absolute;
			bottom: 0;
			left: 0;
			width: 100%;
			z-index: 1;*/
		}

	/* Components
	================================== */
		.headal .fl.fs24{
			width: 49%;
			margin-left: 0.5%;
			margin-right: 0.5%;
		}
		.headal .fl.fs24.green{
			background: #00A489;
		}
		.headal .fl.fs24.orange{
			background: #FE6138;
		}
