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


/******************************************
               header
*******************************************/


#sec_search {
	display: none;
}
/*===== header ===========================================*/

#main_header {
	margin-bottom: 10px;
	border-bottom: 5px solid #eee;
	box-shadow: 0px 3px 3px #ccc;
	background: #fff;
}
#main_header .outline {
	width: 960px;
	margin: 0 auto;
}



/*===== headerFixed ===========================================*/

#headerFixed {
	width: 100%;
	padding: 5px 0;
	background: #3dbbed;
}
#headerFixed h1 {
	float: left;
	color: #fff;
	font-weight: normal;
}
#headerFixed .navLink {
	float: right;
}
#headerFixed .navLink a {
	padding: 0 10px;
	color: #fff;
	border: 1px solid #eee;
	border-radius: 3px;
	text-decoration: none;
}
#headerFixed .navLink a:hover {
	color: #333;
	background: #eee;
}

/*===== mainHeader ===========================================*/

#mainHeader{
	padding: 10px 0;
	text-align:center;
	position:relative;
	border-bottom: 5px solid #eee;
	background: #ffffff; /* Old browsers */
}

#headline {
	font-size: 10px;
	font-weight: bold;
}
#headline span {
	color: #3dbbed;
	font-size: 24px;
}

/*===== loginNav ===========================================*/

#loginNav {
	margin: 10px 0;
	vertical-align: middle;
}
#loginNav .formTit {
	font-size: 12px;
	font-weight: bold;
}
#loginNav .loginForm {
	padding: 5px;
	background: rgba(255,255,255,0.4);
	border: 1px solid #fff;
	box-shadow: 0 0 5px #aaa;
	border-radius: 5px;
}
#loginNav .loginForm:after {
	display: block;
	content: "";
	clear: both;
}
#loginNav .loginForm label {
	display: inline-block;
	width: 102px;
	font-size: 9px;
}
#loginNav .loginForm label a {
	float:right;	
}
#loginNav .loginForm input {
	max-width: 100%;
}
#loginNav .loginForm .formItemInput {
	float: left;
}
#loginNav .loginForm .formItemInput input {
	padding: 2px 1px;
	border: none;
	border-radius: 4px;
	box-shadow: 0 0 2px #aaa inset;
}
#loginNav .loginForm .formItemSubmit {
	float: right;
	vertical-align: middle;
}
#loginNav .loginForm .formItemSubmit .submitBtn {
	padding: 7px 5px;
	font-weight: bold;
	border: none;
	color: #fff;
	border-radius: 5px;
}
#loginNav .logoBox {
	display: inline-block;
	width: 38%;
}
#loginNav .logoBox img {
	width: 320px;
}
#loginNav .advertiserBox {
	position: relative;
	display: inline-block;
	width: 30%;
	margin-right: 1%;
	vertical-align: top;
}
#loginNav .agencyBox {
	position: relative;
	display: inline-block;
	width: 30%;
	vertical-align: top;
}
#loginNav .tabBtn {
	display: inline-block;
	position: absolute;
	top: 32px;
	left: 3px;
	padding: 2px 10px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	border-radius: 3px 3px 0 0;
}
#loginNav .advertiserBox .advTit {
	width: 100%;
	margin: 0 0 28px 0;
	padding: 0 0 6px 0;
	color: #3D9EAC;
	font-size: 12px;
	text-shadow: 0 0 2px #fff;
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#loginNav .advertiserBox .tabBtn {
	background: #3D9EAC;
}
#loginNav .advertiserBox .tabBtn:hover {
	top: 30px;
	border-bottom: 2px solid #3D9EAC;
}
#loginNav .advertiserBox .facebookLogin {
	left: 100px;
	background: #46629E;
}
#loginNav .advertiserBox .facebookLogin:hover {
	border-bottom: 2px solid #46629E;
}
#loginNav .advertiserBox .formItemSubmit .submitBtn {
	background: #3D9EAC;
	box-shadow: 0 4px 0 #235961;
	cursor: pointer;
}
#loginNav .advertiserBox .formItemSubmit .submitBtn:hover {
	margin-top: 2px;
	box-shadow: 0 2px 0 #235961;
}
#loginNav .advertiserBox .formItemSubmit .submitBtn {
}
#loginNav .agencyBox .agcTit {
	width: 100%;
	margin: 0 0 28px 0;
	padding: 0 0 6px 0;
	position: relative;
	color: #683EC0;
	font-size: 12px;
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#loginNav .agencyBox .tabBtn {
	background: #683EC0;
}
#loginNav .agencyBox .tabBtn:hover {
	top: 30px;
	border-bottom: 2px solid #683EC0;
}
#loginNav .agencyBox .aboutBtn {
	left: 3px;
	background: #444;
}
#loginNav .agencyBox .aboutBtn:hover {
	border-bottom: 2px solid #444;
}
#loginNav .agencyBox .formItemSubmit .submitBtn {
	background: #683EC0;
	box-shadow: 0 4px 0 #462981;
	cursor: pointer;
}
#loginNav .agencyBox .formItemSubmit .submitBtn:hover {
	margin-top: 2px;
	box-shadow: 0 2px 0 #462981;
}
#loginNav .myNav {
	margin: -14px 0 0 0;
}
#loginNav .myNav li {
	position: relative;
	display: inline-block;
	margin: 0 0 5px 0;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	border-radius: 4px;
}
#loginNav .myNav li a {
	width: 200px;
	display: inline-block;
	padding: 5px 15px 5px 10px;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
