@charset "utf-8";
/* CSS Document */

/*----
medical diet
----*/

/* reset *************************************************************/
body {
	line-height: 1;
	margin: 0;
	font-family: arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	font-weight: normal;
	display: block;
}

article,
footer,
header {
	display: block;
}

ul,
li {
	list-style: none;
	padding: 0;
	margin: 0;
}

dl,
dt,
dd {
	padding: 0;
	margin: 0;
}

table,
tr,
td {
	border: 0;
	padding: 0;
	margin: 0;
}

a {
	display: block;
	text-decoration: none;
}

img {
	vertical-align: bottom;
	border: 0;
	padding: 0;
	margin: 0;
	line-height: 0;
}

div {
	margin: 0;
	padding: 0;
}


/* common class *************************************************************/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* for macIE \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

.clear {
	clear: both;
}

.wrapInner {
	padding: 0 5px
}

* {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-size: 14px;
	font-weight: normal;
	color: #222222;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.4em;
}

#wrapper {
	background: #fff;
	width: 640px;
	margin: auto;
}

@media screen and (max-width: 640px) {
	#wrapper {
		width: 100%;
	}
}

p {
	font-size: 100%;
}

a {
	display: block;
	color: #0066cc;
	text-decoration: underline;
}


img {
	max-width: 100%;
	width: auto;
}


/*---------------
お問い合わせパーツ
---------------*/
.contactBox {
	background: #f1ebdc;
	border: 3px solid #ddcea5;
	border-left: none;
	border-right: none;
	padding: 12px;
}

.contactBox img {
	margin-bottom: 6px;
}

.contactBox div img {
	margin-bottom: 0;
}

.contactBox .fL {
	width: 42%;
}

.contactBox .fR {
	width: 56.5%;
}


/*---------------------------------------------
header
---------------------------------------------*/

header {
	width: 640px;
	max-width: 100%;
	margin: 0 auto;
	position: fixed;
	z-index: 9;
	padding-left: 20px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

header h1 {
	width: 42%;
	max-width: 260px;
}

header ul {
	width: 46%;
	max-width: 280px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

header ul li img {
	width: 100%;
	max-width: 140px;
	object-fit: contain;
}

header ul li:first-of-type img {
	position: relative;
	left: 1px;
}


/*---------------------------------------------
main
---------------------------------------------*/
#main_img {
	width: 100%;
}

#main_img img {
	/*margin-top: 51px;*/
}

/*---------------------------------------------
boxInnerN_main
---------------------------------------------*/
.boxInnerN_main {
	background-image: url(../img/boxInnerN_main-bg-sp.png);
	background-position: center 25%;
	background-size: contain;
	background-repeat: no-repeat;
	padding: 0 4.68%;
}

.boxInnerN_main .catch {
	margin-top: -32%;
}

.boxInnerN_main .catch img {
	width: 100%;
	object-fit: cover;
}

.boxInnerN_main .tab img {
	width: 100%;
	object-fit: cover;
}

.boxInnerN_main .price img {
	width: 100%;
	object-fit: cover;
}

.boxInnerN_main .web_btn {
	text-align: center;
	margin-top: -10%;
	padding: 0 6.89%;
}

.boxInnerN_main .trouble img {
	width: 100%;
	object-fit: cover;
}

.boxInnerN_main .tab {
	margin-top: 1.5625%;
}

.boxInnerN_main .price {
	margin-top: 3.125%;
}

.boxInnerN_main .trouble {
	margin-top: 5%;
}

/*---------------------------------------------
cv_box
---------------------------------------------*/
.cv_box {
	width: 98.4375%;
	margin-left: auto;
	margin-right: auto;
}

.cv_box ul {
	margin: 10px auto 10px auto;
}

.cv_box ul li {
	margin-bottom: 3px;
}

.cv_box ul li img {
	vertical-align: bottom;
}

.cv_box02 {
	width: 100%;
	padding-left: auto;
	padding-right: auto;
	background-color: #F7F3E8;
	border-top: 1px solid #D7BE91;
	border-bottom: 1px solid #D7BE91;
}

.cv_box_b {
	width: 98.4375%;
	margin-left: auto;
	margin-right: auto;
}

