@charset "UTF-8";
/* base
--------------------*/
body {
  min-height: 100%;
  width: 100%;
  background: #FEFEFE;
  color: #333;
  font-size: 12px;
  font-family: 'メイリオ',Meiryo,"Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
  line-height: 150%; }

p {
  font-size: 14px;
  line-height: 1.8; }

img {
  vertical-align: baseline; }

a, #sideContent a :visited, .postTag a :visited, .footerInfo .related a :visited {
  color: #DD0033;
  text-decoration: underline; }
a:hover, #sideContent a :hover:visited, .postTag a :hover:visited, .footerInfo .related a :hover:visited {
  text-decoration: none; }
a:active, #sideContent a :active:visited, .postTag a :active:visited, .footerInfo .related a :active:visited {
  color: #FF4A73;
  text-decoration: none; }

.cf:before, .cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

/* For IE 6/7 (trigger hasLayout) */
.cf {
  zoom: 1; }

/*frame
--------------------*/

#container {
  width: 980px;
  margin: 0 auto; }

#mainContent {
  width: 720px;
  float: left; }

#sideContent {
  width: 190px;
  float: right; }

header {
  width: 980px;
  margin: 0 auto 35px auto;
  }

footer {
  clear: both;
  padding-top: 85px;
  margin-bottom: 55px; }
footer .inner {
  padding-top: 10px;
  border-top: 1px solid #ddd; }
footer .footerNav {
  float: left; }
footer .copyright {
  font-size: 12px;
  float: right; }

/*mixin
---------------------*/
/*variable
---------------------*/
/* module
--------------------*/
header h1 {
  font-weight: bold;
  font-family: 'Pontano Sans', sans-serif;
  font-size: 39px; }
header h1 span {
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4);
  display: inline-block;
  vertical-align: middle; }
header h1 img {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5;
  margin-right: 6px; }
header h1 a, header h1 #sideContent a :visited, #sideContent a header h1 :visited, header h1 .postTag a :visited, .postTag a header h1 :visited, header h1 .footerInfo .related a :visited, .footerInfo .related a header h1 :visited {
  text-decoration: none;
  color: #111; }

.entry {
  margin-bottom: 65px; }
.entry + .footerInfo {
  margin-top: -30px; }

.headLine {
  margin-bottom: 20px;
  font-size: 19px;
  font-weight: bold;
  color: #575757; }

.headerInfo {
  width: 720px;
  padding-top: 37px;
  border-top: 2px solid #dd0033; }
.headerInfo h1 {
  margin-bottom: 10px;
  padding-bottom: 40px;
  border-bottom: 1px solid #DDDDDD;
  font-family: 'メイリオ',Meiryo,"Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
  font-size: 30px;
  line-height: 1.3;
  font-weight: normal; }
.headerInfo dl {
  float: left; }
.headerInfo dl .date {
  float: left; }
.headerInfo dl .writer {
  margin-left: 15px;
  float: left; }
.headerInfo dl .writer a, .headerInfo dl .writer #sideContent a :visited, #sideContent a .headerInfo dl .writer :visited, .headerInfo dl .writer .postTag a :visited, .postTag a .headerInfo dl .writer :visited, .headerInfo dl .writer .footerInfo .related a :visited, .footerInfo .related a .headerInfo dl .writer :visited {
  color: #111;
  text-decoration: none; }
.headerInfo dl .writer a:visited, .headerInfo dl .writer #sideContent a :visited, #sideContent a .headerInfo dl .writer :visited, .headerInfo dl .writer .postTag a :visited, .postTag a .headerInfo dl .writer :visited, .headerInfo dl .writer .footerInfo .related a :visited, .footerInfo .related a .headerInfo dl .writer :visited {
  color: #111;
  text-decoration: none; }
.headerInfo dl .writer a:hover, .headerInfo dl .writer #sideContent a :hover:visited, #sideContent a .headerInfo dl .writer :hover:visited, .headerInfo dl .writer .postTag a :hover:visited, .postTag a .headerInfo dl .writer :hover:visited, .headerInfo dl .writer .footerInfo .related a :hover:visited, .footerInfo .related a .headerInfo dl .writer :hover:visited {
  color: #DD0033; }
