/*-----------------------------------------------------------------------------------*/
/*	広告代理店業用CSS　PC・SP
/*-----------------------------------------------------------------------------------*/



/*===============================================
●pc用.css 画面の横幅が641px以上（タブレット共通）
===============================================*/
#marketing_key_box_02.index{
	background: url(../images/marketing/marketing-01-title.jpg) no-repeat 0 0;
}

#marketing_key_box_02.aff_info{
	background: url(../images/marketing/marketing-03-title.jpg) no-repeat 0 0;
}

#marketing_key_box_02.aff_nayami{
	background: url(../images/marketing/marketing-04-title.jpg) no-repeat 0 0;
}

#marketing_key_box_02.aff_discussion{
	background: url(../images/marketing/marketing-08-title.jpg) no-repeat 0 0;
}

#marketing_key_box_02.aff_buzz{
	background: url(../images/marketing/marketing-05-title.jpg) no-repeat 0 0;
}

#marketing_key_box_02.aff_seazon{
	background: url(../images/marketing/marketing-06-title.jpg) no-repeat 0 0;
}

#marketing_key_box_02.aff_optimization{
	background: url(../images/marketing/marketing-07-title.jpg) no-repeat 0 0;
}

#marketing_key_box_02.listing{
	background: url(../images/marketing/marketing-10-title.jpg) no-repeat 0 0;
}

#marketing_key_box_02.listing_keyword{
	background: url(../images/marketing/marketing-17-title.jpg) no-repeat 0 0;
}

#marketing_key_box_02.ydn_gdn{
	background: url(../images/marketing/marketing-18-title.jpg) no-repeat 0 0;
}

#marketing_key_box_02.listing_sp{
	background: url(../images/marketing/marketing-19-title.jpg) no-repeat 0 0;
}

#marketing_key_box_02.ab_test{
	background: url(../images/marketing/marketing-20-title.jpg) no-repeat 0 0;
}

#marketing_key_box_02.listing_price{
	background: url(../images/marketing/marketing-11-title.jpg) no-repeat 0 0;
}


#marketing_key_box_02 h2 {
    color: #00649b;
    font-size: 32px;
    padding-top: 18px;
    line-height: 1.2;
}

#marketing_key_box_02.index h2{
	padding-top: 24px;
}

#marketing_key_box_02.aff_info h2{
	line-height: 180px;
	padding-top: 0;
}


#marketing_key_box_02 h2 .f_s{
	font-size: 14px;
	color: #666;
	line-height: 2;
	display: block;
}

#marketing_key_box_02 h2 .f_s .f_red{
	color: #da004a
}

#marketing_key_box_02.aff_nayami h2,
#marketing_key_box_02.aff_discussion h2,
#marketing_key_box_02.aff_buzz h2,
#marketing_key_box_02.aff_seazon h2,
#marketing_key_box_02.listing h2,
#marketing_key_box_02.listing_price h2{
	padding-top: 30px;
}

#marketing_key_box_02.index h2 .f_s{
	line-height: 1.8;
}
#marketing_key_box_02.aff_nayami h2 .f_s,
#marketing_key_box_02.aff_discussion h2 .f_s,
#marketing_key_box_02.aff_buzz h2 .f_s,
#marketing_key_box_02.aff_seazon h2 .f_s,
#marketing_key_box_02.listing h2 .f_s,
#marketing_key_box_02.listing_price h2 .f_s{
	font-size: 18px;
	color: #000;
	margin-top: 20px;
	line-height: 1.6;
}

#marketing_key_box_02.aff_optimization h2,
#marketing_key_box_02.listing_sp h2{
	padding-top: 56px;
}

#marketing_key_box_02.listing_keyword h2{
	font-size: 30px;
	padding-top: 30px;	
}



#marketing_key_box_02.ab_test h2,
#marketing_key_box_02.ydn_gdn h2{
	font-size: 26px;
	line-height: 1.5;
	padding-top: 34px;
}


#marketing_key_box_02.listing_keyword h2 .f_s{
	margin-top: 20px;
}

@media screen and (min-width:641px){
	#marketing_key_box_02{
		width: 720px;
		height: 180px;
		padding: 0 0 0 35px;
		box-sizing: border-box;
	}

}

@media screen and (max-width:640px){
	
	#marketing_key_box_02{
		height: 0;
		padding-top: 25%;
		background-size: cover !important;
	}

	#marketing_key_box_02 h2{
		font-size: 32px;
		margin: -25% 0 0 6%;
	}

	#marketing_key_box_02 h2 .f_s {
		font-size: 12px;
	}
	
	#marketing_key_box_02.aff_info h2{
		line-height: 170px;
	}
	
	#marketing_key_box_02.aff_optimization h2,
	#marketing_key_box_02.listing_sp h2{
		padding-top: 47px;
	}
	#marketing_key_box_02.ydn_gdn h2,
	#marketing_key_box_02.ab_test h2,
	#marketing_key_box_02.listing_price h2{
		padding-top: 26px;	
	}
	
	
}

@media screen and (max-width:414px){
	#marketing_key_box_02 h2 {
		font-size: 22px;
		margin: -28% 0 0 3%;
	}
		
	#marketing_key_box_02 h2 .f_s {
		font-size: 9px;
		line-height: 1.6;
	}
	
	#marketing_key_box_02.aff_info h2 {
		line-height: 130px;
	}
	
	#marketing_key_box_02.aff_nayami h2 .f_s,
	#marketing_key_box_02.aff_discussion h2 .f_s,
	#marketing_key_box_02.aff_buzz h2 .f_s,
	#marketing_key_box_02.aff_seazon h2 .f_s,
	#marketing_key_box_02.listing h2 .f_s{
		font-size: 14px;
	}
	
	#marketing_key_box_02.aff_optimization h2,
	#marketing_key_box_02.listing_sp h2{
		padding-top: 41px;
	}
	#marketing_key_box_02.listing_keyword h2{
		padding-top: 31px;	
	}
	#marketing_key_box_02.ab_test h2 .f_s_02{
		font-size: 20px;
	}
	
	#marketing_key_box_02.listing_price h2 .f_s{
		font-size: 18px;
	}
	
}

@media screen and (max-width:360px){
	#marketing_key_box_02 h2 {
		font-size: 20px;
		margin: -29% 0 0 3%;
	}
	
	#marketing_key_box_02.aff_info h2 {
		line-height: 120px;
	}
	
	#marketing_key_box_02.aff_optimization h2,
	#marketing_key_box_02.listing_sp h2{
		padding-top: 36px;
	}
	
	#marketing_key_box_02.ab_test h2 .f_s_02{
		font-size: 18px;
	}
	
	#marketing_key_box_02.listing_price h2 .f_s{
		font-size: 16px;
	}

}

@media screen and (max-width:320px){
	#marketing_key_box_02 h2 {
		font-size: 18px;
		margin: -29% 0 0 6%;
	}
	
	#marketing_key_box_02 h2 .f_s {
		font-size: 7px;
	}
	
	#marketing_key_box_02.aff_info h2 {
		line-height: 110px;
	}
	
	#marketing_key_box_02.aff_nayami h2,
	#marketing_key_box_02.aff_discussion h2,
	#marketing_key_box_02.aff_buzz h2,
	#marketing_key_box_02.aff_seazon h2,
	#marketing_key_box_02.listing h2{
		padding-top: 24px;
	}
	
	#marketing_key_box_02.aff_nayami h2 .f_s,
	#marketing_key_box_02.aff_discussion h2 .f_s,
	#marketing_key_box_02.aff_buzz h2 .f_s,
	#marketing_key_box_02.aff_seazon h2 .f_s,
	#marketing_key_box_02.listing h2 .f_s{
		font-size: 12px;
	}
	
	#marketing_key_box_02.aff_optimization h2,
	#marketing_key_box_02.listing_sp h2{
		padding-top: 31px;
	}
	
	#marketing_key_box_02.listing_keyword h2{
		padding-top: 26px;	
	}
	
	#marketing_key_box_02.ydn_gdn h2,
	#marketing_key_box_02.ab_test h2{
		padding-top: 22px;	
	}
	
	#marketing_key_box_02.ab_test h2 .f_s_02{
		font-size: 15px;
	}
	
	#marketing_key_box_02.listing_price h2 .f_s{
		font-size: 14px;
	}
	
}



/********** marketing 共通 **********/

.gray{
	background:#f5f5f5;	
	margin-bottom:10px;	
}

.pink{
	background:#ffedf3;
	margin-bottom:10px;	
	
}

.red{
	color:#db004b;	
	
}

.orange{
	background:#fff5f2;
	padding:20px 15px;
	position:relative;
	font-size:120%;
	letter-spacing:-0.05em;
}
.orange_ab{
	position:absolute;
	top:-10px;
	right:0px;	
	
}

.yellow_txt{
	color:#e6e300;
	
}

.black{
	background:#292b33;
	padding:30px 20px;
	font-size:24px;
	text-align:center;
	color:#FFFFFF;
	text-shadow:1px 1px 0px #000;
		
}

.white_txt{
	color:#fff;
	
}
.blue_back01,.blue_back02, .blue_back03, .blue_back04{
	line-height:1.5;
	color:#00649b;
	font-weight:bold;	
	font-size:16px;
	margin:10px 0px 0px 0px;
	padding-left:122px;
	padding-top:7px;
	padding-bottom:4px;
}
.blue_back01{
	background: url(../images/marketing/marketing-point01.jpg) no-repeat left top ;
}

.blue_back02{
	background: url(../images/marketing/marketing-point02.jpg) no-repeat left top ;
}
.blue_back03{
	background: url(../images/marketing/marketing-point03.jpg) no-repeat left top ;
}

.blue_back04{
	background: url(../images/marketing/marketing-point04.jpg) no-repeat left top ;
}

.blue_txt{
	color:#00649b;
}

.kon_txt{
	color:#0077e0;	
	
}

.txt_deco{	
	text-decoration:underline;
}

.font14{
	font-size:14px;
	
}

.font15{
	font-size:15px;
	
}

.font16{
	font-size:16px;
	
}
.font18{
	font-size:18px;
	
}
.font20{
	font-size:20px;
	
}
.font24{
	font-size:24px;
	
}
.font_mincho{
	font-size:20px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight:bold;
	
	
}

.center{
		text-align:center;
}

.bold{
	font-weight:bold;	
	
}

.box_h4{
	background: url(../images/marketing/marketing-tlt-h4.png) repeat left top ;
	margin-bottom: 15px;
}

.box_img{
	margin-top:30px;
	margin-bottom:20px;
	
}

.box_waku{
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
	
}
.box_waku_kokoku{
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	margin-bottom:10px;
	
}

.waku{
	border:#dcdcdc solid 1px;	
	margin:10px 0px;
}
.waku_n{
	margin:10px 0px;
}
.clear{
	clear:both;	
	content: ".";   
    display: block;   
    height: 0;   
    visibility: hidden;
	font-size:0; 
	
}

.float-lt {
	float:left;
	margin-right:15px;
}

.float-lt02 {
	float:left;
}

.float-rt {
	float:right;
	margin-left:15px;
}



#marketing p{
	margin:10px 0px;
	line-height:1.8;
}

#marketing .syokihiyou{
	border: 1px solid #ccc;
	padding: 10px;
}

#marketing .syokihiyou .in{
	width: 470px;
	margin: 0 auto;
	display: table;
}

#marketing .syokihiyou .txt_01,
#marketing .syokihiyou .txt_02,
#marketing .syokihiyou .arrow_01{
	display: table-cell;
	color: #00497E;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
}

#marketing .syokihiyou .arrow_01 img{
	display: inline;
}

#marketing .syokihiyou .txt_01{
	font-size: 38px;
}


#marketing .syokihiyou .txt_02{
	font-size: 24px;
	width: 20%;
}

#marketing .syokihiyou .txt_02 span{
	font-size: 30px;
}

#marketing .getugaku{
	border: 1px solid #ccc;
	padding: 10px;
}

