html, body{
	_height: 100%;
	_overflow: auto;
	font:14px/1.231 "ヒラギノ角ゴ Pro W3","HiraKakuProN-W3";
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, p, blockquote, th, td, form, fieldset, legend {
	margin: 0;
	padding: 0;
}

a{
	text-decoration: none;
}

hr{
	margin:0;
	padding:0;
	border-color:#AA0000;
}

#wrap{
	padding:10px;
}

section, nav{
	margin-bottom:1em;
}

p{
	margin-bottom:1em;
}

/* clearfix */
.clearfix:after{
	content: ".";		/* 新しい要素を作る */
	display: block;	/* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}



.PCKUPG{
	/* 写真を角丸にする */
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	/* 写真に影をつける */
	-webkit-box-shadow: 3px 3px 7px #888;
	-moz-box-shadow: 3px 3px 7px #888;
}

.MINPKG{
	/* 写真を角丸にする */
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	/* 写真に影をつける */
	-webkit-box-shadow: 2px 2px 4px #888;
	-moz-box-shadow: 2px 2px 4px #888;
}


/*************************************************
　テキストPR広告
**************************************************/
.TEXT_PR_AD{
#	width:100%;
	height:37px;
	vertical-align: middle;
	padding:0 0 3px 37px;
	margin:0 3px 3px 0;
	border-bottom:dashed 1px #777;
	font-size:8.5pt;
	line-height:1.2em;
	background-image:url(http://www.a-fuu.com/sp/img/ad_left.png);
	background-position: left top;
	background-size:35px 34px;
	background-repeat:no-repeat;
}


/*************************************************
　表なテーブル
**************************************************/
.LISTTBL {
	width:100%;
}
.LISTTBL td {
	border: solid 1px #555;
	border-collapse: collapse;
	background-color:#FFE;
	text-align:left;
	vertical-align:top;
	padding:3px;
}


/*************************************************
　女の子の一覧なテーブル
**************************************************/
.GIRLLIST {
	width:100%;
/*	margin-left:-10px; */
}
.GIRLLIST td {
	border-bottom: dotted 1px #AAA;
	border-collapse: collapse;
	background-color:#FFF;
	text-align:left;
	vertical-align:top;
	padding:3px;
}
.GIRLLIST img {
	/* 写真を角丸にする */
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	/* 写真に影をつける */
	-webkit-box-shadow: 2px 2px 4px #888;
	-moz-box-shadow: 2px 2px 4px #888;
}
.GIRLLIST a {
	color:#000;
	display:block;
	width:100%;
}
.GIRLLIST .tdbtn {
	background-image:url(http://www.a-fuu.com/sp/img/divbkry.png);
	background-repeat: no-repeat;
	background-position:right center;
}
/*
.SVSP {
	font-size:9pt;
	width:100%;
	padding:7px 0;
	border-bottom:solid 1px #AAA;
	background-image:url(http://www.a-fuu.com/sp/img/divbkry.png);
	background-repeat: no-repeat;
	background-position:right center;
}
.SVSP a {
	font-size:11pt;
	font-weight:bold;
	display:block;
	width:100%;
	height:100%;
}
*/

/*************************************************
　Aタグリンクをボタンっぽくする
**************************************************/
.BTN {
	/* 枠線 */
	border-style: solid;
	border-width: 1px;
	border-color: #ccc #999 #999 #ccc;
	/* 角丸 */
	-webkit-border-radius: 7px; /* Chrome,Safari */
	-moz-border-radius: 7px;    /* Firefox */
	border-radius: 7px;         /* CSS3 */
	/* 余白 */
	padding: 0.3em 0.9em;
	margin: 0px 0.3em;
	/* 文字装飾 */
	text-decoration: none;
	/* 背景 */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc)); /* Chrome,Safari */
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffffffff,EndColorStr=#ffcccccc); zoom:1; /* IE */
	background: -moz-linear-gradient(top, #fff, #ccc); /* Firefox */
	background: -o-linear-gradient(top, #fff, #ccc);   /* Opera */
	background: linear-gradient(top, #fff, #ccc);      /* CSS3 */
	/* 行高 */
	line-height: 2em;
	/* 空白・改行の扱い */
	white-space: nowrap;
}


/*************************************************
　Aタグリンクをデカイボタンっぽくする
**************************************************/
a.btnTypeA{
	font-size:14pt;
	position: relative;
	margin-bottom: 18px;
	margin-top: 12px;
	padding: 2px 10px;
	display: block;
	color: #000;
	text-decoration: none;
	text-align: center;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	z-index: 5;
}

.btnTypeA:after, a.btnTypeB:after, a.btnTypeC:after, a.btnTypeD:after, a.btnTypeE:after {
	content: "";
	position: absolute;
	left: -3px;
	top: -3px;
	width: 100%;
	height: 100%;
	padding: 2px;
	border-radius: 10px;
	background-color: #bebebe;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.7)), color-stop(0.5, rgba(255, 255, 255, 0.3)), color-stop(0.5, rgba(255, 255, 255, 0)));
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset, 0 1px 0 rgba(0, 0, 0, 0.2), 1px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset, 0 1px 0 rgba(0, 0, 0, 0.2), 1px 1px 2px rgba(0, 0, 0, 0.3);
	z-index: -1;
}

.btnTypeA:before, a.btnTypeB:before, a.btnTypeC:before, a.btnTypeD:before, a.btnTypeE:before {
	content: "";
	position: absolute;
	left: -6px;
	top: -5px;
	width: 100%;
	height: 100%;
	padding: 5px 5px 4px 5px;
	border-radius: 14px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #545454), color-stop(1, #9e9e9e));
	z-index: -2;
	-webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.7), 0 1px 0 rgba(255, 255, 255, 0.3), 0 1.3px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.7), 0 1px 0 rgba(255, 255, 255, 0.3), 0 1.3px 0 rgba(0, 0, 0, 0.2);
}


/*************************************************
　角丸のiPhone風リスト
**************************************************/
.listIPhone {
	background-color: #fff;
	font-size:14pt;
}
.listIPhone li {
	position: relative;
	border-bottom: solid 1px #ddd;
	list-style-type:none;
}
.listIPhone li a:not(.noListLink) {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px;
	color: #000;
	text-decoration: none;
	-webkit-box-sizing: border-box;
}
.listIPhone li .floatBtn {
	position: absolute;
	right: 8px;
	top: 7px;
}
.listIPhone li:last-child {
	border-bottom: none;
}

.listIPhone.listTypeA {
	border-radius: 10px;
	border: solid 1px #ccc;
}
.listIPhone.listTypeA li a:not(.noListLink):after {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	display: block;
	width: 6px;
	height: 6px;
	margin-top: -4px;
	border-top: solid 2px #979797;
	border-right: solid 2px #979797;
	-webkit-transform: rotate(45deg);
}


/*************************************************
　aside（角丸エリア）のスタイルいろいろ
**************************************************/
.AS01 {
	background-color:#ebebeb;
	-webkit-border-radius:8px;
	border-radius:8px;
	padding:10px;
}

.AS02 {
	background-color:#FFD3D3;
	-webkit-border-radius:8px;
	border-radius:8px;
	padding:10px;
}

.AS03 {
	background-color:#FFFFFF;
	-webkit-border-radius:8px;
	border-radius:8px;
	padding:10px;
	border:solid 1px #000000;
}

.AS04 {
/*	background-color:#FFC; */
    background:-webkit-gradient(linear, left top, left bottom, from(#FFCCCC), to(#FFFFFF));
	-webkit-border-radius:8px;
	border-radius:8px;
	padding:10px;
	border:solid 1px #F00;
}

.ASAD {
/*	background-color:#FFF5B5; */
    background:-webkit-gradient(linear, left top, left bottom, from(#FFF5B5), to(#FFFFFE));
	-webkit-border-radius:8px;
	border-radius:8px;
	border:solid 1px #D80606;
	padding:10px;
	margin-bottom:20px;

	-webkit-box-shadow: 3px 5px 7px #AAA;
	-moz-box-shadow: 3px 5px 7px #AAA;
}
.ASAD td {
	text-align: left;
	vertical-align: top;
}

aside p:last-child{
	margin-bottom:0;
}

/*************************************************
　無料店の枠
**************************************************/
.SVSP {
	font-size:9pt;
	width:100%;
	padding:7px 0;
	border-bottom:solid 1px #AAA;
	background-image:url(http://www.a-fuu.com/sp/img/divbkry.png);
	background-repeat: no-repeat;
	background-position:right center;
}
.SVSP a {
	font-size:11pt;
	font-weight:bold;
	display:block;
	width:100%;
	height:100%;
}

.SVSP2 {
	font-size:9pt;
	width:100%;
	padding:7px 0;
	border-bottom:solid 1px #AAA;
}
.SVSP2 a {
	font-size:11pt;
	font-weight:bold;
}



/*************************************************
　HRを点線にする
**************************************************/
.HRDOT {
	border:none;
	border-top:dashed 1px #555;
	height:1px;
	color:#FFF;
	width:100%;
	margin-bottom:3px;
}

/*************************************************
　ドロップシャドウなテキスト
**************************************************/
.DShadow{
	font-size:121%;
	text-shadow:1px 1px 2px #ccc;
	color:#770000;
	margin-bottom:5px;
}


/*************************************************
　詳細ページのメニューボタンテーブル
**************************************************/
.SS_MENU {
	width:100%;
}
.SS_MENU td{
	width:25%;
	text-align:center;
}
.SS_MENU img{
	width:50px;
	height:50px;

	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-webkit-box-shadow: 3px 3px 7px #888;
	-moz-box-shadow: 3px 3px 7px #888;
}

/*************************************************
　パンくず
**************************************************/
#pankuzu{
	text-align: left;
	font-size: 1em;
	width: 100%;
	margin: 0;
	background: url(http://www.a-fuu.com/sp/img/pan_bg.gif) repeat-x;
}
#pankuzu2{
	text-align: left;
	font-size: 1em;
	width: 100%;
	margin: 0;
	background: url(http://www.a-fuu.com/sp/img/pan2_bg.gif) repeat-x;
}
#crumbs{
	height:30px;
}
#crumbs li{
	float: left;
	line-height: 30px;
	padding-left: 0.5em;
	list-style-type:none;
}
#crumbs li a {
	display: block;
	background: url(http://www.a-fuu.com/sp/img/pan_y.gif) no-repeat right center;
	padding-right: 12px;
	text-decoration: none;
}


/*************************************************
　コンテンツ部
**************************************************/
#Contents{
	margin:0;
	padding:10px;
	text-align:center;
}

/*************************************************
　フッタ部
**************************************************/
#Footer{
	margin:0;
	padding:2px 0;
	width:100%;
	text-align:center;
	background-color:#DDDDDD;
	border-top:solid 1px #931300;
	font-size:6pt;
}

/*************************************************
　ヘッダ部
**************************************************/
#Header{
	text-align:left;
	margin:0;
	padding:0;
	width:100%;
	height:45px;
	background-color:#FFFFFF;
	border-bottom:solid 5px #EF2C0B;
}

#Header td{
	vertical-align:middle;
}