.headerInfo .snsBtn {
  float: right; }
.headerInfo .snsBtn ul li {
  display: block;
  float: left; }
.headerInfo .snsBtn ul li:nth-child(2) {
  width: 120px !important; }
.headerInfo .snsBtn ul li:nth-child(3) {
  width: 70px !important; }

.more-link {
  margin-top: 35px;
  text-align: right;
  float:right }

.pagination {
  text-align: center; }
.pagination ul {
  display: inline-block;
  *display: inline-block;
  zoom: 1; }
.pagination ul li {
  width: 30px;
  height: 28px;
  padding: 3px 9px;
  font-size: 16px;
  display: block;
  float: left;
  position: relative; }
.pagination ul li.prev i:before {
  width: 0;
  height: 0;
  position: relative;
  text-align: center;
  content: "";
  border: 5px solid transparent;
  border-right: 5px solid #FEFEFE;
  position: absolute;
  z-index: 2;
  left: 35px;
  bottom: 12px; }
.pagination ul li.prev i:after {
  width: 0;
  height: 0;
  position: relative;
  text-align: center;
  content: "";
  border: 5px solid transparent;
  border-right: 5px solid #111;
  position: absolute;
  z-index: 1;
  left: 34px;
  bottom: 12px; }
.pagination ul li.next i:before {
  width: 0;
  height: 0;
  position: relative;
  text-align: center;
  content: "";
  border: 5px solid transparent;
  border-left: 5px solid #FEFEFE;
  position: absolute;
  z-index: 2;
  right: 35px;
  bottom: 12px; }
.pagination ul li.next i:after {
  width: 0;
  height: 0;
  position: relative;
  text-align: center;
  content: "";
  border: 5px solid transparent;
  border-left: 5px solid #111;
  position: absolute;
  z-index: 1;
  right: 34px;
  bottom: 12px; }
.pagination ul li a, .pagination ul li #sideContent a :visited, #sideContent a .pagination ul li :visited, .pagination ul li .postTag a :visited, .postTag a .pagination ul li :visited, .pagination ul li .footerInfo .related a :visited, .footerInfo .related a .pagination ul li :visited {
  padding: 5px 0;
  color: #111;
  display: block;
  text-decoration: none; }
.pagination ul li a:hover, .pagination ul li #sideContent a :hover:visited, #sideContent a .pagination ul li :hover:visited, .pagination ul li .postTag a :hover:visited, .postTag a .pagination ul li :hover:visited, .pagination ul li .footerInfo .related a :hover:visited, .footerInfo .related a .pagination ul li :hover:visited {
  color: #DD0033; }
.pagination ul li span {
  display: block;
  padding: 5px 0;
  color: #fff;
  background: #666; }

#sideContent {
  margin-top: -40px; }
#sideContent a, #sideContent a :visited, .postTag a #sideContent :visited, .footerInfo .related a #sideContent :visited {
  color: #111;
  text-decoration: none; }
#sideContent a:hover, #sideContent a :hover:visited, .postTag a #sideContent :hover:visited, .footerInfo .related a #sideContent :hover:visited {
  color: #DD0033; }
#sideContent a:active, #sideContent a :active:visited, .postTag a #sideContent :active:visited, .footerInfo .related a #sideContent :active:visited {
  color: #FF4A73; }
#sideContent .headline {
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  font-weight: bold;
  font-family: 'Pontano Sans', sans-serif;
  font-size: 19px;
  color: #1F1F1F;
  margin: 40px 0 10px 0; }
#sideContent .recentEntry p {
  margin-bottom: 12px;
  font-size: 13px;
  line-height: 1.4; }
#sideContent .recentEntry p:last-child {
  margin-bottom: 0; }
#sideContent .Category ul li, #sideContent .link ul li {
  margin-bottom: 10px; }
#sideContent .Category ul li:before, #sideContent .link ul li:before {
  content: "・"; }

.archive {
  position: relative; }
