@charset "utf-8";

	*{margin:0;padding:0;
	}

	a{
	outline:none;
	border:0;
	}

	body {
	font-family: 'メイリオ', Meiryo, 'Lucida Grande', Verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', sans-serif;
	background:#fff;
	color: #660000;
	-webkit-text-size-adjust: none; /* フォントサイズ自動調整 */
	-moz-text-size-adjust: none; /* フォントサイズ自動調整 */
	}

	li{list-style-type:none;}
	.img {vertical-align: middle;}
	.bannerImg {width: 100%;}

	
/* ■リンク色ここから */
A:link    {COLOR: #81bcc8; TEXT-DECORATION: underline;}
A:visited {COLOR: #4a93a2; TEXT-DECORATION: underline;}
/* ■リンク色ここまで */

/* ヘッダーここから */
header {
	text-align: center;
	
	}

#blogAria ul,
header,
.ftList ul,
.searchAria ul:after {
	content:"";
	display:block;
	clear:both;
	}


	
#blogAria {
	width:50%;
	float: right;
	}


	
#blogAria ul {
	display:block;
	width: 150px;
	margin-left:auto;
	}
	
#blogAria .btnLogin a {/*ログインボタン*/
	display:block;
	height: 27px;
	width:79px;
	font-size: 80%;
	line-height: 27px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-weight: 700;
	text-shadow: 0 1px 1px #cc6666;
	-webkit-box-shadow: 0 0 4px #993333 ,inset 0 0 4px #ff9999;
	-webkit-border-radius: 6px;
	-moz-box-shadow: 0 0 4px #993333 ,inset 0 0 4px #ff9999;
	-moz-border-radius: 6px;
	box-shadow: 0 0 4px #993333 ,inset 0 0 4px #ff9999;
	border-radius: 6px;
	float: right;
    	background: #81ff50;
	position: relative;
	right: 5px;
	top:5px;
	}