.cv_box_b ul {
	margin: 0 auto 10px auto;
}

.cv_box_b ul li {
	margin-bottom: 3px;
}

.cv_box_b ul li img {
	vertical-align: bottom;
}

/*---------------------------------------------
box
---------------------------------------------*/

.box_inner

/*--w630--*/
	{
	width: 98.4375%;
	margin-left: auto;
	margin-right: auto;
}

.box_inner2

/*--w620--*/
	{
	width: 96.875%;
	margin-left: auto;
	margin-right: auto;
}

.box_inner3

/*--w600--*/
	{
	width: 93.75%;
	margin-left: auto;
	margin-right: auto;
}

.text_pink {
	color: #F36;
}

.text_red {
	color: #f43a45;
}


/*---------------
nayami
---------------*/
.tab_content {
	margin-top: 20px;
}

.tab_content h2 {
	padding: 15px 0;
	font-size: 180%;
	text-align: center;
	background: rgb(255, 179, 209);
	/* Old browsers */
	background: -moz-linear-gradient(top, rgba(255, 179, 209, 1) 0%, rgba(255, 139, 178, 1) 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 179, 209, 1)), color-stop(100%, rgba(255, 139, 178, 1)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255, 179, 209, 1) 0%, rgba(255, 139, 178, 1) 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255, 179, 209, 1) 0%, rgba(255, 139, 178, 1) 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255, 179, 209, 1) 0%, rgba(255, 139, 178, 1) 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, rgba(255, 179, 209, 1) 0%, rgba(255, 139, 178, 1) 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb3d1', endColorstr='#ff8bb2', GradientType=0);
	/* IE6-9 */
	color: #FFF;
	margin-bottom: 20px;
	font-weight: bold;
}

.tab_content h3 {
	border-top: solid 5px #CCC;
	border-bottom: solid 5px #CCC;
	padding: 10px 0;
	font-size: 130%;
	line-height: 1.3;
	text-align: center;
	font-weight: bold;
}

.nayami_type dt {
	text-align: center;
	margin-bottom: 10px;
	padding: 0 15%;
}

.nayami_type dd ul {
	padding-left: 20px;

}

.nayami_type dd ul li {
	display: block;
	background: url(img/icon_check.jpg) no-repeat left top;
	padding-left: 35px;
	padding-top: 8px;
	padding-bottom: 8px;
	min-height: 29px;
	font-size: 130%;
}




/*--faq--*/
.faq_list {
	margin-top: 40px;
}

.faq_list dl {
	display: block;
	letter-spacing: normal;
	vertical-align: top;
	margin: 0 0 20px;
	font-size: 120%;
	line-height: 1.6;
}

.faq_list dl dt {
	padding: 10px 10px 10px 70px;
	background: url(img/icon_q.jpg) #F5EEDE no-repeat 15px center;
	/*min-height:60px;*/
}

.faq_list dl dt.line {
	/*line-height:60px;*/

}

.faq_list dl dd {
	padding: 10px 10px 10px 70px;
	background: url(img/icon_a.jpg) no-repeat 15px 15px;
}


/*--flow--*/
.flow_list {
	margin-top: 40px;
}

.flow_list h3 {
	background: url(img/icon_num1.jpg) #F7F0D9 no-repeat 10px center;
	line-height: 60px;
	font-size: 150%;
	margin-bottom: 20px;
	padding-left: 60px;
	color: #422716;
	font-weight: bold;
}

.flow_list h3:nth-of-type(2) {
	background: url(img/icon_num2.jpg) #F7F0D9 no-repeat 10px center;
}

.flow_list h3:nth-of-type(3) {
	background: url(img/icon_num3.jpg) #F7F0D9 no-repeat 10px center;
}



.flow_list dl {
	display: block;
	vertical-align: top;
	font-size: 120%;
	line-height: 1.6;
}

.flow_list dl dt {
	padding: 0 15%;
	text-align: center;

}

.flow_list dl dd {
	padding: 10px 0 20px;
}


/*---------------
detail
---------------*/
#detail_box {
	width: 98.4375%;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	margin-top: 30px;
}

