
/* ●ヘッダ部 --------------------------------------------------------------------------------------------------------------------*/
#header{
	max-width:1200px;
	margin:0 auto;
	height:15px;
	padding:15px;
	padding-left:25px;
}
#fixed-line{
	width:100%;
	position:fixed;
	z-index:1000;"
}
#head-line1{
	text-align:center;
	padding-top:5px;
	color:#fff;
	height:20px;
	background-color: rgb(0,0,0);
	width:100%;
	z-index:3;
}
#head-line2{
	height:35px;
	background-color: rgba(220,220,220,0.5);
	margin-top:25px;
	width:100%;
	z-index:999;
}
.menu-bottom{
	text-align:center;
	margin-top:20px;
}
.menu-bottom-msg{
	margin-top:15px;
	line-height:1.2em;
	color:#ffffff;
}
.logo{
	transition: all .3s;
	z-index:2;
	position:fixed;
	top:30px;
	left:5px;
	padding:3px;
	width:40px;
	background-color: rgba(0,0,0,0.5);
	border:2px solid #fff;
}
.logo:hover{
	cursor:pointer;
	background-color: rgba(0,0,0,1);
}

h2{
	margin-left:-3;
	margin-top:30px;
	font-size:1.5em;
	line-height:1.1em;
}

h3{
	margin-top:30px;
	font-size:1.15em;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:3px;
	border-left:10px solid #000;
	border-bottom:1px solid #000;
}
#pagetop{
	position:fixed;
	right:5px;
	bottom:12px;
	cursor:pointer;
}



/* ●コンテンツページ Center Center 表示 -----------------------------------------------------------------------------------------------*/
.subtop{
	width: 100%;
	padding-top:15px;
	padding-bottom:17px;
	border-top:25px solid #000;
	border-bottom:8px solid #000;
	height:150px;
	background-size:contain;
background-size:350px auto;
	background-repeat: repeat;
	background-position: center center;
}
.subttl{
	background-color: rgba(0,0,0,0.4);
	line-height:1em;
	text-align:center;
	margin:0 auto;
	margin-top:50px;
	font-size:1.5em;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:8px;
	color:#fff;
	border:2px solid #fff;
	width:250px;
	border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}

.overimg{
	margin-top:15px;
	margin-bottom:-10px;
}
.overimgNT{
	text-align:center;
	margin-bottom:-10px;
}

.overimgs{
	margin-top:15px;
}
.overimgs img{
	width:90px;
}

.ca-box{
	font-size:0.8em;
	line-height:1.2em;
	box-sizing:border-box;
	width:50%;
	border:1px solid #aaa;
	margin-bottom:-1px;
	display:table;
}

.ca-box2{
	font-size:0.8em;
	line-height:1.2em;
	box-sizing:border-box;
	width:50%;
	border:1px solid #aaa;
	margin-bottom:-1px;
	display:table;
}

.ca-box-r{
	line-height:1.2em;
	box-sizing:border-box;
	width:50%;
	border:1px solid #aaa;
	margin-bottom:-1px;
	display:table;
	float:right;
	background:#fff;
	padding:10px;
	font-size:0.9em;
}
.ca-item{
	display:table-cell;
	width:100px;
	border-right:1px solid #aaa;
	vertical-align: middle;
	padding:8px;
	background:#fff;
	height:auto;
}
.ca-value{
	display:table-cell;
	vertical-align: middle;
	text-align:left;
	padding:8px;
	background:#ffffff;
}
.ca-box100{
	line-height:1.2em;
	box-sizing:border-box;
	width:100%;
	border:1px solid #aaa;
	margin-bottom:-1px;
	display:table;
}
.ca-item100{
	display:table-cell;
	width:auto;
	padding:8px;
	font-weight:bold;
	display:block;
	border-bottom:1px dashed #aaaaaa;
}
.ca-value100{
	font-size:0.9em;
	line-height:1.1em;
	display:table-cell;
	vertical-align: middle;
	text-align:left;
	padding:8px;
	background:#ffffff;
	display:block;
	margin-left:0px;
}

