@charset "UTF-8";


/*---------- ページ全体の指定 ----------*/
html,body {
	 -webkit-text-size-adjust: none;
}

html, body, header, section, article, nav, footer,
div, span, p, h1, h2, h3, h4,
ul, ol, li, dl, dt, dd,
table, tr, th, td, tbody, thead, tfoot {
  margin: 0;
  padding: 0;
}

img {border: 0;vertical-align: bottom;margin: 0 auto;padding: 0;}

body {
  width: 100%;
  background-color: #ffffff;
  font: 14px/1.231 'ヒラギノ角ゴ pro W3', "Hiragino KaKu Gothic Pro", Osaka, sans-serif;
  line-height: 1.7;
}

a:link {
  color: #FF80C0;
	word-break: break-all;
}
a:hover {
	color: #CCCCCC;
}

a:visited {
	color: #AE0057;
}
p {padding: 10px 0 10px 0;}
/*緊急対応*/
section#notice {position:relative; clear: both; display:block;}

#notice .released { text-align:center; font-weight: bold; background: #FFFFFF; padding:10px ; border-bottom:1px solid #BFBFBF; border-top:1px solid #BFBFBF;}
#notice .warning1 { text-align:center; font-weight: bold; background: #FFF500; padding:10px ; border-bottom:1px solid #BFB800; border-top:1px solid #BFB800;}
	#notice .warning1 span {clear:both; display:block; font-size:0.9em; font-weight:normal;}
#notice .warning2 { text-align:center; font-weight: bold; background: #ea001c; padding:10px ; border-bottom:1px solid #B00015; border-top:1px solid #B00015; color:#ffffff;}
	#notice .warning2 span {clear:both; display:block; font-size:0.9em; font-weight:normal; color:#000;}
#notice .warning3 { text-align:center; font-weight: bold; background: #cc00ff; padding:10px ; border-bottom:1px solid #660080; border-top:1px solid #660080; color:#ffffff;}
	#notice .warning3 span {clear:both; display:block; font-size:0.9em; font-weight:normal; color:#000;}


/*---------- ヘッダー ----------*/

header {
	width: 100%;
	background-color: #FFFFFF;
	margin: 0;
	-webkit-box-shadow:0 -5px 6px 4px #666;
       -moz-box-shadow:0 -5px 6px 4px #666;
            box-shadow:0 -5px 6px 4px #666;
	height: 50px;
	position: relative;
	top: 0;
	z-index: 100;
	margin-bottom: 10px;
}

header h1 {
	padding: 0;
	text-align: center;
	color: #333333;
	font-size: 18px;
	margin: 3px;
}

header h1 a {
  color: #ffffff !important;
  text-decoration: none;
}

header h1 a:hover {
  color: #cccccc !important;
  text-decoration: underline;
  font-size: 18px;
}

#page_top {
	margin: 0;
	padding: 0;
}
.header {
	width:180px;
}

.alignleft{
	float: left;
	margin: 5px 10px 5px 0px;
}
.alignright{
	float: right;
	margin: 5px 0 5px 10px;
}
#page_back,.to-top {
		text-align: center;
		margin: 0;
		padding: 0;
}
#page_back a,.to-top a{
		width: 100%;
		display: block;
		padding: 20px 0;
		color: #ffffff !important;
		font-size: 12px;
		background-color: #ED7D91;
}
#page_back p { margin: 0; padding: 0;}
/*---------- トップに戻る ----------*/


/*---------- コンテンツ ----------*/
#second_contents #container,.second_contents #container,.second_contents .inner { margin:0 10px 25px;}
#second_contents,.second_contents { margin:0; padding:0;}
.contentstitle {
	background:#e563ac;
	color:#fff;
	display:block;
	}

article {
  width: 100%;
  margin: 0 0 8px 0;
}

