/* css for mobile site */
body {
font-family: sans-serif;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.90, #d3c3ad), color-stop(0.00, #d3c3ad));
background: -webkit-linear-gradient(top, #d3c3ad 0%, #d3c3ad 90%);
overflow-wrap: break-word;
word-wrap: break-word;
}
a:link,a:visited,a:hover,a:active {
	text-decoration: none;
}
.btnSet {
	zoom:1;/*for IE 5.5-7*/
}
.btnSet:after{/*for modern browser*/
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
}
#gnavi li a {
	position: relative;
}

#wrap {
  margin: 10px;
}

/* content block */
.itemBlocktitle {
  -webkit-border-radius: 10px;
  border-radius: 5px;
  padding: 3px 5px;
  background: #fff;
  margin-bottom: 10px;
	padding: 5px 5px;
}

.itemBlock {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 3px 5px;
  background: #f4ece0;
  margin-bottom: 10px;
	padding: 5px 15px;
}

/*　title
----------------------------------------------- */
/* title common */
.title {
	font-size: 1.4rem;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5);
	letter-spacing: 0;
	border: none;
	border: #fff 1px solid;
	padding: 5px 15px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin: -5px -15px 10px -15px;
}
.dark {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #45494d), color-stop(1.00, #303030));
	background: -webkit-linear-gradient(#45494d, #303030);
	background: linear-gradient(#45494d, #303030);
}
.thin {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #abafb5), color-stop(1.00, #828282));
	background: -webkit-linear-gradient(#abafb5, #828282);
	background: linear-gradient(#abafb5, #828282);
}

.thin_black {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #656565), color-stop(1.00, #1f1f1f));
background: -webkit-linear-gradient(#656565, #1f1f1f);
background: -moz-linear-gradient(#656565, #1f1f1f);
background: -o-linear-gradient(#656565, #1f1f1f);
background: -ms-linear-gradient(#656565, #1f1f1f);
background: linear-gradient(#656565, #1f1f1f);
}

.thin_pink {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ff5db1), color-stop(1.00, #ef007c));
background: -webkit-linear-gradient(#ff5db1, #ef007c);
background: -moz-linear-gradient(#ff5db1, #ef007c);
background: -o-linear-gradient(#ff5db1, #ef007c);
background: -ms-linear-gradient(#ff5db1, #ef007c);
background: linear-gradient(#ff5db1, #ef007c);
}

.thin_green {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #2eeb25), color-stop(1.00, #266036));
background: -webkit-linear-gradient(#2eeb25, #266036);
background: -moz-linear-gradient(#2eeb25, #266036);
background: -o-linear-gradient(#2eeb25, #266036);
background: -ms-linear-gradient(#2eeb25, #266036);
background: linear-gradient(#2eeb25, #266036);
}

.thin_yellow {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #967315), color-stop(0.00, #fff600));
background: -webkit-linear-gradient(#fff600, #967315);
background: -moz-linear-gradient(#fff600, #967315);
background: -o-linear-gradient(#fff600, #967315);
background: -ms-linear-gradient(#fff600, #967315);
background: linear-gradient(#fff600, #967315);
}


/*　gnavi
----------------------------------------------- */
#gnavi {
	margin-top: -10px;
}
#gnavi li a {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 15px 10px 10px 45px;
  border-right: #fff 1px solid;
  border-bottom: #fff 1px solid;
  border-left: #fff 1px solid;
  border-top: #cdcdcd 1px solid;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #dedede), color-stop(0.00, #f1f1f1));
  background: -webkit-linear-gradient(#f1f1f1, #dedede);
  background: linear-gradient(#f1f1f1, #dedede);
	margin: 0 -15px;
}
#gnavi li:last-child a {
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	margin-bottom: -5px;
}
#gnavi li a:link,#gnavi li a:visited,#gnavi li a:hover,#gnavi li:active {
	color: #393939;
}

/* contents area
----------------------------------------------- */
section {
	margin-bottom: 2em;
	font-size: 14px;
	font-size: 1.4rem;
}
section p {
	margin-bottom: 1em;
}

hr {
	display:block;
	height:1px;
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: white 0 1px 0;
	margin:1em 0;
	padding:0;
}

ul.newsList li {
	background: url(../images/common/dot.png) no-repeat 3px 10%;
	padding-left: 15px;
	margin-bottom: 5px;
}

/* btn
----------------------------------------------- */
.btnSet {
	margin-bottom: 10px;
}
.contactBtn {
	position: relative;
}
/* btn common */
.btn a {
	position: relative;
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5);
	letter-spacing: 0;
	padding: 7px 15px 7px 40px;
}
.btnSetTop a {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom: #9fa1a6 1px solid;
	text-decoration: none;
}

.btnSet a {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #54585d), color-stop(0.00, #ef9b0e));
	background: -webkit-linear-gradient(#54585d, #262424);
	background: linear-gradient(#54585d, #262424);
}

.btnSetMidLeft a,.btnSetMidRight a {
	border-bottom: #9fa1a6 1px solid;
}
.btnSetMidLeft a {
	border-right: #9fa1a6 1px solid;
}
.btnSetLeft a {
	border-right: #9fa1a6 1px solid;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.btnSetRight a {
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.btnSetLeft,.btnSetMidLeft {
	float: left;
	width: 50%;
}
.btnSetRight,.btnSetMidRight {
	float: right;
	width: 50%;
}

/* btn separated */
.naviBtn {
	margin-bottom: 1em;
}
.btnSepa a {
	border-radius: 10px;
	text-decoration: none;
	padding: 7px 0 7px 35px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #c5c5c5), color-stop(0.00, #f0f0f0));
	background: -webkit-linear-gradient(#f0f0f0, #c5c5c5);
	background: linear-gradient(#f0f0f0, #c5c5c5);
}
.btnSepaLeft {
	float: left;
	width: 49%;
}
.btnSepaRight {
	float: right;
	width: 49%;
}

/* btn color active */
.tch-active {

}
.btnSepa a:link,.btnSepa a:visited,.btnSepa a:hover,.btnSepa a:active {
	color: #575757;
}
/* icons */
.icon {
	background: url(../images/common/sprite.png) no-repeat 0 0;
	display: block;
	position: absolute;
	width: 18px;
	height: 18px;
	left: 15px;
	top: 27%;
}
.homeIcn {
	background-position: -2px -3px;
}
.gearIcn {
	background-position: -2px -27px;
}
.pcIcn {
	background-position: -28px -3px;
}
.mbIcn {
	background-position:  -56px -2px;
}
.calenderIcn {
	background-position: -28px -25px;
}
.mapIcn {
	background-position: -78px -1px;
}
.mailIcn {
	background-position:  -56px -2px;
	top: 33%;
}
.telIcn {
	background-position: -81px -24px;
}
.checkIcn {
	background-position: -101px -26px;
}
.allowIcn {
	background-position: -102px -4px;
	top:35%;
	left: 20px;
}

.homeIcn_w {
	background-position: -181px -3px;
}
.gearIcn_w {
	background-position: -181px -27px;
}
.pcIcn_w {
	background-position: -207px -3px;
}
.mbIcn_w {
	background-position: -235px -2px;
}
.calenderIcn_w {
	background-position: -207px -25px;
}
.mapIcn_w {
	background-position: -257px -1px;
}
.mailIcn_w {
	background-position: -233px -28px;
	top: 33%;
}
.telIcn_w {
	background-position: -260px -24px;
}
.checkIcn_w {
	background-position: -280px -26px;
}
.allowIcn_w {
	background-position: -281px -4px;
	top:35%;
	left: 20px;
}

#footer {
	font-size: 12px;
	padding: 5px 10px;
}
ul.footerNavi {
	margin-bottom: 10px;
}
ul.footerNavi li {
	display: inline;
	margin-right: 7px;
	padding-right: 10px;
	background: url(../images/common/border.gif) no-repeat right 0px;
}
ul.footerNavi li:last-child {
	background: none;
	padding-right: 0;
	margin-right: 0;
}
p.copy {
	font-size: 10px;
}

p.ss {
	line-height:2.2;
  font-size:14px;
  -webkit-text-size-adjust: 100%;
}

p.small {
font-size:83%;
  -webkit-text-size-adjust: 100%;
}

blockquote {
  line-height:1.6;
  background: #fffbf5;
  padding: 20px;
  font-size:85%;
  -webkit-text-size-adjust: 100%;
}

p.resizeimage img { width: 100%; }

.movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



