@charset "utf-8";

body{
	min-width:1000px;
}
/*--------------------------------------------------------------
			ヘッダー
--------------------------------------------------------------*/
header{
	background:#000;
	padding:25px 0 30px 0;
}
h1{
}

h1 a{
	text-indent: 100%;
 	white-space: nowrap;
	overflow: hidden;	
	display:block;
	width:119px;
  	height:80px;
	background:url(../img/lia-logo.gif) 0 0 no-repeat;
	margin:0 auto;
}




/*------- ナビゲーション -------*/
.gloval_nav{
	display: none;
}
.sp_nav {
	display: block;
}
#toggle {
    display: block;
	background: #000;
    width: 160px;
    height: 40px;
    position:fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
}
.trigger {
    position: relative;
	top: 5px;
	left: 5px;
    width: 140px;
    height: 30px;
    background: url(../img/icon_menu2.png) 0 0 no-repeat;
    background-size: 100% auto;
    cursor: pointer;
}
.trigger.active {
    background: url(../img/icon_menu_close2.png) 0 0 no-repeat;
    background-size: 100% auto;
}
.toggleWrap{
	background: #000;
    padding: 0 15px 10px 15px;
	position: fixed;
    top: 0;
    left: 0;
	right: 0;
	bottom: 0;
    width: 100%;
    height: auto;
    z-index: 999;
    box-sizing: border-box;
	overflow-y: auto;
}

