/* 2015.12.03 - 2015.12.04 */
@charset "utf-8";

/**-----------------------------------------------
	基本
-----------------------------------------------**/
body {
	color:#000;
	font-family:'Hiragino Kaku Gothic Pro',Meiryo,sans-serif;
	font-size: 14px;
	-webkit-text-size-adjust: 100%;
	font-style: normal;
	font-weight: normal;
	line-height:1.8;
	margin: 0;
	padding: 0; }

h1,h2,h3,h4,h5,h6 { font-weight:normal; }


/**-----------------------------------------------
	リンク色
-----------------------------------------------**/
a {/*リンクされた文字*/
	color:#009acf;
	line-height:140%;
	font-style:normal;
	text-decoration:underline;
}
a:link {/*未訪問のリンク*/
	color:#009acf;
	font-style:normal;
	text-decoration:underline;
}
a:visited {/*訪問後のリンク*/
	color:#009acf;
	text-decoration:underline;
}
a:hover {/*オンマウス*/
	text-decoration:none;
}
a:active {/*クリック中*/
	text-decoration:none;
	border:none;
	outline:none;
}
/* 画像クリックボーダーを消す */
a img { outline:none; }
a{ outline: none; }
a:focus{ outline: none; }


/**-----------------------------------------------
	ヘッダー
-----------------------------------------------**/

#sharp {
       width:100%;
       position:fixed;
       min-height:40px;
       height:40px;
       background:#eaeaea;
       top:0px;
       z-index:999;
}

#sharp_area {
       width:980px;
       margin:0 auto;
       position:relative;
}


#sharp h1{
       padding-top:7px;
}


#header {
	width:100%;
	position:fixed;
	min-height:50px;
	height:50px;
	background:rgba(51,51,51,.8);
	top:40px;
	z-index:2;
}

#header_area {
	width:980px;
	margin:0 auto;
	position:relative;
}

#header_area h1{
	width:96px;
	padding-top:14px;
}
#header_area h1 a{
	display:block;
}

#header li {
	float:left;
}

/* Edited by Takanori Hashi @SlipCase */

#header .logout {
	display:none;
}

#header .mypage:hover > .logout{
	display:block;
}

/* End */

#menu {
	position:absolute;
	top:0;
	left:130px;
}
#menu li a {
	display:block;
	padding:17px 35px;
	color:#FFF;
	font-size:12px;
	text-decoration:none;
}
#menu li a:hover {
}
.sp_menu { display:none; }
#pc_menu {
	position:absolute;
	top:0;
	right:0;
}

.spbody #header_area { width:auto; }
.spbody #logo {
	margin-left:20px;
}
.spbody .sp_menu { display:block; }
.spbody #pc_menu { display:none; }
.spbody #menu {
	display:none;
	margin-left:0;
	top:50px;
	left:0;
	z-index:3;
	width:100%;
	/*background: url(images/header_bg.png) repeat 0 0;*/

}
.spbody #menu li {
	float:none;
}
.spbody #menu li a {
	font-size:20px;
	padding:0 20px;
	line-height:50px;
}
.spbody #spMenu {
	position: absolute;
	right: 10px;
	top: 0;
	display: block;
	padding: 15px 10px 0;
	overflow: hidden;
}
.spbody #spMenu span {
	position: relative;
	display: block;
	width: 30px;
	height: 2px;
	margin-bottom: 7px;
	border-radius: 1px;
}
.spbody #spMenu span:before,
.spbody #spMenu span:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 50%;
	height: 100%;
	background-color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: rotate(0deg);
	-mon-transform: rotate(0deg);
	transform: rotate(0deg);
}
.spbody #spMenu span:before {
	border-radius: 2px 0 0 2px;
}
.spbody #spMenu span:after {
	left: 15px;
	border-radius: 0 2px 2px 0;
}
.spbody #spMenu.open span.top:before {
	left: 2px;
	top: 4px;
	-webkit-transform: rotate(45deg);
	-mon-transform: rotate(45deg);
	transform: rotate(45deg);
}
.spbody #spMenu.open span.top:after {
	left: 13px;
	top: 4px;
	-webkit-transform: rotate(-45deg);
	-mon-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.spbody #spMenu.open span.middle:before {
	left: -100%;
}
.spbody #spMenu.open span.middle:after {
	left: 200%;
}
.spbody #spMenu.open span.bottom:before {
	left: 2px;
	top: -4px;
	-webkit-transform: rotate(-45deg);
	-mon-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.spbody #spMenu.open span.bottom:after {
	left: 13px;
	top: -4px;
	-webkit-transform: rotate(45deg);
	-mon-transform: rotate(45deg);
	transform: rotate(45deg);
}


