﻿@charset "UTF-8";
@import url(header.css);
@import url(gnavi.css);
@import url(footer.css);
@font-face{
	font-family:"AgencyFB Bold";
	src:url(AgencyFB-Bold.ttf) format('truetype');
	}

/*.dropdown_fullwidth{
	display: none!important;
}
*/
body{
	position: relative;
}

#loader-bg{
	display:none;
	position:fixed;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	background:#000;
	z-index:1000;
}

#loader{
	display:none;
	position:fixed;
	top:50%;
	left:50%;
	width:100px;
	height:107px;
	margin-top:-50px;
	margin-left:-50px;
	text-align:center;
	color:#FFF;
	z-index:2;
}

#wrapper{
	width:100%;
	margin:0 auto;
	text-align:left;
	overflow:hidden;
	position:relative;
}

.pagetop{
	position:fixed;
	bottom:54px;
	right:50px;	
	display:block;
	z-index:1000001;
}

.pagetop a{
	width:52px;
	height:52px;
	display:block;
	text-decoration:none;
	text-indent:-9999px;
	background:url(../img/common/totop.png) no-repeat;
}

/*スマートフォン用のCSSは初期OFF*/
body.pc_style .pc_none,
body.pc_style .sp_only{
	display:none;
}
body.sp_style .pc_none{
	display:block;
}

.mobile_alert{
	margin-top: -5px;
	margin-bottom: 10px;
	background:#EBF1A9;
	padding:5px;
}

.mobile_alert::before{
	content:"※モバイル端末ではご利用できません"
}

/* fontsize
-----------------------------------------*/
.fontM { font-size: 68%; }
.fontL { font-size: 80%; }
.fontLarge{ font-size:125%; }



/*
-----------------------------------
ナビ
-----------------------------------
*/
#gnav{
	height:50px;
	width:100%;
	clear:both;
}

#gnav ul{
	width:1024px;
	margin:0 auto;
}

#gnav li{
	float:left;
}

#gnav li a{
	height:50px;
	display:block;
	text-indent:-9999px;
}

#gnav li#gnav01{ width:107px;}
#gnav li#gnav02{ width:206px;}
#gnav li#gnav03{ width:86px;}
#gnav li#gnav04{ width:116px;}
#gnav li#gnav05{ width:180px;}
#gnav li#gnav06{ width:230px;}
#gnav li#gnav07{ width:97px;}
#gnav li#gnav01 a{	background:url(../img/common/gnav01.png) left top no-repeat;}
#gnav li#gnav02 a{	background:url(../img/common/gnav02.png) left top no-repeat;}
#gnav li#gnav03 a{	background:url(../img/common/gnav03.png) left top no-repeat;}
#gnav li#gnav04 a{	background:url(../img/common/gnav04.png) left top no-repeat;}
#gnav li#gnav05 a{	background:url(../img/common/gnav05.png) left top no-repeat;}
#gnav li#gnav06 a{	background:url(../img/common/gnav06.png) left top no-repeat;}
#gnav li#gnav07 a{	background:url(../img/common/gnav07.png) left top no-repeat;}

body.index #gnav li#gnav01 a,
body.about #gnav li#gnav02 a,
body.base #gnav li#gnav03 a,
body.eq #gnav li#gnav04 a,
body.pr #gnav li#gnav05 a,
body.special #gnav li#gnav06 a,
body.recruit #gnav li#gnav07 a{
	background-position:left bottom;
}

/*#device_pc #gnav li#gnav01 a:hover,
#device_pc #gnav li#gnav02 a:hover,
#device_pc #gnav li#gnav03 a:hover,
#device_pc #gnav li#gnav04 a:hover,
#device_pc #gnav li#gnav05 a:hover,
#device_pc #gnav li#gnav06 a:hover,
#device_pc #gnav li#gnav07 a:hover{
	background-position:left bottom;
}*/

/*
-----------------------------------
ナビ(English)
-----------------------------------
*/

.english #gnav li#gnav01{ width:95px;}
.english #gnav li#gnav02{ width:134px;}
.english #gnav li#gnav03{ width:195px;}
.english #gnav li#gnav04{ width:145px;}
.english #gnav li#gnav05{ width:325px;}
.english #gnav li#gnav06{ width:112px;}
.english #gnav li#gnav01 a{	background:url(../English_page/images/gnav01.png) center top no-repeat;}
.english #gnav li#gnav02 a{	background:url(../English_page/images/gnav02.png) center top no-repeat;}
.english #gnav li#gnav03 a{	background:url(../English_page/images/gnav03.png) center top no-repeat;}
.english #gnav li#gnav04 a{	background:url(../English_page/images/gnav04.png) center top no-repeat;}
.english #gnav li#gnav05 a{	background:url(../English_page/images/gnav05.png) center top no-repeat;}
.english #gnav li#gnav06 a{	background:url(../English_page/images/gnav06.png) center top no-repeat;}

