@charset "utf-8";

/* 画像のプリロード */

body:before {
  content: url(images/1.jpg) url(images/2.jpg) url(images/3.jpg) url(images/4.jpg);
  display: none;
}

/* スライダー(ナビゲーションボタンを小さく) */

.sp-button {
	width: 8px !important;
	height: 8px !important;
	border: 2px solid #c9c9ca;
	border-radius: 50%;
	margin: 4px;
	display: inline-block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}

#pc_header_box {
	width:100%;
	background-color:#FFF;
	margin-bottom:0 !important;
	border-bottom:none !important;
	box-shadow:none !important;
}

#main-slid-box {
	width:100%;
	background-color:#1fb7de;
}

.main-slid-box-naka {
	margin:0 auto;
	padding:25px 0 5px 0;
}

#wide {
	overflow:hidden;
}



/* コンテンツ1 */

#contents_box {
}

.contents_1 {
	margin:0 auto;
	text-align:center;
	background-color:#1fb7de;
}

.tokusen {
	border-bottom:8px solid #1fb7de;
}

.lineup {
	border-bottom:8px solid #1fb7de;
}

.tokusen img, .lineup img {
	width:100%;
}

/* コンテンツ2 */

.contents_2 {
	margin-top:15%;
}

/* 新着-基本 */

/* clearfix */
.clearfix:after { content:"."; display:block; clear:both; height:0; visibility:hidden; }
.clearfix { display:inline-block; }

/* for macIE \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }

/* 新着 */

#news {
}

.news_title {
	border-bottom:1px solid #c9c9ca;
	padding-bottom:15px;
}

.news_title img {
	padding-left:5%;
}

#newsWrap {
}

#newsWrap ul li {
	padding:25px 0;
	border-bottom:1px solid #c9c9ca;
}

.news_img {
	width:80%;
	text-align:center;
	margin:0 auto;
}

.no_photo {
	width:75%;
	text-align:center;
	margin:0 auto;
}

.news_text {
	margin-top:5%;
	padding:0 5%;
}

.title a {
	font-size:2.5rem;
	text-decoration:underline;
}

.title a:after {
	content:"＞";
	color:#888;
}

.title a:hover:after {
	color:#1fb7de;
}

.newMark{
	display:inline-block;
	padding:1px 4px;
	font-size:2rem;
	line-height:100%;
	background:#1fb7de;
	color:#fff;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-style:italic;
}

.comment {
	margin-top:7px;
	font-size:12px;
	letter-spacing:0.15em;
	line-height:1.5em;
}

.up_ymd {
	font-size:11px;
	padding-left:3px;
}

.catName {
	border:1px solid #c9c9ca;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-left:10px;
	padding:1px 5px;
	font-size:11px;
}

.time {
	margin-top:8px;
}

/* その他バナー */

.sonota_bn {
	margin:5% auto;
	box-sizing: border-box;
}

.top-bn_2 {
	float:left;
	width:50%;
	text-align:center;
	box-sizing: border-box;
}

.top-bn_2 img {
	border:1px solid #1fb7de;
	border-radius: 10px;
	width: 90%;
	margin: 0 auto 10px;
}

.insurance_bn {
	float:right;
	width:50%;
	text-align:center;
	margin-bottom: 10px;
	box-sizing: border-box;
}

.support_bn {
	float:left;
	width:50%;
	text-align:center;
	box-sizing: border-box;
}

.insurance_bn img, .support_bn img {
	width:90%;
}