@charset "utf-8";

/* ==============================================================
RESET
============================================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	font-family: 'メイリオ','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック';
}
body {
	line-height: 1;
	font-size: 16px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
* html body { /* for IE6 */ font-size: 100%;} 
*:first-child+html body { /* for IE7 */  font-size: 100%;}
body > #wrapper {
	height: auto;
	width: 1000px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
 
/* remember to define focus styles! */
:focus {
	outline: 0;
}
 
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
 
/* tables still need 'cellspacing=&quot;0&quot;' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* リンク画像 半透明 */
a:hover img { opacity:0.7;	filter:alpha(opacity=70); -ms-filter: "alpha( opacity=70 )"; }

/* ==============================================================
for coordination
============================================================== */

.floatL { float:left; }
.floatLfix { float:left; } /* responsiveでもかかる */
.floatR { float:right; }
.floatRfix { float:right; } /* responsiveでもかかる */
.clearL { clear:left; }
.clearR { clear:right; }
.clearB { clear:both; }

.m5 { margin:5px; }
.m10 { margin:10px; }
.m15 { margin:15px; }
.m20 { margin:20px; }
.m25 { margin:25px; }
.m30 { margin:30px; }
.m35 { margin:35px; }
.m40 { margin:40px; }
.m45 { margin:45px; }
.m50 { margin:50px; }
.m55 { margin:55px; }
.m60 { margin:60px; }

.ml5 { margin-left:5px; }
.ml10 { margin-left:10px; }
.ml15 { margin-left:15px; }
.ml20 { margin-left:20px; }
.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; }
.ml55 { margin-left:55px; }
.ml60 { margin-left:60px; }
.ml70 { margin-left:70px; }
.ml80 { margin-left:80px; }
.ml90 { margin-left:90px; }
.ml100 { margin-left:100px; }
.ml150 { margin-left:150px; }
.ml200 { margin-left:200px; }

.mr5 { margin-right:5px; }
.mr7 { margin-right:7px; }
.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; }
.mr55 { margin-right:55px; }
.mr60 { margin-right:60px; }
.mr70 { margin-right:70px; }
.mr80 { margin-right:80px; }
.mr90 { margin-right:90px; }
.mr100 { margin-right:100px; }

.mt5 { margin-top:5px; }
.mt10 { margin-top:10px; }
.mt15 { margin-top:15px; }
.mt20 { margin-top:20px; }
.mt25 { margin-top:25px; }
.mt30 { margin-top:30px; }
.mt35 { margin-top:35px; }
.mt40 { margin-top:40px; }
.mt45 { margin-top:45px; }
.mt50 { margin-top:50px; }
.mt55 { margin-top:55px; }
.mt60 { margin-top:60px; }
.mt70 { margin-top:70px; }
.mt80 { margin-top:80px; }
.mt90 { margin-top:90px; }
.mt100 { margin-top:100px; }
.mt150 { margin-top:150px; }
.mt200 { margin-top:200px; }

.mb5 { margin-bottom:5px; }
.mb10 { margin-bottom:10px; }
.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; }
.mb55 { margin-bottom:55px; }
.mb60 { margin-bottom:60px; }
.mb70 { margin-bottom:70px; }
.mb80 { margin-bottom:80px; }
.mb90 { margin-bottom:90px; }
.mb100 { margin-bottom:100px; }

.mlrA { margin-left:auto; margin-right:auto; }

.p5 { padding:5px; }
.p10 { padding:10px; }
.p15 { padding:15px; }
.p20 { padding:20px; }
.p25 { padding:25px; }
.p30 { padding:30px; }
.p35 { padding:35px; }
.p40 { padding:40px; }
.p45 { padding:45px; }
.p50 { padding:50px; }
.p55 { padding:55px; }
.p60 { padding:60px; }

.pl5 { padding-left:5px; }
.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; }
.pl55 { padding-left:55px; }
.pl60 { padding-left:60px; }

.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; }
.pr55 { padding-right:55px; }
.pr60 { padding-right:60px; }

