@charset "UTF-8";

/* ---------- pc_style ---------- */
body.pc_style#index #overlay{
	position:fixed;
	z-index:100;
	width:100%;
	height:100%;
	background:rgba(100,100,100,0.5);
	display:none;
}
body.pc_style#index #overlay_content{
	display:none;
	position:fixed;
	z-index:200;
	width:540px;
	margin:auto;
	background:#fff;
	top:50%;
	margin-top:-193px;
	left:50%;
	margin-left:-270px;
	border:3px solid #454D80;
}
body.pc_style#index #overlay_content .data .date{
	font-size:1.8em;
	padding:10px;
	background:url(../images/index/btn_close.jpg) no-repeat 98% 50% #454D80;
	color:#fff;
	font-weight:bold;
	border-bottom:1px solid #fff;
	cursor:pointer;
}
body.pc_style#index #overlay_content .data .scroll{
	height:300px;
	padding:20px 10px;
	overflow:auto;
}
body.pc_style#index #overlay_content .cont{
	overflow:hidden;
	padding:20px;
	border-bottom:1px dotted #ccc;
}
body.pc_style#index #overlay_content .cont .fig{
	width:86px;
	float:left;
	text-align:center;
}
body.pc_style#index #overlay_content .cont .fig img{
	max-width:100%;
	height:auto;
}
body.pc_style#index #overlay_content .cont .pdf{
	width:330px;
	float:right;
	padding-left:20px;
	background:url(../images/common/icon-pdf.gif) no-repeat 0 2px;
}
body.pc_style#index #overlay_content .cont .event{
	width:360px;
	float:right;
}
body.pc_style#index #overlay_content .cont .act{
	width:330px;
	float:right;
	padding-left:20px;
	background:url(../images/common/icon-003.gif) no-repeat 0 2px;
}
/* ---------- sp_style ---------- */
body.sp_style#index #overlay{
	position:fixed;
	z-index:100;
	width:100%;
	height:100%;
	background:rgba(100,100,100,0.5);
	display:none;
}
body.sp_style#index #overlay_content{
	display:none;
	position:fixed;
	z-index:200;
	background:#fff;
	border:3px solid #454D80;
	width:96%;
	left:50%;
	margin-left:-48%;
	margin-top:20px;
}
body.sp_style#index #overlay_content .data .date{
	font-size:1.8em;
	padding:10px;
	background:url(../images/index/btn_close.jpg) no-repeat 98% 50% #454D80;
	background-size:auto 50%;
	color:#fff;
	font-weight:bold;
	border-bottom:1px solid #fff;
	cursor:pointer;
}
body.sp_style#index #overlay_content .data .scroll{
	padding:20px 10px;
	overflow:auto;
}
body.sp_style#index #overlay_content .cont{
	overflow:hidden;
	padding:20px;
	border-bottom:1px dotted #ccc;
}
body.sp_style#index #overlay_content .cont .fig{
	width:28%;
	float:left;
	text-align:center;
}
body.sp_style#index #overlay_content .cont .fig img{
	max-width:100%;
	height:auto;
}
body.sp_style#index #overlay_content .cont .pdf{
	width:60%;
	float:right;
	padding-left:20px;
	background:url(../images/common/icon-pdf.gif) no-repeat 0 2px;
}
body.sp_style#index #overlay_content .cont .event{
	width:60%;
	float:right;
	padding-left:20px;
}

body.sp_style#index .sp_bnr01{
	box-sizing: border-box;
	width: 100%;
	position:relative;
	margin-bottom: 15px;
	padding: 15px;
	overflow: hidden;
	z-index: 1;
}

body.sp_style#index .sp_bnr01 img{
	width: 100%;	
}
body.sp_style#index .sp_bnr01 .txt{
	width:100%;
	z-index: 10;
	background:rgba(0,0,0,0.5);
	color:#fff;
}
body.sp_style#index .sp_bnr01 span{
	padding-left:5px;
}

