@charset "UTF-8";
/**
 * ダイハツコペン
 **/
.clickable {
  cursor: pointer;
}

.center {
  text-align: center;
}

.side_left {
  float: left;
}

.side_right {
  float: right;
}

.btn_black {
  display: inline-block;
  padding: 15px 0;
  color: #fff;
  background: #000;
  text-align: center;
  font-size: 14.5px;
  width: 230px;
}

.btn_black:hover, .btn_black_half:hover, .btn_black_mini:hover, .btn_gray_mini:hover, .btn_gray:hover, .post_button:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}

.btn_black_half {
  display: inline-block;
  padding: 15px 0;
  color: #fff;
  background: #000;
  text-align: center;
  font-size: 14.5px;
  width: 215px;
}

.btn_black_mini,
a.btn_black_mini,
.button-remove .btn_black_mini {
  display: inline-block;
  padding: 8px 0;
  color: #fff;
  background: #000;
  text-align: center;
  font-size: 12px;
  width: 80px;
  height: auto;
}

.btn_gray_half {
  display: inline-block;
  padding: 15px 0;
  color: #fff;
  background: #c5c5c5;
  text-align: center;
  font-size: 14.5px;
  width: 215px;
}

.btn_gray_mini {
  display: inline-block;
  padding: 8px 0;
  color: #000;
  background: #c5c5c5;
  text-align: center;
  font-size: 12px;
  width: 80px;
}

.btn_gray {
  display: inline-block;
  padding: 15px 0;
  color: #fff;
  background: #8d8d8d;
  text-align: center;
  font-size: 14.5px;
  width: 230px;
}

.btn_gray span {
  font-size: 12.5px;
}

.btn_small {
  width: 150px;
}

.error {
  color: #E82020;
}

.icon_user {
  width: 20px;
  height: 20px;
}

.icon_user_middle {
  width: 40px;
  height: 40px;
}

.icon_user_semi_large {
  width: 100px;
  height: 100px;
}

.icon_user_large {
  width: 128px;
  height: 128px;
}

.icon_user_original {
  width: 180px;
  height: 180px;
}

/*header--------------------------------------------------------*/
.com-header {
  position: relative;
  z-index: 999;
}

#header {
  border-bottom: 1px solid #e5e5e5;
  padding-top: 20px;
  margin-bottom: 30px;
}

header {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 4px;
}

#header h1 {
  height: 54px;
  padding-top: 26px;
}

#header h1 a {
  display: block;
  width: 282px;
  height: 21px;
  background: url("/images/common/id1.jpg") no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  float: left;
  margin-bottom: 30px;
}

h1.content_title {
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  margin-bottom: 10px;
}

h1.underline {
  border-bottom: 1px solid #d9d9d9;
}

a.tooltip span {
  display: none;
  color: #fff;
  background: #ccc;
  padding: 20px;
  width: 100px;
  text-align: center;
  position: absolute;
  z-index: 10;
  text-indent: 0;
  font-size: 12px;
  margin-left: -60px;
  margin-top: 10px;
  #margin-top: 30px;
}

a.tooltip span:after {
  content: '';
  position: absolute;
  border-bottom: 10px solid #ccc;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  top: -9px;
  left: 65px;
}

a.tooltip {
  display: inline-block;
}

a.tooltip:hover span {
  display: block;
}

.account_area {
  display: block;
  float: right;
  width: 230px;
}

.account_area p {
  font-size: 11px;
  font-weight: bold;
  padding-bottom: 5px;
  text-align: center;
  color: #494949;
}

.account_area .enter a {
  display: block;
  width: 102px;
  height: 36px;
  background: url("/images/common/border_enter.png") no-repeat;
  font-size: 12px;
  color: #494949;
  text-align: center;
  font-weight: bold;
  line-height: 3;
}

.account_area .enter a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
  background-color: #f0efea;
}

.account_area .user_area {
  border-bottom: 1px solid #e5e5e5;
  padding: 0 10px 10px 10px;
}

.account_area .user_area .side_left img {
  vertical-align: middle;
  margin-right: 15px;
}

.account_area .user_area .side_left span {
  color: #494949;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  vertical-align: middle;
  width: 148px;
  line-height: 20px;
}

.account_area .user_area .side_right {
  display: block;
  vertical-align: middle;
}

.account_area .user_area .side_right a {
  display: inline-block;
  vertical-align: middle;
  margin-top: 13px;
  text-indent: -9999px;
  float: left;
  width: 15px;
  height: 15px;
  margin-left: 9px;
}

.account_area .user_area .side_right a.logout {
  background: url("/images/icon/account.png") no-repeat;
}

.account_area .user_area .side_right a.setting {
  background: url("/images/icon/account.png") no-repeat -25px 0;
}

.account_area .user_area .side_right a.help {
  background: url("/images/icon/account.png") no-repeat -51px 0;
}

.account_area .enter {
  padding: 10px;
}

.account_area.login {
  position: relative;
}

.account_area.login .side_right {
  padding-top: 10px;
}

.account_area.login .login_arrow {
  position: absolute;
  bottom: -4px;
  left: 50%;
  margin-left: -3px;
  z-index: 2;
}

.account_area .member_menu {
  margin-top: 20px;
  text-align: center;
}

.account_area .member_menu a {
  margin-right: 15px;
}

.more.external {
  background: url(../images/icon/external.png) no-repeat 130px 8px;
}

/*
nav{
	clear:both;
	background: url("/images/common/menu_off2.jpg") no-repeat 2px top;
	width:505px;
	height:28px;
	margin-top:34px;
	margin-bottom:2px;
	}
	nav ul li{
		float:left;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}
	nav ul li a{
		display:block;
		margin-left:29px;
	}
	nav ul li:first-child a{
		margin-left:0;
	}
	nav ul li a.top{
		width:27px;
		height:24px;
	}
	nav ul li a.car{
		width:88px;
		height:24px;
	}
	nav ul li a.community{
		width:90px;
		height:24px;
	}
	nav ul li a.event{
		width:39px;
		height:24px;
	}
	nav ul li a.news{
		width:38px;
		height:24px;
	}
	nav ul li a.about{
		width:66px;
		height:24px;
	}
	nav ul li a:hover,nav ul li a.current{
		border-bottom:4px solid #000;
	}
	*/
/*index------------------------------------------------------------*/
.left_column {
  width: 734px;
  float: left;
  padding-bottom: 32767px;
  margin-bottom: -32767px;
}

.key_box {
  font-size: 11.5px;
  width: 724px;
}

.key_box p {
  padding-top: 10px;
}

ul.slide_button {
  float: right;
  margin-right: 20px;
}

ul.slide_button li {
  float: left;
  margin-left: 2px;
}

ul.slide_button li a {
  display: inline-block;
  background: url("/images/top/slide_button_bar.png") no-repeat left;
  width: 30px;
  height: 2px;
}

ul.slide_button li.current a {
  display: inline-block;
  background: url("/images/top/slide_button_bar.png") no-repeat right;
  width: 30px;
  height: 2px;
}

ul.slidesjs-pagination {
  float: right;
  margin-right: 20px;
  margin-top: 10px;
  width: 160px;
  height: 18px;
}

ul.slidesjs-pagination li {
  float: left;
  margin-left: 2px;
}

ul.slidesjs-pagination li a {
  display: inline-block;
  background: url("/images/top/slide_button_bar.png") no-repeat left;
  width: 30px;
  height: 2px;
  text-indent: -9999px;
  *display: block;
  *zoom: 1;
}

ul.slidesjs-pagination li a.active {
  display: inline-block;
  background: url("/images/top/slide_button_bar.png") no-repeat right;
  width: 30px;
  height: 2px;
  text-indent: -9999px;
  *display: block;
  *zoom: 1;
}

.pickup_theme_area h2 {
  clear: both;
  width: 158px;
  height: 19px;
  background: url("/images/top/h_pickuptheme.jpg") no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  float: left;
  margin-bottom: 30px;
}

.pickup_theme_area .inner, .photo_area .inner {
  clear: both;
}

.pickup_theme_area article {
  width: 224px;
  font-size: 11.5px;
  float: left;
  margin-right: 20px;
}

.pickup_theme_area article h3 {
  font-size: 12.5px;
  font-weight: bold;
  padding: 15px 10px 20px;
  height: 30px;
}

.pickup_theme_area article .comment {
  background: url(../images/top/comment_baloon.png) no-repeat;
  width: 232px;
  height: 141px;
  margin-bottom: 10px;
}

.pickup_theme_area article .comment p {
  padding: 20px 13px;
}

.pickup_theme_area article .text {
  position: relative;
}

.pickup_theme_area article .text img {
  float: left;
  width: 42px;
}

.pickup_theme_area article .text p {
  float: left;
  display: inline-block;
  padding: 5px 0 0 10px;
}

.pickup_theme_area article .text p span {
  color: #959595;
}

.photo_area {
  clear: left;
  padding-top: 40px;
}

.photo_area .inner {
  height: auto;
  width: 730px;
}

.photo_area h2 {
  width: 48px;
  height: 16px;
  background: url("/images/top/h_photo.jpg") no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  float: left;
  margin-bottom: 30px;
}

.photo_area .double_grid {
  width: 478px;
  margin-right: 0 !important;
}

.photo_area .single_grid {
  width: 232px;
}

.photo_area .side_left {
  margin-right: 15px;
}

.photo_area article .photo {
  display: block;
}

.photo_area article .photo .comment {
  display: none;
  position: absolute;
}

.photo_area article .photo:hover .comment {
  display: block;
  background: url("/images/top/photo_comment_bg.png") repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}

.photo_area article .photo:hover .comment span {
  color: #fff;
  padding: 15px;
  font-size: 13px;
  display: block;
  line-height: 1.5;
}

.photo_area article .user {
  margin-top: 5px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}

/*Userdata----------------------------------------*/
.user_popup_data {
  z-index: 5;
  background: url("/images/top/user_area_arrow.png") no-repeat left top;
  width: 360px;
}

.bbs_detail .child_name .user_popup_data {
  top: -80px;
}

