@charset "utf-8";




/*
 menu(bouhan共通)
-------------------------*/
#menu{
	margin:20px 0 0 15px;
	width:994px;
	height:194px;
	background:#ffffff;
	border:solid 3px #E50011;
	border-radius:5px;
}
#menu .inner{
	float:left;
	width:196px;
	height:194px;
}
#menu .inner img{
	padding:49px 0 0 62px;
}
#menu nav{
	float:left;
	height:141px;
	padding-top:19px;
	margin-top:17px;
	border-left:solid 3px #E50011;
	color:#E50011;
}
#menu nav div{
	float:left;
	margin-bottom:30px;
	padding:41px 0 0 24px;
}
#menu nav p{
	font-size:16px;
	font-weight:bold;
}
#menu nav ul{
	width:760px;
	float:left;
}
#menu nav ul li{
	float:left;
	padding:0 15px 0 14px;
	font-size:12px;
	background:url(../img/live/menu_list.gif) no-repeat 1px center;
}
#menu nav ul li a{
	color:#333333;
}
#menu nav ul li a:hover{
	text-decoration:none;
}
/* index
-------------------------*/
#main_contents{
	margin:0 auto;
}
#main_contents .index_box{
	width:1000px;
	background-color:#ffffff;
	margin:51px 0 40px 15px;
}
#main_contents .m_title{
	width:1000px;
	height:60px;
	border-radius:5px 5px 0 0/5px 5px 0 0;
	background-color:#E50011;
}
#main_contents .m_title h1{
	height:30px;
	padding:18px 0 0 64px;
	font-size:18px;
	font-weight:bold;
	color:#ffffff;
	background:url(../img/live/title_icon.png) no-repeat 22px 16px;
}
#main_contents .m_list{
	margin:23px 23px 0;
	padding-bottom:23px;
	border-bottom:dashed 1px #E50011;
}
#main_contents .end{
	border-bottom:none;
}
#main_contents .m_list a{
	display:block;
	width:954px;
	height:130px;
	background:url(../img/live/m_list_arrow.gif) no-repeat 920px center;
}
#main_contents .m_list a:hover{
	background:url(../img/live/m_list_arrow_on.gif) no-repeat 920px center;
}
#main_contents .m_list .m_img{
	float:left;
	width:240px;
	height:120px;
	border:solid 5px #f1f1f1;
}
#main_contents .m_list a:hover .m_img{
	border:solid 5px #F8B8B8;
}
/*
#main_contents .m_list a .m_img img{
	-webkit-transition: 0.3s ease-in-out;
     -moz-transition: 0.3s ease-in-out;
     -o-transition: 0.3s ease-in-out;
     transition: 0.3s ease-in-out;
}
#main_contents .m_list a:hover .m_img img{
	opacity: 0.7;
    filter: alpha(opacity=60);
}
*/
#main_contents .m_list h1{
	float:left;
	padding-left:25px;
	font-size:18px;
	font-weight:bold;
	color:#E50011;
}
#main_contents .m_list p{
	float:left;
	color:#464646;
	width:679px;
	padding:3px 0 0 25px;
	line-height:18px;
}

/* main_contents
-------------------------*/
#main_contents .box{
	clear:both;
	width:920px;
	padding:0 0 70px 40px; 
}

#main_contents .box .b_p{
	padding-top:8px;
}
#main_contents .b_title{
	color:#E50011;
	font-weight:bold;
	font-size:18px;
	background:url(../img/live/live_line.png) no-repeat left bottom;
}
#main_contents .b_sub{
	padding-left:18px;
	height:21px;
	line-height:21px;
	font-weight:bold;
	background:url(../img/live/live_intitle.gif) no-repeat left center;
}

