/* ------------------------------------------------------------------
 * PC & Tablet
 * ------------------------------------------------------------------ */

	div#mvp-main-template .mvp-template-box p.reuters-title {
		text-align: left;
		background: url("/common/images/bg_reuters.png") #f1f4ed no-repeat right;
		padding: 10px;
	}

	div#mvp-main-template .mvp-template-box p.reuters-everyday {
		display: none;
	}

	div#mvp-main-template .mvp-template-box p.mtnews-title {
		text-align: left;
		background: url("/common/images/bg_mtnews2.png") no-repeat right;
		padding: 10px;
    font-weight: bold;
	}

	div#mvp-main-template .mvp-template-box p.mtnews-everyday {
		display: none;
	}

	div#mvp-main-template .channel-head {
		color: #fff;
		padding: 10px 30px 5px;
	}

	div#mvp-main-template .channel-head.rec-ra-channel {
		color: #009e96;
		background-color: #fff;
		border: 3px solid #009e96;
	}
	div#mvp-main-template .channel-head.rec-ps-channel {
		color: #f18705;
		background-color: #fff;
		border: 3px solid #f18705;
	}
	div#mvp-main-template .channel-head.rec-ibd-channel {
		color: #124098;
		background-color: #fff;
		border: 3px solid #124098;
	}
	div#mvp-main-template .channel-head.smp-ra-channel,
	div#mvp-main-template .channel-head.smp-uc-channel {
		color: #00366b;
		background-color: #fff;
		border: 3px solid #00366b;
	}

	div#mvp-main-template .channel-head.stl-channel,
	div#mvp-main-template .channel-head.stl-uc-channel {
		color: #492080;
		background-color: #fff;
		border: 3px solid #492080;
	}
	div#mvp-main-template .channel-head.cdt-channel {
		color: #0eb08b;
		background-color: #fff;
		border: 3px solid #0eb08b;
	}

	div#mvp-main-template .channel-head.rpa-oto-channel,
	div#mvp-main-template .channel-head.rpa-derma-channel {
		color: #ea5514;
		background-color: #fff;
		border: 3px solid #ea5514;
	}

	div#mvp-main-template .channel-head.alex-channel {
		color: #005bac;
		background-color: #fff;
		border: 3px solid #005bac;
	}

	div#mvp-main-outer .disease-head.ibd-library {
		color: #eb6100;
		background-color: #fff;
		background: -moz-linear-gradient(top, #FFF, #fee2cf);
		background: -webkit-linear-gradient(top, #FFF, #fee2cf);
		background: linear-gradient(to bottom, #FFF, #fee2cf);
		border: 3px solid #eb6100;
	}

	div#mvp-main-outer .disease-head.ibd-library a {
		display: block;
		text-decoration: none;
		text-align: center;
	}


	div#mvp-main-template .channel-head.cnl-channel {
		background: -ms-linear-gradient(top, #e9af0d, #f9c638);
		background: -moz-linear-gradient(top, #e9af0d, #f9c638);
		background: -webkit-linear-gradient(top, #e9af0d, #f9c638);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9af0d', endColorstr='#f9c638', GradientType=0);
	}

	div#mvp-main-template .channel-head.can-channel {
		background: -ms-linear-gradient(top, #002d6b, #006cb8);
		background: -moz-linear-gradient(top, #002d6b, #006cb8);
		background: -webkit-linear-gradient(top, #002d6b, #006cb8);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#002d6b', endColorstr='#006cb8', GradientType=0);
	}

	div#mvp-main-template .channel-head.mnt-channel { background-color: #000000; }
	div#mvp-main-template .channel-head.urs-channel { background-color: #0058a4; }
	div#mvp-main-template .channel-head.krm-channel { background-color: #0068b7; }
	div#mvp-main-template .channel-head.tnl-channel { background-color: #E40074; }
	div#mvp-main-template .channel-head.vaf-channel { background-color: #531066; }

	div#mvp-main-template .channel-head .channel-title,
	div#mvp-main-template .channel-head .main-visual  {
		float: left;
	}

	div#mvp-main-template .channel-head .channel-title {
		letter-spacing: 1.5px;
		text-align: left;
		font-size: 80%;
		max-width: 354px;
		min-width: 50%;
	}



	div#mvp-main-template .channel-head.rec-ra-channel .channel-title,
	div#mvp-main-template .channel-head.smp-ra-channel .channel-title,
	div#mvp-main-template .channel-head.rec-ps-channel .channel-title,
	div#mvp-main-template .channel-head.rec-ibd-channel .channel-title,
    div#mvp-main-template .channel-head.smp-uc-channel .channel-title,
    div#mvp-main-template .channel-head.stl-channel .channel-title,
    div#mvp-main-template .channel-head.stl-uc-channel .channel-title
	{
		padding: 20px 0;
		max-width: 265px;
		min-width: 35%;
	}

	div#mvp-main-outer .disease-head.ibd-library .disease-title.ibd-library{
		display: block;
		max-width: 570px;
	    margin: auto;
	    padding: 10px;
	    background-image: url(/common/images/disease/ibd-library/book2.png);
	    background-repeat: no-repeat;
	    background-position: right;
	    overflow: hidden;
	    text-align: left;
	}

	div#mvp-main-outer .disease-head.ibd-library .disease-title.ibd-library img{
		float: left;
		padding-right: 10px;
		max-width: 118px;
	    width: 100%;
	}

	div#mvp-main-outer .disease-head.ibd-library .disease-title.ibd-library span.main-title-area{
		display: block;
		padding: 10px 0;
	    float: left;
	    width: calc(100% - 128px);
	}

	div#mvp-main-outer .disease-head.ibd-library .disease-title.ibd-library span.main-title{
		color: #eb6100;
	    font-size: 215%;
	}

	div#mvp-main-outer .disease-head.ibd-library .disease-title.ibd-library span.main-desc{
		display: inline-block;
		color: #fff;
		background-color: #eb6100;
		padding: 5px 10px;
		margin-top: 10px;
	}

	div#mvp-main-template .channel-head.alex-channel .channel-title{
		min-width: 45%;
	}

	div#mvp-main-template .channel-head.rpa-oto-channel .channel-title,
	div#mvp-main-template .channel-head.rpa-derma-channel .channel-title
	{
		padding: 20px 0;
	}
	div#mvp-main-template .channel-head.alex-channel .channel-title
	{
		padding: 3px 0;
		max-width: 300px;
	}

	div#mvp-main-template .channel-head.mnt-channel .channel-title,
		div#mvp-main-template .channel-head.cdt-channel .channel-title
	 {
		padding: 10px 0;
		max-width: 265px;
		min-width: 30%;
	}

	div#mvp-main-template .channel-head .channel-title div.main-title {
		font-size: 215%;
		margin-bottom: 5px;
	}

	div#mvp-main-template .channel-head .channel-title div.main-desc {
		padding-right: 20px;
	}

	div#mvp-main-template .channel-head .main-visual {
		border-left: 1px solid #fff;
		padding-left: 20px;
	}

	div#mvp-main-template .channel-head .rec-ra-main-visual {
		border-left: 1px solid #009e96;
		padding-left: 20px;
	}
	div#mvp-main-template .channel-head .rec-ps-main-visual {
		border-left: 1px solid #f18705;
		padding-left: 20px;
	}
	div#mvp-main-template .channel-head .rec-ibd-main-visual {
		border-left: 1px solid #124098;
		padding-left: 20px;
	}
	div#mvp-main-template .channel-head .smp-ra-main-visual,
	div#mvp-main-template .channel-head .smp-uc-main-visual {
		border-left: 1px solid #013564;
		padding-left: 20px;
	}
	div#mvp-main-template .channel-head .stl-main-visual,
	div#mvp-main-template .channel-head .stl-uc-main-visual {
		border-left: 1px solid #492080;
		padding-left: 20px;
	}

	div#mvp-main-template .channel-head .cdt-main-visual {
	border-left: 1px solid #0eb08b;
	padding-left: 20px;
	}

	div#mvp-main-template .channel-head .rpa-oto-main-visual,
	div#mvp-main-template .channel-head .rpa-derma-main-visual {
		border-left: 1px solid #ea5514;
		padding-left: 20px;
	}
	div#mvp-main-template .channel-head .alex-main-visual {
		border-left: 1px solid #005bac;
		padding-left: 20px;
	}





	div#mvp-main-template div.channel-contents div.content-box.last-item,
	div#mvp-main-outer div.disease-contents div.content-box.last-item {
		border-bottom: none;
	}

	div#mvp-main-template div.channel-contents div.content-box,
	div#mvp-main-outer div.disease-contents div.content-box {
		border-bottom: dotted 1px #ccc;
	}

	div#mvp-main-template div.channel-contents div.content-box dl:after,
	div#mvp-main-outer div.disease-contents div.content-box dl:after {
		clear: both;
		content: "";
		display: block;
		height: 0;
		overflow: hidden;
	}

	div#mvp-main-template div.channel-contents dl dt,
	div#mvp-main-outer div.disease-contents  dl dt {
		float: left;
		padding: 10px;
		width: 250px;
		max-width: 35%;
		text-align: center;
	}

	div#mvp-main-template div.latest-contents dl dt img,
	div#mvp-main-template div.other-contents dl dt img,
	div#mvp-main-template div.channel-contents dl dt img,
	div#mvp-main-outer div.disease-contents dl dt img{
		box-shadow: 0px 4px 3px -3px rgba(0,0,0,0.6);
  	 	-webkit-box-shadow: 0px 4px 3px -3px rgba(0,0,0,0.6);
  		-moz-box-shadow: 0px 4px 3px -3px rgba(0,0,0,0.6);
  		background-color: #fff;
  		border-radius: 1px;
	}

	div#mvp-main-template div.mvp-support-forrum dl dt img {
		box-shadow:none;
		background-color:transparent;
	}

	div#mvp-main-template div.mvp-support-forrum table th,
	div#mvp-main-template div.mvp-support-forrum table td{
		vertical-align:top;
		font-weight:normal;
	}
	div#mvp-main-template div.mvp-support-forrum table th {
		padding-right:0.5em;
		white-space:nowrap;
	}

	div#mvp-main-template div.other-contents{
		margin-bottom: 15px;
	}

	div#mvp-main-template div.channel-contents dl dd,
	div#mvp-main-outer div.disease-contents dl dd {
		margin-left: 270px;
		text-align: left;
		font-size: 105%;
		padding-right: 10px;
	}

	div#mvp-main-template div.channel-contents dl dd p.content-title,
	div#mvp-main-outer div.disease-contents dl dd p.content-title {
		border-bottom: 2px solid #ccc;
		padding: 10px 0 5px;
		margin-bottom: 10px;
	}

	div#mvp-main-template div.channel-contents dl dd p.content-title a,
	div#mvp-main-outer div.disease-contents dl dd p.content-title a {
		font-weight: bold;
		font-size: 110%;
		color: #0f9bcf;
		padding-bottom: 10px;
	}

	div#mvp-main-template div.channel-contents dl dd p.content-description,
	div#mvp-main-outer div.disease-contents dl dd p.content-description {
		color: #717171;
		margin-bottom: 0px;
	}

	div#mvp-main-template div.channel-contents dl dd p.content-description span.font-size-85,
	div#mvp-main-outer div.disease-contents dl dd p.content-description span.font-size-85 {
	font-size: 85%;
	}

	div#mvp-main-template div.channel-contents dl dd p.article-link,
	div#mvp-main-outer div.disease-contents dl dd p.article-link {
		padding-left: 25px;
		text-indent: -25px;
		margin-top: 0;
	}

	div#mvp-main-template div.channel-contents dl dd p.article-link a,
	div#mvp-main-outer div.disease-contents dl dd p.article-link a {
		padding-left: 25px;
		color: #0f9bcf;
		background: url("/common/images/icons/icon_box_arrow.png") no-repeat left;
	}

	span.normal { font-weight: normal; }

	div#mvp-main-template div.di-link {
		border: 1px solid #ccc;
		border-radius: 2px;
		background: -ms-linear-gradient(bottom, #449e96, #3a928a);
		background: -moz-linear-gradient(bottom, #449e96, #3a928a);
		background: -webkit-linear-gradient(bottom, #449e96, #3a928a);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3a928a', endColorstr='#449e96', GradientType=0);
		margin: 10px 0 5px;
		padding: 0;
	}

	div#mvp-main-template div.di-link p {
		border: 4px solid #fff;
		font-size: 110%;
		vertical-align: baseline;
		text-align: center;
		padding: 0;
	}
	div#mvp-main-template div.di-link p span.intro-link-desc {
		display: block;
		font-size: 80%;
		font-weight: normal;
	}

	div#mvp-main-template div.di-link p a {
		font-size: 110%;
		color: #fff;
		text-decoration: none;
		display: block;
		padding: 20px 0;
	}

	div#mvp-main-template .mvp-template-channel-banners-box p.mvp-intro-drug-vlx{
	    background: -ms-linear-gradient(bottom, #00338c, #00276a);
	    background: -moz-linear-gradient(bottom, #00338c, #00276a);
	    background: -webkit-linear-gradient(bottom, #00338c, #00276a);
	    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00276a', endColorstr='#00338c', GradientType=0);
	    padding: 0;
	    border: 4px solid #fff;
	    font-size: 110%;
	    vertical-align: baseline;
	    text-align: center;
	    font-size: 110%;
	    text-decoration: none;
	    display: block;
	    padding: 20px 0;
	    font-family: "Meiryo UI" , "メイリオ" , Meiryo , sans-serif;
	}

	div#mvp-main-template .mvp-template-channel-banners-box p.mvp-intro-drug-vlx a{
		font-weight: bold;
	    color: #fff;
	    text-decoration: none;
	    display: block;
	}

	div#mvp-main-template .mvp-template-channel-banners-box p.mvp-intro-drug-vlx a br{
		display: none;
	}

	div#mvp-main-template .mvp-template-channel-banners-box p.mvp-intro-drug-vlx a .mvp-intro-drug-vlx-text span{
		font-size: 140%;
	}

	div#mvp-main-template div.intro-link-vlx{
		border: 1px solid #ccc;
		border-radius: 2px;
		background: -ms-linear-gradient(bottom, #00338c, #00276a);
		background: -moz-linear-gradient(bottom, #00338c, #00276a);
		background: -webkit-linear-gradient(bottom, #00338c, #00276a);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00276a', endColorstr='#00338c', GradientType=0);
		margin: 10px 0 5px;
		padding: 0;
	}

	div#mvp-main-template div.intro-link-vlx .intro-drug-vlx-title{
	    font-size: 130%;
	}

	div#mvp-main-template div.mvp-separater {
		height: 3px;
		background: #dadada;
		margin: 20px 0;
	}

