﻿@charset "utf-8";
/* CSS Document */

html {
	font-size: 62.5%;
}

body {
	padding: 0px;
	font-size: 15px;
	line-height: 1.5;
	-webkit-text-size-adjust: none; /* フォントサイズ自動調整 */
	color: #35393a;
}

/* +++++++++++++++++++++++++++++++++++
　共通項目
++++++++++++++++++++++++++++++++++++++ */	
a {
	text-decoration: none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.clearfix:after{
    content: "";
    display: block;
    clear: both;
}
.align_right {
	text-align: right;
}
.align_center{
	text-align: center;
}
.align_left{
	text-align: left;
}
.left {
	float: left;
}

.right {
	float: right;
}
.right img {
	padding-left:15px;
}
.cl {
	clear: both;
}
.box   {
	margin-right: auto;
	margin-left: auto;
	width: 92%;
}
.btn {
	text-align: center;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}

.txt_red {
	color: #DF0020;
}
.txt_orange {
	color: #FF6600;
}
.txt_blue {
	color: #1E3257;
}

.txt_strong {
	font-weight: bold;
}

.mt_10 {
	margin-top: 10px;
}
.mt_20 {
	margin-top: 20px;
}
.mt_30 {
	margin-top: 30px;
}
.mb_10 {
	margin-bottom: 10px;
}
.mb_20 {
	margin-bottom: 20px;
}
.mb_30 {
	margin-bottom: 30px;
}

/* +++++++++++++++++++++++++++++++++++
gallery
++++++++++++++++++++++++++++++++++++++ */
.yourElement {
	width: 320px;
	margin-right: auto;
	margin-left: auto;
	overflow:hidden;
}
.yourElement .moving {
  -webkit-transition: -webkit-transform .2s ease-out;
  -moz-transition: -moz-transform .2s ease-out;
}
.yourElement .arrows {
	width: 290px;
	overflow: hidden;
	height: 46px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../img_sp/bg01.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.yourElement .arrows .nav {
	height: 27px;
	overflow: hidden;
	text-align: center;
	width: 169px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../img_sp/bg02.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.arrows .prev img, .arrows .next img {
    background: url("../img_sp/arrow.png") no-repeat scroll left top transparent;
    height: 14px;
    vertical-align: text-top;
    width: 15px;
}
.arrows .next img {
    background-position: right top;
}
.arrows .prev, .arrows .next {
    color: #151516;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
}
.arrows .prev {
    float: left;
}
.arrows .next {
    float: right;
}
.arrows .prev.off, .arrows .next.off {
    color: #9D9EA3;
}
.arrows .nav ul {
    height: 10px;
    line-height: 10px;
}
.arrows .nav li {
    display: inline-block;
    height: 10px;
    line-height: 0;
}
.arrows .nav li img {
    background: url("../img_sp/dot.png") no-repeat scroll right top transparent;
    height: 10px;
    width: 10px;
}
.arrows .nav li.selected img {
    background: url("../img_sp/dot.png") no-repeat scroll left top transparent;
}

/* +++++++++++++++++++++++++++++++++++
accordion
++++++++++++++++++++++++++++++++++++++ */
.accordion dt {cursor:pointer;}

/* +++++++++++++++++++++++++++++++++++
　ヘッダー
++++++++++++++++++++++++++++++++++++++ */
header {
	padding: 12px;
	width:456px;
	margin:0 auto;
	overflow:hidden;
}
@media screen and (max-width: 380px) {
header {
	width:296px;
}
}
header li {
	float: left;
}
header li a {
	display: block;
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0, rgb(254, 104, 114)),color-stop(0.4, rgb(226, 2, 17)));
	background-image: -moz-linear-gradient(-90deg,rgb(254, 104, 114) 0%,rgb(226, 2, 17) 40%);
	background-image: linear-gradient(-90deg,rgb(254, 104, 114) 0%,rgb(226, 2, 17) 40%);
	-ms-box-shadow: 1px 1px 21px rgb(51, 51, 51);
	color: rgb(255, 255, 255);
	text-shadow: 1px 1px 0px rgb(74, 62, 74);
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	padding: 1em 0.4em;
	text-align: center;
	margin-right: 8px;
	font-size: 14px;
	line-height: 20px;
}
header li.pc a {
	line-height: 2.8em;
}

header li a span{
	display: block;
	}

header li.pc a span{
	display: inline;	
	}
@media screen and (max-width: 380px) {
header li a {
	margin-right: 3px;
	font-size: 10px;
	line-height: 15px;
}
header li.pc a {
	line-height: 15px;
}

header li.pc a span{
	display: block;
	}
}
header ul {
  position: relative;
  left: 50%;
  float: left;
}
header li  {
  position: relative;
  left: -50%;
  margin-bottom:10px;
}


/* +++++++++++++++++++++++++++++++++++
コンビで一緒に！10kgヤセに成功！！
++++++++++++++++++++++++++++++++++++++ */
#main {
	clear: both;
	margin: 0;
	margin-left: 0;
}

#main .yourElement {
	background-color: #333333;
	z-index:999;
}
#main .yourElement .item {
width: 320px;
height :200px;
}


/* +++++++++++++++++++++++++++++++++++
1ヵ月ガチダイエット
++++++++++++++++++++++++++++++++++++++ */
#sec01 {
	clear: both;
	margin: 0;
	margin-left: 0;
}
#sec01  h2       {
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}
	
	
/* +++++++++++++++++++++++++++++++++++
私もプロティンダイエットでヤセました！
++++++++++++++++++++++++++++++++++++++ */
#sec02 {
	clear: both;
	margin: 0;
	margin-left: 0;
}
#sec02 h2 {
	margin-bottom: 0px;
}

#sec02 .yourElement {
	background-color: #fcfcfc;
	z-index:999;
}
#sec02 .yourElement .item {
width: 320px;
height :200px;
}


/* +++++++++++++++++++++++++++++++++++
プロティンダイエットが選ばれているワケ
++++++++++++++++++++++++++++++++++++++ */
#sec03 {
	clear: both;
	margin: 0;
	margin-left: 0;
}
#sec03  h2       {
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}

/* +++++++++++++++++++++++++++++++++++
index_spd用
++++++++++++++++++++++++++++++++++++++ */

#sub a {
	display: block;
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0, rgb(254, 104, 114)),color-stop(0.4, rgb(226, 2, 17)));
	background-image: -moz-linear-gradient(-90deg,rgb(254, 104, 114) 0%,rgb(226, 2, 17) 40%);
	background-image: linear-gradient(-90deg,rgb(254, 104, 114) 0%,rgb(226, 2, 17) 40%);
	-ms-box-shadow: 1px 1px 21px rgb(51, 51, 51);
	color: rgb(255, 255, 255);
	text-shadow: 1px 1px 0px rgb(74, 62, 74);
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	padding: 1em 0.4em;
	text-align: center;
	margin: 0px 8px;
	font-size: 14px;
	line-height: 20px;
}