#detail_box dl {
	width: 100%;
	margin-top: 10px;
	border-top: 1px solid #ccc;
}

#detail_box dl dt {
	padding: 6px;
	background-color: #FFD3D5;
	border-bottom: 1px solid #ccc;
}

#detail_box dl dd {
	padding: 6px 6px 20px 6px;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
}

/*---------------
医療によるワンランク上の…
---------------*/
#lead2 {
	background: url(img/lead2_btm.jpg) bottom no-repeat;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	padding-bottom: 20px;
	color: #FFF;
	font-size: 12px;
	margin-bottom: 40px;
}

#lead2 p {
	padding: 10px;
}

#lead2 p+p {
	padding: 0px 10px 20px 10px;
}

/*---------------------------------------------
ダイエット診断
---------------------------------------------*/
#flowCartTtl {
	margin: 0 auto 5px auto;
	width: 96%;
}

#flowChart {
	background: url(img/chart_bg.gif) repeat-y;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	border: #d5cfb8 solid 3px;
	border-left: none;
	border-right: none;
	padding: 40px 10px 0 10px;
	height: 210px;
	margin-bottom: 70px;
}

#flowChart p {
	font-size: 24px;
	text-align: center;
	margin-bottom: 24px;
}

#result1 p,
#result2 p,
#result3 p,
#result4 p,
#result5 p,
#result6 p {
	font-size: 16px;
	margin-bottom: 10px;
	color: #f3187c;
}

#show2,
#show3,
#show4,
#show5,
#result1,
#result2,
#result3,
#result4,
#result5,
#result6 {
	display: none;
}

/*--buttons--*/
.chartA,
.chartB,
.resultBtn {
	font-size: 15px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 5px 0 #999;
	/* Safari, Chrome用 */
	-moz-box-shadow: 0 0 5px 0 #999;
	/* Firefox用 */
	box-shadow: 0 0 5px 0 #999;
	/* CSS3 */
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-align: center;
}

.chartA,
.chartB {
	color: #fff;
	padding: 20px 0;
}

.chartA span,
.chartB span,
.resultBtn span {
	font-size: 12px;
}

