@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 16px;
	line-height: 1.6em;
	font-weight: 280;
	font-family: 'Times New Roman', '游明朝', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', serif;
	color: #2e1b1f;
	background: url(../images/bg.jpg) center top repeat #fff;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#home {
	background: #fff;
}


h1,h2,h3,h4,h5,div,a,p,form {
	box-sizing: border-box;
	vertical-align: bottom;
}
.pc {
	display: block;
}
.sp {
	display: none;
}

#inframe {
	background: transparent;
	text-align: center;
}
a:link,
a:visited {text-decoration: none; color: #b18735;}
a:hover,
a:active {text-decoration: none; color: #ffe799;}

img {
	border: none;
}
.rightimg {
	float: right;
	margin: 0 0 0 8px;
	padding: 0;
}
.right {
	margin: 0;
	padding: 0;
	text-align: right;
}


/*■■■■■ホーム■■■■■*/
#homepic {
	position: relative;
	display: block;
	width: 100%;
	height: 100vh;
	margin: 0 auto;
	overflow: hidden;
	z-index: 10;
}
.homepiccover {
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
#homepiccover0 {
	display: none;
	background-image: url(../images/homepiccover0.jpg);
}
#homepiccover1 {
	display: none;
	background-image: url(../images/homepiccover1.jpg);
}
#hometitle {
	display: none;
	position: absolute;
	left: 0%;
	top: calc(50vh - 160px);
	margin: 0;
	padding: 0;
	width: 100%;
	height: 320px;
	text-align: center;
	z-index: 20;
}
#logo {
	margin: 0 auto;
	padding: 0;
}
#logo img {
	width: 400px;
	height: auto;
}
#homeenter {
	position: absolute;
	left: 0%;
	top: calc(90vh - 20px);
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	z-index: 40;
}
#enter {
	display: block;
	width: 253px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
#enter:link,
#enter:visited {
}
#enter:hover {
	opacity: 0.5;
}
#enter img {
	width: 253px;
	height: auto;
}
#homefooter {
	margin: 0;
	padding: 40px 0px 0px;
	border-top: solid 4px #a79667;
	background: url(../images/bg.jpg) center top repeat #fff;
}
.hometxt {
	width: 640px;
	margin: 0 auto;
	padding: 20px 0px 0;
	text-align: left;
}


/* header
 * --------------------------------------- */
#header {
	display: block;
	width: 100%;
	height: 147px;
	z-index: 80;
	text-align: center;
}
#header.fixed{
	position: fixed;
	top: 0px;
	left: 0px
	z-index: 9900;
}
#header #header-inner {
	position: relative;
	display: block;
	max-width: 1020px;
	height: 92px;
	margin: 0 auto 0;
	padding: 0;
	text-align: center;
}
#header #logo {
	margin: 0 auto;
	padding: 14px 0 0px;
	display: block;
	width: 360px;
	height: 92px;
	text-align: center;
	overflow: hidden;
	z-index: 90;
}
#header #logo img {
	width: auto;
	height: 68px;
}
#header #header-tel {
	position: absolute;
	left: 50%;
	top: 36px;
	width: 1040px;
	margin: 0 0 0 -520px;
	padding: 0;
	text-align: right;
	font-size: 22px;
	line-height: 1.0em;
	letter-spacing: 0.02em;
	color: #9e7913;
	z-index: 82;
}
#header #header-tel .left {
	float: left;
	margin: 0 auto 0 0;
	padding: 0;
	text-align: left;
}
#header #header-tel .left .jp {
	font-size: 80%;
	font-weight: bold;
}