div#mvp-main-template .pediatrics-vaccine-link {
		border: 4px solid #fff;
		background: -moz-linear-gradient(top, #ffe9e9, #ffcccc);
		background: -webkit-linear-gradient(top, #ffe9e9, #ffcccc);
		background: linear-gradient(to bottom, #ffe9e9, #ffcccc);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e91ab', endColorstr='#6a9db5', GradientType=0);
		margin: 0;
		padding: 0;
		text-align: center;
	}

	div#mvp-main-template .pediatrics-vaccine-link a {
		color: #2462aa;
		text-decoration: none;
		display: block;
		padding: 15px 0 15px 0;
		font-size: 130%;
	}

	div#mvp-main-template .pediatrics-vaccine-link a span.category-name {
		font-size: 140%;
		padding: 0 5px 0 45px;
	}

	div#mvp-main-template .pediatrics-vaccine-link a.vaccine span.category-name {
		background: url("/common/images/icons/departments/icon_vaccine_b.png") no-repeat left;
	}


	div#mvp-main-template .category-link-banner {
		border: 4px solid #fff;
		background: -ms-linear-gradient(bottom, #6a9db5, #5e91ab);
		background: -moz-linear-gradient(bottom, #6a9db5, #5e91ab);
		background: -webkit-linear-gradient(bottom, #6a9db5, #5e91ab );
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e91ab', endColorstr='#6a9db5', GradientType=0);
		margin: 0;
		padding: 0;
		text-align: center;
	}

	div#mvp-main-template .category-link-banner a {
		color: #fff;
		text-decoration: none;
		display: block;
		padding: 15px 0 15px 0;
		font-size: 130%;
	}

	div#mvp-main-template .category-link-banner a span.category-name {
		font-size: 140%;
		padding: 0 5px 0 45px;
	}

	div#mvp-main-template .category-link-banner a.joint span.category-name {
		background: url("/common/images/icons/departments/icon_joint_b.png") no-repeat left;
	}

	div#mvp-main-template .category-link-banner a.diabetes span.category-name {
		background: url("/common/images/icons/departments/icon_diabetes_b.png") no-repeat left;
	}

	div#mvp-main-template .category-link-banner a.circulation span.category-name {
		background: url("/common/images/icons/departments/icon_kidney_b.png") no-repeat left;
	}

	div#mvp-main-template .category-link-banner a.pulse span.category-name {
		background: url("/common/images/icons/departments/icon_pulse_b.png") no-repeat left;
	}

	div#mvp-main-template .category-link-banner a.brain span.category-name {
		background: url("/common/images/icons/departments/icon_brain_b.png") no-repeat left;
	}

	div#mvp-main-template .category-link-banner a.neurological span.category-name {
		background: url("/common/images/icons/departments/icon_neurological_b.png") no-repeat left;
	}

	div#mvp-main-template .category-link-banner a.mind span.category-name {
		background: url("/common/images/icons/departments/icon_mind_b.png") no-repeat left;
	}

	div#mvp-main-template .category-link-banner a.dermatology span.category-name {
		background: url("/common/images/icons/departments/icon_dermatology_b.png") no-repeat left;
	}

	div#mvp-main-template .category-link-banner a.otolaryngology span.category-name {
		background: url("/common/images/icons/departments/icon_otolaryngology_b.png") no-repeat left;
	}

	div#mvp-main-template .category-link-banner a.digestion span.category-name {
		background: url("/common/images/icons/departments/icon_digestion_b.png") no-repeat left;
	}

	div#mvp-main-template .category-link-banner a.vaccine span.category-name {
		background: url("/common/images/icons/departments/icon_vaccine_b.png") no-repeat left;
	}

	div#mvp-main-template .category-link-banner a.pediatrics span.category-name {
		background: url("/common/images/icons/departments/icon_pediatrics_b.png") no-repeat left;
	}


 	div#mvp-main-template div.tanamin-med-main-box{
		background: #fff none repeat scroll 0 0;
	    border: 1px solid #ccc;
	    padding: 10px;
	    margin: 15px 0;
   		width: auto;
	    box-sizing: border-box;
	    text-align: center;
	}

	div#mvp-main-template div.tanamin-med-main-box img{
		max-width: 100%;
	}

	div#mvp-main-template p.seminar-title {
		text-align: left;
		color: #0f9bcf;
		font-size: 120%;
		padding: 5px 5px 0;
		font-weight: bold;
	}

	div#mvp-main-template .seminar_cancel p.seminar-title {
		color: #2c2c2c;
	}

	div#mvp-main-template .society-seminars-box {
	    width: 50%;
	    float: left;
	    padding: 0 5px;
	    box-sizing: border-box;
	}

	div#mvp-main-template div.society-seminars-box-main {
		margin: 15px 0 15px;
		padding: 0 5px 15px;
		text-align: left;
	}

	div#mvp-main-template div.society-seminars-box-main p {
		margin-bottom: 10px;
	}

	div#mvp-main-template div.society-seminars-box-main a {
		display: inline-block;
		width: 236px;
		margin: 5px 5px 0 0;
		text-align: center;
		background: url("/common/images/icons/icon_arrow_prescribes.png") left,
					-ms-linear-gradient(top, #FFFFFF, #EAEBEB 100%);
		background: url("/common/images/icons/icon_arrow_prescribes.png") left,
					-moz-linear-gradient(top, #FFFFFF, #EAEBEB 100%);
		background: url("/common/images/icons/icon_arrow_prescribes.png") left,
					-webkit-linear-gradient(top, #FFFFFF, #EAEBEB 100%);
		background-repeat: no-repeat;
		border: 2px solid #ccc;
		padding: 5px;
		color: #4c4c4c;
		text-decoration: none;
		background-position: 5%;
		border-radius: 3px;
		max-width: 100%;
	}



	div#mvp-main-template .mvp-template-box.seminar-box-outer {
		margin-top: 15px;
	}

	div#mvp-main-template .mvp-template-box .seminar-box-detail {
		padding: 10px;
		border-bottom: 1px dotted #ccc;
	}

	div#mvp-main-template .mvp-template-box .seminar-box-detail:last-child{
		border: none;
	}

	div#mvp-main-template .web_seminar-box{
		clear: both;
	}

	div#mvp-main-template .web_seminar-box .mvp-template-box table th span {
		border-radius: 3px;
		color: #fff;
		font-weight: bold;
		width: 100px;
		padding: 5px 0;
		display: inline-block;
		text-align: center;
		margin: auto 5px;
		font-size: 80%;
		vertical-align: middle;
	}

	div#mvp-main-template .web_seminar-box table.seminar-schedule {
		padding-bottom: 5px;
	}

	div#mvp-main-template .web_seminar-box table th.live span { background: #30abce; }
	div#mvp-main-template .web_seminar-box table th.repeat span { background: #ff661d; }
	div#mvp-main-template .web_seminar-box table th.ondemand span { background: #a3ab1e; }
	div#mvp-main-template .web_seminar-box table th.person   {vertical-align: top; width: 112px; }
	div#mvp-main-template .web_seminar-box table th.person span   { background: #cf3690; }

	div#mvp-main-template div.web_seminar-box p.seminar-title,
	div#mvp-main-template div.web_seminar-box table.seminar-lecture {
		margin-left: 30px;
	}

	div#mvp-main-template table.seminar-lecture {
		margin-bottom: 5px;
	}

	div#mvp-main-template .web_seminar-box table td {
		text-align: left;
		color: #2a2a2a;
	}
	div#mvp-main-template .web_seminar-box table td.lecturer-info {
		vertical-align: top;
	}

	div#mvp-main-template .web_seminar-box table td.seminar-doctor-photo {
		width: 62px;
	}

	div#mvp-main-template .web_seminar-box table td.seminar-doctor-photo img {
		border: 1px solid #ccc;
	}

	div#mvp-main-template .web_seminar-box table td span.doctor-name {
		font-size: 120%;
		font-weight: bold;
	}

	div#mvp-main-template .web_seminar-box table td span.doctor-section {
		color: #797979;
	}

	div#mvp-main-template .web_seminar-box .seminar_cancel{
		background: #d9d9d9;
			background-image: linear-gradient(-45deg, #d9d9d9 25%, #deebf7 25%, #deebf7 50%, #d9d9d9 50%, #d9d9d9 75%, #deebf7 75%, #deebf7);
			background-image: -webkit-linear-gradient(-45deg, #d9d9d9 25%, #deebf7 25%, #deebf7 50%, #d9d9d9 50%, #d9d9d9 75%, #deebf7 75%, #deebf7);
			background-image: -moz-linear-gradient(-45deg, #d9d9d9 25%, #deebf7 25%, #deebf7 50%, #d9d9d9 50%, #d9d9d9 75%, #deebf7 75%, #deebf7);
			background-image: -ms-linear-gradient(-45deg, #d9d9d9 25%, #deebf7 25%, #deebf7 50%, #d9d9d9 50%, #d9d9d9 75%, #deebf7 75%, #deebf7);
			-webkit-background-size: 5px 5px;
			-moz-background-size: 5px 5pxx;
			-ms-background-size: 5px 5px;
			background-size: 5px 5px;
	}

	div#mvp-main-template .web_seminar-box span.seminar_cancel_text{
		color: red;
	}

	div#mvp-main-template ul.byotai-article-list {
		margin: 15px 0 10px;
		background: #fff;
		border: 1px solid #ccc;
		border-radius: 2px;
	}

	div#mvp-main-template ul.byotai-article-list li {
		padding: 10px 10px 10px 30px;
		text-indent: -30px;
		border-bottom: 1px dotted #ccc;
		text-align: left;
	}

	div#mvp-main-template ul.byotai-article-list li.last-item {
		border: none;
	}

	div#mvp-main-template ul.byotai-article-list li a {
		background: url("/common/images/icons/icon_box_arrow.png") no-repeat 10px;
		padding-left: 30px;
		color: #0f9bcf;
		font-weight: bold;
	}

	div#mvp-main-template ul.byotai-article-list li span {
		text-indent: 0;
	}

	div#mvp-main-template div.mvp-template-prescribe-box{
		margin-bottom: 15px;
	}

	div#mvp-main-template div.prescribe-main {
		margin: 15px 0 0;
		padding: 0 5px 15px;
		text-align: left;
	}

	div#mvp-main-template div.prescribe-main p {
		margin-bottom: 10px;
	}

	div#mvp-main-template div.prescribe-main a {
		display: inline-block;
		width: 236px;
		margin: 5px 5px 0 0;
		text-align: center;
		background: url("/common/images/icons/icon_arrow_prescribes.png") left,
					-ms-linear-gradient(top, #FFFFFF, #EAEBEB 100%);
		background: url("/common/images/icons/icon_arrow_prescribes.png") left,
					-moz-linear-gradient(top, #FFFFFF, #EAEBEB 100%);
		background: url("/common/images/icons/icon_arrow_prescribes.png") left,
					-webkit-linear-gradient(top, #FFFFFF, #EAEBEB 100%);
		background-repeat: no-repeat;
		border: 2px solid #ccc;
		padding: 5px;
		color: #4c4c4c;
		text-decoration: none;
		background-position: 5%;
		border-radius: 3px;
	}

	div#mvp-main-template div.prescribe-main a:hover {
		text-decoration: none;
	}

	div#mvp-main-template .template-title.useful-title,
	div#mvp-main-template .template-title.health-title {
		margin-bottom: 10px;
	}

	div#mvp-main-template div.mvp-template-useful-link-box {
		margin-bottom: 25px;
	}

	div#mvp-main-template div.ext-link-box {
		float: left;
		margin-bottom: 10px;
		width: 50%;
	}

	div#mvp-main-template div.ext-link-box p.ext-link-capture {
	  clear :left;
		float: left;
	}

	div#mvp-main-template div.ext-link-box p.ext-link-title a {
		color: #0F9BCF;
		font-weight: bold;
	}

	div#mvp-main-template div.ext-link-box p.ext-link-title,
	div#mvp-main-template div.ext-link-box p.ext-link-desc {
		text-align: left;
	  margin-left: 165px;
	  padding-right: 5px;
	}

	div#mvp-main-template div.ext-link-box div.ext-link-disclaimer {
		border: 2px solid #C3C3C3;
		margin-top: 10px;
		margin-bottom: 10px;
		text-align: left;
	}

	div#mvp-main-template div.ext-link-box div.ext-link-disclaimer p.ext-link-disclaimer-p1 {
		border-bottom: 2px solid #C3C3C3;
		padding: 5px 5px 5px 1em;
		font-weight: bold;
	}

	div#mvp-main-template div.ext-link-box div.ext-link-disclaimer p.ext-link-disclaimer-p2 {
		padding: 5px 5px 5px 1em;
	}

	div#mvp-main-template div.mvp-category-link-box ul li ul {
		display: block !important;
	}