/*
-----------------------------------------------------------------------
index
-----------------------------------------------------------------------
*/
/* ---------- pc_style ---------- */
body.pc_style#index #container_inner{
	padding-top:30px;
	padding-bottom:15px;
}
/* ---------- sp_style ---------- */
body.sp_style#index #container{
	background:#EFEFEF;
}
/*
----------------------------
sec01
----------------------------
*/
/* ---------- pc_style ---------- */
body.pc_style#index #sec01{

}
body#index #sec01 .flexslider{
	position:relative;
}
body#index.device_sp.pc_style #sec01 .flexslider{
	width:1000px;
}
body.pc_style#index #sec01 .slides li{
	position:absolute;
	width:100%;
	min-width:1000px;
}
body.sp_style#index #sec01 .slides li{
	position:absolute;
	width:100%;
}
body#index #sec01 .slides li img{
	width:100%;
}
/*pc*/
body.pc_style#index #sec01 .slide_btn{
	position:absolute;
	z-index:10;
	width:46px;
	height:66px;
	top:50%;
	margin-top:-33px;
	cursor:pointer;
}
body.pc_style#index #sec01 .slide_btn#slide_prev{
	left:10px;
}
body.pc_style#index #sec01 .slide_btn#slide_next{
	right:10px;
}
/*sp*/
body.sp_style#index #sec01 .slide_btn{
	position:absolute;
	z-index:10;
	width:23px;
	height:33px;
	top:50%;
	margin-top:-16px;
	cursor:pointer;
}
body.sp_style#index #sec01 .slide_btn#slide_prev{
	left:10px;
}
body.sp_style#index #sec01 .slide_btn#slide_next{
	right:10px;
}
/*
----------------------------
sec02
----------------------------
*/
/* ---------- pc_style ---------- */
body.pc_style#index #sec02{
	margin-bottom:20px;
}
body.pc_style#index #sec02 .sec_inner{
	overflow:hidden;
}
body.pc_style#index #sec02 .sec_inner .box{
	width:298px;
	float:left;
	padding-right:32px;
}
body.pc_style#index #sec02 .sec_inner .box#box01_event{
	padding-right:0;
	float:right;
}
body.pc_style#index #sec02 .sec_inner .box .box_inner{
	border:1px solid #ccc;
	background:#fff;
}
body.pc_style#index #sec02 .sec_inner .box .box_inner .box_img{
	border-top:3px solid #FFBD3A;
	padding:10px 14px 15px;
}
body.pc_style#index #sec02 .sec_inner .box .box_inner .box_txt{
	padding:0 14px 15px;
}
body.pc_style#index #sec02 .sec_inner .box .box_inner .box_txt a{
	display:block;
	height:30px;
	text-indent:-9999px;
}
body.pc_style#index #sec02 .sec_inner .box#box01_about .box_inner .box_txt a{	background:url(../images/index/txt_about.jpg) no-repeat 0 50%;}
body.pc_style#index #sec02 .sec_inner .box#box01_event .box_inner .box_txt a{	background:url(../images/index/txt_event.jpg) no-repeat 0 50%;}
body.pc_style#index #sec02 .sec_inner .box#box01_equipment .box_inner .box_txt a{	background:url(../images/index/txt_equipment.jpg) no-repeat 0 50%;}
body.pc_style#index #sec02 .sec_inner .box .box_inner .box_txt a span{
	display:block;
	height:30px;
	background:url(../images/index/bg01.jpg) no-repeat right 50%;
}
/* ---------- sp_style ---------- */
body.sp_style#index #sec02{
	margin-bottom:20px;
}
body.sp_style#index #sec02 .sec_inner .box{
	background:url(../images/sp/index/sec02_box_bg.jpg) repeat-x 0 0 #fff;
}
body.sp_style#index #sec02 .sec_inner .box a{
	color:#333;
	text-decoration:none;
}
body.sp_style#index #sec02 .sec_inner .box .box_inner{
	margin-bottom:8px;
	box-shadow:0px 3px 3px rgba(100,100,100,0.5);
	padding-top:15px;
	padding-bottom:9px;
	padding-left:10px;
	padding-right:10px;
}
body.sp_style#index #sec02 .sec_inner .box .box_inner .sp_aco_inner{
	display:table;
	width:100%;
}
body.sp_style#index #sec02 .sec_inner .box .box_inner .sp_aco_inner .box_img{
	display:table-cell;
	vertical-align:middle;
	width:25%;
	max-width:130px;
	text-align:center;
}
body.sp_style#index #sec02 .sec_inner .box .box_inner  .sp_aco_inner .box_img img{
	max-width:126px;
}
body.sp_style#index #sec02 .sec_inner .box .box_inner .sp_aco_inner .box_txt{
	display:table-cell;
	vertical-align:middle;
	width:75%;
}
body.sp_style#index #sec02 .sec_inner .box .box_inner .sp_aco_inner .box_txt p{
	background:url(../images/sp/index/aco_bg01.jpg) no-repeat right 50%;
	background-size:1em auto;
	padding-left:10px;
	padding-right:30px;
	font-size:1.6em;
}
body.sp_style#index #sec02 .sec_inner .box .box_inner.bg02 .sp_aco_inner .box_txt p{
	background:url(../images/sp/index/aco_bg02.jpg) no-repeat right 50%;
	background-size:1em auto;
}
body.sp_style#index #sec02 .sec_inner .box ul li{
	background:#fff;
	border-bottom:1px solid #ccc;
	font-size:1.4em;
}
body.sp_style#index #sec02 .sec_inner .box ul li a{
	display:block;
	padding-top:1em;
	padding-bottom:1em;
	padding-left:10px;
	padding-right:10px;
}
body.sp_style#index #sec02 .sec_inner .box ul li a span{
	display:block;
	background:url(../images/sp/index/arrow01.jpg) no-repeat right 50%;
	background-size:auto 1em;
	padding-right:10px;
}