.user_icon_popup {
  cursor: pointer;
}

.user_popup_data .inner {
  margin-left: 11px;
  background: #fff;
  border-top: 1px solid #bdbdbd;
  border-right: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
  padding: 6px 0 6px 6px;
  font-size: 11.5px;
  width: 100%;
}

.user_popup_data .inner .user_image {
  width: 120px;
  float: left;
}

.user_popup_data .inner .data {
  width: 240px;
  float: left;
}

.user_popup_data .inner .name {
  padding: 10px 15px;
  font-weight: bold;
  border-bottom: 1px solid #bdbdbd;
  font-size: 14px;
  word-break: break-all;
}

.user_popup_data .inner .exp {
  width: 180px;
  border: 1px solid #fff;
  text-align: left;
  /*float:left;*/
  margin: 15px 0 0 15px;
}

.user_popup_data .inner .exp div {
  padding: 5px 0;
  line-height: 1;
}

.user_popup_data .inner .exp span {
  font-weight: bold;
}

.user_popup_data .inner .exp .sex,
.user_popup_data .inner .exp .ad {
  border-bottom: 1px solid #fff;
  font-weight: bold;
}

.user_popup_data .inner .comment_area,
.user_popup_data .inner .comment_area {
  clear: both;
  background: #fff;
  padding: 15px;
  margin-right: 6px;
  min-height: 15px;
}

.user_popup_data #close_x img {
  right: -10px;
  position: absolute;
  top: 5px;
  width: 10px;
  height: 10px;
}

.photo_area article .user img {
  float: left;
  width: 34px;
}

.photo_area article .user .text p {
  display: inline-block;
  float: left;
  padding-left: 10px;
  font-size: 11px;
}

.photo_area article .user dl {
  float: right !important;
  display: inline-block;
  font-size: 8px;
  margin-top: 20px;
  margin-right: 10px;
}

.photo_area article .text p span {
  color: #959595;
}

.photo_area article .user dl dd {
  line-height: 1.6;
}

.photo_area article .user dl dt,
.photo_area article .user dl dd {
  float: left;
}

.photo_area article .user dl dt img.icon {
  margin-right: 5px;
  width: auto !important;
}

.photo_area .single_grid .photo,
.photo_area .double_grid .photo {
  overflow: hidden;
  line-height: 0;
}

.photo_area .single_grid .photo .baloon img {
  width: 232px;
}

.photo_area .double_grid .photo .baloon img {
  width: 478px;
}

.photo_area .single_grid .photo .baloon {
  position: relative;
  display: block;
}

.photo_area .double_grid .photo .baloon {
  position: relative;
  display: block;
  max-height: 480px;
}

.photo .baloon .arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
}

.double_grid .photo .baloon .arrow {
  margin-bottom: 0\9;
  *margin-bottom: -3px;
}

.right_column {
  width: 231px;
  float: right;
  padding-bottom: 32767px;
  margin-bottom: -32767px;
  text-align: center;
}

.facebook h2 {
  width: 93px;
  height: 16px;
  background: url("/images/top/h_facebook.jpg") no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  float: left;
  margin-bottom: 30px;
}

.topic h2 {
  width: 88px;
  height: 19px;
  background: url("/images/top/h_topic.jpg") no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  float: left;
  margin-bottom: 30px;
}

.topic dl {
  clear: both;
  text-align: left;
  font-size: 11.5px;
  margin-bottom: 45px;
  border-bottom: 1px solid #e5e5e5;
}

.topic dl dt {
  color: #999;
  padding-top: 25px;
  border-top: 1px solid #e5e5e5;
}

.topic dl dd {
  padding-bottom: 25px;
}

.facebook #fbdata {
  clear: both !important;
  margin-bottom: 10px;
}

.facebook article .fb_image,
div[class^="facebook"] article div[class^="fb_image"] {
  height: 224px !important;
  max-height: 224px !important;
  overflow: hidden !important;
  margin: 0 auto;
  width: 224px !important;
  max-width: 224px !important;
  /*border: 2px solid #3b5998 !important;*/
  position: relative;
}

.facebook article img, div[class^="facebook"] article img {
  /***
  	height: 220px !important;
  	max-height:220px!important;
  	width:auto !important;
  ***/
}

.facebook article {
  padding-bottom: 20px;
}

.facebook article .text {
  padding: 10px 0 70px 0;
  height: 9px;
  font-size: 11.5px !important;
  text-align: left;
}

.facebook article .text.long {
  padding: 10px 0 105px 0;
}

.facebook article .text span {
  color: #959595 !important;
}

.fb_likes {
  float: right;
}

.fb-dot {
  margin: 20px 0;
  height: 10px;
  overflow: hidden;
  background: url("/images/board/dot.png") no-repeat;
  background-position: center top;
}

.fb-banner {
  display: block;
  margin-top: 20px;
}

/*concept--------------------------------------------------------*/
#wrapper {
  width: 1000px;
  margin: 0 auto;
  margin-top: 30px;
}

.concept .inner, .concept .spec {
  width: 1000px;
  margin: 50px auto 0;
}

.concept h3 {
  padding-bottom: 50px;
  margin-bottom: 10px;
  margin-top: 40px;
}

.concept h4 {
  padding-bottom: 15px;
  font-weight: bold;
  font-size: 14px;
}

.concept p {
  font-size: 12px;
  line-height: 2.5;
}

.concept_one {
  padding-top: 28px;
  width: 1000px;
  margin-bottom: 10px;
}

.concept_two .title {
  font-weight: bold;
  font-size: 16px;
}

.concept_one .message {
  margin-top: 120px;
}

.concept_one p {
  width: 370px;
  display: block;
}

.concept_one .message p.side_right {
  padding-top: 120px;
}

.concept_two {
  margin-top: 120px;
}

.concept h3 {
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d8d8d8;
}

.concept .spec .left {
  width: 480px;
  float: left;
}

.concept .spec table {
  border: 1px solid #d8d8d8;
  width: 480px;
  line-height: 1.5;
}

.concept .spec table th {
  background: #f3f3f2;
  border-bottom: 1px solid #d8d8d8;
  text-align: center;
  vertical-align: middle;
  font-size: 12.5px;
  height: 58px;
}

.concept .spec table td {
  background: #fff;
  border-bottom: 1px solid #d8d8d8;
  vertical-align: middle;
  padding-left: 20px;
  font-size: 10.5px;
}

.concept .spec .right {
  width: 480px;
  float: right;
}

.concept .report {
  clear: both;
  padding-top: 80px;
  padding-bottom: 40px;
}

.concept .link {
  display: inline-block;
  background: url(/images/icon/point.gif) no-repeat left;
  padding-left: 15px;
  float: left;
  margin-right: 20px;
  text-decoration: none;
}

.concept .link:hover {
  text-decoration: underline;
}

/*board---------------------------------------------------------*/
.left_column_sub {
  width: 724px;
  float: left;
  padding-bottom: 32767px;
  margin-bottom: -32767px;
}

.board_menu form {
  background: url("/images/board/serch_bg.jpg") no-repeat;
  width: 231px;
  height: 40px;
}

/*for Webkit*/
input::-webkit-input-placeholder {
  color: #999;
  font-size: 11.5px;
}

/*for Firefox*/
input:-moz-placeholder {
  color: #999;
  font-size: 11.5px;
}

.board_menu input[type="text"] {
  border: none;
  background: none;
  width: 159px;
  height: 37px;
  margin-left: 5px;
  float: left;
}

.board_menu input[type="submit"] {
  border: none;
  background: none;
  width: 60px;
  height: 40px;
  float: left;
  cursor: pointer;
}

/*footer---------------------------------------------------------*/
.copen-footer {
  margin-top: 120px;
  position: relative;
  border-top: 1px solid #ddd;
  background-color: #ececec;
}
.copen-footer .copen-footer-inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1280px;
  min-width: 1000px;
  margin: 0 auto;
  padding: 30px 20px 0;
}
.copen-footer .copen-footer-pagetop {
  position: absolute;
  top: -60px;
  right: 15px;
}
.copen-footer .copen-footer-pagetop a {
  display: block;
}
.copen-footer .copen-footer-pagetop a img {
  vertical-align: top;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.copen-footer .copen-footer-pagetop a img:hover {
  opacity: 0.5;
}
.copen-footer .copen-footer-pagetop.-fixed {
  position: fixed;
  top: auto;
  bottom: 15px;
}
.copen-footer #copen-footer-banner {
  text-align: center;
}
.copen-footer #copen-footer-banner ul {
  display: inline-block;
  letter-spacing: -.40em;
  width: 100%;
}
.copen-footer #copen-footer-banner ul li {
  position: relative;
  display: inline-block;
  width: 23.59%;
  letter-spacing: normal;
}
.copen-footer #copen-footer-banner ul li + li {
  margin: 0 0 0 1.87%;
}
.copen-footer #copen-footer-banner ul li img {
  vertical-align: top;
  max-width: 100%;
}
.copen-footer #copen-footer-banner ul li:before, .copen-footer #copen-footer-banner ul li:after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background: #e12b5a;
  z-index: 4;
}
.copen-footer #copen-footer-banner ul li:after {
  left: 0;
  bottom: 0;
}
.copen-footer #copen-footer-banner ul li:before {
  right: 0;
  top: 0;
}
.copen-footer #copen-footer-banner ul li a {
  display: block;
  height: 100%;
}
.copen-footer #copen-footer-banner ul li a:before, .copen-footer #copen-footer-banner ul li a:after {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background: #e12b5a;
  z-index: 4;
}
.copen-footer #copen-footer-banner ul li a:before {
  left: 0;
  top: 0;
}
.copen-footer #copen-footer-banner ul li a:after {
  right: 0;
  bottom: 0;
}
.copen-footer #copen-footer-banner ul li:hover:before {
  width: 100%;
}
.copen-footer #copen-footer-banner ul li:hover:after {
  width: 100%;
}
.copen-footer #copen-footer-banner ul li:hover a:after {
  height: 100%;
}
.copen-footer #copen-footer-banner ul li:hover a:before {
  height: 100%;
}
.copen-footer .copen-footer-btm {
  padding: 57px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.copen-footer .copen-footer-logo {
  padding-top: 5px;
}
.copen-footer .copen-footer-nav-sns {
  text-align: right;
  margin-bottom: 18px;
}
.copen-footer .copen-footer-nav-sns li {
  padding-left: 10px;
  display: inline;
}
.copen-footer .copen-footer-nav-sns a {
  display: inline-block;
}
.copen-footer .copen-footer-nav-sns a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}
.copen-footer .copen-footer-nav-menu {
  font-size: 10.5px;
  letter-spacing: -.40em;
  text-align: right;
}
.copen-footer .copen-footer-nav-menu li {
  letter-spacing: normal;
  display: inline-block;
  margin-left: 15px;
  padding-bottom: 10px;
}
.copen-footer .copen-footer-nav-menu li a {
  padding-left: 10px;
  color: #000;
  text-decoration: underline;
}