.pt5 { padding-top:5px; }
.pt10 { padding-top:10px; }
.pt15 { padding-top:15px; }
.pt20 { padding-top:20px; }
.pt25 { padding-top:25px; }
.pt30 { padding-top:30px; }
.pt35 { padding-top:35px; }
.pt40 { padding-top:40px; }
.pt45 { padding-top:45px; }
.pt50 { padding-top:50px; }
.pt55 { padding-top:55px; }
.pt60 { padding-top:60px; }

.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; }
.pb55 { padding-bottom:55px; }
.pb60 { padding-bottom:60px; }

.txtL { text-align:left; }
.txtR { text-align:right; }
.txtC { text-align:center; }

.displayN { display:none; }
.displayB { display:block; }

.bdt-style01 { border-top:1px dotted #969696; }
.bdb-style01 { border-bottom:1px dotted #969696; }
.bdl-style01 { border-left:1px dotted #969696; }
.bdr-style01 { border-right:1px dotted #969696; }

.bdt-style02 { border-top:1px dotted #E2E2E2; }
.bdb-style02 { border-bottom:1px dotted #E2E2E2; }
.bdl-style02 { border-left:1px dotted #E2E2E2; }
.bdr-style02 { border-right:1px dotted #E2E2E2; }

.OvFwH { overflow: hidden; }
.lh12 { line-height: 1.2; }

/* Fonts
----------------------------------------- */

/* フォントサイズ　#wrapper内に限る */
.txt10 { font-size: 10px; }
.txt11 { font-size: 11px; } 
.txt12 { font-size: 12px; }
.txt14 { font-size: 14px; }
.txt16 { font-size: 16px; }
.txt18 { font-size: 18px; }
.txt20 { font-size: 20px; }
.txt22 { font-size: 22px; }
.txt24 { font-size: 24px; }
.txt26 { font-size: 26px; }
.txt32 { font-size: 32px; }

.txt-blue { color: #0099CC; }
.txt-Dblue { color: #003399; }
.txt-green { color:#66CC00; }
.txt-pink { color: #FF6699; }
.txt-red { color: #CC0000; }
.txt-white { color: #FFF; }
.txt-orange { color:#CC3333;}

.ul_R { 
	text-decoration: underline;
  	text-decoration-color:#CC0000;}

.bg_b { background: #DAF5F8; }
.bg_g { background: #EDEDED; }
.bg_y { background: #FFFF00; }

/* ==============================================================
original style
============================================================== */

body#top {
	background-image: url(../images/bg_top.jpg);
}

#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 2000px;
}
#header {
	height: 80px;
}
#logo {
	height: 53px;
	width: 207px;
	margin-top: 11px;
}
#slider {
	height: 370px;
	width: 1000px;
}
#gnavi {
	background-image: url(../images/bg_gnavi.png);
	background-repeat: no-repeat;
	height: 35px;
	margin-bottom: 5px;
	padding-top: 15px;
}
#gnavi ul {
	font-size: 14px;
	margin-left: 85px;
}
#gnavi ul li {
	float: left;
	margin-right: 40px;
	list-style-image: url(../images/lm01.png);
}
#gnavi ul li#sale a {
	color:#FF6600;
}
#left_navi {
	height: auto;
	float: left;
	background-color: #f7f7f7;
	border: 1px solid #CCC;
	width: 180px;
}
#left_navi #title_lnavi {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#left_navi ul {
    list-style: none;
}
#left_navi ul li {
	height: 26px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 14px;
	background: url(../images/lm01.png) no-repeat 6px center;
	font-size: 12px;
	padding-left: 20px;
}
#content {
	float: left;
	width: 640px;
	margin-right: 9px;
	margin-left: 9px;
	font-size: 14px;
	line-height: 20px;
}
#content a {
    color: #00CCCC;
	text-decoration: underline;
}
#content a:hover {
    color: #00FFCC;
	text-decoration: none;
}
#content h1 {
	font-size: 16px;
	font-weight: normal;
	background-image: url(../images/bg_h1.png);
	background-repeat: no-repeat;
	height: 24px;
	width: 640px;
	padding-top: 11px;
	padding-left: 20px;
	margin-bottom:20px;
}
#content h1#h1_news {
	margin-bottom:10px;
}
#content h5 {
    font-size: 16px;
	font-weight: bold;
	padding: 0;
	margin: 15px 0 10px;
	letter-spacing: 0.2em;
}
#content ul#first li {
	height: 152px;
	width: 290px;
	margin-left: 20px;
	list-style-type: none;
	float: left;
	margin-bottom: 20px;
}

