@charset "UTF-8";
/*-------------------------------------------------------------------------------------------------------
 * SETTING
 */
/*-------------------------------------------------------------------------------------------------------
 * RESET
 */
body {
  font-family: 'メイリオ','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  margin: 0;
  padding: 0;
  color: #333333;
  background-image: url("../images/bg_dark.jpg");
}

fieldset {
  border: none;
}

h1, h2, h3, h4, h5, h6, p, li, dt, dd, pre,
blockquote, ul, ol, dl, dd, form {
  margin: 0;
  padding: 0;
  font-size: 12px;
}

h1, h2, h3, h4, h5, h6, li, dt, dd, pre,
blockquote, ul, ol, dl, dd, form {
  line-height: 100%;
}

p {
  line-height: 150%;
}

br {
  letter-spacing: 0;
}

a {
  color: #555;
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: underline;
}

img {
  margin: 0;
  padding: 0;
  vertical-align: top;
  border: none;
}

li img {
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th, td {
  font-weight: normal;
  text-align: left;
  padding: 0;
  margin: 0;
  line-height: 100%;
}

ul {
  list-style: none;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}

input.submit {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}

address {
  font-style: normal;
}

/*-------------------------------------------------------------------------------------------------------
 * LAYUOUT
 */
.wrapper {
  width: 960px;
  margin: 0 auto;
}

.contents {
  width: 100%;
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

.cols {
  float: left;
  margin: 0 10px;
}

.col2 .cols {
  width: 460px;
}

.col3 .cols {
  width: 300px;
}

.col3_slide {
  width: 960px;
}
.col3_slide .cols {
  width: 300px;
  margin: 10px;
}

.col4 {
  width: 960px;
}
.col4 .cols {
  width: 220px;
  margin: 0 10px;
}

.col6 .cols {
  width: 140px;
  margin: 0 10px;
}

.spb {
  margin-bottom: 20px;
}

.spb2 {
  margin-bottom: 30px;
}

/*-------------------------------------------------------------------------------------------------------
 * COMMON
 */
.heading {
  text-align: center;
  font-size: 50px;
  background-repeat: no-repeat;
  background-position: top;
  padding: 60px 0;
  font-family: 'メイリオ', sans-serif;
}
.heading span {
  padding: 10px 80px;
  background-position: left;
  background-repeat: no-repeat;
}

.shadow {
  display: block;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  /* FireFox */
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  /* webkit */
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=2,enabled=true)";
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=2,enabled=true);
  /* IE5.5+ */
  background: #fff;
  /* IE Hack */
}

/*-------------------------------------------------------------------------------------------------------
 * HEADER
 */
#header {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  height: 66px;
  background-image: url("../img/pr/header_navi_bg.jpg");
  background-repeat: repeat;
  background-position: center;
  background-color: none;
}
#header .wrapper {
  position: relative;
}
#header #logo {
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url("../img/pr/logo.jpg");
  background-repeat: no-repeat;
  background-position: top;
  background-color: none;
  text-indent: -9999px;
}
#header #logo a {
  display: block;
  width: 481px;
  height: 66px;
}
/*
#header #social {
  letter-spacing: -0.4em;
  word-spacing: -0.4em;
  font-size: 0;
  position: absolute;
  top: 25px;
  left: 720px;
}
#header #social dd {
  display: inline-block;
  letter-spacing: normal;
  word-spacing: normal;
  *display: inline;
  *zoom: 1;
  height: 20px;
  height: 20px;
  margin-left: 10px;
}
#header #social dd a {
  width: 20px;
  height: 20px;
  display: block;
  text-indent: -9999px;
}
#header #social dd a:hover {
  background-position: bottom;
}
#header #social dd .twitter {
  background-image: url("../images/icon_twitter.gif");
  background-repeat: no-repeat;
  background-position: top;
  background-color: none;
}
#header #social dd .facebook {
  background-image: url("../images/icon_fb.gif");
  background-repeat: no-repeat;
  background-position: top;
  background-color: none;
}
*/
#header #main_navi {
  position: absolute;
  top: 0px;
  left: 530px;
  text-align: center;
  letter-spacing: -0.4em;
  word-spacing: -0.4em;
  font-size: 0;
}
#header #main_navi dd {
  font-family: 'メイリオ', sans-serif;
  display: inline-block;
  letter-spacing: normal;
  word-spacing: normal;
  *display: inline;
  *zoom: 1;
  font-size: 16px;
  font-weight: bold;
  height: 66px;
  margin: 0 10px;
  line-height: 70px;
  color: #555;
}
#header #main_navi dd a {
  height: 66px;
  display: block;
  color: #555;
}
/*
#header #stores {
  letter-spacing: -0.4em;
  word-spacing: -0.4em;
  font-size: 0;
  position: absolute;
  top: 25px;
  right: 10px;
  width: 106px;
  height: 18px;
}
#header #stores a {
  width: 106px;
  height: 18px;
  display: block;
  text-indent: -9999px;
  background-image: url("../images/btn_store.gif");
  background-repeat: no-repeat;
  background-position: top;
  background-color: none;
}
*/
/*-------------------------------------------------------------------------------------------------------
 * FOOTER
 */
 
 /*
#footer {
  height: 300px;
  background-image: url("../images/bg_dark.jpg");
}
#footer .logos {
  text-align: center;
  padding-top: 40px;
}
#footer #social {
  position: relative;
  height: 20px;
  padding-top: 40px;
  margin: 0px auto 40px auto;
  overflow: hidden;
  width: 200px;
}
#footer #social .tw, #footer #social .fb, #footer #social .pin {
  position: absolute;
}
#footer #social .tw {
  left: 0;
}
#footer #social .fb {
  left: 100px;
}
#footer .col6 {
  width: 800px;
  margin: 0 auto;
  padding-top: 40px;
}
#footer .col6 .cols {
  height: 43px;
  line-height: 40px;
}

address {
  font-size: 10px;
  text-align: center;
  color: #fff;
}
*/

