@charset "UTF-8";
/* ---------------------------------------------------------------

	sitename: ｄ　プログラム｜資生堂
	use for: サイト全体用

--------------------------------------------------------------- */
/* ----------------------------------------------------------
 *
 * R E S E T
 *
 * ---------------------------------------------------------- */
html {
  overflow-y: scroll;
}

body {
  font-size: 13px;
  color: #666666;
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", Osaka, Sans-Serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}

li {
  list-style-type: none;
}

em {
  font-style: normal;
}

a, a:link {
  cursor: pointer;
  text-decoration: none;
  color: #0da8ce;
}
a:hover {
  text-decoration: underline;
  color: #0da8ce;
}
a:visited {
  color: #0da8ce;
}
a:active {
  color: #0da8ce;
}


/* ----------------------------------------------------------
 *
 * renewBanner
 *
 * ---------------------------------------------------------- */
#renewBanner{
  position: relative;
  width: 100%;
  background: url(../img_past/common/past_banner_bg.jpg) no-repeat center;
  height: 100px;
  border-bottom: 1px #cccccc solid;
 font-family: 'メイリオ', Meiryo,'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3',  sans-serif;
}
#renewBanner .renewBanner-inner{
  width: 973px;
  margin: 0 auto;
  position: relative;
}
#renewBanner .renewBanner-inner .logo{
  position: absolute;
  top: 18px;
  left:0px;
}
#renewBanner .renewBanner-inner .copy{
  position: absolute;
  top: 40px;
  left:184px;
  font-size: 24px;
  color: #6e6e6e;
  line-height: 24px;
}
#renewBanner .renewBanner-inner .copy span{
  color: #e84388;
}
#renewBanner .renewBanner-inner .btn_brand{
  background: url(../img_past/common/past_banner_btn.jpg) no-repeat;
  width: 157px;
  height: 36px;
  position: absolute;
  top: 33px;
  right:0px;
}
#renewBanner .renewBanner-inner .btn_brand a{
  position: absolute;
  display: block;
  width: 157px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  color: #FFF;
  font-size: 14px;
}
#renewBanner .renewBanner-inner .btn_brand a:hover{
  text-decoration: none;
}
#renewBanner .renewBanner-inner .btn_brand a span{
  padding-right: 10px;
}

/* ----------------------------------------------------------
 *
 * C O M M O N
 *
 * ---------------------------------------------------------- */
body {
  position: relative;
}

#fadeWrap {
  /*display: none;*/
  /*opacity: 0;*/
}

#wrapper {
  position: relative;
  width: 974px;
  margin: 0 auto;
  line-height: 1.5em;
  border-left: 1px solid #ccecf4;
  border-right: 1px solid #ccecf4;
}

#header {
  border-bottom: 1px solid #ccecf4;
}

#container {
  zoom: 1;
	position: relative;
  background: url(../img_past/common/bg_container.gif) no-repeat left bottom;
/*	min-height: 1940px;
	height: auto !important;
	height: 1940px;*/
}
#container:before, #container:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#container:after {
  clear: both;
}

#aside {
  float:left;
  width: 194px;
  font-size: 93%;
}

#mainContainer {
  width: 779px;
  float:right;
  background-color: #fcfeff;
  position: relative;
}

#main {
  width: 779px;
  border-bottom: 1px solid #ccecf4;
  position: relative;
}

#flink {
  font-size: 93%;
}

#footer {
  border-top: 1px solid #ccecf4;
}

/* ----------------------------------------------------------
 *
 * H E A D E R
 *
 * ---------------------------------------------------------- */
#header {
  zoom: 1;
  padding: 5px 3px;
}
#header:before, #header:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#header:after {
  clear: both;
}
#header .sns {
  float: right;
}
#header .sns div {
  float: left;
  padding-right:5px;
}
#header .sns div.new {
    padding-right: 15px;
    /*font-size: 15px;
    font-weight: bold;*/
    padding-top: 9px;
	/*color:#0da8ce;*/
}



/* ----------------------------------------------------------
 *
 * A S I D E
 *
 * ---------------------------------------------------------- */
