@charset "UTF-8";

/*------------------------------------------
■ ブラウザのマージンとパディング初期化
------------------------------------------*/
*{margin:0;padding:0;}
body,div,p,dl,dt,dd,ul,ol,li,em,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,table,tr,td,img {
padding: 0;
margin: 0;
border: 0;
font-style:normal;
font-weight:normal;
text-decoration:none;
}

/*------------------------------------------
■ メイン設定
------------------------------------------*/
body {
	font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","メイリオ","ＭＳ Ｐゴシック",YuGothic,"游ゴシック",sans-serif;
	background:#fff;
	-webkit-font-smoothing:antialiased;
}

.pc_none{display:none;}

/*------------------------------------------
■ イメージ初期化
------------------------------------------*/
img {vertical-align:middle;margin:0;padding:0;outline:none;-ms-interpolation-mode: bicubic;}

/*------------------------------------------
■ リンク設定
------------------------------------------*/
a img{border: none;outline:none;}
a {outline:none;}
a:link {text-decoration:none;color:#cd1184;}
a:visited {text-decoration:none;color:#cd1184;}
a:hover {text-decoration:underline;}

/*------------------------------------------
■ リンク画像のhover半透明化設定
------------------------------------------*/
a:hover img {
	opacity: 0.85;/*--IE,FF対応--*/
	filter: alpha(opacity=85);
	-ms-filter: "alpha( opacity=85)";
}

/*------------------------------------------
■ float対策
------------------------------------------*/
.clf {
	zoom: 100%;
}
.clf:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

/*------------------------------------------
■ レイアウト
------------------------------------------*/
#wrap{
	width:100%;
	background:#fff;
	color:#333;
	font-size:16px;
	line-height:1.8;
}

.center{
	text-align:center;
}
.right{
	text-align:right;
}

/*------------------------------------------
■ ヘッダー
------------------------------------------*/
header{
	width:100%;
	height:88px;
	background:#fff;
	border-bottom:#cd1184 solid 2px;
	box-shadow:0 1px 1px 1px rgba(0,0,0,0.1);
	position: fixed;
	top: 0;
	left: 0;
	z-index:1000;
}

header nav{
	margin:0 auto;
	max-width:1200px;
	min-width:960px;
}
header nav img{
	margin:20px 0 0 20px;
	width:auto;
	height:50px;
	float:left;
}
header nav .g_menu{
	float:right;
	margin:35px 25px 0 0;
	font-size:15px;
	list-style:none;
}
header nav .g_menu li{
	float:left;
	margin-left:26px;
	font-weight:bold;
}
header nav .g_menu li a{
	color:#cd1184;
	position: relative;
	display: inline-block;
	padding:0 0 .1em 0;
	text-decoration: none;
}
header nav .g_menu li a:after{
	content:"";
	position: absolute;
	bottom:0;
	left:2%;
	width:96%;
	height: 1px;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	background-color:#cd1184;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
header nav .g_menu li a:hover{
	text-decoration:none;
}
header nav .g_menu li a:hover:after{
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
header nav .g_menu li:after{
	content:"";
	background:url("../img/menu_img.png") center center no-repeat;
	width:3px;
	height:15px;
	display:block;
	margin:-23px 0 0 -13px;
}
header nav .g_menu li:first-child:after{
	display:none;
}

.g_menu_in{position:relative;}
.g_menu_in ul{
	display:none;
	list-style:none;
	float:none;
	position: absolute;
	top:28px;
	left:-6px;
	box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.1);
}

header nav .g_menu_in ul li{
	float:none;
	width:210px;
	padding:6px 10px;
	border-top:solid 1px rgba(173,10,110,0.98);
	background-color:#cd1184;
	text-align:left;
	margin-left:0;
	white-space: nowrap;
}
header nav .g_menu_in ul li:first-child{
	border-top:none;
}

header nav .g_menu_in ul li:hover{
	background-color:#cd1184;
	-webkit-animation: flash02 1.5s;
	animation: flash02 1.5s;
}
@-webkit-keyframes flash02 {
	0% {	background-color:#ea638c;}
	100% {	background-color:#cd1184;}
}
@keyframes flash02 {
	0% {	background-color:#ea638c;}
	100% {	background-color:#cd1184;}
}

header nav .g_menu_in ul li:before{
	content:"-";
	float:left;
	margin-right:4px;
	color:#fff;
	font-weight:normal;
}

header nav .g_menu_in ul li a{
	display:block;
	color:#fff;
}

header nav .g_menu_in ul li:after{
	display:none;
}
.g_menu_in:hover ul{
	display:block;
}
header nav .g_menu_in:hover ul li{
	opacity:1;
}

header nav .g_menu li.g_menu_in a:after{
	content:"";
	position: absolute;
	bottom:0;
	left:2%;
	width:96%;
	height: 1px;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	background-color:#cd1184;
	-webkit-transition: none;
	transition: none;
}

.ie header nav .g_menu li a:after{display:none;}
.ie header nav .g_menu li a:hover{text-decoration:underline;}

header.scroll{
	height:48px;
}
header.scroll nav img{
	margin:12px 0 0 20px;
	width:auto;
	height:25px;
	float:left;
}
header.scroll nav .g_menu{
	float:right;
	margin:12px 25px 0 0;
	font-size:15px;
	list-style:none;
}

.contact_btn{
	font-size:14px;
	font-weight:bold;
	line-height:37px;
	height:37px;
	background:#097c25;
	border-radius:6px;
	text-align:center;
	margin:29px 10px 0 0;
	float:right;
}
.contact_btn a{
	width:90px;
	padding:0px 10px 0px 10px;
	color:#fff;
	display:block;
}
.contact_btn:hover{
	opacity: 1;
	-webkit-animation: flash01 1.5s;
	animation: flash01 1.5s;
}
.contact_btn a:hover{
	text-decoration:none;
}

header.scroll .contact_btn{
	margin:6px 10px 0 0;
}

/*------------------------------------------
■ ヘッダー可変アニメーション
------------------------------------------*/
header,nav img,nav ul,header.scroll,header.scroll nav img,header.scroll nav .g_menu,.contact_btn,
.sub_menu,.sub_menu div h1,.sub_menu div ul,.sub_menu.scroll,.sub_menu.scroll div h1,.sub_menu.scroll div ul{
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

/*------------------------------------------
■ トップ画像
------------------------------------------*/
#top_bg{
	min-width:960px;
	height:755px;
	background:url("../img/top_bg02.jpg") center center no-repeat #0072df;
	background-size:100% auto;
}
#top_bg:after{
	content:"";
	background:url("../img/net_w10.png");
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}

.top_img_box{
	max-width:1080px;
	height:755px;
	margin:0 auto;
	position:relative;
	background:url("../img/top_img_girl.png") right 19px no-repeat;
	z-index:100;
}

.top_txt{
	position:absolute;
	top:120px;
	left:10px;
}
.top_txt:before{
	content:"";
	background:url("../img/top_img_light02.png") 0 0 no-repeat;
	width:209px;
	height:223px;
	display:block;
	margin-left:-5px;
}
.ie7 .top_txt:before{
	background:url("../img/top_img_light02_ie.gif") 0 0 no-repeat;
}

.top_txt h1{
	font-size:35px;
	line-height:48px;
	font-weight:bold;
	color:#190e4f;
	border-bottom:#190e4f solid 2px;
	margin-bottom:10px;
}
.top_txt p{
	font-size:20px;
	line-height:1.6;
	color:#190e4f;
	margin-bottom:15px;
}

.top_btn{
	font-size:18px;
	line-height:37px;
	height:37px;
	width:180px;
	background:url("../img/btn_arrow01.png") 5px center no-repeat #cd1184;
	padding:0px 10px 0px 40px;
	border-radius:6px;
	box-shadow: 0 3px 0 rgba(107,8,69,1);
}
.top_btn a{
	color:#fff;
	display:block;
}
.top_btn a:hover{
	text-decoration:none;
}

.top_btn:hover{
	opacity: 1;
	-webkit-animation: flash01 1.5s;
	animation: flash01 1.5s;
	box-shadow:none;
}


/*------------------------------------------
■ リンクボタン
------------------------------------------*/
.btn_box{
	background:#fff;
	display:inline-block;
	border-radius:6px;
}

.btn_box div{
	color:#fff;
	font-size:18px;
	vertical-align:middle;
	padding:5px 10px 5px 40px;
	display:inline-block;
	border-radius:6px;
}
.bb01{
	background:url("../img/btn_arrow01.png") 5px center no-repeat #cd1184;
	box-shadow: 0 3px 0 rgba(107,8,69,1);
}
.bb02{
	background:url("../img/btn_arrow01.png") 5px center no-repeat #097c25;
	box-shadow: 0 3px 0 rgba(4,53,16,1);
}
.btn_box div:hover,.card_in01 a:hover .btn_box div,.card_in02 a:hover .btn_box div{
	opacity: 1;
	-webkit-animation: flash01 1.5s;
	animation: flash01 1.5s;
	box-shadow:none;
}
@-webkit-keyframes flash01 {
	0% {opacity: 0.6;}
	100% {opacity: 1;}
}
@keyframes flash01 {
	0% {opacity: 0.6;}
	100% {opacity: 1;}
}

.ie7 .bb01{background:url("../img/btn_arrow01_ie.gif") 5px center no-repeat #cd1184;}
.ie7 .bb02{background:url("../img/btn_arrow01_ie02.gif") 5px center no-repeat #097c25;}
.ie7 .opt_box a{display:block;}
.ie7 .opt_box a:hover{cursor: pointer;}

/*------------------------------------------
■ 共通
------------------------------------------*/
.area{
	width:100%;
	background:#fff;
}

.box{
	width:960px;
	margin:0 auto;
}

/*------------------------------------------
■ 見出し
------------------------------------------*/
.title01{
	font-size:30px;
	line-height:44px;
	color:#0d0d0d;
	border-bottom:#0d0d0d solid 2px;
}

.title02{
	color:#ea638c;
	padding-top:30px;
	padding-bottom:5px;
	border-bottom:#ea638c solid 1px;
	font-size:28px;
	font-weight:bold;
	line-height:1;
}
.title02 em{
	font-size: 18px;
	font-weight: bold;
}

.title03{
	font-size:20px;
	font-weight:bold;
	line-height:1.3;
	padding-top:15px;
	padding-bottom:10px;
	color:#333;
}
.title03 strong{
	margin-left:10px;
	font-size:24px;
}
.title03 em{
	font-size: 16px;
	font-weight: bold;
}

.title04{
	color:#cd1184;
	font-size:28px;
	font-weight:bold;
	line-height:1;
	padding-top:80px;
	padding-bottom:5px;
	margin-left:-15px;
}
.title04 span{
	font-size:16px;
	font-weight:normal;
}
.title05{
	color:#ea638c;
	font-size:18px;
	font-weight:bold;
	line-height:1.3;
	padding-top:15px;
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom:#333 solid 1px;
	text-align:center;
}
.title05 span{
	font-size:16px;
}
.title06{
	font-size:36px;
	font-weight:bold;
	line-height:1;
	color:#81511c;
	border-bottom:#81511c solid 1px;
	padding-bottom:3px;
	margin-bottom:10px;
	text-align:center;
}
.title06 span{
	font-size:48px;
}

.title07{
	font-size:36px;
	font-weight:normal;
	line-height:1;
	color:#fff;
	padding-bottom:3px;
	margin-bottom:10px;
	text-align:center;
}
.title08{
	font-size:16px;
	font-weight:bold;
	line-height:1.5;
	padding-top:10px;
	padding-bottom:5px;
	color:#333;
	border-bottom:#333 dashed 1px;
}
.title09{
	color:#ea638c;
	font-size:14px;
	font-weight:bold;
	border-bottom:#ea638c dotted 1px;
	margin-top:15px;
	margin-bottom:5px;
}
.title10{
	font-size:14px;
	font-weight:bold;
}
.title11{
	color:#ea638c;
	font-size:30px;
	font-weight:bold;
	line-height:1.1;
	text-align:left;
	padding-top:15px;
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom:#333 dashed 1px;
}
.title11 span{
	font-size:20px;
	color:#333;
}

.title_txt01{
	font-size:14px;
	color:#eee;
}
.title_txt02{
	font-size:18px;
	font-weight:bold;
	line-height:1.5;
	margin:5px 0 20px;
}
.title_txt02 span{
	font-size:14px;
	font-weight:normal;
}
.title_txt03{
	font-size:18px;
	color:#81511c;
	font-weight:normal;
	margin:5px auto 30px;
	text-align:center;
	line-height:1.5;
}
.title_txt03 b{
	font-size:20px;
	font-weight:bold;
	color:#000000;
}
.title_txt03 span{
	font-size:12px;
	font-weight:normal;
}
.title_txt04{
	margin-top:10px;
	color:#333;
	font-size:14px;
	padding-bottom:10px;
	border-bottom:#333 dashed 1px;
}


/*------------------------------------------
■ トップ・メッセージ
------------------------------------------*/
#top_message{
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(238,238,238,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */

	border-top:#f1f1f1 solid 1px;
	border-bottom:#f1f1f1 solid 1px;
	margin-top:-70px;
	text-align:center;
}
#top_message .box{
	background:url("../img/top_img_crane.png") 220px 250px no-repeat;
	height:785px;
}
.top_message_btn{
	margin:30px auto 50px;
	position:relative;
	z-index:150;
	display:block;
	width:60px;
	height:60px;
	background:url("../img/btn_arrow02.png") center top no-repeat;
}
.top_message_btn:hover{
	background:url("../img/btn_arrow02.png") center bottom no-repeat;
}
#top_message .box h2{
	text-align:center;
	font-size:38px;
	margin:0 auto;
}
#top_message .box p{
	margin-top:10px;
	font-size:24px;
	line-height:1.9;
	color:#0d0d0d;
}
#top_message .box p span{
	font-size:23px;
}
#top_message .box .btn_box{
	margin-top:450px;
}

/*------------------------------------------
■ トップ・ニュース
------------------------------------------*/
#top_news{
	background:#03012c;
}
#top_news .box{
	color:#fff;
	padding:40px 0 60px;
}
#top_news .box a{
	color:#fff;
	text-decoration:underline;
}
#top_news .box a:hover{
	text-decoration:none;
}
#top_news .box h2{
	text-align:center;
	color:#fff;
	border:none;
	margin-bottom:30px;
}
#top_news .box dl{
	margin:10px auto;
	font-size:14px;
	line-height:18px;
	width:960px;
}
#top_news .box dl:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
#top_news .box dl dt{
	width:250px;
	float:left;
}
#top_news .box dl dd{
	width:710px;
	float:right;
}
#top_news .box dl span{
	font-size:12px;
	line-height:12px;
	text-align:center;
	padding:3px;
	width:120px;
	display:inline-block;
	margin:0 20px 0 0;
	float:right;
}
.news_box_pres{
	background:#ea638c;
}
.news_box_notice{
	background:#097c25;
}
.news_box_media{
	background:#6153cc;
}
.news_box_case{
	background:#81511c;
}
.news_box_seminar{
	background:#ff3e41;
}
.top_news_link{
	margin-top:30px;
	text-align:right;
}