.info-area{
	background:#f5f5f5;
}
.g-map{
	width:50%;
	float:left;
	height:auto;
	min-height:500px;
}
.g-map-s{
	width:100%;
	float:left;
	height:auto;
	min-height:500px;
}
.info-box{
	box-sizing:border-box;
}
.info-box p{
	border-bottom:1px solid #aaa;
	padding:0px;
	margin:0px;
	margin-bottom:10px;
}

.img-box{
	width:100%;
	max-width:1100px;
	margin:0 auto;
	text-align:center;
}
.calc-4p{
	box-sizing:border-box;
	width:calc(100% / 4);
	float:left;
	border:3px solid #fff;
	margin-bottom:5px;
}
.calc-4p:hover{
	opacity:0.9;
}
.calc-3p{
	box-sizing:border-box;
	width:calc(100% / 3);
	float:left;
	border:3px solid #fff;
	margin-bottom:5px;
}
.calc-2p{
	box-sizing:border-box;
	width:calc(100% / 2);
	float:left;
	border:3px solid #fff;
	margin-bottom:5px;
}
.calc-2p:hover{
	opacity:0.9;
}
.img-width100{
	margin-top:15px;
	border:1px solid #000;
	padding:3px;
}
.img-width100 img{
	box-sizing:border-box;
	width:calc(100% / 4);
}

.tips{
	border:1px dashed #000;
	background:#f5f5f5;
	padding:10px;
}
.tips img{
	width:400px;
	min-width:200px;
	float:right;
	margin-left:5px;

}

.tips2{
	border:1px solid #000;
	padding:5px;
	margin-top:-1px;
}
.inp2-img{
	width:400px;
	min-width:200px;
	float:left;
	margin-right:10px;
	margin-bottom:5px;
}
.tips2 a img:hover{
	opacity:0.85;
}
.tips2 p{
	margin-top:10px;
	margin-bottom:10px;
}