#aside #logo {
  background-color: #0da8ce;
  padding: 1px;
  margin-left: -1px;
  position: relative;
  z-index: 10;
}
#aside #gnav li {
  height: 39px;
  background: url(../img_past/common/bdr_dot1.gif) repeat-x left top;
  overflow: hidden;
}
#aside #gnav li.gnav8{
  height: 58px;
}
#aside #gnav li.gnav2,
#aside #gnav li.gnav3,
#aside #gnav li.gnav4,
#aside #gnav li.gnav5,
#aside #gnav li.gnav6,
#aside #gnav li.gnav7,
#aside #gnav li.gnav8{
  padding-top: 1px;
}
#aside #gnav li.first {
  background: none;
}
#aside #gnav li a {
    background: url(../img_past/common/gnav.png) no-repeat scroll 174px center #ffffff;
    display: block;
    padding: 10px 0 10px 16px;
}
#aside #gnav li.active a {
    background: url(../img_past/common/gnav_on.png) no-repeat scroll 174px center #ffffff;
}
#aside #gnav li a .clm{
  padding: 2px 3px;
  font-size:88%;
  background: #d3f2f5;
}
#aside #gnav li a:hover {
  /*text-decoration:none;*/
}
#aside li#category {
  height:auto;
  display:none;
}
#aside #category li {
  height:auto;
  padding-bottom: 1px;
  background: url(../img_past/common/bdr_dot1.gif) repeat-x left bottom;
}
#aside #category li.last {
  paddinb-bottom: 0;
  background: none;
}
#aside #category li a {
  display: block;
  padding-top: 11px;
  padding-left: 33px;
  padding-bottom: 10px;
  background: url(../img_past/common/ic_arrow1.gif) no-repeat 11px 13px;
  overflow: hidden;
  zoom: 1;
}
#aside #category li ul {
  margin-top: -7px;
  padding-bottom: 7px;
}
#aside #category li ul li {
  padding: 0;
  background: none;
}
#aside #category li ul li a {
  padding-top: 2px;
  padding-left: 33px;
  padding-bottom: 2px;
  background: url(../img_past/common/ic_arrow2.jpg) no-repeat 18px center;
}
#aside #ranking_img {
  border-bottom: 1px solid #ccecf4;
}
#aside #ranking_img ul li {
  padding-bottom: 1px;
  background: url(../img_past/common/bdr_dot1.gif) repeat-x left bottom;
}
#aside #ranking_img ul li.last {
  padding-bottom: 0;
  background: none;
}
#aside #ranking {
  /*border-bottom: 1px solid #ccecf4;
  padding-bottom: 8px;*/
}
#aside #ranking .rank {
  position: relative;
  padding-top: 13px;
  padding-bottom: 11px;
  background: url(../img_past/common/bdr_dot1.gif) repeat-x left bottom;
}
#aside #ranking .rank a {
  display: block;
}
#aside #ranking .rank a:hover {
  /*text-decoration: none;*/
}
#aside #ranking .rank .no {
  position: absolute;
  left: 10px;
}
#aside #ranking .rank .new_ttl {
  position: absolute;
  top:0;
  left:0;
}
#aside #ranking .rank .name {
  width: 80px;
  padding-left: 51px;
  line-height:1.4em;
}
#aside #ranking .rank .pro {
  position: absolute;
  right: 29px;
  top: 15px;
}
#aside #ranking .rank .new_pro {
  position: absolute;
  right: 19px;
  top: 12px;
}
#aside #ranking .rank .rnkbox {
	width:100%;
	height:58px;
}
#aside #ranking .rank {
	position:relative;
}
#aside #ranking .rank .tooltip1{
	z-index:99;
	display:none;
	width:210px;
	height:75px;
	position:absolute;
	background:url("../img_past/top/newitem_top2.png") top right;
}

#aside #ranking .rank .tooltip2{
	z-index:99;
	display:none;
	width:210px;
	height:75px;
	position:absolute;
	background:url("../img_past/top/newitem_top2.png") top right;
}

#aside #ranking .rank .tooltip3{
	z-index:99;
	display:none;
	width:210px;
	height:75px;
	position:absolute;
	background:url("../img_past/top/newitem_top2.png") top right;
}