section {
  width: 100%;
  margin: 0 0 8px 0;
}
section.slider { margin-top:0px;}
section h2 {
	margin:0;
	padding: 7px 10px;
	font-size: 1em;
	color: #3F2121;
	text-shadow: 0 -1px 1px #fff;
	background: #e22092 -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffb6bd), to(#ff9d9d));
	background: #ffb6bd linear-gradient(#ffb2bd, #ff9d9d);
	border-top: 1px solid #ff8181;
	border-bottom: 1px solid #ff8181;
	height: auto;

}
h2{ background: url(../../images/h2-b.jpg) no-repeat bottom left ; line-height:40px; padding:10px; color:#7b6957; margin-bottom:15px;}

section h2 a {
	color:#3F2121 !important;
	text-decoration:none;
	}

section h2 a:hover {
	color:#3F2121 !important;
	text-decoration:underline;}

section h3 {
	clear:both;
	display:block;
	padding: 10px 10px;
	font-size: 1.0em;
	height: auto;
}


section p {
  padding: 3px 8px 3px 8px;
  line-height: 1.7;
}

.section_subbox { padding:5px; width:94%;}
.section_bottom_space { padding-bottom:10px;}

section .gray_bg {
  margin: 8px 0 8px 0;
  padding: 2px 8px 2px 8px;
  line-height: 1.7;
  letter-spacing: 1px;
  border-top: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  background-color: #eeeeee;
}

section .gray_bg p {
  padding: 3px;
  line-height: 1.7;
  letter-spacing: 1px;
}

section img.picture {
  margin: 0 10px 10px 0;
  float: left;
}

section img.picture_r {
  margin: 0 0 10px 10px;
  float: right;
}

section span.red {
  color: #e60033;
}

section span.red_b {
  color: #e60033;
  font-weight: bold;
}

section span.blue {
  color: #007bbb;
}

section span.pink {
  color: #e563ac;
}

section span.brown {
  color: #993300;
}

section span.brown_b {
  color: #993300;
  font-weight: bold;
}

section span.green {
  color: #00ae4f;
}

section table.table_line {
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #bbbbbb;
  margin : 8px  0 8px 0;
}

section td.table_line {
  border-collapse: collapse;
  border: solid 1px #bbbbbb;
  padding : 8px 10px 8px 10px;
}
section ul {
	width: auto;
	height:auto;
	border-top-color: #FFF;
	margin-bottom: 5px;
	clear: both;
}
/*section fonts*/
section .contents-text,section li,section p{ font-size:0.9em;}

/*リスト*/

section li {
	list-style: none;
	text-align: center;
	background: url(img/sp/arrow_icon.png) no-repeat scroll right center transparent;
}

section li a {
  padding: 10px;
  display: block;
  color: #005ebb;
  font-weight: bold;
  text-decoration: none;
  border: solid 1px #FFFFFF;
}

section #mainImages li a {
  padding: 0;
  display: block;
  color: #005ebb;
  font-weight: bold;
  text-decoration: none;
  border: solid 1px #FFFFFF;
  line-height:130%;
}

