/* CSS Document */
@charset "utf-8";

/*::::::::::::::::::::::::::::::::::::::::::
reset
::::::::::::::::::::::::::::::::::::::::::*/
/*
Copyright (c) 2011, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.9.0
*/
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,select,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,button,caption,cite,code,dfn,em,input,optgroup,option,select,strong,textarea,th,var{font:inherit}del,ins{text-decoration:none}li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:baseline}sub{vertical-align:baseline}legend{color:#000}
/*font reset*/
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small}select,input,textarea,button{font:99% arial,helvetica,clean,sans-serif}table{font-size:inherit;font:100%}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%}


/*::::::::::::::::::::::::::::::::::::::::::
default
::::::::::::::::::::::::::::::::::::::::::*/
/*-------------------------------
japanese font
-------------------------------*/
body{
	color: #555;
	font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small}select,input,textarea,button{font:99% arial,helvetica,clean,sans-serif}table{font-size:inherit;font:100%}pre,code,kbd,samp,tt{font-family:font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*font-size:108%;line-height:100%
}
/*-------------------------------
font size
-------------------------------*/
.f_size10 {font-size:85%;}	/*10px */
.f_size11 {font-size:85%;}	/*11px */
.f_size12 {font-size:93%;}	/*12px */ 
.f_size13 {font-size:100%;}	/*13px */ 
.f_size14 {font-size:108%;}	/*14px */
.f_size16 {font-size:123.1%;} /*16px */
.f_size18 {font-size:138.5%;} /*18px */
.f_size20 {font-size:153.9%;} /*20px */
.f_size24 {font-size:182%;}	/*24px */
.f_size26 {font-size:200%;}	/*26px */
.f_size28 {font-size:215.4%;}	/*28px */
.f_size30 {font-size:230.7%;}	/*30px */