/*------------------------------------------
■ トップ・サービス紹介
------------------------------------------*/
#top_product{
	background:url("../img/top_pro_bg.gif") 0 0 repeat-x #fff;
}
#top_product .box{
	background:url("../img/top_img_product.png") left 100px no-repeat;
	text-align:center;
	height:470px;
	position:relative;
}
#top_product .box .top_txt_box{
	width:370px;
	text-align:left;
	position:absolute;
	top:150px;
	right:0;
}

.top_txt_box p{
	margin-top:10px;
	margin-bottom:10px;
	font-size:16px;
	line-height:1.7;
	color:#0d0d0d;
}

#top_product2{
	background:url("../img/top_pro_bg.gif") 0 0 repeat-x #fff;
}
#top_product2 .box{
	background:url("../img/top_img_product2.png") left 100px no-repeat;
	text-align:center;
	height:470px;
	position:relative;
}
#top_product2 .box .top_txt_box{
	width:470px;
	text-align:left;
	position:absolute;
	top:100px;
	right:0;
}

#top_product2 .title01{
	font-size: 24px;
	font-weight: bold;
}
#top_product2 .top_txt_box p{
	margin-top:10px;
	margin-bottom:10px;
	font-size:15px;
	line-height:1.7;
	color:#0d0d0d;
}