#registBtn a {/*会員登録ボタン*/
	display:block;
	margin: 20px auto;
	
	
	font-size: 100%;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	
}
#registBtn a:hover {/*会員登録ボタン*/
	display:block;
	margin: 20px auto;
	height: 30px;
	width:80%;
	font-size: 100%;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-weight: 700;
	text-shadow: 0 1px 1px #587a09;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: -moz-linear-gradient(top, #82bf07, #d4fe55);
    background: -webkit-gradient(linear, left top, left bottom,
    			color-stop(0, #82bf07),
    			color-stop(1.0, #d4fe55));
}

.imgTop {
	width: 100%;
	text-align: center;
	height: auto;
	margin: 10px auto;
}



	
.searchAria {
	width: 100%;
	margin: 20px auto;
}
.searchAria li {
	width: 25%;
	margin-bottom: 10px;
	float: left;
}

.searchAria li a {
	display: block;
	width: 80%;
	height: 35px;
	margin: 0 auto;
	font-size: 60%;
	line-height: 35px;
	text-align: center;
	text-decoration: none;
	color: #000000;
	font-weight: 700;
	text-shadow: 0 1px 1px #fff;
	-webkit-box-shadow: 0 0 4px #666;
	-webkit-border-radius: 6px;
	-moz-box-shadow: 0 0 4px #666;
	-moz-border-radius: 6px;
	box-shadow: 0 0 4px #666;
	border-radius: 6px;
	background:#80ff2c;
}

/*フッター*/
.btnTop a {/*TOPへボタン*/
	display: block;
	font-size: 100%;
	line-height: 32px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-weight: 700;
	text-shadow: 0 1px 1px #333;
	width: 25%;
	height: 32px;
	position: relative;
	right: 5px;
	top:3px;
	margin-left: auto;
	border:1px solid #fff;
	-webkit-box-shadow: 0 0 2px #999;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-box-shadow: 0 0 2px #999;
	-moz-border-top-left-radius: 6px;
	-moz-border-top-right-radius: 6px;
	box-shadow: 0 0 2px #999;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	background: -moz-linear-gradient(top, #ccc, #999);
    background: -webkit-gradient(linear, left top, left bottom,
    			color-stop(0, #ccc),
    			color-stop(1.0, #999));
    position: relative;
    top: 5px;
    z-index: 10;
}

footer {
	display: block;
    position: relative;
    z-index: 200;
    width: 100%;
}
footer ul {
	height: 156px;
}
footer ul li {/*フッターのメニュー*/
	width: 50%;
	background: -moz-linear-gradient(top, #fff, #eae9e9 5%, #ccc);
    background: -webkit-gradient(linear, left top, left bottom,
    			color-stop(0, #fff),
    			color-stop(0.05, #eae9e9),
    			color-stop(1.0, #ccc));
    float: left;

}
#ftList li a{
	display: block;
	font-size: 68%;
	line-height: 26px;
	text-decoration: none;
	color: #333;
	font-weight: 700;
	text-shadow: 0 1px 1px #fff;
	background:url("../img/arrow_s.png") center right no-repeat;
	-webkit-background-size:11px 13px;
	-moz-background-size:11px 13px;
	background-size:11px 13px;
	width: 100%;
	height: 26px;

}

#ftList ul{
	padding:0;
	margin:0;
	}


.ftText{
	display: block;
	height: 26px;
	width: 90%;
	padding-left: 5px;
	background:url("../img/line_g.gif") center left no-repeat;
	-webkit-background-size:2px 26px;
	-moz-background-size:2px 26px;
	background-size:2px 26px;
}
.ftTextNone{
	display: block;
	height: 26px;
	width: 90%;
	padding-left: 5px;
}

#ftList .fontS a {font-size:50%;}

footer p {
	background: -moz-linear-gradient(top, #fff 3%, #ffedad 5%, #ff99cc);
    background: -webkit-gradient(linear, left top, left bottom,
    			color-stop(0, #fff),
    			color-stop(0.05, #ffedad),
    			color-stop(1.0, #ff99cc));
	text-align: center;
	height:35px;
	font-size: 100%;
	line-height: 35px;
	color: #fff;
	font-weight: 700;
	text-shadow: 0 1px 1px #cc6666;
    position: relative;
    z-index: 400;
    width: 100%;
	}







/*----------------------------------------------------*/

.top_f{
	width:30%;
	border-radius:20px 0px 0px 0px;
	padding:10px;
	font-size:0.8em;
	font-weight:bold;
	text-align:center;
	background: #c0c0c0;/*IE*/
	background:linear-gradient(#fff,#eae9e9,#cccccc);
 	background:-webkit-linear-gradient(#fff,#eae9e9,#cccccc);/*Google Chrome Safari*/
 	background:-moz-linear-gradient(#fff,#eae9e9,#cccccc);/*Firefox*/
	background:-o-linear-gradient(#fff,#eae9e9,#cccccc);/*Opera*/
	background:-ms-linear-gradient(#fff,#eae9e9,#cccccc);/*Internet Explorer*/
	color:#333333;
	text-decoration:none;
	box-sizing:border-box;
	display:inline-block;
	border-left:1px solid #808080;
	border-top:1px solid #808080;
	}

.footer {
	width: 100%;
	}

.footer ul {
	padding:0;
	margin:0;
}

.footer ul li {
	display: table;
	table-layout: fixed;
	width: 100%;
	font-size:1em;
	color:#333333;
	text-align:left;
	background: #c0c0c0;/*IE*/
	background:linear-gradient(#fff,#eae9e9,#cccccc);
 	background:-webkit-linear-gradient(#fff,#eae9e9,#cccccc);/*Google Chrome Safari*/
 	background:-moz-linear-gradient(#fff,#eae9e9,#cccccc);/*Firefox*/
	background:-o-linear-gradient(#fff,#eae9e9,#cccccc);/*Opera*/
	background:-ms-linear-gradient(#fff,#eae9e9,#cccccc);/*Internet Explorer*/
	float: left;
	list-style:none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border-top:1px solid #808080;
	}

.footer ul li:last-child {
	border-bottom:1px solid #808080;
	}





#ftList_top li a,
#ftList_top li span {
	font-size:0.8em;
	font-weight:bold;
	line-height:1.2em;
/* 	display: block; */
	display: table-cell;
	vertical-align: middle;
	padding:10px 0 10px 8px;
/* 	width: 50%; */
	height: 100%;
	color:#333333;
	text-decoration: none;
	text-shadow: 0 1px 1px #fff;
	}

#ftList_top li a:last-child,
#ftList_top li span {
	border-left:1px solid #808080;
}

@media (min-width: 240px) and (max-width: 400px) {
#ftList_top li a {
	font-size:0.7em;
	line-height:1em;
	}
}

/*----------------------------------------------------*/













/*form*/
#searchform4 {  
    width: 90%;
    background: #fff;
    -webkit-box-shadow: inset 0 0 2px #ccc;
    -moz-box-shadow: inset 0 0 2px #ccc;
    border-radius: 20px;
    border: solid 1px #ccc;
    display: block;
    height: 24px;
    position: relative;
    margin: 0 auto;
}  
#keywords4  {  
    width: 80%;  
    position: absolute;  
    top: 3px;  
    left: 12px;  
    border: 0;  
}  
#searchBtn4 {  
    position: absolute;  
    top: 3px;  
    right: 5px;  
}

/*退会アンケート*/
#wrapper{
}
.formPage{
	background: #fff;
	margin-bottom: 10px;
	padding-bottom: 15px;
}
.question p:first-child{
	font-weight: bold;
}
.question p{
	color: #555;
}
.question ul li{
	position: relative;
}
.question label{
	display: block;
	color: #434343;
	padding: 15px 5px;
	border-top: 1px solid #aaa;
	background: #F2f2f2;
}
.question ul li:first-child label{
	border-top: none;
}
.question ul li:last-child label{
	border-bottom: 1px solid #aaa;
}
.question textarea{
	width: 96%;
	height: 150px;
	margin-top: 4px;
	margin-left: 2%;
	border-color: #aaa;
}
.question ul li input[type="radio"]{
	opacity: 0;
	position: absolute;
	top: -3px;
	left: -3px;
}
.question ul li input[type="radio"]:checked + label{
	color: #F2f2f2;
	background: #2F7ED9;
}
.question ul li input[type="checkbox"]{
	opacity: 0;
	position: absolute;
	top: -3px;
	left: -3px;
}
.question ul li input[type="checkbox"]:checked + label{
	color: #F2f2f2;
	background: url("../img/check_on.png") no-repeat,#2F7ED9;
	background-position: 95% 50%;
}

.question select{
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	font-size: 1em;
	background: url("../img/underArrow.png") no-repeat,#F2f2f2;
	background-position: 95% 50%;
	width: 100%;
	padding: 12px 5px;
	border: none;
	border-bottom: 1px solid #aaa;
	border-radius: 0px;
}
.formPage input[type="submit"] {
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	font-size: 1em;
	background: rgba(235,235,235,1);
	background: -moz-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(224,224,224,1) 50%, rgba(219,219,219,1) 50%, rgba(224,224,224,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(235,235,235,1)), color-stop(50%, rgba(224,224,224,1)), color-stop(50%, rgba(219,219,219,1)), color-stop(100%, rgba(224,224,224,1)));
	background: -webkit-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(224,224,224,1) 50%, rgba(219,219,219,1) 50%, rgba(224,224,224,1) 100%);
	background: -o-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(224,224,224,1) 50%, rgba(219,219,219,1) 50%, rgba(224,224,224,1) 100%);
	background: -ms-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(224,224,224,1) 50%, rgba(219,219,219,1) 50%, rgba(224,224,224,1) 100%);
	background: linear-gradient(to bottom, rgba(235,235,235,1) 0%, rgba(224,224,224,1) 50%, rgba(219,219,219,1) 50%, rgba(224,224,224,1) 100%);
	box-shadow: 1px 1px 1px #ccc;
	border: none;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: 12px;
	width: 100%;
}
.questionNom {
    display: block;
    font-size: 1em;
    margin-top: 16px;
    padding: 5px 2px;
    box-sizing: border-box;
    background: #737373;
    box-shadow: inset 0 -2px 2px #434343,inset 0 2px 2px #929292;
    color: #fff !important;
}
.questionNom span{
	color: #FF0000;
}

.obi{
	background-color:#3cff00;
	margin-bottom:5px;
	width:100%;
	
}