#aside #ranking .rank .new_rnkbox {
	width:100%;
	height:72px;
}
#aside #ranking .rank .atcosme {
  padding-left: 5px;
  color: #f5a753;
	position:relative;
	height:20px;
}
#aside #ranking .rank .atcosme img {
  margin-right: 5px;
  float:left;
  margin-top:2px;
}
#aside #ranking .rank .atcosme .crown {
  display:block;
  position:absolute;
  top:8px;
  left: 134px;
}
#aside #ranking .rank .atcosme .crown img {
  margin:0;
}
#aside #ranking .last {
  background: none;
  border-bottom: 1px solid #ccecf4;
}
#aside #ranking .last_new {
  border-top: 1px solid #ccecf4;
  border-bottom: 1px solid #ccecf4;
  padding:0;
}

#aside #ranking .rank .atcosme .i-apicos {
	width:194px;
	height:60px;
	overflow:hidden;
	clear:both;
}
#aside #ranking .rank .atcosme .i-apicos .atxt {
  float:left;
}
#aside #ranking .rank .atcosme .i-apicos .star {
  float:left;
  margin-top:11px;
}
#aside #ranking .rank .atcosme .i-apicos .point {
  font-size:100%;
  float:left;
  margin:7px 0 0 1px;
}
#aside #ranking .rank .atcosme .i-apicos .rkgpt {
  font-size:90%;
  color:#b6a791;
  /*
  float:left;
  margin:6px 0 0 0;*/
  display:block;
  position:absolute;
  top:7px;
  left: 151px;
}


#aside #ranking .last_new .atcosme .crown {
  display:block;
  position:absolute;
  top:94px;
  left: 134px;
}
#aside #ranking .last_new .atcosme .i-apicos .rkgpt {
  font-size:90%;
  color:#b6a791;
  display:block;
  position:absolute;
  top:92px;
  left: 151px;
}





#aside p.ttl {
  padding-top: 7px;
  text-align: center;
}
#aside .banner {
  border-bottom: 1px solid #ccecf4;
}
#aside .bannertop {
  border-top: 1px solid #ccecf4;
}
#aside .bannertrial {
width:194px;
height:191px;
background:url("../img_past/common/banner1_on.jpg") no-repeat top center;
position:relative;
}
#aside .bannertrial a {
	display:block;
}
#aside .bannertrial a:hover img {
	visibility:hidden;
}

/* ----------------------------------------------------------
 *
 * M A I N
 *
 * ---------------------------------------------------------- */
#main .link1 {
  padding-right: 16px;
  padding-top: 9px;
  padding-bottom: 10px;
  text-align: right;
  overflow: hidden;
}
#main .link1 a img {
  vertical-align: middle;
}
#main .icon1 a {
  zoom: 1;
  overflow: hidden;
  padding: 1px 0 2px 21px;
  background: url(../img_past/common/ic_arrow1.png) no-repeat left 4px;
}

#main .link2 {
  padding-right: 16px;
  padding-top: 9px;
  padding-bottom: 10px;
  text-align: right;
  overflow: hidden;
}
#main .icon2 a {
  zoom: 1;
  overflow: hidden;
  padding: 2px 0 2px 21px;
  background: url(../img_past/common/ic_arrow1.png) no-repeat left 1px;
  font-size:88%;
}
#main #mainProducts {
  /*border-bottom: 1px solid #ccecf4;*/
}
#main #mainProducts ul li {
  height: 247px;
  margin-right: 1px;
  /*border-top: 1px solid #ccecf4;*/
}

.bannerinterview a {
	display: block;
	width: 779px;
	height: 0;
	padding-top: 110px;
	overflow: hidden;
	background-position: left top;
	background-repeat: no-repeat;
}
.bannerinterview a:hover {
	background-position: left -110px;
}
.bannerinterview a {
	background-image:url(../img_past/top/banner_interview_ovr.jpg);
}

.mainborderbottom {
	border-bottom:1px solid #ccecf4;
}


/*
 * P A R T S
 * ---------------------------------------------------------- */
#subpage #main {
  background-color: #fff;
  /*余白とりpaddingタイプ*/
  /*余白とりmarginタイプ*/
  /*ul*/
  /*ol*/
  /*background*/
  /*border*/
  /*midashi*/
  /*text*/
  /*link icon*/
  /*text icon*/
}
#subpage #main .section1 {
  padding: 0 24px;
}
#subpage #main .section2 {
  margin: 0 24px;
}
#subpage #main .section2 .section1 {
  padding: 20px 24px;
}
#subpage #main .section1 h2,
#subpage #main .section2 h2 {
  margin-left: 0;
  margin-right: 0;
}
#subpage #main h2 {
  margin: 24px 24px;
  padding-left: 25px;
  background: url(../img_past/common/h2_icon.png) no-repeat left 4px;
  line-height: 20px;
  color: #00a0c9;
  font-size: 181%;
}