/*------------------------------------------
■ トップ・会社概要
------------------------------------------*/
#top_company{
	background:#fff;
	border-bottom:#f1f1f1 solid 1px;
}
#top_company .box{
	text-align:center;
	height:400px;
	margin-top:-60px;
	position:relative;
}
#top_company .box:after{
	content:"";
	background:url("../img/top_img_company.png") 0 0 no-repeat;
	width:483px;
	height:425px;
	display:block;
	position:absolute;
	top:-25px;
	right:0;
	z-index:100;
}
#top_company .box .top_txt_box{
	width:450px;
	text-align:left;
	position:absolute;
	top:150px;
	left:0;
}

/*------------------------------------------
■ サブメニュー
------------------------------------------*/
.sub_menu{
	background:#fafafa;
	box-shadow:0 1px 1px 1px rgba(0,0,0,0.1);
	height:70px;
	width:100%;
	position: fixed;
	top: 90px;
	left: 0;
	z-index:800;
}

.sub_menu div{
	margin:0 auto;
	width:960px;
}
.sub_menu div:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.sub_menu div h1{
	font-size:36px;
	line-height:44px;
	padding-top:18px;
	color:#190e4f;
	float:left;
}
.sub_menu div h1 span{
	color:#03012c;
	font-size:14px;
	margin-left:5px;
}
.sub_menu div ul{
	font-size:16px;
	line-height:20px;
	padding-top:28px;
	list-style:none;
	float:right;
	text-align:right;
}
.sub_menu div ul li{
	margin-left:30px;
	float:left;
}
.sub_menu div ul li a{
	color:#1b1b1b;
	position: relative;
	display: inline-block;
	padding:0 0 .1em 0;
	text-decoration: none;
}
.sub_menu ul li a:after{
	content:"";
	position: absolute;
	bottom:0;
	left:2%;
	width:96%;
	height: 1px;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	background-color:#1b1b1b;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.sub_menu ul li a:hover:after{
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
.ie .sub_menu ul li a:after{display:none;}
.ie .sub_menu ul li a:hover{text-decoration:underline;}

.sub_menu.scroll{
	background:rgba(243,243,243,0.8);
	height:30px;
	width:100%;
	top: 50px;
}
.sub_menu.scroll div h1{
	font-size:18px;
	line-height:22px;
	padding-top:5px;
}
.sub_menu.scroll div ul{
	font-size:14px;
	line-height:17px;
	padding-top:7px;
}

/*------------------------------------------
■ コンテンツページ 共通
------------------------------------------*/
#content{
	margin-top:160px;
}
.con_title{
	background:#002a22;
}
.title_area{
	font-size:14px;
	line-height:1.7;
	color:#eee;
}
.title_area .box{
	height:315px;
}

.title_area h2{
	font-size:28px;
	font-weight:bold;
	line-height:1;
	padding-bottom:5px;
	color:#f39700;
	border-bottom:#f39700 solid 1px;
}

.title_area h3{
	font-size:20px;
	font-weight:bold;
	line-height:1.3;
	padding-top:15px;
	padding-bottom:10px;
	color:#fff;
}
.title_area h3 strong{
	margin-left:10px;
	font-size:24px;
}

.table01{
	border-collapse: collapse;
	border-spacing: 0;
	margin:0 auto 50px;
	width:640px;
}
.table01 th{
	background:#81511c;
	color:#fff;
	font-weight:normal;
}
.table02 th{
	background:#eeeeee;
	font-weight:normal;
}
.table01 th,.table01 td,.table02 th,.table02 td {
	border: 1px solid #ccc;
	padding: 5px 10px;
	line-height:1.5;
	text-align: left;
}

