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

/* Tablet */
@media screen and (max-width:768px) {
h2{
	font-size:1.5em;
}
}
/* -------------------------------------------------

planDetail

------------------------------------------------- */
.planDetail{
	/*font-family: "Hiragino Mincho ProN", "HG明朝B", "ＭＳ Ｐ明朝", serif;*/
	text-align:center;
	margin:0 20px 20px;
}
/* PC */
@media screen and (min-width:769px) {
.planDetail{
	font-size:1.6em;
	padding-top:40px;
}
}
/* Tablet */
@media screen and (max-width:768px) {
.planDetail{
	font-size:1.4em;
	padding-top:20px;
}
}

/* -------------------------------------------------

articleBox

------------------------------------------------- */
.articleBox{
	background-color:#fff;
	padding:20px;
}
.articleBox .articlePhoto img{
	margin:0 0 10px;
}
.articleBox section h4 a{
	font-size:1.2em;
	font-weight:bold;
	color:#2e7dd5;
	border-bottom:3px solid #e6e6e6;
	margin:0 0 15px;
	padding:10px 0;
	display:block;
}
.articleBox section h4 a:hover{
	color:#e8a043;
}
.articleBox section p{
	margin:0 5px 10px;
}
.articleBox section table{
	width:100%;
	margin:0 0 10px;
}
.articleBox section table th{
	background-color:#cfdee9;
	font-weight:normal;
	text-align:left;
}
.articleBox section table td{
	background-color:#e8e8e8;
}
/* PC */
@media screen and (min-width:769px) {
.articleBox{
	width:960px;
	height:auto;
	margin:0 auto 45px;
}
.articleBox .articlePhoto{
	width:305px;
	float:left;
}
.articleBox .articlePhoto a:hover img{
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80)";
}
.articleBox section{
	width:635px;
	float:right;
}
}
/* Tablet */
@media screen and (max-width:768px) {
.articleBox{
	margin:0 20px 20px;
}
.articleBox section table th,
.articleBox section table td{
	display:block;
}
}
/* -------------------------------------------------

listArea

------------------------------------------------- */
.listArea{
	
}
.listArea h4{
	/*font-family: "Hiragino Mincho ProN", "HG明朝B", "ＭＳ Ｐ明朝", serif;*/
	text-align:center;
	font-size:1.4em;
	margin:0 0 10px;
}
.listArea ul li a{
	display:block;
	border-bottom:1px solid #d3d3d3;
	margin:0 0 1px;
	text-align:center;
}
.listArea p a{
	display:block;
	text-align:center;
	/*font-family: "Hiragino Mincho ProN", "HG明朝B", "ＭＳ Ｐ明朝", serif;*/
	font-size:1.15em;
	padding:15px;
	background:url(../../common/images/bg_grey.jpg);
}
/* PC */
@media screen and (min-width:769px) {
.listArea{
	width:1000px;
	margin:0 auto 40px;
}
.listArea ul li a{
	padding:10px;
}
.listArea p a:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80)";
}
}
/* Tablet */
@media screen and (max-width:768px) {
.listArea{
	margin:30px 0 0;
}
.listArea ul li a{
	padding:10px 20px;
}
}