body.e_org #gnav li#gnav03 a,
body.e_work #gnav li#gnav04 a,
body.e_work #gnav li#gnav04 a,
body.e_event #gnav li#gnav05 a,
body.e_gallery #gnav li#gnav06 a,
.english #gnav li#gnav01 a:hover,
.english #gnav li#gnav02 a:hover,
.english #gnav li#gnav03 a:hover,
.english #gnav li#gnav04 a:hover,
.english #gnav li#gnav05 a:hover,
.english #gnav li#gnav06 a:hover,
.english #gnav li#gnav07 a:hover{
	background-position:center bottom;
}

/*
-----------------------------------
コンテナー
-----------------------------------
*/

.fl{float:left;}
.fr{float:right;}
p.indent, .indent li {
    text-indent: 1em;
}

.under_bar {
  padding-bottom: 20px;
  border-bottom: 1px #b2b2b2 solid;
}

.left_img01 {
  float: left;
  margin-right: 20px;
  display: inline;
}

.right_contents01 {
  clear: right;
  overflow: hidden;
}

.clearfix:after {
	content:"";
	display:block;
	clear:both;
}

.left_contents01 {
    clear: left;
    overflow: hidden;
    zoom: 1;
}

#main,
#main p,
#main ul li,
#main ul li p,
#main dl dt,
#main dl dd,
#main table tr td,
#main table tr th{
	font-size:12px;
	line-height:1.8em;
}

/*
-----------------------------------
テーブル
-----------------------------------
*/

.table01 {
  width: 100%;
  border-collapse: collapse;
}

.table01 th.left {
    background: #8AC5FF;
}

.table01 th.right {
    border-left: 1px solid #FFF;
    background: #CCCCCC;
}

table .w50 {
    width: 50%;
}

.table01 th, .table01 td, .table02 th, .table02 td {
    font-weight: normal;
    padding: 5px 10px;
		font-size:14px;
}
.table02_equipment th , .able02_equipment td {/*追記*/
    font-weight: normal;
    padding: 5px 10px;
		font-size:14px;
}
.table01 th a,
.table01 td a{
	color:#005CE9;
	text-decoration:underline;
}

.table01 td.left, .table01 td.right {
    border-bottom: 1px dotted #C4C4C4;
    vertical-align: top;
}

.table01 td.right {
    border-left: 1px solid #C4C4C4;
}

.table01 td.left, .table01 td.right {
    border-bottom: 1px dotted #C4C4C4;
    vertical-align: top;
}

/**/

.table02 {
    width: 100%;
    border-collapse: collapse;
    border-bottom: 1px dotted #C4C4C4;
}

.table02 tr th,
.table02 tr td{
	font-size:12px;
	padding:5px;
}

.table02 tr td a{
}

table .w25 {
    width: 25%;
}

.table02 th {
    background: #CCCCCC;
    white-space: nowrap;
    text-align: center;
		border-right:solid 1px white;
}

.table02 td.vt01 {
    border-left: 1px solid #C4C4C4;
}

.table02 tr.tr01 td {
    background: #eaf3fb;
}

.table02 .td03 span {
    background: #808080;
}

.table02 .td01 span {
    background: #003597;
}

.table02 .td02 span {
    background: #4a92dc;
}

.table02 th {
    background: #CCCCCC;
    white-space: nowrap;
    text-align: center;
}

/**/

.table03{
	width:100%;
	margin-bottom: 20px;
}

.table03 tr td,
.table03 tr th{
	padding:5px;
	font-size:14px;
	border:solid 1px #CCC;
}

.table03 tr th{
	background:#E0E0E0;
}

.table02 .td01 span, .table02 .td02 span, .table02 .td03 span {
    padding: 5px 10px;
    border: 1px #FFF solid;
    display: block;
}

.table02 .td01, .table02 .td02, .table02 .td03 {
    color: #FFF;
    text-align: center;
}

.blueimpulse_history {
    width: 100%;
    border-collapse: collapse;
    background: url(../pr_report/blueimpulse/history/images/th01.gif) repeat-y;
}

.blueimpulse_history th {
    width: 63px;
    text-align: left;
    vertical-align: top;
}