#subpage #main h3 {
  color: #00a0c9;
  font-size: 109%;
  font-weight: bold;
}
#subpage #main p {
  margin-bottom: 0.5em;
}
#subpage #main .ul1 li, #subpage #main .ul4 li {
  padding-bottom: 1em;
  padding-left: 15px;
  background: url(../img_past/common/ul1.png) no-repeat 2px 0.5em;
}
#subpage #main .ul2 li, #subpage #main .ol3 li {
  padding: 9px 0 11px;
  background: url(../img_past/common/bdr_dot1.gif) repeat-x left bottom;
}
#subpage #main .ul2 li.last, #subpage #main .ol3 li.last {
  background: none;
}
#subpage #main .ul3 li {
  padding-left: 11px;
  background: url(../img_past/common/ic_arrow2.jpg) no-repeat left center;
}
#subpage #main .ul3 li a, #subpage #main .ul3 li a:link {
  font-size: 118%;
  text-decoration: underline;
}
#subpage #main .ul3 li a:hover, #subpage #main .ul3 li a:hover:link {
  text-decoration: none;
}
#subpage #main .ul4 li {
  background: url(../img_past/common/ul2.gif) no-repeat 2px 0.5em;
}
#subpage #main .ol1 li {
  margin: 3px 0;
  padding-left: 74px;
  background: no-repeat left top;
  line-height: 24px;
}
#subpage #main .ol1 li.li1 {
  background-image: url(../img_past/common/ol1_1.png);
}
#subpage #main .ol1 li.li2 {
  background-image: url(../img_past/common/ol1_2.png);
}
#subpage #main .ol1 li.li3 {
  background-image: url(../img_past/common/ol1_3.png);
}
#subpage #main .ol2 li {
  margin: 3px 0;
  padding-left: 31px;
  background: no-repeat left top;
  line-height: 16px;
}
#subpage #main .ol2 li.li1 {
  background-image: url(../img_past/common/ol2_1.png);
}
#subpage #main .ol2 li.li2 {
  background-image: url(../img_past/common/ol2_2.png);
}
#subpage #main .ol2 li.li3 {
  background-image: url(../img/common/ol2_3.png);
}
#subpage #main .bg_blue1 {
  background-color: #f2feff;
}
#subpage #main .bg_blue2 {
  background-color: #eaf9fb;
}
#subpage #main .bg_blue3 {
  background-color: #daf7fb;
}
#subpage #main .bg_blue4 {
  background-color: #f4fdff;
}
#subpage #main .bg_blue5 {
  background-color: #ebfbfd;
}
#subpage #main .bg_orange1 {
  background-color: #fdf5e8;
}
#subpage #main .bg_orange2 {
  background-color: #fff7e8;
}
#subpage #main .bg_orange3 {
  background-color: #fdf0dc;
}
#subpage #main .bg_orange4 {
  background-color: #fff6ed;
}
#subpage #main .bg_green1 {
  background-color: #fafdf4;
}
#subpage #main .bg_green2 {
  background-color: #f4fcef;
}
#subpage #main .bg_green3 {
  background-color: #f6fef3;
}
#subpage #main .bg_green4 {
  background-color: #f9fdf3;
}
#subpage #main .bg_green5 {
  background-color: #f6fdf3;
}
#subpage #main .bg_red1 {
  background-color: #fff1f1;
}
#subpage #main .bg_red2 {
  background-color: #fef1f1;
}
#subpage #main .bg_purple1 {
  background-color: #f4eef8;
}
#subpage #main .bg_purple2 {
  background-color: #f6f3f7;
}
#subpage #main .bg_gray1 {
  background-color: #f5f3f8;
}
#subpage #main .bg_gray2 {
  background-color: #f6f3f7;
}
#subpage #main .bdr_blue1 {
  border: 4px solid #dff5fa;
}
#subpage #main .bdr_blue2 {
  border: 1px solid #ccecf4;
}
#subpage #main .bdr_purple1 {
  border: 4px solid #f0ecf4;
}
#subpage #main .bdr_dot1 {
  padding-bottom: 1px;
  background: url(../img_past/common/bdr_dot1.gif) repeat-x left bottom;
}
#subpage #main .bdr_dot2 {
  padding-bottom: 3px;
  background: url(../img_past/common/bdr_dot2.gif) repeat-x left bottom;
}
#subpage #main .bdr_dot3 {
  padding-bottom: 5px;
  background: url(../img_past/common/bdr_dot3.gif) repeat-x left bottom;
}
#subpage #main #mainProducts {
  border-top: 1px solid #ccecf4;
  border-bottom: 0;
}
#subpage #main #mainProducts ul li {
  border-top: 0;
}
#subpage #main .no1-1, #subpage #main .no1-2, #subpage #main .no1-3 {
  margin: 3px 0;
  padding-left: 74px;
  line-height: 24px;
  background: url(../img_past/common/ol1_1.png) no-repeat left top;
}
#subpage #main .no1-2 {
  background: url(../img_past/common/ol1_2.png) no-repeat left top;
}
#subpage #main .no1-3 {
  background: url(../img_past/common/ol1_3.png) no-repeat left top;
}
#subpage #main .no2-1, #subpage #main .no2-2, #subpage #main .no2-3 {
  margin: 3px 0;
  padding-left: 31px;
  line-height: 16px;
  background: url(../img_past/common/ol2_1.png) no-repeat left top;
}
#subpage #main .no2-2 {
  background: url(../img_past/common/ol2_2.png) no-repeat left top;
}
#subpage #main .no2-3 {
  background: url(../img/common/ol2_3.png) no-repeat left top;
}
#subpage #main .note {
  color: #a3a3a3;
  font-size: 90%;
}
#subpage #main .red {
  color: #ed7c80;
}
#subpage #main .blue1 {
  color: #00a0c9;
}
#subpage #main .blue2 {
  color: #0da8ce;
}
#subpage #main .orange1 {
  color: #f9901f;
}
#subpage #main .green1 {
  color: #63ad18;
}
#subpage #main .green2 {
  color: #63ae1d;
}
#subpage #main .bold {
  font-weight: bold;
}
#subpage #main .icon2 a, #subpage #main .icon2 a:link {
  overflow: hidden;
  zoom: 1;
  padding-left: 11px;
  background: url(../img_past/common/ic_arrow2.jpg) no-repeat left 3px;
}
#subpage #main .icon3 a, #subpage #main .icon3 a:link {
  overflow: hidden;
  zoom: 1;
  padding-left: 21px;
  background: url(../img_past/common/ic_arrow3.gif) no-repeat left 3px;
}
#subpage #main .icon4 a, #subpage #main .icon4 a:link {
  overflow: hidden;
  zoom: 1;
  padding-left: 21px;
  background: url(../img_past/common/ic_arrow4.gif) no-repeat left 3px;
}
#subpage #main .icon6 a, #subpage #main .icon6 a:link {
  overflow: hidden;
  zoom: 1;
  padding-left: 21px;
  background: url(../img_past/common/ic_arrow6.gif) no-repeat left 3px;
}
#subpage #main .icon7 a, #subpage #main .icon7 a:link {
  overflow: hidden;
  zoom: 1;
  padding-left: 21px;
  background: url(../img_past/common/ic_arrow7.gif) no-repeat left 3px;
}
#subpage #main .icon8 a, #subpage #main .icon8 a:link {
  overflow: hidden;
  zoom: 1;
  padding-left: 21px;
  background: url(../img_past/common/ic_arrow8.gif) no-repeat left 3px;
}
#subpage #main .icon5 {
  padding-left: 15px;
  background: url(../img_past/common/ul1.png) no-repeat 2px center;
}
#subpage #main .icon9 {
  padding-left: 15px;
  background: url(../img_past/common/ul3.png) no-repeat 2px center;
}

