@charset "utf-8";

/* =======================================

	about.php

========================================== */



/* ===== about ===== */
#about{
	margin-bottom: 5px;
}

#aboutin{
	margin-bottom: 5px;
	padding: 5px 10px;
}
.about_ttl{
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #5B73BB;
	border-bottom: 3px solid #5B73BB;
}
.aboxin{
	overflow: hidden !important;
	overflow: visible;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	padding-top: 10px;
	font-size: 10px;
	text-align: left;
	color: #444444;
}
.aboxin_ttl{
	padding-left: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #6E6E6E;
	background: url(../images/common/boxin_ttl.png) left repeat-y;
}
.aboxin ul li{
	color: #666666;
}
.aboxin ul,
.aboxin p{
	margin-bottom: 5px;
}

.tab{
	margin-bottom: 5px;
	width: 100%;
	border-top: 1px solid #C1C5C8;
	border-left: 1px solid #C1C5C8;
}
.tab tr:nth-child(odd){
	background-color: #F4F4F4;
}
.tab tr:nth-child(even){
	background-color: #FFF;
}
.tab td{
	padding: 2px 10px;
	font-weight: bold;
	vertical-align:middle;
	border-right: 1px solid #C1C5C8;
	border-bottom: 1px solid #C1C5C8;
}
.tab td span{
	color: #9A3046;
}
.tab td:nth-child(odd){
	width: 45%;
	color: #5A72B9;
}
.tab td:nth-child(even){
	width: 5%;
	text-align: center;
}

.list{
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
	background-color: #C4D9E8;
	border: 2px solid #C4D9E8;
	border-radius: 5px;
	-webkit-border-radius: 5px;	/* Safari、Chrome */
	-moz-border-radius: 5px;	/* Firefox */
}
.tablist{
	width: 100%;
}
.tablist td:nth-child(odd){
	width: 16%;
}
.listttl{
	padding: 5px 6px;
	color: #4973AD;
}
.listttl span{
	font-size: 10px;
}
.listin{
	margin: 1px;
	padding: 5px 10px;
	background-color: #FFF;
}
.listin span{
	color: #5B73BB;
}

.abox01{
	min-height: 65px;
	padding-right: 108px;
	background: url(../images/about/abox01_img.jpg) right no-repeat;
	background-size: 108px 65px;
	-webkit-background-size: 108px 65px;	/* Safari、Chrome */
}
.abox_ttl{
	margin-top: 5px;
	padding: 2px 4px;
	font-size: 14px;
	color: #FFF;
	background-color: #92B0DA;
}
.abox02{
	padding: 10px 0 5px 0;
	border-right: 1px solid #92B0DA;
	border-left: 1px solid #92B0DA;
	border-bottom: 1px solid #92B0DA;
}
.tabbox{
	width: 100%;
}
.tabbox td{
	width: 50%;
	padding: 0 5px;
}
.tabbox td:nth-child(odd){
	border-right: 1px dotted #9E9E9E;
}
.tabbox td ul{
	margin: 0;
}
.tabbox td ul li.aboxin_ttl{
	margin: 5px;
}
.tabbox td ul li:nth-child(even){
	padding-left: 5px;
}
.abox03{
	min-height: 65px;
	padding: 0 85px 5px 0;
	border-bottom: 1px dotted #9E9E9E;
	background: url(../images/about/abox03_img.jpg) right no-repeat;
	background-size: 85px 65px;
	-webkit-background-size: 85px 65px;	/* Safari、Chrome */
}
.abox04{
	min-height: 65px;
	padding: 0 85px 5px 0;
	border-bottom: 1px dotted #9E9E9E;
	background: url(../images/about/abox04_img.jpg) right no-repeat;
	background-size: 85px 65px;
	-webkit-background-size: 85px 65px;	/* Safari、Chrome */
}
.abox05{
	min-height: 65px;
	padding: 0 85px 5px 0;
	background: url(../images/about/abox05_img.jpg) right no-repeat;
	background-size: 85px 65px;
	-webkit-background-size: 85px 65px;	/* Safari、Chrome */
}
.abox03 p,
.abox04 p,
.abox05 p{
	margin-bottom: 10px;
}
p.point{
	margin-bottom: 5px;
	padding: 2px;
	text-align: center;
	color: #FFF;
	background-color: #AF6675;
	border-radius: 5px;
	-webkit-border-radius: 5px;	/* Safari、Chrome */
	-moz-border-radius: 5px;	/* Firefox */
}