/*
----------------------------
sec03 sec04蜈ｱ騾?
----------------------------
*/
/* ---------- 蜈ｱ騾? ---------- */
/* tab_header */
#index .sec_inner .tab_header{

}
#index .sec_inner .tab_header .tab_header_inner ul{
	overflow:hidden;
}
#index .sec_inner .tab_header .tab_header_inner ul li{
	width:50%;
	float:left;
}
#index .sec_inner .tab_header .tab_header_inner ul li a{
	display:block;
	text-align:center;
	border:1px solid #ccc;
	line-height:50px;
	text-indent:-9999px;
}
#index .sec_inner .tab_header .tab_header_inner ul li a.bg2{
	border-bottom:1px solid #fff;
}
#index .sec_inner .tab_header .tab_header_inner ul li a{
	background:#fff;
}
#index #sec03 .sec_inner .tab_header .tab_header_inner ul li:nth-child(1) a{background:url(../images/index/tab03_news.jpg) no-repeat 50% 50% #DFDFDF;}
#index #sec03 .sec_inner .tab_header .tab_header_inner ul li:nth-child(1) a:hover,#index #sec03 .sec_inner .tab_header .tab_header_inner ul li:nth-child(1) a.bg2{background:url(../images/index/tab03_news_on.jpg) no-repeat 50% 50% #fff;}
#index #sec03 .sec_inner .tab_header .tab_header_inner ul li:nth-child(2) a{background:url(../images/index/tab03_event.jpg) no-repeat 50% 50% #DFDFDF;}
#index #sec03 .sec_inner .tab_header .tab_header_inner ul li:nth-child(2) a:hover,#index #sec03 .sec_inner .tab_header .tab_header_inner ul li:nth-child(2) a.bg2{background:url(../images/index/tab03_event_on.jpg) no-repeat 50% 50% #fff;}
#index #sec04 .sec_inner .tab_header .tab_header_inner ul li:nth-child(2) a{background:url(../images/index/tab04_twitter.jpg) no-repeat 50% 50% #55ACEE;}
#index #sec04 .sec_inner .tab_header .tab_header_inner ul li:nth-child(1) a{background:url(../images/index/tab04_facebook.jpg) no-repeat 50% 50% #3B579D;}
#index #sec04 .sec_inner .tab_header .tab_header_inner ul li a:hover,
#index #sec04 .sec_inner .tab_header .tab_header_inner ul li a.bg2{
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)"; 
}
#index .sec_inner .tab_header .tab_header_inner ul li:nth-child(2) a{
	border-left:none;
}