#content ul#news {
	margin-bottom: 20px;
	height: 120px;
	overflow: auto;
	display:block;
}
#content ul#news li {
	list-style-position: inside;
	list-style-image: url(../images/lm01.png);
	height: 22px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 8px;
	padding-left: 8em;
	text-indent: -8em;
}
#content ul#news li a{
	color:#3333CC;
	font-size:14px;
}
.center_btn {
	height: 38px;
	width: 290px;
	margin-left: 20px;
	list-style-type: none;
	float: left;
	margin-bottom: 20px;
}

#content ul.banner li {
	width: 640px;
	list-style-type: none;
	margin-bottom: 10px;
	text-align:center;
}
#right_navi {
	float: right;
	width: 160px;
}
#toden {
	width: 180px;
	margin-top: 10px;
	margin-bottom:10px;
	text-align:center;
}
#twitter {
	width: 180px;
	margin-top: 10px;
	margin-bottom:10px;
}
#facebook {
	width: 180px;
	margin-bottom: 0px;
	padding-bottom:0px;
}
#footer_wrap {
	background-color: #f7f7f7;
	height: 260px;
	width: 100%;
}
#footer_wrap #footer {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	text-align: center;
	padding-top: 30px;
}

.copyright {
	font-size: 12px;
	margin-top: 50px;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: none;
}
.sougo a {
	color: #3366AA;
}
#content h2 {
	font-size: 14px;
	height: 20px;
	margin-bottom: 15px;
	margin-top: 20px;
	background-color: #F5FCFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #6CF;
	padding-top: 10px;
	padding-left: 5px;
}
.alignRight {
	text-align: right;
}

.td_gray {
	background-color: #f7f7f7;
}
.map_address {
	padding: 10px;
	width: 300px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	border: 3px double #CCC;
	text-align: center;
}
.to_inq {
	height: 100px;
	width: 540px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

h3.bar {
	font-size: 14px;
	height: 15px;
	margin-bottom: 20px;
	margin-top: 20px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #6CF;
	padding-left: 5px;
	padding-bottom: 2px;
}

h4 {
    font-weight: bold;
    color: #363;
    margin-bottom: 10px;
}

.textbox01 {
	padding:0;
	margin-bottom:30px;
}

.corp_info {
	width: 500px;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	border: 3px double #CCC;
	text-align: center;
}

table.list1 th,
table.list1 td {
	border-top: dotted 1px #999;
	border-bottom: dotted 1px #999;
	padding: 8px;
}
table.list1 th{
	text-align: left;
	padding-left: 20px;
	border-left: solid 2px #999; 
}
table.list1 td{
	text-align: right;
	padding-right: 25px;
	border-right: solid 2px #999; 
}

/*=============================
	kuoziziturei
===============================*/
#ziturei {
      width:640px;
      height:260px;
      overflow:auto;
      -webkit-overflow-scrolling:touch;
      display: inline-block;
	  border:solid 2px #99CC99;
}
.ifrm {
      width:100%;
      height:100%;
      border:none;
      display:block;
}
#ameblog {
      width:337px;
      height:145px;
      overflow:auto;
      -webkit-overflow-scrolling:touch;
      display: inline-block;
}

#top_ziturei {
	width:600px;
	padding:10px 0px 0px 20px;
}
#top_ziturei dl {
	text-align:center;
	float:left;
	margin:0px 5px 10px 5px;
	width:180px;
	height:250px;
}
#top_ziturei dl.short {
	height:170px;
}
#top_ziturei dl dt img {
	width:150px;
	border:none;
	margin-bottom:5px;
}
#top_ziturei dl dt img.h210 {
	height:210px;
}
#top_ziturei dl dd {
	font-size:12px;
}

