@charset "UTF-8";
/*!
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/***************** Setting CSS *****************/
/*** font size ***/
/*** Color ***/
/*** Responsive device width ***/
/*** baseCSS ***/
/*** Value ***/
.mt_50 {
  margin-top: 50px;
}

.mr_50 {
  margin-right: 50px;
}

.mb_50 {
  margin-bottom: 50px;
}

.ml_50 {
  margin-left: 50px;
}

.mt_45 {
  margin-top: 45px;
}

.mr_45 {
  margin-right: 45px;
}

.mb_45 {
  margin-bottom: 45px;
}

.ml_45 {
  margin-left: 45px;
}

.mt_40 {
  margin-top: 40px;
}

.mr_40 {
  margin-right: 40px;
}

.mb_40 {
  margin-bottom: 40px;
}

.ml_40 {
  margin-left: 40px;
}

.mt_35 {
  margin-top: 35px;
}

.mr_35 {
  margin-right: 35px;
}

.mb_35 {
  margin-bottom: 35px;
}

.ml_35 {
  margin-left: 35px;
}

.mt_30 {
  margin-top: 30px;
}

.mr_30 {
  margin-right: 30px;
}

.mb_30 {
  margin-bottom: 30px;
}

.ml_30 {
  margin-left: 30px;
}

.mt_25 {
  margin-top: 25px;
}

.mr_25 {
  margin-right: 25px;
}

.mb_25 {
  margin-bottom: 25px;
}

.ml_25 {
  margin-left: 25px;
}

.mt_20 {
  margin-top: 20px;
}

.mr_20 {
  margin-right: 20px;
}

.mb_20 {
  margin-bottom: 20px;
}

.ml_20 {
  margin-left: 20px;
}

.mt_15 {
  margin-top: 15px;
}

.mr_15 {
  margin-right: 15px;
}

.mb_15 {
  margin-bottom: 15px;
}

.ml_15 {
  margin-left: 15px;
}

.mt_10 {
  margin-top: 10px;
}

.mr_10 {
  margin-right: 10px;
}

.mb_10 {
  margin-bottom: 10px;
}

.ml_10 {
  margin-left: 10px;
}

.mt_5 {
  margin-top: 5px;
}

.mr_5 {
  margin-right: 5px;
}

.mb_5 {
  margin-bottom: 5px;
}

.ml_5 {
  margin-left: 5px;
}

.pt_50 {
  padding-top: 50px;
}

.pr_50 {
  padding-right: 50px;
}

.pb_50 {
  padding-bottom: 50px;
}

.pl_50 {
  padding-left: 50px;
}

.pt_45 {
  padding-top: 45px;
}

.pr_45 {
  padding-right: 45px;
}

.pb_45 {
  padding-bottom: 45px;
}

.pl_45 {
  padding-left: 45px;
}

.pt_40 {
  padding-top: 40px;
}

.pr_40 {
  padding-right: 40px;
}

.pb_40 {
  padding-bottom: 40px;
}

.pl_40 {
  padding-left: 40px;
}

.pt_35 {
  padding-top: 35px;
}

.pr_35 {
  padding-right: 35px;
}

.pb_35 {
  padding-bottom: 35px;
}

.pl_35 {
  padding-left: 35px;
}

.pt_30 {
  padding-top: 30px;
}

.pr_30 {
  padding-right: 30px;
}

.pb_30 {
  padding-bottom: 30px;
}

.pl_30 {
  padding-left: 30px;
}

.pt_25 {
  padding-top: 25px;
}

.pr_25 {
  padding-right: 25px;
}

.pb_25 {
  padding-bottom: 25px;
}

.pl_25 {
  padding-left: 25px;
}

.pt_20 {
  padding-top: 20px;
}

.pr_20 {
  padding-right: 20px;
}

.pb_20 {
  padding-bottom: 20px;
}

.pl_20 {
  padding-left: 20px;
}

.pt_15 {
  padding-top: 15px;
}

.pr_15 {
  padding-right: 15px;
}

.pb_15 {
  padding-bottom: 15px;
}

.pl_15 {
  padding-left: 15px;
}

.pt_10 {
  padding-top: 10px;
}

.pr_10 {
  padding-right: 10px;
}

.pb_10 {
  padding-bottom: 10px;
}

.pl_10 {
  padding-left: 10px;
}

.pt_5 {
  padding-top: 5px;
}

.pr_5 {
  padding-right: 5px;
}