.toggleWrap .top_ttl{
	text-indent: 100%;
 	white-space: nowrap;
	overflow: hidden;
	background: url(../img/logo_menu_open.png) 0 0 no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 24px;
    left: 5px;
	width: 211px;
	height: 29px;
}
.mainNav{
	background: none;
    margin: 50px 0 0 0;
}
.mainNav li{
		border-top: 1px solid #fff;
}
.mainNav li a{
	font-size: 14px;
	font-weight:  normal;
	color: #fff;
	text-align: left;
	padding: 10px 0;
	display: block;
}
.mainNav li strong{
	background: #FFF;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding: 0 0;
	display: block;
}
.animation {
    -webkit-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

.hide {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}




/*--------------------------------------------------------------
			フッター
--------------------------------------------------------------*/
footer{
	background:#000;
	margin:100px 0 0 0;
	text-align:center;
	color:#fff;

	padding:50px 0 135px 0;	
}
footer p{
	font-size:14px;	
}
footer ul.foot_list li a{
	font-size:14px;
	color:#fff;
	text-decoration:underline;
}
footer ul.foot_list li a:hover{
	text-decoration:none;
}
footer .foot_logo{
	background:url(../img/foot-logo.gif) 0 0 no-repeat;
	width:119px;
	height:80px;
	margin:50px auto 0;
}
/*--------------------------------------------------------------
			共通パーツ
--------------------------------------------------------------*/

span.red{
	color:#FF0004;
}
.ht{
	text-indent: 100%;
 	white-space: nowrap;
	overflow: hidden;
}
p.br{
	margin-top:25px;
}
figcaption{
	font-size:12px;
	margin:5px 0 0 0;
}
/*------- レイアウト -------*/
.main_in{
	width:1000px;
	margin:0 auto;
}
.r_text{
	text-align:center;
	margin:50px 0 85px 0;	
}
.r_text strong{
	font-size:24px;
	color:#B20000;
}
.left_box{
	float:left;
	width:350px;
}
.right_box{
	float:right;
	width:600px;
}
.left_box_02{
	float:left;
	width:595px;
	padding:0 0 0 20px;
}
.right_box_02{
	float:right;
	width:350px;
}
.fleft{
	float:left;
	margin: 0 30px 20px 0;
}
.fright{
	float:right;
	margin: 0 0 20px 30px;
}
/*------- 見出し -------*/
.ttl_01{
	font-size:28px;
	text-align:center;	
	border-bottom:1px solid #000;
	padding:0 0 10px 0;
	margin:0 0 50px 0;
}
.ttl_02{
	font-size:22px;
	line-height:1;
	margin:50px 0 25px 0;
}
/*------- テーブル -------*/
.table_01{
	width:100%;
}
.table_01 th,.table_01 td{
	background:#F5F5EB;
	padding:12px 0;
	border-right:2px solid #fff;
	font-weight:normal;
	text-align:center;
}
.table_01 thead th{
	border-bottom:2px solid #fff;
}
.table_01 .gray{
	background:#DFDFD0;
}

.table_02{
	width:100%;
}
.table_02 th{
	background:#F5F5EB;
	padding:12px 24px;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	font-weight: bold;
	text-align:left;
}
.table_02 td{
	padding:12px 24px;
	vertical-align: middle;
	border-bottom:1px solid #CCC;
}

.table_03{
	width:100%;
	border-top:1px solid #999;
}
.table_03 th,.table_03 td{
	padding:24px 10px;
	border-bottom:1px solid #999;
	text-align:left;
	vertical-align: middle;
}
.table_03 tr.odd th,.table_03 tr.odd td{
	background:#F5F5EB;
}
.table_03 td img{
	width: 169px;
}

.table_04{
	width:100%;
}
.table_04 th{
	background:#F5F5EB;
	padding:12px 12px;
	border-bottom:1px solid #CCC;
	font-weight: bold;
	text-align:left;
}
.table_04 td{
	padding:12px 12px;
	border-left:1px solid #CCC;
	border-bottom:1px solid #CCC;
	vertical-align: middle;
}

.t_caption{
	font-size:12px;
	margin:10px 0 0 0;
	line-height:1.4;
}
.w60{
	width:60px;
}
.w80{
	width:80px;
}
.w100{
	width:100px;
}
.w120{
	width:120px;
}
.w135{
	width:135px;
}
.w140{
	width:140px;
}
.w145{
	width:145px;
}
.w175{
	width:175px;
}
/*------- ボタン -------*/
.btn {
	text-align: center;
	padding: 30px 0 50px;
}
.btn a{
	background:#B20000;
	font-size:28px;
	width:auto;
	padding:30px;
	color:#fff;
	text-align:center;
	line-height:1;
	border-radius:5px;
}
.btn a:hover{
	text-decoration:none;
	-ms-opacity: "alpha(opacity=80)";
	opacity: 0.80;	
}




@media screen and (max-width: 768px){
body{
	min-width:0px;
}	
/*--------------------------------------------------------------
			ヘッダー
--------------------------------------------------------------*/
header{
	background:#000;
	padding:15px 0 15px 0;
}
h1 a{
	width:76px;
  	height:52px;
	background:url(../img/sp/lia-logo.gif) 0 0 no-repeat;
	background-size:100% auto;
	margin: 0 0 0 30px;
	
}
/*--------------------------------------------------------------
			フッター
--------------------------------------------------------------*/
footer{
	margin:50px 0 0 0;
	padding:40px 0 160px 0;	
}
footer p{
	font-size:12px;	
}
footer ul.foot_list{
	margin-top:10px;
}
footer ul.foot_list li{
	margin-bottom:10px;
}
footer ul.foot_list li a{
	font-size:12px;
}
footer .foot_logo{
	background:url(../img/sp/foot-logo.gif) 0 0 no-repeat;
	background-size:100% auto;	
	width:76px;
  	height:52px;
	margin:45px auto 0;
}
/*--------------------------------------------------------------
			共通パーツ
--------------------------------------------------------------*/
p.br{
	margin-top:20px;
}
figcaption{
	margin:10px 0 20px 0;
	text-align:center;
}
.sp_br{
	display:block;
}
/*------- レイアウト -------*/
.main_in{
	width:100%;
}
.main_in p{
	padding:0 12px;
}
.main_in ul{
	padding:0 12px;
}
.main_in ul li{
	padding:0 0 12px 0;
}
.main_in img{
	width:100%;
	height:auto;
}
.r_text{
	text-align:left;
	margin:0;
	background:#B20000;
	padding:20px 20px 25px 20px;
}
.r_text strong{
	font-size:17px;
	color:#fff;
	font-weight:normal;
}
.left_box{
	float:none;
	width:100%;
}
.right_box{
	float:none;
	width:100%;
}
.left_box_02{
	float:none;
	width:100%;
	padding:0;
}
.right_box_02{
	float:none;
	width:100%;
}
/*------- 見出し -------*/
.ttl_01{
	font-size:16px;
	margin:0 0 15px 0;
	background:#000;
	color:#fff;
	padding:15px 12px;
}
.ttl_02{
	font-size:16px;
	border-bottom:none;
	padding:0 10px;
	margin:50px 0 25px 0;
	line-height: 140%;
}
/*------- テーブル -------*/
.table_01{
	width:100%;
}
.table_01 th,.table_01 td{
	padding:10px 10px;
	border-right:1px solid #fff;
	font-size:12px;
	vertical-align:middle;
	font-weight:bold;
}
.table_01 th span,.table_01 td span{
	font-size:12px;	
}
.table_01 thead th{
	border-bottom:1px solid #fff;
}
.t_caption{
	font-size:10px;
	margin:15px 0 0 0;
	text-align:center;
}
/*------- ボタン -------*/

.btn a{
	display: block;
	font-size:16px;
	padding:24px;
	margin: 10px 0 20px 0;
}