#index .sec_inner .tab_header0{

}
#index .sec_inner .tab_header .tab_header_inner0 ul{
	overflow:hidden;
}
#index .sec_inner .tab_header .tab_header_inner0 ul li{
	width:100%;
}
#index .sec_inner .tab_header .tab_header_inner0 ul li a{
	display:block;
	text-align:center;
	border:1px solid #ccc;
	line-height:50px;
	text-indent:-9999px;
}
#index .sec_inner .tab_header .tab_header_inner0 ul li a.bg2{
	border-bottom:1px solid #fff;
}
#index .sec_inner .tab_header .tab_header_inner0 ul li a{
	background:#fff;
}
#index #sec03 .sec_inner .tab_header .tab_header_inner0 ul li:nth-child(1) a{background:url(../images/index/tab03_news.jpg) no-repeat 50% 50% #DFDFDF;}
#index #sec03 .sec_inner .tab_header .tab_header_inner0 ul li:nth-child(1) a:hover,#index #sec03 .sec_inner .tab_header .tab_header_inner0 ul li:nth-child(1) a.bg2{background:url(../images/index/tab03_news_on.jpg) no-repeat 50% 50% #fff;}


#index .ytbox{
	padding: 15px;
	padding-bottom: 15px;
	background: white;
	border: solid 1px #ccc;
}

/*#index .ytbox h3{
	line-height: 43px;
	letter-spacing: 1px;
	font-size: 20px;
	color: #000062;
	font-family:"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

#index .ytbox h3 span{
	display: inline-block;
	margin-left: 10px;
	font-size: 12px;
	font-weight: 500;
}*/

#index .ytbox iframe{
	width: 100%;
}



/* ---------- sp_style ---------- */

body.sp_style#index .ytbox{
	padding: 15px;
	padding-bottom: 15px;
	background: white;
	border: solid 1px #ccc;
}

/*body.sp_style#index .ytbox h3{
	line-height: 43px;
	letter-spacing: 1px;
	font-size: 20px;
	color: #000062;
	font-family:"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

body.sp_style#index .ytbox h3 span{
	display:block;
	margin-left: 0px;
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 15px;
}*/

body.sp_style#index .ytbox iframe{
	width: 100%;
	height: inherit;
}



/*
----------------------------
sec03
----------------------------
*/
/* ---------- 蜈ｱ騾壹き繝ｬ繝ｳ繝繝ｼ ---------- */
body.pc_style#index #sec03 .loadArea{
	height:335px;
}
body#index #sec03 .c-tilte{
	font-size:1.8em;
	text-align:center;
	color:#0047A6;
	font-weight:bold;
}
body#index #sec03 .c-tilte img{
	display:none;
}
body#index #sec03 .calenderNav{
	margin-top:-20px;
	margin-bottom:15px;
	overflow:hidden;
}
body#index #sec03 .calenderNav .prev{
	width:17px;
	float:left;
}
body#index #sec03 .calenderNav .prev a{
	display:block;
	height:17px;
	background:url(../formal/newtop/img/calender_prev.jpg) no-repeat 0 0;
	text-indent:-9999px;
}
body#index #sec03 .calenderNav .next{
	width:17px;
	float:right;
}
body#index #sec03 .calenderNav .next a{
	display:block;
	height:17px;
	background:url(../formal/newtop/img/calender_next.jpg) no-repeat 0 0;
	text-indent:-9999px;
}
body#index #sec03 table{
	width:100%;	
	border:1px solid #ccc;
	margin-bottom:5px;
}
body#index #sec03 table tr th{
	width:14%;	
	border:1px solid #ccc;
	text-align:center;
	background:#F1F1F1;
	padding-top:3px;
	padding-bottom:3px;
}
body#index #sec03 table tr th:nth-child(1){
	background:#F5CCCC;
}
body#index #sec03 table tr th img{
	width:auto;
	height:9px;
	vertical-align:middle;
}
body#index #sec03 table tr td{
	width:14%;
	text-align:center;
	border:1px solid #ccc;
	height:40px;
	padding-top:2px;
	font-size:1.6em;
	vertical-align:top;
}
body#index #sec03 table tr td.icon{
	background:url(../formal/newtop/img/news_icon.jpg) no-repeat center 25px;
	cursor:pointer;
}
body#index #sec03 table tr td.icon:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)"; 
}
body#index #sec03 table tr td .label{
	font-weight:bold;
}
body#index #sec03 table tr td .data{
	display:none;
}

/* ---------- pc_style ---------- */
body.pc_style#index #sec03{
	width:308px;
	float:left;
	padding-right:13px;
}
#index #sec03 .sec_inner .tab_panell{
	background:#fff;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
/* ---------- sp_style ---------- */
body.sp_style#index #sec03{
	padding-left:10px;
	padding-right:10px;
}
body.sp_style#index #sec03 .box_height_view .box_height{
	border:1px solid #ccc;
	border-top:none;
}

