@charset "UTF-8";
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

body {
  width: 100%;
  font-family: '小塚ゴシック Pro','Kozuka Gothic Pro', Meiryo, 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}

a{
	color: #008bce;
	/*text-decoration: none;*/
}


@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, body {
    font-family: Meiryo, 'メイリオ', '小塚ゴシック Pro','Kozuka Gothic Pro', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  }
}

/*--------------------
    header
--------------------*/
header {
  width: 100%;
  margin: 0 auto;
  border-bottom: solid 2px #c8c8c8;
  background-color: #ffffff;
  position: relative;
	z-index: 1;
}

header .pc {
  display: block;
  width: 940px;
  margin: 0 auto;
  padding: 5px 0 20px;
}

header .pc .logo {
  display: block;
  width: 193px;
  margin: 0 auto 15px;
}

header .pc .logo a {
  display: block;
  margin: 0 auto;
}

header .pc .logo a img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

header .pc nav {
  width: 100%;
  margin: 0 auto;
}

header .pc nav ul {
  width: 100%;
  margin: 0 auto;
}

header .pc nav ul li {
  float: left;
  margin-right: 95px;
}

header .pc nav ul li:last-child {
  margin: 0;
}

header .pc nav ul li a {
  color: #505050;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

header .pc nav ul li a:hover {
  color: #00a0e1;
}

header .lineups {
  display: none;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: calc(100% + 2px);
}

header .lineups .lineup {
  width: 100%;
  margin: 0 auto;
  background-color: #00a0e1;
}

header .lineups .lineup ul {
  width: 940px;
  margin: 0 auto;
}

header .lineups .lineup ul li {
  float: left;
  display: table;
  width: 134px;
  height: 50px;
  text-align: center;
  border-left: solid 2px #ffffff;
}

header .lineups .lineup ul li:last-child {
  border-right: solid 2px #ffffff;
}

header .lineups .lineup ul li.on {
  background-color: #646464;
}

header .lineups .lineup ul li a {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  font-size: 12px;
  line-height: 17px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
}

header .lineups .subLineup {
  display: none;
  width: 100%;
  margin: 0 auto;
  background-color: #646464;
}

header .lineups .subLineup ul {
  width: 940px;
  margin: 0 auto;
}

header .lineups .subLineup ul li {
  display: none;
  padding: 40px 0 40px 10px;
  height: 100px;
}

header .lineups .subLineup ul li a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 75px;
  font-size: 12px;
  color: #ffffff;
  text-decoration: none;
}

header .lineups .subLineup ul li a:last-child {
  margin: 0;
}

header .lineups .subLineup ul li a:hover {
  color: #00a0e1;
}

header .sp {
  display: none;
}

header.fixed {
  position: fixed;
  top: 0;
  z-index: 10;
}

header.fixed .pc {
  position: relative;
  padding: 30px 0;
}

header.fixed .pc .logo {
  position: absolute;
  top: 5px;
  left: 0;
  margin: 0;
  width: 180px;
}

header.fixed .pc nav {
  width: 690px;
  margin: 0 0 0 auto;
}

header.fixed .pc nav ul {
  width: 100%;
  margin: 0 auto;
}

header.fixed .pc nav ul li {
  margin-right: 32px;
}

header.fixed .pc nav ul li:last-child {
  margin: 0;
}

/*--------------------
    wrapper
--------------------*/
.wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 40px 0 0;
  /*background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
  background: -o-linear-gradient(top, #ffffff, #f5f5f5);
  background: linear-gradient(to bottom, #ffffff, #f5f5f5);
  background: -webkit-linear-gradient(top, #ffffff, #f5f5f5);*/
}