/*--------------- div#mvp-search-inner -----------*/
/*
	div#mvp-main-template div#mvp-search-inner{
		border: 5px solid #fbae3e;
		border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
		background: #fff;
		margin-bottom: 20px;
		height: 40px;
		vertical-align: middle;
		text-align: left;
	}
*/
	div#mvp-main-template div#mvp-search-inner p.search-title2{
		font-size: 130%;
		margin-top: 5px;
		width: 170px;
		float: left;
	}

	div#mvp-main-template div#mvp-search-inner p.search-title2 img{
		vertical-align: middle;
		float: left;
		margin:0 2px 5px 10px;
	}

	div#mvp-main-template div#mvp-search-inner p.search-title2 span{
		display: block;
		padding-top: 3px;
		padding-right: 20px;
		float: left;
		border-right: dotted 1px #ccc;
	}
/*
	div#mvp-main-template div#mvp-search-inner #mvp-search-form{
		padding: 8px;
*/
}


	#mvp-search-btn{
		display: none;
	}

/*--------------- di_banners.html -----------*/

	div#mvp-main-template div.inquiry-medicine {
		float:left;
		width:30%;
		height:48px;
	    margin-bottom: 20px;
	}

	div#mvp-main-template .di-drug div.inquiry-medicine {
		float:none;
		width:100%;
	    margin-top: 20px;
	}

	div#mvp-main-template .di-drug div.inquiry-medicine br {
		display:none;
	}

	div#mvp-main-template .di-drug div.inquiry-medicine a img {
	vertical-align: middle;
	}

	div#mvp-main-template .qa_precautions{
		clear:none;
		float:right;
		height: 45px;
		margin-bottom: 20px;
		width:66%;
	}

	div#mvp-main-template .qa_precautions a{
		display: block;
	width: 100%;
		height: 45px;
	}

	div#mvp-main-template .qa_precautions a:hover{
		text-decoration: none;
	}

	div#mvp-main-template div.qa_precautions p.btn_qa {
		display: block;
		margin-bottom: 8px;
		float: right;
		width: 48%;
		background: #ccc;
		padding: 1px;
	}

	div#mvp-main-template .qa_precautions p.btn_qa span{
		display: block;
		line-height: 18px;
		width: 98%;
		color: #186aa3;
		font-size: 14px;
		font-weight: bold;
	}

	div#mvp-main-template .qa_precautions p.btn_qa a{
	background: -moz-linear-gradient(top,#FFF 0%,#e4eaff);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e4eaff));
		background: linear-gradient(to bottom, #fff, #e4eaff);/* IE10+, W3C */
	border: 2px solid #FFF;
	width: 99%;
	width:calc(100% - 4px);
		height: 33px;
	padding: 5px 0;
		text-align: center;
	color: #111;
		font-size: 11px;
}

	div#mvp-main-template .qa_precautions p.btn_precautions {
		display: block;
		width: 48%;
		background: #ccc;
		padding: 1px;
		margin-bottom: 20px;
		float: left;
	}

	div#mvp-main-template .qa_precautions p.btn_precautions a{
		display: block;
	background: -moz-linear-gradient(top,#FFF 0%,#ffdfdf);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#ffdfdf));
		background: linear-gradient(to bottom, #fff, #ffdfdf);/* IE10+, W3C */
	border: 2px solid #FFF;
	width: 99%;
	width:calc(100% - 4px);
		height: 43px;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
		line-height: 43px;
	color: #d14b4b;
	}

/*--------------- generic_banners.html -----------*/

	div#mvp-main-template div.generic_banners{
		text-align: center;
		width: 100%;
		height: auto;
		display: flex;
		-webkit-justify-content: space-between; /* Safari */
		justify-content: space-between;
		-webkit-flex-wrap: wrap; /* Safari */
		flex-wrap: wrap;
		padding-bottom: 10px;
	}

	.generic_banners img{
		margin-bottom: 12px;
		float: left;
	}