.blueimpulse_history td {
    padding: 10px;
    border-bottom: 1px #C4C4C4 dotted;
    vertical-align: top;
}

/**/

.table04 tr td,
.table04 tr th{
	padding:5px;
	border:solid 1px #CCC;
}

.table04 tr th{
	background:#F1F1F1;
}

/**/

table .w5 {
    width: 5%;
		text-align:center;
		padding-left: 5px;
}


/*20170927*/

.table_dl tr td,
.table_dl tr th{
	padding:5px;
	border:solid 1px #DDD;
	vertical-align:top !important;
}

.table_dl tr th{
	background:#F1F1F1;
}

.table_dl div.model{
	display:block;
	background-color:#E6E6E6;
	padding:3px;
	margin-bottom:5px;
	text-align:center !important;
	font-size:125%;
	font-weight:bold;
  border: 1px solid #666;
  background-image: linear-gradient(
    -45deg,
    #F7F7F7 25%,
    #E6E6E6 25%, #E6E6E6 50%,
    #F7F7F7 50%, #F7F7F7 75%,
    #E6E6E6 75%, #E6E6E6
  );
  /* 幅8px、高さ8pxで背景画像のサイズを指定 */
  background-size: 8px 8px;
}

.table_dl div.dlBtn{
	text-align:center;
}
.table_dl span.dl{

}

.table_dl span.ma{
}

/*
-----------------------------------
BOX
-----------------------------------
*/

.photo_box {
    display: inline;
    float: left;
    position: relative;
}

.box01 {
    background: #dfe5f3;
    padding: 10px;
}
#contents p {
	overflow-wrap:break-word;
	word-wrap: break-word;
}