/*テキストシャドウ {
	text-shadow: 1px 1px 3px #000;
}
*/
/*ボックスシャドウ {
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
*/
/*ボックスシャドウ内側 {
	-moz-box-shadow: inset 1px 1px 3px #000;
	-webkit-box-shadow: inset 1px 1px 3px #000;
	box-shadow: inset 1px 1px 3px #000;
}
*/
/*角丸 {
	border-radius: 10px; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
}
*/
/*トランジション {
	-webkit-transition: 1.5s;
	-moz-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s;
}
*/
/*透明 {
	filter: alpha(opacity=25);
	-moz-opacity:0.25;
	opacity:0.25;
}
*/
/*背景のみ透明 {
	background-color:rgba(255,255,255,0.2);
}
*/
/*グラデーション {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000')";
	background-image: -moz-linear-gradient(top, #ffffff, #000000);
	background-image: -ms-linear-gradient(top, #ffffff, #000000);
	background-image: -o-linear-gradient(top, #ffffff, #000000);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#000000));
	background-image: -webkit-linear-gradient(top, #ffffff, #000000);
	background-image: linear-gradient(top, #ffffff, #000000);
}
*/
/*a02---------------------------------------------------------*/
#contents.event {
  font-size: 11.5px;
  /*width:970px;*/
}

#contents.event h2 {
  margin-top: 50px;
  font-size: 14.5px;
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 22px;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}

#contents.event ul li {
  width: 230px;
  position: relative;
  float: left;
  margin-right: 12px;
  margin-bottom: 14px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
}

#contents.event ul li.r {
  margin-right: 0;
}

#contents.event ul li .new {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
}

#contents.event ul li .title {
  font-size: 14.5px;
  font-weight: bold;
  padding: 0 10px;
  margin-top: 10px;
}

#contents.event ul li p {
  font-size: 11.5px;
  padding: 10px 10px 0;
}

#contents.event ul li .more {
  padding: 5px 10px 0;
  display: block;
}

#contents.event ul li .more:hover, #contents.event ul li a img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
  background: fff;
}

#contents.event ul li .more span {
  display: inline-block;
  font-size: 11.5px;
}

#contents.event ul li .more span.more_line {
  color: #ccc;
  margin-right: 8px;
}

#contents.event_exp .key {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  padding: 45px 0 65px 0;
}

#contents.event_exp .key p {
  margin-top: 65px;
  text-align: left;
}

#contents.event_exp .left {
  display: block;
  float: left;
  padding-bottom: 65px;
}

#contents.event_exp .right {
  display: block;
  float: right;
  padding-bottom: 65px;
}

#contents.event_exp .text {
  width: 510px;
  line-height: 180%;
}

#contents.event_exp .img {
  width: 418px;
  line-height: 0;
}

#contents.event_exp .img img {
  padding-bottom: 1px;
}

#contents.event_exp h2 {
  padding-top: 70px;
}

#contents.event_exp article {
  margin-top: 65px;
}

#contents.event_exp h3 {
  font-size: 12.5px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 15px;
}

#contents.event_exp p {
  font-size: 11.5px;
  line-height: 2;
}

#contents.event_exp #gallary {
  clear: both;
  border-top: 1px solid #e5e5e5;
  margin-bottom: 25px;
}

#contents.event_exp #gallary h3 {
  font-size: 12.5px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 5px;
}

#contents.event_exp #gallary p {
  padding: 44px 0;
  line-height: 235%;
}

#contents.event_exp #gallary ul li {
  margin-right: 14px;
  float: left;
}

#contents.event_exp #gallary ul li.r {
  margin-right: 0;
}

#contents.event_exp #gallary ul li img {
  width: 224px;
  padding: 3px;
  border: 1px solid #e6e6e6;
  cursor: pointer;
}

/*a03---------------------------------------------------------*/
.bbs_list li {
  margin-bottom: 20px;
  border: 1px solid #e5e5e5;
  position: relative;
}

.bbs_list .discuss_photo,
.bbs_detail .discuss_photo {
  /***
  	border:1px solid #e6e6e6;
  	padding:4px;
  	width:163px;
  	height:133px;
  ***/
  background: #fff;
  position: absolute;
  top: 16px;
  right: 20px;
  overflow: hidden;
}

.bbs_list .discuss_photo img,
.bbs_detail .discuss_photo img {
  border: 1px solid #e6e6e6;
  padding: 4px;
  width: 163px;
  cursor: pointer;
}

.bbs_list .discuss_title,
.bbs_detail .discuss_title {
  border-bottom: 1px dotted #7f7f7f;
  padding: 15px 0 15px 20px;
  font-size: 16.5px;
  line-height: 1.5;
}

.bbs_list .discuss_title img {
  float: left;
  margin-right: 5px;
}

.bbs_list .discuss_title h2,
.bbs_list .discuss_title h2 a,
.bbs_detail .discuss_title h2,
.bbs_detail .discuss_title h2 a {
  font-size: 16.5px;
  line-height: 2;
  font-weight: bold;
  float: left;
  width: 460px;
  word-break: break-all;
}

.bbs_list .discuss_title h2 a:hover,
.bbs_detail .discuss_title h2 a:hover {
  text-decoration: underline;
}

.bbs_list .discuss_detail,
.bbs_detail .discuss_detail {
  padding: 20px 20px 15px 20px;
  width: 682px;
  min-height: 81px;
}

.bbs_list .discuss_detail p,
.bbs_detail .discuss_detail p {
  font-size: 11.5px;
  display: block;
  margin-bottom: 25px;
  word-break: break-all;
}

.bbs_list .with_photo .discuss_detail p,
.bbs_detail .with_photo .discuss_detail p {
  width: 495px;
}

.bbs_list .discuss_detail .starter,
.bbs_detail .discuss_detail .starter {
  min-height: 20px;
}

.bbs_list .discuss_detail .starter img,
.bbs_detail .discuss_detail .starter img {
  vertical-align: middle;
}

.bbs_list .discuss_detail .starter span,
.bbs_detail .discuss_detail .starter span,
.bbs_detail .discuss_detail .child_comment span {
  font-size: 11.5px;
  display: inline-block;
  height: 20px;
  vertical-align: center;
}

.bbs_list .discuss_detail .starter span.name,
.bbs_list .discuss_detail .starter span.time,
.bbs_detail .discuss_detail .starter span.name,
.bbs_detail .discuss_detail span.time {
  margin-left: 10px;
}

.bbs_detail .discuss_detail .starter span.name {
  margin-right: 40px;
}

.bbs_list .discuss_detail .starter span.date,
.bbs_detail .discuss_detail span.date {
  padding-left: 22px;
  background: url(../images/icon/clock.png) no-repeat;
  background-position: left top;
}

.bbs_list .discuss_detail .starter span.date {
  margin-left: 40px;
}

.bbs_list .discuss_detail .starter span.name,
.bbs_detail .discuss_detail .child_comment span.name {
  font-size: 10px;
}

.bbs_list .response,
.bbs_detail .response {
  background-color: #f2f2f2;
  height: 34px;
  padding: 8px 20px;
}

.bbs_list .response .side_left img.icon,
.bbs_list .response .side_left span.category_name,
.bbs_list .response .side_left dl dt,
.bbs_list .response .side_left dl dd,
.bbs_detail .response .side_left img.icon,
.bbs_detail .response .side_left span.category_name,
.bbs_detail .response .side_left dl dt,
.bbs_detail .response .side_left dl dd {
  float: left;
}

.bbs_list .response .side_left dl,
.bbs_detail .response .side_left dl {
  height: 26px;
  width: 280px;
}

.bbs_list .response .side_left dl dt,
.bbs_detail .response .side_left dl dt {
  margin-left: 15px;
}

.bbs_list .response .side_left dl dt img {
  vertical-align: middle;
}

.bbs_list .response .side_left dl dd,
.bbs_detail .response .side_left dl dd {
  line-height: 2.5;
  margin-left: 10px;
  font-size: 11.5px;
  font-weight: bold;
}

.bbs_list .response .side_right a,
.bbs_detail .response .side_right a.reply {
  display: block;
  width: 128px;
  height: 0;
  padding-top: 33px;
  overflow: hidden;
  background: url(../images/sub/bbs/reply.png) no-repeat;
}

.bbs_detail .response .side_right {
  width: 260px;
}

.bbs_detail .response .side_right a.reply {
  float: right;
  margin-left: 10px;
}

.bbs_detail .response .side_right a.delete {
  float: right;
  display: block;
  width: 102px;
  height: 0;
  margin-right: 10px;
  padding-top: 33px;
  overflow: hidden;
  background: url(../images/sub/bbs/delete_post.png) no-repeat;
}

.bbs_list .response .side_left span.category_name,
.bbs_detail .response .side_left span.category_name {
  margin-left: 5px;
  font-weight: bold;
  font-size: 12px;
  padding-top: 4px;
}

.bbs_list .view_more,
.bbs_detail .view_more,
.mypage section .box .user_info .inside.side_left .view_more {
  display: block;
  height: 50px;
  font-size: 14.5px;
  width: 100%;
  background-color: #f2f2f2;
  color: #000;
  font-weight: bold;
  text-align: center;
  line-height: 3.5;
}