.archive select {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 190px;
  height: 26px;
  opacity: 0; }
.archive .inner {
  position: relative;
  z-index: 0;
  box-sizing: border-box;
  border: 1px solid #bbb;
  padding: 0 12px 0 5px;
  width: 190px;
  height: 26px;
  font-size: 13px;
  line-height: 27px; }
.archive .inner:before, .archive .inner:after {
  content: '';
  position: absolute;
  display: block; }
.archive .inner:before {
  top: 0;
  right: 0;
  bottom: 0;
  width: 24px;
  background: #eee; }
.archive .inner:after {
  top: 50%;
  right: 7px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border: solid transparent;
  border-top-color: #868686;
  border-width: 5px 5px 0 5px; }

.banner {
  margin-top: 30px;
  padding: 3px 15px 2px 10px;
  background: #F5F5F5;
  border: 1px solid #ccc;
  position: relative; }
.banner p {
  font-weight: bold;
  font-family: 'Pontano Sans', sans-serif;
  font-size: 17px; }
.banner p a, .banner p #sideContent a :visited, #sideContent a .banner p :visited, .banner p .postTag a :visited, .postTag a .banner p :visited, .banner p .footerInfo .related a :visited, .footerInfo .related a .banner p :visited {
  display: block; }
.banner p i:before {
  width: 0;
  height: 0;
  position: relative;
  text-align: center;
  content: "";
  border: 5px solid transparent;
  border-left: 5px solid #FEFEFE;
  position: absolute;
  z-index: 2;
  right: 10px;
  bottom: 14px; }
.banner p i:after {
  width: 0;
  height: 0;
  position: relative;
  text-align: center;
  content: "";
  border: 5px solid transparent;
  border-left: 5px solid #111;
  position: absolute;
  z-index: 1;
  right: 9px;
  bottom: 14px; }