.inner-top100 {
	font-weight:bold;
	margin-left:10px;
	margin-right:10px;
	max-width:1000px;
	color:#fff;
	border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
	background-color: rgba(0,0,0,0.3);
	border:3px solid #fff;
	display:block;
	font-size:3.5em;
	line-height:1em;
	padding:10px;
	padding-top:13px;
	padding-left:20px;
	padding-right:20px;
	display:block;
}
div.img_100s {
	width: 100%;
	background-repeat: no-repeat;
	height: 500px;
	margin-bottom: 8px;
	background-size: cover;
	background-position: center center;
	border-top:10px solid #000;
	border-bottom:10px solid #000;
}
div.img_100pc {
	width: 100%;
	background-repeat: no-repeat;
	height: 700px;
	margin-bottom: 8px;
	background-size: cover;
	background-position: center center;
	border-top:25px solid #000;
	border-bottom:15px solid #000;
}
.share{
	margin:0 auto;
	width:95%;
	max-width:400px;
	text-align:center;
}
.share-img-t{
	box-sizing:border-box;
	width:100%;
	height: 100px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.share-img-l{ width:50%; float:left;}
.share-img-r{ width:50%; float:left; }

.mt15{ margin-top:15px; }
.mt20{ margin-top:20px; }
.mt30{ margin-top:30px; }
.mt40{ margin-top:40px; }
.mt50{ margin-top:50px; }
.inp{
	font-size:1.1em;
	font-weight:bold;
	margin-bottom:7px;
	padding-bottom:5px;
	border-bottom:1px solid #777;
}

.title-s{
	font-size:1.1em;
	font-weight:bold;
	padding:7px;
	padding-bottom:4px;
	margin-bottom:4px;
	background:#eee;
}

.title-g{
	font-size:1.1em;
	font-weight:bold;
	padding:7px;
	padding-bottom:4px;
	margin-bottom:4px;
	background:#ffd;
}


/* ■BODY 基本設定 --------------------------------------------------------------------------------------------------------------------*/
body{
	font-family: "メイリオ",Meiryo,Arial,Verdana,"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
	letter-spacing: .08em;
	background:#fff;
	line-height:1.1em;
	margin:0 ;
	transition: all .3s;
}
a{ transition: all .3s; color:#ffffff; text-decoration:none; }
a:visited{ color:#ffffff; }
a:hover{ color:#ffffff; }

ul li{
	list-style: none;
	margin-left: 0px;
	padding-left: 20px;
}
h1{
	font-size:1.7em;
	border-left:20px solid #000;
	border-bottom:3px solid #000;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:3px;
	margin-bottom:35px;
	margin-top:30px;
	margin-bottom:30px;
	line-height:1.1em;
}
.contents ul li{
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}
.contents ul {
	margin-bottom:1.5em;
}
.contents li {
	font-size:1.5em;
	font-weight:bold;
	line-height:1.1em;
}
.contents ul.mk {
	color:#f00;
	padding:0;
	margin-left:27px;
}
.contents ul.mk li:before {
	content: '◆';
	margin-left:-30px;
}
.contents a{
	color:#00f;
}
.contents a:hover{
	color:#f00;
}

.body-ol ol{
	margin: 0px;
	padding-left: 25px;
	padding-right: 10px;
	list-style-type: disc;
}
.body-ol li{
	margin-top: 5px;
	font-size:1em;
	font-weight:normal;
}


/* ●トップページ Center Center 表示 -----------------------------------------------------------------------------------------------*/
.area{
	font-weight:bold;
	border:2px solid #ffffff;
	padding:3px;
	padding-top:4px;
	color:#ffffff;
	width:250px;
	margin:auto;
	margin-top:15px;
	border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
	background-color: rgba(0,0,0,0.1);
}
.inner-box100 a{
	font-weight:bold;
	margin-left:10px;
	margin-right:10px;
	color:#fff;
	border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
	background-color: rgba(0,0,0,0.5);
	border:3px solid #fff;
	display:block;
	font-size:3.5em;
	line-height:1em;
	padding:10px;
	padding-top:13px;
	padding-left:20px;
	padding-right:20px;
	display:block;
	max-width:900px;
}
.inner-box100 a:hover{
	color:#fff;
	background-color: rgba(0,0,0,0);
}
.inner-box50 a{
	font-weight:bold;
	border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
	margin:0 auto;
	color:#fff;
	background-color: rgba(0,0,0,0.5);
	border:3px solid #fff;
	display:block;
	font-size:2.5em;
	line-height:1em;
	padding:10px;
	padding-top:12px;
	display:block;
	max-width:80%;
}
.inner-box50 a:hover{
	color:#fff;
	background-color: rgba(0,0,0,0);
}
.inner-box50r a{
	font-weight:bold;
	border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
	margin:0 auto;
	color:#fff;
	background-color: rgba(0,0,0,0.5);
	border:3px solid #fff;
	display:block;
	font-size:2.5em;
	line-height:1em;
	padding:10px;
	padding-top:12px;
	display:block;
	max-width:78%;
}
.inner-box50r a:hover{
	color:#fff;
	background-color: rgba(0,0,0,0);
}
div.outer50 {
	text-align:center;
	display: table;
	margin:0 auto;
	height:500px;
}
div.outer100t {
	text-align:center;
	display: table;
	margin:0 auto;
	height:800px;
}
div.outer100 {
	text-align:center;
	display: table;
	margin:0 auto;
	height:700px;
}
div.outer100s {
	text-align:center;
	display: table;
	margin:0 auto;
	height:500px;
}
div.outer100c {
	text-align:center;
	display: table;
	margin:0 auto;
	height:750px;
}
* html div.outer100t outer100s outer100 outer50 {
	position: relative;
}  
*+html div.outer100t outer100s outer100 outer50 {
	position: relative;
}
div.vertical_middle {
	display: table-cell;
	vertical-align: middle;
}
* html div.vertical_middle {
	position: absolute;
	top: 50%;
}
*+html div.vertical_middle {
	position: absolute;
	top: 50%;
}
div.vertical_middle p.inner {
	font-size:3em;
	line-height:1.1em;
	color:#ffffff;
	margin: 0;
}
div.vertical_middle p.inner a{
	padding:13px;
	color:#ffffff;
}
div.vertical_middle p.inner a:hover{

}
* html div.vertical_middle p.inner {
	position: relative;
	top: -50%;
}
*+html div.vertical_middle p.inner {
	position: relative;
	top: -50%;
}
.inner-msg100{
	max-width:700px;
	margin:auto;
	margin-top:20px;
	padding-left:10px;
	padding-right:10px;
	line-height:1em;
	font-size:2em;
	color:#fff;
}
.inner-msg50{
	max-width:500px;
	margin:auto;
	margin-top:10px;
	margin-bottom:-5px;
	padding-left:10px;
	padding-right:10px;
	line-height:1em;
	font-size:1.5em;
	color:#fff;
}
.inner-msg50r{
	max-width:500px;
	margin:auto;
	margin-top:10px;
	margin-bottom:-5px;
	padding-left:20px;
	padding-right:10px;
	line-height:1em;
	font-size:1.5em;
	color:#fff;
}
div.img_100pt {
	width: 100%;
	background-repeat: no-repeat;
	height: 800px;
	margin-bottom: 8px;
	background-size: cover;
	background-position: center center;
	border-top:25px solid #000;
}
div.img_100p {
	width: 100%;
	background-repeat: no-repeat;
	height: 700px;
	margin-bottom: 8px;
	background-size: cover;
	background-position: center center;
}
.img_50pl{
	width: 49.5%;
	position: relative;
	background-repeat: no-repeat;
	height: 500px;
	margin-bottom: 8px;
	background-size: cover;
	background-position: center center;
	border-right:8px solid #fff;
}
.img_50pr{
	display: table;
	width: 50.5%;
	position: relative;
	background-repeat: no-repeat;
	height: 500px;
	margin-bottom: 8px;
	background-size: cover;
	background-position: center center;
	float:right;
}
#idx-footer{
	background:#000;
	clear:both;
	margin-top:8px;
	margin-bottom:8px;
	min-top:500px;
	height:auto;
}
#footer{
	background:#000;
	clear:both;
	margin-top:8px;
	margin-bottom:8px;
	min-top:500px;
	height:auto;
}
#footer a{ color:#ffffff; }
.foot-name{ float:left; margin-bottom:15px; }
.foot-name a:hover{  text-decoration:underline; }
.contents{
	font-size:1.2em;
	line-height:1.1em;
	box-sizing:border-box;
	transition: all .3s;
	color:#000;
	max-width:1100px;
	margin:0 auto;
	padding-left:10px;
	padding-right:10px;
}

.lang a{
	text-align:center;
	margin:0 auto;
	margin-top:11px;
	margin-bottom:30px;
	border:1px solid #fff;
	padding:5px;
	width:148px;
	display:block;
}
.lang a:hover{
	background:#fff;
	color:#000;
}

#lang a{
	text-align:center;
	margin:0 auto;
	margin-top:11px;
	margin-bottom:30px;
	border:1px solid #fff;
	padding:5px;
	width:148px;
	display:block;
}
#lang a:hover{
	background:#fff;
	color:#000;
}