#marketing .getugaku p{
	color:#fff;
	background: #000;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}

#marketing p.mb_60,
#marketing dl.mb_60{
	margin-bottom: 60px;
}
#marketing p.indent40{
	padding-left:130px;
	
}
.space{
	letter-spacing: -0.1em; 

}
/********** marketing b01-20 **********/
#marketing_key_box.seo_index{
	background: url(../images/marketing/marketing-12-title_key.jpg) no-repeat 0 0;
}
#marketing{
	margin:20px 0px 20px 0px;
	
}


#marketing h3{
	padding:13px 0px 13px 30px;
	margin:35px 0px 15px 0px;
	
	background: url(../images/marketing/marketing-tlt-h3.png) no-repeat 10px 12px, -moz-linear-gradient(#00528d, #002f61);
	background: url(../images/marketing/marketing-tlt-h3.png) no-repeat 10px 12px, -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #002f61), color-stop(0.00, #00528d));
	background: url(../images/marketing/marketing-tlt-h3.png) no-repeat 10px 12px, -webkit-linear-gradient(#00528d, #002f61);
	background: url(../images/marketing/marketing-tlt-h3.png) no-repeat 10px 12px, -o-linear-gradient(#00528d, #002f61);
	background: url(../images/marketing/marketing-tlt-h3.png) no-repeat 10px 12px, -ms-linear-gradient(#00528d, #002f61);
	background: url(../images/marketing/marketing-tlt-h3.png) no-repeat 10px 12px, linear-gradient(#00528d, #002f61);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00528d', endColorstr='#002f61',GradientType=0 ); /* IE6-9 */


	-moz-box-shadow:inset 1px 1px 0px rgba(255,255,255,0.3),2px 2px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow:inset 1px 1px 0px rgba(255,255,255,0.3), 2px 2px 3px rgba(0,0,0,0.3);
	box-shadow:inset 1px 1px 0px rgba(255,255,255,0.3), 2px 2px 3px rgba(0,0,0,0.3);
	
	border:#002f61 solid 1px;
  color:#FFFFFF;
  font-weight:bold;
  font-size:19px;

}
#marketing h3.sub{
	padding:13px 0px 13px 30px;
	margin:30px 0px 15px 0px;
		background: url(../images/marketing/marketing-tlt-h3.png) no-repeat 10px 15px #3298d8;

	-moz-box-shadow:inset 1px 1px 0px rgba(255,255,255,0.3),2px 2px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow:inset 1px 1px 0px rgba(255,255,255,0.3), 2px 2px 3px rgba(0,0,0,0.3);
	box-shadow:inset 1px 1px 0px rgba(255,255,255,0.3), 2px 2px 3px rgba(0,0,0,0.3);
	
	border:#0095d8 solid 1px;
  color:#FFFFFF;
  font-weight:bold;
  font-size:19px;

}

#marketing h4{
	border-left:#6bafec solid 10px;
	background:#e9f3fc;
	color:#333;
	font-weight:bold;
	font-size:18px;
	padding:10px 17px;
	margin:15px 0px 15px 0px;
}
#marketing h5{
	background: url(../images/marketing/marketing-kazari02.jpg) no-repeat left center #116c96;
	border-left:#116c96 solid 2px;
	text-align:center;
	font-size:19px;
	font-weight:bold;
	padding:10px;
	color:#FFFFFF;
	margin:30px 0px 10px 0px;	
}

#marketing h5.twitte{
	background: url(../images/marketing/marketing-kazari01.jpg) no-repeat left center #116c96;


}
#marketing h5.line{
	background: url(../images/marketing/marketing-kazari01.jpg) no-repeat left center;
	border:none;
	border-top:#116c96 solid 2px;
	border-bottom:#116c96 solid 2px;
	border-right:#116c96 solid 2px;
	font-size:16px;
	color:#116c96;
	font-weight:normal;
	text-align:left;
	padding:7px 0px 5px 50px;
	margin:15px 0px;	
}
#affili_menu{
	margin:35px 0px 10px 0px;
	padding:20px 0px 15px 20px;
	background:#f3f7fb;
	color:#004678;
}
#affili_menu h5{
	background: url(../images/marketing/marketing-menu-bar.jpg) no-repeat left bottom;
	font-size:18px;
	padding:0px 15px 15px 0px;
	margin-top:0px;
	margin-bottom:10px;
	color:#004678;
	text-align:left;
	border:none;
	font-weight:normal;
}


#affili_menu ul#menu_list li{
	border:#9eb9cd solid 2px;
	background:#FFF;
	margin-bottom:10px;
	float:left;
	background: url(../images/marketing/marketing-menu-yajirusi02.jpg) no-repeat left center #fff;
}


#affili_menu ul#menu_list li a{
	display:block;
	color:#004678;	
}

#affili_menu ul#menu_list li.last{
	padding-left:45px;
	padding-top:5px;
	padding-bottom:5px;
	width:400px;
}

#affili_menu ul#menu_list li.last_na{
	margin-right:10px;
	width:170px;
	padding-top:15px;
	height:35px;
	padding-left:45px;
}
#affili_menu ul#menu_list li.last_na02{
	margin-right:10px;
	width:170px;
	padding-top:5px;
	padding-left:45px;
	height:45px;
}


#marketing ul#list{
	margin:15px 0px 0px 0px;
}
#affili_menu ul#menu_list li:nth-child(3n){
	margin-right:0px;
}

#marketing ul#list li{
	margin-right:20px;
	margin-bottom:15px;
	float:left;
	width:350px;
}
#marketing ul#list li:nth-child(even){
	margin-right:0px;
	
}

#marketing ul#risting{
	margin:15px 0px 0px 0px;
}


#marketing ul#risting li{
	background: url(../images/marketing/marketing-01-back.png) no-repeat center center;
	padding:20px 0px 25px 0px;
	/* margin-right:20px; */
	
	margin-bottom:15px;
	float:left;
	width:350px;
}
#marketing ul#risting li:nth-child(even){
	margin-right:0px;
	
}
#marketing ul#risting li:nth-child(5), #marketing li:nth-child(6){
	margin-bottom:0px;
	
}

#marketing ul#risting li:hover{
		background: url(../images/marketing/marketing-01-back_on.png) no-repeat center center;

}
#marketing ul#risting li .mk_content{
	margin:0 auto ;
	width:292px;
	
}

.mk_content .pro_header{
		background: url(../images/marketing/marketing-01-bar.jpg) no-repeat left bottom;
		margin:0px 0px 10px 0px;
		height:50px;	
	
}
.mk_content .pro_header h6{
	background: url(../images/marketing/marketing-01-icon.jpg) no-repeat left center;	
	color:#00649b;
	font-weight:bold;
	padding:15px 5px 15px 20px;
	font-size:19px;
}

.mk_content p{
	margin:15px 0px 0px 0px;
	padding-left:95px;
	height:90px;
	font-size:13px;	
	
}

.mk_content p.img01{
	background: url(../images/marketing/marketing-01-img1.png) no-repeat left top;	
}
.mk_content p.img02{
	background: url(../images/marketing/marketing-01-img2.png) no-repeat left top;	
}
.mk_content p.img03{
	background: url(../images/marketing/marketing-01-img3.png) no-repeat left top;	
}
.mk_content p.img04{
	background: url(../images/marketing/marketing-01-img4.png) no-repeat left top;	
}
.mk_content p.img05{
	background: url(../images/marketing/marketing-01-img5.png) no-repeat left top;	
}
.mk_content p.img06{
	background: url(../images/marketing/marketing-01-img6.png) no-repeat left top;	
}

.risutin_txt_red{
	color:#e60012;
	font-weight:bold;
	font-size:15px;
}
.risutin_txt_gray{
	color:#222222;
}
.risutin_wrap{
	padding:30px 0px;
}
.risutin{
	margin:0 auto;
	width:93%;
	vertical-align:middle;
}
.risutin:first-child{
	padding-bottom:20px;
	
}

.risutin div:first-child{
	float:left;
	width:42.5%;
	
}

.risutin div:nth-child(2){
	float:left;
	width:15%;
	text-align:center;	
	padding-top:40px;
}

.risutin div:nth-child(3){
	float:left;
	width:42.5%;		
}
.risutin01{
	background-image: url(../images/marketing/marketing-01-pro_img01.png) ;	
	background-repeat: no-repeat;
	background-position: 60px bottom;
	padding:40px 0px 30px 270px;
}

.risutin02{
	background-image: url(../images/marketing/marketing-01-pro_img02.png) ;	
	background-repeat: no-repeat;
	background-position: 470px bottom;
	padding:35px 250px 35px 60px;
}

.risutin03{
	background-image: url(../images/marketing/marketing-01-pro_img03.png) ;	
	background-repeat: no-repeat;
	background-position: 60px bottom;
	padding:50px 0px 50px 310px;
}

.risutin04{
	background-image: url(../images/marketing/marketing-01-pro_img04.png) ;	
	background-repeat: no-repeat;
	background-position: 470px bottom;
	padding:30px 260px 30px 60px;
}

#blue_list{
	border:#cce0eb solid 4px;
	padding:20px 40px;
	margin-bottom:15px;
		
}

#blue_list li{
	background: url(../images/marketing/marketing-03-img02.jpg) no-repeat left 9px ;	
	border-bottom:#333333 dotted 1px;
	padding:13px 0px 7px 40px;
	font-size:15px;
	color:#666666;
}

#yellow_list{
	border-left:#ffc31e solid 7px;
	border-right:#ffc31e solid 7px;
	border-bottom:#ffc31e solid 7px;
	padding:10px 20px 50px 20px;
	margin-bottom:15px;
		
}

#yellow_list li{
	background: url(../images/marketing/marketing-yajirusi02.jpg) no-repeat left 17px ;	
	border-bottom:#333333 dotted 1px;
	padding:13px 0px 7px 3em;
	font-size:15px;
	color:#666666;
}

#white_list{
	margin:10px 0px;
	border-top:#333333 dotted 1px;
		
}

#white_list li{
	background: url(../images/marketing/marketing-yajirusi02.jpg) no-repeat left 17px ;	
	border-bottom:#333333 dotted 1px;
	padding:13px 0px 7px 4.5em;
    text-indent: -1.25em;
	font-weight:bold;
	color:#666666;
}

#blue_box{
	background: url(../images/marketing/marketing-10-img01.png) no-repeat center top ;		
	margin:10px 0px 0px 0px;
	padding:110px 55px 33px 55px;
	position:relative;
	height:310px;
		
}
#blue_box img{
	position:absolute;
	top:311px;
	left:0px;	
	
}

#blue_box li{
	background: url(../images/marketing/marketing-yajirusi03.jpg) no-repeat left 8px ;	
	border-bottom:#333333 dotted 1px;
	padding:10px 0px 5px 3em;
    text-indent: -1.25em;
	font-size:15px;
	color:#333333;
}

#listing_box{
	background: url(../images/marketing/marketing-10-img05.jpg) no-repeat left top ;		
	margin:10px 0px 20px 0px;
	padding:10px 10px 10px 200px;
		
}

#listing_box li{
	padding:0px 0px 8px 2em;
    text-indent: -1em;
	font-size:16px;
	color:#333333;
}

#listing_nayami_box{
	background: url(../images/marketing/marketing-10-img07.jpg) no-repeat right bottom ;
	border:#d7ced2 solid 1px;
	margin:20px 30px 50px 30px;
	padding:25px 20px 25px 30px;
	-moz-box-shadow:5px 5px 0px rgba(207,205,206,1);
	-webkit-box-shadow:5px 5px 0px rgba(207,205,206,1);
	box-shadow:5px 5px 0px rgba(207,205,206,1);
	font-size:15px;
	line-height:2em;
		
}