#loginNav .myNav a:hover {
	opacity: 0.8;
}
#loginNav .advertiserBox .myNav li a {
	color: #333;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	border: 1px solid #fff;
	border-radius: 4px;
	box-shadow: 0 0 3px #aaa;
}
#loginNav .advertiserBox .myNav li a:before {
	content: "●";
	padding: 0 10px 0 0;
	color: #3D9EAC;
	text-shadow: -1px -1px 0 #999;
}
#loginNav .advertiserBox .myNav li a .alertIcon {
	position: absolute;
	right: 5px;
	display: inline-block;
	width: 17px;
	height: 17px;
	margin: 0 0 0 5px;
	line-height: 17px;
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
	content: "！";
	color: #fff;
	background: #c00;
	border-radius: 50%;
}
#loginNav .agencyBox .myNav li a {
	color: #333;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	border: 1px solid #fff;
	border-radius: 4px;
	box-shadow: 0 0 3px #aaa;
}
#loginNav .agencyBox .myNav li a:before {
	content: "●";
	padding: 0 10px 0 0;
	color: #683EC0;
	text-shadow: -1px -1px 0 #999;
}


/*===== search ===========================================*/

#search {
}
#search #categoryBtn {
  background-image: linear-gradient(
    -45deg,
    #fff 25%,
    #eee 25%, #eee 50%,
    #fff 50%, #fff 75%,
    #eee 75%, #eee
  );
  background-size: 4px 4px;
	border-bottom: 1px dashed #eee;
}
#search #categoryBtn p {
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 10px 0;
	cursor: pointer;
	text-align: center;
}
#search #categoryBtn p img {
	display: block;
	margin: 0 auto;
	-webkit-transition: All 0.2s ease;
	-moz-transition: All 0.2s ease;
	-o-transition: All 0.2s ease;
	-ms-transition: All 0.2s ease;
	transition: All 0.2s ease;
}
#search #categoryBtn .active .ampTit {
	color: #3D9EAC;
}
#search #categoryBtn .active .tcTit {
	color: #3D80B1;
}
#search #categoryBtn .active .agpTit {
	color: #683EC0;
}
#search #categoryBtn .active .pcTit {
	color: #3D5FB6;
}
#search #categoryBtn #rankingBtn {
	margin: 0 0 0 5px;
	padding: 0 0 0 20px;
	border-left: 1px dotted #aaa;
}
#search #categoryBtn #rankingBtn a {
	color: #333;
	text-decoration: none;
}
#search #categoryBtn #rankingBtn:hover > a {
	color: #E91E63;
}
#search #categoryBtn .active {
	font-weight: bold;
}
#search #categoryBtn .iconWrp{
	display: block;
	height: 36px;
}
#search #categoryBtn .iconWrp img {
	width: 28px;
}
#search #categoryBtn p:hover > .iconWrp img,
#search #categoryBtn .active .iconWrp img {
	width: 32px;
}
#search #categoryContainer {
}
#search #categoryContainer .tagsBox {
	display: none;
	margin: 10px 0 5px 0;
}
#search #categoryBtn #input_area {
	position: relative;
	float: right;
	margin: 15px 0 0 0;
}
#search #categoryBtn #input_area .textBox {
	width: 330px;
	padding: 10px 20px;
	border-radius: 4px;
	font-family: "メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","Osaka","ＭＳ Ｐゴシック",sans-serif;
	-webkit-transition: All 0.4s ease;
	-moz-transition: All 0.4s ease;
	-o-transition: All 0.4s ease;
	-ms-transition: All 0.4s ease;
	transition: All 0.4s ease;
	box-shadow: 0 0 2px #aaa inset;
}
#search #categoryBtn #input_area .submitBtn {
	position: absolute;
	top: 5px;
	right: 5px;
	opacity: 0.4;
}
#search #categoryBtn #input_area .textBox:focus {
	box-shadow: 0 0 5px #71AF42;
}