/**-----------------------------------------------
	コンテンツエリア
-----------------------------------------------**/
/* 2カラムメニューあり */
#twocol {
	position:relative;
	width:980px;
	min-height:465px;
	margin:60px auto 0px;
	top: 40px;
	padding-bottom:80px;
}
.menu1 #twocol {
	padding-bottom: 40px;
}
.menu2 #twocol,
.menu3 #twocol,
.menu4 #twocol {
	padding-bottom: 320px;
}
.menu6 #twocol {
	padding-bottom: 240px;
}
/* 2カラム(メニュー) */
#twocol_menu {
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
#twocol_menu h2 {
	margin-bottom:15px;
}
#twocol_menu h3 {
	margin-bottom:30px;
}

#twocol_menu li a {
	display:block;
	color:#c9b187;
	width:150px;
	padding:8px 10px;
	margin-bottom:10px;
	font-size:13px;
	text-align:center;
	text-decoration:none;
	background-color:#FFF;
	border:3px solid #c9b187;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#twocol_menu li a:hover,
#twocol_menu li.select a,
body.menu1 #twocol_menu li.menu1 a,
body.menu2 #twocol_menu li.menu2 a,
body.menu3 #twocol_menu li.menu3 a,
body.menu4 #twocol_menu li.menu4 a,
body.menu5 #twocol_menu li.menu5 a,
body.menu6 #twocol_menu li.menu6 a,
body.menu7 #twocol_menu li.menu7 a,
body.menu8 #twocol_menu li.menu8 a {
	color:#FFF;
	background-color:#c9b187;
	cursor: pointer;
}


/* 2カラム(メインエリア) */
#twocol_main {
	margin-left:265px;
	padding-top: 90px;
}

/* メニューなし */
#one_col {
	position:relative;
	width:980px;
	margin:60px auto 0px;
	padding-bottom: 240px;
	top:40px;
}

#onecol_narrow {
    position:relative;
    width:715px;
    margin:60px auto 0px;
    padding-bottom: 240px;
    top:40px;
}

/* ページ的にコンテンツがスカスカで、上下にマージンを持たせる */
#one_col.sparse_content {
	padding:200px 0;
}
#twocol_main.sparse_content {
	padding-top: 200px;
	padding-bottom: 200px;
}
#one_col.sparse_content h2.title,
#twocol_main.sparse_content h2.title {
	border-bottom: 0;
	font-size: 36px;
	text-align: center;
	line-height: 1.4;
}
#twocol_main h2.title.title2 {
	padding-top: 28px;
}
#one_col.sparse_content #form_btn,
#twocol_main.sparse_content #form_btn {
	margin-top: 100px;
}


/**-----------------------------------------------
	フッター
-----------------------------------------------**/
#footer {
	color:#FFF;
	background-color:#000;
}
#footer_area {
	width:980px;
	margin:0 auto;
	padding:36px 0 30px;
}
.footer_link_area {
	text-align: center;
}
#footer ul {
	margin-bottom:30px;
}
#footer li {
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin:0 36px 10px 0;
}
#footer li a {
	color:#FFF;
	font-size:12px;
	text-decoration:none;
}
#copyright {
	position:relative;
	text-align:center;
	font-size:10px;
}
#copyright img {
	position:absolute;
	top:0;
	left:0;
}