/* post
-----------------------*/
.post h2 {
  margin: 55px 0 30px 0;
  padding-left: 10px;
  font-weight: bold;
  font-family: 'Pontano Sans', sans-serif;
  font-size: 26px;
  line-height: 1.1;
  border-left: 5px solid #dd0033; }
.post .headerInfo + h2 {
  margin-top: 0px; }
.post h3 {
  margin: 55px 0 20px 0;
  font-weight: bold;
  font-family: 'Pontano Sans', sans-serif;
  font-size: 24px;
  line-height: 1.1; }
.post h4 {
  margin: 55px 0 20px 0;
  font-weight: bold;
  font-family: 'Pontano Sans', sans-serif;
  font-size: 17px;
  line-height: 1.1; }
.post p + p {
  margin-top: 20px; }
.post strong {
  font-weight: bold; }
.post ul {
  font-size: 14px;
  line-height: 1.5;
  margin-left: 15px;
  margin-top: 20px;
  margin-bottom: 20px;}
.post ul li {
  margin-bottom: 5px;
  position: relative;
  line-height: 1.5;}
.post ul li:before {
  position: absolute;
  left: -20px;
  top: -8px;
  font-size: 25px;
  content: "・";
  color: #DD0033;}
.post ul li ul {
  margin: 5px 0 0 20px; }
.post ul li ul li:before {
  content: "-";
  color: #DD0033; }
.post ul li ol {
  margin: 5px 0 0 0; }
.post ul li ol li:before {
  content: "";
  margin-left: 20px; }
.post ol {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  padding-left: 25px; }
.post ol li {
  margin-bottom: 5px;
  list-style-type: decimal; }
.post ol li ul {
  margin: 5px 0 0 12px; }
.post ol li ul li {
  list-style-type: none; }
.post ol li ul li:before {
  position: absolute;
  left: -20px;
  font-size: 25px;
  content: "・";
  color: #DD0033; }
.post ol ol {
  margin: 5px 0 0 0; }
.post dl {
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 20px;}
.post dl dt {
  font-weight: bold;}
.post dl dd {
  margin: 0 0 15px 15px;}
.post img {
  margin: 15px 0; }
.post blockquote {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  background: #eee;
  position: relative; }
.post blockquote:before {
  content: "“";
  font-size: 35px;
  color: #ddd;
  position: absolute;
  top: 15px;
  left: 5px; }
.post blockquote:after {
  content: "“";
  font-size: 35px;
  color: #ddd;
  position: absolute;
  bottom: -8px;
  right: 5px; }
.post table {
  font-size: 14px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  border-collapse: collapse; }
.post table th {
  padding: 8px;
  text-align: left;
  font-weight: bold;
  text-align: center;
  vertical-align: top;
  color: #333;
  background-color: #eee;
  border: 1px solid #ddd; }
.post table thead th {
  font-weight: bold; }
.post table td {
  padding: 6px;
  background-color: #fff;
  border: 1px solid #ddd; }
.post pre {
  margin-bottom: 20px;}
.entryMeta {
  margin-top: 20px; }
.entryMeta .snsBtn {
  float: right; }
.entryMeta .snsBtn ul li {
  display: block;
  float: left; }
.entryMeta .snsBtn ul li:nth-child(2) {
  width: 120px !important; }
.entryMeta .snsBtn ul li:nth-child(3) {
  width: 70px !important; }

.postTag {
  margin-top: 10px;
  text-align: right; }
.postTag a, .postTag #sideContent a :visited, #sideContent a .postTag :visited, .postTag a :visited, .postTag .footerInfo .related a :visited, .footerInfo .related a .postTag :visited {
  color: #111;
  text-decoration: none; }
.postTag a:hover, .postTag #sideContent a :hover:visited, #sideContent a .postTag :hover:visited, .postTag a :hover:visited, .footerInfo .related a .postTag :hover:visited {
  color: #DD0033; }
.postTag a:active, .postTag #sideContent a :active:visited, #sideContent a .postTag :active:visited, .postTag a :active:visited, .footerInfo .related a .postTag :active:visited {
  color: #FF4A73; }
.postTag ul {
  display: inline-block; }
.postTag ul li {
  display: inline-block;
  margin-left: 5px; }
.postTag ul li:first-child {
  margin-left: 0; }

.Col_A { -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px; padding: 15px 15px 25px 15px; background: #fcfac6; color: #fff; font-weight: bold; text-align: center; }
#TOP_base { background: url(../images/BG.png) 0 0 no-repeat; width: 950px; height: 368px; position: relative;}
.TOP_01 { position: absolute; top: -30px; left: -55px; z-index: 2;}
.TOP_02 { position: absolute; top: 120px; left: 40px; z-index: 4;}
.TOP_03 { position: absolute; top: 205px; left: 40px; z-index: 3;}
.TOP_04 { position: absolute; top: 300px; left: 40px; z-index: 1;}
.TOP_05 { position: absolute; top: 225px; left: 645px; z-index: 1;}

.B_link a { display: block; text-indent: -9999px; background: url(../images/B_01.png) 0 0 no-repeat; width: 942px; height: 78px; margin: 0 auto; margin-bottom:25px;}
.B_link a:hover { display: block; text-indent: -9999px; background: url(../images/B_01.png) 0 -78px no-repeat; width: 942px; height: 78px;}

.Btn_bottom { padding-bottom: 80px;}
.Btn_bottom a { display: block; text-indent: -9999px; background: url(../images/Btn_Bottom.png) 0 0 no-repeat; width: 716px; height: 65px; margin: 0 auto; margin-top: 40px; margin-bottom: 100px;}
.Btn_bottom a:hover { display: block; text-indent: -9999px; background: url(../images/Btn_Bottom.png) 0 -65px no-repeat; width: 716px; height: 65px; margin: 0 auto; margin-top: 40px; margin-bottom: 100px}

.demo2_img img { margin:0 auto; padding: 0; line-height: none;display:block;}



/*FORM1*/

/*まず、フォーム全体の囲み罫や背景などを指定*/

#form1_col{
	padding: 10px;
	margin-bottom: 15px;
	border: 1px solid #ccc;
	color: #666;
	background: #F0F8F1;
	/*↓背景グラデーションの指定*/
	background: -moz-linear-gradient(top, #FBFCFC, #F0F8F1);
	background: -webkit-linear-gradient(top, #FBFCFC, #F0F8F1);
	background: linear-gradient(#FBFCFC, #F0F8F1);
	}

form#form1 {
}

.form_tit { padding: 25px 0;}

/*リスト要素<ul>を初期化*/
form#form1 ul.l_list {
	padding:0;
	margin:0;
	 width: 380px;
	float: left;
}
/*<li>も初期化し、ボーダーなどを指定*/
form#form1 ul.l_list li {
	list-style:none;
	margin:0px;
	padding:10px;
	border-top: 2px solid #FFF;
	font-size: 12px;
	text-align: left;
}
/*最初の<li>にはボーダーをつけない（:first-child疑似クラスによる指定）*/
form#form1 ul.l_list li:first-child {
	border-top:none;}


/* span要素をブロック化しフロートでフォーム部品と横に並べる*/
form#form1 ul.l_list li span {
	width: 27em;
	margin:0px;
	display:block;
	float:left;
/* floatでなく、CSS3 の「display: inline-block」を使う手もアリ 
	display: inline-block;*/
}

/*「:after」で <li>の末尾でフロートをクリア*/
form#form1 ul.l_list li:after {
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	clear:both;     /*←フロートをクリア*/
}

/* テキスト入力部品の見た目を統一する */
form#form1 ul.l_list li label .txtfiled, form#form1 select {
	width:250px;
	padding:3px 5px;
	margin:0px;
	color:#666;
	border: solid 1px #ccc;
	/*テキストエリア内にシャドウをつける。最初にbackground初期化が必要*/
    background: #fff;
	-webkit-box-shadow: 2px 3px 5px -2px #ddd inset;
	-moz-box-shadow: 2px 3px 5px -2px #ddd inset;
	box-shadow: 2px 3px 5px -2px #ddd inset;
	/*角丸にする*/
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
}
form#form1 select {
	/*selectは250では大きすぎるので*/
	width:200px;
}

