@charset "UTF-8";

/* common */
/*---------------------------------------------------------------------------*/
* {
/*   -webkit-text-size-adjust: 100%;*/
   -webkit-text-size-adjust: none;
	background-color: #FFF;
    margin: 0;
    padding: 0;
}

body {
    font-size: 17px;
    font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
/*   -webkit-text-size-adjust: 100%;*/
   -webkit-text-size-adjust: none;
    margin: 0;
    padding: 0;
	text-align: center;
}

#container {
    margin: auto;
    width: 950px;
	text-align: center;
	line-height: 1.5;
}


/* header */
/*-------------------------------------*/
#header {
    margin: auto;
    width: 950px;
}


/* contents */
/*-------------------------------------*/
#contents {
    margin: auto;
    width: 920px;
}

.inner {
	margin: auto;
	width: 850px;
	text-align: left;
}

.gframe{
   -webkit-text-size-adjust: 100%;

	width:850px;
	border: 1px solid #cae5c2;

    background-color:#FFFFFF;

    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;

    box-shadow: 0px 0px 5px 5px #cae5c2;
    -moz-box-shadow: 0px 0px 5px 5px #cae5c2;
    -webkit-box-shadow: 0px 0px 5px 5px #cae5c2;

	position:relative;
//	behavior:url("css/PIE/PIE.htc");
}
.gframe table th {
	width: 50px;
	font-weight: normal;
}
.gframe table th,.gframe table td {
	text-align: left; vertical-align: top;
	font-size: 17px;
}

a { text-decoration : none; outline: none; }
img { border: 0; }

/* footer */
/*-------------------------------------*/
#footer {
    width: 100%;
    clear: both;
    text-align: center;
	height: 50px;
}
#copyright {
    width: 100%;
    margin-top: 50px;
    text-align: center;
	font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
    word-wrap : break-word ;
}




.indent5  { margin-left: 5px;}
.indent10 { margin-left: 10px;}
.indent20 { margin-left: 20px;}
.indent30 { margin-left: 30px;}
.indent40 { margin-left: 40px;}
.indent50 { margin-left: 50px;}
.indent60 { margin-left: 60px;}
.indent70 { margin-left: 70px;}
.indent80 { margin-left: 80px;}
.indent90 { margin-left: 90px;}
.indent100 { margin-left: 100px;}
.lf5  { height: 5px; background-color: transparent;}
.lf10 { height: 10px; background-color: transparent;}
.lf20 { height: 20px; background-color: transparent;}
.lf30 { height: 30px; background-color: transparent;}
.lf40 { height: 40px; background-color: transparent;}
.lf50 { height: 50px; background-color: transparent;}
.lf60 { height: 60px; background-color: transparent;}
.lf70 { height: 70px; background-color: transparent;}
.lf80 { height: 80px; background-color: transparent;}
.lf90 { height: 90px; background-color: transparent;}
.lf100 { height: 100px; background-color: transparent;}


#back-top {
	text-align: right;
	margin: 20px 10px 0 0;

	/*
	position: fixed;
	bottom: 10%;
	right:12%;
	*/
}
#back-top a {
	font-size: 13px;
	color: #000;
}



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


/* （common）ショップロゴ */
/*-------------------------------------*/
#shoplogo {
}

/* （common）メニューボタン */
/*-------------------------------------*/
#menubutton {
}

/* （common）バー */
/*-------------------------------------*/
#menubar {
	text-align: center;
}

/* （common）ページバナー */
/*-------------------------------------*/
#pagebanner {
	margin: 20px 0 20px 0;
}



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


/* （トップ）トップイメージ */
/*-------------------------------------*/
#mainimg {
}


/* （アンケート集計）文章 */
/*-------------------------------------*/
.survey_list {
	padding: 20px;
	line-height: 1.7;
	margin: 0;
	background: transparent url(img/spacer.gif);
}
.survey_list li {
	background: transparent url(img/spacer.gif);
}