.table02{
	font-size:14px;
	border-collapse: collapse;
	border-spacing: 0;
	margin:10px auto 20px;
	width:100%;
}
.table02 caption{
	text-align:left;
	color:#333;
	font-weight:bold;
}

.table03{
	font-size:16px;
	border-collapse: collapse;
	border-spacing: 0;
	margin:10px auto 15px;
	width:100%;
}
.table03 th{
	border: 1px solid #ea638c;
	background:#fff;
	padding: 5px 10px;
	font-weight:bold;
	line-height:1.5;
	color:#ea638c;
	text-align: right;
}
.table03 td{
	border: 1px solid #ea638c;
	background:#fff;
	padding: 5px 10px;
	line-height:1.5;
	color:#ea638c;
	text-align: left;
}

.table04{
	border-collapse: collapse;
	border-spacing: 0;
	margin:15px auto 0px;
	width:100%;
	font-size:14px;
}
.table04 caption{
	text-align:left;
	color:#81511c;
	font-weight:bold;
	font-size:18px;
}
.table04 caption:before{
	content:"■";
	margin-right:-10px;
}
.table04 caption span{
	font-weight:normal;
	font-size:14px;
}

.table04 th{
	border: 1px solid #aaa;
	background:#fff;
	padding: 5px 10px;
	font-weight:bold;
	line-height:1.5;
	color:#333;
	text-align: center;
}
.table04 td{
	border: 1px solid #aaa;
	background:#fff;
	padding: 5px 10px;
	line-height:1.5;
	color:#333;
	text-align: center;
	width:390px;
}
.table04 th.t_title{
	background:#ccc;
}
.table04 th.t_omobana{
	background:#65318e;
	color:#fff;
}
.table04 td.t_omobana{
	background:#f2e2ff;
}
.table04 th.t_omobana_l{
	background:#0068b7;
	color:#fff;
}
.table04 td.t_omobana_l{
	background:#e3f3ff;
}

.w_btn{
	width:600px;
	margin:0 auto;
}
.btn_left{
	float:left;
}
.btn_right{
	float:right;
}

/*------------------------------------------
■ AboutUs
------------------------------------------*/
#ceo .title_area .box{
	width:620px;
	background:url("../img/aboutus_img_ceo.png") 20px 15px no-repeat;
	padding-left:340px;
	margin:0 auto;
}
#ceo .title_area .box h2{
	padding-top:70px;
}

#ceo .area{
	background:#f2f2f2;
}
#ceo .area .box{
	margin:0 auto;
	padding:40px 0 40px 0;
}
#ceo .area .box p{
	margin-bottom:10px;
}

#executive.area{
	margin-top:0;
	padding-top:0;
	padding-bottom:30px;
}
#executive.area .box{
	padding:10px 0 30px;
}
#executive.area .box div:nth-child(2){
/*	width:435px; */
	padding-right:25px;
	float:left;
}
#executive.area .box div:last-child{
	width:435px;
	padding-left:25px;
	float:right;
}

#taggy{
	background:#94524a;
}
#taggy .box{
	width:680px;
	background:url("../img/aboutus_img_cat.png") left 110px no-repeat;
	padding-left:280px;
	margin:0 auto;
	padding-top:50px;
	padding-bottom:100px;
}
#taggy .box h2{
	color:#cfa972;
	padding-top:50px;
	border-bottom:#cfa972 solid 1px;
	margin:0 auto;
}
#taggy .box h3{
	color:#fff;
}
#taggy .box p{
	color:#eee;
}
#mission .box{
	width:660px;
	background:url("../img/aboutus_img_crane.png") right 100px no-repeat;
	padding-right:300px;
	margin:0 auto;
	padding-top:50px;
	padding-bottom:100px;
}

/*------------------------------------------
■ Product
------------------------------------------*/
#product_title .title_area .box{
	width:620px;
	background:url("../img/product_img_girl.png") left 10px no-repeat;
	padding-left:340px;
	margin:0 auto;
}
#product_title .title_area .box h2{
	padding-top:70px;
}


#product_list{
	/* float: right; */
	padding-top:30px;
}

.product_list_box{

}
.product_list_box .title02{
	font-size: 24px;
	font-weight: bold;
}
.marketing_service{
	float: left;
	width: calc(50% - 15px);
}
.degital_markting{
	float: right;
	width: calc(50% - 15px);
}

.card_box{
	padding-top:30px;
	padding-bottom:20px;
}
.card_in01{
	width:300px;
	height:390px;
	border-radius:2px;
	margin:0 10px 20px;
	float:left;
	background:#fff;
	box-shadow:0 1px 2px 2px rgba(0,0,0,0.075);
	text-align:center;
}
.card_in01:hover,.card_in02:hover{
	box-shadow:0 1px 1px 1px rgba(0,0,0,0.03);
}
.card_in01 a{
	text-decoration:none;
	width:300px;
	height:390px;
	display:block;
}
.card_img{
	background:#eee;
	width:300px;
	height:180px;
	border-radius:2px 2px 0 0;
	position:relative;
}
.card_type01,.card_type02,.card_type03{
	width:100px;
	height:20px;
	border-radius:10px;
	font-size:11px;
	line-height:20px;
	color:#fff;
	position:absolute;
	top:10px;
	right:10px;
}
.card_type01{background:#0068b7;}
.card_type02{background:#097c25;}
.card_type03{background:#ea638c;}

.card_omobana img{
	width:200px;
	position:absolute;
	top:40px;
	left:50px;
}
.card_dsp img{
	width:150px;
	position:absolute;
	top:40px;
	left:75px;
}
.card_infeed img{
	width:180px;
	position:absolute;
	top:40px;
	left:60px;
}
.card_at img{
	width:170px;
	position:absolute;
	top:40px;
	left:65px;
}
.card_txt{
	background:#fff;
	width:300px;
	height:170px;
	border-radius:0 0 2px 2px;
	position:relative;
	padding:20px 0;
}
.card_in01 h4{
	color:#1b1b1b;
	font-size:20px;
	font-weight:bold;
	line-height:40px;
}
.card_in01 h4 img{
	width:180px;
}
.card_in01 p{
	color:#777;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	line-height:22px;
	padding:20px 5px;
}

#product_ties .area{
	background:#f7f7f7;
	padding-top:30px;
	padding-bottom:30px;
}

#product_ties .area .box p{
	padding:20px 0 10px;
}
#product_ties .area img{
	display:block;
	margin:20px auto;
	text-align:center;
}


