@charset "UTF-8";
@import 'https://fonts.googleapis.com/css?family=Prompt|Quicksand';

/* =======================================

	Browser Reset CSS
	Last Up Date 11/11/11

========================================== */

body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,
p,blockquote,table,th,td {margin: 0; padding: 0;}

html,body {background: #FFF; color: #000;}

body {font:13px/1 "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3", "メイリオ","Meiryo", "ＭＳ Ｐゴシック",sans-serif;}
* html body {font-size: small;}
*:first-child+html body {font-size: small;}

img {border: 0; vertical-align: top;}

h1,h2,h3,h4,h5,h6 {clear: both; font-size: 100%; font-weight: normal;}

ul,dl,ol {text-indent: 0;}
li {list-style: none;}

address,caption,cite,code,dfn,em,strong,th,var {font-style: normal; font-weight: normal;}

sup {vertical-align: text-top;}
sub {vertical-align: text-bottom;}

input,textarea,select {font-family: inherit; font-size: inherit; font-weight:inherit;}
* html input,* html textarea,* html select {font-size: 100%;}
*:first-child+html+input,*:first-child html+textarea,*:first-child+html select {font-size: 100%;}

table {/*border-collapse: collapse;*/ border-spacing: 0; font-size: inherit;}
th,td {text-align: left; vertical-align: top;}
caption {text-align: left;}

pre,code,kbd,samp,tt {font-family: monospace;}
* html pre,* html code,* html kbd,* html samp,* html tt {font-size: 100%; line-height: 100%;}
*:first-child+html pre,*:first-child html+code,*:first-child html+kbd,*:first-child+html+samp,*:first-child+html tt {font-size: 108%; line-height: 100%;}

input,select,textarea {font-size: 100%; font-family: Verdana, Helvetica, sans-serif;}

.spDis,#nav-collapse,.fb-ico{display:none!important;}

/* =======================================

	Basic CSS

========================================== */

/*      Font Size Memo ======================

0.769em = 10px

0.846em = 11px

0.923em = 12px

1em     = 13px

1.077em = 14px

1.154em = 15px

1.231em = 16px

1.308em = 17px

1.385em = 18px

1.462em = 19px

1.538em = 20px

1.692em = 22px

1.846em = 24px

2em     = 26px

2.154em = 28px

========================================== */

html, body {background:#FFFFFF; color: #696969;}

body{ line-height:1.5; }

/* h1 ~ h6 Config */
h2, h3, h4, h5, h6, {
	line-height:1.5;
}

/* Links Config */
body a{color: #d23219; text-decoration: none;}
body a:link{}
body a:visited{}
body a:hover{color: #CCC; text-decoration:underline;}
body a:active{}



/* =======================================

	#CONTAINER

========================================== */
#container {
	margin:0 auto;
	width: 910px;
}


/* =======================================

	#HEADER

========================================== */
#header{
	width:910px;
	height:102px;
}

	#header h1{
		float:left;
		margin:20px 0;
		font-size:2.154em;
	}
	#header ul{
		float:right;
		margin:30px 0;
	}
		#header ul li{
			float:left;
			margin:0;
			padding:0;
		}



/* =======================================

	#CONTENTS

========================================== */
#contents{
	width:910px;
}

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

      #MAIN