/*-------------------------------
font color
-------------------------------*/
.f_red{color: #F00;}
.f_blue{color: #3F79DA;}
.f_green{color: #090;}
.f_orenge{color: #F60;}
.f_yellow{color: #FF0;}
.f_light_blue{color: #0CF;}
.f_light_green{color: #0F0;}
.f_gray{color: #999;}
.f_white{color: #FFF;}
.f_black{color: #000;}
/*-------------------------------
adjustment
-------------------------------*/
/*clear*/
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
/*margin*/
.mtop5{margin-top: 5px;}
.mtop10{margin-top: 10px;}
.mtop20{margin-top: 20px;}
.mtop30{margin-top: 30px;}
.mtop50{margin-top: 50px;}
/*margin minus*/
.mtop-5{margin-top: -5px;}
.mtop-15{margin-top: -15px;}
.mtop-20{margin-top: -20px;}
.mtop-50{margin-top: -50px;}
.mtop-60{margin-top: -60px;}
.mtop-70{margin-top: -70px;}
.mtop-80{margin-top: -80px;}
.mtop-90{margin-top: -90px;}
.mtop-100{margin-top: -100px;}
.mtop-110{margin-top: -110px;}
.mtop-115{margin-top: -115px;}
.mtop-120{margin-top: -120px;}
.mtop-125{margin-top: -125px;}
.mtop-130{margin-top: -130px;}
.mtop-170{margin-top: -170px;}
.mtop-190{margin-top: -190px;}
.mtop-195{margin-top: -195px;}
.mtop-485{margin-top: -485px;}

/*padding*/
.ptop5{padding-top: 5px;}
.ptop10{padding-top: 10px;}
.ptop50{padding-top: 50px;}
.ptop100{padding-top: 100px;}
.ptop170{padding-top: 170px;}
.ptop180{padding-top: 180px;}
.ptop200{padding-top: 200px;}
.pleft15{padding-left: 15px;}
.pleft50{padding-left: 50px;}
.pleft75{padding-left: 75px;}
.pleft100{padding-left: 100px;}
.pbottom5{padding-bottom: 5px;}

/*input*/
.width735{width: 735px;}
.height350{height: 350px}
/*input width*/
.input_w_50 input[type="text"],.input_w_50 textarea,.input_w_50 input[type="password"] {width: 50px;}
.input_w_100 input[type="text"],.input_w_100 textarea,.input_w_100 input[type="password"] {width: 100px;}
.input_w_200 input[type="text"],.input_w_200 textarea,.input_w_200 input[type="password"] {width: 200px;}
.input_w_300 input[type="text"],.input_w_300 textarea,.input_w_300 input[type="password"] {width: 300px;}
.input_w_400 input[type="text"],.input_w_400 textarea,.input_w_400 input[type="password"] {width: 400px;}
/*float*/
.float_left{float: left;}
.float_right{float: right;}
/*bg*/
.bg_lightgray{
	background-color: #f2f2f2;
}
/*-------------------------------
all
-------------------------------*/
a{color: #388903;}
strong{
	font-weight: bold;
}
.display_none{display: none;}
.align_center{text-align: center;}
.align_right{text-align: right;}
input[type="text"]:focus,textarea:focus,input[type="password"]:focus,select:focus{
	background-color: #FFD;
}
input[type="text"]:disabled,textarea:disabled,input[type="password"]:disabled,select:disabled{
	background-color: #DDD;
}
input[type="text"],input[type="password"]{
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	border: 1px solid #CCC;
	height: 16px;
	background-color: #EEE;
}
.pressTitle{
	font-size: 182%;
	font-weight: bold;
	padding-bottom: 5px;
}
/*input error*/
.error_input input[type="text"],.error_input select,.error_input input[type="password"]{
	background-color: #FFD9D9;
	border-color: #F99;
	border-width: 2px;
}
.error_text{
	color: #F30;
	padding-left: 5px;
}
.error_check{
	color: #F30;
	text-align: center;
	padding-bottom: 10px;
	margin-top: -5px;
}
.item_name .star,.item_name_adgroup .star,.star, #form .star{
	color: #FFB300;
	font-weight: bold;
	padding-top: 3px;
}
table{
	width: 100%;
}
th{
	font-weight: bold;
	text-align: center;
	border: 1px solid #CCC;
	padding: 4px;
	background-color: #666;
	color: #FFF;
}
td{
	border: 1px solid #CCC;
	padding: 4px;
}
td.bg_gray{background-color: #F2F2F2;}
td.bg_white{background-color: #FFFFFF;}
tr.even_row{
	background-color: #F2F2F2;
}
/*::::::::::::::::::::::::::::::::::::::::::
layout
::::::::::::::::::::::::::::::::::::::::::*/
html,body{
     height:100%;
}
#wrapper{
	width: 100%;
	min-width: 980px;
	position: relative;
    height:auto !important; /*IE6対策*/
    height: 100%; /*IE6対策*/
	min-height: 100%;
	background-color: #fff;
}
/*-------------------------------
header
-------------------------------*/
#header_wrapper{
	background-color: #fff;
	width: 100%;
}
#header{
	height: 60px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
}
.fix_header{
	position: absolute;
	z-index: 9999999;
	width: 100%;
	background-color: #fff;
}


/*-------------------------------
content
-------------------------------*/
#content{
	width: 100%;
	min-width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 40px;
}
/*-------------------------------
footer
-------------------------------*/
#footer{
	height: 40px;
	width: 100%;
	min-width: 980px;
	background-color: #4f4f4f;
	position:absolute;
    bottom:0;
	margin-bottom:-13px;
}
/*::::::::::::::::::::::::::::::::::::::::::
header
::::::::::::::::::::::::::::::::::::::::::*/
.header_logo a{
	height: 60px;
	width: 170px;
	float: left;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: -9999px;
	display: block;
}
.header_globalnavi_area{float: right;}
.header_login ul{
	padding-top: 8px;
	height: 21px;
	float: right;
}
.header_login ul li{
	display: inline-block;
}
.header_login ul li a{
	display: block;
	text-indent: -9999px;
	margin-left: 6px;
}
.header_login ul li.publlisher_login a{
	background-image: url(../images/btn_glovalnavi_publogin_default.png);
	background-repeat: no-repeat;
	height: 21px;
	width: 122px;
}
.header_login ul li.publlisher_login a:hover{background-image: url(../images/btn_glovalnavi_publogin_hover.png);}
.header_login ul li.advertiser_login a{
	background-image: url(../images/btn_glovalnavi_advlogin_default.png);
	background-repeat: no-repeat;
	height: 21px;
	width: 109px;
}
.header_login ul li.advertiser_login a:hover{background-image: url(../images/btn_glovalnavi_advlogin_hover.png);}
.header_login ul li.english_site a{
	background-image: url(../images/btn_glovalnavi_english_default.png);
	background-repeat: no-repeat;
	height: 21px;
	width: 71px;
}
.header_login ul li.english_site a:hover{background-image: url(../images/btn_glovalnavi_english_hover.png);}
.global_navi ul{
	padding-top: 6px;
}
.global_navi ul li{
	display: inline-block;
	background-image: url(../images/list_mark01.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	margin-left: 12px;
}
.global_navi ul li a{
	color: #666;
}


/*::::::::::::::::::::::::::::::::::::::::::
content
::::::::::::::::::::::::::::::::::::::::::*/
.main_visual{
	height: 350px;
	width: 100%;
	min-width: 980px;
	background-image: url(../images/bg_yellow.jpg);
}
.main_visual_content{
	width: 980px;
	height: 350px;
	margin-right: auto;
	margin-left: auto;
}
.main_visual .btn_top{
	padding-top: 130px;
	float: right;
}
.main_visual .btn_top a{
	height: 85px;
	width: 397px;
	margin-left: -397px;
	display: block;
	text-indent: -9999px;
	background-image: url(../images/btn_top_default.png);
	background-repeat: no-repeat;
	z-index: 999999;
	position: absolute;
}
.main_visual .btn_top a:hover{
	background-image: url(../images/btn_top_hover.png);
	background-repeat: no-repeat;
}

.main_visual .btn_top_strong{
	padding-top: 80px;
	float: right;
}
.main_visual .btn_top_strong a{
	height: 85px;
	width: 397px;
	margin-left: -397px;
	display: block;
	text-indent: -9999px;
	background-image: url(../images/btn_top_strong_default.png);
	background-repeat: no-repeat;
	z-index: 999999;
	position: absolute;
}
.main_visual .btn_top_strong a:hover{
	background-image: url(../images/btn_top_strong_hover.png);
	background-repeat: no-repeat;
}
.main_visual .btn_top_media{
	padding-top: 180px;
	float: right;
}
.main_visual .btn_top_media a{
	height: 85px;
	width: 397px;
	margin-left: -397px;
	display: block;
	text-indent: -9999px;
	background-image: url(../images/btn_top_media_default.png);
	background-repeat: no-repeat;
	z-index: 999999;
	position: absolute;
}
.main_visual .btn_top_media a:hover{
	background-image: url(../images/btn_top_media_hover.png);
	background-repeat: no-repeat;
}
/*-------------------------------
page_heading
-------------------------------*/
.page_heading{
	height: 157px;
	background-image: url(../images/bg_yellow.jpg);
}
.page_heading_content{
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.page_heading h1{
	font-weight: bold;
	color: #FFF;
	font-size: 230.7%;
	padding-top: 53px;
	/*padding-top: 35px;*/
}
.page_heading h1.publishers{
	font-weight: bold;
	color: #FFF;
	font-size: 230.7%;
	padding-top: 40px;
	/*padding-top: 22px;*/
}
.page_heading p.publishers{
	font-size: 153.9%;
	font-weight: bold;
	color: #FFF;
	padding-top: 3px;
}
.page_heading_content a.publishers{
	float: right;
	height: 62px;
	width: 298px;
	display: block;
	text-indent: -9999px;
	background-image: url(../images/btn_start_degfault.png);
	background-repeat: no-repeat;
	margin-top: -63px;
}
.page_heading_content a.publishers:hover{background-image: url(../images/btn_start_hover.png);
background-repeat: no-repeat;}
.page_heading_content a.advertisers{
	float: right;
	height: 62px;
	width: 298px;
	display: block;
	text-indent: -9999px;
	background-image: url(../images/btn_contact_degfault.png);
	background-repeat: no-repeat;
	margin-top: -93px;
}
/*.page_heading_content a.advertisers:hover{background-image: url(../images/btn_contact_hover.png);
background-repeat: no-repeat;}*/

.page_heading_content a.others{
	float: right;
	height: 62px;
	width: 298px;
	display: block;
	text-indent: -9999px;
	background-image: url(../images/btn_start_degfault.png);
	background-repeat: no-repeat;
	margin-top: -50px;
}
.page_heading_content a.others:hover{background-image: url(../images/btn_start_hover.png);
background-repeat: no-repeat;}
.heading_btn_wrapper{
}
/*.page_heading_content a.advertisers_s{
	float: right;
	height: 40px;
	width: 192px;
	display: block;
	text-indent: -9999px;
	background-image: url(../images/btn_contact_degfault_s.png);
	background-repeat: no-repeat;
	margin-left: 3px;
}
.page_heading_content a.advertisers:hover{background-image: url(../images/btn_contact_hover_s.png);
background-repeat: no-repeat;}

.page_heading_content a.dl_adv{
	float: right;
	height: 40px;
	width: 192px;
	display: block;
	text-indent: -9999px;
	background-image: url(../images/btn_dl_adv_default_s.png);
	background-repeat: no-repeat;
}
.page_heading_content a.dl_adv:hover{background-image: url(../images/btn_dl_adv_hover_s.png);
background-repeat: no-repeat;}*/

.heading_btn_wrapper .hs-cta-wrapper{
	float: right;
	display: block;
	margin-top: -23px;
}
/*-------------------------------
content_detail
-------------------------------*/
.content_detail{
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 30px;
}
/*-------------------------------
news
-------------------------------*/

h2.top_h2{
	height: 30px;
	width: 980px;
	padding-bottom: 4px;
	background-image: url(../images/h2_news.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
h2.top_cp_h2{
	height: 30px;
	width: 560px;
	padding-bottom: 4px;
	background-image: url(../images/h2_cp_top.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	clear: both;
	margin-top: 15px;
}
.top_info_wrapper{
	float: left;
	width:560px;
	padding-bottom: 15px;
}
dl.top_news{
	width:560px
}
dl.top_news dt{
	float: left;
	padding-right: 12px;
	padding-bottom: 9px;
}
dl.top_news dd{
	padding-bottom: 9px;
}
dl.news_list{
	float: left;
	width: 980px;
	margin-top: -10px;
}
dl.news_list dt{
	float: left;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
	
}
dl.news_list dd{
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
}
/*-------------------------------
external_item
-------------------------------*/
.external_item{
	float: right;
	width: 400px;
	padding-bottom: 20px;
}
.twitter-share-button{
	padding-bottom: 5px;
}
.press .twitter-share-button{padding-bottom: 0px;}
/*-------------------------------
topic_path
-------------------------------*/
.topic_path ul{
	padding-bottom: 20px;
	padding-top: 0px;
}
.topic_path ul li{
	display: inline-block;
	padding-right: 15px;
	background-image: url(../images/icon_topic_path.png);
	background-repeat: no-repeat;
	background-position: right center;
	margin-right: 12px;
}
.topic_path ul li.active{
	background-image: none;
}
.topic_path_pb{
	position: relative;
	top: 190px;
}
.topic_path_pb ul{
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: -20px;
}
.topic_path_pb ul li{
	display: inline-block;
	padding-right: 15px;
	background-image: url(../images/icon_topic_path.png);
	background-repeat: no-repeat;
	background-position: right center;
	margin-right: 12px;
}
.topic_path_pb ul li.active{
	background-image: none;
}
/*-------------------------------
form
-------------------------------*/
.input_section, #form dl {
	padding-bottom: 20px;
	clear: both;
}

.input_section label.item_name, .input_section div.item_name, .display_section div.item_name, span.item_value {
    display: block;
    float: left;
    font-size: 16px;
    font-weight: bold;
    margin-right: 20px;
    padding-top: 15px;
    width: 150px;
}
.input_section .kakko {
    font-size: 12px;
    font-weight: normal;
}
#form #error{
	font-weight: bold;
	color: #F00;
	font-size: 108%;
	line-height: 1.2em;
	text-align: center;
}
#form dt{
	width: 200px;
	float: left;
	display: block;
	padding-top: 5px;
	margin-right: 20px;
	font-weight: bold;
}
#form .form_agreement{
	padding-top: 20px;
	text-align:center;
}
#form .form_agreement p{
	line-height: 1.4em;
}
.btn_submit{
	text-align: center;
}
#agreement {
	background: none repeat scroll 0 0 #EEEEEE;
	border: 1px solid #CCCCCC;
	height: 200px;
	line-height: 1.3;
	margin-bottom: 20px;
	overflow: auto;
	padding: 15px;
	margin-top: 10px;
}
#agreement dl {
    margin-bottom: 20px;
}
#agreement dt {
    clear: both;
    float: left;
    margin-bottom: 3px;
    width: 20px;
}
#agreement dd {
    margin-bottom: 3px;
    margin-left: 20px;
}
#agreement p {
    margin-bottom: 20px;
}
p.agree{
	text-align: center;
	margin-top: 30px;
	margin-bottom: 10px;
}
.publisher_form input[type="text"]{
	font-size: 210%;
	height: 40px;
}

#agreement #title {
    font-size: 123.1%;
    font-weight: bold;
    margin-bottom: 20px;
}
p.agree {
    font-size: 17px;
    text-align: center;
}
h2.form_title{
	font-weight: bold;
	color: #ff8a00;
	font-size: 230.7%;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 735px;
	padding-bottom: 10px;
}
/*-------------------------------
tanks page
-------------------------------*/
.thanks_text{
	padding-top: 20px;
}
.thanks_text p{
	text-align: center;
	padding-bottom: 30px;
	font-size: 123.1%;
	line-height: 1.4em;
}
/*-------------------------------
password_setting
-------------------------------*/
.password_setting{
	width: 365px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	border: 1px solid #CCC;
	background-color: #FFFEEC;
}
.password_setting .input_section label.item_name{width: 130px;}
/*-------------------------------
publishers
-------------------------------*/
.strength_section_wr{
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
/*.strength_section{
	width: 980px;
	height: 310px;
	margin-right: auto;
	margin-left: auto;
}*/

/*advertiser*/
.strength_section_adv{
	height: 310px;
}
.strength_section_adv .left_images{
	width: 300px;
	height: 310px;
	float: left;
	padding-left:30px;
}
.strength_section_adv .right_images{
	width: 300px;
	height: 310px;
	float: right;
}
.strength_section_adv .strength_content{
	width: 580px;
	height: 310px;
	position: relative;
}
.strength_section_adv .strength_content_detail{
	position: absolute;
	top: 154px;
	left: -1px;
}

/*publisher*/
.strength_section{
	width: 735px;
	height: 310px;
}
.strength_section .left_images{
	width: 260px;
	height: 310px;
	float: left;
}
.strength_section .right_images{
	width: 260px;
	height: 310px;
	float: right;
}
.strength_section .strength_content{
	width: 475px;
	height: 310px;
	position: relative;
}
.strength_section .strength_content_detail{
	position: absolute;
	top: 154px;
}
.strength_content h2{
	font-size: 200%;
	font-weight: bold;
	padding-bottom: 15px;
}
.strength_content p{
	padding-bottom: 10px;
	font-size: 108%;
	line-height: 1.4em;
	background-image: url(../images/icon_dot.png);
	background-repeat: no-repeat;
	background-position: 4px 7px;
	padding-left: 14px;
}
.ssp_wrapper{
	padding-bottom: 3px;
}
.ssp_name{
	float: left;
	width: 230px;
}
.ssp_url{
	width: 400px;
}
.manual_dl{
	margin-top:10px;
}
h2.publishers_flow{
	font-weight: bold;
	color: #ff8a00;
	font-size: 230.7%;
	padding-bottom: 10px;
}
h2.publishers_device{
	font-size: 200%;
	font-weight: bold;
	padding-bottom: 10px;
}
.btn_startzero_wrap{
	height: 93px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;}
.btn_startzero a{
	height: 93px;
	width: 536px;
	display: block;
	margin-top: 30px;
	margin-left: 100px;
	text-indent: -9999px;
	background-image: url(../images/btn_startzero_degfault.png);
	background-repeat: no-repeat;
}
.btn_startzero a:hover{
	background-image: url(../images/btn_startzero_hover.png);
	background-repeat: no-repeat;
}
/*-------------------------------
publishers menu
-------------------------------*/
.publishers_menu{
	margin-top: 5px;
	position: absolute;
	z-index: 9999999;
	margin-top:220px;
	margin-left:370px;
}
.publishers_menu_content {
	width: 210px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #FFF;
}
.publishers_menu .menu_title{

	background-color: #fed900;
	background-image: url(../images/title_menu.png);
	background-repeat: no-repeat;
	background-position: left center;
	border: 1px solid #f2ca03;
	height: 35px;
	text-indent: -9999px;
	width: 230px;
}
.publishers_menu ul{

}
.publishers_menu ul li{
	padding-left: 15px;
	background-image: url(../images/list_mark02.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	margin-left: 5px;
	font-size: 108%;
	margin-bottom: 10px;
}
/*-------------------------------
advertisers
-------------------------------*/
h2.advertisers_title{
	font-weight: bold;
	color: #ff8a00;
	font-size: 182%;
	padding-bottom: 10px;
}
.advertisers_strength_section{
padding-bottom: 30px;
}
.advertisers_strength_left{
	float: left;
	width: 470px;
	text-align: center;
}
.advertisers_strength_right{
	float: right;
	width: 470px;
	text-align: center;
}
.advertisers_strength_section p.strength{
	width: 285px;
	text-align: left;
	padding-left: 132px;
	padding-top: 10px;
	line-height: 1.4em;
}
.advertisers_strength_section .agency_content{
	width: 340px;
	text-align: left;
	padding-left: 65px;
	padding-top: 10px;
	line-height: 1.4em;
}
.dl_adv_btn_wrapper{
	width: 601px;
	margin-right: auto;
	margin-left: auto;
}
a.advertisers_btn_start{
	height: 62px;
	width: 298px;
	display: block;
	text-indent: -9999px;
	background-image: url(../images/btn_contact_degfault.png);
	background-repeat: no-repeat;
	margin-bottom: 30px;
	float: left;
}
/*a.advertisers_btn_start:hover{background-image: url(../images/btn_contact_hover.png);
background-repeat: no-repeat;
}
a.advertisers_btn_dl_adv{
	height: 62px;
	width: 298px;
	display: block;
	text-indent: -9999px;
	background-image: url(../images/btn_dl_adv_default.png);
	background-repeat: no-repeat;
	margin-bottom: 30px;
	float: left;
	margin-right: 5px;
}
a.advertisers_btn_dl_adv:hover{background-image: url(../images/btn_dl_adv_hover.png);
background-repeat: no-repeat;
}*/
.dl_adv_btn_wrapper .hs-cta-wrapper{
	height: 62px;
	width: 298px;
	float: left;
	display: block;
	margin-right: 5px;
}
.advertisers_manage_image{
	float: left;
	width: 100px;
	text-align: left;
	padding-left: 65px;
}
.advertisers_manage_content{
	float: left;
	text-align: left;
	width: 250px;
}
.advertisers_manage_content h3{
	font-weight: bold;
	font-size: 108%;
	padding-bottom: 5px;
}
.advertisers_agency_list{
	margin-bottom: 40px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.advertisers_agency_list ul{
	width: 980px;
	margin-left: 80px;
}
.advertisers_agency_list ul li{
	float: left;
	width: 320px;
	padding-bottom: 10px;
}
/*-------------------------------
privacy
-------------------------------*/
.privacy_content p{
	line-height: 1.4em;
	padding-bottom: 20px;
}
h2.privacy_title{
	font-weight: bold;
	color: #ff8a00;
	font-size: 123.1%;
	padding-bottom: 10px;
	padding-top: 20px;
}
.privacy_content ol{
	margin-top: -20px;
	padding-bottom: 20px;
}
.privacy_content ol li{
	padding-top: 5px;
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 22px;
}
.listmark_pr{
	display: block;
	background-image: url(../images/icon_dot.png);
	background-position: 5px 12px;
	padding-left: 17px;
	background-repeat: no-repeat;
	padding-top: 5px;
}
/*-------------------------------
optout
-------------------------------*/
a.optout_btn{
	background-image: url(../images/optout_btn.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 50px;
	width: 200px;
	display: block;
	text-indent: -99999px;
	margin-top: 5px;
}
/*-------------------------------
about
-------------------------------*/
.about_content{
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
.about_section{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 20px;
	padding-bottom: 20px;
}
.about_item{
	float: left;
	width: 150px;
	font-weight: bold;
}
.about_detail{
	float: left;
}
.map{
	height: 392px;
	width: 529px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}
/*-------------------------------
recruit
-------------------------------*/
.recruit_content{
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
}
.recruit_content_section{
	width: 222px;
	float: left;
	margin-right: 30px;
	text-align: center;
}
.recruit_content_section.last_child{margin-right: 0px;}
.recruit_content_section h3{
	font-size: 108%;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 5px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.recruit_content_section p{
	padding-bottom: 5px;
	text-align: left;
	height: 45px;
}
/*-------------------------------
FAQ
-------------------------------*/
p.faq_q{
	padding-bottom: 5px;
	padding-left: 19px;
	background-image: url(../images/icon_q.png);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	margin-top: 15px;
}
p.faq_q.first_child{margin-top: 5px;}
p.faq_a{
	padding-bottom: 15px;
	padding-left: 19px;
	background-image: url(../images/icon_a.png);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
/*-------------------------------
用語集
-------------------------------*/
.glossary_content{
	float: left;
	width: 735px;
	margin-right: 10px;
}
.glossary_content p{
	line-height: 1.4em;
	padding-bottom: 10px;
}
.glossary_menu{
	width: 230px;
	float: left;
	margin-top: -50px;
}
.glossary_menu_content {
	width: 210px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #FFF;
}
.glossary_menu .menu_title{

	background-color: #fed900;
	background-image: url(../images/title_menu.png);
	background-repeat: no-repeat;
	background-position: left center;
	border: 1px solid #f2ca03;
	height: 35px;
	text-indent: -9999px;
	width: 230px;
}
.publishers_menu ul{

}
.glossary_menu ul li{
	padding-left: 15px;
	background-image: url(../images/list_mark02.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	margin-left: 5px;
	font-size: 108%;
	margin-bottom: 10px;
}
.glossary_menu ul li ul li{
	background-image: url(../images/icon_dot_glay.png);
	margin-left: 0px;
	margin-bottom: 2px;
	background-repeat: no-repeat;
	background-position: 4px 8px;
}
.ao_child,.kako_child,.saso_child,.tato_child,.nano_child,.haho_child,.mamo_child,.yawa_child,.ag_child,.hn_child,.oz_child,.raro_child{
	display: none;
}
.glossary_block{
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	margin-bottom: 20px;
}
.glossary_block h3{
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #F90;
	height: 20px;
	padding-left: 8px;
	line-height: 20px;
	margin-bottom: 5px;
}
.glossary_block ul{}
.glossary_block ul li{
	float: left;
	background-image: url(../images/icon_dot_glay.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	padding-right: 20px;
}
/*-------------------------------
ダウンロードコンテンツ
-------------------------------*/
.dl_content{
	width: 376px;
	margin-right: 30px;
	float: left;
	border: 2px solid #FC3;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.dl_content p{
	line-height: 1.4em;
	padding-bottom: 15px;
}
.dl_content h2{
	font-size: 123.1%;
	font-weight: bold;
	color: #F90;
	padding-bottom: 10px;
}
.dl_form{
	float: left;
	width: 550px;
}
.dl_form .hs-form .hs-field-desc {
	font-size: 12px;
	color: #555;
	width: 500px;
}

.dl_form .hs-form .field .hs-richtext {
	font-size: 12px;
	color: #555;
	width: 500px;
	padding-bottom: 15px;
}
.dl_form .hs-form.stacked .actions {
	margin-left: -17px;
}
/*::::::::::::::::::::::::::::::::::::::::::
footer
::::::::::::::::::::::::::::::::::::::::::*/
.footer_detail{
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.footer_left_area{
	float: left;
	padding-top: 11px;
}
.footer_left_area ul{
}
.footer_left_area ul li{
	display: inline-block;
	margin-right: 15px;
}
.footer_left_area ul li a{
	color: #FFF;
}
.copyright{
	float: right;
	color: #FFF;
	padding-top: 15px;
	font-size: 93%;
}


/*::::::::::::::::::::::::::::::::::::::::::
jQuery skin
::::::::::::::::::::::::::::::::::::::::::*/
/*-------------------------------
登録ボタン
-------------------------------*/
.btn_signup .ui-state-default{
	border: 1px solid #1E5291;
	background-image: url(../images/btn_signup_default.png);
	background-repeat: repeat-x;
	background-position: center center;
	padding-right: 20px;
	padding-left: 20px;
	font-weight: bold;
	color: #FFF;
	font-size:153.9%;
}
.btn_signup .ui-state-hover{
	background-image: url(../images/btn_signup_hover.png);
}
/*-------------------------------
ログインボタン
-------------------------------*/
.btn_completion_login .ui-state-default{
	border: 1px solid #1E5291;
	background-image: url(../images/btn_signup_default.png);
	background-repeat: repeat-x;
	background-position: center center;
	padding-right: 20px;
	padding-left: 20px;
	font-weight: bold;
	color: #FFF;
	font-size:108%;
}
.btn_completion_login .ui-state-hover{
	background-image: url(../images/btn_signup_hover.png);
}
/*-------------------------------
緑色ボタン
-------------------------------*/
.btn_green .ui-state-default{
	border: 1px solid #388613;
	background-image: url(../images/btn_green_default.png);
	background-repeat: repeat-x;
	background-position: center center;
	padding-right: 20px;
	padding-left: 20px;
	font-weight: bold;
	color: #FFF;
	font-size: 123.1%;
}
.btn_green .ui-state-hover{
	background-image: url(../images/btn_green_hover.png);
}
/*-------------------------------
登録ボタン
-------------------------------*/
.btn_cancel .ui-state-default{
	border: 1px solid #CCCCCC;
	padding-right: 20px;
	padding-left: 20px;
	font-weight: bold;
	color: #666;
	font-size: 153.9%;
	background-color: #EEEEEE;
}
.btn_cancel .ui-state-hover{
	background-color: #CCCCCC;
}