/* ---------- pc_style ---------- */
body.pc_style#index #sec03 .sec_inner{
/*	height:373px; 2015.07.01 */
/*	height:428px;*/
/*	height:495px;*/
/*  height:579px;*/
 	height:716px; 
/* 	height:794px; */
}
body.pc_style#index #sec03 .sec_inner #sec03_info dl{
/*	height:310px;  2015.07.01 */
/*	height:452px;*/
/*	height:430px;*/
/*	height:360px;*/
	height:650px;
}
/* ---------- sp_style ---------- */
body.sp_style#index #sec03 .sec_inner #sec03_activity .sec_inner{
	padding:10px;
}
body.sp_style#index #sec03 .sec_inner #sec03_info dl{
	padding:10px;
}
/* ---------- 蜈ｱ騾? ---------- */
/* sec03_info */
#index #sec03 .sec_inner #sec03_info dl{
	padding-right:5px;
	overflow:auto;
	margin-bottom:20px;
}
#index #sec03 .sec_inner #sec03_info dl dt{
	padding-top:10px;
	padding-bottom:10px;
}
#index #sec03 .sec_inner #sec03_info dl dt img{
	margin-right:10px;
}
#index #sec03 .sec_inner #sec03_info dl dd{
	padding-bottom:10px;
	border-bottom:1px dotted #ccc;
}
#index #sec03 .sec_inner #sec03_info dl dd:last-child{
	border-bottom:none;
}
#index #sec03 .sec_inner #sec03_info .btn img{
	width:200px;
	margin:0 auto;
}
/* sec03_activity */
#index #sec03 .sec_inner #sec03_activity {

}
#index #sec03 .sec_inner #sec03_activity .btn img{
	width:200px;
	margin:0 auto;
}

#two_in_three_all{
	width:100%;
}

#two_in_three_l{
	width:629px;
	float:left;
}

.sp_style #two_in_three_l{
	width:inherit;
}

#two_in_three_r{
	width:296px;
	float:right;
}

#two_in_three_all:after{
	content:"";
	display:block;
	clear:both;
}

/*
----------------------------
sec04
----------------------------
*/
/* ---------- 蜈ｱ騾? ---------- */
body#index #sec04 .box_height_view .box_height#sec04_twitter .sec_inner,
body#index #sec04 .box_height_view .box_height#sec04_facebook .sec_inner{
	padding:10px;
	text-align: center;
}
body#index #sec04 .box_height_view .box_height#sec04_twitter .sec_inner iframe,
body#index #sec04 .box_height_view .box_height#sec04_facebook .sec_inner iframe{
	width:100%;
}

body.pc_style  ._4s7c{
/*	height:577px;!important;*/
	height:577px;!important;
}

/* ---------- pc_style ---------- */
body.pc_style#index #sec04{
	width:308px;
	float:left;
	background:#fff;
}
body.pc_style#index #sec04 .box_height{
/*	height:393px; 2015.07.01 */
/*	height:470px;*/
/*	height:686px;*/
/*	height:515px;*/
/*	height:448px;*/
	height:736px;	
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
body.pc_style#index #sec04 .box_height_view .box_height#sec04_facebook .sec_inner iframe{
	width:637px;
}
/* ---------- sp_style ---------- */
body.sp_style#index #sec04{
	padding-left:10px;
	padding-right:10px;
}
body.sp_style#index #sec04 .sec_inner{
	background:#fff;
}
body.sp_style#index #sec04 .box_height_view .box_height{
	border:1px solid #ccc;
	border-top:none;
}

/*
----------------------------
sec05
----------------------------
*/
/* ---------- pc_style ---------- */
body.pc_style#index #sec05{
	width:298px;
	float:right;
}
body.pc_style#index #sec05 .sec_inner{
	border-top:3px solid #FFBD3A;
	padding:10px 14px 15px;
/*	height:495px;*/
	border:1px solid #ccc;
	background:#fff;
	margin-bottom:7px;
}
body.pc_style#index #sec05 .sec_inner h2{
	margin-bottom:12px;
}
body.pc_style#index #sec05 .sec_inner .btn{
	margin-bottom:10px;
}
body.pc_style#index #sec05 .sec_inner .btn#btn0501{
	position:relative;
}
body.pc_style#index #sec05 .sec_inner .btn#btn0501 .txt{
	position:absolute;
	width:270px;
	bottom:156px;
	background:rgba(0,0,0,0.5);
	color:#fff;
}
body.pc_style#index #sec05 .sec_inner .btn#btn0501 .txt span{
	padding-left:5px;
}
/* ---------- sp_style ---------- */
body.sp_style#index #sec05 .sec_inner{

}