.bbs_list .view_more:hover,
.bbs_detail .view_more:hover,
.mypage section .box .user_info .inside.side_left .view_more:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
  background: fff;
}

.board_menu .narrow_down {
  background-color: #f2f2f2;
  margin-top: 10px;
  padding: 10px;
  margin-bottom: 10px;
}

.board_menu .banner {
  margin-bottom: 50px;
}

.board_menu .banner a {
  display: block;
}

.board_menu .narrow_down #cat_all {
  border: 1px solid #999;
  background: #fff;
}

.board_menu .narrow_down #cat_all a,
.board_menu .narrow_down ul li a {
  font-size: 11.5px;
  line-height: 1.5;
  color: #000;
  display: block;
  padding: 10px 0;
}

.board_menu .narrow_down #cat_all {
  background: url(/images/board/select_button.gif) no-repeat right;
  background-color: #fff;
}

.board_menu .narrow_down #cat_all a {
  width: 95px;
  margin: 0 auto;
  font-weight: bold;
}

.board_menu .narrow_down #cat_all ul,
.board_menu .narrow_down #cat_all ul li {
  margin: 0;
  padding: 0;
  z-index: 10;
  position: relative;
}

.board_menu .narrow_down form {
  width: 211px;
  height: auto !important;
}

.board_menu .filter_select {
  background: #efefef url("/images/board/filter_ctg.jpg") no-repeat top;
  background-size: contain;
  position: relative;
  width: 211px;
  height: 40px;
}

.board_menu .filter_select select {
  position: absolute;
  zoom: 1.1;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 210px;
  height: 40px;
  top: 0;
  left: 0;
}

.board_menu .filter_select #box_show {
  height: 40px;
  line-height: 3.5;
  font-size: 12px;
  padding-left: 10px;
  font-weight: bold;
}

.user_info .section_body.filter_select {
  width: 141px !important;
  padding-top: 0 !important;
}

.user_info .side_right article .filter_select,
.user_info .side_left article .filter_select {
  background: url("/images/sub/member/filter_area.jpg") no-repeat top;
  background-size: contain;
  position: relative;
  width: 141px !important;
  height: 30px;
}

.user_info .side_right article .filter_select select,
.user_info .side_left article .filter_select select {
  position: absolute;
  zoom: 1.1;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 141px;
  height: 30px;
  top: 0;
  left: 0;
}

.user_info .side_right article .filter_select #box_show,
.user_info .side_left article .filter_select #box_show {
  width: 139px;
  height: 28px;
  line-height: 2.5;
  font-size: 12px;
  padding-left: 10px;
}

.user_info .side_right article .filter_select .box_show,
.user_info .side_left article .filter_select .box_show {
  width: 139px;
  height: 28px;
  line-height: 2.5;
  font-size: 12px;
  padding-left: 10px;
}

.board_menu .narrow_down ul {
  border: 1px solid #999;
  margin-top: 10px;
}

.board_menu .narrow_down ul li {
  background-color: #fff;
  border-top: 1px solid #999;
}

.board_menu .narrow_down ul li a {
  font-weight: bold;
}

.board_menu .narrow_down ul li.selected {
  background-color: #e0e0e0;
}

.board_menu .narrow_down ul li:first-child {
  border-top: 0;
}

.board_menu .narrow_down ul li a,
.board_menu .narrow_select a {
  text-align: center;
}

.board_menu .narrow_select {
  margin-top: 10px;
  background-color: #8d8d8d;
}

.board_menu .narrow_select a {
  display: block;
  color: #fff;
  font-size: 14.5px;
  padding: 10px 0;
}

/*a03-05---------------------------------------------------------*/
.bbs_detail li {
  margin-top: 20px;
  position: relative;
}

.bbs_detail li:first-child {
  margin-top: 0;
}

.bbs_detail .relatives {
  background: url(/images/board/dotted_line2.png) repeat-y 20px;
}

.bbs_detail .mother {
  position: relative;
  border: 1px solid #e5e5e5;
}

.bbs_detail .post_comment {
  background-color: #f2f2f2;
  border: 1px solid #e5e5e5;
  border-top: 0px;
  padding: 25px;
}

.bbs_detail .post_comment .your_icon {
  float: left;
  margin-top: 2px;
}

.bbs_detail .post_comment .info {
  float: left;
  width: 617px;
  margin-left: 5px;
}

.bbs_detail .post_comment .info .inside .text {
  float: left;
}

.bbs_detail .post_comment .info .inside .text {
  font-size: 11.5px;
}

.bbs_detail .post_comment .info .inside .text .side_left {
  font-weight: bold;
}

#file_01, #mask_file_01 {
  display: none;
  width: 165px;
}

.a-uploader input[type="file"],
.a-uploader .mask_file {
  display: none;
  width: 165px;
}

.bbs_detail .post_button,
.bbs_start .post_button,
.mypage section .box .user_info .register a.post_button,
.inquiry section .box .user_info .register a.post_button,
.enquete_input section .box .user_info .register a.post_button {
  width: 100%;
  height: 45px;
  background-color: #000;
  color: #fff;
  font-size: 14.5px;
  display: inline-block;
  text-align: center;
  line-height: 3;
  margin-top: 10px;
}

.bbs_detail .post_button.half {
  width: 330px;
}

.mypage .post_button.half,
.inquiry .post_button.half,
.enquete_input .post_button.half,
.bbs_start .post_button {
  width: 232px !important;
}

.mypage .two_buttons,
.inquiry .two_buttons,
.enquete_input .two_buttons {
  width: 480px;
  margin: 0 auto;
}

.post_button.half.again {
  background-color: #8d8d8d !important;
}

.radio_category span img.icon {
  vertical-align: middle;
}

.bbs_detail .post_comment .info p {
  font-size: 10.5px;
  display: block;
  margin-top: 20px;
  line-height: 2;
}

.bbs_detail .post_comment .info p.side_right {
  margin-top: 0;
}

.bbs_detail .children {
  padding-top: 25px;
  float: left;
  width: 724px;
  background: url(/images/board/dotted_line2.png) repeat-y;
  background-position: 50px;
  margin-bottom: 20px;
}

.bbs_detail .children li.last {
  background: #fff;
}

.bbs_detail .children li {
  position: relative;
}

.bbs_detail .children li article {
  border: 1px solid #e5e5e5;
}

.bbs_detail .children li .discuss_photo {
  position: absolute;
  float: left;
}

.bbs_detail .children li .discuss_detail {
  float: left;
  padding: 20px;
  background-color: #fff;
  width: auto;
}

.bbs_detail .children li .discuss_detail p {
  display: block;
  margin-bottom: 45px;
}

.bbs_detail .grand-children li .discuss_detail p {
  display: block;
  margin-bottom: 20px;
}

.bbs_detail .children li .discuss_detail {
  font-size: 10px;
  min-height: 140px;
}

.bbs_detail .grand-children li .discuss_detail {
  min-height: 95px;
}

.bbs_detail .children li .discuss_detail .child_name {
  float: left;
  width: 80px;
}

.bbs_detail .children li .discuss_detail .child_comment {
  float: left;
  margin-left: 30px;
  max-width: 550px;
}

.bbs_detail .children li.with_photo .discuss_detail .child_comment p {
  width: 380px !important;
  padding-top: 13px;
  word-break: break-all;
}

.bbs_detail .children .grand-children {
  padding-left: 70px;
  padding-top: 20px;
  width: 654px;
  background: url(/images/board/dotted_line2.png) repeat-y;
  background-position: 115px;
}

.bbs_detail .child-comment-area .comment-message {
  max-width: 480px;
}

#breadcrumbs {
  font-size: 10.5px;
  margin-bottom: 25px;
}

#breadcrumbs img {
  vertical-align: middle;
}

#breadcrumbs a, #breadcrumbs.bg {
  display: inline-block;
  background: url(/images/sub/member/h2_bg.jpg) no-repeat right;
  padding: 0px 30px 0 0;
  margin-bottom: 0;
}

#breadcrumbs a span {
  display: inline-block;
  border-bottom: 1px solid #fff;
}

#breadcrumbs a:hover span {
  border-bottom: 1px solid #000;
}

.bbs_start {
  padding: 35px 24px 55px 24px;
  width: 676px;
}

.bbs_start .section {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 30px;
}

.bbs_start .section .section_title,
.mypage .section .section_title {
  font-size: 14.5px;
  font-weight: bold;
  width: 140px;
}

.bbs_start .section textarea, .bbs_start .section input[type="text"] {
  background-color: #FFF;
  border: 1px solid #E6E6E6;
  line-height: 2;
}

.bbs_start .section .section_title .necessary,
.mypage .section .section_title .necessary,
.inquiry .section .section_title .necessary,
.enquete_input .section .section_title .necessary {
  float: right;
}

span.necessary {
  font-size: 11px;
  padding: 2px 5px 0;
  line-height: 1.5;
  background-color: #ef2020;
  display: inline-block;
  color: #fff;
  border-radius: 2px;
  position: relative;
  behavior: url("/js/PIE.htc");
}

.bbs_start .section .section_body {
  width: 455px;
  padding-bottom: 30px;
}

.bbs_start p {
  font-size: 11.5px;
  line-height: 2;
}

.bbs_start .attention {
  /*margin-top:10px;*/
}

.bbs_start .attention p,
.mypage .attention p,
.inquiry .attention p,
.enquete_input .attention p {
  font-size: 11.5px !important;
  padding-top: 10px;
}

.radio_category span {
  margin-right: 20px;
  font-size: 11.5px;
  font-weight: bold;
}

.radio_category span input {
  margin-right: 5px;
}

.bbs_start p.notice {
  margin-top: 20px;
}

/*a08, a09---------------------------------------------------------*/
#contents.about,
#contents.terms {
  font-size: 11.5px;
  width: 980px;
  margin: 0 auto;
}

#contents.about {
  height: 950px;
}