/* company page */
#company_info { 
	border: 1px solid #CCC;
}
#company_info td {
	border: 1px solid #CCC;
	border-collapse:collapse;
	padding: 5px;
	vertical-align: top;
	text-align: left;
}
/* interphone page */
#interphone01 dl {width:300px;border:solid 1px #0099CC; margin-left:}
#interphone01 dt,
#interphone01 dd {font-size:24px;font-weight:bold;text-align:center;height:40px;line-height:40px;}
#interphone01 dt {width:300px;background-color:#0099CC;color:#FFFFFF;}
#interphone01 dd {border:dotted 3px #0099CC;margin:10px;color:#0099CC;}
#interphone01 p {width:310px;}

#interphone02 {border:none 0px #FFFFFF;}
#interphone02 td {
	vertical-align: top;
	padding: 2px;
	font-size: 12px;
}

#interphone03 li {
    list-style-type: none;
	text-indent: -1em;
	margin-left: 1em;
	font-size:12px;
}

#interphone04 {
	border: 3px double #0099CC;
} 
#interphone04 th,
#interphone04 td {
	font-size: 12px;
	border-bottom: 1px dotted #09C;
	padding: 3px;
}

#interphone05 li {
	font-size: 24px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	width: 280px;
	background-color: #09C;
	color: #FFF;
	margin-bottom: 10px;
	text-align: left;
	padding-left: 20px;
	list-style-type: none;
}

/* kankisen.html */
#items-detail {
	overflow: hidden;
	_zoom: 1;
	width: 660px;
	margin: 30px 0 30px -20px;
}
#items-detail div {
    width: 310px;
	float: left;
	margin: 0 0 20px 20px;
	overflow: hidden;
	_zoom: 1;
}
#items-detail div p.ttl {
    width: 300px;
	font-weight: bold;
	text-align: left;
	background: #E9F3FC;
	padding: 3px 5px;
	margin-bottom: 1px;	
    font-size: 14px;
}
#items-detail div p.img {
	float: left;
	margin-right: 7px;
    overflow: hidden;
}
#items-detail div p.txt {
    text-align: left;
    overflow: hidden;
	font-size: 11px;    
}
#items-detail div p.txt span {
    font-weight: bold;
	color: #0099CC;
}

#qanda {
}
#qanda p.qstn {
    background: url(../images/contents/kankisen/q.gif) top left no-repeat;
	padding-left: 65px;
	padding-bottom: 25px;
	height: 50px;
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
}
#qanda p.ansr {
    background: url(../images/contents/kankisen/a.gif) top left no-repeat;
	padding: 0 0 35px 65px;
	margin-bottom: 35px;
	border-bottom: 1px dashed #666;
}
dl#range_voice {
	margin: 0px 10px 20px
}
dl#range_voice dt{
    background: url(../images/contents/kankisen/voice_bg.png) top left no-repeat;
	font-size: 16px;
	font-weight: bold;
	color: #8C4600;
	padding: 5px 0px 5px 35px;
	border-bottom: solid 3px #FF8000;
	margin-bottom: 5px;
}
dl#range_voice dd{
	padding: 10px 5px 10px 5px;
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 1.6;
}
/* lights.html */
.lights { 
    font-size: 10px;
	line-height: 160%;
	margin-top: 25px;
}
.lights .thumb {
    float: left;
	width: 175px;
}
.lights .thumb img {
    margin-bottom: 1px;
}
.lights .thumb p {
    padding: 5px;
	background: #EDEDED;
}
.lights .mainimg {
    float: right;
}
.lights ul {
    margin: 55px 0 0 -55px;
	list-style: none;
}
.lights ul li {
    width: 175px;
	float: left;
	margin-left: 55px;
	list-style: none;
}
.lights ul li p {
    padding: 5px 0;
}

/* links.html */
#links { }
#links dl {
    border-bottom: 3px dotted #999;
	padding: 15px 20px;
    overflow: hidden;
    zoom: 1;
	line-height: 120%;
}
#links dl dt {
    float: left;
	clear: both;
	width: 200px;
	text-align: center;
}
#links dl dd {
    padding-left: 230px;
}
#links dl dd a {
    display: block;
	font-size: 10px;
}