/* ----------------------------------------------------------
 *
 * F O O T E R
 *
 * ---------------------------------------------------------- */
#flink .pagetop {
  float:right;
  padding:15px 23px 9px 11px
}
#flink .pagetop a {
  overflow: hidden;
  zoom: 1;
}
#flink #breadcrumbs {
  zoom: 1;
}
#flink #breadcrumbs:before, #flink #breadcrumbs:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#flink #breadcrumbs:after {
  clear: both;
}
#flink #breadcrumbs img {
  vertical-align: middle;
}
#flink #breadcrumbs p {
  float: left;
}
#flink #breadcrumbs p .return {
  float: left;
  display: block;
  line-height:1;
  padding: 19px 19px 18px 23px;
  white-space: nowrap;
  background:url(../img_past/common/ic_return.gif) right center no-repeat;
  margin-right:10px;
  color:#0da8ce;
}
#flink #breadcrumbs p .slash {
  margin-top: 15px;
  margin-right: 12px;
}
#flink #breadcrumbs ul {
  margin-top: 15px;
  float:left;
}
#flink #breadcrumbs ul li {
  display: inline;
  margin-right: 1em;
}
#flink #breadcrumbs ul li a {
  color: #0da8ce;
}
#flink #breadcrumbs ul li.sub {
  background: url(../img_past/common/slash.gif) no-repeat left top;
  padding-left: 2.3em;
}
#flink #flist {
  zoom: 1;
  padding-top: 20px;
  padding-left: 23px;
  background: url(../img_past/common/bdr_dot2.gif) repeat-x left top;
  position:relative;
}
#flink #flist:before, #flink #flist:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#flink #flist:after {
  clear: both;
}
#flink #flist #fnav {
  zoom: 1;
  float: left;
}
#flink #flist #fnav:before, #flink #flist #fnav:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#flink #flist #fnav:after {
  clear: both;
}
#flink #flist #fnav .ttl {
  padding-left: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  color: #0da8ce;
  background: url(../img_past/common/ic_circle1.gif) no-repeat left center;
}
#flink #flist #fnav .ttl a {
  color: #0da8ce;
}
#flink #flist #fnav .nav {
  float: left;
}
#flink #flist #fnav .nav ul {
  padding-left: 14px;
  padding-bottom: 15px;
}
#flink #flist #fnav .nav ul li {
  padding-top: 2px;
  padding-bottom: 2px;
}
#flink #flist #fnav .nav ul li a {
  color: #0da8ce;
  display: block;
  padding-left: 12px;
  background: url(../img_past/common/ic_arrow2.jpg) no-repeat left 5px;
}
#flink #flist #fnav .nav ul li ul {
  padding-bottom: 0;
  padding-left: 16px;
  font-size: 93%;
  font-weight: normal;
}
#flink #flist #fnav .nav1 {
  width: 167px;
  margin-right: 10px;
}
#flink #flist #fnav .nav2 {
  width: 185px;
  margin-right: 10px;
}
#flink #flist #fnav .nav3 {
  width: 167px;
  margin-right: 10px;
}
#flink #flist #fnav .nav4 {
  width: 167px;
  margin-right: 10px;
}
#flink #flist #fbanner {
  float: right;
  min-height: 222px;
  height: auto !important;
  height: 222px;
  padding-left: 17px;
  padding-right: 13px;
  padding-top: 2px;
  background: url(../img_past/common/bdr_dot3.gif) repeat-y left 2px;
}
#flink #flist #fbanner li {
  height: 44px;
  margin-bottom: 4px;
}