.contents .img50{
	box-sizing:border-box;
	width:50%;
	float:left;
}
.contents .img100{
	width:100%;
	align:center;
	margin-top:15px;
	margin-bottom:15px;
}
.contents .imgV{
	width:100%;
	max-width:530px;
	margin-top:15px;
	margin-bottom:15px;
}
#footer-area{
	box-sizing:border-box;
	color:#fff;
	max-width:1100px;
	margin:0 auto;
	padding:20px;
	padding-left:10px;
	padding-right:10px;
}
.f-right{
	float:right;
	margin-bottom:30px;
}









.inline{ display:inline; }
.red{ color:red; }
.blue{ color:blue; }
.green{ color:green; }
.bold{ font-weight:bold; }
.big{ font-size:1.2em; }

.menu-btn{
	font-size:28px;
	font-weight:bold;
	transition: all .3s;
	padding: 8px;
	color: #FFF;
	text-align: center;
	cursor: pointer;
	width:40px;
	height:40px;
	border: 2px solid #fff;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	background: #000;
	margin-top:30px;
	margin-right:15px;
	display:block;
	float:right;
}
.menu-btn:hover{
	background: #fff;
	color: #000;
	border: 2px solid #000;
}
.share img:hover{
	transition: all .2s;
	opacity: 0.7;
}
.share-r{
	float:left;
	margin-top:6px;
}
.share-r img:hover{
	transition: all .2s;
	opacity: 0.7;
}
.menu-bottom img:hover{
	transition: all .2s;
	opacity: 0.8;
}
.p-line{
	font-weight:bold;
	color:#000;
	background:#fff;
  padding: 20px 10px;
}
.imgcenter img{
 display: block;
 margin:auto;
}