#listing_nayami_box li{
	background: url(../images/marketing/marketing-yajirusi03.jpg) no-repeat left 4px ;	
	padding:0px 0px 5px 3em;
    text-indent: -1.25em;
	font-size:15px;
	color:#333333;
}
.tenki_box{
	background: url(../images/marketing/marketing-05-img05.png) no-repeat 15px 0px #f0f0f0;	
	margin:10px 0px 0px 0px;
	padding:28px 0px 20px 105px;
	color:#e60012;
	font-size:20px;
		
}

.nayami{
	background: url(../images/marketing/marketing-04-img01.jpg) no-repeat center center ;		
	
}

.nayami ul{
	margin:10px 0px 30px 270px;	
	padding:50px 0px 30px 0px;	
}
.nayami li{
	background: url(../images/marketing/marketing-04-img01_back.jpg) no-repeat left center ;		
	font-size:15px;
	font-weight:bold;
	padding:5px 0px 0px 20px;
}



table#siharai{
	width: 100%;
	border-collapse: separate;
	border-spacing: 0px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;

}
table#siharai th{
	width:25%;
	padding:10px 20px;
	text-align: left;
	vertical-align: top;
	color: #fff;
	background-color: #4dc1e8;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
table#siharai td{
	width:75%;
	padding:10px 20px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


table#keyword{
	width: 100%;
	border-collapse: separate;
	border-spacing: 0px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size:12px;
	margin:15px 0px;

}

table#keyword thead th{
	text-align:center;
	
}
table#keyword tbody th{
	background-color: #d6e7a3;
}

table#keyword th{
	padding:5px 10px;
	text-align: left;
	vertical-align: top;
	color: #333;
	background-color: #4dc1e8;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

table#keyword th.meri{
		background-color: #f6bcb3;

}

table#keyword th.demeri{
		background-color: #a9dfe7;
}

table#keyword th.wh_na{
	background-color: #fff;
	border-top: none;
	border-left: none;
}

table#keyword td{
	padding:5px 10px;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}


#blue_waku{
	background: url(../images/marketing/marketing-tlt_h4.png) repeat left top ;
	padding:10px;
	margin:25px 0px 35px 0px;
	letter-spacing:-0.1em;
		
}
#blue_waku02{
	background: url(../images/marketing/marketing-tlt_h4.png) repeat left top ;
	padding:10px;
	margin:15px 0px 0px 0px;
		
}

#black_waku{
	background: url(../images/marketing/marketing-black.png) repeat left top ;
	padding:10px;
	margin:25px 0px;
	vertical-align:middle;
		
}


.blue_waku_img{
	float:left;
	margin-right:20px;
	margin-left:30px;
		vertical-align:middle;

}
.blue_waku_box {
	background: #fff;
	padding: 0px 13px 0px 13px;
	font-weight:bold;
	line-height:1.7em;
	position:relative;
	color:#333;
}

.black_waku_box {
	background: #fff;
	font-weight:bold;
	line-height:1.6em;
	position:relative;
}
.black_waku_box02 {
	background: #fff;
	font-weight:bold;
	line-height:1.6em;
	position:relative;
}
.black_box_txt{
	color:#333;
	padding: 20px 13px 20px 13px;
	vertical-align:middle;
	
	
}
.black_box_txt02{
	color:#333;
	padding: 25px 13px 25px 13px;
	vertical-align:middle;
	
	
}

.yellow_waku_box{
	border:#FEC31D solid 8px;
	padding: 12px 13px;
	margin:25px 0px;
	font-size:166%;
	line-height:1.5;
	text-align:center;
	color:#FE0201;
}
.chairo_box{
	background:#4A1100;
	padding: 12px 13px;
	margin:10px 0px 25px 0px;
	font-size:135%;
	line-height:1.5;
	text-align:center;
	color:#fff;
}

.box {
	background: #fff;
	padding: 12px 13px;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	color:#002d68;
	line-height:1.7em;
}

#box_gray {
	border:#CCC solid 2px;
	padding:0px 15px 15px 15px;
	
}

.box_aki15{
	margin:30px 0px;	
	
}


.junmarkent{
	margin:10px 0px 20px 0px;
	position:relative;	
}
.junmarkent:after{
	content:"";
	display:block;
	clear:both;
}

.mk_col{
	float:left;	
	margin-left:3.2258064515%;
	
}
.mk_col2{
	float:left;	
	margin-left:1.4%;
	
}
.mk_col2:first-child,.mk_col:first-child,.col.left{
	margin-left:0;
}
.mk_col.right{
	float:right;
	margin-left:3.2258064515%;
}
.mk_second{
	width:48.3870967741%;
	background:#f2f4f9;
	color:#231815;
	height:330px;
	
}
.mk_second2{
	width:48.3870967741%;
}

.mk_third{
	position:relative;
	width:29.6%;
	
}
.mk_bkcolor01{
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding:10px;
}
.mk_bkcolor_pink{
	background:#F7c1b1;
}
.mk_txcolor_pink{
	color:#ED7868;
}
.mk_bkcolor_midori{
	background:#CDe18e;
}
.mk_txcolor_midori{
	color:#819c33;
}
.mk_bkcolor_blue{
	background:#A0d7e1;
}
.mk_bkcolor_blue2{
	background:#ebf2fb;
	margin:10px 0px 10px 0px;
	padding:10px;
}
.mk_txcolor_blue{
	color:#32818c;
}
.mk_bkcolor_gray{
	background:#f5f5f5;
	padding:10px;
	margin:10px 0px 10px 0px;
}

.mk_bkcolor02{
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding:10px;
}

.mk_bkcolor03{
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding:10px;
}

.mk_bkcolor04{
	background:#fff;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.junmarkent .jun{
	padding:0px 15px 0px 25px;
	line-height:1.4em;
	letter-spacing:-0.1em;
	font-size:1.0em;
	
	
}
.junmarkent .jun02{
	position:absolute;
	top:120px;
	right:50px;
	width:230px;
	color:#231815;
}

.junmarkent h6{
	background:#5684b9;
	color:#FFF;
	font-size:18px;
	border:none;
	text-align:center;
	padding:9px 3px;
	font-weight:normal;

}


#twitter_list{
	background: url(../images/marketing/marketing-15-img05.png) no-repeat left 9px ;	
	padding:120px 20px 40px 20px;
	margin-bottom:15px;
		
}

#twitter_list.title{
	color:#FF0000;
	
	
}

#twitter_list li{
	background: url(../images/marketing/marketing-15-img04.png) no-repeat 120px 9px ;	
	text-decoration:underline;
	padding:12px 0px 8px 160px;
	font-size:17px;
	color:#fff;
}
.mk_tlt{
	font-size:21px;
	letter-spacing:-0.1em;
	padding:15px 10px 15px 50px; 
}
.mk_tlt_first_tx{
	position:absolute;
	background:#E83e30;
	top:18px;
	left:20px;
	color:#FFFFFF;
	font-size:1.6em;
	font-weight:bold;
	text-height:font-size;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	padding:7px 9px 5px 9px;
}

.mk_text{
	padding:10px;
	color:#333333;
	height:195px;
		
}

.mk_mokutx{
	padding:10px 0px;	
	font-size:17px;
	color:#000;
	font-weight:bold;
	
}

.mk_mokutx span{
	color:#E83e30;
	background:#FFF;
	font-size:0.8em;
	padding:4px 12px;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;

}


.mk_face_tlt{
	color:#002d68;
	font-size:18px;
	font-weight:bold;
	margin:20px 0px 10px 0px;
	line-height:1.5em;	
}

.mk_face_tlt_p{
	margin:0px 20px 0px 0px;
	color:#333;	
}

.mk_affil{
	border:#dcdcdc solid 1px;
	padding:20px;	
	
}
.mk_affil_wrap{
	margin-bottom:0px;	
}
.mk_affil_wrap:first-child{
	margin-bottom:10px;	
}
.mk_affil_wrap:after{
	content:"";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
}

.mk_affil_l{
	float:left;
	width:30%;
	margin-right:5%;
	font-size:21px;
	padding:10px;
	text-align:center;
}

.mk_affil_r{
	float:left;
	width:62%;
	color:#333333;
}

.mk_affil_bk_pink{
	background:#fbe5ed;
	padding:20px 10px;
	line-height:1.3em;
	
}
.mk_affil_tx_pink{
	color:#db004b;
}

.mk_affil_bk_blue{
	background:#e0f3fa;
	padding:20px 10px;
	line-height:1.3em;
}
.mk_affil_tx_blue{
	color:#00649b;
}
.mk_affil_tx_size26{
	font-size:26px;
	line-height:1.5em;
}
.mk_affil_tx_size16{
	font-size:15px;
	line-height:1.6em;
}
.mk_affil_nagare_wrap{
	background: url(../images/marketing/marketing-02-img03.jpg) no-repeat left top ;
		padding-bottom:3px;

}
.mk_affil_nagare{
	margin-bottom:15px;	
	color:#333333;
	padding-bottom:7px;
	
}
.mk_affil_nagare:after{
	clear:both;
	display:block;
	content:"";	
	
}
.mk_affil_nagare01{
	float:left;
	width:7%;	
	margin-right:10px;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	color:#FFFFFF;
	padding-top:17px;
}
.mk_affil_nagare02{
	float:left;
	width:25%;	
	font-size:15px;
	padding-top:17px;
}
.mk_affil_nagare03{
	float:left;
	width:57%;	
	padding-top:7px;
}
.mk_affil_nagare04{
	float:left;
	width:57%;	
	padding-top:17px;
}

.twitter_list_tlt{
	display:none;
	
}

.mk_cupon{
	border:#CCE0EB solid 4px;
	padding:5px;
	margin-bottom:15px;
	
}

.mk_cupon .header{
	color:#E70012;
	background:#F0F0F0;
	font-size:140%;
	font-weight:bold;
	padding:25px 10px 30px 10px;
	text-align:center;
	letter-spacing:-0.03em;
	margin-bottom:15px;
}

.mk_cupon .cupon_body{
	padding:0px 5px 10px 13px;
}


.mk_cupon .cupon_body .cupon_red{
	font-size:140%;
	text-shadow:#333 1px 1px 1px;
	color:#FFF;
	background:#E50039;
	border-radius:7px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	font-weight:bold;	
	padding:15px 15px;
	line-height:1.5;
	text-align:center;
	
}


.mk_cupon .cupon_body .cupon_txt{
	padding:10px;
	
}
table.consult_table{
	width:100%;
	margin-bottom:15px;
}
table.consult_table tr:nth-child(even){
	background:#F2F2F2;
	
}
table.consult_table tr:nth-child(odd){
	background:#E4E7F0;
}
table.consult_table th,table.consult_table td{
	text-align:center;
	padding:7px 5px;	
}
table.consult_table th{
	background:#003F7F;
	color:#FFF;
	font-size:110%;

}
table.consult_table td{
	width:50%;
	color:#333;	
}

table.consult_table tfoot tr,table.consult_table tfoot tr:nth-child(even),table.consult_table tfoot tr:nth-child(odd),table.consult_table tfoot td{
	font-size:95%;
	background:none;
	text-align:left;	
	
}

.red_power01,.red_power02,.red_power03{
	padding-top:3px;
	padding-bottom:3px;
	padding-left:105px;
}

.red_power01{
	background:url(../images/marketing/marketing-tuyomi01.jpg) no-repeat left top;

}

.red_power02{
	background:url(../images/marketing/marketing-tuyomi02.jpg) no-repeat left top;
}

.red_power03{
	background:url(../images/marketing/marketing-tuyomi03.jpg) no-repeat left top;
}

.make_shohin01,.make_shohin02{
	margin-top:15px;
}
.make_shohin01 .sho_txt,.make_shohin02 .sho_txt{
	border:#333333 dotted 3px;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	padding:20px 16px 20px 18px;
	color:#333;
	width:196px;
	line-height:1.8;
	margin-top:10px;

}
.make_shohin01 h6,.make_shohin02 h6{
	text-align:center;
	background:#937EB7;
	color:#FFFFFF;
	padding:3px 0px;
	margin-bottom:10px;

}
.make_shohin01 h6.color_tlt{
	background:#E84D6D;
}