/*--------------- safety-links.html -----------*/

	div#mvp-main-template div.safety-links {
		padding: 5px;
		margin: 0;
		width: auto;
		border: solid 4px #efefef;
	}

	div#mvp-main-template div.pc1 {
		/*height: 220px; 20201225*/
	}

	div#mvp-main-template div.pc2 {
		height: 35px;
	}

	div#mvp-main-template div.safety-links ul{
		list-style: none;
		display: block;
		background: #fff;
		width: 100%;
	}

	div#mvp-main-template div.safety-links li{
		list-style: none;
		display: block;
		width: 44%;
		float: left;
		padding: 5px 12px;
		margin: 0 10px;
		background: url("/common/images/icons/icon_box_arrow.png") no-repeat 12px 7px;
		border: none;
	}

	div#mvp-main-template div.safety-links p.title a{
		display:block;
		width: 90%;
		color:#333;
		font-size: 110%;
		font-weight: bold;
		margin: 0 22px;
		padding: 10px 10px 0 0;
		background: none;
		line-height: 30px;
	}

	div#mvp-main-template div.safety-links li a {
		margin-left: 18px;
		color: #3e3e3e;
	}

	div#mvp-main-template div.safety-links li.linebreake a {
		display: block;
		line-height: 15px;
	}

	div#mvp-main-template div.safety-links li.odd {
		display: block;
		line-height: 15px;
	}


	div#mvp-main-template div.safety-links li.mayaku{
		border: none;
		line-height: 25px;
	}