.wrapper .title_bg{
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f0f0f0));
  background: -o-linear-gradient(top, #ffffff, #f0f0f0);
  background: linear-gradient(to bottom, #ffffff, #f0f0f0);
  background: -webkit-linear-gradient(top, #ffffff, #f0f0f0);
}

.cont_bg{
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f0f0f0));
  background: -o-linear-gradient(top, #ffffff, #f0f0f0);
  background: linear-gradient(to bottom, #ffffff, #f0f0f0);
  background: -webkit-linear-gradient(top, #ffffff, #f0f0f0);
 }
 
 .cont_bg.gray{
  background: #f0f0f0;
 }
 
/*--------------------
    breadClumbs
--------------------*/
.breadClumbs {
  width: 940px;
  margin: 0 auto;
}

.breadClumbs ul {
  width: 100%;
  margin: 0 auto;
}

.breadClumbs ul li {
  display: inline-block;
  font-size: 10px;
  color: #505050;
}

.breadClumbs ul li a {
  display: inline-block;
  margin-right: 5px;
  color: #505050;
  text-decoration: none;
}

.breadClumbs ul li a:hover {
  color: #00a0e1;
}

/* ------------------
    敏感肌研究室　記事ページ
　　下のブルーのバナーエリア(TOPは別)
--------------------- */
.bnrs_wrap{
	background: #00a0e1;
	padding:20px 0 50px;
}

.bnrs_wrap .areaInner{
	width: 940px;
    margin: 0 auto;
}

.bnrs_wrap .areaInner .bnr_area {
	padding: 30px 0 82px;
}
	
.bnrs_wrap .areaInner .bnr_area h2 span{
	line-height:1.6;
}

.bnrs_wrap .areaInner .bnr_area{
	padding:0 0 50px;
}

.bnrs_wrap .areaInner .bnr_area .bnr_box{
	width:290px;
	line-height:0;
	float: left;
	margin-right:35px;
}

.bnrs_wrap .areaInner .bnr_area .bnr_box:last-child{
	margin-right:0;
}

.bnrs_wrap .areaInner .bnr_area .bnr_box img{
	width:100%;
	display:block;
}

.bnrs_wrap .areaInner .bnr_area .bnr_box img.bdr_w{
	border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing:border-box;
}


.bnrs_wrap .areaInner .bnr_area .bnr_box a{
	display:block;
	text-decoration: none;
}

.bnrs_wrap .areaInner .bnr_area .bnr_box a:hover {
	opacity: 0.8;
	z-index:0;
}

.bnrs_wrap .areaInner .bnr_area .bnr_box p{
	background:#fff;
	text-align: center;
	color:#00a0e1;
	font-size:20px;
	line-height:25px;
	padding:12px 0;
	margin:0;
}

.bnrs_wrap .areaInner .bnr_area .bnr_box p:after{
	content: ">";
	color:#00a0e1;
}




/*--------------------
    title01
--------------------*/
/*.title_box{
   background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
   background: -o-linear-gradient(top, #ffffff, #f5f5f5);
   background: linear-gradient(to bottom, #ffffff, #f5f5f5);
   background: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
}*/

.title01 {
  width: 100%;
  margin: 35px auto 0;
  background: url(/shared/images/h1_line.png) no-repeat bottom center;
  background-size: 100% auto;
}

.title01.gray {
    background: url(/shared/images/h1_line02.png) no-repeat bottom center;
	background-size: 100% auto;
}

.title01 .titleInner {
  width: 940px;
  margin: 0 auto;
  padding: 0 0 9%;
}

.title01 .titleInner h1 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #505050;
}

.title01 .titleInner h1 span {
  display: block;
  font-family: 'Ryumin Medium KL', 'リュウミン M-KL', 'HiraMinProN-W3', 'HiraMinPro-W3', 'ヒラギノ明朝 ProN W3', 'ヒラギノ明朝 Pro W3', 'ＭＳ 明朝', serif;
  font-size: 42px;
  font-weight: bold;
  line-height: 65px;
  margin: 17px auto 0;
}

.title01 .titleInner h1 span .space {
  display: inline; 
}

.title01 .titleInner h1 span.fs{
	font-size: 26px;
	margin: 0;
    line-height: 60px;
}

/*--------------------
    title02
--------------------*/
.title02 {
  width: 100%;
  margin: -12px auto 0;
  background: url(/shared/images/h1_line.png) no-repeat bottom center;
  background-size: 100% auto;
}

.title02 .titleInner {
  width: 940px;
  margin: 0 auto;
  padding: 0 0 7%;
}

.title02 .titleInner h1 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #505050;
}

/*--------------------
    title03
--------------------*/
.title03 {
  width: 100%;
  margin: 28px auto 0;
  background: url(/shared/images/h1_line.png) no-repeat bottom center;
  background-size: 100% auto;
}

.title03 .titleInner {
  width: 940px;
  margin: 0 auto;
  padding: 0 0 7%;
}

.title03 .titleInner h1 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #505050;
}