ul.facebook_setting{
	
	
}

ul.facebook_setting li{
	float:left;
	
}
ul.facebook_setting li.third01{
	background:url(../images/marketing/marketing-14-img08.png) no-repeat center 45px #F4F9FD;
}
ul.facebook_setting li.third02{
	background:url(../images/marketing/marketing-14-img08_02.png) no-repeat center 15px #F4F9FD;
}
ul.facebook_setting li.third03{
	background:url(../images/marketing/marketing-14-img08_03.png) no-repeat center 5px #F4F9FD;
}
ul.facebook_setting li.third01, ul.facebook_setting li.third02, ul.facebook_setting li.third03{
	width:30%;
}
ul.facebook_setting li.third01 div, ul.facebook_setting li.third02 div, ul.facebook_setting li.third03 div{
	margin-top:140px;
	background:#E9F3FC;
	color:#002D67;
	font-size:155%;
	text-align:center;
	padding:7px 0px;
	line-height:1.3;
}

ul.facebook_setting li.third01 div span, ul.facebook_setting li.third02 div span, ul.facebook_setting li.third03 div span{
	font-size:70%;
}

ul.facebook_setting li.one{
	width:5%	
}

.facebook_leader{
	margin-bottom:30px;	
	
}
.facebook_leader li{
		float:left;
		width:30%;
		margin-right:5%;
		text-align:center;
}


.facebook_leader li:last-child{
		margin-right:0%;
}
.facebook_leader li.leader01{
	color:#333;
	background:#EEEFEF;
	font-size:110%;
	padding:10px 0px;
	
}

.facebook_leader li.leader02{
	color:#D3003F;
	background:#FBF0EE;
	font-size:130%;
	font-weight:bold;
	padding:21px 0px;
	
}

.price_plan{
	margin:30px 0px 10px 0px;	
	border:1px solid #DBDBDB;
	background:url(../images/marketing/marketing-14-img12.png) no-repeat left top;
	display:table;
	width:100%;
}

.price_plan .pp_tlt{
	display:table-cell;
	width:25%;	
	color:#FFFFFF;
	vertical-align:middle;
	text-align:center;
	font-size:170%;
	text-shadow:1px 1px 0px #333;
	line-height:1.6em;
	
}
.price_plan .pp_tlt02{
	display:none;
}

.price_plan .pp_content{
	display:table-cell;
	width:55%;
}


.price_plan .pp_content ul{
	margin:0 10%;
	padding:20px 0px 10px 0px;
	
}

.price_plan .pp_content .pp_c01{
	background:#4EA6E7;
	padding:8px 0px 8px 12px;
	color:#FFFFFF;
	font-size:130%;
	
}

.price_plan .pp_content .pp_c02{
	padding:15px 0px 15px 12px;
	color:#656565;
	font-size:150%;
}
.price_plan .pp_content .pp_c02 span{
	font-size:55%;	
	
}

.price_plan .pp_content .pp_c03{
	background:#DFDDDD;
	padding:8px 0px 8px 12px;
	color:#000;
	font-size:120%;	
}

.price_plan .pp_content .pp_c04{
	padding:8px 0px 8px 12px;
	color:#FF0000;
	font-size:120%;	
	line-height:1.5em;	
}

.price_plan .pp_content .pp_c04 span{
	color:#333;
	font-size:80%;	
}

/********** 広告事業部＿SEOトップ **********/
.seo_index .txt_box{
  background-image: linear-gradient(
    -45deg,
    #fff 25%,
    #85b9e1 25%, #85b9e1 50%,
    #fff 50%, #fff 75%,
    #85b9e1 75%, #85b9e1
  );
  background-size: 5px 5px;
  padding: 8px;
}
.seo_index .txt_box_in{
	overflow: hidden;
	background: url(../images/marketing/marketing-12-img01_04.jpg) no-repeat,#fff;
	background-position: 41% bottom;
	padding: 10px 20px;
}

.seo_index .txt_box .left{
	float: left;
	width: 50%;
}

.seo_index .txt_box .left p{
	color: #e8341b;
	background: #feece0;
	border-radius: 10px;
	line-height: 1;
	text-align: center;
	font-size: 28px;
	margin-bottom: 0 !important;
}

.seo_index .txt_box .left p.txt_02{
	margin-top: -15px !important;
	z-index: -1;
}

.seo_index .txt_box .left p:last-child{
	background: none;
	font-size: 32px;
	margin: -5px 0 0 0 !important;
}

.seo_index .txt_box .left span{
	display: block;
	text-align: center;
}

.seo_index .txt_box .left span img{
	display:inline-block;
}
.seo_index .txt_box .left span.icon_01{
	margin-top: -5px;
	z-index: 1;
}

.seo_index .txt_box .left span.icon_02{
}
.seo_index .txt_box .right{
	float: right;
	width: 50%;
	font-size: 18px;
	color: #000;
	padding: 35px 0px 10px 19px !important;
	box-sizing: border-box;
}

.seo_index #pdca_box{
	background: url(/images/marketing/seo/index_pdca_box_bg.gif) no-repeat center center;
	position: relative;
	height: 428px;
}

.seo_index #pdca_box .pdca div:nth-child(1){
	color: #fff;
}

.seo_index #pdca_box .pdca div:nth-child(1) p{
	margin: 0px;
	line-height: 1.4;
	font-size: 16px;
}

.seo_index #pdca_box .pdca div:nth-child(2){
	margin-top: 5%;
	margin-left: -14%;
	width: 65%;
	font-size: 12px;
}

.seo_index #pdca_box .pdca_02 div:nth-child(2){
	margin-top: 5.4%;
	margin-left: -8%;
	width:65%;
}

.seo_index #pdca_box .pdca_02 div:nth-child(2) ul{
	margin-bottom: 6.4%;
}

.seo_index #pdca_box .pdca_03 div:nth-child(2){
	margin-top: 12%;
	margin-left: -15%;
	width: 109%;
}

.seo_index #pdca_box .pdca div:nth-child(2) p{
	margin:5px 0 0 0;
	line-height: 1.2;
}

.seo_index #pdca_box .pdca div li{
	line-height: 1.4;
}



.seo_index #pdca_box .pdca_01{
	position: absolute;
	top: 3.5%;
	left: 38%;
}

.seo_index #pdca_box .txt_01{
	font-size: 24px;
	color: red;
	position: absolute;
	top: 42%;
	left: 50%;
	margin: 0 0 0 -3em;
	line-height: 1.2;
	font-weight: bold;
}

.seo_index #pdca_box .pdca_02{
	position: absolute;
	top: 59.7%;
	left: 9%;
}

.seo_index #pdca_box .pdca_03{
	position: absolute;
	top: 63%;
	left: 66%;
}


.seo_index table{
	margin-top: 10px;
}

.seo_index .power_box{
	background: #F2F2F2;
	padding: 10px;
	margin-bottom: 60px;
}


.seo_index .power_box dl + dl{
	margin-top: 30px;
}

.seo_index .power_box dt{
	font-size: 140%;
	font-weight: bold;
	color: #00639a;
	background: #e6eff6;
}

.seo_index .power_box dt span{
	background: #00639a;
	display: inline-block;
	padding: 10px;
	margin-right: 10px;
	color: #fff;
}

.seo_index .power_box dd{
	padding: 10px;
	background: #fff;
}

/********** 広告事業部＿SEO内部対策 **********/
#marketing_key_box.inside{
	background: url(../images/marketing/seo_key.jpg) no-repeat 0 0;
}

#marketing_key_box.inside h2 span {
    color: #dc004e;
}
.inside ul.list{
	text-indent: 1em;
}

.inside ul.list li a:hover{
    color: #F60;
}

.inside ul.list li a{
	text-decoration: underline;
}

.inside .txt a{
	text-decoration: underline;
	font-weight: bold;
	font-size: 16px;
	display: inline;
	margin-bottom: 20px !important;
}

.inside .txt + h4{
	margin-top: 25px !important;
}
/********** 広告事業部＿ディレクトリ構造の設計 **********/
#marketing_key_box.directory{
	background: url(../images/marketing/directory_key.jpg) no-repeat 0 0;
}

#marketing_key_box.directory h2 {
    color: #00649c;
    font-size: 32px;
    padding-top: 54px;
    line-height: 1.2;
}
#marketing_key_box.directory h2 span.f_s{
	font-size: 20px;
}

#marketing_key_box.directory h2 span.f_red{
	font-size: 20px;
	color: #dc004e;
}
.directory .hierarchy{
	margin-left: 1em;
}

#left-contents .directory .h5_01{
	border-left: #116c96 solid 2px;
	font-size: 19px;
	font-weight: bold;
	padding: 10px 20px;
	color: #FFFFFF;
	margin: 30px 0px 10px 0px;
	display: inline-block;
}
.directory .hierarchy dl{
	margin-bottom: 20px;
}

.directory .hierarchy dt{
	margin-bottom: 5px;
	font-weight: bold;
}

.directory .link{
	overflow: hidden;
	margin-bottom: 20px;
}

.directory .link dt,
.directory .link dd{
	float: left;
}

.directory .link dd a{
	text-decoration: underline;
}

.directory .link + p{
	clear: both;
}

/********** 広告事業部＿タイトルタグの最適化 **********/
#marketing_key_box.title_tag{
	background: url(../images/marketing/title_key.jpg) no-repeat 0 0;
}

#marketing_key_box.title_tag h2 {
    color: #00649c;
    font-size: 32px;
    padding-top: 54px;
    line-height: 1.2;
}
#marketing_key_box.title_tag h2 span{
	font-size: 30px;
	color: #dc004e;
}
.title_tag .right{
	text-align: right;
}

.title_tag p a{
	text-decoration: underline;
}

/********** 広告事業部＿メタキーワードの最適化 **********/

#marketing_key_box.meta-keywords{
	background: url(../images/marketing/keyword_key.jpg) no-repeat 0 0;
}

#marketing_key_box.meta-keywords h2 {
    color: #00649c;
    font-size: 32px;
    padding-top: 72px;
    line-height: 1.2;
}
#marketing_key_box.meta-keywords h2 span{
	font-size: 30px;
	color: #dc004e;
}
.meta-keywords dd a{
	text-decoration: underline;
}




/********** 広告事業部＿メタディスクリプションの最適化 **********/
#marketing_key_box.meta-description{
	background: url(../images/marketing/description_key.jpg) no-repeat 0 0;
}

#marketing_key_box.meta-description h2 {
    color: #00649c;
    font-size: 32px;
    padding-top: 54px;
    line-height: 1.2;
}
#marketing_key_box.meta-description h2 span{
	font-size: 30px;
	color: #dc004e;
}

.meta-description .right{
	text-align: right;
}

/********** 広告事業部＿見出しタグの最適化 **********/
#marketing_key_box.heading-tag{
	background: url(../images/marketing/midashi_key.jpg) no-repeat 0 0;
}

#marketing_key_box.heading-tag h2 {
    color: #00649c;
    font-size: 32px;
    padding-top: 54px;
    line-height: 1.2;
}
#marketing_key_box.heading-tag h2 span{
	font-size: 30px;
	color: #dc004e;
}
#marketing.heading-tag .mb_0{
	margin-bottom: 0px;
}

#marketing.heading-tag .mb_40{
	margin-bottom: 40px;
}

.heading-tag .box_01{
	overflow: hidden;
	background: url(../images/marketing/seo/arrow01.gif) no-repeat center center;
}

.heading-tag .box_01 div{
	border: 1px solid #ccc;
	padding: 10px 10px 0 10px;
	width: 300px;
}

.heading-tag .box_01 div p{
	text-align: right;
}

.heading-tag .box_01 .html_txt{
	float: left;
	margin-top: 58px;
}

.heading-tag .box_01 .browser_txt{
	float: right;
}