#menu-wrap {
	position: relative;
	width: 100%;
	height: 55px;
	margin: 0 auto 0;
	padding: 0;
	text-align: center;
	background: url(../images/button.jpg) center top repeat;
	border-top: solid 3px #c0a14d;
	border-bottom: solid 4px #8d7e57;
	overflow:hidden;
	z-index: 80;
}
#menu-wrap #menu {
	display: table;
	margin: 0 auto 0;
	padding: 0;
	text-align: left;
	list-style-type: none;
	line-height: 1em;
	overflow:hidden;
	letter-spacing: -.40em; /*隙間対策 */
}
#menu-wrap #menu li {
	display: inline-block;
	margin: 0 auto;
	padding: 0;
	height: 48px;
	list-style-type: none;
	letter-spacing: normal; /*隙間対策 */
}
#menu-wrap #menu li a {
	display: block;
	height: 48px;
	margin: 0;
	padding: 5px 0px 0px;
	font-size: 18px;
	line-height: 1.0em;
	letter-spacing: 0.16em;
	color: #fff6af;
	background: rgba(255,70,110,0.0);
	text-align: center;
	text-decoration: none;
	overflow:hidden;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-ms-transition: 0.8s;
	-o-transition: 0.8s;
	 transition: 0.8s;
}
#menu-wrap #menu li a:hover {
	color: #fff6af;
	background: rgba(255,70,110,0.5);
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	 transition: 0.4s;
}
#menu-wrap #menu li a .jp {
	display: block;
	width: 160px;
	font-size: 11px;
	letter-spacing: 0.04em;
	margin: 3px 0 0;
	padding: 0px 0px 0px;
	border-top: solid 1px rgba(255,255,255,0.4);
}
#altheader {
	position: relative;
	display: none;
	width: 100%;
	height: 55px;
	margin: 0 auto 0;
	padding: 0;
}
#altheader.fixed {
	display: block;
}
/* Contents
 * --------------------------------------- */
.fixed{
	position: fixed;
	top: 0px;
	left: 0px
	z-index: 9900;
}
.section {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto 20px;
	padding: 16px 0 0;
	overflow:hidden;
}
.sectionin {
	margin: 0 auto;
}
/* top
 * --------------------------------------- */
#top {
	padding: 0px 0 0;
}
#toppic {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 36px;
	background: url(../images/button.jpg) center top repeat;
	border-bottom: solid 4px #8d7e57;
	overflow:hidden;
}
#toppic img {
	width: 100%;
	height: auto;
	border-bottom: solid 4px #8d7e57;
}

#submenu {
	position: absolute;
	left: 50%;
	bottom: 0px;
	display: table;
	width: 1000px;
	height: 35px;
	margin: 0 0 0 -500px;
	padding: 0;
	text-align: center;
	list-style-type: none;
	letter-spacing: -.40em; /*隙間対策 */
}
#submenu li {
	cursor: pointer;
	display: inline-block;
	margin: 0 auto 0;
	height: 35px;
	font-size: 16px;
	line-height: 1em;
	letter-spacing: 0.04em; /*隙間対策 */
}
#submenu li a {
	display: block;
	height: 35px;
	padding: 9px 14px 0px 30px;
}
#submenu li a:link,
#submenu li a:visited {
	color: #fff6af;
	background: url(../images/submenu.png) 16px 10px no-repeat rgba(255,70,110,0.0);
	text-decoration: none;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	 transition: 0.4s;
}
#submenu li a:hover,
#footer-tel a:hover {
	color: #fff6af;
	background: url(../images/submenu.png) 16px 10px no-repeat rgba(255,70,110,0.5);
	text-decoration: none;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	 transition: 0.2s;
}

.txt-box {
	width: 640px;
	margin: 0 auto 40px;
	padding: 20px 50px;
	text-align: left;
	line-height: 1.6em;
	background: rgba(255,255,255,0.6);
}
.txt-box p ,
.txt {
	margin: 0 auto;
	padding: 0 0px 24px;
	text-align: left;
}
.txt-flow {
	width: 800px;
	margin: 0 auto;
	padding: 0px 0;
}
.txt-narrow {
	width: 640px;
}
.txt-wide {
	width: 800px;
}
.sectionin ol ,
.sectionin ul {
	margin: 4px 0;
	padding: 0 0 0 20px;
}
.sectionin ol li ,
.sectionin ul li {
	margin: 0px 0px;
	padding: 6px 0 6px;
	line-height: 1.3em;
}
.sectionin ul li {
	list-style-type: disc;
}
.sectionin ol li ul li {
	padding: 0 0 4px;
	line-height: 1.4em;
}
.txt-l {
	font-size: 112%;
	line-height: 108%;
}
.txt-s {
	font-size: 86%;
	line-height: 96%;
}
.center {
	text-align: center;
}
.white {
	color: #fff;
}
.red {
	color: #d0092e;
}
.yellow {
	color: #9e7913;
}