/* ----------------------------------------------------------
 *
 * U T I I L T I E S
 *
 * ---------------------------------------------------------- */
/* text-align */
.txtL {
  text-align: left !important;
}

.txtC {
  text-align: center !important;
}

.txtR {
  text-align: right !important;
}

/* clearfix */
.wrapper {
  zoom: 1;
}
.wrapper:before, .wrapper:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.wrapper:after {
  clear: both;
}

/* float: right */
.right,
.imgR {
  float: right;
  margin-left: 10px;
}

/* float: left */
.left,
.imgL {
  float: left;
  margin-right: 10px;
}

/* 左側をボーダーに重ねる */
.mlm1 {
  position: relative;
  margin-left: -1px;
  z-index: 3;
}

.mrm1 {
  position: relative;
  margin-right: -1px;
  z-index: 3;
}

.m1 {
  position: relative;
  margin-left: -1px;
  margin-right: -1px;
  z-index: 3;
}
.m2 {
  border-top: 1px solid #ccecf4;
  border-bottom: 1px solid #ccecf4;
}

/* 横並びリスト */
ul.paranemic {
  zoom: 1;
}
ul.paranemic:before, ul.paranemic:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
ul.paranemic:after {
  clear: both;
}
ul.paranemic li {
  float: left;
}
ul.paranemic li.last {
  margin-right: 0 !important;
}