.heading-tag .box_01 .browser_txt li{
	font-weight: bold;
	font-size: 16px;
}
.heading-tag .box_01 .browser_txt li.h1{
	font-size: 2em; 
	line-height: 1.3;
	margin-bottom: 3px;
}
.heading-tag .box_01 .browser_txt li.h2{
	font-size: 1.5em; 
	line-height: 1.3;
	margin-bottom: 5px;
}
.heading-tag .box_01 .browser_txt li.h3{
	font-size: 1.17em; 
	margin-bottom: 2px;
}
.heading-tag .box_01 .browser_txt li.h4{
	font-size: 1em; 
}
.heading-tag .box_01 .browser_txt li.h5{
	font-size: 0.83em; 
}
.heading-tag .box_01 .browser_txt li.h6{
	font-size: 0.67em; 
}

.heading-tag .use{
	border: 1px solid #58afe4;
	padding: 10px;
}


.heading-tag .use_txt dd{
	margin-bottom: 15px;
}
/********** 広告事業部＿共通 **********/
.marketing_seo #affili_menu ul#menu_list li.last_na02{
	font-size: 13px;
}

#marketing_key_box.target{
	background: url(../images/marketing/kwsentei_key.jpg) no-repeat 0 0;
}

#marketing_key_box.target h2 {
    color: #00649c;
    font-size: 32px;
    padding-top: 54px;
    line-height: 1.2;
}
#marketing_key_box.target h2 span.f_s{
	font-size: 20px;
}

#marketing_key_box.target h2 span.f_red{
	font-size: 20px;
	color: #dc004e;
}

@media screen and (min-width:641px){

#marketing_key_box{
	width: 720px;
	height: 180px;
	padding: 0 0 0 35px;
	box-sizing: border-box;
}

#marketing_key_box h2 {
    color: #00649c;
    font-size: 32px;
    height: 180px;
    line-height: 180px;
}

}
/*===============================================
●smartphone用.css  画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px){
	
#marketing_key_box{
	height: 0;
    padding-top: 25%;
    background-size: cover !important;
}

#marketing_key_box h2{
    color: #00649c;
    font-size: 32px;
    margin: -14% 0 0 6%;
}
	
#marketing_key_box.meta-description h2 {
    color: #00649c;
    font-size: 32px;
    padding-top: 0px;
    line-height: 1.2;
	margin: -18% 0 0 6%;
}
#marketing_key_box.meta-description h2 span{
	font-size: 27px;
	color: #dc004e;
}
	
#marketing_key_box.heading-tag h2 {
    color: #00649c;
    font-size: 32px;
    padding-top: 0px;
    line-height: 1.2;
	margin: -18% 0 0 6%;
}
#marketing_key_box.heading-tag h2 span{
	font-size: 27px;
	color: #dc004e;
}
	
#marketing_key_box.title_tag h2 {
    color: #00649c;
    font-size: 32px;
    padding-top: 0px;
    line-height: 1.2;
	margin: -18% 0 0 6%;
}
#marketing_key_box.title_tag h2 span{
	font-size: 27px;
	color: #dc004e;
}

#marketing_key_box.directory h2 {
    color: #00649c;
    font-size: 32px;
    padding-top: 0;
    line-height: 1.2;
	margin: -18% 0 0 6%;
}
#marketing_key_box.directory h2 span.f_s{
	font-size: 18px;
}

#marketing_key_box.directory h2 span.f_red{
	font-size: 18px;
	color: #dc004e;
}

#marketing_key_box.target h2 {
    color: #00649c;
    font-size: 32px;
    padding-top: 0;
    line-height: 1.2;
	margin: -18% 0 0 6%;
}
#marketing_key_box.target h2 span.f_s{
	font-size: 18px;
}

#marketing_key_box.target h2 span.f_red{
	font-size: 18px;
	color: #dc004e;
}
	
#marketing_key_box.meta-keywords h2 {
    color: #00649c;
    font-size: 30px;
    padding-top: 0;
    line-height: 1.2;
	margin: -15% 0 0 6%;
}
	
#marketing_key_box.meta-keywords h2 span {
    font-size: 30px;
    color: #dc004e;
}
	
	
#marketing .syokihiyou{
	width: 100%;
	box-sizing: border-box;
}

#marketing .syokihiyou .in{
	width:90%;
}


#marketing .syokihiyou .arrow_01{
	width: 30%;
	line-height: 1;
}

#marketing .syokihiyou .arrow_01 img{
	width: 60%;
}

#marketing .syokihiyou .txt_01{
	font-size: 22px;
	padding: 0;
}


#marketing .syokihiyou .txt_02{
	font-size: 18px;
	width: auto;
	margin: 0;
}

#marketing .syokihiyou .txt_02 span{
	font-size: 24px;
}

	
.seo_index .txt_box .left p{
	font-size: 24px;
}
	
.seo_index .txt_box .left p:last-child {
    font-size: 28px;
    margin: -8px 0 0 0 !important;
}
	
.seo_index .txt_box .right {
    font-size: 16px;
}

img{
	
}

.marketing-menu {
	margin-top:30px;
}

.gray{
	background:#f5f5f5;	
	margin-bottom:10px;	
}

.pink{
	background:#ffedf3;
	margin-bottom:10px;	
	
}

.red{
	color:#db004b;	
	
}
.red_back{
	
	background:#db004b;
	color:#FFFFFF;
	font-weight:bold;
	font-size:15px;
	padding:5px;
	
	
}

.orange{
	background:#fff5f2;
	padding:20px 15px;
	position:relative;	
	font-size:115%;	
}
.orange_ab{
	position:absolute;
	top:-10px;
	right:0px;	
	
}

.yellow_txt{
	color:#e6e300;
	
}

.black{
	background:#292b33;
	padding:30px 20px;
	font-size:24px;
	text-align:center;
	color:#FFFFFF;
	text-shadow:1px 1px 0px #000;
		
}

.white_txt{
	color:#fff;
	
}
.blue_back01,.blue_back02, .blue_back03, .blue_back04{
	background-size:20%;
	line-height:1.5;
	font-size:16px;
	padding-left:85px;
	padding-top:0px;
	padding-bottom:0px;
}

.blue_txt{
	color:#00649b;
}

.kon_txt{
	color:#0077e0;	
	
}


.txt_deco{	
	text-decoration:underline;
}

.font14{
	font-size:14px;
	
}

.font15{
	font-size:15px;
	
}

.font16{
	font-size:16px;
	
}
.font18{
	font-size:18px;
	
}
.font20{
	font-size:20px;
	
}
.font24{
	font-size:24px;
	
}
.font_mincho{
	font-size:20px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight:bold;
	
	
}

.center{
		text-align:center;
}

.bold{
	font-weight:bold;	
	
}

.box_h4{
	background: url(../images/marketing/marketing-tlt-h4.png) repeat left top ;
	margin-bottom: 15px;
}

.box_img{
	margin-top:30px;
	margin-bottom:20px;
	
}

.box_waku{
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
	
}
.box_waku_kokoku{
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	margin-bottom:10px;
	
}

.waku{
	border:#dcdcdc solid 1px;	
	margin:10px 0px;
}
.waku_n{
	margin:10px 0px;
}
.clear{
	clear:both;	
	content: ".";   
    display: block;   
    height: 0;   
    visibility: hidden;
	font-size:0; 	
	
}

.float-lt {
	float:none;
	margin-right:auto;
	margin-left:auto;
	
}
.float-lt02 {
	float:none;
	margin-right:auto;
	margin-left:auto;
}
.float-rt {
	float:none;
	margin-left:0px;
	width:100%;
}



#marketing p{
	margin:10px 0px;
	padding:0px 10px;
	line-height:1.8em;
}

#marketing p.indent40{
	padding-left:0px;
	
}


/********** marketing b01-20 **********/

#marketing{
	margin:20px 0px 0px 0px;
	overflow:hidden;
	
}


#marketing h3{
	padding:13px 0px 13px 30px;
	margin:30px 0px 15px 0px;
	background: url(../images/marketing/marketing-tlt-h3.png) no-repeat 10px 17px, -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #002f61), color-stop(0.00, #00528d));
	background: url(../images/marketing/marketing-tlt-h3.png) no-repeat 10px 17px, -webkit-linear-gradient(#00528d, #002f61);
	background: url(../images/marketing/marketing-tlt-h3.png) no-repeat 10px 17px, -moz-linear-gradient(#00528d, #002f61);
	background: url(../images/marketing/marketing-tlt-h3.png) no-repeat 10px 17px, -o-linear-gradient(#00528d, #002f61);
	background: url(../images/marketing/marketing-tlt-h3.png) no-repeat 10px 17px, -ms-linear-gradient(#00528d, #002f61);
	background: url(../images/marketing/marketing-tlt-h3.png) no-repeat 10px 17px, linear-gradient(#00528d, #002f61);
	-moz-box-shadow:inset 1px 1px 0px rgba(255,255,255,0.3),2px 2px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow:inset 1px 1px 0px rgba(255,255,255,0.3), 2px 2px 3px rgba(0,0,0,0.3);
	box-shadow:inset 1px 1px 0px rgba(255,255,255,0.3), 2px 2px 3px rgba(0,0,0,0.3);
	border:#002f61 solid 1px;
  color:#FFFFFF;
  font-weight:bold;
  font-size:19px;

}
#marketing h3.sub{
	padding:13px 0px 13px 30px;
	margin:30px 0px 15px 0px;
	background: url(../images/marketing/marketing-tlt-h3.png) no-repeat 10px 17px #3298d8;
	-moz-box-shadow:inset 1px 1px 0px rgba(255,255,255,0.3),2px 2px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow:inset 1px 1px 0px rgba(255,255,255,0.3), 2px 2px 3px rgba(0,0,0,0.3);
	box-shadow:inset 1px 1px 0px rgba(255,255,255,0.3), 2px 2px 3px rgba(0,0,0,0.3);
	border:#0095d8 solid 1px;
  color:#FFFFFF;
  font-weight:bold;
  font-size:19px;

}



	
	

#marketing h4{
	border-left:#6bafec solid 10px;
	background:#e9f3fc;
	color:#333;
	font-weight:bold;
	font-size:18px;
	padding:10px 17px;
	margin:15px 0px 15px 0px;
}
#marketing h5{
	background: #116c96;
	border-left:#116c96 solid 2px;
	font-size:19px;
	font-weight:bold;
	padding:10px;
	color:#FFFFFF;
	margin:30px 0px 10px 0px;	
}

#marketing h5.twitte{
	background: #116c96;


}
#marketing h5.line{
	background: none;
	border:none;
	border-top:#116c96 solid 2px;
	border-bottom:#116c96 solid 2px;
	font-size:16px;
	color:#116c96;
	font-weight:normal;
	text-align:left;
	padding:7px 10px 5px 10px;
	margin:15px 0px;	
}







#affili_menu{
	margin:35px 0px 10px 0px;
	padding:5px 15px 5px 15px;
	color:#004678;
	background:#f3f7fb;
}
#affili_menu h5{
	background: url(../images/marketing/marketing-menu-bar.jpg) no-repeat left bottom;
	font-size:18px;
	padding:0px 15px 15px 0px;
	margin-bottom:10px;
	text-align:left;
	color:#004678;
	border:none;
	font-weight:normal;
	letter-spacing:-0.05em;
}


#affili_menu ul#menu_list li{
	padding: 1px 5px 1px 5px;
	border: 1px solid #9eb9cd;
	margin:5px 0px;
	line-height:1.3em;
	background:url(../images/marketing/marketing-menu-yajirusi02.jpg) no-repeat left center #fff;
}
#affili_menu ul#menu_list li a{
	display:block;
	color:#004678;	
}

#affili_menu ul#menu_list li.last{
	padding-left:45px;
	padding-top:5px;
	padding-bottom:5px;
	width:80%;
}

#affili_menu ul#menu_list li.last_na{
	margin-right:10px;
	width:80%;
	padding-top:15px;
	height:35px;
	padding-left:45px;
}
#affili_menu ul#menu_list li.last_na02{
	margin-right:10px;
	width:80%;
	padding-top:5px;
	padding-left:45px;
	height:45px;
}