h2 {
	max-width: 800px;
	margin: 0 auto 6px;
	padding: 0;
	font-size: 224%;
	line-height: 1.2em;
	letter-spacing: 0.02em;
	text-align: center;
	font-weight: bold;
	color: #6e061a;
}
h2 span.jp {
	font-size: 80%;
	letter-spacing: -0.01em;
}
h2 span.en {
	display: block;
	font-size: 80%;
	line-height: 1.1em;
	font-weight: normal;
	color: #9e7913;
	border-bottom: solid 1px #8d7e57;
}
h3 {
	max-width: 700px;
	margin: 0 auto 12px;
	padding: 0 0 0px;
	font-size: 208%;
	line-height: 1.1em;
	letter-spacing: 0.00em;
	text-align: center;
	font-weight: normal;
	color: #5e3f26;
	border-bottom: solid 1px #8d7e57;
}
h3 span.jp {
	font-size: 88%;
	font-weight: bold;
}
h4 {
	max-width: 400px;
	margin: 0 auto 10px;
	padding: 0;
	font-size: 180%;
	text-align: center;
	font-weight: normal;
	letter-spacing: -0.01em;
	color: #6e061a;
	border-bottom: solid 1px #b2a37c;
}
h4 span.jp {
	font-size: 88%;
	font-weight: bold;
}
.require h4 {
	max-width: 100%;
	font-size: 116%;
	text-align: left;
	border-bottom: solid 1px #b2a37c;
}
h5 {
	margin: 0 auto 6px;
	padding: 0 0 0 6px;
	font-size: 128%;
	text-align: left;
	font-weight: bold;
	letter-spacing: -0.02em;
	color: #6e061a;
	border-left: solid 10px #b2a37c;
}
/*■■■■■CELL■■■■■*/
.cell {
	width: 88%;
	margin: 0 auto 40px;
}
.pcell {
	width: 640px;
}
.lcell {
	width: 1000px;
	margin: 8px auto 8px;
	padding: 4px 0;
	text-align: center;
	background: #fffef3;
	border: 1px solid #948c75;
	overflow: hidden;
}
.cell .cset {
	margin: 0 auto 4px;
	overflow: hidden;
	line-height: 1.2em;
	background: rgba(255,255,255,0.6);
}
.lcell .cset {
	float: left;
	margin: 0 auto 0px;
	width: 12.5%;
	line-height: 1em;
	border-right: solid 1px #ccc;
}
.lcell .cset:last-child {
	border-right: solid 0px #ccc;
}
.cell .cset div {
	float: left;
	padding: 8px 2%;
}
.pcell .cset div {
	font-size: 104%;
}
.lcell .cset div {
	float: none;
}
.cell .cset div .no {
	margin: 0;
	font-style: italic;
	font-size: 132%;
}
.lcell .cset div .no {
	font-style: normal;
	font-size: 100%;
}
.cell .cset .cleft {
	width: 32%;
	text-align: right;
}
.cell .cset .cright {
	width: 60%;
	text-align: left;
	border-left: solid 2px #eee;
}
.pcell .cset .cleft {
	width: 50%;
}
.pcell .cset .cright {
	width: 50%;
}
.pcell .cset div img {
	height: 18px;
	margin: 0 2px 0 0;
}
.lcell .cset .cleft {
	width: 100%;
	text-align: center;
	padding: 4px 0 0;
}
.lcell .cset .cright {
	width: 100%;
	text-align: center;
	padding: 0 0 0px;
	border-left: solid 0px #eee;
}
.lcell .cset div img {
	width: auto;
	height: 18px;
}

