@charset "UTF-8";
/* CSS Document */
.content img {
    width: 100%;
    vertical-align: bottom;
    zoom: 1 !important;
}
.content .float_right img {
	width: 100%;
}
.content .float_left img {
	width: 100%;
}
.content .bg_cell {
	font-size: 12px;
}


/* =======================================
	各エリアのスタイル（）
======================================= */

/*タブエリア*/
ul.tab > li {
	width: 24%;
}
ul.tab > li:first-child {
	margin-right: 0;
}
ul.tab > li+li {
	margin-left: 1.3%;
}

/*タブの中身*/
.pageList {
}
.pageList > li {
}
.pageList > li+li {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #CED7E3;
}

/*カラム設定*/
.ph_col2 {
	clear: both;
	overflow: hidden;
}
.ph_col2 > li {
	width: 49%;
	float: left;
}
.ph_col2 > li+li {
	margin-left: 2%;
}



/* =======================================
	リンク部分
======================================= */
.linkArea.anchor {
	margin: 5% 3.1%;
}