------------------------------------------ */
#main{
	float:left;
	width:700px;
	overflow:hidden;
}

	#main h2 {
		font-family: 'Quicksand', sans-serif;
		color:#d23219;
		font-size:26px;
		/*line-height:0;*/
		margin-bottom:50px;
		letter-spacing:-2px;
		font-weight:bold;
		line-height:25px;
	}
	
	#main h2 span {
		font-size:20px;
		display:block;
		line-height:1.2;
		padding-top:15px;
		font-weight:normal;
		/*font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
	}
	
	#main #top-text {
		font-size:0.923em;
		margin-bottom:25px;
	}


	/* h1 ~ h6 Config */
	#main h2{
	}

	#main h3{
	}

	#main h4{
	}

	#main h5,
	#main h6{
	}

	#main p{
		margin-bottom:20px;
	}
	
	.foot-image {
		margin-top:25px;
		margin-bottom:45px;
	}
	
	#main .err-msg,
	#main .err-msg p{
		color:#F00;
	}
	
	#main .err-msg strong{
		display:block;
		margin-bottom:5px;
	}


	ul.basiclist {
		padding-left:10px;
		font-size:0.923em;
		letter-spacing:2px;
		line-height:1.5;
		color:#333;
	}
	
	ul.basiclist li {
		background:url(../image/icon-list01.gif) 3px 6px no-repeat;
		padding-left:12px;
		margin-bottom:6px;
	}

	a.link_btn{
		background-color: #da5642;
		background-image: url("../image/btn-link-bk.png");
		background-position: left center;
		background-repeat: no-repeat;
		border-bottom-left-radius: 3px;
		border-bottom-right-radius: 3px;
		 border-top-left-radius: 3px;
		border-top-right-radius: 3px;
		color: #fff;
		display: inline-block;
		font-size: 10px;
		padding-bottom: 3px;
		padding-left: 20px;
		padding-right: 5px;
		padding-top: 3px;
	}

	a.link_btn:hover{
		text-decoration:none;
		color:#fff;
		background-color:#b7b7b7;
		background-image:url(../image/btn-link-bk_o.png);
	}

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

      #SIDE

------------------------------------------ */
#side{
	float: right;
	width: 190px;
}

	#side h3{
	}

	#side-nav{
		margin-bottom:27px;
	}

	#side-nav ul li{
		font-size:12px;
		color:#909090;
		padding:5px 0;
		border-bottom:1px dotted #e5e5e5;
	}
	
	#side-nav ul li.letter-narrow{
		letter-spacing:-1px;
	}

	#side-nav ul li a{
		color:#909090;
	}

	#side-nav ul li a:hover{
		color:#d23219;
		text-decoration:none;
	}
	.side-bnr {
		display:none;
	}

	
	/* ---------------------------------------
      #member-login
	------------------------------------------ */
	#member-login {
	}
	
	#member-login h3{
		margin-bottom:14px;
	}
	
	#member-login dl{
	}
	
	#member-login dt{
		font-size:0.846em;
		letter-spacing:1px;
	}
	
	#member-login dd{
		margin-bottom:8px;
	}
	
	#member-login input#login_id,
	#member-login input#login_pw{
		border:1px solid #ebebeb;
		width:184px;
		padding:3px;
		border-radius:2px;
		-moz-border-radius:2px;
		-webkit-border-radius:2px;
		-o-border-radius:2px;
	}
	
	#member-login input#login_id:focus,
	#member-login input#login_pw:focus {
		border-color:#d23219;
	}
	
	#login-area {
		margin-bottom:10px;
	}
	
	#registar-member {
		float:left;
	}
	
	#registar-member a{
		color:#d23219;
		font-size:0.846em;
		letter-spacing:1px;
	}
	
	#login-btn {
		float:right;
	}
	
	#login-btn input#login-submit{
		color:#d23219;
		background: url(../image/icon-key.gif) 0 1px no-repeat;
		border:none;
		cursor:pointer;
		font-size:0.846em;
		display:block;
		letter-spacing:1px;
		text-align:left;
		padding:0 0 0 16px;
		margin:0;
	}
	
	#member-catch {
		color:#d23219;
		font-size:0.769em;
	}
	
	/*	
	#link-rentalbass {
		margin-top:20px;
	}
	*/

	#link-area {
		width: 100%;
		margin-top: 20px;
		overflow: hidden;
	}
	
	#link-area h3 {
		margin-bottom: 10px;
	}
	
	#link-area dt {
		font-size: 0.846em;
		line-height:1.2;
	}
	
	#link-area dd{
		margin-bottom:10px;
		color: #909090;
		font-size: 0.846em;
		line-height:1.2;
	}
	