/*-------------------------------------------------------------------------------------------------------
 * CLEARFIX
 */
.clearfix, .wrap, .col2, .col3, .col3_slide, .col4, .col6 {
  *zoom: 1;
}
.clearfix:after, .wrap:after, .col2:after, .col3:after, .col3_slide:after, .col4:after, .col6:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/*-------------------------------------------------------------------------------------------------------
 * TOP
 */
#top {
  background-image: url("../img/pr/main_img.jpg");
  background-repeat: repeat-x;
  background-position: center;
  background-color: #827e92;
  height: 450px;
}
#top .wrapper {
  position: relative;
}
#top .wrapper .title {
  position: absolute;
  top: 100px;
  left: 350px;
  font-weight: bold;
  font-size: 40px;
  color: #fff;
  padding: 7px 13px;
  font-family: 'メイリオ', sans-serif;
  line-height: 130%;
}
#top .wrapper #catch {
  position: absolute;
  top: 220px;
  left: 350px;
  font-size: 16px;
  color: #fff;
  padding: 7px 13px;
  font-family: 'メイリオ', sans-serif;
  line-height: 130%;
  border-top: white 1px solid;
  padding-top: 15px;
}
#top .wrapper #catch p {
  margin-top: 20px;
  font-size: 16px;	
  line-height: 130%;
}

/*-------------------------------------------------------------------------------------------------------
 * SERVICE
 */

#service {
  background-image: url("../img/pr/bg_service.jpg");
  background-position: bottom;
  background-repeat: repeat;
  height: 933px;
}
#service .wrapper {
}
#service .heading {
  color: #555;
  padding: 180px 0 38px 0;
}
#service .heading span {
}
#service .wrapper .title {
  position: absolute;
  text-align: center;
  font-weight: bold;
  width: 960px;
  font-size: 20px;
  color: #555;
  font-family: 'メイリオ', sans-serif;
  line-height: 130%;
}

#service #point_area {
  width: 480px;
  min-height: 194px;
  float: left;
}
#service #point_area .point_img {
  position: absolute;
  background-repeat: no-repeat;
  /*background-position: top;*/
  background-color: none;
  text-indent: -9999px;
  height: 194px;
  width: 480px;
}
#service #point_area .point_img.buy {
  background-image: url("../img/pr/bg_service_buy.png");
}
#service #point_area .point_img.com {
  background-image: url("../img/pr/bg_service_com.png");
}
#service #point_area .point_img.talk {
  background-image: url("../img/pr/bg_service_talk.png");
}
#service #point_area .point_img.search {
  background-image: url("../img/pr/bg_service_search.png");
}
#service #point_area p {
  position: absolute;
  margin-top: 190px;
  width: 440px;
  font-size: 18px;
  color: #555;
  padding: 15px 13px;
  font-family: 'メイリオ', sans-serif;
  line-height: 130%;
}
#service #point_area.block2 {
  padding-top: 130px;
}

/*-------------------------------------------------------------------------------------------------------
 * ABOUT
 */
 
#about {
  background-image: url("../img/pr/bg_about.jpg");
  background-position: bottom;
  background-repeat: repeat;
  height: 486px;
}
#about .wrapper {
  padding-bottom: 0px;
}
#about .heading {
  color: #555;
  padding: 60px 0 40px 0;
}
#about .heading span {
  background-image: url("../images/icon_animal_shika.png");
}

#about .wrapper .title {
  position: absolute;
  text-align: center;
  font-weight: bold;
  width: 960px;
  font-size: 20px;
  color: #555;
  font-family: 'メイリオ', sans-serif;
  line-height: 130%;
}