#marketing ul#list{
	margin:15px 0px 0px 0px;
}


#marketing ul#list li{
	margin-bottom:15px;
	width:100%;
}


#marketing ul#risting{
	margin:15px 0px 0px 0px;
}


#marketing ul#risting li{
	background: url(../images/marketing/marketing-01-back.png) no-repeat center center;
	background-size:100% 100%;		
	padding:20px 0px 25px 0px;
	margin-bottom:15px;
	float:none;
	width:100%;
}

#marketing ul#risting li:nth-child(5), #marketing li:nth-child(6){
	margin-bottom:15px;
	
}

#marketing ul#risting li:hover{
	background: url(../images/marketing/marketing-01-back_on.png) no-repeat center center;
	background-size: 100% 100%;

}
#marketing ul#risting li .mk_content{
	margin:0 auto ;
	width:85%;
	box-sizing:border-box;
	
}
#marketing ul#risting li .mk_content img{
	margin-left:auto;
	margin-right:auto;
}

.mk_content .pro_header{
		background: url(../images/marketing/marketing-01-bar.jpg) repeat-x left bottom;
		margin:0px 0px 10px 0px;
		height:50px;	
	
}
.mk_content .pro_header h6{
	background: url(../images/marketing/marketing-01-icon.jpg) no-repeat left center;	
	color:#00649b;
	font-weight:bold;
	padding:15px 5px 15px 20px;
	font-size:19px;
}

.mk_content p{
	margin:15px 0px 0px 0px;
	width:100%;
	height:130px;
	font-size:13px;	
	
}

.mk_content p.img01{
	background: url(../images/marketing/marketing-01-img1.png) no-repeat center bottom;	
}
.mk_content p.img02{
	background: url(../images/marketing/marketing-01-img2.png) no-repeat center bottom;	
}
.mk_content p.img03{
	background: url(../images/marketing/marketing-01-img3.png) no-repeat center bottom;	
}
.mk_content p.img04{
	background: url(../images/marketing/marketing-01-img4.png) no-repeat center bottom;	
}
.mk_content p.img05{
	background: url(../images/marketing/marketing-01-img5.png) no-repeat center bottom;	
}
.mk_content p.img06{
	background: url(../images/marketing/marketing-01-img6.png) no-repeat center bottom;	
}

.risutin_txt_red{
	color:#e60012;
	font-weight:bold;
	font-size:18px;
	line-height:1.8em;
	vertical-align:middle;
}
.risutin_txt_gray{
	color:#222222;
	font-size:16px;
	line-height:1.6em;
	vertical-align:middle;
}
.risutin01{
	padding:10px;
}

.risutin02{
	padding:10px;
}

.risutin03{
		padding:10px;

}

.risutin04{
	padding:10px;

}

#blue_list{
	border:#cce0eb solid 4px;
	padding:10px 10px;
	margin-bottom:15px;
		
}

#blue_list li{
	background: url(../images/marketing/marketing-03-img02.jpg) no-repeat left 13px ;	
	border-bottom:#333333 dotted 1px;
	padding:13px 0px 7px 40px;
	font-size:15px;
	color:#666666;
	line-height:1.5em;
}

#yellow_list{
	border-left:#ffc31e solid 7px;
	border-right:#ffc31e solid 7px;
	border-bottom:#ffc31e solid 7px;
	padding:10px 20px 50px 20px;
	margin-bottom:15px;
		
}

#yellow_list li{
	background: url(../images/marketing/marketing-yajirusi02.jpg) no-repeat left 17px ;	
	border-bottom:#333333 dotted 1px;
	padding:13px 0px 7px 3em;
	font-size:15px;
	color:#666666;
}

#white_list{
	margin:10px 0px;
	border-top:#333333 dotted 1px;
		
}

#white_list li{
	background: url(../images/marketing/marketing-yajirusi02.jpg) no-repeat left 20px ;	
	border-bottom:#333333 dotted 1px;
	padding:13px 0px 7px 3em;
    text-indent: 0em;
	font-weight:bold;
	color:#666666;
}

#blue_box{
	background: url(../images/marketing/marketing-10-img01.png) no-repeat center top ;		
	margin:10px 0px 0px 0px;
	padding:55px 10px 15px 10px;
	background-size:100% 100%;
	position:relative;
	height:175px;
	
}

#blue_box img{
	position:absolute;
	top:70px;
	left:0px;	
	
}

#blue_box li{
	background: none ;	
	border-bottom:#333333 dotted 1px;
	padding:2px 0px 0px 5px;
    text-indent: 0em;
	font-size:13px;
	color:#333333;
	line-height:1.3em;
}

#listing_box{
	background: none ;		
	margin:10px 0px 0px 0px;
	padding:10px 10px 10px 0px;
		
}

#listing_box li{
	padding:0px 0px 0px 2em;
    text-indent: -1em;
	font-size:15px;
	color:#333333;
}

#listing_nayami_box{
	background: url(../images/marketing/marketing-10-img07.jpg) no-repeat right bottom ;
	border:#d7ced2 solid 1px;
	margin:20px 0px 40px 0px;
	padding:5px 5px 15px 5px;
	font-size:15px;
	line-height:1.6em;
		
}
#listing_nayami_box li{
	background: url(../images/marketing/marketing-yajirusi03.jpg) no-repeat left 4px ;	
	padding:0px 0px 0px 1.5em;
    text-indent: 0em;
	font-size:15px;
}

.tenki_box{
	background: url(../images/marketing/marketing-05-img05.png) no-repeat 15px 0px #f0f0f0;	
	margin:10px 0px 0px 0px;
	padding:28px 0px 20px 105px;
	color:#e60012;
	font-size:20px;
		
}

.nayami{
	background: url(../images/marketing/marketing-04-img01m.jpg) no-repeat right center ;
	background-size:100% 100%;		
	
}

.nayami ul{
	margin:10px 10px 30px 20px;	
	padding:60px 0px 30px 0px;	
}
.nayami li{
	background: url(../images/marketing/marketing-04-img01_back.jpg) no-repeat left 5px ;		
	font-size:15px;
	font-weight:bold;
	padding:2px 0px 0px 20px;
}
.nayami li:last-child{
	margin-top:-10px;
}


table#siharai{
	width: 100%;
	overflow:hidden;
	border-collapse: separate;
	border-spacing: 0px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;

}
table#siharai th{
	width:100%;
	display:block;
	padding:10px 20px;
	text-align: left;
	vertical-align: top;
	color: #fff;
	background-color: #4dc1e8;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
table#siharai td{
	width:95%;
	display:block;
	padding:10px 20px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


table#keyword{
	width: 100%;
	border-collapse: separate;
	border-spacing: 0px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size:12px;
	margin:15px 0px;

}

table#keyword thead th{
	text-align:center;
	
}
table#keyword tbody th{
	background-color: #d6e7a3;
}

table#keyword th{
	padding:5px 10px;
	text-align: left;
	vertical-align: top;
	color: #333;
	background-color: #4dc1e8;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

table#keyword th.meri{
		background-color: #f6bcb3;

}

table#keyword th.demeri{
		background-color: #a9dfe7;
}

table#keyword th.wh_na{
	background-color: #fff;
	border-top: none;
	border-left: none;
}

table#keyword td{
	padding:5px 10px;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}


#blue_waku{
	background: url(../images/marketing/marketing-tlt_h4.png) repeat left top ;
	padding:10px;
	margin:25px 0px;
		
}
#blue_waku02{
	background: url(../images/marketing/marketing-tlt_h4.png) repeat left top ;
	padding:10px;
	margin:15px 0px 0px 0px;
		
}

#black_waku{
	background: url(../images/marketing/marketing-black.png) repeat left top ;
	padding:10px;
	margin:25px 0px;
	vertical-align:middle;
		
}
.blue_waku_img{
	float:left;
	margin-right:20px;
	margin-left:30px;
		vertical-align:middle;

}
.blue_waku_box {
	background: #fff;
	padding: 0px 13px 0px 13px;
	font-weight:bold;
	line-height:1.7em;
	position:relative;
	color:#333;
}

.black_waku_box {
	background: #fff;
	font-weight:bold;
	line-height:1.6em;
	position:relative;
}
.black_waku_box02 {
	background: #fff;
	font-weight:bold;
	line-height:1.6em;
	position:relative;
}
.black_box_txt{
	color:#333;
	padding: 20px 13px 20px 13px;
	vertical-align:middle;
	
	
}
.black_box_txt02{
	color:#333;
	padding: 13px 13px 13px 13px;
	vertical-align:middle;
	
	
}
#box_gray {
	border:#CCC solid 2px;
	padding:0px 15px 15px 15px;
	
}

.box {
	background: #fff;
	padding: 12px 13px;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	color:#002d68;
	line-height:1.7em;
}

.box_aki15{
	margin:30px 0px;	
	
}

.junmarkent{
	margin:10px 0px 20px 0px;
	position:relative;
	width:100%;	
}
.junmarkent:after{
	content:"";
	display:block;
	clear:both;
}

.mk_col{
	float:none;	
	margin-left:0%;
	
}
.mk_col2{
	float:none;	
	margin-left:0%;
	
}
.mk_col2:first-child,.mk_col:first-child,.col.left{
	margin-left:0;
}
.mk_col.right{
	float:right;
	margin-left:3.2258064515%;
}
.mk_second{
	width:100%;
	background:#f2f4f9;
	color:#231815;
	height:auto;
	padding-bottom:10px;
	
}
.mk_second2{
	width:100%;
}

.mk_third{
	position:relative;
	width:93%;
	margin-bottom:10px;
	
}
.mk_bkcolor01{
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding:10px;
}
.mk_bkcolor_pink{
	background:#F7c1b1;
}
.mk_txcolor_pink{
	color:#ED7868;
}
.mk_bkcolor_midori{
	background:#CDe18e;
}
.mk_txcolor_midori{
	color:#819c33;
}
.mk_bkcolor_blue{
	background:#A0d7e1;
}
.mk_bkcolor_blue2{
	background:#ebf2fb;
	margin:10px 0px 10px 0px;
	padding:10px;
	width:93%;
}
.mk_txcolor_blue{
	color:#32818c;
}
.mk_bkcolor_gray{
	background:#f5f5f5;
	padding:10px;
	margin:10px 0px 10px 0px;
	width:93%;
}

.mk_bkcolor02{
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding:10px;
}

.mk_bkcolor03{
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding:10px;
}

.mk_bkcolor04{
	background:#fff;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.junmarkent .jun{
	padding:0px 15px 0px 25px;
	line-height:1.4em;
	letter-spacing:-0.1em;
	font-size:1.0em;
	
	
}
.junmarkent .jun02{
	position:static;
	
	width:90%;
	color:#231815;
	padding:0px 15px 0px 25px;
	line-height:1.4em;
}

.junmarkent h6{
	background:#5684b9;
	color:#FFF;
	font-size:18px;
	border:none;
	text-align:center;
	padding:9px 3px;
	font-weight:normal;

}


#twitter_list{
	background: none ;
	background:#233d28;
	border:#8d5d1e solid 7px;	
	padding:5px;
	margin-bottom:15px;
		
}

#twitter_list.title{
	color:#FF0000;
	
	
}

#twitter_list li{
	background: url(../images/marketing/marketing-15-img04.png) no-repeat left 10px ;	
	text-decoration:underline;
	padding:12px 0px 8px 32px;
	font-size:17px;
	color:#fff;
}
.mk_tlt{
	font-size:21px;
	letter-spacing:-0.1em;
	padding:15px 10px 15px 50px; 
}
.mk_tlt_first_tx{
	position:absolute;
	background:#E83e30;
	top:18px;
	left:20px;
	color:#FFFFFF;
	font-size:1.6em;
	font-weight:bold;
	text-height:font-size;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	padding:7px 9px 5px 9px;
}