body#about {
  background: url(/images/sub/about/bg.jpg) no-repeat;
  background-position: 250px 250px;
}

#contents.about h2 {
  font-size: 18.5px;
  font-weight: bold;
  padding: 40px 0;
}

#contents.terms h2 {
  font-weight: bold;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 10px;
  margin-top: 40px;
  width: 730px;
}

#contents.terms h2 {
  margin-top: 50px;
}

#contents.about p {
  font-size: 13.5px;
  line-height: 2;
}

#contents.terms ol li {
  padding: 30px 0;
  width: 730px;
}

#contents.terms ol {
  list-style: decimal !important;
  list-style-position: inside;
}

#contents.terms ul {
  list-style: disc !important;
  padding-left: 3px;
  padding-top: 30px;
}

#contents.terms ul li {
  text-indent: 0;
  padding-left: 0;
  padding: 0;
}

#contents.terms ol li {
  text-indent: -1em;
  padding-left: 1em;
  padding-bottom: 0;
  line-height: 2;
  list-style: none;
}

/*  caution           */
.caution_box {
  background: url(/images/common/attention_white.jpg?v=210140228) no-repeat left center;
  padding: 10px 0 10px 104px;
  margin-bottom: 35px;
  border: 1px solid #ef2020;
}

.mypage .caution_box,
.inquiry .caution_box,
.enquete_input .caution_box {
  background: url(/images/common/attention_white.jpg?v=20140228) no-repeat 0 center;
  border: 2px solid #f02020;
  margin-top: 30px;
}

.caution_box ul {
  padding-left: 1em;
}

.caution_box ul li {
  text-indent: -1em;
  list-style-type: none;
  color: #ef2020;
  font-size: 11.5px;
  line-height: 1.5;
  margin-top: 0;
}

span.caution {
  display: block;
  color: #ef2020;
  font-size: 11.5px !important;
  font-weight: normal;
  padding-top: 5px;
}

div.notice {
  padding-top: 20px;
  display: inline-block;
  /*width: 480px;*/
}

div.notice ul {
  padding-left: 1em !important;
}

div.notice ul li {
  font-size: 10.5px !important;
  text-indent: -1em !important;
  margin-top: 0;
  line-height: 2;
  list-style-type: none !important;
  text-align: left;
}

/*  bbs built         */
.bbs_start .built {
  text-align: center;
  padding-top: 45px;
  padding-bottom: 30px;
}

.bbs_start .built p {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
}

.bbs_start .built .notice {
  text-align: left;
}

.bbs_start .built .notice a.inner_link {
  margin-left: 10px;
  margin-top: 10px;
}

.bbs_start .built .post_button {
  width: 232px;
  margin: 25px auto 20px;
}

a.inner_link {
  display: inline-block;
  background: url(/images/icon/link_triangle.png) no-repeat left center;
  padding-left: 10px;
  font-size: 10.5px;
}

/*  mypage  */
.mypage section {
  margin-bottom: 50px;
}

#contents.mypage .box h2 {
  padding-bottom: 10px;
}

.mypage section .box .user_info article.side_right {
  width: 230px;
  margin-left: 28px;
  font-size: 11.5px;
  padding-top: 30px;
}

.mypage section .box .user_info article.side_right .select_image_s {
  width: 180px;
}

.mypage section .box .user_info article.side_right h3 {
  background: url(/images/sub/member/h_profile.jpg) no-repeat;
  width: 59px;
  height: 19px;
  text-indent: -9999px;
  padding-bottom: 15px;
}

.mypage section .box .user_info article.side_right img {
  width: 180px;
}

.mypage section .box .user_info article.side_right .btn {
  display: inline-block;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 11px;
  padding: 15px 40px;
  margin-top: 12px;
}

.mypage section .box .user_info article.side_right .btn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}

.mypage section .box .user_info article.side_right h4 {
  font-size: 14.5px;
  font-weight: bold;
  padding-top: 20px;
}

.mypage section .box .user_info article.side_right p {
  padding: 8px 0;
  width: 195px;
}

.mypage section .box .user_info .inside.side_left {
  width: 710px;
  font-size: 11.5px;
}

.mypage section .box .user_info .inside.side_left .attention_text {
  font-size: 10.5px;
  padding-top: 28px;
}

.mypage section .box .user_info .inside.side_left .link,
.join_member .link {
  display: inline-block;
  background: url(/images/icon/point.gif) no-repeat left;
  padding-left: 15px;
  float: left;
  margin-right: 20px;
}

.mypage section .box .user_info .inside.side_left .link:hover,
.join_member .link:hover {
  text-decoration: underline;
}

.mypage section .box .user_info .inside.side_left h3 {
  background: url(/images/sub/member/h_activity.jpg) no-repeat;
  width: 62px;
  height: 18px;
  padding-bottom: 15px;
  text-indent: -9999px;
  margin-top: 30px;
}

.mypage section .box .user_info .inside.side_left ul#my_activity li {
  border: 1px solid #e5e5e5;
  padding: 20px;
  margin-bottom: 15px;
}

.mypage section .box .user_info .inside.side_left ul#my_activity li .date {
  color: #999999;
}

.mypage section .box .user_info .inside.side_left .section {
  border-bottom: 1px solid #ccc;
}

.mypage section .box .user_info .inside.side_left .section.last {
  border-bottom: 0;
}

.mypage section .box .user_info .inside.side_left .section .section_title {
  padding-top: 27px;
  font-size: 14px;
}

.mypage section .box .user_info .inside.side_left .section .section_title .attention {
  line-height: 0;
}

.mypage section .box .user_info .inside.side_left .section .section_title.long {
  width: 185px;
}

.mypage section .box .user_info .inside.side_left .section .section_body {
  padding-top: 27px;
  width: 480px;
}

.mypage section .box .user_info .inside.side_left .section {
  padding-bottom: 30px;
}

.mypage section .box .user_info .register {
  border-top: 1px solid #ccc;
  text-align: center;
}

.mypage section .box .user_info .register a.post_button {
  display: block;
  width: 480px;
  margin: 40px auto 0;
}

.mypage section .box .user_info .register a.inner_link.left {
  margin-right: 20px;
}

.mypage section .box .user_info .inside.side_left .register .notice ul {
  margin-bottom: 15px;
}

.mypage input[type='text'], .mypage textarea {
  background-color: #fff;
  line-height: 2;
  border: 1px solid #e6e6e6;
}

#lightbox_icon {
  position: relative;
  padding: 25px 25px 35px;
  width: 455px;
  height: 428px;
  background-color: #fff;
}

#lightbox_icon #close_x {
  position: absolute;
  top: 8px;
  right: 14px;
}

#lightbox_icon article .title {
  font-size: 10.5px;
  font-weight: bold;
  margin-bottom: 13px;
}

#lightbox_icon article .current_icon img {
  border: 5px solid #ccc;
  /* padding:4px; */
  margin: -5px;
  width: 128px;
  height: 128px;
}

#lightbox_icon .side_right {
  width: 276px;
}

#lightbox_icon article ul li {
  float: left;
  margin-left: 20px;
  margin-bottom: 20px;
}

#lightbox_icon article ul li.left {
  margin-left: 0;
}

#lightbox_icon .register .post_button {
  text-align: center;
  color: #fff;
  background-color: #000;
  display: block;
  font-size: 14px;
  padding: 12px 0;
}

#lightbox_icon .register .notice li {
  line-height: 1.5;
}

#lightbox_icon .balloon_point {
  position: absolute;
  right: -19px;
  top: 115px;
}

/*  member  */
#contents.join_member {
  font-size: 11.5px;
  padding-bottom: 50px;
}

#contents.join_member .read {
  margin-bottom: 30px;
}

.more_link {
  display: inline-block;
  background: url(/images/sub/member/more.jpg) no-repeat left;
  padding-left: 15px;
  margin: 10px 0;
}

#contents.join_member .member_box_l {
  margin-top: 30px;
  clear: both;
}

#contents.join_member .member_box.half {
  width: 470px;
  height: 395px;
  margin-bottom: 20px;
}

#contents.join_member .member_box.half .inner {
  background: #f1f1f1;
  padding: 25px;
}

#contents.join_member .member_box.half.l {
  float: left;
  margin-right: 30px;
}

#contents.join_member .member_box.half.r {
  float: left;
}

#contents.join_member .member_box.half p, #contents.join_member .member_box_l.half p {
  display: block;
  font-size: 10.5px;
  padding-bottom: 25px;
}

#contents.join_member.login .member_box.half p, #contents.join_member.login .member_box_l.half p {
  height: 50px;
}

#contents.join_member .member_box.half .inner .description, #contents.join_member .member_box_l.half .inner .description {
  height: 165px;
}

#contents.join_member .member_box_l.half a.post_button span {
  font-size: 14.5px;
}

.member_box.half a.post_button, .member_box_l.half a.post_button {
  width: 230px;
  text-align: center;
  height: auto;
  padding: 12px 18px;
  color: #fff;
  display: block;
  margin: 0 auto;
  line-height: 1.8;
}

.member_box_l.half a.post_button.oauth-button,
.member_box.half a.post_button.oauth-button,
.member_box_l.half a.post_button.oauth-button2,
.member_box.half a.post_button.oauth-button2 {
  width: 416px;
  margin: 0 !important;
  padding: 12px 0 !important;
}

.member_box_l.half.side_left p {
  padding: 60px 0;
}

.member_box_l.half.side_right p {
  padding: 35px 0;
}

.member_box_l.half.side_left a.post_button {
  background-color: #000;
}

.member_box_l.half.side_right a.post_button {
  background-color: #8d8d8d;
}

.mypage .confirm_message {
  border-bottom: 1px dotted #7f7f7f;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
  padding-bottom: 30px;
}

.mypage .user_info .side_right .section_body p {
  font-size: 13px;
  padding-top: 10px;
}

#contents.join_member .member_box_l h2,
#contents.join_member .member_box h2 {
  border-bottom: 1px solid #d9d9d9;
  font-size: 14.5px;
  text-align: left;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

