@charset "UTF-8";

/*aboutus.html専用
-----------------------------------------*/
body nav ul li a[href="aboutus.html"] {
color: #666;
background-position: bottom;
}

/*本文
-----------------------------------------*/
#info,
#Photo {
	float: left;
	position: relative;
}
#info {
width: 480px;
margin: 0 25px 50px 10px;
}
#Photo {
	width: 370px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 50px;
	margin-left: 15px;
}
#info h2 {
font-size: 16px;
font-weight: bold;
margin: 0 0 15px 0;
background: url(../img/midashi2.png) repeat-y;
padding: 5px 10px;
color: #0891B2;
}
#info h2:before {
content: url(../img/icon1.png);
margin-right: 5px;
}
#info p + h2 {
margin-top: 50px;
}
#info p {
line-height: 1.6;
margin-bottom: 1em;
}



/*表ベース
-----------------------------------------*/
table {
border-spacing: 0;
border-collapse: collapse;
margin-right: 10px;
position: relative;
z-index: 2;
}
table td,
table th {
padding: 10px 15px;
font-size: 14px;
line-height: 1.4;
padding: 10px;
}
table th {
text-align:left;
white-space: nowrap;
width: 1%;
font-weight: normal;
}

table td small {
display: block;
font-size: 12px;
}
table td dt {
font-size: 10px;
font-weight: bold;
}
table td dd {
font-size: 18px;
}
/*表
-----------------------------------------*/
#info table td,
#info table th {
vertical-align: top;
border-bottom: 1px solid #999;
padding: 20px 5px;
}
#info table th {
width: 25%;
}

/*右の画像コーナー
-----------------------------------------*/
#Photo img {
margin: 0 0 50px;
}
#Photo figure {
margin: 0 0 50px;
color: #666;
font-size: 12px;
}
#Photo figure img {
	margin: 0 0 5px;
}

/*ボタン作成
-------------------------------------------*/
.button1 {
    font-size: 12px;
    font-weight: bold;
}
.button1 a {
	color: #ffffff;
	display: inline-block;
	padding: 0.5em 2em;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.2);
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	border: 1px solid #0059B2;
	border-bottom-color: #20559a;
	border-radius: 3px;
	background-color: #F0FFFF;
	background: -moz-linear-gradient(top, #2693FF, #0071E1);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#2693FF), to(#0071E1));
  filter: progid:DXImageTransform.Microsoft.gradient(StartColorStr='#EEFFFF', EndColorStr='#88FFFF');
}
.button1 a:hover {
    background: -moz-linear-gradient(top, #2082E3, #0166CB);
    background: -webkit-gradient(linear, left top, left bottom, from(#D9E5FF), to(#8EB8FF));
 filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#D9E5FF', EndColorStr='#8EB8FF');
}
.button1 a:active {
    box-shadow: 0px 1px 0px rgba(255,255,255,0.6), inset 0px 1px 6px rgba(0,0,0,0.1);
    text-shadow:none;
    background: -moz-linear-gradient(top, #025AB1, #1C71C5);
    background: -webkit-gradient(linear, left top, left bottom, from(#025AB1), to(#1C71C5));
 filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#CEF9DC', EndColorStr='#86F9C5');
}