/*--------------- div.mvp-template-qa-box -----------*/

	div#mvp-main-template div.mvp-template-qa-box {
		padding: 5px;
		margin: 0 0 20px; 0;
		text-align: left;
		width: auto;
		background: #efefef;
		border: solid 1px #ccc;
	}

	div#mvp-main-template div.mvp-template-qa-box ul{
		list-style: none;
		display: block;
		background: #fff;
		width: auto;
		height: auto;
		padding: 0 0 0 10px;
		overflow: hidden;
	}

	div#mvp-main-template div.mvp-template-qa-box h2{
		display: block;
		width: auto;
		padding: 12px 5px 5px 30px;
		border: none;
		height: 20px;
		background: #fff;
	}

	div#mvp-main-template div.mvp-template-qa-box h2 a{
		margin: 0 auto;
		font-weight: bold;
		font-size: 110%;
		color: #333;
	}

	div#mvp-main-template div.mvp-template-qa-box li{
		list-style: none;
		display: block;
		width: 18%;
		float: left;
		padding: 5px 14px;
		margin: 0 10px;
		background: url("/common/images/qa/link_icon.gif") no-repeat 12px 10px;
		border: none;
	}

	div#mvp-main-template div.mvp-template-qa-box li a {
		margin-left: 18px;
		color: #3e3e3e;
	}

	div#mvp-main-template div.mvp-template-qa-box ul.di-link {
		background: #fff;
		padding-top: 2px;
		width: auto;
		height: auto;
	}

	div#mvp-main-template div.mvp-template-qa-box ul.di-link li {
		width: 93%;
		border-top: 1px solid #b0c3e5;
		border-bottom: none;
		line-height: 30px;
		background: url("/common/images/qa/link_icon.gif") no-repeat 12px 15px;
	}