/*************************************************
　H1 ツールバーみたいな形
**************************************************/
.toolbar {
  padding: 10px 0;
  border-top: solid 1px #FFC5BC;
  border-bottom: solid 1px #931300;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FF9696), color-stop(0.5, #FF627C), color-stop(0.5, #FF5572), color-stop(1, #FF5570));
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-shadow: -1px -1px 0 #434b57;
  text-align: center;
}

/*************************************************
　H2 色付き見出し
**************************************************/
.midasi {
  width:100%;
  padding: 3px 10px;
  margin-left:-10px;
  margin-bottom:5px;
  border-top: solid 1px #FFC5BC;
  border-bottom: solid 1px #931300;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FF9696), color-stop(0.5, #FF627C), color-stop(0.5, #FF5572), color-stop(1, #FF5570));
  color: #fff;
  font-weight: bold;
  text-shadow: -1px -1px 0 #434b57;
  text-align: left;
}


/*************************************************
　かっこいいラジオボタン
**************************************************/
dl.formSample02 dt { text-align:left; font-size:8pt; color:#555; margin-top:5px; }
dl.formSample02 dd:after { content: ''; display: block; clear: both; }
dl.formSample02 dd li {
	position: relative;
	list-style: none;
	float: left;
	width: 50%;
}
dl.formSample02 dd label {
	display: block;
	padding: 5px 10px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #ddd), color-stop(0.5, #ccc), color-stop(1, #bbb));
	border: 1px solid #fff;
	border-radius: 7px 0 0 7px;
	-webkit-box-shadow: 0 0 5px #aaa;
	color: #333;
	font-weight: bold;
	text-shadow: 0 1px #fff;
	text-align: center;
	color: #555;
}
dl.formSample02 dd li:last-child label {
	border-left: 0;
	border-radius: 0 7px 7px 0;
}
dl.formSample02 dd input[type="radio"]:checked + label {
	text-shadow: 0 -1px #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(100,100,100,.3)), color-stop(1, rgba(255,255,255,0)));
	color: #111;
}
dl.formSample02 dd input[type="radio"] {
	opacity : 0;
	position: absolute;
	top: -3px;
	left: -3px;
	width: 100%;
	height: 100%;
	padding: 0;
}



/*
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, p, blockquote, th, td, form, fieldset, legend {
  margin: 0;
  padding: 0;
}

article, section, aside, nav, header, footer {
  display: block;
}

body {
  color: #000;
  font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 13px;
  line-height: 1.5;
}

body {
  font-size: 16px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #e4e4e4), color-stop(0.2, #e4e4e4), color-stop(0.2, #dddddd));
  background-size: 7px 10px;
}

li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  line-height: 1.2;
}

.toolbarBox {
  position: relative;
}
.toolbarBox nav li {
  position: absolute;
}
.toolbarBox nav .toolBtn {
  display: block;
  padding: 2px 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #8ea3c0), color-stop(0.5, #5776a2), color-stop(0.5, #49699a), color-stop(1, #4a6b9a));
  border-top-color: #2f363e;
  border-left-color: #435a79;
  border-right-color: #435a79;
  border-bottom-color: #385074;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  color: #fff;
  font-size: 13px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
  text-decoration: none;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}
.toolbarBox nav .toolBtnTypeA {
  left: 4px;
  top: 8px;
}
.toolbarBox nav .toolBtnTypeB {
  right: 4px;
  top: 8px;
}
.toolbarBox nav .toolBtnArr {
  position: absolute;
  margin-left: 10px;
  padding: 3px 10px 1px;
  color: #fff;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
  z-index: 5;
}
.toolbarBox nav .toolBtnArr:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #8ea3c0), color-stop(0.5, #5776a2), color-stop(0.5, #49699a), color-stop(1, #4a6b9a));
  border-top-color: #2f363e;
  border-right-color: #435a79;
  border-bottom-color: #385074;
  border-width: 1px;
  border-style: solid;
  border-radius: 7px;
  border-left: none;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  z-index: -1;
}
.toolbarBox nav .toolBtnArr:after {
  content: "";
  display: block;
  position: absolute;
  left: 4px;
  top: 0;
  width: 17px;
  height: 17px;
  -webkit-transform-origin: left top;
  -webkit-transform: rotate(45deg);
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #8ea3c0), color-stop(0.5, #5776a2), color-stop(0.5, #49699a), color-stop(1, #4a6b9a));
  border-left-color: #2f363e;
  border-bottom-color: #385074;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  border-right: none;
  border-top: none;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  z-index: -2;
}

.toolbar {
  padding: 10px 0;
  border-top: solid 1px #bec5cf;
  border-bottom: solid 1px #3f4e63;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #acb9c9), color-stop(0.5, #8395af), color-stop(0.5, #7388a5), color-stop(1, #7488a1));
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-shadow: -1px -1px 0 #434b57;
  text-align: center;
}

.toolbarB {
  padding: 1px 12px;
  border-top: solid 1px #99a7b2;
  border-bottom: solid 1px #999ea4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #919fa8), color-stop(1, #b7c0c9));
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}

.footerToolbar {
  padding: 10px 0;
  border-top: solid 1px #2d3033;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #b5c0ce), color-stop(0.5, #899cb4), color-stop(0.5, #7e94b0), color-stop(1, #6d83a1));
  color: #fff;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6);
}


a.btnTypeA, a.btnTypeB, a.btnTypeC, a.btnTypeD, a.btnTypeE {
  position: relative;
  margin-bottom: 12px;
  margin-top: 12px;
  padding: 5px 10px;
  display: block;
  color: #000;
  text-decoration: none;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  z-index: 5;
}

.btnTypeA:after, a.btnTypeB:after, a.btnTypeC:after, a.btnTypeD:after, a.btnTypeE:after {
  content: "";
  position: absolute;
  left: -3px;
  top: -3px;
  width: 100%;
  height: 100%;
  padding: 2px;
  border-radius: 10px;
  background-color: #bebebe;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.7)), color-stop(0.5, rgba(255, 255, 255, 0.3)), color-stop(0.5, rgba(255, 255, 255, 0)));
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset, 0 1px 0 rgba(0, 0, 0, 0.2), 1px 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset, 0 1px 0 rgba(0, 0, 0, 0.2), 1px 1px 2px rgba(0, 0, 0, 0.3);
  z-index: -1;
}

.btnTypeA:before, a.btnTypeB:before, a.btnTypeC:before, a.btnTypeD:before, a.btnTypeE:before {
  content: "";
  position: absolute;
  left: -6px;
  top: -5px;
  width: 100%;
  height: 100%;
  padding: 5px 5px 4px 5px;
  border-radius: 14px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #545454), color-stop(1, #9e9e9e));
  z-index: -2;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.7), 0 1px 0 rgba(255, 255, 255, 0.3), 0 1.3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.7), 0 1px 0 rgba(255, 255, 255, 0.3), 0 1.3px 0 rgba(0, 0, 0, 0.2);
}

a.btnTypeB {
  color: #fff;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
}

a.btnTypeB:after {
  background-color: #475ab0;
}

a.btnTypeC {
  color: #fff;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
}

a.btnTypeC:after {
  background-color: #333;
}

a.btnTypeD {
  color: #fff;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
}

a.btnTypeD:after {
  background-color: #f00;
}

a.btnTypeE {
  color: #fff;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
}

a.btnTypeE:after {
  background-color: #009d0e;
}

a.btnType-s-A {
  display: inline-block;
  padding: 5px 9px;
  border-top: solid 1px #512f32;
  border-left: solid 1px #512f32;
  border-right: solid 1px #512f32;
  border-bottom: solid 1px #8c0f18;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ef868d), color-stop(0.5, #c7343e), color-stop(0.5, #bd1422), color-stop(1, #bd1422));
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}

a.btnType-s-B {
  display: inline-block;
  padding: 5px 9px;
  border-top: solid 1px #29354e;
  border-left: solid 1px #163d8d;
  border-right: solid 1px #163d8d;
  border-bottom: solid 1px #1b49a5;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #759ae9), color-stop(0.5, #3770e0), color-stop(0.5, #2260dd), color-stop(1, #2462de));
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}


.listIPhone {
  background-color: #fff;
}
.listIPhone li {
  position: relative;
  border-bottom: solid 1px #ddd;
}
.listIPhone li a:not(.noListLink) {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  color: #000;
  text-decoration: none;
  -webkit-box-sizing: border-box;
}
.listIPhone li .floatBtn {
  position: absolute;
  right: 8px;
  top: 7px;
}
.listIPhone li:last-child {
  border-bottom: none;
}

.listIPhone.listTypeA {
  border-radius: 10px;
  border: solid 1px #ccc;
}
.listIPhone.listTypeA li a:not(.noListLink):after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  display: block;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-top: solid 2px #979797;
  border-right: solid 2px #979797;
  -webkit-transform: rotate(45deg);
}

.listIPhone.listTypeB li a:not(.noListLink):after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  display: block;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
}
.listIPhone.listTypeB li a:not(.noListLink):before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  display: block;
  width: 16px;
  height: 16px;
  margin-top: -9px;
  background-image: -webkit-gradient(radial, center center, 0, center center, 10, from(#246cd8), color-stop(70%, #246cd8), color-stop(90%, white), to(white));
  border-radius: 16px;
  border: solid 2px #fff;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4), inset 0 6px 0 rgba(255, 255, 255, 0.3);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4), inset 0 6px 0 rgba(255, 255, 255, 0.3);
}


.template-section {
  padding: 20px;
}
.template-section h1 {
  color: #4c566c;
  text-align: left;
}


.mod-layout-l {
  text-align: left;
}

.mod-layout-r {
  text-align: right;
}

.mod-layout-ct {
  text-align: center;
}
*/