.mcell {
	width: 800px;
	margin: 0 auto 16px;
}
.mcell .cset div {
	font-size: 112%;
}
.mcell .cset .cleft {
	width: 34%;
	padding: 8px 4% 8px 0;
}
.mcell .cset .cright {
	width: 64%;
	padding: 8px 0 8px 4%;
}
.need {
	margin: 0 auto 0 7px;
	padding: 2px 3px 1px 3px;
	font-size: 84%;
	line-height: 80%;
	color: #fff;
	text-align: center;
	background: #444;
	-webkit-border-radius: 2px; /*角丸*/
	-moz-border-radius: 2px;
	border-radius: 2px;
}


/* flow */
.flowbox {
	display: block;
	width: 640px;
	margin: 0 auto 4px;
	padding: 15px 50px 13px;
	text-align: left;
	background: rgba(255,255,255,0.6);
	overflow: hidden;
}
.idea .flowbox {
	text-align: center;
}
.flowbox .no {
	font-style: italic;
	font-size: 160%;
	margin-right: 8px;
}
.arrow {
	display: block;
	height: 28px;
	margin: 0 auto 4px;
	background: url(../images/arrow.png) center top no-repeat;
	opacity: 0.4;
}
.qabox {
}
.qabox .no {
	font-style: italic;
	font-size: 24px;
	margin-right: 8px;
}
.ques {
	width: 640px;
	margin: 0 auto 2px;
	padding: 8px 50px 4px;
	font-size: 16px;
	text-align: left;
	background: rgba(229,221,200,0.6);
}
.ans {
	width: 640px;
	margin: 0 auto 24px;
	padding: 4px 50px 8px;
	font-size: 14px;
	text-align: left;
	background: rgba(255,255,255,0.6);
}

.sectionin dl {
	margin: 0;
	text-align: left;
}
.sectionin dt {
	color: #000;
	margin: 0;
	padding: 6px 32px 8px;
	background: #fff6e6;
}
.sectionin dd {
	margin: 0;
	padding: 6px 32px 10px;
}

/*form
*/
form {
	margin: 0;
	padding: 0;
	text-align: center;
}
form input[type="text"],
form select ,
form textarea {
	font-size: 100%;
	line-height: 1.4em;
	font-family: 'Times New Roman', '游明朝', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', serif;
	background: #fff;
}
form input[type="text"],
form textarea {
	width: 90%;
}
form input[type="file"] {
	margin: 4px 0;
	font-size: 100%;
	line-height: 1.4em;
}

.button,
input[type="submit"] {
	display: block;
	width: 320px;
	height: 40px;
	margin: 8px auto 8px;
	padding: 0;
	text-align: center;
	font-size: 140%;
	line-height: 1em;
	letter-spacing: 0.01em;
	color: #fff6af;
	background: url(../images/button.jpg) center top repeat;
	border: solid 3px #8d7e57;
	font-family: 'Times New Roman', '游明朝', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', serif;
}
.button {
	padding: 5px 0px 0px;
}
input[type="submit"] {
	margin: 16px auto 0;
}
.button:link,
.button:visited {
	color: #fff6af;
	text-decoration: none;
}
.button:hover,
input[type="submit"]:hover {
	cursor: pointer;
	text-decoration: none;
	color: #fff6af;
	background: #a70f2c;
	border: solid 3px #8d7e57;
}
.button .jp {
	font-size: 80%;
	letter-spacing: 0.0em;
}
.buttons {
	display: table;
	width: 340px;
	margin: 8px auto 8px;
	text-align: center;
}
.halfbutton {
	display: inline-block;
	width: 160px;
	margin: 8px 4px 8px;
}
#logindetail .button {
	display: inline-block;
	width: 120px;
	font-size: 108%;
	height: auto;
	margin: 0px auto 8px;
	padding: 8px 0;
}