.pb_5 {
  padding-bottom: 5px;
}

.pl_5 {
  padding-left: 5px;
}

/***************** Base CSS *****************/
/* body */
body {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  color: #333333;
}

/* Top */
#header {
  zoom: 1;
  width: 920px;
  background-color: white;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 15px;
  padding: 0 30px;
}
#header:before, #header:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#header:after {
  clear: both;
}
#header .logoHeader {
  float: left;
  width: 170px;
  padding-left: 10px;
}
#header .comment {
  float: left;
  width: 740px;
  text-align: right;
}

#maincontentsAreaWrp {
  background-color: #00b9be;
}
#maincontentsAreaWrp #maincontentsArea {
  width: 980px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
}
#maincontentsAreaWrp #maincontentsArea .snsBtn {
  text-align: right;
  margin-bottom: 15px;
}
#maincontentsAreaWrp #maincontentsArea .dateSpace {
  color: white;
  text-align: left;
  background-color: #01a8ac;
  border: white 2px solid;
  line-height: 1.6;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -border-radius: 5px;
  border-radius: 5px;
  padding: 30px 15px 18px;
}
#maincontentsAreaWrp #maincontentsArea .dateSpace dl dt {
  font-size: 20px;
  font-size: 1.25rem;
}
#maincontentsAreaWrp #maincontentsArea .dateSpace dl dt span {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  border: white 2px solid;
  width: 6em;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -border-radius: 15px;
  border-radius: 15px;
  margin-top: 5px;
  padding: 5px;
}
#maincontentsAreaWrp #maincontentsArea .dateSpace dl dt span a {
  background: url(../../../cmn/img/arrow.png) no-repeat 10px 50%;
  line-height: 1.0;
  padding-left: 24px;
}
#maincontentsAreaWrp #maincontentsArea .dateSpace dl dt span a:link, #maincontentsAreaWrp #maincontentsArea .dateSpace dl dt span a:visited, #maincontentsAreaWrp #maincontentsArea .dateSpace dl dt span a:hover, #maincontentsAreaWrp #maincontentsArea .dateSpace dl dt span a:focus {
  color: white;
  text-decoration: none;
}
#maincontentsAreaWrp #maincontentsArea .dateSpace dl dd {
  font-size: 16px;
  font-size: 1rem;
  margin: -76px 0 0 12em;
}
#maincontentsAreaWrp #maincontentsArea .dateSpace dl dd span {
  display: inline-block;
  font-size: 15px;
  font-size: 0.9375rem;
  text-indent: 2em;
}
#maincontentsAreaWrp #maincontentsArea .title {
  padding: 30px 0 0;
}
#maincontentsAreaWrp #maincontentsArea .mainimage {
  padding: 5px 0 0;
}
#maincontentsAreaWrp #maincontentsArea ul#topNav {
  zoom: 1;
  list-style: none;
  margin: 28px 0 50px;
  padding: 0 30px;
}
#maincontentsAreaWrp #maincontentsArea ul#topNav:before, #maincontentsAreaWrp #maincontentsArea ul#topNav:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#maincontentsAreaWrp #maincontentsArea ul#topNav:after {
  clear: both;
}
#maincontentsAreaWrp #maincontentsArea ul#topNav li {
  float: left;
  height: 115px;
  background-color: white;
}
#maincontentsAreaWrp #maincontentsArea ul#topNav li.forsale {
  height: 135px;
  background-color: white;
  margin-top: 20px;
}
#maincontentsAreaWrp #maincontentsArea ul#topNav li.photo, #maincontentsAreaWrp #maincontentsArea ul#topNav li.slideshow {
  margin-right: 34px;
}
#maincontentsAreaWrp #maincontentsArea ul#topNav li a:hover img {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
#maincontentsAreaWrp #maincontentsArea #partner {
  color: white;
  font-size: 15px;
  font-size: 0.9375rem;
  border-top: white 1px solid;
  border-bottom: white 1px solid;
  line-height: 1.6;
  margin: 0 30px 50px;
  padding: 30px 0;
}
#maincontentsAreaWrp #maincontentsArea #partner p {
  margin: 10px 0;
}
#maincontentsAreaWrp #maincontentsArea #securityBoxWrp {
  background: url(../../../img/security_bg.gif) no-repeat 0 10px;
  margin: 0 30px;
  padding: 0 0 50px;
}
#maincontentsAreaWrp #maincontentsArea #securityBoxWrp #securityBox {
  background-color: white;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -border-radius: 5px;
  border-radius: 5px;
  text-align: left;
  margin-left: 30px;
  padding: 0 0 25px;
}
#maincontentsAreaWrp #maincontentsArea #securityBoxWrp #securityBox .title {
  padding: 10px 0;
}
#maincontentsAreaWrp #maincontentsArea #securityBoxWrp #securityBox .securityInfo {
  zoom: 1;
  margin-bottom: 40px;
  padding: 0 30px;
}
#maincontentsAreaWrp #maincontentsArea #securityBoxWrp #securityBox .securityInfo:before, #maincontentsAreaWrp #maincontentsArea #securityBoxWrp #securityBox .securityInfo:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#maincontentsAreaWrp #maincontentsArea #securityBoxWrp #securityBox .securityInfo:after {
  clear: both;
}
#maincontentsAreaWrp #maincontentsArea #securityBoxWrp #securityBox .securityInfo .img {
  float: left;
  width: 440px;
  margin-right: 20px;
}
#maincontentsAreaWrp #maincontentsArea #securityBoxWrp #securityBox .securityInfo .info {
  float: left;
  width: 370px;
}
#maincontentsAreaWrp #maincontentsArea #securityBoxWrp #securityBox .securityInfo .info .infotitle {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.6;
  color: #1a5094;
  padding-bottom: 10px;
}
#maincontentsAreaWrp #maincontentsArea #securityBoxWrp #securityBox .securityInfo .info .infotitle small {
  display: block;
  font-size: 16px;
  font-size: 1rem;
}
#maincontentsAreaWrp #maincontentsArea #securityBoxWrp #securityBox .securityInfo .info .subinfo {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  padding-bottom: 10px;
}
#maincontentsAreaWrp #maincontentsArea #securityBoxWrp #securityBox .securityInfo .info .linkbtn {
  text-align: right;
}

