@charset "shift_jis";
/*------------------------------------------------------
 ブラウザクリア
------------------------------------------------------*/
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote {
	margin: 0;
	padding: 0;
}
body, td, th, h1, h2, h3, h4, h5, h6 {
	font-family: "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", "CI", Meiryo, Osaka, "lr oSVbN", "MS PGothic", sans-serif;
	font-weight: normal;
	line-height: 1.2;
	color: #333;
	font-size: 100%;
}
ol, ul {
	list-style-type: none;
}
img {
	border: 0;
	vertical-align: bottom;
}
html, body {
	width: 100%;
}

body {
	-webkit-text-size-adjust: none;
	line-height: 1.5;
	background-color: #FFFFFF;
	font-size: 100%;
}

p {
	font-size: 90%;
}

a {
	-webkit-tap-highlight-color: rgba(2, 109, 236, 0.9);
}
.clear {
	clear: both;
}
.fColor_red {
	color: #F00;
}
/*------------------------------------------------------
 toolbar
------------------------------------------------------*/
div#wrap {
	z-index: 1;
}

div#gopc {
	height: 32px;
	width: 100%;
	text-align: center;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-top: 1px solid #F90;
	border-bottom: 1px solid #F90;
	z-index: 3;
	text-align: left;
}

.button {
	position: absolute;
	overflow: hidden;
	font-family: inherit;
	font-size: 90%;
	color: #666;
	text-shadow: rgba(255, 255, 255, 0.6) 0px -1px 0;
	text-overflow: ellipsis;
	text-decoration: none;
	white-space: nowrap;
}

.button img {
	vertical-align: middle;
}

#mylistButton,
#apoButton,
#searchButton {
	top: 1px;
	height: 23px;
	padding-top: 4px;
	padding-right: 30px;
	display: block;
}

#mylistButton {
	right: 115px;
	background: url(../img/template/wrap_mylist.png) no-repeat 100% 50%;
	-webkit-background-size: 27px 27px;
}

#apoButton {
	right: 80px;
	background: url(../img/template/wrap_menu.png) no-repeat 100% 50%;
	-webkit-background-size: 27px 27px;
}

#searchButton {
	right: 10px;
	background: url(../img/template/wrap_pc.png) no-repeat 100% 50%;	-webkit-background-size: 27px 27px;
}

#clsButton {
	height: 30px;
	line-height: 30px;
	padding: 0;
	text-decoration: none;
	color :#FFF;
	text-shadow: #000 1px 1px 1px;
}

/*------------------------------------------------------
 フリップメニュー
------------------------------------------------------*/
/* メニューopen style */
.flip-open {
  display: block!important;
  -webkit-animation-name: flip-open;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-timing-function: cubic-bezier(0,0,0,1);
}

/* アニメーション */
@-webkit-keyframes flip-open {
  0% {
    -webkit-transform: rotate(-20deg) scale(1.5); 
	opacity: 0;
  }
  50% {
    -webkit-transform: rotate(20deg) scale(0.5); 
	opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.0);
	opacity: 1; 
  }
}

/* メニューclose style */
.flip-close {
  display: block!important;
  -webkit-animation-name: flip-close;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-timing-function: cubic-bezier(0.5,0,0.5,1);
  -webkit-transform: scale(0); 
}

/* andloid chrome 対策    */
/* 見えないメニューが残る */
.flip-close * {
	display: none;
}

/* アニメーション */
@-webkit-keyframes flip-close {

  0% {
    -webkit-transform: scale(1.0);
	opacity: 1; 
  }
  50% {
    -webkit-transform:  rotate(20deg) scale(0.5);
	opacity: 1; 
  }
  100% {
    -webkit-transform:  rotate(-20deg) scale(1.5); 
	opacity: 0;
  }
}

/*------------------------------------------------------
左上 問合せメニュー
------------------------------------------------------*/
p.listLink {
	width: 90%;
	margin: 5px auto;
	text-align:center;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CCCCCC));
	/* [disabled]background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), to(rgba(160, 160, 160, 0.6))); */
	border: 1px solid #999;
	-webkit-border-radius: 10px;
}

p.listLink a {
	padding-top: 8px;
	display: block;
	width: 100%;
	height: 32px;
}

p.cornerTitle {
	margin: 5px 5px;
}

#advanceMenu {
	height:150px;
	display:none;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(100, 100, 100, 0.9)), to(rgba(30, 30, 30, 0.9)));
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	/*
	border: 1px solid #000;
*/
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
}
ul#contactList li {
	-webkit-background-size: 29px 29px;
	height: 31px;
}

.apli01 {
	background: url(../img/template/btn_ap_01.png) no-repeat 2% 50%;
}

.apli02 {
	background: url(../img/template/btn_ap_02.png) no-repeat 2% 50%;
}

.apli03 {
	background: url(../img/template/btn_ap_03.png) no-repeat 2% 50%;
}

.apli04 {
	background: url(../img/template/btn_ap_04.png) no-repeat 2% 50%;
}

.apli05 {
	background: url(../img/template/btn_ap_05.png) no-repeat 2% 50%;
}

ul#contactList li a{
	display: block;
	line-height: 31px;
	text-decoration: none;
	color: #FFF;
	-webkit-tap-highlight-color: rgba(2, 109, 236, 0.9);
	background: url(../img/template/icon_fwd.png) no-repeat 96% 50%;
	-webkit-background-size: 11px 16px;
	overflow: hidden;
	margin: 2px 0;
	padding-left: 40px;
	text-align: left;
}