#gotrialbutton {
	display: block;
	width: 440px;
	margin: 8px auto 8px;
	padding: 12px 0 0;
	text-align: center;
	line-height: 1.3em;
	color: #333;
	font-size: 112%;
	background: url(../images/button2.jpg) center top repeat;
	border: solid 3px #8d7e57;
	-webkit-border-radius: 8px; /*角丸*/
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#gotrialbutton img {
	width: 160px;
}
#gotrialbutton span.en {
	display: block;
	padding: 4px 0 8px;
	font-size: 160%;
	color: #9e7913;
}
#gotrialbutton span.jp {
	display: block;
	padding: 6px 0;
	font-size: 120%;
	color: #7c2c1f;
	font-weight: bold;
	background: rgba(255,255,255,0.6);
}
#gotrialbutton span.bottom {
	display: block;
	padding: 8px 0;
	font-weight: bold;
}

/* toppage
 * --------------------------------------- */
#news {
}
.newsbox ,
#topnewsbox ,
#topnewsbox2 {
	width: 640px;
	margin: 0 auto 20px;
	padding: 16px 50px;
	text-align: left;
	background: rgba(255,255,255,0.6);
	overflow: auto;
}
#topnewsbox ,
#topnewsbox2 {
	max-height: 600px;
	overflow: auto;
}
.kiji {
	margin: 0 0 12px;
	padding: 0 0 12px;
	line-height: 1.4em;
	text-align: left;
	border-bottom: solid 1px #999;
	overflow: hidden;
}
.kiji .sub {
	margin: 0 0 6px;
	padding: 0;
	font-size: 108%;
	color: #6e061a;
}
.kiji .date {
	float: left;
	width: 100px;
	margin: 0 auto 0 0;
	padding: 0;
	color: #a70f2c;
}
.kiji img {
	max-width: 400px;
	max-height: 600px;
}
.kiji .com {
	margin: 0;
	padding: 0;
	text-align: center;
}
.kiji p {
	margin: 0 0 4px;
	text-align: left;
}

#goform {
	margin: 40px auto 20px;
	padding: 4px 0 12px;
}
#goform .button {
	margin: 4px auto 16px;
}

.mail .txt-box {
	width: 680px;
	margin: 0 auto 0;
	padding: 28px 60px;
	text-align: left;
	line-height: 1.8em;
	background: rgba(255,255,255,0.6);
}

/* members
 * --------------------------------------- */

.detailmenu {
	max-width: 1000px;
	margin: 16px auto 0;
	text-align: center;
}
.detailmenu ul {
	display: table;
	margin: 0 auto;
	padding: 0 0 20px;
	letter-spacing: -.40em; /*隙間対策 */
}
.detailmenu ul li {
	display: inline-block;
	height: 30px;
	margin: 0 4px 8px;
	padding: 0;
	list-style-type: none;
	vertical-align: top;
	box-sizing: border-box;
	letter-spacing: normal; /*隙間対策 */
}
.detailmenu ul li.bangoon {
	height: 30px;
	padding: 4px 8px 0;
	color: #444;
	background: #ffecb0;
	border: 1px solid #b9a790;
	box-sizing: border-box;
}
.detailmenu ul li a {
	display: block;
	height: 30px;
	margin: 0;
	padding: 4px 8px 0;
	color: #666;
	background: #fffef3;
	border: 1px solid #bbb;
	box-sizing: border-box;
}
.detailmenu ul li a#prev,
.detailmenu ul li a#next {
}

.detailmenu ul li a:hover {
	opacity: 0.4;
}

#detailmenu {
	width: 204px;
	margin: 15px auto 15px;
	padding: 0;
	text-align: center;
	border: 2px solid #ffffff;
}