.contents p.ttl0a {
    display: block;
    font-family: 'Ryumin Medium KL', 'リュウミン M-KL', 'HiraMinProN-W3', 'HiraMinPro-W3', 'ヒラギノ明朝 ProN W3', 'ヒラギノ明朝 Pro W3', 'ＭＳ 明朝', serif;
    font-size: 42px;
    line-height: 65px;
    margin: 0 auto 45px;
}
.contents p.ttl0a span{
	font-weight: bold;
}
.contents p.ttl0a span.fs{
	font-size: 26px;
    margin: 0;
    line-height: 60px;
}

/*--------------------
    contents
--------------------*/
.contents {
  width: 940px;
  margin: 0 auto;
  padding: 80px 0 90px;
}

.contents h2 {
  font-size: 28px;
  font-weight: bold;
  color: #00a0e1;
  text-align: center;
  margin: 0 auto 45px;
  line-height:1.4;
}

.contents h3 {
  font-size: 18px;
  font-weight: bold;
  color: #505050;
  text-align: center;
  margin: 0 auto 30px;
  line-height: 1.6;
}

.contents h4 {
  font-size: 14px;
  font-weight: 700;
  color: #505050;
  text-align: center;
  margin: 0 auto 45px;
}

.contents p {
  font-size: 14px;
  color: #505050;
  line-height: 25px;
  margin: 0 auto 45px;
}

.contents p strong {
  font-weight: bold;
}

.contents p.caption01 {
  font-size: 12px;
  line-height: 21px;
}

.contents p.caption02 {
  font-size: 10px;
  line-height: 18px;
}