/*--------------- di_links.html -----------*/
/*
	div#mvp-main-template div.mvp-category-link-box {
		padding: 5px;
		margin: 0 0 20px 0;
		text-align: left;
		width: auto;
		background: #efefef;
		border: solid 1px #ccc;
	}
*/
/*
	div#mvp-main-template div.mvp-category-link-box .mvp-template-box {
		background: #fff;
		width: auto;
		border: none;
		margin: 0;
		padding: 0 20px;
	}
	div#mvp-main-template div.mvp-category-link-box .mvp-template-box p{
		display: block;
		width: 40%;
		padding: 10px 10px 0 0;
		margin: 0 10px;
		font-weight: bold;
		line-height: 30px;
		font-size: 110%;
	}

	div#mvp-main-template div.mvp-category-link-box .mvp-template-box p a{
		color: #333;
	}

	div#mvp-main-template div.mvp-category-link-box ul{
		list-style: none;
		display: block;
	}
	*/
/*
	div#mvp-main-template div.mvp-category-link-box li{
		list-style: none;
		display: block;
		float: left;
		padding: 5px 5px;
		margin: 0 5px 0 10px;
		background: url("/common/images/icons/icon_box_arrow.png") no-repeat 0 7px;
		border: none;
		width: 27%;
	}
	div#mvp-main-template div.mvp-category-link-box li.three{
		clear: both;
		float: left;
	}

	div#mvp-main-template div.mvp-category-link-box li a {
		margin-left: 10px;
		color: #3e3e3e;
	}
*/

	div#mvp-main-template div.mvp-category-link-box .mvp-down {
		display: none;
	}

	div#mvp-main-template ul.menu li.down-menu {
		width: 95%;
		clear: both;
		overflow: hidden;
	}

	div#mvp-main-template ul.menu li.down-menu .cate1{
		padding: 0 3px 8px 10px;
		color: #333;
		margin: 0;
		font-size: 100%;
	}

	div#mvp-main-template div.mvp-category-link-box ul li ul {
		width: 98%;
		padding-top: 0;
	}

	div#mvp-main-template div.mvp-category-link-box ul li ul li {
		padding: 0;
		margin: 0;
		background: none;
		width: 25%;
		float: left;
		line-height: 18px;
	}

	div#mvp-main-template div.mvp-category-link-box ul li ul li.odd1 {
		clear: both;
		float: left;
	}

	div#mvp-main-template div.mvp-category-link-box  li ul li a {
		display: block;
		padding: 3px 2px 3px 12px;
		margin: 0 5px;
		background: url("/common/images/arrow_content.png") no-repeat 0 7px;
	}

	div#mvp-main-template div.mvp-template-channel-banners-box {
		border-radius: 5px 5px 0 0;
	}

	div#mvp-main-template div.mvp-template-channel-banners-box p.channel-title {
		font-size: 95%;
		border-radius: 5px 5px 0 0;
		padding: 5px 5px 5px 10px;
		text-align: left;
	}

	div#mvp-main-template div.mvp-template-channel-banners-box p.channel-title.rec-ra-channel-title {
		background-color: #fff;
		border: 1px solid #009e96;
	}
	div#mvp-main-template div.mvp-template-channel-banners-box p.channel-title.rec-ps-channel-title {
		background-color: #fff;
		border: 1px solid #f18705;
	}
	div#mvp-main-template div.mvp-template-channel-banners-box p.channel-title.rec-ibd-channel-title {
		background-color: #124098;
		border: 1px solid #124098;
	}
	div#mvp-main-template div.mvp-template-channel-banners-box p.channel-title.ibd-library-title {
		background-color: #eb6100;
		border: 1px solid #eb6100;
	}

	div#mvp-main-template div.mvp-template-channel-banners-box p.channel-title.rec-ibd-channel-title a,
	div#mvp-main-template div.mvp-template-channel-banners-box p.channel-title.ibd-library-title a {
		color: #fff;
	}
	div#mvp-main-template div.mvp-template-channel-banners-box p.channel-title.stl-channel-title,
	div#mvp-main-template div.mvp-template-channel-banners-box p.channel-title.stl-uc-channel-title {
		background-color: #fff;
		border: 1px solid #492080;
	}
	div#mvp-main-template div.mvp-template-channel-banners-box p.channel-title.smp-ra-channel-title,
	div#mvp-main-template div.mvp-template-channel-banners-box p.channel-title.smp-uc-channel-title {
		background-color: #fff;
		border: 1px solid #013564;
	}
	div#mvp-main-template div.mvp-template-channel-banners-box p.channel-title.cdt-channel-title {
		background-color: #fff;
		border: 1px solid #0eb08b;
	}

	div#mvp-main-template div.mvp-template-channel-banners-box p.channel-title.rpa-oto-channel-title,
	div#mvp-main-template div.mvp-template-channel-banners-box p.channel-title.rpa-derma-channel-title
	 {
		background-color: #fff;
		border: 1px solid #ea5514;
	}
	div#mvp-main-template div.mvp-template-channel-banners-box p.channel-title.alex-channel-title {
		background-color: #fff;
		border: 1px solid #005bac;
	}

	div#mvp-main-template div.mvp-template-channel-banners-box p.channel-title.cnl-channel-title {
		background: -ms-linear-gradient(top, #e9af0d, #f9c638);
		background: -moz-linear-gradient(top, #e9af0d, #f9c638);
		background: -webkit-linear-gradient(top, #e9af0d, #f9c638);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9af0d', endColorstr='#f9c638', GradientType=0);
	}

	div#mvp-main-template div.mvp-template-channel-banners-box p.channel-title.can-channel-title {
		background: -ms-linear-gradient(top, #002d6b, #006cb8);
		background: -moz-linear-gradient(top, #002d6b, #006cb8);
		background: -webkit-linear-gradient(top, #002d6b, #006cb8);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#002d6b', endColorstr='#006cb8', GradientType=0);
	}

	div#mvp-main-template div.mvp-template-channel-banners-box p.channel-title.cnl-channel-title { background-color: #e9af0d; }
	div#mvp-main-template div.mvp-template-channel-banners-box p.channel-title.tnl-channel-title { background-color: #e40074; }
	div#mvp-main-template div.mvp-template-channel-banners-box p.channel-title.mnt-channel-title { background-color: #000000; }
	div#mvp-main-template div.mvp-template-channel-banners-box p.channel-title.krm-channel-title { background-color: #0068b7; }
	div#mvp-main-template div.mvp-template-channel-banners-box p.channel-title.urs-channel-title { background-color: #0058a4; }
	div#mvp-main-template div.mvp-template-channel-banners-box p.channel-title.vaf-channel-title { background-color: #531066; }


	div#mvp-main-template div.mvp-template-channel-banners-box p.channel-title a {
		color: #fff;
		font-weight: bold;
		text-decoration: none;
	}

	div#mvp-main-template div.mvp-template-channel-banners-box p.rec-ra-channel-title a {
		color: #009e96;
		font-weight: bold;
		text-decoration: none;
	}


		div#mvp-main-template div.mvp-template-channel-banners-box p.rec-ps-channel-title a {
		color: #f18705;
		font-weight: bold;
		text-decoration: none;
	}
		div#mvp-main-template div.mvp-template-channel-banners-box p.rec-ibd-channel-title a {
		color: #124098;
		font-weight: bold;
		text-decoration: none;
	}
		div#mvp-main-template div.mvp-template-channel-banners-box p.smp-ra-channel-title a,
		div#mvp-main-template div.mvp-template-channel-banners-box p.smp-uc-channel-title a{
		color: #013564;
		font-weight: bold;
		text-decoration: none;
	}
		div#mvp-main-template div.mvp-template-channel-banners-box p.stl-channel-title a,
		div#mvp-main-template div.mvp-template-channel-banners-box p.stl-uc-channel-title a{
		color: #492080;
		font-weight: bold;
		text-decoration: none;
	}
		div#mvp-main-template div.mvp-template-channel-banners-box p.cdt-channel-title a {
		color: #000;
		font-weight: bold;
		text-decoration: none;
	}
		div#mvp-main-template div.mvp-template-channel-banners-box p.rpa-oto-channel-title a,
		div#mvp-main-template div.mvp-template-channel-banners-box p.rpa-derma-channel-title a{
		color: #ea5514;
		font-weight: bold;
		text-decoration: none;
	}
		div#mvp-main-template div.mvp-template-channel-banners-box p.alex-channel-title a {
		color: #005bac;
		font-weight: bold;
		text-decoration: none;
	}


	div#mvp-main-template .mvp-template-box ul.content-banenr-list {
		margin: 10px auto;
	}

 	div#mvp-main-template .mvp-template-box ul.content-banenr-list li {
 		float: left;
 		width: 33%;
 		line-height: 2.0;
 		text-align: center;
    	display: table;
    	padding: 3px 0;
 	}

	div#mvp-main-template .mvp-template-box ul.content-banenr-list li img {
		max-height: 50px;
	}

	/* cooperation */
