@charset "utf-8";
/* CSS Document */
@import url(common/css/base.css);
/*----------------------------------------
画像リピート
----------------------------------------*/
.head_wrap {
	background: url(img/mainimg.jpg);
	text-indent: -999999px;
	height: 399px;
	margin: 0 -500%;
	padding: 0 500%;
}
body {
	overflow-x: hidden;
	position: relative;
}
/*----------------------------------------
メイン画像の下
----------------------------------------*/
#top_txt {
    padding: 46px 0;
	/* box-shadow */
box-shadow:rgba(0, 0, 0, 0.15) 0px 2px 4px 1px;
-webkit-box-shadow:rgba(0, 0, 0, 0.15) 0px 2px 4px 1px;
-moz-box-shadow:rgba(0, 0, 0, 0.15) 0px 2px 4px 1px;
	z-index: 100;
	position: relative;
	border-bottom:7px solid #1C94D8;
}
#top_txt .wrapper div {
	padding-top: 10px;
	font-size: 1.2em;
	float: left;
}
#top_txt div a {
	display: block;
	padding: 10px 60px 6px 60px;
	margin-top: 10px;
	float: left;
	border-radius: 10px;
	font-size: 1.9em;
	font-weight: 100;
	color: #FFF;
	background: #1C94D8;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;

/* box-shadow */
box-shadow:rgba(0, 0, 0, 0.3) 0px 4px 0px 0px;
-webkit-box-shadow:rgba(0, 0, 0, 0.3) 0px 4px 0px 0px;
-moz-box-shadow:rgba(0, 0, 0, 0.3) 0px 4px 0px 0px;
}
#top_txt div a:hover {
	background: #f55050;
/* box-shadow */
box-shadow:rgba(0, 0, 0, 0.3) 0px 2px 0px 0px;
-webkit-box-shadow:rgba(0, 0, 0, 0.3) 0px 2px 0px 0px;
-moz-box-shadow:rgba(0, 0, 0, 0.3) 0px 2px 0px 0px;
	margin-top: 12px;
}
#top_txt section {
	float: right;
	width: 600px;
}
#top_txt section h1 {
  border-bottom: 1px solid;
    font-size: 33px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 9px
}

#top_txt section p {
  letter-spacing: 1px;
    line-height: 21px;
	font-size:12px;
}
/*----------------------------------------
新着情報
----------------------------------------*/

.bg_b dl {
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.bg_b dl dt{
	float:left;
	padding-bottom:15px;
	width:80px;
	margin-right:10px;
	color:#666;
}
.bg_b dl dd{
	width:890px;
	
	padding-bottom:15px;
}
.bg_b dl dd span {
	padding:2px 10px;
	margin-right:7px;
	background:#E26767;
	color:#FFF;
	font-size:0.9em;
	border-radius:15px;
}

#ifm {
	margin-left:-9px;
	position:relative;
}

/*----------------------------------------
概要リンク
----------------------------------------*/
#first_link, #second_link {
}
#first_link a, #second_link a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: block;
	width: 413px;
	padding: 30px;
	border: 3px solid #ccc;
	position: relative;
}
#first_link a:hover {
	background: #1C94D8;
	color: #FFF;
}
#second_link a:hover {
	background: #1C94D8;
	color: #FFF;
}
#first_link a:hover h2, #second_link a:hover  h2{
	color:#FFF;
}

#first_link h2, #second_link h2 {
	padding-bottom: 12px;
	border-bottom: 3px solid #ccc;
	margin-bottom: 20px;
	font-size: 2.3em;
	font-weight: 100;
}
#first_link .main img, #second_link .main img {
	margin-top: 20px;
}
#second_link a:hover h2,#first_link a:hover  h2{
		border-bottom: 3px solid #fff;
}
.top_icon {
	position: absolute;
	top: 12px;
	right: 12px;
}
#first_link {
	float: left;
}
#second_link {
	float: right;
}