#contents.join_member .member_box_l h3,
#contents.join_member .member_box h3 {
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 15px;
}

#contents.mypage .box h2,
#contents.inquiry .box h2,
#contents.enquete_input .box h2 {
  border-bottom: 1px solid #d9d9d9;
  font-size: 14.5px;
  text-align: left;
  font-weight: bold;
  padding-bottom: 15px;
}

#contents.join_member .member_box_l p {
  margin-bottom: 15px;
  text-align: left;
}

#contents.join_member .member_box_l input[type="text"] {
  width: 326px;
  height: 32px;
  background: #fff;
  border: 1px solid #e6e6e6;
}

#contents.join_member .member_box_l .guide {
  margin-top: 30px;
}

#contents.join_member .member_box_l .attention {
  margin: 30px 0;
  font-weight: bold;
  font-size: 14.5px;
}

#contents.join_member .member_box_l .caption {
  margin-top: 30px;
}

#contents.join_member .member_box_l .separator {
  margin: 60px 0px;
}

/*  faq  */
#contents.faq {
  font-size: 11.5px;
}

#contents.faq .left {
  width: 710px;
  float: left;
}

#contents.faq .left h2 {
  font-size: 14.5px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
  width: 100%;
  font-weight: bold;
}

#contents.faq .left h3 {
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0;
  width: 100%;
  font-weight: bold;
}

#contents.faq .left ul {
  margin-bottom: 60px;
}

#contents.faq .left ul li {
  border-bottom: 1px dotted #ccc;
  padding: 25px 0;
}

#contents.faq .left ul li .q {
  background: url("/images/icon/q.jpg") no-repeat left top;
  padding-left: 20px;
}

#contents.faq .left ul li .a {
  background: url("/images/icon/a.jpg") no-repeat left top;
  padding-left: 20px;
  margin-top: 25px;
}

#contents.faq .right {
  width: 230px;
  float: right;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 25px 0;
  margin-top: 38px;
}

#contents.faq .right ul li {
  background: url("/images/icon/point.gif") no-repeat 0px 3px;
  padding-left: 15px;
  margin-bottom: 10px;
  margin-left: 10px;
}

#contents.faq .right ul li a:hover {
  text-decoration: underline;
}

/*  news  */
.news section.reading_contents {
  width: 970px;
}

.news a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  /*
      background:none!important;
  */
  zoom: 1;
  display: inline-block;
}

section.reading_contents article {
  width: 478px;
}

section.reading_contents article .news_article {
  margin-bottom: 22px;
  font-size: 11.5px;
}

section.reading_contents article h2 {
  font-size: 14.5px;
  font-weight: bold;
  width: 100%;
}

section.reading_contents article ul {
  width: 232px;
}

section.reading_contents article ul li {
  width: 230px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
}

section.reading_contents article ul li .date {
  font-size: 10.5px;
  color: #999;
  padding: 0 10px;
  margin-top: 10px;
}

section.reading_contents article ul li a {
  display: block;
}

section.reading_contents article ul li .date a {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  padding-top: 0;
}

section.reading_contents article ul li .title {
  font-size: 14.5px;
  font-weight: bold;
  padding: 0 10px;
  margin-top: 10px;
}

section.reading_contents article ul li .title a {
  font-size: 14.5px;
  font-weight: bold;
}

section.reading_contents article ul li .outline {
  font-size: 11.5px;
  width: 205px;
  padding: 10px 10px 0;
}

section.reading_contents article ul li .more {
  padding: 5px 10px 0;
  display: block;
}

section.reading_contents article ul li .more:hover, #contents.event ul li a img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
  background: fff;
}

section.reading_contents article ul li .more span {
  display: inline-block;
  font-size: 11.5px;
}

section.reading_contents article ul li .more span.more_line {
  color: #ccc;
  margin-right: 8px;
}

div.modal {
  width: 100%;
  height: 100%;
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=40)";
  -moz-opacity: 0.40;
  opacity: 0.40;
  filter: alpha(opacity=40);
}

.confirm {
  width: 580px;
  min-height: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -150px;
  margin-left: -290px;
  background-color: #fff;
  border: 1px #fff solid;
  padding: 30px 30px 0px 30px;
  text-align: center;
}

.confirm .title {
  font-size: 16px;
  text-align: left;
  padding-left: 52px;
  font-weight: bold;
}

.confirm .message {
  font-size: 14px;
  margin: 0 auto;
  margin-top: 20px;
  text-align: left;
  width: 470px;
}

.confirm .button_area {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.popup_photo {
  position: fixed;
  top: 50%;
  left: 50%;
}

.popup_photo #close_x {
  float: right;
}

/* inquiry-----------------------------------------*/
.inquiry p {
  font-size: 11.5px;
}

.inquiry section {
  margin-bottom: 50px;
}

.inquiry h2 {
  margin-bottom: 30px;
}

#contents.inquiry .box h2 {
  padding-bottom: 10px;
}

.inquiry .section .section_title,
.mypage .section .section_title {
  font-size: 14.5px;
  font-weight: bold;
  width: 165px;
}

.inquiry section .box .user_info article.side_right {
  width: 230px;
  margin-left: 28px;
  font-size: 11.5px;
  padding-top: 30px;
}

.inquiry section .box .user_info article.side_right .select_image_s {
  width: 180px;
}

.inquiry section .box .user_info article.side_right h3 {
  background: url(/images/sub/member/h_profile.jpg) no-repeat;
  width: 59px;
  height: 19px;
  text-indent: -9999px;
  padding-bottom: 15px;
}

.inquiry section .box .user_info article.side_right img {
  width: 180px;
}

.inquiry section .box .user_info article.side_right .btn {
  display: inline-block;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 11px;
  padding: 15px 40px;
  margin-top: 12px;
}

.inquiry section .box .user_info article.side_right .btn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}

.inquiry section .box .user_info article.side_right h4 {
  font-size: 14.5px;
  font-weight: bold;
  padding-top: 20px;
}

.inquiry section .box .user_info article.side_right p {
  padding: 8px 0;
  width: 195px;
}

.inquiry section .box .user_info .inside.side_left {
  width: 100%;
  font-size: 11.5px;
}

.inquiry section .box .user_info .inside.side_left .attention_text {
  font-size: 10.5px;
  padding-top: 28px;
}

.inquiry section .box .user_info .inside.side_left .link {
  display: inline-block;
  background: url(/images/icon/point.gif) no-repeat left;
  padding-left: 15px;
  float: left;
  margin-right: 20px;
}

.inquiry section .box .user_info .inside.side_left .link:hover {
  text-decoration: underline;
}

.inquiry section .box .user_info .inside.side_left h3 {
  background: url(/images/sub/member/h_activity.jpg) no-repeat;
  width: 62px;
  height: 18px;
  padding-bottom: 15px;
  text-indent: -9999px;
  margin-top: 30px;
}

.inquiry section .box .user_info .inside.side_left ul#my_activity li {
  border: 1px solid #e5e5e5;
  padding: 20px;
  margin-bottom: 15px;
}

.inquiry section .box .user_info .inside.side_left ul#my_activity li .date {
  color: #999999;
}

.inquiry section .box .user_info .inside.side_left .section {
  border-bottom: 1px solid #ccc;
}

.inquiry section .box .user_info .inside.side_left .section.border_none {
  border-bottom: none;
}

.inquiry section .box .user_info .inside.side_left .section.last {
  border-bottom: 0;
}

.inquiry section .box .user_info .inside.side_left .section .section_title {
  padding-top: 27px;
  font-size: 14px;
}

.inquiry section .box .user_info .inside.side_left .section .section_title .attention {
  line-height: 0;
}

.inquiry section .box .user_info .inside.side_left .section .section_title.long {
  width: 185px;
}

.inquiry section .box .user_info .inside.side_left .section .section_body {
  padding-top: 27px;
  width: 480px;
  margin-left: 82px;
}

.inquiry section .box .user_info .inside.side_left .section {
  padding-bottom: 30px;
}

.inquiry section .box .user_info .register {
  border-top: 1px solid #ccc;
  text-align: center;
}

.inquiry section .box .user_info .register a.post_button {
  display: block;
  width: 480px;
  margin: 40px auto 0;
}

.inquiry section .box .user_info .register a.inner_link.left {
  margin-right: 20px;
}

.inquiry section .box .user_info .inside.side_left .register .notice ul {
  margin-bottom: 15px;
}

.inquiry input[type="text"], .inquiry textarea {
  background-color: #fff;
  line-height: 2;
  border: 1px solid #e6e6e6;
}

.inquiry input[type="text"],
.mypage input[type="text"] {
  height: 30px;
}

textarea {
  resize: none;
}

/* enquete--------------------------------------------------------*/
.enquete .inner, .enquete .spec {
  width: 1000px;
  margin: 50px auto 0;
}

.enquete .main p {
  margin: 30px 0;
}

.enquete h2 {
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 20px;
}

.enquete h3 {
  font-weight: bold;
  border-bottom: 1px solid #d8d8d8;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.enquete p {
  font-size: 12px;
  line-height: 2.5;
}

.enquete li {
  font-size: 12px;
  line-height: 2.5;
}

.enquete .btnarea {
  width: 450px;
  margin: 40px auto;
  text-align: center;
}

.enquete .btnarea span {
  font-weight: bold;
  font-size: 12px;
  display: block;
  margin-bottom: 10px;
}

.enquete .btnarea .btnarea_register {
  float: left;
}

.enquete .btnarea .btnarea_entry {
  float: right;
}

/* enquete input--------------------------------------------------------*/
.enquete_input p {
  font-size: 11.5px;
}

.enquete_input section {
  margin-bottom: 50px;
}

.enquete_input h2 {
  margin-bottom: 30px;
}

#contents.enquete_input .box h2 {
  padding-bottom: 10px;
}

.enquete_input .section .section_title {
  font-size: 14.5px;
  font-weight: bold;
  width: 165px;
}

.enquete_input section .box .user_info article.side_right {
  width: 230px;
  margin-left: 28px;
  font-size: 11.5px;
  padding-top: 30px;
}