.chartA {
	background-image: -webkit-linear-gradient(#ff64ad 0%, #c7246f);
	background-image: -o-linear-gradient(#ff64ad 0%, #c7246f);
	background-image: linear-gradient(#ff64ad 0%, #c7246f);
	;
	background-image: -webkit-gradient(linear, left top, left bottom,
			from(#ff64ad),
			to(#c7246f));
	float: left;
	width: 49%;
}

.chartB {
	background-image: -webkit-linear-gradient(#297bc7 0%, #01178e);
	background-image: -o-linear-gradient(#297bc7 0%, #01178e);
	background-image: linear-gradient(#297bc7 0%, #01178e);
	;
	background-image: -webkit-gradient(linear, left top, left bottom,
			from(#297bc7),
			to(#01178e));
	float: right;
	width: 49%;
}

.resultBtn {
	background-image: -webkit-linear-gradient(#fff45c 0%, #ffce23);
	background-image: -o-linear-gradient(#fff45c 0%, #ffce23);
	background-image: linear-gradient(#fff45c 0%, #ffce23);
	;
	background-image: -webkit-gradient(linear, left top, left bottom,
			from(#fff45c),
			to(#ffce23));
	margin-bottom: 24px;
	padding: 30px 0;
}

.resultBtn a {
	text-decoration: none;
	color: #000;
}

.chartStart {
	text-align: right;
	font-size: 12px;
}

.chartStart img {
	width: 12px;
	margin-right: 5px;
	margin-bottom: 3px;
}





/*---------------------------------------------
プラン共通★見出し・アコーディオン等
---------------------------------------------*/

.midCat {
	margin-bottom: 10px;
}

.midSub {
	font-size: 14px;
	background-color: #f2e9d1;
	border-left: #0745bd 2px solid;
	padding: 2px 0 2px 4px;
	width: 100%;
}

/*----------accordion------------*/
.txtarea {
	display: none;
}

article.mainPlan {
	margin-bottom: 40px;
}

article.mainPlan h2 {
	position: relative;
	padding: 14px 6px;
	text-shadow: #000 1px 1px 0;
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
	background-image: -webkit-linear-gradient(#ff64ad 0%, #c7246f);
	background-image: -o-linear-gradient(#ff64ad 0%, #c7246f);
	background-image: linear-gradient(#ff64ad 0%, #c7246f);
	;
	background-image: -webkit-gradient(linear, left top, left bottom,
			from(#ff64ad),
			to(#c7246f));
}

article.mainPlan h2:after {
	content: url(img/ico_open.png);
	position: absolute;
	right: 10px;
	top: 40%;
}

article.mainPlan h2.open:after {
	content: url(img/ico_close.png);
	position: absolute;
	right: 10px;
	top: 40%;
}


.markOnayami {
	color: #ffffc6;
	text-shadow: none;
	font-size: 12px;
}

.markPlan {
	color: #000;
	background: #fff;
	padding: 0px 4px;
	margin-right: 4px;
	text-shadow: none;
	font-size: 12px;
}

.markPlan2 {
	color: #000;
	background: #fee936;
	padding: 0px 4px;
	margin-left: 4px;
	text-shadow: none;
	font-size: 12px;
}


article.mainPlan section {
	background: #fff6f9;
	padding: 5px;
}

.mainPlan h3,
.subPlan h3 {
	color: #000d84;
	margin-bottom: 5px;
	font-size: 15px;
}


/*--薬剤の説明、オプション--*/
.subPlan {}

.subPlan h2 {
	position: relative;
	padding: 10px 6px;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	background-image: -webkit-linear-gradient(#feff84 0%, #ffea5e);
	background-image: -o-linear-gradient(#feff84 0%, #ffea5e);
	background-image: linear-gradient(#feff84 0%, #ffea5e);
	;
	background-image: -webkit-gradient(linear, left top, left bottom,
			from(#feff84),
			to(#ffea5e));
}

article.subPlan h2:after {
	content: url(img/ico_open.png);
	position: absolute;
	right: 10px;
	top: 25%;
}

article.subPlan h2.open:after {
	content: url(img/ico_close.png);
	position: absolute;
	right: 10px;
	top: 25%;
}

article.subPlan section {
	background: #fffce4;
	padding: 5px;
}


/*--set内容--*/
.planSet {
	padding: 10px 4px;
	border: 1px solid #ddd;
	background-image: -webkit-linear-gradient(#fff 0%, #eee);
	background-image: -o-linear-gradient(#fff 0%, #eee);
	background-image: linear-gradient(##fff 0%, #eee);
	;
	background-image: -webkit-gradient(linear, left top, left bottom,
			from(#fff),
			to(#eee));
}

/*--price--*/
.priceBox {
	margin: 10px 0;
	background: #FFF;
	border: #fce311 solid 2px;
	padding: 0.5em;
	text-align: center;
	line-height: 1.8em;
	font-size: 12px;
}

.priceTxt {
	color: #f3187c;
}

.priceNumber {
	font-size: 24px;
}




/*---------------------------------------------
1日脂肪取り
---------------------------------------------*/
#merit1Day {
	width: 98%;
	margin: 0 auto 20px auto;
	background: #fffeed;
	border: #fff45c solid 2px;
	-webkit-box-shadow: 0 0 3px 0 #999;
	/* Safari, Chrome用 */
	-moz-box-shadow: 0 0 3px 0 #999;
	/* Firefox用 */
	box-shadow: 0 0 3px 0 #999;
	/* CSS3 */
	padding: 6px;
}

img#lead1day {
	width: 90px;
	margin-left: 5px;
}

#merit1Day span {
	color: #f3187c;
	font-size: 16px;
}

#list1Day {
	background: #f4feff;
}

#list1Day li {
	border-bottom: 1px dotted #ccc;
	padding: 6px;
	line-height: 1.6em;
}

#list1Day li:last-child {
	border-bottom: none;
}

.mark1Day {
	color: #fff;
	background: #f23d85;
	padding: 2px;
	margin-right: 4px;
	font-size: 12px;
}

.lead1Day {
	font-size: 16px;
	color: #032095;
}


#cat1_2Img {
	width: 78px;
	margin: 0 0 5px 5px;
}

/*---------------------------------------------
トリートメントで部分痩せ
---------------------------------------------*/
#cat2Img {
	width: 125px;
	margin: 0 0 5px 5px;
}

#listVenus {
	background: #fff6f9;
}

#listVenus li {
	border-bottom: 1px dotted #ccc;
	padding: 6px;
	line-height: 1.6em;
	font-size: 16px;
	color: #032095;
}

#listVenus li:last-child {
	border-bottom: none;
}

/*---------------------------------------------
トリートメント+ダイエットピル
---------------------------------------------*/
#cat3Img {
	width: 100px;
	margin: 0 0 5px 5px;
}

.cat3CathImg {
	width: 100px;
	margin: 0 0 5px 5px;
}

/*---------------------------------------------
初めての方へ
---------------------------------------------*/
#forBgr {
	background: #e1f4ff;
	border-top: #a9d2e6 solid 2px;
	padding: 10px 10px 30px;
}

#forBgr .txtBlue {
	color: #000d84;
	font-size: 12px;
}

#forBgr section {
	background: #fffbda;
	border: 1px solid #ddd;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-bottom: 10px;
}

.bgrInner {
	padding: 0 10px 10px 10px;
}

#forBgr h3 {
	padding: 5px;
	background: #fff100;
	margin-bottom: 5px;
	border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
}

img#bgr2_2 {
	width: 207px;
}



/* bottom *************************************************************/

#rev {
	width: 21.66666%;
}

#pagetop {
	width: 41.5%;
}

/* #footer *************************************************************/
#footer {
	border-top: 1px solid #ddd;
	text-align: center;
	padding: 2px 0 0 0;
}

#footer p {
	color: #999;
	font-size: 10px;
}



article.pulldown02 section.txtarea {
	display: none;
}

.bgPink {
	padding: 25px;
}


/*---------------
クリニック一覧
---------------*/
#clinicList * {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}


#clinicTitle {
	font-size: 14px;
	background: #e9e9e9;
	color: #f23888;
	border-top: #dadada 1px solid;
	border-bottom: #dadada 1px solid;
}

#clinicLogo {
	text-align: center;
}

#clinicLogo img {}

#clinicList article.pulldown02 h2 {
	position: relative;
	padding: 14px 10px;
	border-bottom: #cecece solid 1px;
	text-shadow: #FFF 2px 2px 0;
	color: #000;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;

	background: -moz-linear-gradient(top, #fff 0%, #dadada 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dadada));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fff 0%, #dadada 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fff 0%, #dadada 100%);
	/* Opera 11.10+ */
	background: linear-gradient(to bottom, #fff 0%, #dadada 100%);
	/* W3C */
}

#clinicList article.pulldown02 h2.mid1st {
	border-top: #cecece solid 1px;
}

#clinicList article.pulldown02 h2:after {
	content: url(img/clinic_openarrow.png);
	position: absolute;
	right: 5px;
	top: 40%;
}

#clinicList article.pulldown02 h2.open:after {
	content: url(img/clinic_closearrow.png);
	position: absolute;
	right: 5px;
	top: 40%;
}

/*--CLINIC table--*/
table.typelp02 {
	width: 100%;
	border: 0;
	border-collapse: separate;
	border-spacing: 0;
	border-top: #ccc solid 1px;
	border-left: #ccc solid 1px;
	font-size: 14px;
}

table.typelp02 tr th {
	border: 0;
	text-shadow: #FFF 1px 1px 0;
	color: #000;
	border-bottom: #ccc solid 1px;
	border-right: #ccc solid 1px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}


table.typelp02 tr td.biyou {
	background-color: #f7e7cb;
	background-image: url(sp_clinic_img/logomark_b.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	width: 110px;
}

table.typelp02 tr td.skin {
	background-color: #EDEDED;
	background-image: url(sp_clinic_img/logomark_s.png);
	background-repeat: no-repeat;
	background-position: 3px center;
	width: 110px;
}

table.typelp02 tr th.w50p {
	width: 50%;
}

table.typelp02 tr th.w55p {
	width: 55%;
}

table.typelp02 tr th.w60p {
	width: 60%;
}

table.typelp02 tr th.w70p {
	width: 70%;
}

table.typelp02 tr th a {
	color: #E63E73;
}

table.typelp02 tr td {
	border: 0;
	padding: 5px;
	border-bottom: #ccc solid 1px;
	border-right: #ccc solid 1px;
}

table.typelp02 tr td a {
	color: #E63E73;
}

table.typelp02 tr td.map {
	width: 100px;
	text-align: center;
}

table.typelp02 tr td {
	text-align: right;
	margin-right: 5px;
}

table.typelp02 .map img {
	width: 100px !important;
}

/*--クリニックの注意文--*/
.clinicInfo {
	font-size: 12px;
	color: #666;
	padding: 1em 0.5em 1.5em 0.5em;
}

/* 管理医師のご紹介 */
#navi05 {
	margin: 30px 0 1em 0;
}

#drInfo {
	width: 95%;
	margin: 0 auto;
}

#drName {
	padding-bottom: 10px;
	border-bottom: 1px dotted #ddd;
}

#drName p {
	padding-top: 20px;
}

#drInfo table {
	margin-bottom: 20px;
}

#drInfo th {
	padding: 3px;
	color: #A28D3C;
	font-size: 12px;
	font-weight: normal;
	vertical-align: top;
}

#drInfo td {
	font-size: 12px;
	padding: 3px;
}

/*------------------
bottom固定
------------------*/

#fixed_btn {
	width: 100%;
	padding: 0;
	position: fixed;
	bottom: 0px;
	display: none;
	z-index: 12;
	background: -moz-linear-gradient(top, #FF679A 0%, #FE94B8 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FF679A), color-stop(100%, #FE94B8));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #FF679A 0%, #FE94B8 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #FF679A 0%, #FE94B8 100%);
	/* Opera 11.10+ */
	background: linear-gradient(to bottom, #FF679A 0%, #FE94B8 100%);
	/* W3C */
}

#fixed_btn ul {
	text-align: center;
	width: 640px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 2px 0;
}

#fixed_btn ul li {
	display: block;
	float: left;
	font-size: 0;
}

#fixed_btn ul li img {
	vertical-align: top;
	max-width: none !important;
}

#fixed_btn ul li:first-child {
	border-left: none;
}

#fixed_btn ul li a {
	color: #333;
	font-size: 12px;
	text-decoration: none;
}

#fixed_btn ul li span {
	color: #333;
	font-size: 11px;
	text-decoration: underline;
}

#fixed_btn ul li.sp {
	font-size: 11px;
}