/*-------------------------------------------------------------------------------------------------------
 * COMPANY
 */
 
#company {
  background-image: url("../img/pr/bg_company.jpg");
  background-position: bottom;
  background-repeat: repeat;
  height: 813px;
}
#company .wrapper {
  padding-bottom: 0px;
}
#company .heading {
  color: #555;
  padding: 80px 0 60px 0;
}
#company .heading span {
  background-image: url("../images/icon_animal_shika.png");
}

#company .wrapper .title {
  position: absolute;
  text-align: center;
  font-weight: bold;
  width: 960px;
  font-size: 20px;
  color: #555;
  font-family: 'メイリオ', sans-serif;
  line-height: 130%;
}

#company .tbl_block {
}
#company .tbl_right {
  padding-left: 240px;
}

#company .tbl_block .cts_icon{
  position: absolute;
  background-repeat: no-repeat;
  /*background-position: top;*/
  background-color: none;
  text-indent: -9999px;
  height: 194px;
  width: 240px;
}
#company .cts_icon.company {
  background-image: url("../img/pr/icon_company.png");
}

#company .tbl_right ul {
  list-style: square;
}

#company .tbl_right li.com_disc {
  font-size: 18px;
  color: #555;
  font-family: 'メイリオ', sans-serif;
  line-height: 130%;
  margin-bottom: 30px;
}
#company .tbl_right .com_title {
  font-weight: bold;
}


/*-------------------------------------------------------------------------------------------------------
 * CONTACT
 */
 
#contact {
  background-image: url("../img/pr/bg_contact.jpg");
  background-position: bottom;
  background-repeat: repeat;
  height: 930px;
}
#contact .wrapper {
  padding-bottom: 0px;
}
#contact .heading {
  color: #555;
  padding: 80px 0 60px 0;
}
#contact .heading span {
}
#contact .wrapper .title {
  position: absolute;
  text-align: center;
  font-weight: bold;
  width: 960px;
  font-size: 20px;
  color: #555;
  font-family: 'メイリオ', sans-serif;
  line-height: 130%;
}

#contact .tbl_block {
}
#contact .tbl_right {
  padding-left: 240px;
}

#contact .tbl_block .cts_icon{
  position: absolute;
  background-repeat: no-repeat;
  /*background-position: top;*/
  background-color: none;
  text-indent: -9999px;
  height: 194px;
  width: 240px;
}
#contact .cts_icon.contact {
  background-image: url("../img/pr/icon_contact.png");
}

#contact .tbl_right ul {
  list-style: square;
}

#contact .tbl_right li.com_disc {
  font-size: 18px;
  color: #555;
  font-family: 'メイリオ', sans-serif;
  line-height: 130%;
  margin-bottom: 30px;
}
#contact .tbl_right .com_title {
  font-weight: bold;
}
#contact .contact_mes {
  font-size: 16px;
  margin: 0 0 10px 0;
}


/*-------------------------------------------------------------------------------------------------------
 * NEWS
 */
 
#news {
  background-image: url("../img/pr/bg_news.jpg");
  background-position: bottom;
  background-repeat: repeat;
  height: 439px;
}
#news .wrapper {
  padding-bottom: 0px;
}
#news .heading {
  color: #555;
  padding: 80px 0 60px 0;
}
#news .heading span {
}
#news .wrapper .title {
  position: absolute;
  text-align: center;
  font-weight: bold;
  width: 960px;
  font-size: 20px;
  color: #555;
  font-family: 'メイリオ', sans-serif;
  line-height: 130%;
}

#news .tbl_block {
}
#news .tbl_right {
  padding-left: 240px;
}

#news .tbl_block .cts_icon{
  position: absolute;
  background-repeat: no-repeat;
  /*background-position: top;*/
  background-color: none;
  text-indent: -9999px;
  height: 194px;
  width: 240px;
}
#news .cts_icon.news {
  background-image: url("../img/pr/icon_news.png");
}

#news .tbl_right ul {
  list-style: none;
}

#news .tbl_right li.com_disc {
  font-size: 18px;
  color: #555;
  font-family: 'メイリオ', sans-serif;
  line-height: 130%;
  margin-bottom: 30px;
}
#news .tbl_right .com_title {
  font-weight: bold;
}

/*-------------------------------------------------------------------------------------------------------
 * FOOTER
 */
 
#footer {
  background-image: url("../img/pr/bg_footer.jpg");
  background-position: bottom;
  background-repeat: repeat;
  height: 180px;
}
#footer .wrapper {
  padding-bottom: 0px;
}
#footer .heading {
  color: #555;
  padding: 60px 0 40px 0;
}
#footer .heading span {
}
#footer .wrapper .title {
  position: absolute;
  text-align: center;
  font-weight: bold;
  width: 960px;
  font-size: 20px;
  color: #555;
  font-family: 'メイリオ', sans-serif;
  line-height: 130%;
}

