@charset "utf-8";

@import url("default.css");

/* ----------------------------------------------- */
/* 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);
}
/* ----------------------------------------------- */
/* メインコンテンツ */
body{
	margin:0px;
	padding:0px;
	border:0px;
	background-color:#FFFFFF;
	color:#000000;
	font-size:13px;
	font-weight:normal;
	font-style:normal;
	line-height:1.2;
}

.container {
	width:700px;
	margin:0px auto;
	background-color:#ffffff;
}

a:link {
	text-decoration:none;
	color:#28a2af;
}

a:visited {
	text-decoration:none;
	color:#28a2af;
}

a:hover {
	text-decoration:underline;
	color:#2ebecd;
}

a:active {
	text-decoration:underline;
	color:#2ebecd;
}

.title{
	font-weight:bold;
}

.img_border{
	border-style:solid;
	border-color:#bdbdbd; border-width:1px;
}
/* タイトル */
.header{
	width:700px;
	margin:0px auto 10px auto;
}

h2{
	font-size:15px;
}

h3{
	width:660px;
	height:32px;
	color:#FFFFFF;
	background:url('../images/sub_title.gif') no-repeat;
	padding:9px 0 0 10px;
}

.pdf_btn{
	width:350px;
	float:left;
}

.pdf_btn p{
	float:left;
	margin-right:10px;
	vertical-align:middle;
}

#pdf_download_text{
	margin-top:22px;
}

#pdf_download_text a{
	color:#cc0000;
}

.solcial_btn{
	width:300px;
	float:right;
	text-align:right;
	margin-top:20px;
}

/* プレストピックス */

.press_box{
	width:660px;
	margin:20px auto 20px auto;
}

.table_box{
	background-color:#3dbead;
	margin-bottom:30px;
}

.table_box th{
	background-color:#ededed;
	color:#109489;
	padding:10px;
}

.table_box td{
	background-color:#ffffff;
	padding:10px;
}

/* フッター */

.footer_btn{
	padding:20px;
}
