@charset "UTF-8";
/**
 * 汎用クラス
 */

.textNormal {
	font-size:12px;
	line-height:1.6em;
	margin-bottom:10px;
}

/* ------------------------------
 Tag
------------------------------ 

.tagMedia a,
.tagEc a,
.tagCreative a,
.tagEvent a,
.tagStaff a,
.tagAll a,
.tagDs a {
    display: block;
    background: url(../images/Tags.png) no-repeat;
    width: 100%;
    height: 0px;
    overflow: hidden;
    padding-top: 15px;
    text-indent: -9999px;
}
.tagMedia a {
    width: 47px;
}
.tagMedia a:hover {
    background-position: 0px -15px;
}
.tagEc a {
    width: 30px;
    background-position: -47px 0px;
}
.tagEc a:hover {
    background-position: -47px -15px;
}
.tagCreative a {
    width: 63px;
    background-position: -77px 0px;
}
.tagCreative a:hover {
    background-position: -77px -15px;
}
.tagEvent a {
    width: 49px;
    background-position: -140px 0px;
}
.tagEvent a:hover {
    background-position: -140px -15px;
}
.tagStaff a {
    width: 45px;
    background-position: -189px 0px;
}
.tagStaff a:hover {
    background-position: -189px -15px;
}
.tagAll a {
    width: 32px;
    background-position: -234px 0px;
}
.tagAll a:hover {
    background-position: -234px -15px;
}
.tagDs a {
    width: 30px;
    background-position: -266px 0px;
}
.tagDs a:hover {
    background-position: -266px -15px;
}


/* ------------------------------
 Link
------------------------------ */

.linkMedia a,
.linkEc a,
.linkCreative a,
.linkEvent a {
    background: url(../images/service/Links.png) no-repeat;
    display: block;
    width: 100%;
    height: 0px;
    overflow: hidden;
    padding-top: 17px;
}
.linkMedia a {
    width: 238px;
}
.linkMedia a:hover {
    background-position: 0px -17px;
}
.linkEc a {
    width: 178px;
    background-position: -238px 0px;
}
.linkEc a:hover {
    background-position: -238px -17px;
}

.linkCreative a {
    width: 196px;
    background-position: -416px 0px;
}
.linkCreative a:hover {
    background-position: -416px -17px;
}
.linkEvent a {
    width: 167px;
    background-position: -612px 0px;
}
.linkEvent a:hover {
    background-position: -612px -17px;
}

/**
 * クリアフィックスハック
 * 基本的なスタイルにあらかじめ適応、ClearFixクラスも準備
 */
.clearFix:after { 
	content:"";
    display:block;
    clear:both;
} 
.clearFix { 
	display: inline-block; 
}
/* Mac版IE除外 \*/
.clearFix { 
	display: block; 
}
/* Localized */
.TextBold {
	font-weight: bold;
	color: #000;
}
#adDMM {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: 15px;
}
#adDMMv {
	margin-bottom: 10px;
	/* [disabled]padding-top: 10px; */
	padding-bottom: 10px;
	height: 600px;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
}