/*チェックボックス、ラジオボタンのブロックの指定*/
form#form1 ul.l_list li p {
	margin:5px 0 0 30px;
}
/*チェックボックス、ラジオボタンの label要素を横に並べる*/
form#form1 ul.l_list li p label {
	margin-right: 2em;
	display: block;
	float: left;
}
/*input要素とテキストがくっつかないように右にマージンを少し*/
form#form1 ul.l_list li p label input {
	margin-right:0.5em;
}
/*チェックボックス、ラジオボタンの label要素にロールオーバー時の変化を指定する*/
form#form1 ul.l_list li p label:hover {
	background : #FFF;
	color: #096;
	font-weight:bold;
}
/*チェックボックスの<label>の横幅を統一する（<p>にクラス名.checkをつけて）*/
form#form1 ul.l_list li p.check label {
	width: 9em;
}
/*送信・リセットボタンの体裁を指定（[type="○○"]で属性の値でセレクト）*/
form#form1 ul.l_list li input[type="button"] ,
form#form1 ul.l_list li input[type="reset"] {
	cursor:pointer;     /*←これでカーソルを指先型に変化させる*/
	font-size:130%;
	font-weight: bold;
	width:150px;
	padding: 5px 0;
	margin-right:0.5em;
	border-style:none;
	color: #fff;
	background:#90E733;