/* Sub Page */
#wrpSubheader {
  background-color: #00b9be;
}
#wrpSubheader #subheader {
  zoom: 1;
  width: 920px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 30px;
}
#wrpSubheader #subheader:before, #wrpSubheader #subheader:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#wrpSubheader #subheader:after {
  clear: both;
}
#wrpSubheader #subheader .logoHeader {
  float: left;
  width: 170px;
  padding-left: 10px;
  padding-top: 20px;
}
#wrpSubheader #subheader .comment {
  float: left;
  width: 740px;
  text-align: right;
  padding-top: 5px;
  padding-bottom: 10px;
}

#contentsAreaWrp {
  background-color: white;
}
#contentsAreaWrp #contentsArea {
  width: 920px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px 30px 30px;
}
#contentsAreaWrp #contentsArea .snsBtn {
  text-align: right;
  margin-bottom: 15px;
}
#contentsAreaWrp #contentsArea ul#nav {
  zoom: 1;
  list-style: none;
  margin-bottom: 30px;
}
#contentsAreaWrp #contentsArea ul#nav:before, #contentsAreaWrp #contentsArea ul#nav:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#contentsAreaWrp #contentsArea ul#nav:after {
  clear: both;
}
#contentsAreaWrp #contentsArea ul#nav li {
  float: left;
}
#contentsAreaWrp #contentsArea ul#nav li.top {
  width: 110px;
  padding-right: 10px;
  background: url(../../../cmn/img/navtop_on.png) no-repeat 0 0;
}
#contentsAreaWrp #contentsArea ul#nav li.photo {
  width: 270px;
  padding-right: 10px;
  background: url(../../../cmn/img/nav01_on.png) no-repeat 0 0;
}
#contentsAreaWrp #contentsArea ul#nav li.slideshow {
  width: 270px;
  padding-right: 10px;
  background: url(../../../cmn/img/nav02_on.png) no-repeat 0 0;
}
#contentsAreaWrp #contentsArea ul#nav li.password {
  width: 240px;
  background: url(../../../cmn/img/nav03_on.png) no-repeat 0 0;
}
#contentsAreaWrp #contentsArea ul#nav li a:hover img {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
#contentsAreaWrp #contentsArea ul#nav li.current img {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
#contentsAreaWrp #contentsArea h1 {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.6;
  font-weight: normal;
  color: #00b9be;
  margin-bottom: 30px;
}
#contentsAreaWrp #contentsArea h1 small {
  font-size: 22px;
  font-size: 1.375rem;
}
#contentsAreaWrp #contentsArea h2 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 20px;
}
#contentsAreaWrp #contentsArea h2 small {
  font-size: 16px;
  font-size: 1rem;
}
#contentsAreaWrp #contentsArea .box {
  background-color: #efefef;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -border-radius: 5px;
  border-radius: 5px;
  padding: 30px;
}
#contentsAreaWrp #contentsArea .box .article {
  zoom: 1;
}
#contentsAreaWrp #contentsArea .box .article:before, #contentsAreaWrp #contentsArea .box .article:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#contentsAreaWrp #contentsArea .box .article:after {
  clear: both;
}
#contentsAreaWrp #contentsArea .box .article .txt {
  float: left;
  width: 550px;
  margin-right: 30px;
}
#contentsAreaWrp #contentsArea .box .article .txt img {
  margin-bottom: 10px;
}
#contentsAreaWrp #contentsArea .box .article .txt .click {
  text-align: right;
}
#contentsAreaWrp #contentsArea .box .article .txt .click a:hover img {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
#contentsAreaWrp #contentsArea .box .article .photo {
  float: left;
  width: 280px;
  padding-top: 10px;
}
#contentsAreaWrp #contentsArea .pass {
  margin-bottom: 30px;
}
#contentsAreaWrp #contentsArea p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  margin-bottom: 15px;
}
#contentsAreaWrp #contentsArea .boxspace {
	margin-bottom: 20px;
}
#contentsAreaWrp #contentsArea .boxspace p {
	margin-bottom: 10px;
}
#contentsAreaWrp #contentsArea .other-info {
	border: #f17897 3px solid;
	background-color: #ffffff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -border-radius: 5px;
  border-radius: 5px;
  margin: 0 0 45px;
  padding: 30px 30px 10px;
}
#contentsAreaWrp #contentsArea .other-info p {
	margin-bottom: 5px;
}
#contentsAreaWrp #contentsArea .other-info p a {
	background: url(../../../cmn/img/arrow_pink.png) no-repeat 15px 50%;
	color: #f17897;
	font-weight: bold;
	font-size: 16px;
  font-size: 1rem;
	padding: 0 0 0 34px;
	text-decoration: none;
}
#contentsAreaWrp #contentsArea p.link-arrow a {
	display: inline-block;
  background: #ea456f url(../../../cmn/img/arrow.png) no-repeat 15px 50%;
  line-height: 1.0;
  font-size: 16px;
  font-size: 1rem;
  border: white 2px solid;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -border-radius: 5px;
  border-radius: 5px;
  margin: 0 0 0 5px;
  padding: 15px 20px 10px 34px;
}
#contentsAreaWrp #contentsArea p.link-arrow a:link, #contentsAreaWrp #contentsArea p.link-arrow a:visited, #contentsAreaWrp #contentsArea p.link-arrow a:hover, #contentsAreaWrp #contentsArea p.link-arrow a:focus {
	color: #ffffff;
	text-decoration: none;
}
#contentsAreaWrp #contentsArea .time {
  background-color: #f17897;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -border-radius: 5px;
  border-radius: 5px;
  line-height: 1.6;
  color: white;
  margin-bottom: 40px;
  padding: 30px 30px 20px;
}
#contentsAreaWrp #contentsArea .time dl dt {
  font-size: 18px;
  font-size: 1.125rem;
}
#contentsAreaWrp #contentsArea .time dl dt span {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  border: white 2px solid;
  width: 6em;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -border-radius: 15px;
  border-radius: 15px;
  margin-top: 5px;
  padding: 5px;
}
#contentsAreaWrp #contentsArea .time dl dt span a {
  background: url(../../../cmn/img/arrow.png) no-repeat 10px 50%;
  line-height: 1.0;
  padding-left: 24px;
}
#contentsAreaWrp #contentsArea .time dl dt span a:link, #contentsAreaWrp #contentsArea .time dl dt span a:visited, #contentsAreaWrp #contentsArea .time dl dt span a:hover, #contentsAreaWrp #contentsArea .time dl dt span a:focus {
  color: white;
  text-decoration: none;
}
#contentsAreaWrp #contentsArea .time dl dd {
  font-size: 14px;
  font-size: 0.875rem;
  margin: -35px 0 0 12em;
}
#contentsAreaWrp #contentsArea .time dl dd span {
  display: inline-block;
  text-indent: 2em;
}
#contentsAreaWrp #contentsArea .photoArea ul {
  zoom: 1;
  list-style: none;
}
#contentsAreaWrp #contentsArea .photoArea ul:before, #contentsAreaWrp #contentsArea .photoArea ul:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#contentsAreaWrp #contentsArea .photoArea ul:after {
  clear: both;
}
#contentsAreaWrp #contentsArea .photoArea ul li {
  float: left;
  width: 430px;
  height: 280px;
  background: url(../../../photo/img/photo_bg.png) no-repeat 0 0;
  margin-bottom: 15px;
}
#contentsAreaWrp #contentsArea .photoArea ul li img {
  margin: 5px;
}
#contentsAreaWrp #contentsArea .photoArea ul li.big {
  width: 320px;
  height: 390px;
  background: url(../../../photo/img/photo_bg2.png) no-repeat 0 0;
  margin: 0 55px 15px;
}
#contentsAreaWrp #contentsArea .poster h2 {
	background-color: #ffffff;
	border-bottom: solid 3px #00b9be;
	padding: 5px 10px 2px;
}
#contentsAreaWrp #contentsArea .forsale {
	margin: 0 0 40px;
}
#contentsAreaWrp #contentsArea .forsale:before, #contentsAreaWrp #contentsArea .forsale:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#contentsAreaWrp #contentsArea .forsale:after {
  clear: both;
}
#contentsAreaWrp #contentsArea .forsale ul {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.6;
	margin: 0 10px 10px;
}
#contentsAreaWrp #contentsArea .forsale ul li {
	list-style-type: none;
	position: relative;
	padding-left: 20px;
}
#contentsAreaWrp #contentsArea .forsale ul li:after{
	content:'';
	display: block; 
	position: absolute; 
	background: #00b9be;
	width: 6px;
	height: 6px; 
	top: 7px; 
	left: 5px; 
	border-radius: 20px;
}
#contentsAreaWrp #contentsArea .forsale ul.note li {
	width: 480px;
	border-bottom: #bbb dashed 1px;
	margin-bottom: 3px;
}
#contentsAreaWrp #contentsArea .forsale .float-r {
	float: right;
}
#contentsAreaWrp #contentsArea .forsale .float-r img {
	margin: 0 0 0 10px;
}
#contentsAreaWrp #contentsArea .forsale .atn {
	text-indent: -1.0em;
	margin: 5px 0 0 1.5em;
}
#contentsAreaWrp #contentsArea .buy {
	color: white;
	background-color: #f17897;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -border-radius: 5px;
  border-radius: 5px;
	margin: 0 0 30px;
	padding: 15px 10px;
}
#contentsAreaWrp #contentsArea .buy a {
	color: white;
}
#contentsAreaWrp #contentsArea .buy h3 {
	margin: 0 0 10px;
}
#contentsAreaWrp #contentsArea .buy .howto:before, #contentsAreaWrp #contentsArea .buy .howto:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#contentsAreaWrp #contentsArea .buy .howto:after {
  clear: both;
}
#contentsAreaWrp #contentsArea .buy .two {
	width: 390px;
	float: left;
	padding: 10px;

}
#contentsAreaWrp #contentsArea .buy .two:first-child {
	margin-right: 20px;
}


#footerWrp {
  background-color: #00b9be;
  padding-top: 20px;
  padding-bottom: 30px;
}
#footerWrp #footer {
  zoom: 1;
  width: 920px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 30px;
}
#footerWrp #footer:before, #footerWrp #footer:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#footerWrp #footer:after {
  clear: both;
}
#footerWrp #footer .logoFooter {
  float: left;
  width: 170px;
  padding-left: 10px;
}
#footerWrp #footer .copyright {
  float: left;
  width: 740px;
  text-align: right;
  color: white;
  font-size: 12px;
  font-size: 0.75rem;
  padding-top: 20px;
}

.map {
  width: 100%;
  text-align: center;
  padding: 30px 0;
}
.map .close {
  font-size: 16px;
  font-size: 1rem;
  background-color: #00b9be;
  width: 16%;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -border-radius: 15px;
  border-radius: 15px;
  margin: 20px 42% 0;
  padding: 5px;
}
.map .close a {
  background: url(../../../cmn/img/arrow.png) no-repeat 10px 50%;
  line-height: 1.0;
  padding-left: 24px;
}
.map .close a:link, .map .close a:visited, .map .close a:hover, .map .close a:focus {
  color: white;
  text-decoration: none;
}