#search {
	position: relative;
	display: table;
	max-width: 1000px;
	margin: 0 auto;
	padding: 10px 10px 0px;
	background: #fffef3;
	border: 1px solid #948c75;
	overflow: hidden;
	letter-spacing: -.40em; /*隙間対策 */
}
#search select ,
#search input[type="text"] {
	margin: 0 8px 8px 0;
	border-top: 1px solid #888;
	border-left: 1px solid #888;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	letter-spacing: normal; /*隙間対策 */
}
#search select {
	padding: 1px 1px;
}
#search input[type="text"] {
	width: 16em;
	padding: 4px 4px;
}
#search input[type="submit"] {
	width: 8em;
	display: inline-block;
	margin: 0 128px 8px 20px;
	font-size: 100%;
	height: 2em;
}
#pagenum {
	margin: 0 0 0 32px;
}
#memnum {
	position: absolute;
	right: 64px;
	bottom: 12px;
	display: block;
	width: 96px;
	text-align: right;
	line-height: 1em;
	padding: 4px 4px;
	background: #fff;
	border: 1px solid #948c75;
	letter-spacing: normal; /*隙間対策 */
}
.lank {
	float: left;
	display: block;
	width: 46px;
	height: 14px;
	margin: 6px 0 0;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 14px;
}
#V {
	background-image: url(../images/lank_v.jpg);
}
#SSS {
	background-image: url(../images/lank_sss.jpg);
}
#SS {
	background-image: url(../images/lank_ss.jpg);
}
#SA {
	background-image: url(../images/lank_sa.jpg);
}
#S {
	background-image: url(../images/lank_s.jpg);
}
#A {
	background-image: url(../images/lank_a.jpg);
}
#B {
	background-image: url(../images/lank_b.jpg);
}
#C {
	background-image: url(../images/lank_c.jpg);
}
#thumbbody {
	display: table;
	width: 100%;
	margin: 0 auto;
	padding: 20px 0 20px;
}
.thumb {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 230px;
	height: 280px;
	margin: 0 4px 8px;
	padding: 10px 0 0;
	text-align: center;
	font-size: 0.9em;
	line-height: 1.3em;
	background: rgba(255,255,255,0.6);
	border: 0px solid #deceb9;
	overflow: hidden;
}
.thumbpic {
	width: 200px;
	height: 200px;
	margin: 0 auto;
	overflow: hidden;
}
.thumb img {
	width: 200px;
	height: auto;
	margin: 0 auto;
	border-style: none;
}
.thumbbottom {
	margin: 0 8px;
	padding: 6px 0 0;
	text-align: center;
	font-size: 100%;
	line-height: 1em;
	letter-spacing: -0.03em;
	color: #000;
	overflow: hidden;
}
.thumbbottom span {
	font-size: 112%;
}
.thumbtxt {
	margin: 2px 0 0;
	padding: 3px 0 0;
	border-top: 1px solid #deceb9;
}
.thumbicon {
	width: 68px;
	height: 16px;
	margin: 0 auto 4px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 16px;
}
.SSS {background-image: url(../images/iconv.gif);}
.SS {background-image: url(../images/icont.gif);}
.SA {background-image: url(../images/icons.gif);}
.S {background-image: url(../images/icona.gif);}
.A {background-image: url(../images/iconb.gif);}
.B {background-image: url(../images/iconc.gif);}

.memberclass {
	display: table;
	margin: 0px auto 20px;
	padding: 0;
	border-top: 1px solid #deceb9;
	border-bottom: 1px solid #deceb9;
	border-left: 1px solid #deceb9;
	overflow: hidden;
	letter-spacing: -.40em; /*隙間対策 */
}
.memberclass div {
	display: inline-block;
	margin: 0 auto;
	padding: 6px 2px;
	text-align: center;
	background: rgba(255,255,255,0.6);
	border-right: 1px solid #deceb9;
	letter-spacing: normal; /*隙間対策 */
}
.memberclass div img {
	width: 48px;
	margin-right: 1px;
}