.enquete_input section .box .user_info article.side_right .select_image_s {
  width: 180px;
}

.enquete_input section .box .user_info article.side_right img {
  width: 180px;
}

.enquete_input section .box .user_info article.side_right .btn {
  display: inline-block;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 11px;
  padding: 15px 40px;
  margin-top: 12px;
}

.enquete_input section .box .user_info article.side_right .btn:hover,
.btn_fbshare:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}

.enquete_input section .box .user_info article.side_right h4 {
  font-size: 14.5px;
  font-weight: bold;
  padding-top: 20px;
}

.enquete_input section .box .user_info article.side_right p {
  padding: 8px 0;
  width: 195px;
}

.enquete_input section .box .user_info .inside.side_left {
  width: 100%;
  font-size: 11.5px;
}

.enquete_input section .box .user_info .inside.side_left .attention_text {
  font-size: 10.5px;
  padding-top: 28px;
}

.enquete_input section .box .user_info .inside.side_left .link {
  display: inline-block;
  background: url(/images/icon/point.gif) no-repeat left;
  padding-left: 15px;
  float: left;
  margin-right: 20px;
}

.enquete_input section .box .user_info .inside.side_left .link:hover {
  text-decoration: underline;
}

.enquete_input section .box .user_info .inside.side_left ul#my_activity li {
  border: 1px solid #e5e5e5;
  padding: 20px;
  margin-bottom: 15px;
}

.enquete_input section .box .user_info .inside.side_left ul#my_activity li .date {
  color: #999999;
}

.enquete_input section .box .user_info .inside.side_left .section {
  border-bottom: 1px solid #ccc;
}

.enquete_input section .box .user_info .inside.side_left .section.border_none {
  border-bottom: none;
}

.enquete_input section .box .user_info .inside.side_left .section.last {
  border-bottom: 0;
}

.enquete_input section .box .user_info .inside.side_left .section .section_title {
  padding-top: 27px;
  font-size: 14px;
}

.enquete_input section .box .user_info .inside.side_left .section .section_title .attention {
  line-height: 0;
}

.enquete_input section .box .user_info .inside.side_left .section .section_title.long {
  width: 185px;
}

.enquete_input section .box .user_info .inside.side_left .section .section_body {
  padding-top: 27px;
  width: 480px;
  margin-left: 82px;
}

.enquete_input section .box .user_info .inside.side_left .section {
  padding-bottom: 30px;
}

.enquete_input section .box .user_info .register {
  border-top: 1px solid #ccc;
  text-align: center;
}

.enquete_input section .box .user_info .register a.post_button {
  display: block;
  width: 480px;
  margin: 40px auto 0;
}

.enquete_input section .box .user_info .register a.inner_link.left {
  margin-right: 20px;
}

.enquete_input section .box .user_info .inside.side_left .register .notice ul {
  margin-bottom: 15px;
}

.enquete_input input[type="text"], .enquete_input textarea, .enquete_input input[type="url"] {
  background-color: #fff;
  line-height: 2;
  border: 1px solid #e6e6e6;
}

.enquete_input input[type="text"], .enquete_input input[type="url"] {
  height: 30px;
}

.enquete_input section .box .user_info .date .filter_select {
  float: left;
}

.enquete_input section .box .user_info .date .unit_box {
  float: left;
  position: relative;
  padding-left: 3px;
  width: 15px;
  height: 30px;
}

.enquete_input section .box .user_info .date .unit {
  position: absolute;
  top: 8px;
  float: left;
}

.user_info .side_right article .filter_select.large,
.user_info .side_left article .filter_select.large {
  background: url("/images/sub/member/filter_area_large.jpg") no-repeat top;
  width: 200px !important;
}

.user_info .side_right article .filter_select.large .box_show,
.user_info .side_left article .filter_select.large .box_show {
  width: 200px;
}

.user_info .side_right article .filter_select.large select,
.user_info .side_left article .filter_select.large select {
  width: 200px;
}

.user_info .side_right article .filter_select.x-large,
.user_info .side_left article .filter_select.x-large {
  background: url("/images/sub/member/filter_area_x_large.jpg") no-repeat top;
  width: 240px !important;
}

.user_info .side_right article .filter_select.x-large .box_show,
.user_info .side_left article .filter_select.x-large .box_show {
  width: 240px;
}

.user_info .side_right article .filter_select.x-large select,
.user_info .side_left article .filter_select.x-large select {
  width: 240px;
}

.enquete.firstdrive dl.event_info dt {
  width: 150px;
  height: 100%;
  margin: 0 0 0 15px;
  display: inline-table;
  float: left;
  font-weight: bold;
  font-size: 14px;
  margin: 15px;
}

.enquete.firstdrive dl.event_info dd {
  height: 100%;
  margin-bottom: 0;
  width: 750px;
  display: table-caption;
  font-size: 14px;
  margin: 15px 0;
}

.enquete.firstdrive section.condition h2 {
  font-weight: bold;
  border-bottom: 1px solid #d8d8d8;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.enquete.firstdrive section.condition h3 {
  border-bottom: 0;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.enquete.firstdrive dl.condition dt {
  width: 20px;
  height: 100%;
  margin: 0 0 0 15px;
  display: inline-table;
  float: left;
  font-weight: bold;
  font-size: 12px;
}

.enquete.firstdrive dl.condition dd {
  height: 100%;
  margin-bottom: 15px;
  display: table-caption;
  width: 750px;
  font-size: 12px;
}

.enquete.firstdrive h3.event_title {
  border: 0;
  font-size: 15px;
  margin-left: 15px;
}

.enquete.firstdrive .apply_expired.btm {
  color: #bc372f;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

/* enquete preparty
--------------------------------------------------------*/
.enquete.preparty .navi {
  margin: 10px 0;
}

.enquete.preparty .navi .navi-copen-shop,
.enquete.preparty .navi .navi-copen-preparty {
  float: left;
  width: 450px;
  padding: 14px 10px;
  border: 1px solid #E6E6E6;
}

.enquete.preparty .navi .navi-copen-preparty {
  padding: 10px 10px;
  margin-left: 25px;
}

.enquete.preparty .navi .navi-copen-shop span,
.enquete.preparty .navi .navi-copen-preparty span {
  font-weight: bold;
  font-size: 13px;
}

.enquete.preparty .navi .navi-copen-shop .arrow {
  float: right;
  margin: 5px 0;
}

.enquete.preparty .navi .navi-copen-preparty .arrow {
  float: right;
  margin: 9px 0;
}

.enquete.preparty #copen-shop,
.enquete.preparty #copen-preparty {
  clear: both;
  padding: 20px 0 0 0;
  font-size: 12px;
}

.enquete.preparty #copen-shop h3,
.enquete.preparty #copen-preparty h3 {
  color: #E72059;
}

.enquete.preparty #copen-shop h3 span,
.enquete.preparty #copen-preparty h3 span {
  margin-left: 10px;
  font-weight: bold;
}

.enquete.preparty #copen-shop img.shop-map,
.enquete.preparty #copen-preparty img.shop-map {
  float: left;
  margin: 0 10px 0 0;
}

.enquete.preparty #copen-shop p.shop-list-link span {
  color: #E6E6E6;
}

.enquete.preparty #copen-preparty #preparty-exp {
  border: 1px solid #E6E6E6;
  margin: 30px 0 50px 0;
  padding: 0 50px;
}

.enquete.preparty #copen-preparty h4 {
  background-color: #fff;
  width: 320px;
  font-weight: bold;
  background-color: #fff;
  margin-top: -10px;
  margin-bottom: 30px;
  padding-left: 10px;
}

.enquete.preparty #copen-preparty dl {
  margin-top: 40px;
}

.enquete.preparty #copen-preparty dl dt {
  border-bottom: 1px solid #E6E6E6;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 40px;
}

.enquete.preparty #copen-preparty .btnarea {
  float: left;
  text-align: left;
}

.enquete.preparty #copen-preparty .btn_black.btn_pink {
  background: #E72059;
}

.enquete.preparty #copen-preparty .apply_expired {
  margin: 40px 0;
  padding: 10px;
  color: #E72059;
  border: 1px solid #E72059;
}

/* enquete preparty input
--------------------------------------------------------*/
.enquete_input.preparty #shoplist .store-box {
  border: 1px solid #eee;
  width: 970px;
  height: 110px;
  margin: 5px 0;
}

.enquete_input.preparty #shoplist .store-area {
  font-weight: bold;
  font-size: 14px;
  margin: 50px 0 15px 0;
}

.enquete_input.preparty #shoplist .store-box .store-check {
  width: 90px;
  margin: 40px 0 0 45px;
  float: left;
}

.enquete_input.preparty #shoplist .store-box .store-info {
  width: 400px;
  float: left;
}

.enquete_input.preparty #shoplist .store-box .store-info .store-name {
  margin: 10px 0 5px 0;
  font-weight: bold;
  font-size: 15px;
}

.enquete_input.preparty #shoplist .store-box .store-info .store-address {
  margin: 10px 0 5px 0;
}

.enquete_input.preparty #shoplist .store-box .store-info .store-tel {
  margin: 10px 0 5px 0;
}

.enquete_input.preparty #shoplist .store-box .store-link {
  float: left;
  margin-top: 25px;
  margin-left: 20px;
}

.enquete_input.preparty #shoplist .store-box .store-preparty {
  float: left;
  width: 200px;
  height: 45px;
  /* margin-top: 10px; */
  padding: 10px 25px 55px 25px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}

.enquete_input.preparty #shoplist .store-box .store-preparty .store-preparty-text {
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 5px;
}

.enquete_input.preparty #shoplist #area_list {
  margin: 40px 0 -20px;
}

.enquete_input.preparty #shoplist #area_list a {
  color: #999;
  margin: 5px;
}

.enquete_input.preparty #shoplist #area_list a:first-child {
  margin-left: 0;
}

.enquete_input.preparty .rule h2 {
  margin-top: 50px;
}

.enquete_input.preparty .rule div {
  line-height: 2em;
}