/*===== search fixed===========================================*/
.fixedSearch {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;
	box-shadow: 0 0 2px #aaa;
	background: rgba(255,255,255,0.9);
	opacity: 0.9;
}
.fixedSearch #categoryBtn {
	background-color: #fff;
}
.fixedSearch:hover,
.fixedSearch input:focus {
	opacity: 1;
	cursor: pointer;
}



/*===== 全体 ===========================================

div#top_header{
	background: #FFFFFF url(../images/header_bg.png) repeat-x top;
	text-align:center;
	position:relative;
}

div#top_header h1{
	padding:6px;
	font-weight:normal;
}

div#top_header div.outline{
	position:relative;
	top:2px;
	width:960px;
}

p#top_logo a{
	display:block;
	width:216px;
	height:60px;
	position:absolute;
	top:28px;
	left:35px;
	text-indent:-9999px;
}

/*===== お問い合わせ ===========================================*/

/*
div#contact_area{
	width:375px;
	height:71px;
	position:absolute;
	top:0;
	right:0;
	z-index:1;
	background:#CCCCCC url(../images/head_contact3.png) no-repeat top left;
}
div#contact_area p{
	padding: 5px 0 0 0;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
}
div#contact_area .agency_name {
	padding: 8px 0 0 0;
	font-size: 10px;
	text-shadow: 1px 1px 3px #333;
}
div#contact_area .agency_name span {
	color: #1E2C53;
	text-shadow: none;
	text-shadow: 1px 1px 3px #fff;
}
div#contact_btn{
	position:absolute;
	left:22px;
	top:26px;
	z-index:2;
}
div.mailto{
	position:absolute;
	top:40px;
	left:223px;
}
div.mailto a{
	display:block;
	width:125px;
	height:19px;
	text-indent:-9999px;
}
*/


/*===== タブメニュー ===========================================*/

/*
*html div#nav{
	padding-top:0;
	padding-left:14px;
	padding-right:0;
	padding-bottom:0;
	margin:0;
	width:563px;
}

div#nav{
	padding:0 0 0 14px;
	margin:0;
	width:549px;
	height:38px;
}


div#nav ul{
	width:563px;
	height:38px;
	background:url(../images/tab_over_bg.png) no-repeat left bottom;
}

div#nav ul li{
	line-height:0;
	vertical-align: bottom;
}

div#nav ul li a{
	height:38px;
	float:left;
	display:block;
	text-indent:-9999px;
}

li#nav_tab1 a{
	width:188px;
	background:#CCCCCC url(../images/tab1.png) no-repeat left bottom;
}

li#nav_tab1 a:hover{
	width:188px;
	background:none;
}

li#nav_tab2 a{
	width:187px;
	background:#CCCCCC url(../images/tab2.png) no-repeat left bottom;
}

li#nav_tab2 a:hover{
	background: none;

}

li#nav_tab3 a{
	width:188px;
	background:#CCCCCC url(../images/tab3.png) no-repeat left bottom;
}

li#nav_tab3 a:hover{
	background: none;
}
*/