/* =======================================

	#FOOTER

========================================== */
#foot-wrap {
	width:100%;
	border-top:1px solid #d5d5d5;
	margin-top:80px;
}

#footer {
	width:910px;
	height:293px;
	margin:0 auto;
	/*font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
}
	
	/* ---------------------------------------
      #foot_nav
	------------------------------------------ */
	#footer #foot-nav{
		float:left;
		width:400px;
		margin-top:25px;
	}

	#footer #foot-nav ul{
		float:left;
	}

	#footer #foot-nav ul li{
		float:left;
		font-size:0.846em;
		margin-right:25px;
		margin-bottom: 15px;
	}
	
	#footer #foot-nav ul li h5{
		margin-bottom: 3px;
	}
	
	#footer #foot-nav ul li p{
		margin-bottom: 3px;
		line-height:1.3;
	}

	#footer #foot-nav ul li.nav-last{
		border-right:none;
	}

	#footer #foot-nav ul li a{
		display:inline-block;
		/*padding:0 20px;*/
	}


/* ---------------------------------------
      #footer .fb-like-box
	------------------------------------------ */
	#footer .fb-page{
		margin-top: 25px;
	}

	/* ---------------------------------------
      #copy
	------------------------------------------ */
	#footer #copy {
		width: 100%;
		text-align: center;
		clear:both;
	}
	
	#footer #copy small{
		margin:20px 0;
		color:#666;
		letter-spacing:2px;
	}



/* ------------------- .group (clearfix) ------------------- */
.group:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.group {
  min-height: 1px;
}

* html .group {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* ▼　ページトップ　▼ */

#pagetop {
	bottom: 20px;
	position: fixed;
	right: 100px;
	background-color:#da5642;
	text-align:center;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;
	z-index:100;
}

#pagetop a{
	display:block;
	width:100%;
	height:100%;
}

#pagetop a:hover{
	opacity:0.7;
}

#pagetop a:after{
	content:"";
	display:inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 14px 8px;
	border-color: transparent transparent #fff transparent;
	margin:15px;
	}

/* ▲　ページトップ　▲ */

.btn01 {
  cursor: pointer;
  display: block;
  font-size: 13px;
  font-weight: 400;
  text-align:center;
  margin: 0 auto 2em;
  /*max-width: 160px;*/
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  width: 100%;
  box-sizing:border-box;
}
@media (min-width: 400px) {
  .btn {
    display: inline-block;
    margin-right: 2.5em;
  }
  .btn:nth-of-type(even) {
    margin-right: 0;
  }
}
@media (min-width: 600px) {
  .btn:nth-of-type(even) {
    margin-right: 2.5em;
  }
  .btn:nth-of-type(5) {
    margin-right: 0;
  }
}
.btn:hover {
  text-decoration: none;
}
.btn01 {
  /*box-shadow: 0px 2px 0 #d6251f, 2px 4px 6px #e02a24;*/
  font-weight: 900;
  letter-spacing: 1px;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}

.btn01:hover {
	opacity:0.7;
	text-decoration:none;
}


.btn01 .up {
	color: #fff;
	background: #e3403a;
	display: block;
	padding: 10px 15px 8px 15px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
}

.btn01 .down {
	font-size:10px;
	color: #e3403a;
	padding:8px 15px;
  	border: 1px solid #da251f;
	display:block;
	background-color:#fff;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}


.btn02 {
	color:#fff;
	background-color:#bcc;
	margin:5px 0;
	padding:4px 5px 3px 5px;
	border:#bbb 1px solid;
	cursor: pointer;
	display: block;
	font-size: 10px;
	text-align:center;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
	width: 100%;
	box-sizing:border-box;
	border-radius: 5px;

}