#dm_details .area{
	padding-top:30px;
	padding-bottom:10px;
}

.card_in02{
	width:300px;
	height:320px;
	border-radius:2px;
	margin:0 10px 20px;
	float:left;
	background:#fff;
	box-shadow:0 1px 2px 2px rgba(0,0,0,0.075);
	text-align:center;
}
.card_in02 a{
	text-decoration:none;
	width:300px;
	height:320px;
	display:block;
}
.card_title{
	width:300px;
	height:180px;
	text-align:center;
	border-radius:2px 2px 0 0;
}
.dm_card01{
	background:url("../img/product_img_dm_bg.jpg") center center no-repeat;
}
.dm_card02{
	background:url("../img/product_img_dsp_bg.jpg") center center no-repeat;
}
.dm_card03{
	background:url("../img/product_img_ads_bg.jpg") center center no-repeat;
}
.dm_card04{
	background:url("../img/product_img_aas_bg.jpg") center center no-repeat;
}

.card_in02 a:hover .card_title{
	opacity:0.85;
	filter: alpha(opacity=85);
	-ms-filter: "alpha( opacity=85)";
}

.card_title h4{
	color:#fff;
	font-size:22px;
	font-weight:bold;
	padding-top:62px;
}
.card_title h4:after{
	content:" ";
	display:block;
	background:#fff;
	width:60px;
	height:1px;
	margin:12px auto 0;
}
.card_in02 p{
	padding:20px 5px;
	color:#333;
	font-size:14px;
	line-height:20px;
}

/*Product下共通*/

.copy_area{
	background:#eee;
	padding:20px 0;
}
.copy_txt{
	font-size:16px;
	line-height:28px;
	font-weight:bold;
}
.img_box{
	margin-top:15px;
}
.img_right{
	float:right;
	margin:15px 0 10px 50px;
}
.img_left{
	float:left;
	margin:15px 50px 10px 0;
}
.product_box{
	background:#f3f4f6;
	padding:15px;
	text-align:center;
	margin:10px auto 30px;
}
.product_box_in{
	background:#fff;
	padding:20px;
	text-align:left;
}
.product_box .btn_box{
	margin-top:15px;
}
.product_box_sub_title{
	color:#EA638C;
	font-size:16px;
	font-weight:bold;
	line-height:20px;
	margin-bottom:8px;
}
.product_box_title{
	color:#1b1b1b;
	font-size:28px;
	font-weight:bold;
	line-height:30px;
	margin-bottom:20px;
}
.product_box_title-strong{
	text-align: center;
	color: #ea638c;
}
.product_box_title em{
	font-size:18px;
	font-weight: bold;
	color: #ea638c;
}


.product_box_title img{
	height:55px;
}
.product_box_txt{
	font-size:16px;
	line-height:28px;
}
.product_box_txt img{
	width:240px;
	float:right;
	margin:0 10px 10px 40px;
}
.product_box_txt .txt_small{
	font-size:0.9em;
	color:#555;
	margin-top:10px;
}

/*データマネジメント*/

#dm .copy_area .box{
	width:660px;
	height:280px;
	background:url("../img/product_img_dm_top.png") 720px 30px no-repeat;
	padding-right:300px;
	margin:0 auto;
}
#dm .copy_txt{
	padding-top:50px;
}
#dfo .box{
	background:url("../img/arrow_bg01.png") center top no-repeat;
	padding:50px 0 0;
	overflow:hidden;
}
#dfo{
	padding-bottom:30px;
}

/*配信プラットフォーム*/

#dsp .copy_area .box{
	width:660px;
	height:280px;
	background:url("../img/product_img_dsp_top.png") 720px 30px no-repeat;
	padding-right:300px;
	margin:0 auto;
}
#dsp .copy_txt{
	padding-top:50px;
}
#omo_d .box{
	background:url("../img/arrow_bg01.png") center top no-repeat;
	padding:50px 0 0;
	overflow:hidden;
}
#omo_d{
	padding-bottom:30px;
}

/*広告ソリューション*/

#ads .copy_area .box{
	width:660px;
	height:280px;
	background:url("../img/product_img_ads_top.png") 700px 30px no-repeat;
	padding-right:300px;
	margin:0 auto;
}
#ads .copy_txt{
	padding-top:50px;
}

#drt .box{
	background:url("../img/arrow_bg01.png") center top no-repeat;
	padding:50px 0 0;
	overflow:hidden;
}

#drt,#at,#native{
	padding-bottom:30px;
}
#at,#native{
	border-top:#ddd solid 1px;
	padding-top:30px;
}

/*広告代理サービス*/

#aas .copy_area .box{
	width:660px;
	height:280px;
	background:url("../img/product_img_aas_top.png") 700px 30px no-repeat;
	padding-right:300px;
	margin:0 auto;
}
#aas .copy_txt{
	padding-top:50px;
}

#aas_menu .box{
	background:url("../img/arrow_bg01.png") center top no-repeat;
	padding:50px 0 0;
	overflow:hidden;
}

#aas_menu{
	padding-bottom:30px;
}

.aas_dsp{
	padding-top:16px;
	padding-bottom:16px;
}
.aas_dsp h5{
	color:#999;
	font-size:14px;
	font-weight:bold;
}
.aas_dsp img{
	width:120px;
	float:left;
	margin:0 16px 0 0;
}

/* OPUS */
#ms .copy_area .box{
	width:660px;
	height:280px;
	background:url("../img/product/opus/img_top.png") 720px 30px no-repeat;
	padding-right:300px;
	margin:0 auto;
}
#ms .copy_txt{
	padding-top:50px;
}

#opus .box{
	background:url("../img/arrow_bg01.png") center top no-repeat;
	padding:50px 0 0;
	overflow:hidden;
}
#opus{
	padding-bottom:30px;
}


/*------------------------------------------
■ テクノロジー
------------------------------------------*/
#technology_title .title_area .box{
	width:620px;
	background:url("../img/technology_img_boy.png") 10px 10px no-repeat;
	padding-left:340px;
	margin:0 auto;
}
#technology_title .title_area h2{
	padding-top:70px;
}

.sub_title_area{
	background:#eee;
	border-top:#1b1b1b solid 2px;
}
.sub_title_area .box{
	height:330px;
}

.sub_txt{
	color:#333;
	font-size:14px;
}

#jizai_engine .sub_title_area .box,#omotenashi_engine .sub_title_area .box{
	width:680px;
	height:270px;
	background:url("../img/technology_img_gear.png") 750px 80px no-repeat;
	padding-right:280px;
	margin:0 auto;
}
.tec_num{
	color:#ea638c;
	font-size:18px;
	font-weight:bold;
	line-height:1.2;
	margin-bottom:10px;
}
#jizai_engine .area .box,#omotenashi_engine .area .box:first-child{
	background:url("../img/arrow_bg01.png") center top no-repeat;
	padding:50px 0 0;
	overflow:hidden;
}

