@charset "utf-8";

@import url("default.css");


/* ----------------------------------------------- */
/* 設定 */

/* reset */
h1,h2,h3,h4,h5,h6,p,a,div,img {
	margin:0;
	padding:0;
}

@font-face {
	font-family: 'Electrolize';
	font-style: normal;
	font-weight: 400;
	src: local('Electrolize'), url(http://themes.googleusercontent.com/static/fonts/electrolize/v2/DDy9sgU2U7S4xAwH5thnJ4bN6UDyHWBl620a-IRfuBk.woff) format('woff');
}

a:link {	color:#cc0000;	text-decoration:underline;}
a:visited {	color:#cc0000;	text-decoration:underline;}
a:hover {	color:#cc0000;	text-decoration:none;}
a:active {	color:#cc0000;	text-decoration:underline;}

strong { font-weight:bold; }


/* ----------------------------------------------- */
/* clearfix */

.clearfix:after {
	content: ".";
	clear: both;
	display: block;
	line-height: 0;
	height: 0;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}

/* iepngfix */

.iepngfix {
	behavior: url(../images/iepngfix.htc);
}

.clear {
	clear:both;
}

/* ----------------------------------------------- */
/* メインコンテンツ */
body {
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	background:#f0f0f0;
	font-size:12px;
	color:#333;
}

.container {
	width:700px;
	margin:auto;
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
	padding:10px 20px 40px;
	background:#fff;
}

/* ----------------------------------------------- */
/* header */
.header {
	padding:5px 0;
}

.press_logo {
	float:left;
}

.text_pressRelease {
	float:right;
	background:url(../images/text_press.gif) no-repeat left center;
	width:175px;
	height:23px;
	text-indent:-9999px;
	margin:7px 0 0 0;
}

/* header_title */
.header_title {
	padding:15px 0;
	margin:10px 0;
	border-top:2px solid #7acd20;
	border-bottom:2px solid #7acd20;
	position:relative;
	width:700px;
}

.pdf_dl {
	position:absolute;
	top:10px;
	right:0px;
	text-align:right;
}

.pdf_dl a {
	display:block;
	background:url(../images/pdficon.gif) no-repeat right center;
	padding-right:37px;
	height:33px;
	line-height:33px;
	font-size:11px;
}

.header_img {
	float:left;
	width:140px;
}

.header_img img {
	border:1px solid #ccc;
}

.header_title_text {
	float:right;
	padding-top:30px;
	width:560px;
	color:#333;
}

.date {
	font-family:"Electrolize", 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight:bold;
	margin-bottom:5px;
}

.title_text {
	font-size:14px;
	font-weight:bold;
}

/* ----------------------------------------------- */
/* sns_links */

.sns_links {
	clear:both;
	float:right;
	text-align:right;
	margin-bottom:15px;
}

.facebook {
	float:left;
	width:120px;
	margin-right:15px;
}

.twitter {
	float:left;
	width:120px;
}

.google {
	float:left;
	width:100px;
}

/* ----------------------------------------------- */
/* 記事 */

.press_box {
	clear:both;
}

.press_box p {
	margin-bottom:20px;
}

/* table　データを入れる  */
.table_data {
	width:100%;
	margin:0 auto 0;
	border:none;
	border-collapse:collapse;
	border-spacing:0;
}

.table_data th {
	padding:1px;
	background:#fff;
	border:none;
	font-weight:normal;
	text-align:left;
	color:#333333;
	vertical-align:top;
}

.table_data td {
	padding:1px;
	border:none;
	text-align:left;
	vertical-align:top;
}

/* table_gray */
.table_gray {
	width:100%;
	margin:0 auto 20px;
	border:1px solid #cccccc;
	border-collapse:collapse;
	border-spacing:0;
}

.table_gray th {
	padding:5px;
	background:#f0f0f0;
	border:1px solid #cccccc;
	font-weight:normal;
	text-align:left;
	color:#333333;
	vertical-align:center;
}

.table_gray td {
	padding:5px;
	border:1px solid #cccccc;
	text-align:left;
}

/* ----------------------------------------------- */
/* アドウェイズについて・お問い合わせ */

.foot_box {
	border-top:1px solid #7acd20;
	padding-top:20px;
	margin-bottom:20px;
}

.foot_box h4 {
	font-weight:bold;
	font-size:12px;
	margin-bottom:3px;
}

.table_company {
	width:100%;
	margin:0 auto 0;
	border:none;
	border-collapse:collapse;
	border-spacing:0;
}

.table_company th {
	padding:1px;
	background:#fff;
	border:none;
	font-weight:normal;
	text-align:left;
	color:#333333;
	vertical-align:top;
	width:110px;	
}

.table_company td {
	padding:1px;
	border:none;
	text-align:left;
	vertical-align:top;
}

.close_btn {
	text-align:center;
}


/* 英語用追記 */
.english_sub {
	font-size:11px;
	line-height:1.2;
	margin-top:3px;
}