/**-----------------------------------------------
	テーブル
-----------------------------------------------**/
/* テーブル */
table {
	width:100%;
	margin-bottom:5px;
	border-collapse: collapse;
	/* width:100%はみ出し防止 */
	-webkit-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	/* テーブルのはみ出し防止 */
	word-break:break-all;
}

table th {
	padding:10px;
	font-weight:normal;
	vertical-align:middle;
	background-color:#DDD;
	border:1px solid #999;
}

table td {
	padding:10px;
	vertical-align:middle;
	background-color:#FFF;
	border:1px solid #999;
}


/**-----------------------------------------------
	フォームパーツ
-----------------------------------------------**/
input,
textarea,
select {
	font-family:Meiryo,sans-serif; }

/* フォームパーツ */
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
textarea,
select {
	padding:5px;
	font-size:15px;
	/* width:100%はみ出し防止 */
	-webkit-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
textarea {
	width:100%; }

/* サイズ */
.mini { width:50px; }
.small { width:150px; }
.middle { width:200px; }
.large { width:350px; }
.big { width:600px; }
.max { width:100%; }



/**-----------------------------------------------
	多用途パーツ
-----------------------------------------------**/
/* 見出し */
h2.pagename {
	border-bottom: 1px #999 solid;
	font-size:18px;
	line-height: 30px;
	margin-bottom: 30px;
}
h2.title {
	border-bottom: 1px #999 solid;
	font-size:14px;
	line-height: 30px;
}
h2.title.no_border {
	border-bottom: none;
}
h2.questionnaire_title {
  margin: 50px 0;
  font-size: 25px;
  line-height: 1.4;
  text-align: center;
}

/* ボタン(ブラウン) */
button[type=button].btn_brown,
button[type=submit].btn_brown {
	color:#FFF;
	padding:10px;
	font-size:13px;
	background-color:#c9b187;
	border:none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	cursor:pointer;
}


/* ボタン(ブラウン) */
Input[type=button].btn_brown,
Input[type=submit].btn_brown {
	color:#FFF;
	padding:10px;
	font-size:13px;
	background-color:#c9b187;
	border:none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	cursor:pointer;
}
/* ボタン(ホワイト) */
Input[type=button].btn_white,
Input[type=submit].btn_white {
	display:inline-block;
	*display:inline;
	*zoom:1;
	color:#c9b187;
	width:150px;
	padding:8px 10px;
	font-size:13px;
	text-align:center;
	text-decoration:none;
	background-color:#FFF;
	border:3px solid #c9b187;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	cursor:pointer;
}

/* ボタンサイズ */
.btn_orange_l { width:310px !important; }
.btn_orange_m { width:130px !important; }


/* 注意書き用 */
p.Alert {
	color:#CF0000;
	padding:10px;
	border:1px solid #CF0000;
	background-color:#FFEFEF;
}

/* ページ下によくある小さい文字の補足説明用 */
p.common_notice {
	color:#999;
	font-size:10px;
}

/* フォーム用 */
.common_form {

}

/* 同意を求める部分 */
div.agree {

}
/* パスワードを求める部分 */
div.password_form {
}

/**-----------------------------------------------
	商品紹介
-----------------------------------------------**/

#mainContent{
	position:relative;
	min-height:465px;
	margin:0px auto;
	padding-top:50px;
}

.spbody #mainContent{
	padding-top: 120px;
}

#pageNavi{
	padding:9px 0px;
	text-align:center;
	background-color: white;
}

#pageNavi ul{
  margin:0;
  padding:0;
  list-style-type:none;
}

#pageNavi li {
  font-weight: bold;
  display:inline;
  margin:0 0 0 10px;
  padding:5px 0 5px 50px;
}

#pageNavi li a{
  font-size: 12px;
  color:#000;
  text-decoration:none;
}

#pageNavi li a:hover{
	color:#666;
}

#pageNavi li a.now{
	color:#666;
}

/*----- フッター下部設定 -----*/
html,body{
    height: 100%;

}
body{
    position: relative;
    min-height: 100%;

    height: auto !important;
   height: 100%
}
div#mainContent{
    padding-bottom:180px;
}
#footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 180px;
}