.mk_text{
	padding:10px;
	color:#333333;
	height:auto;
		
}

.mk_mokutx{
	padding:10px 0px;	
	font-size:17px;
	color:#000;
	font-weight:bold;
	
}

.mk_mokutx span{
	color:#E83e30;
	background:#FFF;
	font-size:0.8em;
	padding:4px 12px;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;

}


.mk_face_tlt{
	color:#002d68;
	font-size:18px;
	font-weight:bold;
	margin:20px 0px 10px 0px;
	line-height:1.5em;	
}

.mk_face_tlt_p{
	margin:0px 0px 0px 0px;
	color:#333;	
	width:100%;
}

.mk_affil{
	width:93%;
	border:#dcdcdc solid 1px;
	padding:10px;
	overflow:hidden;	
	
}
.mk_affil_wrap{
	width:100%;
	margin-bottom:0px;	
}
.mk_affil_wrap:first-child{
	margin-bottom:10px;	
}
.mk_affil_wrap:after{
	content:"";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
}

.mk_affil_l{
	width:100%;
	font-size:18px;
	padding:10px 0px;
	text-align:center;
	float:none;
	
	margin-right:0%;
	
}

.mk_affil_r{
	width:100%;
	color:#333333;
	float:none;
}

.mk_affil_bk_pink{
	background:#fbe5ed;
	padding:10px 0px;
	line-height:1.3em;
	
	
	
}
.mk_affil_tx_pink{
	color:#db004b;
}

.mk_affil_bk_blue{
	background:#e0f3fa;
	padding:10px 0px;
	line-height:1.3em;
}
.mk_affil_tx_blue{
	color:#00649b;
}
.mk_affil_tx_size26{
	font-size:20px;
	line-height:1.5em;
}
.mk_affil_tx_size16{
	font-size:14px;
	line-height:1.6em;
}
.mk_affil_nagare_wrap{
		padding-bottom:3px;
		background:none;

}
.mk_affil_nagare{
	margin-bottom:15px;	
	color:#333333;
	padding-bottom:7px;
	overflow:hidden;
	
}
.mk_affil_nagare:after{
	clear:both;
	display:block;
	content:"";	
	
}
.mk_affil_nagare01{
	float:left;
	width:10%;	
	margin-left:5px;
	margin-right:0px;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	color:#FFFFFF;
	padding-top:5px;
	padding-bottom:5px;
	background:#58afe3;
}
.mk_affil_nagare02{
	float:left;
	width:86.5%;	
	font-size:15px;
	padding-top:5px;
	padding-left:5px;
	padding-bottom:5px;
	background:#58afe3;
	color:#FFFFFF;
	font-weight:bold;
}
.mk_affil_nagare03{
	width:95%;	
	padding:7px;
}
.mk_affil_nagare04{
	width:95%;	
	padding:7px;
}
.twitter_list_tlt{
	text-align:center;
	display:block;
	font-size:18px;
	color:#CC0000;
	font-weight:bold;
	text-shadow:
		-1px -1px #fff,
		1px -1px #fff,
		-1px 1px #fff,
		1px 1px #fff;
	
}
.mk_wrap{
	padding:0px 10px;	
}

.mk_cupon{
	border:#CCE0EB solid 4px;
	padding:5px;
	margin-bottom:10px;
	background-size:92% auto;
}

.mk_cupon .header{
	color:#E70012;
	background:#F0F0F0;
	font-size:140%;
	font-weight:bold;
	padding:25px 10px 30px 10px;
	text-align:center;
	letter-spacing:-0.03em;
}

.mk_cupon .cupon_body{
	padding:0px 5px 0px 5px;
}


.mk_cupon .cupon_body .cupon_red{
	margin-top:10px;

	
}


.mk_cupon .cupon_body .cupon_txt{
	text-align:center;
	
}

.yellow_waku_box{
	border:#FEC31D solid 5px;
	padding: 12px 5px;
	margin:15px 0px;
	font-size:120%;
	line-height:1.3;
	text-align:center;
	color:#FE0201;
}

table.consult_table th,table.consult_table td{
	text-align:left;
	padding:7px 15px;	
}

table.consult_table tr:nth-child(even){
	background:none;
	
}
table.consult_table tr:nth-child(odd){
	background:none;
}
table.consult_table td:nth-child(even){
	background:#F2F2F2;
}
table.consult_table td:nth-child(odd){
	background:#E4E7F0;
}

table.consult_table td{
	width:100%;
	display:block;
	color:#333;	
}

table.consult_table tfoot tr,table.consult_table tfoot td:nth-child(even),table.consult_table tfoot td:nth-child(odd),table.consult_table tfoot td{
	background:none;
	
}

table.consult_table td.consult_kara{
	display:none;
}

.chairo_box{
	padding: 12px 5px;
	font-size:100%;

}

.make_shohin01,.make_shohin02{
	width:100%;
}
.make_shohin01 .sho_txt,.make_shohin02 .sho_txt{
	
	width:85%;

}





ul.facebook_setting li{
	float:left;
	
}


ul.facebook_setting li.third01{
	background:url(../images/marketing/marketing-14-img08.png) no-repeat center 35px #F4F9FD;
	background-size:50%;
}
ul.facebook_setting li.third02{
	background:url(../images/marketing/marketing-14-img08_02.png) no-repeat center 15px #F4F9FD;
	background-size:40%;
}
ul.facebook_setting li.third03{
	background:url(../images/marketing/marketing-14-img08_03.png) no-repeat center 5px #F4F9FD;
}
ul.facebook_setting li.third01, ul.facebook_setting li.third02, ul.facebook_setting li.third03{
	width:100%;
}
ul.facebook_setting li.third01 div, ul.facebook_setting li.third02 div, ul.facebook_setting li.third03 div{
	margin-top:144px;
	background:#E9F3FC;
	color:#002D67;
	font-size:155%;
	text-align:center;
	padding:7px 0px;
	line-height:1.3;
}

ul.facebook_setting li.one{
	margin-left:auto;
	margin-right:auto;
	width:100%	
}
ul.facebook_setting li.one img{
	margin-left:auto;
	margin-right:auto;
}

.red_power01,.red_power02,.red_power03{
	padding-top:0px;
	padding-bottom:0px;
	padding-left:88px;
}
.red_power01{
	background:url(../images/marketing/marketing-tuyomi01.jpg) no-repeat left 3px;
	background-size:20%;
}

.red_power02{
	background:url(../images/marketing/marketing-tuyomi02.jpg) no-repeat left 3px;
	background-size:20%;
}

.red_power03{
	background:url(../images/marketing/marketing-tuyomi03.jpg) no-repeat left 3px;
	background-size:20%;
}


.price_plan{
	margin:30px 0px 10px 0px;	
	border:1px solid #DBDBDB;
	background:none;
	display:block;
	width:100%;
}

.price_plan .pp_tlt{
	
	display:none;	
}
.price_plan .pp_tlt02{
	display:block;
	width:100%;	
	color:#FFFFFF;
	vertical-align:middle;
	text-align:center;
	font-size:140%;
	text-shadow:1px 1px 0px #333;
	line-height:1.3em;
	background:#1A61A2;
	padding:10px 0px;
}
.price_plan .pp_content{
	display:block;
	width:100%;
}


.price_plan .pp_content ul{
	margin:0 2.5%;
	padding:10px 0px 5px 0px;
	
}

.price_plan .pp_content .pp_c01{
	background:#4EA6E7;
	padding:8px 0px 8px 12px;
	color:#FFFFFF;
	font-size:120%;
	
}

.price_plan .pp_content .pp_c02{
	padding:15px 0px 15px 12px;
	color:#656565;
	font-size:200%;
}
.price_plan .pp_content .pp_c02 span{
	font-size:55%;	
	
}

.price_plan .pp_content .pp_c03{
	background:#DFDDDD;
	padding:8px 0px 8px 12px;
	color:#000;
	font-size:110%;	
}

.price_plan .pp_content .pp_c04{
	padding:8px 0px 8px 12px;
	color:#FF0000;
	font-size:110%;	
	line-height:1.5em;	
}

.price_plan .pp_content .pp_c04 span{
	color:#333;
	font-size:80%;	
}
	
/********** 広告事業部＿共通 **********/
#marketing.marketing_seo h3.sp_mt_0{
		margin-top: 0;
	}	
/********** 広告事業部＿SEOトップ **********/
.seo_index #pdca_box{
	background: url(/images/marketing/seo/index_pdca_box_bg_640.gif) no-repeat center top/90% auto;
	height: 461px;
}


.seo_index #pdca_box .pdca div:nth-child(1) p{
	margin: 0px;
	line-height: 1.4;
	font-size: 14px;
}

.seo_index #pdca_box .pdca div:nth-child(2){
	margin-top: 3%;
    margin-left: -8%;
    width: 62%;
    font-size: 12px;
}
	
.seo_index #pdca_box .pdca div:nth-child(2) li{
	line-height: 1.2;
}

.seo_index #pdca_box .pdca_02 div:nth-child(2){
	margin-top: 2.2%;
	margin-left: -6%;
	width: 44%;
}

.seo_index #pdca_box .pdca_03 div:nth-child(2){
	margin-top: 10%;
	margin-left: -17%;
	width: 102%;
}

.seo_index #pdca_box .pdca div:nth-child(2) p{
	margin:5px 0 0 0;
	line-height: 1.2;
}



.seo_index #pdca_box .pdca_01{
	position: absolute;
	top: 3.5%;
	left: 38%;
}

.seo_index #pdca_box .txt_01{
	font-size: 18px;
	color: red;
	position: absolute;
	top: 37%;
	left: 50%;
	margin: 0 0 0 -3em;
	line-height: 1.2;
	padding: 0;
	font-weight: bold;
}

.seo_index #pdca_box .pdca_02{
	position: absolute;
	top: 50.7%;
	left: 12%;
}

.seo_index #pdca_box .pdca_03{
	position: absolute;
	top: 52%;
	left: 63%;
}
/********** 広告事業部＿見出しタグの最適化 **********/	
	.heading-tag .box_01 {
    overflow: hidden;
    background: url(../images/marketing/seo/arrow02.gif) no-repeat center 48%;
}
	
	.heading-tag .box_01 div{
		width: auto;
	}
	.heading-tag .box_01 .html_txt {
		float: none;
		margin-top: 0;
		margin-bottom: 60px;
	}
	
	.heading-tag .box_01 .browser_txt {
		float: none;
	}

}

@media screen and (max-width:614px){
	/*.seo_index #pdca_box{
		background: url(/images/marketing/seo/index_pdca_box_bg_614.gif) no-repeat center top/90% auto;
		height: 506px;
	}
	.seo_index #pdca_box .pdca_01 {
		position: absolute;
		top: 2.5%;
		left: 38%;
	}
	
	.seo_index #pdca_box .pdca div:nth-child(2) {
		margin-top: 3%;
		margin-left: -10%;
		width: 62%;
		font-size: 12px;
	}
	
	.seo_index #pdca_box .txt_01 {
		top: 35%;
	}
	
	.seo_index #pdca_box .pdca_02 {
		top: 46.7%;
	}
	.seo_index #pdca_box .pdca_02 div:nth-child(2) {
    	margin-top: 3.8%;
		width: 59%;
		margin-left: -8%;
	}
	.seo_index #pdca_box .pdca_03 {
    	top: 49%;
	}
	
	.seo_index #pdca_box .pdca_03 div:nth-child(2) {
		margin-top: 11%;
		margin-left: -18%;
		letter-spacing: -0.5px;
		width: 102%;
	}*/
}