.ill_img{
	display:block;
	text-align:center;
	margin:20px auto 100px;
}

.merit_box{
	width:640px;
	margin:-100px auto 80px;
}
.merit_box h4{
	color:#000;
	font-size:18px;
	font-weight:bold;
	line-height:1.3;
	padding-top:15px;
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom:#000 dashed 1px;
	text-align:left;
}
.merit_box h4:before{
	content:"■";
}

.merit_box ol{
	margin:0 auto 20px;
	text-align:left;
}
.merit_box ol li{
	list-style-position: inside;
	font-size:14px;
	font-weight:bold;
}
.merit_box ol li span{
	color:#cd1184;
	font-size:16px;
}

.box2_in{
	width:320px;
	text-align:center;
	float:left;
	margin:30px 80px 50px;
}

.box2_in p{
	margin:5px auto 25px;
}

/*------------------------------------------
■ 会社概要
------------------------------------------*/
#company_title .title_area .box{
	width:620px;
	background:url("../img/company_img_building.png") right 30px no-repeat;
	padding-right:340px;
	margin:0 auto;
}
#company_title .title_area h2{
	padding-top:70px;
}

#company_prof{
	padding-top:30px;
}

.company_info{
	line-height:1.5;
	margin-bottom:20px;
}
#company_prof .company_info{
	position:relative;
}
#company_prof .company_info:after{
	content:"";
	width:234px;
	height:142px;
	display:block;
/*
	background:url("../img/taggy_panel.png") right bottom no-repeat;
	background-size:234px auto;
*/
	position:absolute;
	bottom:-15px;
	right:0;
}

.company_info dl{
	zoom: 100%;
	border-bottom:#ccc dotted 1px;
}
.company_info dl:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.company_info dl dt{
	color:#81511c;
	width:100px;
	float:left;
	padding:10px 0;
}
.company_info dl dd{
	width:850px;
	float:left;
	padding:10px 0 10px 10px;
}
.company_info dl .txt_small{
	font-size:0.9em;
	color:#555;
}

#access{
	padding-top:30px;
}
#access dl{
	border:none;
}
.map_area{
	margin:20px auto;
}
.map_area iframe{
	width:100%;
	height:450px;
	border:0;
}

/*------------------------------------------
■ プレスリリース
------------------------------------------*/
#press_title .title_area .box{
	width:620px;
	background:url("../img/press_img_boy.png") left 5px no-repeat;
	padding-left:340px;
	margin:0 auto;
}
#press_title .title_area h2{
	padding-top:70px;
}
#press_space{
	padding-top:30px;
	padding-bottom:30px;
}
#press_space .area{
	padding-top:30px;
}

.press_list{
	width:770px;
	float:right;
}
.press_list dl{
	font-size:14px;
	margin:10px auto;
	border-bottom:#555 solid 1px;
	position:relative;
}
.press_list dl dt{
	width:230px;
	font-weight:bold;
	margin-bottom:3px;
}
.press_list dl dd{
	border-top:#999 dashed 1px;
	padding:10px 0 10px 20px;
	line-height:1.5;

}
.press_list dl dd a{font-weight:bold;}
.press_list dl dd:before{
	content:"→ ";
	color:#999;
	position:absolute;
	top:39px;
	left:0;
}
.press_list dl span,.press_txt span{
	color:#fff;
	font-size:12px;
	line-height:12px;
	text-align:center;
	padding:3px;
	width:120px;
	display:inline-block;
	margin:2px 0 0 0;
	float:right;
}
.press_nav{
	width:140px;
	margin-bottom:30px;
	float:left;
}
.press_nav ul{
	font-size:16px;
	margin:20px 0;
	list-style:none;
}
.press_nav ul li{
	color:#999;
	line-height:1.2;
	margin-bottom:15px;
}
.press_nav ul li:before{
	content:"●";
	color:#ddd;
	margin-right:2px;
}

.press_txt{
	width:770px;
	float:right;
}
.press_txt_in{
	font-size:14px;
	line-height:1.7;
	margin:10px auto;
}
.press_txt_in p{
	margin-bottom:1em;
}
.press_txt_in dl{
	color:#190e4f;
	line-height:1.5;
	margin:30px auto;
}
.press_txt_in dl dt{
	font-weight:bold;
}
.press_txt_in dl dd{
	font-size:12px;
	margin-left:1em;
	margin-bottom:10px;
}
#socialbuttons{
	margin:-10px auto -25px;
}
#socialbuttons div{
	float:right;
}
.press_img{
	margin:20px auto;
	max-width:400px;
	height:auto;
	border:#cd1184 solid 1px;
}

.press_txt_in img{
	margin:10px auto;
}

.press_txt_in ul{
	margin:0 0 10px 15px;
	list-style:none;
}
.press_txt_in ul li:before{
	content:"●";
	color:#999;
}

/*------------------------------------------
■ 採用情報
------------------------------------------*/
#recruit_title .title_area .box{
	width:620px;
	background:url("../img/recruit_img_chick.png") left 20px no-repeat;
	padding-left:340px;
	margin:0 auto;
}
#recruit_title .title_area h2{
	padding-top:70px;
}

#recruit_space{
	padding-top:30px;
	padding-bottom:30px;
}

/*↓募集の際は外す↓
#recruit_space .area{
	position:relative;
}
#recruit_space .area:before{
	width:100%;
	height:100%;
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:100;
	background-image:url("../img/net_w10.png");
	background-color:rgba(0,0,0,0.70);
	content:"";
}
#recruit_space .area .box:before{
	width:310px;
	background-color:rgba(0,0,0,0.50);
	border:#fff solid 1px;
	padding:5px;
	display:block;
	position:absolute;
	top:110px;
	left:0;
	right:0;
	margin:20px auto 0;
	z-index:200;
	content:"※現在は、募集しておりません。";
	text-align:center;
	color:#fff;
	font-size:20px;
}
.ie #recruit_space .area:before{
	background-image:none;
	background-color:#333;
}
.ie .rec_method_box img{display:none;}
.ie .recruit_nav a{display:none;}

.ie #recruit_space .area{display:none;}
.ie #recruit_space{height:200px;}
.ie #recruit_space:after{
	width:310px;
	background-color:rgba(0,0,0,0.50);
	border:#ff0000 solid 1px;
	padding:5px;
	display:block;
	position:absolute;
	top:510px;
	left:0;
	right:0;
	margin:20px auto 0;
	z-index:200;
	content:"※現在は、募集しておりません。";
	text-align:center;
	color:#ff0000;
	font-size:20px;
}
↑募集の際は外す↑*/

