﻿@charset "utf-8";
/*-----------------------
 clearfix
------------------------- */
.cf:before,
.cf:after {
    content:"";
    display:block;
    overflow:hidden;
}
.cf:after {
    clear:both;
}
/*-------------
	common
----------------*/
* {
	margin: 0;
	padding: 0;
}
html {
	color:#333; 
	line-height: 1.9;
  font-size: 10.69px;
/*	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
font-family:  "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}
.mincho{
font-family:  "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}
img {
	border: none;
	vertical-align: bottom;
}
li,ol {
	list-style: none;
}
br {
	letter-spacing: 0;
}
em {
	font-style: normal;
	font-weight: bolder;
}
a:visited {
	color: #666;
	text-decoration: none;
	outline: none;
}
a{
	text-decoration:none;
	color:#333;
}
img a:hover{
	opacity:.7;
}
.opacity:hover{
	opacity:.7;
}
a:hover{
	cursor:pointer;
	cursor:hand;
}
.flL{
	float:left;
}
.flR{
	float:right;
}
.mgt30{
margin-top:30px;
}
.mgb10{
margin-bottom:10px;
}
.mgb20{
margin-bottom:20px;
}
.mgb30{
margin-bottom:30px;
}
.mgb50{
margin-bottom:50px;
}
.small {
	font-size: 10px;
}
a:hover{
	cursor:pointer;
	cursor:hand;
}
.pd15{
	padding:15px 0;
}
.flL{
	float:left;
}
.flR{
	float:right;
}
.mg0{
	margin:0;
}
.mr10{
	margin-right:10px;
}
a img:hover{
	opacity:.6;
}


/*------------
	contents
--------------*/
#header{
	padding:10px 0 30px 0;
}
.inner{
	width:780px;
	margin:0 auto;
}
#topimg{
	margin:0 auto;
	text-align:center;	
	width:100%;
/*margin-bottom:50px;*/
	background:#eee;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.15) inset;
}
section{
	margin-bottom:60px;
}
p{
	font-size:14px;
}
h4{
	font-size:18px;
}
.item_inner{
	line-height:1.4;
	font-size:15px;
}
.item_inner h4,
.item_inner p{
	margin-bottom:10px;
}
.item_inner li{
	font-size:12px;
	margin-bottom:5px;
}
.item_inner_right{
	float:right;
	width:370px;
}
#kikka h3,
#suiko h3,
#kazemachi h3{
	text-align:center;
	margin-bottom:30px;
}
#zaku h3{
	margin-bottom:30px;
	font-size:20px;
}
#zaku p{
	margin-bottom:30px;
}
#zaku h4{
	margin-bottom:10px;
}
#goto_interview{
	padding:40px 0;
	border-top:1px solid #aaaaaa;
	border-bottom:1px solid #aaaaaa;
	margin-bottom:40px;
}
#goto_interview p{
	margin-bottom:20px;
}
#goto_interview span{
	font-size:18px;
}
#map .cf{
	margin-bottom:20px;
}
#map h3{
	margin-top:40px;
}

/*-----------
	syuki_interview
----------------------*/
#kikka_interview h3,
#suiko_interview h3,
#kazemachi_interview h3{
	font-size:20px;
	margin-bottom:30px;
}
#kikka_interview h4,
#suiko_interview h4,
#kazemachi_interview h4{
	font-size:14px;
}

#kikka_interview p,
#suiko_interview p,
#kazemachi_interview p{
	margin-bottom:30px;
text-indent: 1em;
}
#kazemachi_interview .indent_none{
text-indent: 0;
}
/	*------------
	footer
--------------*/
#footer{
	clear:both;
	width:900px;
	padding-bottom:50px;
}
#footer .inner{
	width:900px;
	margin:0 auto;
}
.foot_top_inner p{
	font-weight:700;
	border-bottom:1px solid #333;
}
.foot_top_inner{
	width:140px;
	margin:5px;
	float:left;
	margin-bottom:20px;
	padding-top:100px;
}	
.foot_top_inner p{
	margin-bottom:10px;
}
.foot_top_inner ul{
	margin-left:10px;
}
#footer a{
	color: #005CAD;
	text-decoration: underline;
	line-height: 2em;
}
#footer_center{
	margin:0 auto;
	width:900px;
	margin-bottom:30px;
}
#footer_center li{
	float:left;
	list-style-type : disc;   
	margin:10px;
}
#footer_bottom p{
	float:left;
	width:400px;
}
#footer_bottom ul{
	float:left;
	width:500px;
}
#footer_bottom li{
	float:left;
	margin-left:10px;
}
#footer_bottom li:before{
	content:"|";
	color:#005CAD;
	padding-right:10px;
}
#footer_bottom small{
	color:#bbb;
	font-size:12px;
}