#footer #main_navi {
  text-align: center;
  letter-spacing: -0.4em;
  word-spacing: -0.4em;
  font-size: 0;
  padding-top: 10px;
}
#footer #main_navi dd {
  font-family: 'メイリオ', sans-serif;
  display: inline-block;
  letter-spacing: normal;
  word-spacing: normal;
  *display: inline;
  *zoom: 1;
  font-size: 16px;
  font-weight: bold;
  height: 66px;
  margin: 0 10px;
  line-height: 70px;
  color: #fff;
}
#footer #main_navi dd a {
  height: 80px;
  display: block;
  color: #fff;
}
#footer .copy {
  padding-top: 20px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}




/*-------------------------------------------------------------------------------------------------------
 * CONTACT
 */
#contact {
/*  background-image: url("../images/bg_grey.jpg");*/
  background-repeat: repeat;
}

#contact .wrapper {
  padding-bottom: 80px;
}
#contact .heading span {
}
#contact .form_basic {
  width: 720px;
  margin: 0 auto;
}
/*#contact .lists {
  margin-bottom: 20px;
  letter-spacing: -0.4em;
  word-spacing: -0.4em;
  font-size: 0;
}
#contact .lists dt, #contact .lists dd {
  display: inline-block;
  letter-spacing: normal;
  word-spacing: normal;
  *display: inline;
  *zoom: 1;
  line-height: 150%;
}
#contact .lists dt {
  width: 50px;
  vertical-align: top;
  line-height: 40px;
}
#contact .lists dd {
  width: 510px;
}
*/
.form_basic li {
	list-style: none;
	margin-bottom: 20px;
}


.form_basic .its_l, .form_basic .its_m {
  border: 1px #CCCCCC solid;
  height: 70px;
  line-height: 40px;
  font-size: 18px;
  padding: 0 20px;
  font-family: 'メイリオ', sans-serif;
}
.form_basic .its_l {
  width: 500px;
}
.form_basic .its_m {
  width: 400px;
}
.form_basic .ts_l {
  border: 1px #CCCCCC solid;
  width: 500px;
  height: 140px;
  padding: 20px;
  font-size: 18px;
  font-family: 'メイリオ', sans-serif;
}

.form_basic .navi {
}
.form_basic button {
  vertical-align: text-top;
  width: 400px;
  height: 70px;
  color: white;
  text-decoration: none;
  background-image: url("../img/pr/btn_send.png");
  background-repeat: no-repeat;
  background-position: top;
}
.form_basic button:hover {
  background-position: bottom;
}
.form_basic input.submit {
  vertical-align: text-top;
  width: 400px;
  height: 70px;
  font-size: 18px;
  font-family: 'メイリオ', sans-serif;
  font-weight: bold;
  color: white;
  text-decoration: none;
  background-image: url("../img/pr/btn_send.png");
  background-repeat: no-repeat;
  background-position: top;
}
.form_basic input.submit:hover {
  background-position: bottom;
}

/*-------------------------------------------------------------------------------------------------------
 * NEWS
 */
 
#thanks {
  background-image: url("../img/pr/bg_news.jpg");
  background-position: bottom;
  background-repeat: repeat;
  height: 439px;
}
#thanks .wrapper {
  padding-bottom: 50px;
  padding-top: 50px;
}
#thanks .heading {
  color: #555;
  padding: 80px 0 60px 0;
}
#thanks .heading span {
}
#thanks .wrapper .title {
  position: absolute;
  text-align: center;
  font-weight: bold;
  width: 960px;
  font-size: 20px;
  color: #555;
  font-family: 'メイリオ', sans-serif;
  line-height: 130%;
}

#thanks .tbl_block {
}
#thanks .tbl_right {
  padding-left: 240px;
}

#thanks .tbl_block .cts_icon{
  position: absolute;
  background-repeat: no-repeat;
  /*background-position: top;*/
  background-color: none;
  text-indent: -9999px;
  height: 194px;
  width: 240px;
}
#thanks .cts_icon.news {
  background-image: url("../img/pr/icon_news.png");
}

#thanks .tbl_right ul {
  list-style: none;
}

#thanks .tbl_right li.com_disc {
  font-size: 16px;
  color: #555;
  font-family: 'メイリオ', sans-serif;
  line-height: 160%;
  margin-bottom: 30px;
}
#thanks .tbl_right .com_title {
  font-weight: bold;
}
#thanks .tbl_right .top {
  font-size: 16px;
  color: #555;
  font-family: 'メイリオ', sans-serif;
  padding-top: 20px;
  font-weight: bold;
}