section li img a:hover {
  display: block;
  font-weight: bold;
  text-decoration: none;
  opacity:0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
  background: #fff;
}
/* SOCIAL --------------------------------------------------------*/
.new-list-button {  display: table;padding: 20px 20px 0;box-sizing: border-box;}
.new-list-button a { display: table-cell; width: auto;text-decoration: blink;padding: 10px;}
.new-list-button a .facebook {color: #78c6b6 !important;font-size: 62px !important;}
.socialarea { display: table; padding: 10px 0 5px;}
.Facebook-area {width: 150px;float: left;display: block;}
.Line-area{width: auto;float: left;display: block; margin-right:5px; margin-left: 5px;}
/* //SOCIAL --------------------------------------------------------*/

.content ul.event-list { margin:0 8px 8px 14px; list-style: disc inside; mini-width:635px; }

.content .event-list li {
	border-bottom:1px solid #CCC;
	width:100%;
	text-align:left;
	float: none;
}

.content .event-list li a {
	color:#333;
	border:0;
	float: none;
}


section h1{
background-color:#0b61a4;
color:#ffffff;
padding:5px;
}

.title{
	background-color:#ffaaaa;
	padding:10px;
	border-style:solid;
	border-width:1px 0px 1px 0px;
	border-color:#ffaaaa;
}

.content{
	height:auto;
	background-color:#FFF;
	color:#333;
}

.content p{
padding:10px;
}

/*緊急災害情報*/
.pickup .attention a { color: #F00; }

/*注目コンテンツ*/

.pickup ul{
	border-bottom: 1px solid #ccc;
	}
	.pickup ul li{
		text-align:left;
		background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#F6F6F6));
		background: linear-gradient(#F6F6F6, #F6F6F6);
		border-bottom: 1px solid #ccc;
		border-top: 1px solid white;
		height: 44px;
		margin: 0;
	}
	.pickup ul li a{
	color: #3F2121;
	display: block;
	height: 44px;
	margin: 0;
	padding: 0 0 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
	font-weight: bold;
	white-space: nowrap;
	line-height: 44px;
	}
	.pickup ul li a::after{
		content: url(../../sp/img/list_mark.png);
		float: right;
	}

	#pickup li.not {
		border-bottom: none;
	}

/* YouTube */
.yt a {
	color: #FFFFFF;
	width: 100%;
	display: block;
	text-shadow: 1px 1px #1E2501;
	}
.yt {
	text-align: center;
	display: block;
	padding: 8px;
	margin: 10px;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px -1px 1px rgba(0,0,0,0.1);
	border-radius: 5px;
	border: 2px solid rgba(89,119,29,1.00);
	font-weight: bold;
	background-color: #5A820C;
	}

/*　FaceBook　*/
.fb a {color: #fff;
	width: 100%;
	display: block;
	}
.fb {
	text-align: center;
	display: block;
	padding: 8px;
	margin: 10px;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px -1px 1px rgba(0,0,0,0.1);
	border-radius: 5px;
	border:2px solid  rgba(21,69,166,1.00);
	font-weight: bold;
	background:#3864A3;
	}
.fb_e5 {
	display: inline-block;
	    width: auto;
	    padding: 10px 20px;
	    margin-top: 20px;
	    margin-bottom: 20px;
	    text-align: center;
	    margin: 10px;
	    color: #fff;
	    text-decoration: none;
	    text-shadow: 1px -1px 1px rgba(0,0,0,0.1);
	    background: #3864A3;	
}

/*　news　*/

.news ul{
	border-bottom: 1px solid #ccc;
	}
	.news ul li{
		text-align:left;
		border-bottom: 1px solid #ccc;
		border-top: 1px solid white;
		height: 44px;
		margin: 0;
	}
	.news ul li a{
		color: #333;
		display: block;
		height: 44px;
		margin: 0;
		padding: 0 0 0 10px;
		overflow: hidden;
		text-overflow: ellipsis;
		text-decoration: none;
		font-weight: bold;
		white-space: nowrap;
		line-height: 44px;
	}
	.news ul li a::after{
		content: url(../../sp/img/list_mark.png);
		float: right;
	}

/*　エンタメ　*/

#entertainment {
	text-align:left;
	border-top: 1px solid #ccc;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEEEEE), to(#fff));
	background: linear-gradient(#fff, #f5deb3);
	padding:0;
	margin: 0 0 10px 0;

}
#entertainment li {
	text-shadow: 1px 1px 1px #CCC,-1px -1px -1px #FFF;
	-webkit-box-shadow: 1px 1px 1px #CCC,-1px -1px -1px #FFF;
	display:block;
	height:auto;
	border-bottom:1px solid #ccc;
	border-top:1px solid #FFF;
	list-style:none inside;
	text-align:left;
	padding:10px;
}
#entertainment li.not {
	border-right: none;
}
#entertainment li a {

	border: none;
	text-decoration:none;
	font-weight:bold;
	color: #333;
}

/*---------- ナビ ----------*/

nav.bg_grada {
	background: #e22092 -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffb6bd), to(#ff9d9d));
	background: #ffb6bd linear-gradient(#ffb2bd, #ff9d9d);
	box-sizing : border-box ;
	width:100%;
	margin:0;
	padding:0;
}
nav #menu {
	width:100%;
	margin:0 0 10px 0;
	padding:0;
	box-sizing : border-box;
	clear:both;
}

nav #menu li{
	float:left;
	margin: 0;
	width:25%;
	color:#3F2121;
	font-size:0.9em;
	display:block;
	border-top: 1px solid #ff8181;
	border-bottom: 1px solid #ff8181;
	border-right: 1px solid #ff8181;
	box-sizing : border-box;
	text-shadow: 0 -1px 1px #FFF;
	background: #ffb6bd -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffb6bd), to(#ff9d9d));
	background: #ffb6bd linear-gradient(#ffb2bd, #ff9d9d);
}
nav #menu li:last-child {border-right:none;}
nav li p{
	padding: 17px 0;
	font-weight: bold;
}

