body {
	color		: #483D8B;
	background-color: #e5faaa;
	margin		: 0px;
	font-family	: "ＭＳ Ｐゴシック","Osaka",helvetica, Arial, verdana, sans-serif;
	overflow-x	: hidden;
	-webkit-user-select: none;
	-webkit-text-size-adjust: none;
	font-size	: 18px;
	text-align:left;
}
a {
	text-decoration: none;
p{
	margin:0;
	padding:0;
}
}
div#clear {
	clear:both;
}


ul{
	margin:0;
	padding:0;
}


/**************************************************************************************************
* 見出し
**************************************************************************************************/
h1 {
	color:#ffffff;
}

h2 {
	color:#ffffff;
	text-shadow: 0px -1px 1px rgba(0,0,0,0.5);
	margin: 0;
	padding: 5px 10px;
	background:-webkit-gradient(linear,left top,left bottom,from(#6e799d),color-stop(0.05,#93a3d5),color-stop(0.48,#5a77af),color-stop(0.52,#3a57a0),to(#1e3a95));
}

h3{
	height:20px;
	overflow: auto;
	color:#9400D3;
	font-weight:bolder;
	font-size:18px;
	margin:0;
	padding:0;

}


h4{
	height:20px;
	text-align	: center;
	overflow: auto;
	color:#000000;
	font-weight:bolder;
	font-size:20px;
	margin:0;
	padding:0;

}

h5 {
	color:#ffffff;
	text-shadow: 0px -1px 1px rgba(0,0,0,0.5);
	margin: 0;
	padding: 5px 10px;
background: rgb(202,221,133); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(202,221,133,1) 0%, rgba(140,188,35,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(202,221,133,1)), color-stop(100%,rgba(140,188,35,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(202,221,133,1) 0%,rgba(140,188,35,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(202,221,133,1) 0%,rgba(140,188,35,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(202,221,133,1) 0%,rgba(140,188,35,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(202,221,133,1) 0%,rgba(140,188,35,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cadd85', endColorstr='#8cbc23',GradientType=0 ); /* IE6-9 */

}

/*****************************************************************************************
* タイトル部分
******************************************************************************************/
header{
	text-align	: center;
	padding		: 0px;
	line-height: 0px;
	}
header IMG{
	width		: 100%;
}


/*****************************************************************************************
* ログイン
******************************************************************************************/
button.css3button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	padding: 14px 20px;
	background: -moz-linear-gradient(
		top,
		#f7fc65 0%,
		#228f22);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#f7fc65),
		to(#228f22));
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border: 0px solid #134201;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
}



div#memberRegistration {
	margin:12px 0;
	text-align:center;
}
/*******************************************************************
*   コンテンツ
*******************************************************************/




.id{
	width		: 100%;
}

div#topbt{
	width: device-width;
	text-align:center;
}

/***************************
*   会員/非会員の出しわけ
***************************/

div#QA {
	-moz-box-sizing	: border-box;
	-webkit-box-sizing	: border-box;
	-ms-box-sizing	: border-box;
	box-sizing	: border-box;
	margin		: 5px auto;
	overflow	: hidden;
	position	: static;
	max-width		: 94%;
	border	: 5px solid #ffffff;
	background-color: #ffffff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow:
		0px 1px 3px rgba(112,112,112,0.5),
		inset 0px -1px 0px rgba(255,255,255,0.3);
	-webkit-box-shadow:
		0px 1px 3px rgba(112,112,112,0.5),
		inset 0px -1px 0px rgba(255,255,255,0.3);
	text-align: left;
}

div#QA　h4{
	font-size:15px;
	color:#333333;
	margin:5px 0px 5px 0px;
	padding:5px 0px 5px 0px;
	background: -webkit-gradient(linear,left top,left bottom,from(#e7fcb0), to(#ccff99));
	display:block;
}


/*******************************************************************
*  フッター部分
*******************************************************************/
aside {
	text-align:center;
	background:#aaaaaa;

}


aside a{
	color:#914c72;
	text-align:center;
	display:block;
	background:#d1d1d1;
}


aside li{
	list-style-type: none;
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(184,184,184)),
	color-stop(0.74, rgb(219,219,219))
);


	display:block;
	margin-top:5px;
	margin-bottom:5px;
	padding:0;
}

aside li a{
	font-size:24px;
	color:#7d507f;
	text-decoration: none;
	height:32px;
	line-height:normal;
}

/*****************************************************************************************
* 下部文字リスト
******************************************************************************************/
nav#listTextAll li{
	list-style: none;
	height: auto;
	width:device-width;
	text-align: left;
	margin:0px;
	border-top:solid 1px #ffffff;
	background:url(/images/listArrow.png) no-repeat center right,
	-webkit-gradient(linear,left top,left bottom,from(#e5faaa),to(#e5faaa));
}

nav#listTextAll a { 
    font-size: 16px;
    text-decoration: none;
	font-weight: bold;
	vertical-align: middle;
	padding: 15px 5px 10px 15px;
	color: #999999;
	height:30px;
	display:block;
}


article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary{
display:block;
}
}


/*******************************************************************
*  Unsupported
*******************************************************************/
.unsupport{
	color:#ffffff;
	background: -moz-linear-gradient(
		top,
		#555555 0%,
		#333333);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#555555),
		to(#333333));
	color: #FFFFFF;
	text-shadow:
		0px 1px 1px rgba(59,76,102,0.3);
    border-radius: 5px 5px 5px 5px;
	text-align:center;
		font-weight:bolder;
	font-size:14px;
	height:25px;
	padding:5px;
}
.tell{
	background:#ffffff;

}

.imeges{
	text-align:center;
	padding:10px;
	margin:10px;
	background:#cccccc;
	width:100%;
	
}
.images li{
	float:left;
	width:30%;
}

.images img{
	border	: 2px solid #ffffff;
	width:80%;
	padding:5px;
	margin:10px;
	display		: block;
}
div#clear {
	clear:both;
}

.b{
	text-align:center;
	
}

.moji{
	height:40px;
	overflow: auto;
	color:#CCCCCC;
	font-weight:bolder;
	font-size:14px;
	margin:0;
	padding:0;
	
.imgwrapper{
	width:100%;
	text-align:center;
	margin:10px;
}






/*******************************************************************
*   footer 
*******************************************************************/
footer {
	color:#ffffff;
	text-align: center;
	font-size:14px;
	padding-top:2px;
	padding-bottom:2px;
	background:#c79ff5;
}



/*******************************************************************
*   clearfix 
*******************************************************************/
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	//height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}