/*
	body#mvp-coo div#mvp-main-template div.mvp-category-link-box {
		padding: 0;
		background: #3a83c3;
	}

	body#mvp-coo div#mvp-main-template div.mvp-category-link-box .mvp-template-box {
		padding: 0;
	}

	body#mvp-coo div#mvp-main-template div.mvp-category-link-box p.mvp-template-box-title{
	    width:auto;
		margin:0;
		padding:5px 10px;
		color:#fff;
		background: #3a83c3;
	}

	body#mvp-coo div#mvp-main-template div.mvp-category-link-box p.mvp-template-box-title a {
		display:block;
		color: #fff;
		font-weight:normal;
	}

	body#mvp-coo div#mvp-main-template div.mvp-category-link-box ul.menu li {
		margin: 0 0 0 2.5%;
		width:29%;
	}

	body#mvp-coo div#mvp-main-template div.mvp-category-link-box ul.menu li:first-child{
		border-top: none;
	}

	div#mvp-main-template div.mvp-category-link-box div.mvp-other-link {
		background:#fff;
		border-top: solid 1px #ccc;
		padding-bottom: 5px;
	}

	div#mvp-main-template div.mvp-category-link-box div.mvp-other-link p {
		height:auto;
		padding: 10px 10px 10px 20px;
		font-size:90%;
		font-weight:bold;
	}

	div#mvp-main-template div.mvp-category-link-box div.mvp-other-link li {
		width:27%;
		max-width:460px;
		min-width:230px;
	    padding: 0;
	    margin: 0 13px 10px 12px;
		border:none;
	    background:none;
	}

	div#mvp-main-template div.mvp-category-link-box div.mvp-other-link li a {
	    padding: 3px 0;
	}

	div#mvp-main-template div.mvp-category-link-box div.mvp-other-link li img {
		width:100%;
	}
*/
	/*--------------- /seminars/ -----------*/

	div.seminars-contents {
	    margin: 15px 0;
	    overflow: hidden;
	    text-align: left;
	}

	div.seminars-contents{
		margin: 15px 0;
		overflow: hidden;
		text-align: left;
	}

	div.seminars-contents p.seminars-category-title a{
		display: block;
	    font-size: 110%;
	    color: #0f9bcf;
	    font-weight: bold;
	}

	div.seminars-contents div.seminars-box p.seminar-title span.sub-title{
		color: #000;
		font-size: 90%;
	}

	div.seminars-contents div.seminars-box p.seminar-title a {
		color: #0f9bcf;
		font-size: 100%;
		font-weight: bold;
	}

	div.seminars-contents div.seminars-left {
		float: left;
		padding-right: 10px;
		width: 48%;
	}

	div.seminars-contents div.seminars-right {
		float: right;
		width: 48%;
	}

	div.seminars-contents div.seminars-category p.seminars-category-title{
		padding-bottom: 5px;
		font-weight: bold;
		height: 45px;
	}

	div.seminars-contents div.seminars-category p.seminars-category-title a{
		font-size: 110%;
		color: #0f9bcf;
		font-weight: bold;
		padding-left: 30px;
	}

	div.seminars-contents div.seminars-category p.seminars-category-title img{
		vertical-align: bottom;
		padding-right: 5px;
		margin-left: -26px;
	}

	div.seminars-contents div.seminars-box {
		background-color: #fff;
		border: 1px solid #c3c3c3;
		padding: 10px;
		text-align: left;
		overflow: hidden;
	}

	div.seminars-contents div.seminars-box div.profile{
		overflow: hidden;
		padding-left: 5px;
	}

	div.seminars-contents div.seminars-box p.profile-name{
		font-size: 95%;
	}

	div.seminars-contents div.seminars-box div.profile img {
		margin-right: 5px;
		width: 57px;
		float: left;
	}

	div#mvp-main-template div.seminars-contents div.seminars-box p span.doctor-name{
		font-size: 120%;
	    font-weight: bold;
	    padding-right: 1em;
	}

	div#mvp-main-template div.seminars-contents div.seminars-box p span.doctor-section{ color: #797979; }


	#mvp-sup #main h2,
	#mvp-sup #main h3.mvp-cap span {
		margin: 0 0 10px 0;
		padding: 1px 0 1px 15px;
		font-weight:bold;
		background: url(/common/images/common.png) no-repeat left -147px;
	}

	/*brightcove*/
	#main .bc_chapter_desc_box {
	    border: solid 2px #ccc;
	    margin: 30px 50px;
	    padding: 10px 40px;
	    text-align: center;
	    font-size: 90%;
	}

	#main .bc_chapter_desc_box img {
		max-width: 100%;
	}

	#main .bc_chapter_desc_box img.bc_chapter_icon {
		margin: 0 5px;
	}

	#main dl.video-box-chapter{
		max-width: 500px;
	    margin: 0 auto;
	}

	#main dl.video-box-chapter .chapter-title {
	  border-bottom: 1px solid #000;
	  padding-bottom: 5px;
	  margin-bottom: 5px;
	}

	#main dl.video-box-chapter ol {
	  line-height: 1.7;
	  padding-left: 1.5rem;
	}

	#main dl.video-box-chapter ol li {
	  list-style: decimal;
	}