/*
-----------------------------------
タイトル
-----------------------------------
*/
.title01{
	border-bottom:solid 1px #003094 ;
	border-left:solid 4px #003094 ;
	padding-bottom:2px;
	padding-left: 10px;
	margin-bottom: 20px;
	font-size:18px;
	font-family: "游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

.title01 span{
	font-size:12px;
	display:inline-block;
	margin-left: 20px;
}

.title01_revision{
	padding-bottom:2px;
	padding-left: 10px;
	font-size:18px;
	font-family: "游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	background-color:#0968AB;
	color:#FFF;
	margin:-5px -5px;
	margin-bottom: 15px;
}
h3.title01_revision{
	padding-top:5px;
	padding-bottom:3px;
	padding-left: 10px;
	font-size:18px;
	font-family: "游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	background-color:#0968AB;
	color:#FFF;
	margin:-5px -5px;
	margin-bottom: 15px;
}
h3.title01_equipment{
	font-size:170%;
	font-family: "游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	color: #FFF;
	padding: 0.3em 0.5em 0.1em;
	background: -webkit-repeating-linear-gradient(-45deg, #626262, #626262 3px,#555555 3px, #555555 7px);
	background: repeating-linear-gradient(-45deg, #626262, #626262 3px,#555555 3px, #555555 7px);
}
	h3.title01_equipment span{
		font-size:70%;
		font-weight:normal;
		padding-left:15px;
	}
.title02 {
  font-size: 180%;
  line-height: 1.9;
  color: #003399;
  font-weight: bold;
  margin-bottom: 20px;
	text-align:center;
  font-family: "游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
	h3.title02_equipment {
  font-size: 200%;
  line-height: 1.9;
  color: #003399;
  font-weight: bold;
  margin-bottom: 20px;
	text-align:center;
	position: relative;
	display: inline-block;
	margin-bottom: 1em;
	font-family: "游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	}
		h3.title02_equipment:before {
			content: '';
			position: absolute;
			bottom: -15px;
			display: inline-block;
			width: 60px;
			height: 5px;
			left: 50%;
			-moz-transform: translateX(-50%);
			-webkit-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
			transform: translateX(-50%);
			background-color: #003399;
			border-radius: 2px;
			}
			
.title03 {
    background: #4369b4;
    font-size: 150%;
    line-height: 1.4;
    color: #FFF;
    font-weight: bold;
    padding:10px;
    margin-bottom: 5px;
	font-family: "游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}


.title04 {
    background:#1558C0;
		color:white;
    font-weight: bold;
		font-size:15px;
    padding:10px;
		margin-bottom:5px;
    overflow: hidden;
		font-family: "游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

.title05 {
    font-size: 140%;
		margin-bottom: 10px;
    line-height: 1.4;
    font-weight: bold;
		font-family: "游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

.title07 {
    font-size: 140%;
    line-height: 1.4;
    color: #003399;
    font-weight: bold;
		font-family: "游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    margin-bottom: 10px;
}

/*
-----------------------------------
リスト
-----------------------------------
*/

p.list01,
.list01 li{
	font-size:14px;
	margin-bottom: 10px;
	padding-left:15px;
	background:url(../img/common/icon_arrow01.png) no-repeat 0 50%;
}

p.list01 a,
.list01 li a{
	text-decoration:underline;
}

.dlist01{
	font-size:14px;
}


.dlist01 dt {
    padding-left: 10px;
		padding-bottom: 0px;
}

.dlist01 dd {
    padding: 0 0 3px 8em;
    margin: -1.77em 0 7px 0;
    border-bottom: 1px #b2b2b2 dotted;
}

.dlist02 dt {
    float: left;
    margin-right: 1em;
    display: inline;
}

.dlist02 dd, .dlist03 dd {
    clear: right;
    overflow: hidden;
}

.dlist03 dt {
    float: left;
    margin-right: 0.4em;
    display: inline;
}

.dlist02:after,
.dlist03:after{
	content:"";
	display:block;
	clear:both;
}

.message_list{
	font-size:12px;
}

.message_list dt{
	background:#B3DDF5;
	padding:3px 5px;
}

.message_list dd {
    padding-bottom: 10px;
		padding-top: 10px;
}

.eq .contents_list li {
    float: left;
    display: inline;
    padding: 0 10px 15px 0;
    overflow: hidden;
}

.eq .contents_list_revision li {
    float: left;
    display: inline;
    padding: 0;
    overflow: hidden;
}

.arrow_bt01 {
    border: 1px solid #CCC;
}

.arrow_bt01 a {
    display: block;
    border: 1px solid #FFF;
    background:url(../img/common/icon_arrow01.png) no-repeat 9px 50% #E3F0FD;
    line-height: 190%;
    text-decoration: none;
    padding:7px 10px;
		padding-left: 25px;
    width: auto;
    color: #0067CC;
}

.icon01 {
    background: url(../common/images/icon01.gif) no-repeat 0 0.4em;
    padding-left: 20px;
}

.right_img01 {
    float: right;
    margin-left: 20px;
    display: inline;
}

.contents_list li{
	float:left;
	line-height: 1.5 !important;
	margin-bottom: 15px;
}

.contents_list li:nth-child(odd){
	margin-right:20px;
}

.contents_list :after{
	content:"";
	display:block;
	clear:both;
}
.contents_list li.mr10{
	margin-right:10px;
}
.contents_list li.mr0{
	margin-right:0px;
	padding:0;
}
.contents_list li.w110{
	width:110px;
}
img.vrmdl {
	vertical-align:middle;
}

/*20170913追記*/
.contents_list_revision li{
	float:left;
	/*line-height: 1.5 !important;*/
	margin-bottom: 0px;
}

/*.contents_list_revision li:nth-child(odd){
	margin-right:0px;
}*/

.contents_list_revision :after{
	content:"";
	display:block;
	clear:both;
}
.contents_list_revision li.mr05{
	margin-right:5px;
}
.contents_list_revision li.mr0{
	margin-right:0px;
	padding:0;
}
.contents_list_revision li.w110{
	width:110px;
}


/*tooltip*/

.tooltip {
  position:absolute;
  z-index:9999;
  display:block;
  color:#fff;
  font-size:14px;
  line-height:1.2;
}

.tooltip__body {
  position:relative;
  top:-15px;
  padding:10px;
  background:#222;
  -webkit-border-radius:3px;
     -moz-border-radius:3px;
      -ms-border-radius:3px;
          border-radius:3px;
  -webkit-box-shadow:0 2px 4px rgba(0, 0, 0, .4);
     -moz-box-shadow:0 2px 4px rgba(0, 0, 0, .4);
      -ms-box-shadow:0 2px 4px rgba(0, 0, 0, .4);
          box-shadow:0 2px 4px rgba(0, 0, 0, .4);
}

.tooltip__body:after {
  content:"";
  position:absolute;
  bottom:-5px;
  left:50%;
  display:block;
  width:0;
  height:0;
  margin-left:-5px;
  border-width:5px 5px 0 5px;
  border-style:solid;
  border-color:#222 transparent transparent transparent;
}

/*
-----------------------------------------------------------------------
common
-----------------------------------------------------------------------
*/

/*-- スペース共通 --*/

.mr0{margin-right:0;}
.mr5{margin-right:5px;}
.mr10{margin-right:10px;}
.mr15{margin-right:15px;}
.mr20{margin-right:20px;}
.mr25{margin-right:25px;}
.mr30{margin-right:30px;}
.mr35{margin-right:35px;}
.mr40{margin-right:40px;}
.mr45{margin-right:45px;}
.mr50{margin-right:50px;}
.mr0{margin-left:0;}
.ml-20{margin-left: -20px;}
.ml5{margin-left:5px;}
.ml10{margin-left:10px;}
.ml15{margin-left:15px;}
.ml20{margin-left:20px;}
.ml25{margin-left:25px;}
.ml30{margin-left:30px;}
.ml35{margin-left:35px;}
.ml40{margin-left:40px;}
.ml45{margin-left:45px;}
.ml50{margin-left:50px;}
.mb0{margin-bottom:0px;}
.mb5{margin-bottom:5px;}
.mb7{margin-bottom:7px;}
.mb10{margin-bottom:10px;}
.mb13{margin-bottom:13px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb25{margin-bottom:25px;}
.mb30{margin-bottom:30px;}
.mb35{margin-bottom:35px;}
.mb40{margin-bottom:40px;}
.mb45{margin-bottom:45px;}
.mb50{margin-bottom:50px;}
.mb56{margin-bottom:56px;}
.mb60{margin-bottom:60px;}
.mb200{margin-bottom:50px;}

.mt0{margin-top:0;}
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt25{margin-top:25px;}
.mt30{margin-top:30px;}
.mt30{margin-top:35px;}
.mt40{margin-top:40px;}
.mt40{margin-top:45px;}
.mt50{margin-top:50px;}

.pr0{padding-right:0;}
.pr5{padding-right:5px;}
.pr10{padding-right:10px;}
.pr15{padding-right:15px;}
.pr20{padding-right:20px;}
.pr25{padding-right:25px;}
.pr30{padding-right:30px;}
.pr35{padding-right:35px;}
.pr40{padding-right:40px;}
.pr45{padding-right:45px;}
.pr50{padding-right:50px;}
.pr0{padding-left:0;}
.pl5{padding-left:5px;}
.pl10{padding-left:10px;}
.pl15{padding-left:15px;}
.pl20{padding-left:20px;}
.pl25{padding-left:25px;}
.pl30{padding-left:30px;}
.pl35{padding-left:35px;}
.pl40{padding-left:40px;}
.pl45{padding-left:45px;}
.pl50{padding-left:50px;}
.pb0{padding-bottom:0;}
.pb5{padding-bottom:5px;}
.pb10{padding-bottom:10px;}
.pb15{padding-bottom:15px;}
.pb20{padding-bottom:20px;}
.pb25{padding-bottom:25px;}
.pb30{padding-bottom:30px;}
.pb35{padding-bottom:35px;}
.pb40{padding-bottom:40px;}
.pb45{padding-bottom:45px;}
.pb50{padding-bottom:50px;}
.pt0{padding-top:0;}
.pt5{padding-top:5px;}
.pt10{padding-top:10px;}
.pt15{padding-top:15px;}
.pt20{padding-top:20px;}
.pt25{padding-top:25px;}
.pt30{padding-top:30px;}
.pt30{padding-top:35px;}
.pt40{padding-top:40px;}
.pt40{padding-top:45px;}
.pt50{padding-top:50px;}

.w100{width:100%;}
/*-- 回り込み解除 --*/

div#wrapper:after,
.cf:after{
	content:"";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}

.clear{	clear:both;}

/*-- テキスト --*/
.txt1{ font-size:1em;}
.txt-blue{ color:#1D6AB2;}
.txt-red {	color:#E7022D;}
.txt-gray {	color:#999;}
.txt-small {	font-size:0.9em;}
.txt-bg12 {	font-size:1.2em !important;}
.txt-bold {	font-weight:bold;}

.center,.al-c {	text-align:center;}
.left,.al-l {	text-align:left;}
.right,.al-r {	text-align:right;}

.flR {float:right;}

/*--ROLLOVER--*/
.rollover a:hover img{
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background:#fff;
}
a.noub{
	text-decoration:none !important;
}

/*20171122 */
caption.equipment {
	text-align:left;
	font-weight:bold;
	font-size:160%;
}

/*20171205 role関連修正*/
.w100_role{
	width:640px !important;
	}
.readtxt{
	border:1px solid #9CF;
	background-color:#E0F2FA;
	font-size:120% !important;
	padding:10px;
}
	
@media (max-width: 1024px) and (min-width: 640px) {
.w100_role{
	width:100%;
	}
}

@media (max-width: 640px) and (min-width: 0px) {
.w100_role{
	width:100%;
	}
}