/*
----------------------------
sec06
----------------------------
*/
/* ---------- pc_style ---------- */
body.pc_style#index #sec06{
	padding-top:10px;
	clear:both;
}
body.pc_style#index #sec06>.sec_inner{
	overflow:hidden;
}
body.pc_style#index #sec06>.sec_inner .sec06_l{
/*	width:765px;
	float:left;*/
}
body.pc_style#index #sec06 .sec_inner .sec06_l .f_btn{
	border:1px solid #ccc;
}
body.pc_style#index #sec06 .sec_inner .sec06_l .f_btn .f_btn_inner{
	padding:3px 0;
	overflow:hidden;
}
body.pc_style#index #sec06 .sec_inner .sec06_l .f_btn .f_btn_inner .btn{
	width:187px;
	float:left;
	padding-left:3.8px;
}
body.pc_style#index #sec06 .sec_inner .sec06_l .f_btn .f_btn_inner .btn2{
	width:187px;
	float:left;
	padding-left:3.8px;
}

body.pc_style#index #sec06 .sec_inner .sec06_l .f_btn#f_btn01{
	margin-bottom:5px;
	background:#C6E2FF;
}
body.pc_style#index #sec06 .sec_inner .sec06_l .f_btn#f_btn02{
/*	width:765px;*/
	background:#ccc;
}
body.pc_style#index #sec06 .sec_inner .sec06_r{
	width:189px;
	float:right;
}
body.pc_style#index #sec06 .sec_inner .sec06_r .f_btn{
	border:1px solid #ccc;
}
body.pc_style#index #sec06 .sec_inner .sec06_r .f_btn .f_btn_inner{
	background:#fff;
	padding:5px;
}
/* ---------- sp_style ---------- */
body.sp_style#index #sec06{

}




/*
----------------------------
parts
----------------------------
*/
/* box_height */
/*body.pc_style#index .sec_inner .box_height_view{
	width:308px;
	overflow:hidden;
}
body.pc_style#index .sec_inner .box_height_view .box_height_outer{
	width:620px;
}
body.pc_style#index .sec_inner .box_height_view .box_height_outer .box_height{
	width:306px;
	float:left;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}*/

body.sp_style#index .sec_inner .box_height_view .box_height_outer{
}

body.sp_style#index .sec_inner #sec03_info{
	overflow-y:scroll;
	overflow-x:hidden;
	height:300px;
	margin-bottom:10px;
	border-bottom:solid 1px #CCC;
}

body.pc_style#index #sec03 .sec_inner .box_height_view .box_height_outer .box_height .sec_inner{
	padding:10px;
}
/* sp_btn_base */


/*JSMDF繝九Η繝ｼ繧ｹ*/
#jmsdf_news{
	width:100%;
	height:125px;
	background:rgba(255,0,4,1.00);
	border: 1px solid #CCC;
	box-sizing:border-box;
	background: none repeat scroll 0% 0% #FFF;
	position:relative;
	overflow:hidden;
}

body.sp_style#index #jmsdf_news{
	width:100%;
	height:165px;
}

body.sp_style#index #jmsdf_news:after{
	content:"";
	display:block;
	clear:both;
}

#jmsdf_news h3{
	position:absolute;
	top:0px;
	left:0px;
}

#btn_newslist{
	position:absolute;
	top:0px;
	right:215px;
}

body.sp_style#index h3 img{
	width:70%;
}

body.sp_style#index #btn_newslist{
	top:0;
	right:0;
}

body.sp_style#index #btn_newslist img{
	width:90px;
}

body.sp_style #btn_newslist{
	right:0;
	bottom:0;
}

body.sp_style #jmsdf_news h3,
body.sp_style #btn_newslist{
}

._2a2q,.mtm{
	width:100%!important;
	overflow:hidden;
}


ul.inner3 li{
  display: inline-block;
  width: 49%;
  margin-bottom:10px;
}

body.sp_style ul.inner3 li{
  display: inline-block;
  width: 99%;
  margin-bottom:10px;
}