nav li p.now{
	color:#333;
	box-sizing : border-box ;
	font-weight:bold;
	text-shadow: 0 -1px 1px #fff;
	background: #e22092 -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f5f5f5), to(#dcdcdc));
	background: #e22092 linear-gradient(#f5f5f5, #dcdcdc);
}
.fast { border-left:none;}
.last { border-right:none;}

.content{
	margin: 0 0 0 0;
	background: none;
}

.content p{
padding:10px 20px;
}

.other_menu {
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dcdcdc), to(#f5f5f5));
	background: linear-gradient(#dcdcdc, #f5f5f5);
	border-top:#f5f5f5 1px solid;
	border-bottom:#ccc 1px solid;
	text-align:right;
	font-size:0.8em;
	padding:2px;
	margin: 0px;
}

.other_menu a:link { color:#630; }
.other_menu a:hover { color:#630; }


/*---------- icon ----------*/

.mailmaga {
	background: url(../../sp/img/mailmaga.png) no-repeat 10px center;
}
.mailmaga a { color:#333; padding-left:40px;}

.coupon {
	background: url(../../sp/img/coupon.png) no-repeat 10px center;
}
.coupon a { color:#333; padding-left:40px;}
.weather {
	background: url(../../sp/img/weather.png) no-repeat 10px center;
}
.weather a { color:#333; padding-left:40px;}


.supernews {
	margin:5px;
	text-align: left;
	padding:5px 0 0 0;
	border: 1px #999 solid;
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
	background: linear-gradient(#fff, #f0f0f0);
	display:block;
	-webkit-box-shadow:0px 3px 3px rgba(000,000,000,0.1);
	box-shadow:0px 3px 3px rgba(000,000,000,0.1);
	}

.supernews .supernews_title{
		font-size:1.3em;
		font-weight:bold;
		color:#F90;
}

.supernews p img {
	border: 1px solid #ccc;
	margin:3px;
	width:100%;
}


/*---------- フッター ----------*/
footer {
	width: 100%;
	padding: 10px 0;
	color: #3F2121;
	text-align: center;
	border-top: solid 1px;
	border-top-color: #DED6C9;
	background-color: #f4ead9;
}

.footer-bottom-subnavi {
	padding: 10px;
	color: #3F2121;
	background-color: #F4EAD9;
	border-top: 1px solid #D9D9D9;
}

.footer-bottom-subnavi a {
  color: #3F2121 !important;
	font-size: 12px;
}

/*footer a:hover {
  color: #ffffff !important;
}*/

footer a:visited {
  color: #cccccc;
}

footer .copy {
  padding: 10px;
  font-size: 12px;
  color: #808080;
	text-align: center;
}

footer .copy a {
  color: #cccccc !important;
  text-decoration: none;
}

footer .copy a:hover {
  color: #ffffff !important;
  text-decoration: underline;
}

footer .copy a:visited {
  color: #cccccc;
  text-decoration: none;
}

footer .copy {
  padding: 10px;
  /* width:100%; */
  font-size: 12px;
  /*color: #808080;*/
  display:block;
  /*background-color:#222426;*/
}
footer .copy img{
  width: 75%;
}
/*その他
------------------------------------------------------------*/

/*回り込み*/
.right { float:right;}
.left { float:left;}



/*ボタン
------------------------------------------------------------*/
/*グレーボタン ワイド*/
.btn_gry a {
	color: #333333;
	width: 100%;
	display: block;
	text-decoration:none ;
	}

.btn_gry {
	text-align: center;
	display: block;
	padding: 8px;
	margin: 10px;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px -1px 1px rgba(0,0,0,0.1);
	border-radius: 5px;
	border:1px solid #a9a9a9;
	font-weight: bold;
	background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5),
		color-stop(0.5, #fff),
		color-stop(0.5, #dcdcdc),
		to(#fff));
	background: linear-gradient(#f5f5f5, #fff 48% , #fff 50%, #f5f5f5);
	}
/*ブラックボタン*/
.btn_blk a {
	color: #fff;
	text-decoration:none;
	width:100%;
	}

.btn_blk {
	width:30%;
	text-align: center;
	padding: 5px;
	margin: 7px 5px 5px 5px;
	background: -moz-linear-gradient(top,#A3A3A3 0%,#3B3B3B 50%,#242424 50%,#000);
	background: -webkit-gradient(linear, left top, left bottom, from(#A3A3A3),color-stop(0.50, #3B3B3B),color-stop(0.50, #242424),to(#000));
	color: #DDD;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #000;
	-moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.5),inset 0px 0px 1px rgba(255,255,255,0.6);
	-webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.5),inset 0px 0px 1px rgba(255,255,255,0.6);
	text-shadow: 0px -1px 0px rgba(000,000,000,1),0px 1px 0px rgba(255,255,255,0.2);
}
.btn_blk_s{
	width: auto;
	padding: 5px 15px;
	margin-left: 10px;
}
/* .btn_blk {
	width:16%;
	text-indent: -99999px;
	background-image:url(../img/icon_timetable.png);
	background-position: center center;
  background-color: #ec7c90;
	background-repeat: no-repeat;
  border: 0;
	box-shadow: none;
} */

/*ブラックボタン ワイド*/
.btn_blk_wide a {
	color: #fff;
	text-decoration:none;
	}

.btn_blk_wide {
	text-align: center;
	padding: 5px;
	margin:auto 5px;
	background: -moz-linear-gradient(top,#A3A3A3 0%,#3B3B3B 50%,#242424 50%,#000);
	background: -webkit-gradient(linear, left top, left bottom, from(#A3A3A3),color-stop(0.50, #3B3B3B),color-stop(0.50, #242424),to(#000));
	color: #DDD;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #000;
	-moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.5),inset 0px 0px 1px rgba(255,255,255,0.6);
	-webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.5),inset 0px 0px 1px rgba(255,255,255,0.6);
	text-shadow: 0px -1px 0px rgba(000,000,000,1),0px 1px 0px rgba(255,255,255,0.2);
}

/*ワインボタン*/
.btn_wine a {
	color: #fff;
	text-decoration:none;
	width:100%;
	height:50px;
	}

.btn_wine {
	width:23%;
	height:50px;
	text-align: center;
	font-weight:bold;
	padding: 5px;
	margin: 11px 5px 5px 5px;
	background: #A61476 -webkit-gradient(linear, 0% 0%, 0% 100%, from(#CF1868), to(#A61476));
	background: ##A61476 linear-gradient(#CF1868, #A61476);
	color: #DDD;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	/*border: 1px solid #A61476;
	-moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.5),inset 0px 0px 1px rgba(255,255,255,0.7);
	-webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.5),inset 0px 0px 1px rgba(255,255,255,0.6);*/
	text-shadow: 0px -1px 0px rgba(000,000,000,1),0px 1px 0px rgba(255,255,255,0.2);
}

/*ワインボタン ワイド（ピンク）*/
.btn_wine_wide a {
	width:100%;
	display:block;
	color: #3F2121;
	text-decoration:none;
	}

.btn_wine_wide {
	text-align: center;
	font-weight:bold;
	padding: 5px;
	margin:auto 5px;
	background: #ff9d9d -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffb6bd), to(#ff9d9d));
	background: #ffb6bd linear-gradient(#ffb2bd, #ff9d9d);
	color: #3F2121;
	border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	border: 1px solid #ff9d9d;
		-moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.5),inset 0px 0px 1px rgba(178,70,120,0.6);
		-webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.5),inset 0px 0px 1px rgba(178,70,120,0.6);
	text-shadow: 0 -1px 1px #fff;
}

/*ブルーボタン　ワイド*/
.btn_blue a {
	color: #fff;
	width: 100%;
	display: block;
	}

.btn_blue {
	text-align: center;
	display: block;
	padding: 8px;
	margin: 10px;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px -1px 1px rgba(0,0,0,0.1);
	border-radius: 5px;
	border:1px solid #a9a9a9;
	font-weight: bold;
	background: -webkit-gradient(linear, left top, left bottom, from(#40719B),
		color-stop(0.5, #004179),
		color-stop(0.5, #40719B),
		to(#004179));
	background: linear-gradient(#004179, #fff 48% , #fff 50%, #40719B);
	}
/*LTブルーボタン　ワイド*/
.btn_lt-blue a {
	color: #fff;
	width: 100%;
	display: block;
	}

.btn_lt-blue {
	text-align: center;
	display: block;
	padding: 8px;
	margin: 10px;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px -1px 1px rgba(176,176,176,1.00);
	border-radius: 5px;
	border:1px solid #24A0F9;
	font-weight: bold;
	background: -webkit-gradient(linear, left top, left bottom, from(#58B0F0),
		color-stop(0.5, #58B0F0),
		color-stop(0.5, #24A0F9),
		to(#58B0F0));
	background: linear-gradient(#58B0F0, #fff 48% , #fff 50%, #24A0F9);
	}
/*LTオレンジボタン　ワイド*/
.btn_lt-org a {
	color: #fff;
	width: 100%;
	display: block;
	}

.btn_lt-org {
	text-align: center;
	display: block;
	padding: 8px;
	margin: 10px;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px -1px 1px rgba(176,176,176,1.00);
	border-radius: 5px;
	border:1px solid #ff9d9d;
	font-weight: bold;
	background: #ed76a6 -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ED711A), to(#CF1060)) !important;
	background: #ed76a6 linear-gradient(#ED711A, #CF1060) !important;
	}

/*レッド(オレンジ)ボタン*/
.btn_red a {color: #fff;
	width: 100%;
	display: block;
	}

.btn_red {
	text-align: center;
	display: block;
	padding: 8px;
	margin: 10px;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px -1px 1px rgba(0,0,0,0.1);
	border-radius: 5px;
	font-weight: bold;
	background-color: #F57F17;
	border: 2px solid rgba(165,80,6,1.00);
	}
/*グリーンボタン（トップページのみんなのニュース）*/
.btn_minnanonews a {color: #fff;
	width: 100%;
	display: block;
	}

.btn_minnanonews {
	text-align: center;
	display: block;
	padding: 8px;
	margin: 10px;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px -1px 1px rgba(0,0,0,0.1);
	border-radius: 5px;
	font-weight: bold;
	background-color: #73bdae;
	border: 2px solid rgba(35,144,137,1.00);
	}

/*プライムニュースボタン（トップページのmitプライムニュース）*/
.btn_primenews a {color: #fff;
	width: 100%;
	display: block;
	}

.btn_primenews {
	text-align: center;
	display: block;
	padding: 8px;
	margin: 10px;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px -1px 1px rgba(0,0,0,0.1);
	border-radius: 5px;
	font-weight: bold;
	background-color: #ff7373;
	border: 2px solid rgba(226,71,60,1.00);
	}
.sp-dnone { display:none;}

.Download-btn {
	height: auto;
	width: 46%;
	float: left;
	display: list-item;
	box-sizing: border-box;
	list-style: none;
	padding: 11px 1.8% 12px;
	border: 1px solid #ccc;
	border-radius: 5px;
	line-height: 180%;
	font-size: 10px;
	margin:5px ;
	  background: #ffffff; /* Old browsers */
	  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
	  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2UxZTFlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY2ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	  background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6+ */
	  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
	  background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
	  background: -o-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Opera 11.10+ */
	  background: -ms-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* IE10+ */
	  background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C */
	  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-8 */
}
.Download-btn:hover {
	  border:1px solid #888;
}
.Download-btn > img {  margin-top: 2px;float: right;}



.head-second {
	margin-bottom: 10px;
}
.top-socialicon a{
	text-decoration: none;
}
.top-socialicon a .facebook{ color:#38599e;}
.top-socialicon a .twitterbird{ color:#45b0e4;}
.top-socialicon a .youtube{ color:#e80032;}
.top-socialicon a .facebook:before{ color:#38599e;}
.top-socialicon a .twitterbird:before{ color:#45b0e4;}
.top-socialicon a .youtube:before{ color:#e80032;}

.top-socialicon{
	font-size: 10px;
}
.top-socialicon ul{
	list-style: none;
  margin: 0;
  padding: 11px 0px;
  display: flex;
}

.top-socialicon li{
	box-sizing: border-box;
	padding: 2px 4px;
}
