@charset "UTF-8";
/*トップページCSS*/
img{border : 0;}
body{
	background : #ffffff;
	margin : 0;
	padding : 0;
	font-family:sans-serif;
	background : url(../images/back.png)repeat;
}
a{
	text-decoration : none;
	border : none;
}
#header{
	width : 100%;
	background : #ffffff url(../images/logo_back01.png) left bottom repeat-x;
}
ul.titletop{
	width : 90%;
	min-width : 324px;
	height : 90px;
	padding : 0;
	list-style : none;
	margin :auto;
	text-align : right;
	background : url(../images/logo_back02.png) left bottom repeat-x;
	overflow:hidden;
	position : relative;
	left : 0;
}
li.titleimg_r{
	float:left;
	width:79%;
	min-width : 204px;
	position:relative;
	top:15px;
	margin : 0;
}
li.titleimg_l{
	float : left;
	text-align: left;
	position : relative;
	top:5px;
	left : 10px;
	min-width : 50px;
	width : 19%;
}
#container{
	width : 90%;
	min-width : 324px;
	overflow:hidden;
	height : auto;
	background : #ffffff;
	padding : 0;
	margin : auto;
	text-align : center;
}
.slideshow{
	height : auto;
	min-width : 280px;
	margin :auto;
	padding : 0;
	background : #ffffff;
}
.slideshow img{
	width : 100%;
	vertical-align : bottom;
	position:relative;
	top:0;
	left:0;
}
#four{
	width : 96%;
	min-height : 800px;
	margin : 10px auto;
}
#grid-content{
	list-style: none;
	position : relative;
	overflow:hidden;
	text-align : center;
	padding:0;
	margin : 0 auto;
	display: grid;
	grid: repeat(1, 33%) / auto-flow 33%;
}
#grid-content li {
	width: 100%;
	height : 100%;
	min-height: 1300px;
	min-width : 220px;
	background-color: #f8f8f8;
	border-radius : 10px;
	overflow:hidden;
	padding : 0 1% 0 10px;
	margin-top : 5px;
}
.mise,.tele,.add{
	clear : left;
	min-width : 200px;
	padding : 10px;
	color  : #AE332D;
	margin : auto;
	width : 85%;

}
.tele{
	border-radius : 5px;
	background : url(../images/tele_back.png) center bottom repeat;
	margin-bottom : 10px; 
}
.tele a {
	color  : #F5E6BF;
}
.add{
	min-width : 200px;
	border-radius : 5px;
	height : auto;
	background : #FDF5C6;
	color : #660000;
	margin-bottom : 15px; 
	font-size : small;

}
.add a{
	text-decoration : none;
	color :#ffffcc;
	padding:10px;
	border-radius : 5px;
}
.addt{
	background : #F67E1B;
	margin: auto;
}
.ig{width:52px;
	margin:auto;}
#gm{
	margin : 10px auto;
	width : 89%;
	border : 1px solid #c2c7c7;
}
.moji a{
	margin : 0 auto;
	text-decoration :none;
	color : maroon;
	font-size : small;
}
.moji{
	width : 89%;
	margin : 0 auto;
	padding : 0 0 2px 0;
	height : auto;
}
.fb{
	width : 90%;
	padding-top : 1%;
	padding-bottom : 1%;
	text-align : center;
	margin : auto;
	background : #f8f8f8;
	border : #c2c7c7 dashed 1px;
}
.fb a{
	color : maroon;
	font-size : small;
	line-height : 2em;
}
#corp{
	width:80%;
	font-size:small;
	background: #FFFFFF;
	margin: auto;
	padding: 20px;
	color:black;
	align-content: center;
}
#waku{
	width: 400;
	margin: auto;
	color : black;
	text-align: left;
}
.hidari {
	background-color:#DDF3F5;
}
#sns{
	width : 96%;
	overflow:hidden;
	text-align : center;
	margin : 20px auto;
	padding : 0;
}
.sns_tw, .sns_bl{
	width : 44%;
	min-width : 240px;
	float : left;
	text-align : center;
	vertical-align : top;
	background-color: #f8f8f8;
	border-radius : 10px;
	padding : 2%;
	min-height : 230px;
	height : auto;
}
.sns_tw{
	margin-right : 3%;
	margin-left : 7px;
}
.sns_bl{
	margin-left : 1px;
}
.sns_bl a{
	color : #333333;
	text-align :center;
	border-bottom : 1px dotted;
	padding:1px;
}
.sns_bl h3{
	color :maroon;
	border-bottom : 3px double;
	top : 0;
}
p.cc{
	font-size : x-small;
	color : gray;
}
#sns img {
	width : 60px;
	margin : 1%;
	vertical-align : bottom;
}
#footer{
	width : 90%;
	min-width : 320px;
	height : 20px;
	padding-top :10px;
	vertical-align : center;
	margin :auto;
	background : gray;
	text-align : center;
	background : url(../images/tele_back.png) center bottom repeat;
	color : #FDEBDA;
	font-size : x-small;
}
#sougo{
	width : 90%;
	min-width : 320px;
	height : 30px;
	text-align : center;
	background : #ffffff;
	margin : auto;
	clear : left;
}
#sougo a{
	color : gray;
	font-size : small;
	vertical-align : bottom;
	padding : 0 5px;
}
.sen{
	border-right :1px solid;
}
.sensen{
	border-right :1px solid;
	border-left :1px solid;
}
#info{
	text-align:center;
	font-size : medium;
	color : #3e3a39;
	padding : 30px 0 20px 0;
}
.notice{
	font-weight : bold;
	color : #e7c400;
}