.viewimgsp{
	transition: all .1s;
	border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
	margin:0px;
	width:100%;
	opacity: 0.15;
}
.viewimgsp:hover{
	opacity: 0.0;
}
.viewimgbg{
	width:calc(100% / 4);
	box-sizing:border-box;
	border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
	float:left;
	border:3px solid #fff;
	background-position: center center;
	background-size:cover;
	float:left;
}

.viewimgbg2{
	width:calc(100% / 3);
	box-sizing:border-box;
	border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
	float:left;
	border:3px solid #fff;
	background-position: center center;
	background-size:cover;
	float:left;
}


/* リサイズデザイン ----------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1200px) {
	.inner-box100 a{ font-size:3em; }
	.inner-box50 a{ font-size:2.3em; }
	.inner-box50r a{ font-size:2.3em; }
	.inner-top100 { font-size:3em; }
}
@media screen and (max-width: 1150px) {
	.g-map-s{ width:90%; border-right:1px dashed #999; }
}
@media screen and (max-width: 1050px) {
	transition: all .3s;
	.contents .imgV{ max-width:450px; }

	div.img_100pc { height:650px;}
	div.img_100pt { height: 700px; }
	div.img_100p { height: 600px; }
	.img_50pl{ height: 450px; }
	.img_50pr{ height: 450px; }

	div.outer100s { height:400px; }
	div.img_100s { height:400px; }

	div.outer100c { height:700px; }
	div.outer100t{ height:700; }
	div.outer100{ height:600; }
	div.outer50{ height:450; }
	.overimgs img{ width:70px; margin-top:-10px; }
}
@media screen and (max-width: 900px) {
	.inner-box100 a{ font-size:2.8em; }
	.inner-box50 a{ font-size:2.2em; }
	.inner-box50r a{ font-size:2.2em; }
	.inner-top100 { font-size:2.8em; }
	.tips img{ width:300px; }
	.inp2-img{ width:300px; }
	.contents .imgV{ max-width:400px; }
	.ca-box2 { width:100%; }
}
@media screen and (max-width: 800px) {

	.contents li { font-size:1.4em; }
	.contents ul.mk { margin-left:25px; }
	.contents ul.mk li:before { margin-left:-28px; }
	.body-ol li{ font-size:1em; font-weight:normal; }

	h1{ font-size:1.8em; }
	h2{ font-size:1.4em; }
	.inner-top100 { font-size:2.5em; }
	.inner-box100 a{ font-size:2.5em; }
	.inner-box50 a{ font-size:2em; }
	.inner-box50r a{ font-size:2em; }
	.inner-msg100{ font-size:1.5em; }
	.inner-msg50{ font-size:1.2em; }
	.inner-msg50r{ font-size:1.2em; }

	.tips img{ width:250px; }
	.inp2-img{ width:250px; }

	.g-map{
		width:90%;
		float:none;
		min-height:400px;
		margin-right:0px;
		border-right:1px dashed #999;
	}
	.ca-box{
		width:100%;
		margin-bottom:-1px;
		display:block;
	}

	.ca-box-r{
		font-size:0.9em;
		margin-bottom:0px;
		width:100%;
		float:none;
	}

	.ca-item{
		font-weight:bold;
		display:block;
		width:auto;
		border:none;
		border-bottom:1px dashed #aaaaaa;
		background:none;
		padding:5px;
	}
	.ca-value{
		display:block;
		margin-left:0px;
		padding:5px;
	}
	.contents .imgV{ max-width:300px; }
}
@media screen and (max-width: 700px) {
	.img-width100 img{width:calc(100% / 2); }
	.inp2-img{
		width:100%;
		float:none;
		margin-right:0px;
		margin-bottom:5px;
	}
	.tips2 p{
		margin-top:5px;
	}
	.contents li { font-size:1.3em; }
	.contents ul.mk { margin-left:21px; }
	.contents ul.mk li:before { margin-left:-24px; }
	.body-ol li{ font-size:1em; font-weight:normal; }

	h1{ font-size:1.7em; }
	h2{ font-size:1.3em; }
	.inner-top100 { font-size:2em; }
	.inner-box100 a{ font-size:2em; }
	.inner-box50 a{ font-size:1.8em; }
	.inner-box50r a{ font-size:1.8em; }
	.inner-msg100{ font-size:1.2em; }
	.inner-msg50{ font-size:1.2em; }
	.inner-msg50r{ font-size:1.2em; }

	div.outer100s { height:300px; }
	div.img_100s { height:300px; }

	div.img_100pc { height:600px;}
	div.img_100pt { height: 650px; }
	div.img_100p { height: 550px; }
	.img_50pl{ height: 450px; }
	.img_50pr{ height: 450px; }

	div.outer100s { height:250px; }
	div.img_100s { height:250px; }

	div.outer100c { height:650px; }
	div.outer100t{ height:650; }
	div.outer100{ height:550; }
	div.outer50{ height:450; }

	.mt30{ margin-top:22px; }
	.contents{ font-size:1.1em; }
	.tips{ padding:7px; }

	.tips img{
		width:100%;
		float:none;
		margin-left:0px;
		margin-bottom:0px;
	}
	.inp{ border:none; margin-bottom:0px; }
	.inpbody{ margin-top:7px; }
	.contents .imgV{ max-width:300px; }

	div.img_100st { height: 250px; }
	div.outer100st { height:250px; }
}
@media screen and (max-width: 600px) {
	.img_50pl{
		border:none;
		width: auto;
		height: 400px;
	}
	.img_50pr{
		display: block;
		width: auto;
		height: 400px;
		float:none;
	}
	.viewimgbg{ width:calc(100% / 2); }
	.viewimgsp{ opacity: 0.0; }
	.calc-2p{ width:100%; }
	.calc-4p{ width:50%; }
}
@media screen and (max-width: 500px) {
	.g-map{ min-height:350px; }
	.g-map-s{ min-height:350px; }
	.contents .imgV{ max-width:250px; }
}
@media screen and (max-width: 450px) {

	.g-map{ width:100%; border-right:none; }
	.g-map-s{ width:100%; border-right:none; }

	.contents ul.mk { margin-left:19px; }
	.contents ul.mk li:before { margin-left:-22px; }
	.body-ol li{ font-size:1em; font-weight:normal; }

	h1{ font-size:1.5em; }
	h2{ font-size:1.3em; }
	.inner-top100 { font-size:1.5em; }
	.inner-box100 a{ font-size:1.5em; }
	.inner-box50 a{ font-size:1.5em; }
	.inner-box50r a{ margin-left:20px; margin-right:20px; font-size:1.5em; }
	.inner-msg100{ font-size:1.2em; }
	.inner-msg50{ font-size:1.2em; }
	.inner-msg50r{ padding-left:10px; font-size:1.2em; }
	div.img_100pc { height:500px;}
	div.img_100pt { height: 550px; }
	div.img_100p { height: 450px; }

	div.outer100c { height:550px; }
	div.outer100t{ height:550; }
	div.outer100{ height:450; }
	div.outer50{ height:400; }

	.mt30{ margin-top:17px; }
	.contents{ font-size:1em; }

	.contents .imgV{ max-width:200px; }
}
.big-i-link{
	font-size:0.8em;
}
.big-i-link a{
	color:#00f;
}
.big-i-link a:hover{
	color:#f00;
}

