@charset "UTF-8";

#container {
	width:100%;
	min-width: 1200px;
}

#footer {
	min-width: 1200px;
}


/*slide
---------------------------------------------------------- */


#slide {
	width: 1200px;
	height: 350px;
	margin: 0 auto 30px auto;
	border: 1px solid #d6d6d7;
	position:relative;
}


#slide li {
	list-style: none;
}

#slide .slide_ph {
	width: 100%;
	height: 350px;
	text-align: center;
	overflow: hidden;
	position:relative;
	z-index:0;
}

#slide .slide_ph li {
	width: 1200px;
	height: 350px;
	position:absolute;
	top:0;
	left:0;
}


#slide .slide_nav {
	width:100%;
	position:absolute;
	top:158px;
	left:0;
}

#slide .slide_nav ul {
	width:990px;
	margin: 0 auto;
	z-index:10;
}

#slide .slide_nav li{
	width:35px;
	height: 35px;
	overflow: hidden;
	text-indent: -100000px;
	cursor:pointer;
}

#slide .slide_nav .prev{
	float: left;
	background:url(../img/top/slide_prev.gif) top left no-repeat;
}


#slide .slide_nav .next{
	float: right;
	background:url(../img/top/slide_next.gif) top right no-repeat;
}


/*contents
---------------------------------------------------------- */

#contents {
	clear: both;
	width:950px;
	margin: 0 auto;
}

/*top_main
---------------------------------------------------------- */

#top_main .main_link{
	clear: both;
	width:476px;
	margin: 0 auto 40px;
}

#top_main .main_link li {
	list-style: none;
}


/*新着一覧*/

.news_ttl {
	clear: both;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid #aeaeae;
}

.news_ttl h1 {
	float: left;
	width:84px;
}

.news_ttl p {
	float: right;
	width:78px;
}

.news_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-left: -20px;
}

.news_list .list_block{
	width: 465px;
	margin: 0 0 15px 20px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #bfbfbf;
}

.news_list .list_block .txt {
	display: flex;
	width: 100%;
}

.news_list .list_block .txt p {
	/*display: table-cell;*/
}

.news_list .list_block .txt .date{
	margin-right: 10px;
	color: #a1a1a1;
}

.news_list .list_block .txt .icon {
	margin: 3px 10px 0 0;
}

.news_list .list_block a:link,
.news_list .list_block a:visited {
	text-decoration: none;
}

.news_list .list_block a:hover,
.news_list .list_block a:active {
	text-decoration: underline;
}


/*lang_top_btn
---------------------------------------------------------- */
.lang_top_btn {
	padding-top: 20px;
}

.lang_top_btn ul {
	margin-left: -25px;
}

.lang_top_btn ul li {
	float: left;
	margin-left: 25px;
	list-style: none;
}

/*top banner
---------------------------------------------------------- */
.top_banner {
	margin: 65px 0 40px;
	background-color: #ebebeb;
}

.top_banner ul {
	display: flex;
	width: 950px;
	margin: 0 auto;
	padding: 30px 0;
}

.top_banner ul li {
	width: 290px;
	margin-left: 40px;
	list-style: none;
}

.top_banner ul li:first-child {
	margin-left: 0;
}

/*top sns
---------------------------------------------------------- */
.top_sns {
	width: 360px;
	margin: 0 auto 40px;
}

.top_sns h2 {
	margin-bottom: 20px;
	padding-bottom: 20px;
	text-align: center;
	border-bottom: 2px solid #d2d2d2;
	line-height: 0;
}

.top_sns ul {
	display: flex;
	margin: 0 auto;
	justify-content: center;
}

.top_sns ul li {
	list-style: none;
	margin-left: 50px;
	text-align: center;
}

.top_sns ul li:first-child {
	margin-left: 0;
}

.top_sns ul li a {
	display: flex;
	width: 100%;
	text-decoration: none;
	align-items: center;
	justify-content: flex-start;
}

.top_sns ul li:first-child a {
	justify-content: flex-end;
}

.top_sns ul li a div {
	width: 34px;
}

.top_sns ul li a p {
	margin-left: 12px;
	font-weight: bold;
	font-size: 123.1%;
}

/*top sub_nav
---------------------------------------------------------- */

.top_sub_nav {
	width: 100%;
	margin: 0 auto 50px;
	padding: 20px 0;
	background-color: #f4f4f4;
	font-size: 108%;
}

.top_sub_nav ul {
	display: flex;
	width: 950px;
	margin: 0 auto;
	justify-content: center;
}

.top_sub_nav ul li {
	margin-left: 45px;
	list-style: none;
}

.top_sub_nav ul li:first-child {
	margin-left: 0;
}

.top_sub_nav ul li a {
	text-decoration: none;
}

.top_sub_nav ul li a:hover {
	text-decoration: underline;
}

.top_sub_nav ul li a[target="_blank"]::after {
	display: inline-block;
	content: "";
	width: 13px;
	height: 12px;
	margin-left: 10px;
	background: url("/img/common/ft_blank02.png") center center no-repeat;
	vertical-align: baseline;
}

.top_sub_nav ul li a::before {
	display: inline-block;
	content: "";
	width: 9px;
	height: 9px;
	margin-right: 10px;
	background: url("/img/common/icon_arrow03.png") center center no-repeat;
	vertical-align: baseline;
}

/*top large banner
---------------------------------------------------------- */
.top_large_banner {
	width: 468px;
	margin: 0 auto;
	text-align: center;
}

/*btn_sp
---------------------------------------------------------- */

.btn_sp {
	width:80%;
	margin: 0 auto 30px auto;
	text-align: center;
	font-size: 138.5%;
	color: #c7000a;
	list-style: none;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 50%, #f3f3f3 50%, #f3f3f3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#ffffff), color-stop(50%,#f3f3f3), color-stop(100%,#f3f3f3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 50%,#f3f3f3 50%,#f3f3f3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 50%,#f3f3f3 50%,#f3f3f3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 50%,#f3f3f3 50%,#f3f3f3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 50%,#f3f3f3 50%,#f3f3f3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-9 */
	border: 1px solid #d6d6d7;
}

.btn_sp a {
	display:block;
	padding: 10px 20px;
	color: #c7000a;
	border: 1px solid #ffffff;
	text-decoration: none;
}