.enquete_input.preparty .rule div h3 {
  margin: 20px 0 5px 0;
  font-size: 13px;
  font-weight: bold;
}

.enquete_input.preparty .rule div ul.disc {
  list-style-type: disc;
  padding-left: 15px;
}

.enquete_input.preparty .rule div.inquiry {
  margin-top: 25px;
  text-align: center;
}

.enquete_input.preparty .rule div.inquiry div {
  width: 450px;
  margin: 0 auto;
}

.enquete_input.preparty .rule div.inquiry .address .title {
  float: left;
  width: 150px;
  height: 8em;
  margin: 0;
}

.enquete_input.preparty .rule div.inquiry .address .name {
  text-align: left;
  width: 300px;
}

.enquete_input.preparty .rule div.inquiry .address .tel {
  text-align: left;
  width: 300px;
}

.enquete_input.preparty .rule div.inquiry .hours {
  text-align: left;
  width: 500px;
}

.enquete_input.preparty .rule .rule_check {
  text-align: center;
  margin: 80px 0 30px 0;
}

.enquete_input.preparty .rule .rule_check div {
  margin: 15px 0;
}

.enquete_input.preparty .rule .rule_check label {
  font-weight: bold;
  font-size: 13px;
}

/* static store-list page 
--------------------------------------------------------*/
#contents.store-list .area-list {
  margin: 30px 0;
}

#contents.store-list .store-box {
  border: 1px solid #eee;
  width: 960px;
  height: 110px;
  margin: 5px 0;
}

#contents.store-list .area {
  font-weight: bold;
  font-size: 16px;
  height: 30px;
  line-height: 2em;
  margin: 30px 0 30px;
  border-bottom: 1px solid #eee;
}

#contents.store-list .store-box {
  margin-left: 10px;
}

#contents.store-list .store-box .store-info {
  width: 480px;
  padding-left: 30px;
  float: left;
}

#contents.store-list .store-box .store-info .store-name {
  margin: 10px 0 5px 0;
  font-weight: bold;
  font-size: 15px;
}

#contents.store-list .store-box .store-info .store-address {
  margin: 10px 0 5px 0;
}

#contents.store-list .store-box .store-info .store-tel {
  margin: 10px 0 5px 0;
}

#contents.store-list .store-box .store-preparty {
  float: left;
  width: 200px;
  height: 45px;
  /* margin-top: 10px; */
  padding: 25px;
  padding-top: 10px;
  padding-bottom: 55px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}

#contents.store-list .store-box .store-preparty .store-preparty-text {
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 5px;
}

#contents.store-list .store-box .store-link {
  float: left;
  width: 150px;
  margin: 30px 0 0 30px;
}

div.wrapper-fb-like {
  text-align: right;
  width: 110px;
  margin-left: 120px\9;
  *margin-left: 0;
  *width: 0;
}

div.wrapper-fb-like .fb-like {
  position: absolute;
}

/* tech page
--------------------------------------------------------*/
.tech .key p {
  font-size: 11.5px;
  line-height: 2;
  text-align: center;
  margin-top: 30px;
  display: block;
}

.tech .tech_summary {
  margin-top: 60px;
}

.tech .tech_summary .list_title {
  text-align: center;
  font-size: 16px;
  border-bottom: 0;
  font-weight: bold;
}

.tech .tech_summary ul {
  margin-top: 25px;
}

.tech .tech_summary ul li {
  float: left;
  margin-left: 16px;
  border: 1px solid #e6e6e6;
  width: 240px;
  height: 140px;
  padding: 30px 35px;
}

.tech .tech_summary ul li:first-child {
  margin-left: 0;
}

.tech .tech_summary ul li .sum01 {
  background: url(/images/sub/tech/icon_s_dframe.jpg) no-repeat;
  padding-left: 62px;
  height: 37px;
  padding-top: 5px;
}

.tech .tech_summary ul li .sum02 {
  background: url(/images/sub/tech/icon_s_dressformation.jpg) no-repeat;
  padding-left: 82px;
  height: 37px;
  padding-top: 5px;
}

.tech .tech_summary ul li .sum03 {
  background: url(/images/sub/tech/icon_s_tuning.jpg) no-repeat;
  padding-left: 62px;
  height: 37px;
  padding-top: 5px;
}

.tech .tech_summary ul li p {
  line-height: 2;
  margin-top: 15px;
}

.tech .tech_detail {
  margin-top: 60px;
  border-top: 1px solid #e6e6e6;
  padding-top: 50px;
}

.tech .tech_detail h3 {
  font-size: 16px;
  padding-left: 70px;
  margin-top: 0;
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
  height: 39px;
  padding-top: 10px;
}

.tech .tech_detail h3.detail01 {
  background: url(/images/sub/tech/icon_d_dframe.jpg) no-repeat;
}

.tech .tech_detail h3.detail02 {
  background: url(/images/sub/tech/icon_d_dressformation.jpg) no-repeat;
  padding-left: 110px;
}

.tech .tech_detail h3.detail03 {
  background: url(/images/sub/tech/icon_d_tuning.jpg) no-repeat;
}

.tech .tech_detail .s_heading,
.tech .tech_detail p {
  font-size: 11.5px;
}

.tech .tech_detail .s_heading {
  font-weight: bold;
}

.tech .tech_detail p {
  margin-top: 20px;
  line-height: 2;
}

.tech .tech_detail .double_col,
.tech .tech_detail .single_col {
  margin-top: 50px;
}

.tech .tech_detail .double_col .side_left,
.tech .tech_detail .double_col .side_right {
  width: 440px;
}

.tech .tech_detail .image {
  /* width: 100%; */
  text-align: center;
  margin-top: 30px;
}

.tech .tech_detail h4 {
  font-size: 16px;
  margin-top: 35px;
  padding-bottom: 0;
}

/***
.tech .caption_image div {
	float: left;
	margin-left: 50px;
	margin-top: 30px;
}
***/
.tech .s_heading_caption {
  font-size: 11.5px;
  font-weight: bold;
}

.tech .caption_image .caption {
  margin-top: 0;
  margin-bottom: 10px;
}

.tech .caption_image table,
.tech .caption_image td,
.tech .caption_image th {
  border: solid 1px;
  border-color: #e6e6e6;
  vertical-align: middle;
}

.tech .caption_image table th p {
  text-align: center;
  font-weight: bold;
}

.tech .caption_image table p {
  margin: 5px 10px;
}

/* guide page
--------------------------------------------------------*/
.guide h2 {
  font-weight: bold;
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d8d8d8;
  font-size: 18px;
}

.guide .concept p {
  line-height: 2;
}

.guide .introduction .about_copenclub {
  padding: 35px 30px;
  border: 1px solid #e5e5e5;
  margin-top: 18px;
}

.guide .introduction .about_copenclub span {
  display: block;
  font-weight: bold;
  font-size: 14px;
}

.guide .introduction .about_copenclub p {
  margin-top: 16px;
}

.guide section {
  padding-bottom: 35px;
}

.guide section .image {
  text-align: center;
}

.guide section.enjoy .image {
  margin-top: 40px;
}

.guide section.summary .double_col {
  margin-top: 35px;
}

.guide section.summary .single_col h4 {
  padding-bottom: 0;
  margin-top: 25px;
}

.guide .create_fb {
  padding-left: 18px;
  background: url(/images/icon/point.gif) no-repeat 5px;
  margin: 20px 0;
}

.guide .create_fb a {
  display: inline-block;
  padding-right: 20px;
  background: url(/images/icon/external.png) no-repeat right;
}

.guide .create_fb a span {
  text-decoration: underline;
  font-size: 12px;
}

.guide section.guidelines img {
  margin-top: 30px;
}

.guide section.guidelines .s_section {
  border-top: 1px solid #e5e5e5;
  padding: 40px 0;
}

.guide section.guidelines .s_section.first {
  border: 0;
  padding-top: 0;
}

.guide section.guidelines .s_section ol li {
  width: 370px;
  float: left;
  margin-bottom: 80px;
}

.guide section.guidelines .s_section ol li.left {
  width: 455px;
  margin-right: 54px;
}

.guide section.guidelines .s_section ol li p {
  font-size: 14px;
  font-weight: bold;
}

.guide section .s_section p.red {
  font-size: 12px !important;
  font-weight: bold;
  color: #db433b;
  text-indent: -1em;
  padding-left: 1em;
}

.guide section .s_section p.red.top {
  margin-top: 30px;
}

.guide section.guidelines .s_section ol li p.red {
  margin-left: 10px;
}

.guide section .s_section ol.triple_col li {
  width: 290px;
  margin-left: 50px;
}

.guide section .s_section ol.triple_col li:first-child {
  margin-left: 0;
}

.guide section .s_section ol.triple_col li p {
  vertical-align: top;
  font-size: 14px;
}

.guide section .s_section ol.triple_col li p span {
  margin-left: 5px;
  width: 260px;
  font-size: 12px;
}

.guide section.update p {
  margin-bottom: 40px;
}

.guide section.update .terms {
  padding-left: 18px;
  background: url(/images/icon/point.gif) no-repeat 5px;
  margin: 20px 0;
}

.guide section.update .terms a {
  text-decoration: underline;
  font-size: 12px;
}

.guide .btn {
  width: 312px;
  height: 50px;
  background-color: #000;
  margin: 0 auto;
}

.guide .btn a {
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 3.5;
  display: block;
}

/* front pager
--------------------------------------------------------*/
.list-pager .pagination-centered {
  text-align: center;
}

.list-pager .pagination-right {
  text-align: right;
}

.list-pager {
  margin-top: 18px;
  margin-bottom: 18px;
  margin-left: 0;
  text-align: center;
  list-style: none;
  *zoom: 1;
}

.list-pager:before,
.list-pager:after {
  display: table;
  content: "";
}

.list-pager:after {
  clear: both;
}

.list-pager li {
  display: inline;
}

.list-pager a {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-pager a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}

.list-pager .disabled a,
.list-pager .disabled a:hover {
  color: #999999;
  cursor: default;
  background-color: #fff;
}