/*↓背景グラデーションの指定です*/
	background: -moz-linear-gradient(top, #90E733, #428000 50%, #90E733);
	background: -webkit-linear-gradient(top, #90E733, #428000 50%, #90E733);
	background: linear-gradient(#90E733, #428000 50%, #90E733);
/*↓以下、ボックスの角丸、シャドウ、テキストシャドウの指定*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 2px 2px 3px 1px #666;
	-webkit-box-shadow: 2px 2px 3px 1px #666;
	box-shadow: 2px 2px 3px 1px #666;
	text-shadow: 1px 1px 2px #000; 
}

form#form1 ul.l_list li input[type="submit"]:hover ,
form#form1 ul.l_list li input[type="reset"]:hover {
/*↓ここではロールオーバー時の透明度を変更。もちろんグラデーションを指定してもOK*/
	opacity: 0.8;
	font-size:135%;
}

form#form1 ul.R_list { float:left; padding-left: 50px; width: 440px;}
form#form1 ul.R_list li { text-align: left;}
form#form1 ul.R_list li.answer { font-size: 60px;}

form#form1 ul.R_list #kekka_col {
	width:420px;
	padding:3px 5px;
	margin: 20px 0;
	color:#666;
	border: solid 1px #ccc;
	/*テキストエリア内にシャドウをつける。最初にbackground初期化が必要*/
    background: #fff;
	-webkit-box-shadow: 2px 3px 5px -2px #ddd inset;
	-moz-box-shadow: 2px 3px 5px -2px #ddd inset;
	box-shadow: 2px 3px 5px -2px #ddd inset;
	/*角丸にする*/
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
}

form#form1 ul.R_list #kekka_col #kekka{
	/*selectは250では大きすぎるので*/
	width:400px;
	padding: 10px;
	font-size: 100px;
	text-align: right;
	color: #acacac;
}


.submit_Btn { margin-left: 70px;}


/************************************************************
 * 小動物
 ************************************************************/
.pa													{ position: absolute;}
.vaM												{ vertical-align: middle;}
.ilB												{ display: inline-block;}
.mT5												{ margin-top: 5px;}
.mT6												{ margin-top: 6px;}
.mT8												{ margin-top: 8px;}
.mT10												{ margin-top: 10px;}
.mT15												{ margin-top: 15px;}
.mT20												{ margin-top: 20px;}
.mT30												{ margin-top: 30px;}
.mR3												{ margin-right: 3px;}
.mR5												{ margin-right: 5px;}
.mR10												{ margin-right: 10px;}
.mR13												{ margin-right: 11px;}
.mR15												{ margin-right: 15px;}
.mR20												{ margin-right: 20px;}
.mL3												{ margin-left: 3px;}
.mL4												{ margin-left: 5px;}
.mL10												{ margin-left: 10px;}
.mL20												{ margin-left: 20px;}
.mB5												{ margin-bottom: 5px;}
.mB10												{ margin-bottom: 10px;}
.mB15												{ margin-bottom: 15px;}
.mB20												{ margin-bottom: 20px;}
.pB30												{ padding-bottom: 30px;}
.fgRed												{ color: #c00;}
.fgLGray											{ color: #999;}
.fgOrange											{ color: #ff7200;}
.iMG												{ display: block; text-indent: -9999px; text-decoration: none; outline: none;}
.taL												{ text-align: left !important;}
.taC												{ text-align: center !important;}
.taR												{ text-align: right !important;}
.arial												{ margin-right: 1px; font-weight: 700; font-family: Arial; vertical-align: -1px;}
.fs10												{ font-size: 10px;}
.fs12												{ font-size: 12px;}
.fs14												{ font-size: 14px;}
.fs15												{ font-size: 15px;}
.fs16												{ font-size: 16px;}
.fs18												{ font-size: 18px;}
.fs24												{ font-size: 24px;}
.nml												{ font-weight: 400 !important;}
.bold												{ font-weight: 700 !important;}
.ls1												{ letter-spacing: 1px;}
.glay   											{ color: #666;}
.red   												{ color: #FF0000;}
.clb   												{ clear:both;}
.fll { float: left;}
.flr { float: right;}	
.w150 { width: 150px;}	
.font_Arial											{ font:Arial;}
.fontgold											{ color: #c78305;}
.p10												{ padding: 10px;}
.m0_aut { margin: 0 auto;}


.snsList {
	clear: both;
    font-size: 10px;
    padding-bottom: 5px;
    padding-top: 10px;
	margin-left: 565px;
}

	
a.mixi-check-button img {
    margin-bottom: 6px;
    margin-right: 5px;
}	

.fb_share_size_Small {
	padding-top: -40px !important;
	margin-top: 0px;
	/margin-top: -24px;
	display: block;
	float: right;
	}
	
.demo2 h2 { margin: 0;}	