@media screen and (max-width:414px){
	#marketing_key_box h2 {
		color: #00649c;
		font-size: 24px;
		margin: -15% 0 0 6%;
	}
	
	#marketing_key_box.meta-keywords h2 {
		color: #00649c;
		font-size: 20px;
		padding-top: 0;
		line-height: 1.2;
		margin: -15% 0 0 6%;
	}

	#marketing_key_box.meta-keywords h2 span {
		font-size: 20px;
		color: #dc004e;
	}
	#marketing_key_box.heading-tag h2 {
		color: #00649c;
		font-size: 20px;
		padding-top: 0;
		line-height: 1.2;
		margin: -15% 0 0 6%;
	}

	#marketing_key_box.heading-tag h2 span {
		font-size: 20px;
		color: #dc004e;
	}
	#marketing_key_box.title_tag h2 {
		color: #00649c;
		font-size: 20px;
		padding-top: 0;
		line-height: 1.2;
		margin: -15% 0 0 6%;
	}

	#marketing_key_box.title_tag h2 span {
		font-size: 20px;
		color: #dc004e;
	}
	
	#marketing_key_box.directory h2 {
		color: #00649c;
		font-size: 24px;
		padding-top: 0;
		line-height: 1;
		margin: -18% 0 0 6%;
	}
	#marketing_key_box.directory h2 span.f_s{
		font-size: 12px;
	}

	#marketing_key_box.directory h2 span.f_red{
		font-size: 12px;
		color: #dc004e;
	}
	
	#marketing_key_box.target h2 {
		color: #00649c;
		font-size: 22px;
		padding-top: 0;
		line-height: 1;
		margin: -18% 0 0 6%;
	}
	#marketing_key_box.target h2 span.f_s{
		font-size: 14px;
	}

	#marketing_key_box.target h2 span.f_red{
		font-size: 14px;
		color: #dc004e;
	}
	.seo_index .txt_box_in{
		background-size: 10%;
	}
	
	.seo_index .txt_box .left p {
		font-size: 14px;
	}
	
	.seo_index .txt_box .left span img {
		width: 22px;
	}
	.seo_index .txt_box .left span.icon_02 {
		margin-top: -5px;
	}
	.seo_index .txt_box .left p:last-child {
		font-size: 20px;
	}
	.seo_index .txt_box .right {
		font-size: 12px;
		padding: 0px 0px 0px 18px !important;
	}
	.seo_index .txt_box .right br{
		display: none;
	}
	.seo_index #pdca_box{
		background: url(/images/marketing/seo/index_pdca_box_bg_414.gif) no-repeat center top/90% auto;
		height: 305px;
	}

	.seo_index #pdca_box .pdca_01 {
		top: 1.2%;
		left: 35%;
	}
	
	.seo_index #pdca_box .pdca div:nth-child(1) p {
		line-height: 1.2;
	}
	.seo_index #pdca_box .pdca div:nth-child(2) {
		margin-top: 2%;
		margin-left: -10%;
		width: 70%;
		font-size: 10px;
	}
	.seo_index #pdca_box .pdca div:nth-child(2) p {
		margin: 0px 0 0 0;
	}
	.seo_index #pdca_box .txt_01 {
		font-size: 13px;
		top: 41%;
	}
	.seo_index #pdca_box .pdca_02 {
		top: 54.5%;
		left: 11%;
	}
	.seo_index #pdca_box .pdca_02 div:nth-child(2) {
		margin-top: 3.2%;
		margin-left: -6%;
		width: 44%;
	}
	
	.seo_index #pdca_box .pdca_02 div:nth-child(2) ul {
		margin-bottom: 2.4%;
	}
	.seo_index #pdca_box .pdca_03 {
		top: 57.5%;
		left: 60%;
	}
	.seo_index #pdca_box .pdca_03 div:nth-child(2) {
		margin-top: 9%;
		margin-left: -15%;
		width: 102%;
		height: 7.5em;
	}
	/********** 広告事業部＿見出しタグの最適化 **********/	
	.heading-tag .box_01 {
		background: url(../images/marketing/seo/arrow02.gif) no-repeat center 42%;
	}
	
}

@media screen and (max-width:375px){
	#marketing_key_box h2 {
		color: #00649c;
		font-size: 22px;
		margin: -16% 0 0 6%;
	}
	#marketing_key_box.meta-description h2 {
		color: #00649c;
		font-size: 28px;
		padding-top: 0px;
		line-height: 1;
		margin: -20% 0 0 6%;
	}
	
	#marketing_key_box.meta-description h2 span {
		font-size: 16px;
		color: #dc004e;
	}
	
	#marketing_key_box.heading-tag h2 {
		color: #00649c;
		font-size: 22px;
		padding-top: 0px;
		line-height: 1;
		margin: -20% 0 0 6%;
	}
	
	#marketing_key_box.heading-tag h2 span {
		font-size: 16px;
		color: #dc004e;
	}
	
	#marketing_key_box.title_tag h2 {
		color: #00649c;
		font-size: 22px;
		padding-top: 0px;
		line-height: 1;
		margin: -20% 0 0 6%;
	}
	
	#marketing_key_box.title_tag h2 span {
		font-size: 16px;
		color: #dc004e;
	}
	
	#marketing_key_box.meta-keywords h2 {
		font-size: 18px;
	}

	#marketing_key_box.meta-keywords h2 span {
		font-size: 18px;
	}
	
	#marketing_key_box.directory h2 {
		color: #00649c;
		font-size: 24px;
		padding-top: 0;
		line-height: 1;
		margin: -18% 0 0 6%;
	}
	#marketing_key_box.directory h2 span.f_s{
		font-size: 10px;
	}

	#marketing_key_box.directory h2 span.f_red{
		font-size: 10px;
		color: #dc004e;
	}
	#marketing_key_box.target h2 {
		color: #00649c;
		font-size: 20px;
		padding-top: 0;
		line-height: 1;
		margin: -18% 0 0 6%;
	}
	.seo_index .txt_box .left p {
		font-size: 13px;
	}
	.seo_index .txt_box .left span img {
		width: 19px;
	}
	
	.seo_index .txt_box .left span.icon_02 {
		margin-top: -7px;
	}
	
	.seo_index .txt_box .left p:last-child {
		font-size: 16px;
	}
	
	.seo_index .txt_box .right {
		font-size: 10px;
	}
	.seo_index .txt_box_in {
		background-size: 7%;
		padding: 2px 20px;
	}
	
	.seo_index #pdca_box{
		background: url(/images/marketing/seo/index_pdca_box_bg_375.gif) no-repeat center top/90% auto;
		height: 296px;
	}
	
	.seo_index #pdca_box .pdca_01 {
		top: 3.2%;
		left: 35%;
	}
	.seo_index #pdca_box .pdca div:nth-child(2) {
		margin-top: 4%;
		margin-left: -10%;
		width: 70%;
		font-size: 10px;
	}
	
	.seo_index #pdca_box .pdca div:nth-child(1) p {
		font-size: 12px;
	}
	.seo_index #pdca_box .pdca div:nth-child(2) li {
		line-height: 1;
	}
	.seo_index #pdca_box .txt_01 {
		top: 42%;
		font-size: 12px;
	}
	.seo_index #pdca_box .pdca_02 {
		top: 55.7%;
	}
	.seo_index #pdca_box .pdca_02 div:nth-child(2) {
		width: 48%;
		margin-left: -6%;
	}
	
	.seo_index #pdca_box .pdca_03 {
		top: 58%;
	}
	
	.seo_index #pdca_box .pdca_03 div:nth-child(2) {
		margin-top: 12%;
		width: 98%;
	}
}

@media screen and (max-width:360px){
	.seo_index .txt_box .left p {
		font-size: 12px;
	}
	.seo_index .txt_box .left span.icon_01 {
		margin-top: -7px;
	}
	.seo_index .txt_box .left span img {
		width: 16px;
	}
	.seo_index .txt_box .left span.icon_02 {
		margin-top: -10px;
	}
	.seo_index .txt_box .left p:last-child {
		font-size: 14px;
	}
	
	.seo_index #pdca_box{
		background: url(/images/marketing/seo/index_pdca_box_bg_360.gif) no-repeat center top/90% auto;
		height: 296px;
	}
	
	.seo_index #pdca_box .pdca_01 {
		top: 3.5%;
	}
	
	.seo_index #pdca_box .txt_01 {
		top: 44%;
	}
	.seo_index #pdca_box .pdca_02 {
		top: 55.7%;
		left: 10%;
	}
	.seo_index #pdca_box .pdca_03 {
		top: 59%;
	}
	.seo_index #pdca_box .pdca_03 div:nth-child(2) {
		margin-top: 11%;
		height: 8.7em;
	}
}

@media screen and (max-width:320px){
	#marketing_key_box h2 {
		color: #00649c;
		font-size: 20px;
		margin: -17% 0 0 6%;
	}
	#marketing_key_box.meta-description h2 {
		color: #00649c;
		font-size: 24px;
		padding-top: 0px;
		line-height: 1;
		margin: -20% 0 0 6%;
	}
	#marketing_key_box.meta-description h2 span {
		font-size: 14px;
		color: #dc004e;
	}
	
	#marketing_key_box.heading-tag h2 {
		color: #00649c;
		font-size: 24px;
		padding-top: 0px;
		line-height: 1;
		margin: -20% 0 0 6%;
	}
	#marketing_key_box.heading-tag h2 span {
		font-size: 14px;
		color: #dc004e;
	}
	
	#marketing_key_box.title_tag h2 {
		color: #00649c;
		font-size: 24px;
		padding-top: 0px;
		line-height: 1;
		margin: -20% 0 0 6%;
	}
	#marketing_key_box.title_tag h2 span {
		font-size: 14px;
		color: #dc004e;
	}
	
	#marketing_key_box.meta-keywords h2 {
		font-size: 16px;
	}

	#marketing_key_box.meta-keywords h2 span {
		font-size: 16px;
	}
	#marketing_key_box.directory h2 {
		color: #00649c;
		font-size: 24px;
		padding-top: 0;
		line-height: 1;
		margin: -18% 0 0 4%;
	}
	#marketing_key_box.target h2 {
		color: #00649c;
		font-size: 18px;
		padding-top: 0;
		line-height: 1;
		margin: -18% 0 0 6%;
	}
	#marketing_key_box.target h2 span.f_s,
	#marketing_key_box.target h2 span.f_red{
		font-size: 12px;
	}
	.seo_index .txt_box_in{
		padding: 2px 5px;
	}
	.seo_index .txt_box .right {
		font-size: 10px;
		line-height: 1.4 !important;
	}
	.seo_index #pdca_box {
		height: 271px;
	}
	
	.seo_index #pdca_box .pdca div:nth-child(1) p {
		margin: 0px;
		line-height: 1.2;
		font-size: 10px;
	}
	.seo_index #pdca_box .pdca div:nth-child(2) p {
		margin: 1px 0 0 0;
		line-height: 1.2;
	}
	.seo_index #pdca_box .pdca_01 {
		position: absolute;
		top: 3.5%;
		left: 34%;
	}
	.seo_index #pdca_box .pdca div:nth-child(2) {
		margin-top: 7%;
		margin-left: -8%;
		width: 69%;
		font-size: 8px;
	}
	
	.seo_index #pdca_box .txt_01 {
		font-size: 10px;
		color: red;
		position: absolute;
		top: 43%;
		left: 50%;
		margin: 0 0 0 -3em;
		line-height: 1.2;
		padding: 0;
		font-weight: bold;
	}
	.seo_index #pdca_box .pdca_02 {
		position: absolute;
		top: 54.7%;
		left: 11%;
	}
	.seo_index #pdca_box .pdca_02 div:nth-child(2) {
		margin-top: 6.2%;
		margin-left: -5%;
		width: 44%;
		height: 9em;
	}
	.seo_index #pdca_box .pdca_03 {
		position: absolute;
		top: 57%;
		left: 60%;
	}
	
	.seo_index #pdca_box .pdca_03 div:nth-child(2) {
		width: 96%;
		margin-top: 18%;
		margin-left: -13%;
		height: 9em;
	}
		/********** 広告事業部＿見出しタグの最適化 **********/	
		.heading-tag .box_01 {
			background: url(../images/marketing/seo/arrow02.gif) no-repeat center 42%;
		}
}