.job_info{
	width:620px;
	float:right;
}

.job_cate_box,.rec_method_box{
	font-size:13px;
	line-height:1.6;
	margin-bottom:20px;
	padding-top:30px;
}
.job_cate_box .title08{
	margin-top:-20px;
}
.job_cate_box p{
	margin-bottom:10px;
}
.job_cate_box b{
	display:block;
	color:#190e4f;
	font-size:14px;
	text-indent:-1em;
}
.job_cate_box em{
	display:block;
	font-weight:bold;
	font-size:14px;
}
.job_cate_box ul{
	margin:0 0 10px 20px;
}


.rec_method_box p{
	margin-top:-15px;
	margin-bottom:10px;
}
.rec_method_box img{
	margin-top:0px;
	margin-bottom:20px;
}
.rec_method_box em{
	display:block;
	font-weight:bold;
	font-size:14px;
	text-indent:-0.5em;
}


.job_info dl{
	zoom: 100%;
	border-bottom:#ccc dotted 1px;
}
.job_info dl:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.job_info dl dt{
	color:#81511c;
	width:100px;
	float:left;
	padding:10px 0;
}
.job_info dl dd{
	width:500px;
	float:left;
	padding:10px 0 10px 10px;
}


.recruit_nav{
	width:290px;
	margin-bottom:30px;
	float:left;
}
.recruit_nav ul{
	font-size:16px;
	margin:20px 0;
	list-style:none;
}
.recruit_nav ul li{
	color:#999;
	line-height:1.2;
	margin-bottom:15px;
}
.recruit_nav ul li:before{
	content:"●";
	color:#ddd;
	margin-right:2px;
}

/*------------------------------------------
■ お問い合わせ
------------------------------------------*/
#contact_title .title_area .box{
	width:620px;
	background:url("../img/contact_img_boy.png") right 20px no-repeat;
	padding-right:340px;
	margin:0 auto;
}
#contact_title .title_area h2{
	padding-top:70px;
}

#contact_form{
	padding-top:10px;
	margin-bottom:50px;
}

.form_box{
	margin:20px auto 0;
	font-size:14px;
}

.form_box strong{
	color:#ea638c;
	font-size:14px;
	font-weight:bold;
}
.form_box em{
	color:#81511c;
	font-size:14px;
	font-weight:bold;
}
.form_box em.txt_any{
	color:#190e4f;
	font-size:14px;
	font-weight:bold;
}

.form_box dl{
	zoom: 100%;
	border-top:#ccc dotted 1px;
}
.form_box dl:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.form_box dl dt{
	font-size:16px;
	font-weight:bold;
	color:#333;
	width:240px;
	float:left;
	padding:10px 10px 10px 0;
	text-align:right;
}
.form_box dl dd{
	width:680px;
	float:left;
	padding:10px 0 0px 20px;
	border-left:#ccc dotted 1px;
}
.form_box dl dd span{
	width:50px;
	display:inline-block;
	text-align:right;
}
.form_box dl dd span.form_pc{
	width:90px;
}
.form_box dl dd br{
	display:none;
}

.form_conf dd{
	font-weight:bold;
}

input,select,textarea{
	padding:5px;
	font-size:14px;
	border:#999 solid 1px;
	border-radius:4px;
	margin-bottom:5px;
}
textarea{
	max-width:670px;
}

input[type="text"]:hover, textarea:hover, select:hover {
	border:#f39801 solid 1px;
	outline: 0 none;
}

input[type="text"]:focus, textarea:focus, select:focus {
	background-color: #ffffdd;
	outline: 0 none;
}

.form_btn{
	text-align:center;
	padding-top:10px;
	border-top:#ccc dotted 1px;
}

.form_btn input{
	background:url("../img/btn_arrow01.png") 5px center no-repeat #097c25;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	line-height:1.5;
	text-align:center;
	border:none;
	padding:5px 10px 5px 40px;
	border-radius:6px;
	box-shadow: 0 3px 0 rgba(4,53,16,1);
}
.form_btn input:hover{
	cursor:pointer;
	opacity: 1;
	-webkit-animation: flash01 1.5s;
	animation: flash01 1.5s;
	box-shadow:none;
}


#contact_tel{
	padding-top:30px;
}
.contact_tel_box{
	width:620px;
	height:325px;
	background:url("../img/contact_img_girl.png") left 10px no-repeat;
	padding-left:340px;
	margin:20px auto 0;
	position:relative;
}
.contact_tel_box_in{
	width:600px;
	border-radius:20px;
	border:#999 solid 1px;
	background:#eee;
	text-align:center;
	padding:30px 0;

	position:absolute;
	top:30px;
	right:10px;
}
.contact_tel_box_in:after{
	content:"";
	display:block;
	width:40px;
	height:40px;
	border-radius:20px;
	border:#999 solid 1px;
	background:#eee;

	position:absolute;
	bottom:-30px;
	left:-50px;
}
.contact_tel_box_in:before{
	content:"";
	display:block;
	width:30px;
	height:30px;
	border-radius:15px;
	border:#999 solid 1px;
	background:#eee;

	position:absolute;
	bottom:-40px;
	left:-95px;
}

.contact_tel_box_in h4{
	font-size:18px;
	font-weight:bold;
}
.contact_tel_box_in strong{
	font-size:48px;
	font-weight:bold;
	line-height:2;
}
.contact_tel_box_in strong a:hover{
	text-decoration:none;
	cursor:default;
}
.contact_tel_box_in p{
	font-size:18px;
	font-weight:bold;
}


/*------------------------------------------
■ サイトマップ
------------------------------------------*/
#sitemap .box{
	margin:30px auto;
	position:relative;
}
#sitemap .box:after{
	content:"";
	width:246px;
	height:267px;
	display:block;
	background:url("../img/sitemap_img_earth.png") center center no-repeat;
	position:absolute;
	bottom:-20px;
	right:0;
}

#sitemap ul{
	list-style:none;
	margin:0 0 0 5px;
}
#sitemap ul ul{
	margin-top:10px;
	margin-left:50px;
}
#sitemap ul ul ul{
	margin-left:50px;
}
#sitemap ul ul ul ul{
	margin-left:50px;
}

#sitemap ul ul li{
	margin:0 0 10px;
}
#sitemap ul ul ul li{
	margin:0 0 5px;
}
#sitemap ul span{
	font-size:14px;
}
#sitemap ul li:before{
	content:"■";
	color:#333;
	margin-right:2px;
}
#sitemap ul ul li:before{
	content:"●";
	color:#666;
	margin-right:2px;
}
#sitemap ul ul ul li:before{
	content:"●";
	color:#999;
	margin-right:2px;
}
#sitemap ul ul ul ul li:before{
	content:"●";
	color:#ccc;
	margin-right:2px;
}