/*----------------------------------------------------------------
* 詳細ページ
----------------------------------------------------------------*/
#logindetail #main {
	width: 840px;
	margin: 0 auto;
	padding: 0 0 15px;
	text-align: center;
}
#detailbody {
	width: 720px;
	margin: 0 auto 0px;
	padding: 12px 0 16px;
	overflow: hidden;
}
#detailpic {
	float: left;
	width: 210px;
	margin: 0;
	padding: 0;
	text-align: center;
}
#detailpic img {
	width: 200px;
	margin: 0 0 10px;
	border: 4px solid #FFFFFF;
}
#detailtext {
	width: 600px;
	margin: 0 0 0 auto;
	padding: 20px 40px;
	text-align: left;
	line-height: 20px;
	background: rgba(255,255,255,0.6);
}
#detailsubject {
	margin: 0 0 10px;
	padding: 5px 5px 1px 15px;
	font-size: 14px;
	border-bottom: 1px solid #948c75;
}
#detaildate {
	margin: 0 0 10px;
	padding: 0;
	color: #ac921a;
	font-size: 16px;
	border-bottom: 1px solid #948c75;
}
#detailcomment {
	margin: 0 0 20px;
	padding: 1px 5px 0;
	font-size: 12px;
	background: url(../images/detailcomment.gif) center top;
}

/* footer
 * --------------------------------------- */
#footer {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 60px 0 20px;
	text-align: center;
	overflow: hidden;
}
#home #footer {
	background: url(../images/bg.jpg) center top repeat #fff;
}
#footer-inner {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
#footer-menu-wrap {
	width: 100%;
	margin: 0 0 20px;
	text-align: left;
	background: url(../images/button.jpg) center top repeat;
	border-top: solid 3px #c0a14d;
	border-bottom: solid 4px #8d7e57;
}
#footer-menu {
	max-width: 1000px;
	display: table;
	margin: 0 auto 0;
	padding: 0;
	text-align: center;
	list-style-type: none;
	letter-spacing: -.40em; /*隙間対策 */
}
#footer-menu li {
	cursor: pointer;
	display: inline-block;
	margin: 0 auto 0;
	letter-spacing: 0.04em; /*隙間対策 */
}
#footer-menu li a {
	display: block;
	height: 40px;
	padding: 12px 20px 0px;
	font-size: 16px;
	line-height: 1em;
}
#footer-menu li a:link,
#footer-menu li a:visited {
	color: #fff6af;
	background: rgba(255,70,110,0.0);
	text-decoration: none;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	 transition: 0.4s;
}
#footer-menu li a:hover,
#footer-tel a:hover {
	color: #fff6af;
	background: rgba(255,70,110,0.5);
	text-decoration: none;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	 transition: 0.2s;
}
#footer-logo {
	display: block;
	margin: 0 auto 0;
	padding: 0;
}
#footer-logo img {
	display: block;
	margin: 0 auto 0;
	width: 220px;
}
#footer-tel {
	margin: 0 auto;
	padding: 16px 0 0px;
	line-height: 1.3em;
	letter-spacing: 0.1em;
	text-align: center;
	color: #5a2e2a;
	overflow: hidden;
}
#footer-tel a:link,
#footer-tel a:visited {
	color: #5a2e2a;
}
#footersp {
	display: none;
}


.linkbox {
	display: table;
	width: 880px;
	margin: 20px auto 40px;
	padding: 0;
	text-align: center;
	overflow: hidden;
}
.linkbox div {
	display: inline;
	margin: 0 auto;
}
.banner {
	width: 468px;
	margin: 0 auto;
	text-align: center;
}
.banner640  {
	width: 640px;
}
.banner img {
	display: block;
	margin: 0 auto 15px;
}


/*■■■■■登録人数・面談人数バナー*/
#numbers {
	padding: 20px 0 10px;
	background: #fff7ec;
}
#number {
	font-size: 18px;
	line-height: 1.8em;
}
.numberl {
	margin-left: 5px;
	font-size: 40px;
	color: #e07900;
}
.numberm {
	margin-left: 5px;
	font-size: 32px;
	color: #b76300;
}


#contents-wrap {
	position: relative;
	margin: 0;
}
#page-top {
	position: fixed;
	bottom: 92px;
	right: 20px;
	display: none;
	z-index: 100;
}
#page-top a {
	text-decoration: none;
	color: #666;
	width: 60px;
	height: 60px;
	text-align: center;
	display: block;
	background:rgba(255,255,255,0.6);
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background:rgba(255,255,255,1);
}
