@charset "UTF-8";
/* CSS Basic Style ---------------------------------------------------------- */

/*===============================================
　INDEX
===============================================*/

/* fv_img ------------------------------------------------------- */
#fv_img{
	background:url(../../images/index/bg_fv.gif) top left repeat-x;
	padding:10px 0 10px;
}
#fv_img:after{
	background:url(../../images/index/bg_fv_under.gif) bottom center no-repeat;
}
.sp-slide img{
	border-radius:10px;
}
#fv_img:after {
	display: block;
	clear: both;
	content: "";
}


/* main_box ------------------------------------------------------- */

/* main_box > news ------------------------------------------------------- */
#news{
	margin-bottom:40px;
	position:relative;
}
#news h2{
	font-size:18px; font-size:1.8rem;
	font-weight:bold;
	padding:10px 0 10px 20px;
	margin-bottom:20px;
	line-height:1.8;
	border-left:3px solid #F60;
}
#news h2 span{
	display:block;
	font-size:10px; font-size:1.0rem;
	color:#CCC;
}
#news a.bt_detail{
	position:absolute;
	top:0;
	right:0;
	border:1px solid #EEE;
	border-radius:5px;
	background-color:#FFF;
	padding:12px 10px;
	text-decoration:none;
	font-size:12px;
	color:#111;
}
#news a.bt_detail:hover{
	border:1px solid #F60;
}

#news ul{
}
#news ul li a {
	display: block;
	padding: 12px 8px 12px 0;
	font-size: 14px;
	text-decoration: none;
}
#news ul li a:after {
	content: "";
	display: block;
	clear: both;
}
#news ul li a:hover {
	background-color: #F6F6F6;
}
#news ul li a:hover p{
	color:#F60;
	text-decoration:underline;
}
#news ul li time {
	float: left;
	text-align:left;
	width: 100px;
	color: #000;
	font-weight: bold;
	background:url(../../images/index/i_bit_1.gif) center left no-repeat;
	padding-left:20px;
}
#news ul li p {
	float: none;
	text-align:left;
	width: auto;
	margin-left: 130px;
/*	font-weight: bold;*/
}


/* main_box > link ------------------------------------------------------- */
#link ul{
	clear:both;
}
#link ul li{
	float:left;
	width:340px;
	margin-bottom:20px;
}
#link ul li:nth-child(2n){
	margin-left:20px;
}
#link ul li a{
	display:block;
	text-decoration: none;
	border: 1px solid #EEE;
	border-radius: 5px;
	padding: 10px 15px 10px 20px;
}
#link ul li a:hover{
	border: 1px solid #F60;
}
#link ul li h3{
	font-size:18px;
	font-weight:bold;
	color:#000;
	margin-bottom:10px;
  line-height:1.4;
}
#link ul li h3 span{
	display:block;
	font-size:12px;
	font-weight:normal;
	color:#CCC;
}
#link ul li .inner{
	clear:both;
}
#link ul li .inner:after{
	content: "";
	display: block;
	clear: both;
}
#link ul li .inner img{
	float:left;
}
#link ul li .inner p{
	float:right;
	width:190px;
	font-size:14px;
}
#link ul li a:hover p{
	text-decoration:underline;
}


/* main_box > faq ------------------------------------------------------- */
.faq{
	display:block;
	position:relative;
	text-decoration: none;
	border: 1px solid #EEE;
	border-radius: 5px;
	padding: 10px 15px 0 20px;
}
.faq a.bt_detail{
	position:absolute;
	top:10px;
	right:15px;
	border:1px solid #EEE;
	border-radius:5px;
	background-color:#FFF;
	padding:12px 10px;
	text-decoration:none;
	font-size:12px;
	color:#111;
}
.faq a.bt_detail:hover{
	border:1px solid #F60;
}
.faq h3{
	font-size:18px;
	font-weight:bold;
	color:#000;
	border-bottom:1px solid #EEE;
	padding-bottom:10px;
	margin-bottom:20px;
}
.faq h3 span{
	display:block;
	font-size:10px;
	font-weight:normal;
	color:#CCC;
}
.faq ul{
	clear:both;
}
.faq ul li a{
	display:block;
	width:100%;
	background:url(../../images/index/i_faq.png) 15px center no-repeat #FF6A6A;
	border-radius:20px;
	padding:12px 10px 10px 50px;
	margin-bottom:20px;
	color:#FFF;
	font-size:16px;
  font-weight:bold;
}
.faq ul li a:hover{
	background:url(../../images/index/i_faq.png) 15px center no-repeat #FD3737;
}
.faq ul li a i {
	float: right;
	vertical-align:middle;
	color: #FFF;
	font-size: 20px;
	padding-right:5px;
}
.faq ul li a:hover i{
	padding-right:0;
}

.side_b a img{
	width:250px;
	height:auto;
}

/*===============================================
　599px以下
===============================================*/
@media (max-width: 599px) {

/* fv_img ------------------------------------------------------- */
#fv_img{
	background:none;
	border-top:1px solid #4472af;
	padding-top:0;
}
.sp-slide img{
	border-radius:0;
}


/* main_box ------------------------------------------------------- */

/* main_box > news ------------------------------------------------------- */
#news{
  border-bottom:1px dotted #CCC;
  padding-bottom:30px;
  margin-bottom:30px;
}
#news h2{
	font-size:16px; font-size:1.6rem;
	padding:10px 0 10px 20px;
	line-height:1.4;
}
#news a.bt_detail{
	position:relative;
	border:2px solid #EEE;
	top:auto;
	display:block;
	width:90%;
	margin:20px auto 0;
	text-align:center;
}
#news a.bt_detail:hover{
	border:2px solid #F60;
}
#news ul li p {
	margin-left: 115px;
}


/* main_box > link ------------------------------------------------------- */
#link ul li{
	float:none;
	width:100%;
  margin:0 auto 20px;
}
#link ul li:nth-child(2n){
	margin-left:0;
}
#link ul li h3{
	font-size:16px;
}
#link ul li .inner img{
  width:15%;
  min-width:50px;
  height:auto;
}
#link ul li .inner p{
  float:left;
  width:80%;
  padding-left:15px;
}


/* main_box > faq ------------------------------------------------------- */
.faq{
	padding: 10px 15px 20px;
  margin-bottom:20px;
}
.faq a.bt_detail{
	position:relative;
	border:2px solid #EEE;
	top:auto;
  right:auto;
	display:block;
	width:100%;
	margin:20px auto 0;
	text-align:center;
}
.faq a.bt_detail:hover{
	border:2px solid #F60;
}
.faq h3{
	font-size:16px;
}
.faq ul li a{
	display:block;
	width:100%;
	background:url(../../images/index/i_faq.png) 15px center no-repeat #FF6A6A;
	border-radius:20px;
	padding:12px 10px 10px 40px;
	font-size:14px;
}
.faq ul li a:hover{
	background:url(../../images/index/i_faq.png) 15px center no-repeat #FD3737;
}
.faq ul li a i {
  display:none;
}

.side_b{
	width:90%;
	margin: 20px auto;
}

.side_b a img{
	width:100%;
	height:auto;
}

/*===============================================
　480px以下
===============================================*/
@media (max-width: 480px) {
 

}
/*===============================================
　600px以上
===============================================*/

@media (min-width: 600px) {
	
}
/*
--------------------------------------------------------------------------------
 END OF CSS
--------------------------------------------------------------------------------
*/