/*===== (トップページ)サーチボックス ===========================================*/


div#search{
}



/*===== (トップページ)サーチボックス ===========================================

p.toplink a{
	display:block;
	width:160px;
	height:30px;
	position:absolute;
	top:17px;
	left:16px;
	text-indent:-9999px;
}

*html div#search{/*IE6用
	margin:0;
	padding:0;
	width:960px;
	height:118px;
	background:#FFFFFF url(../images/search_box.png) no-repeat left top;
	position:absolute;
	top:-4px;
	left:0;
	position:relative;
}

div#search{
	margin:0;
	padding:0;
	width:960px;
	height:118px;
	background:#FFFFFF url(../images/search_box.png) no-repeat left top;
	position:relative;
}





/*
div#input_area{
	position:absolute;
	top:53px;
	left:308px;
	width:auto;
	background:#E7E7E7;
	padding:5px;
}

*html div#search .text_box{
	padding:3px 0 0 0.5em;
	width:31.5em;
	height:25px;
	float:left;
}

div#search .text_box{
	padding:3px 0 0 0.5em;
	width:31.5em;
	height:1.5em;
	float:left;
}

div#search input.button{
	width:125px;
	height:25px;
}

div#search input.button:hover{
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
div#input_area{
	position:absolute;
	top:53px;
	left:308px;
	width:auto;
	background:#E7E7E7;
	padding:5px;
}

*html div#search .text_box{
	padding:3px 0 0 0.5em;
	width:31.5em;
	height:25px;
	float:left;
}

div#search .text_box{
	padding:3px 0 0 0.5em;
	width:31.5em;
	height:1.5em;
	float:left;
}

div#search input.button{
	width:125px;
	height:25px;
}

div#search input.button:hover{
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
div#headline {
	position:absolute;
	top:18px;
	left:308px;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
}
div#headline span {
	padding: 0 20px 0 10px;
	color: #006DDB;	
	font-size: 24px;
	font-weight: bold;
}
div#search .powered {
	position: absolute;
	top: 15px;
	right: 15px;
}

/*===== （セカンドページ）全体 ===========================================*/

div#wrapper{
	background:url(../images/sec_bg.png) #fff repeat-x top;
	min-width: 960px;
}

/*
div#header{
	background: #FFFFFF url(../images/sec_head_bg.png) repeat-x 0 -3px;
	position:relative;
}
div#header h1{
	padding:6px;
	font-weight:normal;
}

div#header div.outline{
	position:relative;
	padding-top:2px;
}

/*===== （セカンドページ）サーチボックス ===========================================


*html div#sec_search{
	margin:0;
	padding:0;
	width:960px;
	height:66px;
	background:url(../images/sec_searchbar.png) no-repeat 4px 0;
	position:absolute;
	top:-4px;
	left:0;
	position:relative;
	clear:both;
}

div#sec_search{
	margin:0;
	padding:0;
	width:960px;
	height:66px;
	background:url(../images/sec_searchbar.png) no-repeat 4px 0;
	position:relative;
	clear:both;
}

div#sec_search div#input_area{
	position:absolute;
	top:18px;
	left:231px;
	width:auto;
	background:#E7E7E7;
	padding:5px;
}

*html div#sec_search .text_box{
	padding:3px 0 0 0.5em;
	width:31.5em;
	height:25px;
	float:left;
}

div#sec_search .text_box{
	padding:3px 0 0 0.5em;
	width:31.5em;
	height:1.5em;
	float:left;
}

div#sec_search input.button{
	width:125px;
	height:25px;
}

div#header .logo{
	padding:6px;
	font-weight:normal;
}
*/
