/* CSS Document */

article #h1_area h1
{
	background-image: url(images/bg_h1.gif);
}


article h2
{
	font-size: 36px;
	line-height: 140%;
	color: #4C4644;
	margin-bottom: 50px;
	text-align: center;
}

article h2 span
{
	background-image: url(images/h2_line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	display: inline-block;
	padding-bottom: 16px;
}

article h3
{
	font-size: 25px;
	line-height: 120%;
	color: #4C4644;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

article p
{
	font-size: 18px;
	line-height: 180%;
	color: #4C4644;
}

article .body .table01 table,
article .body .table02 table
{
	width: 100%;
	padding-top: 20px;
	margin-bottom: 60px;
}

article .body .table01 table th,
article .body .table02 table th
{
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 16px;
	line-height: 120%;
	color: #4C4644;
	background-color: #d8d3b8;
}

article .body .table01 table td,
article .body .table02 table td
{
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 14px;
	line-height: 120%;
	color: #4C4644;
}

article .body .table01 table tr:nth-child(2n+1) td,
article .body .table02 table tr:nth-child(2n+1) td
{
	background-color: #F5F4ED;
}

#founder dl 
{
	margin-bottom: 30px;
}

#founder dl dt .photo
{
	text-align: center;
	margin-bottom: 10px;
}

#founder dl dt p
{
	font-size: 14px;
	line-height: 140%;
}

#founder .map_box
{
	background-color: #eee;
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: center;
}


/* PCのみ設定  768 以上*/
@media screen and (min-width:768px)
{

article .body
{
	width: 1050px;
}

article .body .table01,
article .body .table02
{
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 30px;
}

article .body .table01 table th:first-child,
article .body .table01 table td:first-child
{
	width: 100px;
}

article .body .table01 table td:first-child
{
	padding-left: 0px;
	text-align: right;
}

article .body .table02 table th,
article .body .table02 table td
{
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}



article .body .table02 td:nth-child(1){	width: 100px;}
article .body .table02 td:nth-child(2){
	width: 50px;
	text-align: center;
}
article .body .table02 td:nth-child(3){	width: 200px;}
article .body .table02 td:nth-child(4){	width: 250px;}

#founder dl
{
	display: table;
	table-layout: fixed;
	width: 860px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

#founder dl dt
{
	display: table-cell;
	width: 260px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

#founder dl dt:last-child
{
	width: 230px;
}

#founder dl dt:last-child p
{
	text-align: center;
}

#founder dl dd
{
	display: table-cell;
	margin: 0px;
	padding: 0px;
}

#founder .map
{
	padding-right: 25px;
	padding-left: 25px;
}


#founder .map_box
{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

}

/* タブレットレイアウト : 768 px 〜 959 px*/
@media screen and (max-width:959px)
{


}

/* スマホ設定  768 以下*/
@media screen and (max-width:767px)
{

article h2
{
	font-size: 26px;
	line-height: 140%;
}


article .body .table01 table,
article .body .table02 table
{
	margin-bottom: 30px;
}

article .body .table01 table th
{
	display: none;
}

article .body .table01 table td
{
	display: block;
	padding: 10px;
}

article .body .table01 table td:first-child
{
	padding-bottom: 4px;
	font-weight: bold;
}

article .body .table01 table td:last-child
{
	padding-top: 0px;
}

article .body .table02 table th
{
	display: none;
}


article .body .table02 table td
{
	display: block;
	padding: 10px;
}

article .body .table02 td:nth-child(1)
{
	font-weight: bold;
	padding-bottom: 0px;
}

article .body .table02 td:nth-child(2),
article .body .table02 td:nth-child(3),
article .body .table02 td:nth-child(4),
article .body .table02 td:nth-child(5)
{
	padding-top: 0px;
}

article .body .table02 td:nth-child(3):before
{
	content: "年譜：";
	display: block;
	font-weight: bold;
}

article .body .table02 td:nth-child(4):before
{
	content: "日本の流れ：";
	display: block;
	font-weight: bold;
}

article .body .table02 td:nth-child(5):before
{
	content: "世界の流れ：";
	display: block;
	font-weight: bold;
}

#founder dl
{
	display: block;
}

#founder dl dt
{
	display: block;
	margin-bottom: 20px;
}

#founder dl dd
{
	display: none;
}

#founder .map_box
{
	padding: 10px;
}


}