/* 余白調整 */
.mt0 {
  margin-top: 0px !important;
}

.mt1 {
  margin-top: 1px !important;
}

.mt2 {
  margin-top: 2px !important;
}

.mt3 {
  margin-top: 3px !important;
}

.mt4 {
  margin-top: 4px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt6 {
  margin-top: 6px !important;
}

.mt7 {
  margin-top: 7px !important;
}

.mt8 {
  margin-top: 8px !important;
}

.mt9 {
  margin-top: 9px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt11 {
  margin-top: 11px !important;
}

.mt12 {
  margin-top: 12px !important;
}

.mt13 {
  margin-top: 13px !important;
}

.mt14 {
  margin-top: 14px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt16 {
  margin-top: 16px !important;
}

.mt17 {
  margin-top: 17px !important;
}

.mt18 {
  margin-top: 18px !important;
}

.mt19 {
  margin-top: 19px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb1 {
  margin-bottom: 1px !important;
}

.mb2 {
  margin-bottom: 2px !important;
}

.mb3 {
  margin-bottom: 3px !important;
}

.mb4 {
  margin-bottom: 4px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb6 {
  margin-bottom: 6px !important;
}

.mb7 {
  margin-bottom: 7px !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

.mb9 {
  margin-bottom: 9px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb11 {
  margin-bottom: 11px !important;
}

.mb12 {
  margin-bottom: 12px !important;
}

.mb13 {
  margin-bottom: 13px !important;
}

.mb14 {
  margin-bottom: 14px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb16 {
  margin-bottom: 16px !important;
}

.mb17 {
  margin-bottom: 17px !important;
}

.mb18 {
  margin-bottom: 18px !important;
}

.mb19 {
  margin-bottom: 19px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pt1 {
  padding-top: 1px !important;
}

.pt2 {
  padding-top: 2px !important;
}

.pt3 {
  padding-top: 3px !important;
}

.pt4 {
  padding-top: 4px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt6 {
  padding-top: 6px !important;
}

.pt7 {
  padding-top: 7px !important;
}

.pt8 {
  padding-top: 8px !important;
}

.pt9 {
  padding-top: 9px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt11 {
  padding-top: 11px !important;
}

.pt12 {
  padding-top: 12px !important;
}

.pt13 {
  padding-top: 13px !important;
}

.pt14 {
  padding-top: 14px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt16 {
  padding-top: 16px !important;
}

.pt17 {
  padding-top: 17px !important;
}

.pt18 {
  padding-top: 18px !important;
}

.pt19 {
  padding-top: 19px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb1 {
  padding-bottom: 1px !important;
}

.pb2 {
  padding-bottom: 2px !important;
}

.pb3 {
  padding-bottom: 3px !important;
}

.pb4 {
  padding-bottom: 4px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb6 {
  padding-bottom: 6px !important;
}

.pb7 {
  padding-bottom: 7px !important;
}

.pb8 {
  padding-bottom: 8px !important;
}

.pb9 {
  padding-bottom: 9px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb11 {
  padding-bottom: 11px !important;
}

.pb12 {
  padding-bottom: 12px !important;
}

.pb13 {
  padding-bottom: 13px !important;
}

.pb14 {
  padding-bottom: 14px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb16 {
  padding-bottom: 16px !important;
}

.pb17 {
  padding-bottom: 17px !important;
}

.pb18 {
  padding-bottom: 18px !important;
}

.pb19 {
  padding-bottom: 19px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pl1 {
  padding-left: 1px !important;
}

.pl2 {
  padding-left: 2px !important;
}

.pl3 {
  padding-left: 3px !important;
}

.pl4 {
  padding-left: 4px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl6 {
  padding-left: 6px !important;
}

.pl7 {
  padding-left: 7px !important;
}

.pl8 {
  padding-left: 8px !important;
}

.pl9 {
  padding-left: 9px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl11 {
  padding-left: 11px !important;
}

.pl12 {
  padding-left: 12px !important;
}

.pl13 {
  padding-left: 13px !important;
}

.pl14 {
  padding-left: 14px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl16 {
  padding-left: 16px !important;
}

.pl17 {
  padding-left: 17px !important;
}

.pl18 {
  padding-left: 18px !important;
}

.pl19 {
  padding-left: 19px !important;
}

.pl20 {
  padding-left: 20px !important;
}