/*--------------------
    footer
--------------------*/
footer {
  width: 100%;
  margin: 0 auto;
  border-top: solid 2px #c8c8c8;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f0f0f0));
  background: -o-linear-gradient(top, #ffffff, #f0f0f0);
  background: linear-gradient(to bottom, #ffffff, #f0f0f0);
  background: -webkit-linear-gradient(top, #ffffff, #f0f0f0);
}

footer .footerInner {
  width: 940px;
  padding: 15px 0;
  margin: 0 auto;
}

footer .footerInner .logo {
  width: 90px;
  height: auto;
  margin: 0 0 20px;
}

footer .footerInner .logo a {
  width: 100%;
  margin: 0;
}

footer .footerInner .logo a img {
  display: block;
  width: 100%;
  margin: 0;
}

footer .footerInner .pcFooter {
  border-bottom: solid 2px #dedede;
  padding: 0 0 30px;
  margin: 0 auto 12px;
}

footer .footerInner .pcFooter ul {
  width: 100%;
  margin: 0 auto;
}

footer .footerInner .pcFooter ul li {
  float: left;
  margin-right: 44px;
}

footer .footerInner .pcFooter ul li:last-child {
  margin: 0;
}

footer .footerInner .pcFooter ul li a {
  display: block;
  font-size: 10px;
  font-weight: bold;
  color: #505050;
  text-decoration: none;
  margin: 0 auto 10px;
}

footer .footerInner .pcFooter ul li a.sp_twitter {
  background: url(/shared/images/twitter_icon_blue.png) no-repeat top left;
  padding-left: 21px;
  padding-top: 2px;
  background-size: 16px;
  height: 18px;
  margin-bottom: 5px;
}

footer .footerInner .pcFooter ul li a:hover {
  color: #00a0e1;
}

footer .footerInner .pcFooter ul li .snav {
  width: 100%;
  margin: 0 auto;
}

footer .footerInner .pcFooter ul li .snav a {
  display: block;
  font-weight: normal;
}

footer .footerInner .pcFooter ul li .snav a:last-child {
  margin: 0;
}

footer .footerInner .spFooter {
  display: none;
}

footer .footerInner .bottomLink {
  width: 100%;
  margin: 0 auto;
}

footer .footerInner .bottomLink .left {
  float: left;
}

footer .footerInner .bottomLink .left a {
  font-size: 10px;
  font-weight: bold;
  color: #505050;
  text-decoration: none;
  margin-right: 25px;
}

footer .footerInner .bottomLink .left a:last-child {
  margin: 0;
}

footer .footerInner .bottomLink .left a:hover {
  color: #00a0e1;
}

footer .footerInner .bottomLink .right {
  float: right;
}

footer .footerInner .bottomLink .right .copy {
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  color: #505050;
  margin-right: 25px;
}

/*--------------------
    pagetop
--------------------*/
.pagetop {
  position: fixed;
  bottom: 50px;
  right: 50px;
}

/*--------------------
    part
--------------------*/
br.pc{display:block !important;}
br.sp{display:none !important;}

/* ボタン共通  青*/
.Button_b {
    overflow: hidden;
    width: 374px;
    height: 62px;
    margin: 0;
    padding: 0;
	margin:0 auto;
}

.Button_b a {
    display: block;
    /*z-index: 100;*/
    text-align:center;
    background: #00a0e9;
    color: #fff;
    font-size: 14px;
    line-height: 50px;
    text-decoration:none;
	border: 1px solid #00a0e9;
	font-weight: bold;
}

.Button_b a:after{
	content: ">";
	color:#fff;
}

.Button_b a:hover:after{
	content: ">";
	color:#00a0e9;
}

.Button_b a:hover {       
    background: #fff;
	color:#00a0e9;
	border:1px solid #00a0e9;
	box-sizing:border-box;
}

.Button_b.noArrow a::after{
	content: none;
}


/* ボタン共通 */
.Button_qa {
    overflow: hidden;
    width: 374px;
    /*height: 62px;*/
    padding: 0;
	margin:0 0 0 30%;
	border:2px solid #fff;
	float:left;
}

.Button_qa a {
    display: block;
    text-align:center;
    background: #00a0e1;
    color: #fff;
    font-size: 14px;
    line-height: 50px;
    text-decoration:none;
	background: url(/shared/images/icon_qa.png) no-repeat top left;
	background-size: 32px;
    background-position: 14px center;
	font-weight: bold;
}


.Button_qa a:hover {
	color:#00a0e1;
	background: url(/shared/images/icon_qa_on.png) no-repeat top left #fff;
	background-size: 32px;
    background-position: 14px center;
}


/* ボタン共通  ピンク*/
.Button_p {
    overflow: hidden;
    width: 374px;
    height: 62px;
    margin: 0;
    padding: 0;
	margin:0 auto;
}

.Button_p a {
    display: block;
    /*z-index: 100;*/
    text-align:center;
    background: #f0006a;
    color: #fff;
    font-size: 14px;
    line-height: 50px;
    text-decoration:none;
	border: 1px solid #f0006a;
	font-weight: bold;
}

.Button_p a:after{
	content: ">";
	color:#fff;
}

.Button_p a:hover:after{
	content: ">";
	color:#f0006a;
}

.Button_p a:hover {       
    background: #fff;
	color:#f0006a;
	border:1px solid #f0006a;
	box-sizing:border-box;
}


/* @コスメ */
.Button_cosme {
    overflow: hidden;
    width: 374px;
    /*height: 62px;*/
    padding: 0;
	margin:0 auto 30px;
}

.Button_cosme a {
    display: block;
    text-align:center;
    background: #4eb691;
    color: #fff;
    font-size: 14px;
	padding: 20px 0 16px;
    /*line-height: 50px;*/
    text-decoration:none;
	/*background: #fff url(/shared/images/logo_cosme.png) no-repeat top left;*/
	/*background-size: 90px;*/
    /*background-position: 8px center;*/
	/*font-weight: bold;*/
	border:2px solid #fff;
	/*padding-left: 30px;*/
}
.Button_cosme a span{
	background: url(/shared/images/logo_cosme.png) no-repeat top left;
	padding-left: 95px;
	background-size: 90px;
	font-weight: bold;
	background-position: 0 1px;
}

.Button_cosme a:hover {
	opacity: 0.8;
}


.present_bnr_pc {
    position: fixed;
    bottom: 10%;
    right: 0;
    display: none;
    width: 222px;
	z-index: 10;
	
	background: #fff;
    border-radius: 43px 0 0 0;
}
.present_bnr_pc a img {
    display: block;
    width: 100%;
    height: auto;
}
.present_bnr_pc .close {
    display: block;
    width: 30px;
    height: auto;
    margin-left: auto;
    margin-bottom: -1px;
    cursor: pointer;
	position: absolute;
    right: 0;
	
	z-index: 10;
}
.present_bnr_pc .close img {
    display: block;
    width: 30px;
    height: auto;
}
.present_bnr_pc .present_link {
    display: block;
}
.present_bnr_pc .present_link:hover {
	opacity: 0.8;
}


.present_bnr_sp {
    display: none;
}

/* ------------------
    フォーム用ボタン
--------------------- */
.buttons-01 button {
    display: block;
    /*z-index: 100;*/
    text-align:center;
    background: #00a0e9;
    color: #fff;
    font-size: 14px;
    line-height: 50px;
    text-decoration:none;
	border: 1px solid #00a0e9;
	width: 374px;
    height: 62px;
	margin:0 auto;
	font-weight: bold;
}

.buttons-01 button span {
	font-weight: bold;
}

.buttons-01 button:after{
	content: ">";
	color:#fff;
}

.buttons-01 button:hover:after{
	content: ">";
	color:#00a0e9;
}

.buttons-01 button:hover {       
    background: #fff;
	color:#00a0e9;
	border:1px solid #00a0e9;
	box-sizing:border-box;
}

/* ------------------
    フォーム用ボタン
    送信　と　戻る
--------------------- */
.buttons-02{
	width: 700px;
	margin: 0 auto;
}

.buttons-02 button {
    display: block;
    text-align:center;
    background: #00a0e9;
    color: #fff;
    font-size: 14px;
    line-height: 50px;
    text-decoration:none;
	border: 1px solid #00a0e9;
	width: 300px;
    height: 62px;
	margin:0 auto;
	font-weight: bold;
}

.buttons-02 li.btnleft{
	float: left;
}

.buttons-02 li.btnright{
	float: right;
}

.buttons-02 button span {
	font-weight: bold;
}

.buttons-02 li.btnright button:after{
	content: ">";
	color:#fff;
}


.buttons-02 li.btnleft button:before{
	content: "<";
	color:#fff;
}

.buttons-02 li.btnright button:hover:after{
	content: ">";
	color:#00a0e9;
}

.buttons-02 li.btnleft button:hover:before{
	content: "<";
	color:#00a0e9;
}

.buttons-02 button:hover {       
    background: #fff;
	color:#00a0e9;
	border:1px solid #00a0e9;
	box-sizing:border-box;
}




/* ------------------
    関連コンテンツ
--------------------- */

.wrapper2 {
  width: 100%;
  margin: 0 auto;
  padding: 90px 0 80px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f0f0f0));
    background: -o-linear-gradient(top, #ffffff, #f0f0f0);
    background: linear-gradient(to bottom, #ffffff, #f0f0f0);
    background: -webkit-linear-gradient(top, #ffffff, #f0f0f0);
}

.wrapper2 .contents {
  padding: 0;
}

.aside_contents h3 {
  border-bottom: 2px solid #b4b4b4;
  padding-bottom: 24px;
  font-size: 28px;
}

.related_contents_box .bnr_box {
    width: 305px;
    height: 200px;
    line-height: 0;
    margin: 0 4px;
    float: left;
}

.related_contents_box .bnr_box a {
    display: block;
    text-decoration: none;
}

.related_contents_box .bnr_box a:hover {
    opacity: 0.8;
}

.related_contents_box a p {
    background: #00a0e9;
    color: #fff;
    text-align: center;
    font-size: 14px;
    margin: 0;
    padding: 20px 0;
	font-weight: bold;
}

.related_contents_box .bnr_box a p:after {
    content: ">";
    color: #fff;
    padding-left: 5px;
}

.related_contents_box .bnr_box img {
    display: block;
    width: 100%;
    height: auto;
}

.related_contents_box .bnr_box img.bdr_w {
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
/*.related_contents_box .bnr_box p.iconTwitter{
	position: relative;
	font-size: 16px;
}

.related_contents_box .bnr_box p.iconTwitter:before {
	content: '';
	display: block;
	background: url(/shared/images/bnr_bk_icon.png) no-repeat top left #00a0e9;
	background-size: 16px auto;
    width: 16px;
    height: 18px;
     top: 24px; 
    position: absolute;
    left: 7%;
}*/

.related_contents_box .cosme a p {
    background-color: #4eb691;
}

/* ------------------
    Margin
--------------------- */
.mb0{ margin-bottom:0px !important; }
.mb5{ margin-bottom:5px !important; }
.mb10{ margin-bottom:10px !important; }
.mb15{ margin-bottom:15px !important; }
.mb20{ margin-bottom:20px !important; }
.mb25{ margin-bottom:25px !important; }
.mb30{ margin-bottom:30px !important; }
.mb40{ margin-bottom:40px !important; }
.mb50{ margin-bottom:50px !important; }
.mb60{ margin-bottom:60px !important; }
.mb70{ margin-bottom:70px !important; }
.mb80{ margin-bottom:80px !important; }
.mb90{ margin-bottom:90px !important; }
.mb100{ margin-bottom:100px !important; }
.mb110{ margin-bottom:110px !important; }
.mb120{ margin-bottom:120px !important; }
.mb130{ margin-bottom:130px !important; }
.mb140{ margin-bottom:140px !important; }
.mb150{ margin-bottom:150px !important; }

.mt0{ margin-top:0px !important; }
.mt5{ margin-top:5px !important; }
.mt10{ margin-top:10px !important; }
.mt15{ margin-top:15px !important; }
.mt20{ margin-top:20px !important; }
.mt25{ margin-top:25px !important; }
.mt30{ margin-top:30px !important; }
.mt40{ margin-top:40px !important; }
.mt50{ margin-top:50px !important; }
.mt60{ margin-top:60px !important; }
.mt70{ margin-top:70px !important; }
.mt80{ margin-top:80px !important; }
.mt90{ margin-top:90px !important; }
.mt100{ margin-top:100px !important; }
.mt110{ margin-top:110px !important; }
.mt120{ margin-top:120px !important; }
.mt130{ margin-top:130px !important; }
.mt140{ margin-top:140px !important; }
.mt150{ margin-top:150px !important; }


/* ------------------
   Align
--------------------- */
.al{ text-align:left !important; }
.ac{ text-align:center !important; }
.ar{ text-align:right !important; }

.vt{ vertical-align:top !important; }
.vm{ vertical-align:middle !important; }
.vb{ vertical-align:bottom !important; }


/* -----------------------------------------------------
    32. Width
----------------------------------------------------- */

.w1p{ width:1%; }
.w2p{ width:2%; }
.w3p{ width:3%; }
.w4p{ width:4%; }
.w5p{ width:5%; }
.w6p{ width:6%; }
.w7p{ width:7%; }
.w8p{ width:8%; }
.w9p{ width:9%; }
.w10p{ width:10%; }
.w11p{ width:11%; }
.w12p{ width:12%; }
.w13p{ width:13%; }
.w14p{ width:14%; }
.w15p{ width:15%; }
.w16p{ width:16%; }
.w17p{ width:17%; }
.w18p{ width:18%; }
.w19p{ width:19%; }
.w20p{ width:20%; }
.w21p{ width:21%; }
.w22p{ width:22%; }
.w23p{ width:23%; }
.w24p{ width:24%; }
.w25p{ width:25%; }
.w26p{ width:26%; }
.w27p{ width:27%; }
.w28p{ width:28%; }
.w29p{ width:29%; }
.w30p{ width:30%; }
.w31p{ width:31%; }
.w32p{ width:32%; }
.w33p{ width:33%; }
.w34p{ width:34%; }
.w35p{ width:35%; }
.w36p{ width:36%; }
.w37p{ width:37%; }
.w38p{ width:38%; }
.w39p{ width:39%; }
.w40p{ width:40%; }
.w41p{ width:41%; }
.w42p{ width:42%; }
.w43p{ width:43%; }
.w44p{ width:44%; }
.w45p{ width:45%; }
.w46p{ width:46%; }
.w47p{ width:47%; }
.w48p{ width:48%; }
.w49p{ width:49%; }
.w50p{ width:50%; }
.w51p{ width:51%; }
.w52p{ width:52%; }
.w53p{ width:53%; }
.w54p{ width:54%; }
.w55p{ width:55%; }
.w56p{ width:56%; }
.w57p{ width:57%; }
.w58p{ width:58%; }
.w59p{ width:59%; }
.w60p{ width:60%; }
.w61p{ width:61%; }
.w62p{ width:62%; }
.w63p{ width:63%; }
.w64p{ width:64%; }
.w65p{ width:65%; }
.w66p{ width:66%; }
.w67p{ width:67%; }
.w68p{ width:68%; }
.w69p{ width:69%; }
.w70p{ width:70%; }
.w71p{ width:71%; }
.w72p{ width:72%; }
.w73p{ width:73%; }
.w74p{ width:74%; }
.w75p{ width:75%; }
.w76p{ width:76%; }
.w77p{ width:77%; }
.w78p{ width:78%; }
.w79p{ width:79%; }
.w80p{ width:80%; }
.w81p{ width:81%; }
.w82p{ width:82%; }
.w83p{ width:83%; }
.w84p{ width:84%; }
.w85p{ width:85%; }
.w86p{ width:86%; }
.w87p{ width:87%; }
.w88p{ width:88%; }
.w89p{ width:89%; }
.w90p{ width:90%; }
.w91p{ width:91%; }
.w92p{ width:92%; }
.w93p{ width:93%; }
.w94p{ width:94%; }
.w95p{ width:95%; }
.w96p{ width:96%; }
.w97p{ width:97%; }
.w98p{ width:98%; }
.w99p{ width:99%; }
.w100p{ width:100%; }

.w170px{ width:170px; }
.w200px{ width:200px; }
.w250px{ width:250px; }
.w275px{ width:275px; }
.w300px{ width:300px; }
.w340px{ width:340px; }
.w600px{ width:600px; }


.padl0{padding-left:0 !important;}
.padt0{padding-top:0 !important;}
.padr0{padding-right:0 !important;}
.padb0{padding-bottom:0 !important;}

.red_text{
	color: #FF0000;
}

/* ------------------
    アルージェを試す　MVエリアなど共通部分
--------------------- */
.campaign_mv{
	position: relative;
	border: 3px solid #00a0e1;
    margin-bottom: 25px;
}
.campaign_mv img.sp{
	display: none;
}
.campaign_mv .link_list{
	position: absolute;
	width: 350px;
	bottom: 35px;
	right: 5px;
}
.contents .campaign_mv p{
	line-height: 0;
	margin-bottom: 0;
}
.campaign_mv .link_list li{
	position: relative;
	line-height: 32px;
}
.campaign_mv .link_list li::before{
	position: absolute;
	top: 0;
    bottom: 0;
    left: -10px;
    margin: auto;
    content: "";
    vertical-align: middle;
	width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #b4b4b4;
}
.campaign_mv .link_list li a{
	color: #00a0e1;
	display: inline-block;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}
.campaign_mv .link_list li a:hover{
	text-decoration: underline;
}
.campaign_mv .link_list li a span{
	font-size: 13px;
	font-weight: bold;
}