/* sub_contact
-------------------------*/
#sub_contact{
	clear:both;
	width:920px;
	height:126px;
	margin-top:30px;
	font-size:12px;
	background:url(../img/optional/contact_bg01.jpg) no-repeat left top;
}
#sub_contact .column{
	float:left;
	width:280px;
	height:90px;
	margin-top:20px;
	padding-left:23px;
	border-right:dotted 1px #6FD0FF;
}
#sub_contact .column h1{
	color:#009FE7;
	font-weight:bold;	
}
#sub_contact .column h2{
	padding-left:22px;
	color:#525252;
	font-weight:bold;	
	font-size:18px;
	background:url(../img/optional/tel_icon.gif) no-repeat left center;
}
#sub_contact .kanri p{
	margin-top:-3px;
}
#sub_contact .kanri .img{
	width:153px;
	height:14px;
	padding-top:7px;
}
#sub_contact .service p{
	padding-top:5px;
}
#sub_contact .service a{
	display:block;
	padding-left:22px;
	margin-top:5px;
	font-size:14px;
	background:url(../img/optional/contact_icon.gif) no-repeat left center;
}
#sub_contact .mail{
	border:none;
}
#sub_contact .mail div{
	padding:5px;
}


/* top
-------------------------*/
.m_top{
	margin:28px 40px 40px 40px;
}
.m_top .left{
	float:left;
}
.m_top .right{
	float:right;
}

/* check
-------------------------*/
.check section{
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:dashed 1px #F79D9B;
}
.check .fi{
	margin-top:20px;
}
.check .la{
	border:none;
	margin:0;
	padding:0;
}
.check section p{
	padding:2px 0 0 20px;
	font-size:12px;
	line-height:16px;
}
.check .other{
	width:800px;
	margin:15px 0 0 20px;
	border:solid 1px #F79D9B;
}
.check .other ul{
	padding:15px;
}
.check .other ul li{
	padding-left:13px;
	font-size:12px;
	background:url(../img/live/check_list.gif) no-repeat left 5px;;
}

/* manners
-------------------------*/
.manners section{
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:dashed 1px #F79D9B;
}
.manners p{
	padding-top:10px;
}
.manners .fi{
	margin-top:20px;
}
.manners .la{
	border:none;
	margin:0;
	padding:0;
}
.manners section p{
	padding:2px 0 0 20px;
	font-size:12px;
	line-height:16px;
}
.manners .other{
	width:800px;
	margin:10px 0 0 20px;
	border:solid 1px #F79D9B;
}
.manners .other ul{
	padding:15px 15px 12px 15px;
}
.manners .other ul li{
	margin-bottom:3px;
	padding-left:13px;
	font-size:12px;
	background:url(../img/live/check_list.gif) no-repeat left 5px;
}
.manners .gomi{
	width:800px;
	margin:10px 0 0 20px;
	padding:0;
	border:solid 1px #F79D9B;
}
.manners .gomi h1{
	padding:15px 0 0 15px;
	color:#E50011;
	font-size:12px;
	font-weight:bold;
}
.manners .gomi ul{
	padding:3px 0 12px 25px;
}
.manners .gomi ul li{
	margin-bottom:2px;
	font-size:12px;
}


/* trash
-------------------------*/
.trash section{
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:dashed 1px #F79D9B;
}
.trash p{
	padding-top:10px;
}
.trash .fi{
	margin-top:20px;
}
.trash .la{
	border:none;
	margin:0;
	padding:0;
}
.trash section p{
	padding:2px 0 0 20px;
	font-size:12px;
	line-height:16px;
}
.trash .t_list{
	width:580px;
	margin:10px 0 0 20px;
	border:solid 1px #F79D9B;
	font-size:12px;
}
.trash .t_list h1{
	padding:22px 0 0 30px;
	color:#E50011;
	line-height:20px;
	font-weight:bold;
}
.trash .t_list ul{
	padding-top:14px;
	padding-left:30px;
}
.trash .t_list ul li{
	float:left;
	width:92px;
	height:33px;
	padding-left:12px;
	background:url(../img/live/link_list.gif) no-repeat left 5px;
}
.trash .t_list ul li a{
	color:#333;
}
.trash .t_list ul li a:hover{
	text-decoration:none;
}
.trash .left{
	width:600px;
	float:left;
}
.trash .right{
	float:right;
}