/* lineup.html */
#lineup h2 {
    margin: 0;
	padding: 0;
	width: 100%;
	height: 70px;
	background: none;
	border: none;
}
#lineup .textboxs {
    padding: 10px 15px;
	margin-bottom: 60px;
}
#lineup ul {
    list-style: none;
	margin-left: -10px;
}
#lineup ul li {
    background: url(../images/contents/lineup/bg-btn.jpg) repeat-x 0 0;
	height: 20px;
	text-align: center;
	padding: 10px;
	float: left;
	border: 1px solid #BBB;
	margin-left: 10px;
}
/* inquiry */
#inquiry {
	margin-bottom:10px;
}
#inquiry table tr th {
	text-align:right;
	padding-right: 10px;
}
table.error tr td {
	color:red;
}

/* aircon_form */
#aircon_form {
	margin-bottom:10px;
}
#aircon_form table {
	width: 620px;
}
#aircon_form table tr th,
#aircon_form table tr td {
	padding: 10px 0px 10px 5px;;
	line-height: 1.5;
	border: solid 1px #CCCCCC;
}
#aircon_form table tr th {
	text-align:right;
	padding-right: 10px;
}
#aircon_form table tr td ul {
	list-style: none outside none;
}
#aircon_form table tr td ul li {
	float: left;
	margin-right: 10px;
}
#aircon_form table tr td ul li img {
	margin-left: 20px;
}

/* aircon_form */
.aircurtain .textbox01 {
	margin-left: 10px;
}
.aircurtain .textbox01 strong {
	color: #3FA0FF;
}
.aircurtain .textbox01 strong.orange {
	color: #FF9326;
}
/* */
table.border,
table.border th,
table.border td {
    border: 1px solid #999;
	border-collapse: collapse;
	padding: 3px 5px;
	font-size: 12px;
	vertical-align: middle;
}
table.gallery p {
    width: 160px;
	text-align: center;
}
table.pddg,
table.pddg td {
    padding: 5px;
}
div.box320 {
    width: 320px;
}
div.box510 {
    width: 510px;
	margin: 0 auto;
}
div.box540 {
    width: 540px;
	margin: 0 auto;
}
div.box560 {
    width: 560px;
	margin: 0 auto;
}
div.box580 {
    width: 580px;
	margin: 0 auto;
}
div.box600 {
    width: 600px;
	margin: 0 auto;
}
.attention {
    text-indent: -1em;
	margin-left: 1em;
}
div.explains {}
div.explains p {
    overflow: hidden;
}
p.imgL { float: left; }
p.imgR-220,
p.imgR-270,
p.imgR { float: right; }
p.imgR-220,
p.imgR-270 {
    padding: 1px;
	border: 1px solid #CCC;
}
p.imgR-220 img {
    width: 220px;
}
p.imgR-270 img {
    width: 270px;
}

.sub_caption { 
    border-top: 1px solid #66CCCC;
    border-bottom: 1px solid #66CCCC;
	padding: 5px 30px;
	color: #66CCCC;
}
div.border {
    border: 1px solid #CCC;
	padding: 10px;
}
.toi {
    border: 2px dotted #FF9900;
	padding: 5px;
}
.btnptop {
    text-align: right;
	margin-top: 30px;
}
.mawaru{
	float:left;
	margin-right:20px
	}
.tennkai{
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	}
.tilyoimagi{
	margin-top:20px;
	}

.fontg {
	font-size: 18px;
	color: #00CC00;
}

.bgy {
	background-color: #FFFF00;
	font-size: 18px;
} 
.pop_txt{
	background-color: #FF9900;
 	padding:0 5px;
}

.yukadan_t {
	font-size:18px;
	font-weight:bold;
	color: #CC3333;
	margin-bottom: 20px;	
}

.yukadan_bt {
	font-size:18px;
	font-weight:bold;
	color: #0099CC;
	line-height:1.3em;
	margin-left:30px;	
}

ul.movie {
	list-style: none;
}
ul.movie li {
	float: left;
	width: 300px;
	height: 180px;
	margin-right: 20px;
	margin-bottom: 20px;
}

/* 点滅 */
.blinking{
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}