#fixed_btn {
	padding-top: 3px;
}

/*--pagetop--*/
#fixed_btn p {
	background: #fff6f9;
	text-align: center;
	font-size: 10px;
	padding: 5px 0;
}

#fixed_btn p a {
	text-decoration: none;
	color: #666;
}



/*------------------
common class
------------------*/
.fs08 {
	font-size: 8px;
}

.fs10 {
	font-size: 10px;
}

.fs12 {
	font-size: 12px;
}

.fs20 {
	font-size: 20px;
}

.taL {
	text-align: left;
}

.taC {
	text-align: center;
}

.taR {
	text-align: right;
}

.fL {
	float: left;
}

.fR {
	float: right;
}

.mB0 {
	margin-bottom: 0px !important;
}

.mb05 {
	margin-bottom: 5px;
}

.mB05 {
	margin-bottom: 5px;
}

.mB10 {
	margin-bottom: 10px;
}

.mB15 {
	margin-bottom: 15px;
}

.mB20 {
	margin-bottom: 20px;
}

.mB40 {
	margin-bottom: 40px;
}

.mB50 {
	margin-bottom: 50px;
}


.mt05 {
	margin-top: 5px;
}

.mT10 {
	margin-top: 10px;
}

.mT15 {
	margin-top: 15px;
}

.mT20 {
	margin-top: 20px;
}

.mT30 {
	margin-top: 30px;
}


.lineNarrow {
	line-height: 1.2em;
}

.txtAtt {
	color: #f3187c;
}

.txtBk {
	color: #000;
}


/*
---------------------------------*/

.anime_box {
	padding: 0 auto;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 3px;
	width: 100%;
}

.anime_box img {
	margin: 0 auto;
}