@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:#D7D6D6;
	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 {
	background:url("../img/top_header_bg.png") no-repeat;
	-webkit-background-size:100% 45px;
	-moz-background-size:100% 45px;
	background-size:100% 45px;
	height: 45px;
	width:100%;
	}

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

#logo {
	width:100%;
}

#logo h1 a {
	display:block;
	padding-top: 42px;
	overflow: hidden;
	height: 0;
	background:url("../img/logo.png") no-repeat center 2px;
	-webkit-background-size: 230px 42px;
	-moz-background-size: 230px 42px;
	background-size: 230px 42px;
}
		
#headerBtn{/*ログインボタン*/
	position: relative;
	width: 100%;
}
#headerBtn ul{
	margin: 0 auto;
	overflow: hidden;	
}
#headerBtn ul li{
	float: left;
	width: 48%;
	margin-left: 1%;
}
#headerBtn a{
}
#headerBtn img{
	width: 100%;
}

.imgTop {
	width: 100%;
	text-align: center;
	height: auto;
	margin: 10px auto;
}
.imgTop a{
	color: rgb(197, 6, 6);
}

.obi {/*タイトル帯*/
	display:block;
	background:#7b650b;
	background:linear-gradient(#7b650b, #a6974b);
 	background:-webkit-linear-gradient(#7b650b, #a6974b);/*Google Chrome Safari*/
 	background:-moz-linear-gradient(#7b650b, #a6974b);/*Firefox*/
	background:-o-linear-gradient(#7b650b, #a6974b);/*Opera*/
	background:-ms-linear-gradient(#7b650b, #a6974b);/*Internet Explorer*/
	-webkit-box-shadow: 0 1px 4px #999;
	-moz-box-shadow: 0 1px 4px #999;
	box-shadow: 0 1px 4px #999;
	margin-bottom:10px;
	height: 35px;
	font-size: 100%;
	line-height: 35px;
	color: #fff;
	font-weight: 700;
	text-shadow: 0 1px 1px #cc6666;
	padding-left: 10px;
	border-top: solid 1px #cc6699;
	border-bottom: solid 1px #cc6699;
	}

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

.topMenu li a {
	display: block;
	width: 80%;
	height: 35px;
	margin: 0 auto;
	font-size: 60%;
	line-height: 35px;
	text-align: center;
	text-decoration: none;
	color: #770000;
	font-weight: bold;
	text-shadow: 0 1px 1px #fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0 1px 2px #000,inset 1px 0 2px rgb(160, 83, 53),inset -1px 0 2px rgb(160, 83, 53);
	-webkit-box-shadow: 0 1px 2px #000,inset 1px 0 2px rgb(160, 83, 53),inset -1px 0 2px rgb(160, 83, 53);
	box-shadow: 0 1px 2px #000,inset 1px 0 2px rgb(160, 83, 53),inset -1px 0 2px rgb(160, 83, 53);
	background: #ffd829; /* Old browsers */
	background: -moz-linear-gradient(top, #ffd829 0%, #ffda05 37%, #db6104 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd829), color-stop(37%,#ffda05), color-stop(100%,#db6104)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffd829 0%,#ffda05 37%,#db6104 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(top, #ffd829 0%,#ffda05 37%,#db6104 100%);
}
	
.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: #990000;
	font-weight: 700;
	text-shadow: 0 1px 1px #fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0 1px 2px #000,inset 1px 0 2px rgb(160, 83, 53),inset -1px 0 2px rgb(160, 83, 53);
	-webkit-box-shadow: 0 1px 2px #000,inset 1px 0 2px rgb(160, 83, 53),inset -1px 0 2px rgb(160, 83, 53);
	box-shadow: 0 1px 2px #000,inset 1px 0 2px rgb(160, 83, 53),inset -1px 0 2px rgb(160, 83, 53);
	background: #ffd829; /* Old browsers */
	background: -moz-linear-gradient(top, #ffd829 0%, #ffda05 37%, #db6104 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd829), color-stop(37%,#ffda05), color-stop(100%,#db6104)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffd829 0%,#ffda05 37%,#db6104 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(top, #ffd829 0%,#ffda05 37%,#db6104 100%);
}

/*フッター*/
.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: 45%;
	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;
}

/*トップページ遷移アイコン*/
.btnTop img{
	height: 50%;
	position: relative;
	top: -2px
}

footer {
	display: block;
    position: relative;
    z-index: 200;
    width: 100%;
}
footer ul {
	overflow: hidden;
}
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%;
	padding: 8px 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 img{
    position: relative;
	text-align: center;
    width: 100%;
}
	
/*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;  
}


/* 各ページ*/
.eachPage{
	width: 100%;
	color: #000;
	line-height: 1.4em;
}
.eachPage a{
	color: rgb(197, 6, 6);
}
.eachPage h2{
	color: #fff;
	font-weight: lighter;
	text-shadow: 0 1px 1px #fff;
	font-size: 1.2em;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	background: url(../common/img/bg-header-01.png) no-repeat;
	background-size: 100% 100%;
	padding:5px 0;
	padding-left: 5px;
}
.eachPage #info{
	padding-top: 5px;
	padding-left: 5px;
}

/*サイト説明ページ　新規会員登録*/
.eachPage .toNewPage{
	width: 100%;
	padding: 10px 0;
	text-align: center;
}
.eachPage .toNewPage img{
	width: 50%;
}

/*お問合わせページ*/
.inquiry input, .inquiry textarea{
	width: 90%;
}

/*消費税関連*/
.consumptionTax{
	text-align: center;
	font-size: 0.95em;
	margin-top: 10px;
}
.consumptionTax p{
	color:#444;
	font-weight: bold;
}
.consumptionTax p a{
	color: #bb0000;
	line-height: 2em;
}
/*退会アンケート*/
#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;
}


.fs_big{
	font-size:20px;
	font-weight:bold;
	line-height:25px;
	color:#ff0000;
	}

/*-----------------------退会チェックボックス用追加----------------------------------*/


.tc_bg{
	background:#ffffff;
	font-size:1em;
	line-height:1.5em;
	color:#333333;
	}
	
.tc_title{
	text-align:center;
	font-size:1.2em;
	line-height:1.5em;
	padding:10px 0;
	background:#333333;
	color:#ffffff;
	}


.tc_text-area{
	padding:10px;
	text-align:left;
	}

.tc_checkbox_area01{
	margin:0 auto;
	text-align:center;
	}

.tc_checkbox_area02{
	width:80%;
	background:#d7d6d6;
	padding:10px;
	display:inline-block;
	margin-bottom:20px;
	}


.btn_tc{
	width:50%;
	max-width:400px;
	background: #797979;/*IE*/
	background:linear-gradient(#c0c0c0, #696969);
 	background:-webkit-linear-gradient(#c0c0c0, #696969);/*Google Chrome Safari*/
 	background:-moz-linear-gradient(#c0c0c0, #696969);/*Firefox*/
	background:-o-linear-gradient(#c0c0c0, #696969);/*Opera*/
	background:-ms-linear-gradient(#c0c0c0, #696969);/*Internet Explorer*/
	padding:10px 10px;
	text-align:center;
	fint-size:0.8em;
	line-height:1.5em;
	display:inline-block;
	border-radius:5px;
	border:1px solid #ffffff;
	box-shadow:0 0 5px #333333;
	text-shadow:0 0 5px #333333;
	color:#ffffff;
	}


.btn_tc:hover{
	color:#ffffff;
	background: #3c3c3c;/*IE*/
	background:linear-gradient(#696969, #373737);
 	background:-webkit-linear-gradient(#696969, #373737);/*Google Chrome Safari*/
 	background:-moz-linear-gradient(#696969, #373737);/*Firefox*/
	background:-o-linear-gradient(#696969, #373737);/*Opera*/
	background:-ms-linear-gradient(#696969, #373737);/*Internet Explorer*/
	}

a.btn_tc{
	color:#ffffff;
	text-decoration:none;
	}