@media screen and (max-width: 959px) {
	div#mvp-main-template .channel-head {
		padding: 10px 20px 5px;
	}
	div#mvp-main-template .channel-head .channel-title,
	div#mvp-main-template .channel-head.rec-ra-channel .channel-title,
	div#mvp-main-template .channel-head.smp-ra-channel .channel-title,
	div#mvp-main-template .channel-head.smp-uc-channel .channel-title,
	div#mvp-main-template .channel-head.rec-ps-channel .channel-title,
	div#mvp-main-template .channel-head.rec-ibd-channel .channel-title,
	div#mvp-main-template .channel-head.cdt-channel .channel-title,
	div#mvp-main-template .channel-head.mnt-channel .channel-title,
	div#mvp-main-template .channel-head.stl-channel .channel-title,
	div#mvp-main-template .channel-head.stl-uc-channel .channel-title,
	div#mvp-main-template .channel-head.alex-channel .channel-title,
	div#mvp-main-template .channel-head.rpa-oto-channel .channel-title,
	div#mvp-main-template .channel-head.rpa-derma-channel .channel-title,
	div#mvp-main-template .channel-head .main-visual  {
		float: none;
		max-width:100%;
		padding:10px 0;
	}
	div#mvp-main-template .channel-head .channel-title>.main-desc>br{
		display:none;
	}
	div#mvp-main-template .channel-head .main-visual,
	div#mvp-main-template .channel-head .rec-ra-main-visual,
	div#mvp-main-template .channel-head .rec-ps-main-visual,
	div#mvp-main-template .channel-head .rec-ibd-main-visual,
	div#mvp-main-template .channel-head .smp-ra-main-visual,
	div#mvp-main-template .channel-head .smp-uc-main-visual {
		border-left: none;
		padding-left: 0;
		text-align:left;
	}

	}

}