/*------------------------------------------
■ プライバシーポリシー
------------------------------------------*/
#p_policy .box{
	padding-top:30px;
}
#p_policy .box div{
	margin-bottom:30px;
}
#p_policy .box h2{
	font-size:16px;
	font-weight:bold;
}
#p_policy .box p{
	margin-bottom:10px;
	font-size:14px;
	line-height:1.6;
}
#p_policy .box div ul{
	margin-left:28px;
	margin-bottom:10px;
	font-size:14px;
	line-height:1.6;
}
#p_policy .box div ul li{
	margin-bottom:5px;
}
#p_policy .box div span{
	font-size:12px;
}

#p_policy .box .opt_box{
	padding:20px 10px 0;
	text-align:center;
	border:#ea638c solid 1px;
	margin-bottom:50px;
}
#p_policy .box .opt_box h3{
	font-size:16px;
	font-weight:bold;
	margin:-10px auto 10px;
}
#p_policy .box .opt_box p{
	margin-top:-10px;
}
#p_policy .box .opt_box p .txt_on{
	color:#ea638c;
	font-weight:bold;
	font-size:16px;
}
#p_policy .box .opt_box p .txt_off{
	color:#190e4f;
	font-weight:bold;
	font-size:16px;
}
#p_policy .box div ol{
	margin-left:14px;
	margin-bottom:10px;
	font-size:14px;
	line-height:1.6;
	list-style:none;
}
#p_policy .box div ol li{
	margin-bottom:5px;
}

/*------------------------------------------
■ フッター
------------------------------------------*/
footer{
	background:#f2f2f2;
	padding:50px 0 30px;
}
footer .box{
	color:#1b1b1b;
	font-size:12px;
	position:relative;
}

footer .box ul{
	list-style:none;
	position:relative;
	width:360px;
}
footer .box ul li{
	margin-bottom:5px;
	line-height:20px;
	width:180px;
}
footer .box ul li:before{
	content:"-";
	color:#cd1184;
	margin-right:5px;
}
footer .box ul li a{
	position: relative;
	display: inline-block;
	-webkit-transition: .3s ease;
	transition: .3s ease;
	color:#1b1b1b;
	padding:0 0 .1em 0;
	text-decoration: none;
}
footer .box ul li a:hover{
	color:#1b1b1b;
}


footer .box ul li:nth-child(8){
	position:absolute;
	top:0;
	right:0;
}
footer .box ul li:nth-child(9){
	position:absolute;
	top:25px;
	right:0;
}
footer .box ul li:nth-child(10){
	position:absolute;
	top:50px;
	right:0;
}
footer .box ul li:nth-child(11){
	position:absolute;
	top:75px;
	right:0;
}

footer .box ul li a:after{
	position: absolute;
	bottom:2px;
	left:0;
	content:"";
	width:0;
	height: 1px;
	background-color:#1b1b1b;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}

footer .box ul li a:hover:after{
	width:100%;
}

.ie footer .box ul li a:after{display:none;}
.ie footer .box ul li a:hover{text-decoration:underline;}

.footer_add{
	display:inline-block;
	position:absolute;
	top:0;
	right:0;
}
.footer_add h2{
	color:#222;
	font-size:28px;
	font-weight:bold;
	line-height:1.2;
}
.footer_add p{
	line-height:1.5;
	margin-bottom:15px;
}

.footer_icon{
	position:absolute;
	top:165px;
	right:0;
}
.footer_copy{
	margin-top:70px;
	font-size:11px;
}


.ie7 .footer_add{float:right;width:280px;}
.ie7 .footer_copy{text-align:right;}


/*------------------------------------------
■ フッターバナー
------------------------------------------*/

.footer_banner_area{
	width:100%;
	margin:16px auto 0px;
	border-top:#ddd solid 1px;
	border-bottom:#ddd solid 1px;
	padding:16px 0;
}
.footer_banner_area img{
	margin:0 32px 0 8px;
}

/*------------------------------------------
■ Facebook
------------------------------------------*/
.fb_area{
	margin:20px auto -50px;
	text-align:left;
	background:#fff;
	position:relative;
	z-index:1;
}
.fb_area:before{
	content:"";
	background:#fff;
	width:460px;
	height:152px;
	display:block;
	position:absolute;
	bottom:0;
	right:0;
	border-top:#e9eaed solid 1px;
	border-right:#e9eaed solid 1px;
	border-bottom:#e9eaed solid 1px;
	z-index:100;
}
.fb_area:after{
	content:"";
	background:#f6f7f8;
	width:460px;
	height:83px;
	display:block;
	position:absolute;
	bottom:1px;
	right:1px;
	border-top:#e9eaed solid 1px;
	z-index:200;
}
.ie .fb_area{
	background:#f2f2f2;
}
.ie .fb_area:before,.ie .fb_area:after{
	display:none;
}

.ie7 #fb-root{display:none;}
.ie7 .fb_area{display:none;}




/*------------------------------------------
■ スライドメニュー
------------------------------------------*/
.overlay,.side_menu,.side_menu_btn{display:none;}


/*------------------------------------------
■ ページトップへ戻るボタン
------------------------------------------*/
#page_top{
	position:fixed;
	bottom:25px;
	right:25px;
	z-index:800;
}

#page_top a{
	background:url(../img/btn_arrow03.png) center center no-repeat #cd1184;
	text-decoration:none;
	color:#ffffff;
	padding:20px;
	border-radius:2px;
	text-align:center;
	display:block;
	box-shadow: 0 5px 5px -1px rgba(0, 0, 0, 0.2);
}

#page_top a:hover{
	background:url(../img/btn_arrow03.png) center center no-repeat #190e4f;
	text-decoration:none;
	box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2);
}

.ie7 #page_top{display:none;}
.ie7 #page_top a{display:none;padding:0;}

/*------------------------------------------
■ 削除ページ・404ページ
------------------------------------------*/
#delete .box{
	padding-bottom:200px;
	background:url(../img/taggy_panel.png) right bottom no-repeat;
	background-size:234px auto;
}
#delete p{
	margin:10px;
}
#delete ul{
	margin:10px 0 10px 30px;
}

/*------------------------------------------
■ アンカーリンク調整
------------------------------------------*/
#ceo,#product_title,#executive,#dm,#dsp,#ads,#aas,#technology_title,#company_title,
#press_title,#press_space,#recruit_title,#contact_title,#p_policy,#sitemap,#c_policy{
	margin-top:-80px;
	padding-top:80px;
}

/* BASE */
img.full{
	width: 100%;
	height: auto;
}
img.max{
	max-width: 100%;
	height: auto;
}
