@charset "utf-8";
/*-------------------------------------------------------------
	通常
	文字サイズ中
基本サイズ16px

表示したいサイズ	指定する値
10px	63%
11px	69%
12px	75%
13px	82%
14px	88%
15px	94%
16px	100%
17px	107%
18px	113%
19px	119%
20px	125%
21px	132%
22px	138%
23px	144%
24px	150%
25px	157%
26px	163%
28px	175%
30px	187.5%
32px	200%
34px	212.5%
36px	225%
--------------------------------------------------------------*/
body {
	font-size: 16px;
}

/* for IE6 */
* html body {
	font-size: 100%;
}

/* for IE7 */
*:first-child+html body {
	font-size: 100%;
}
.wrap{
	width:960px;
	/*border-left:1px solid #000066;
	border-right:1px solid #000066;
	border:1px solid #000066;*/
	margin:auto;
	font-size: 100%;
	

}
.nav{
	clear:both;
}
#top .contents{
	position:relative;
	height:810px;
	clear:both;
	float:left;	
	width: 760px;
	background-image:url(../images/tree.jpg);
	background-position:10px 40px;
	background-repeat:no-repeat;
}
.info{
	float:right;
	width: 200px;
	margin: 20px 0;
}
.footer{
	width:960px;
	clear:both;
	text-align: center;
	padding: 20px 0 0 0;	
}
/*
*html .footer{display:inline;}
*/
.footer p{
	padding: 6px 0;	
	background-color: #7e9dfa;
	color: #000000;
}

img{
	vertical-align:bottom;
}
/*-------------------------------------------------------------
	文字サイズの変更
--------------------------------------------------------------*/
.npo{
	margin: 10px 0 4px 160px;
	font-size:28px;
	text-align:center;
	color: #000000;
	background-image:url(../images/head.gif);
	background-position:186px 14px;
	background-repeat:no-repeat;
	background-color:#ffffff ;
	text-shadow: 2px 4px 1px #cccccc;
	filter: dropshadow(color=#cccccc, offx=2, offy=4);
}
.npo a{
	text-decoration:none;
	color: #000000;
}
.fchange{
	border: solid 1px #000000;
	padding: 4px;
	margin: 16px 20px 0 0;
	float: right;
}
#mid,#la,#rev{
	border: solid 1px #000000;
	padding:0 4px;
	margin:4px;
	cursor: pointer;
}
#la{
	color: #000000;
	background-color: #ffffff;
}
#mid{
	color: #ffffff;
	background-color: #000000;
}

/*-------------------------------------------------------------
	ナビゲーション
--------------------------------------------------------------*/
ul.mainnav{
	list-style:none;
	float:left;
	/*background-color:#d1d1ff;*/
}
.mainnav li,.jigyoubox div{
	float:left;
	text-align: center;
}
.jigyoubox{
	position:absolute;
	top:720px;
	left:40px;
}
.mainnav a,.jigyoubox a{
	display:block;
	width:120px;
	text-decoration:none;
	height:65px;
	padding:10px;
	color:#333333;
	font-size: 75%;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
/*　*/
.mainnav a.warabi{
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 0;
	
}

.jigyoubox a{
	margin-left:4px;
	font-size:69%;
	padding:10px 6px;
	width:96px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.jigyoubox .ayumi{
	border:solid 4px #ffbfff;
}
.jigyoubox .akitu{
	border:solid 4px #ffbfbf;
}
.jigyoubox .daichi{
	border:solid 4px #dfffbf;
}
.jigyoubox .apro{
	border:solid 4px #bfcfff;
}
.jigyoubox .warabi{
	border:solid 4px #ffdfbf;
}
.jigyoubox .tomo{
	border:solid 4px #bfffbf;
}
.jigyoubox a .jigyou_ayumi,
.jigyoubox a .jigyou_akitu,
.jigyoubox a .jigyou_daichi,
.jigyoubox a .jigyou_apro,
.jigyoubox a .jigyou_warabi,
.jigyoubox a .jigyou_tomo{
	font-size:138%;
	line-height:2.4em;
}
.jigyoubox a .jigyou_warabi{
	line-height:4.6em;
}

.mainnav a:hover{
	color:#0000ff;
}
.mainnav a .jigyou_ayumi,
.mainnav a .jigyou_akitu,
.mainnav a .jigyou_daichi,
.mainnav a .jigyou_apro,
.mainnav a .jigyou_warabi,
.mainnav a .jigyou_tomo{
	font-size:138%;
	line-height:2.4em;
}
.mainnav a .jigyou_warabi{
	line-height:4.6em;
}
ul ul{
	position: absolute;
	top:-40px;
}
.mainnav a.ayumi{
	border:solid 1px #ffbfff;
	background:#ffbfff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ffffff), color-stop(0.00, #ffbfff));
	background: -webkit-linear-gradient(#ffbfff, #ffffff);
	background: -moz-linear-gradient(#ffbfff, #ffffff);
	background: -o-linear-gradient(#ffbfff, #ffffff);
	background: -ms-linear-gradient(#ffbfff, #ffffff);
	background: linear-gradient(#ffbfff, #ffffff);
}
.mainnav a.ayumi:hover{
	border:solid 1px #ff73ff;
	background-color:#ff73ff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ff73ff), color-stop(0.00, #ffbfff));
	background: -webkit-linear-gradient(#ffbfff, #ff73ff);
	background: -moz-linear-gradient(#ffbfff, #ff73ff);
	background: -o-linear-gradient(#ffbfff, #ff73ff);
	background: -ms-linear-gradient(#ffbfff, #ff73ff);
	background: linear-gradient(#ffbfff, #ff73ff);
}
.mainnav a.akitu{
	border:solid 1px #ffbfbf;
	background-color:#ffbfbf;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ffffff), color-stop(0.00, #ffbfbf));
	background: -webkit-linear-gradient(#ffbfbf, #ffffff);
	background: -moz-linear-gradient(#ffbfbf, #ffffff);
	background: -o-linear-gradient(#ffbfbf, #ffffff);
	background: -ms-linear-gradient(#ffbfbf, #ffffff);
	background: linear-gradient(#ffbfbf, #ffffff);
}
.mainnav a.akitu:hover{
	border:solid 1px #ff7373;
	background-color:#ff7373;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ff7373), color-stop(0.00, #ffbfbf));
	background: -webkit-linear-gradient(#ffbfbf, #ff7373);
	background: -moz-linear-gradient(#ffbfbf, #ff7373);
	background: -o-linear-gradient(#ffbfbf, #ff7373);
	background: -ms-linear-gradient(#ffbfbf, #ff7373);
	background: linear-gradient(#ffbfbf, #ff7373);
}
.mainnav a.daichi{
	border:solid 1px #dfffbf;
	background-color:#dfffbf;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ffffff), color-stop(0.00, #dfffbf));
	background: -webkit-linear-gradient(#dfffbf, #ffffff);
	background: -moz-linear-gradient(#dfffbf, #ffffff);
	background: -o-linear-gradient(#dfffbf, #ffffff);
	background: -ms-linear-gradient(#dfffbf, #ffffff);
	background: linear-gradient(#dfffbf, #ffffff);
}
.mainnav a.daichi:hover{
	border:solid 1px #b9ff73;
	background-color:#b9ff73;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #dfffbf), color-stop(0.00, #dfffbf));
	background: -webkit-linear-gradient(#dfffbf, #b9ff73);
	background: -moz-linear-gradient(#dfffbf, #b9ff73);
	background: -o-linear-gradient(#dfffbf, #b9ff73);
	background: -ms-linear-gradient(#dfffbf, #b9ff73);
	background: linear-gradient(#dfffbf, #b9ff73);
}
.nav a.apro{
	border:solid 1px #bfcfff;
	background-color:#bfcfff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ffffff), color-stop(0.00, #bfcfff));
	background: -webkit-linear-gradient(#bfcfff, #ffffff);
	background: -moz-linear-gradient(#bfcfff, #ffffff);
	background: -o-linear-gradient(#bfcfff, #ffffff);
	background: -ms-linear-gradient(#bfcfff, #ffffff);
	background: linear-gradient(#bfcfff, #ffffff);
}
.mainnav a.apro:hover{
	border:solid 1px #7396ff;
	background-color:#7396ff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #7396ff), color-stop(0.00, #bfcfff));
	background: -webkit-linear-gradient(#bfcfff, #7396ff);
	background: -moz-linear-gradient(#bfcfff, #7396ff);
	background: -o-linear-gradient(#bfcfff, #7396ff);
	background: -ms-linear-gradient(#bfcfff, #7396ff);
	background: linear-gradient(#bfcfff, #7396ff);
}
.nav a.warabi{
	border:solid 1px #ffdfbf;
	background-color: #ffdfbf;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ffffff), color-stop(0.00, #ffdfbf));
	background: -webkit-linear-gradient(#ffdfbf, #ffffff);
	background: -moz-linear-gradient(#ffdfbf, #ffffff);
	background: -o-linear-gradient(#ffdfbf, #ffffff);
	background: -ms-linear-gradient(#ffdfbf, #ffffff);
	background: linear-gradient(#ffdfbf, #ffffff);
}
.mainnav a.warabi:hover{
	border:solid 1px #ffb973;
	background-color:#ffb973;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ffb973), color-stop(0.00, #ffdfbf));
	background: -webkit-linear-gradient(#ffdfbf, #ffb973);
	background: -moz-linear-gradient(#ffdfbf, #ffb973);
	background: -o-linear-gradient(#ffdfbf, #ffb973);
	background: -ms-linear-gradient(#ffdfbf, #ffb973);
	background: linear-gradient(#ffdfbf, #ffb973);
}
.mainnav a.tomo{
	border:solid 1px #bfffbf;
	background-color:#bfffbf;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ffffff), color-stop(0.00, #bfffbf));
	background: -webkit-linear-gradient(#bfffbf, #ffffff);
	background: -moz-linear-gradient(#bfffbf, #ffffff);
	background: -o-linear-gradient(#bfffbf, #ffffff);
	background: -ms-linear-gradient(#bfffbf, #ffffff);
	background: linear-gradient(#bfffbf, #ffffff);
}
.mainnav a.tomo:hover{
	border:solid 1px #73ff73;
	background-color:#73ff73;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #73ff73), color-stop(0.00, #bfffbf));
	background: -webkit-linear-gradient(#bfffbf, #73ff73);
	background: -moz-linear-gradient(#bfffbf, #73ff73);
	background: -o-linear-gradient(#bfffbf, #73ff73);
	background: -ms-linear-gradient(#bfffbf, #73ff73);
	background: linear-gradient(#bfffbf, #73ff73);
}
ul.subnav{

	float:left;
	background-color:#7e9dfa;
	border-bottom:1px solid #6d6d9f;
}
.subnav a{
	display:block;
	width:108px;
	text-align:center;
	text-decoration:none;

	height:20px;
	padding:6px 0  2px 0;
	color:#000000;
	font-size: 75%;
}
.mid{
	border-bottom:1px solid #6d6d9f;
	border-top:1px solid #6d6d9f;
}
.subnav a{
	background-image:url(../images/byu5.gif);
	background-repeat:no-repeat;
	background-position:18px 9px;
}
.subnav a:hover{
	color:#0000ff;
	background-color: #d1d1ff;
}
/*-------------------------------------------------------------
	Q and A
--------------------------------------------------------------*/
h2{
	font-weight:bold;
	color:#123b06;}
h1.top{
	text-align:center;
	margin:20px 0;
	font-size:138%;
	color:#410413;
}
.contents h3{
	color:#ffffff;
}
dl{
	font-size:88%;
	margin-top:1em;

}
dl a{
	color:#ff003b;
	text-decoration:none;
}
dt{
	clear:both;
	float:left;
	padding-left:1em;
	background-image:url(../images/byu6.gif);
	background-repeat:no-repeat;
	background-position:0px 0.4em;
}
dd{
	float:right;
}
.up1{
	margin-top:-1.6em;
}
.qa1,
.qa2,
.qa3,
.qa4,
.qa5,
.qa6,
.qa7
{
	width:340px;
	float:left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color:#ffffff;
	background-color:rgba(255,255,255,0.72);
	padding:10px;
	border:1px solid #cccccc;
}
.qa7
{
	clear:both;
}
.qa1:hover,
.qa2:hover,
.qa3:hover,
.qa4:hover,
.qa5:hover,
.qa6:hover,
.qa7:hover{
	background-color:#052204;
	background-color:rgba(5, 34, 4, 0.72);
	border:1px solid #000000;
}
.qa1{
	margin:10px 200px;
}
.qa2,.qa3,.qa4,.qa5,.qa6,.qa7{
	margin:10px 0 10px 10px;
}
.qa2,.qa4,.qa6{
	clear:both;
}
#a1,
#a2,
#a3,
#a4,
#a5,
#a6,
#a7{
	display:none;
}
.jigyoubox{
	clear:both;
}
*:first-child+html dt,*html dt{
	float::none;
}
*:first-child+html dd,*html dd{
	float:none;
}
*:first-child+html .up1,*html .up1{
	clear:both;
	margin-top:0em;
}
*html .contents h3{color:#000000;}
/*-------------------------------------------------------------
	袖の情報部分	;
--------------------------------------------------------------*/
.info h2{

	background-image: -o-linear-gradient(bottom, #46AEDE 14%, #B1D4E3 100%);
	background-image: -moz-linear-gradient(bottom, #46AEDE 14%, #B1D4E3 100%);
	background-image: -webkit-linear-gradient(bottom, #46AEDE 14%, #B1D4E3 100%);
	background-image: -ms-linear-gradient(bottom, #46AEDE 14%, #B1D4E3 100%);
	background-image: linear-gradient(bottom, #46AEDE 14%, #B1D4E3 100%);
	background-image:url(../images/byu7.gif);
	background-repeat:no-repeat;
	background-position:10px 4px;
	background-color:#46AEDE;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	width: 200px;
	padding: 3px 0 2px 0;
	font-size: 88%;
	text-align:center;
}
.infobox{
	width: 178px;
	padding: 10px 10px;
	margin-bottom: 1em;
	border: 1px solid #46AEDE;
	border-top-style: none;
	font-size: 88%;
}
.info p{
	font-size: 88%;
}

/*-------------------------------------------------------------
	セカンドページ以降
--------------------------------------------------------------*/
/* common */
.contents_second{
	position:relative;
	clear:both;	
	width: 960px;
}
.contents_second p.pan{
	clear:both;	
	padding:1em 20px 1em 0;
	font-size:88%
}
.contents_second h1{
	text-align:center;
	width:240px;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	font-size: 75%;
}
.logo{
	font-size:200%;
	line-height:3em;
}
.contents_second h2{
	background-image: url("../images/byu1.gif");
	background-repeat: no-repeat;
	background-position: 20px 0;
	margin: 0 0 0 10px;
	font-size: 100%;
	padding:16px 0 0 42px;
}
#report .contents_second h2{
	margin: 60px 0 0 10px;
	font-size: 100%;
	padding:16px 0 0 42px;
}
.blog{
	margin:40px 60px;
}
.update{
	text-align:right;
	margin-bottom:30px;
}
.form-group p{
	text-align:left;
	margin:10px 0;
}
.form-group p input{
	width:100%;
}
.form-group label{
	font-weight:bold;
}
.bottom{
	margin-top:100px;
}
.s_month{display:none;}
h2.bb{
	background-image: url("../images/byu3.gif");
}
.abox{
	padding-bottom:20px;
	margin-right: 20px;
	background-image: url("../images/byu22.jpg");
	background-repeat: no-repeat;
	background-position: right bottom;
}
.bbox{
	padding-bottom:20px;
	margin-right: 20px;
	background-image: url("../images/byu33.jpg");
	background-repeat: no-repeat;
	background-position: right bottom;
	overflow:hidden;
}
#ayumi .abox{
	background-image: url("../images/byu222.gif");
}
#ayumi .bbox{
	background-image: url("../images/byu33.jpg");
}
.abox p,.bbox p{
	margin: 10px 20px 4px 60px;
}
.abox ul,.bbox ul{
	margin: 4px 30px 14px 60px;
}
/* ayumi */
#ayumi .contents_second{

	background-image: url("../images/baby.gif");
	background-repeat: no-repeat;
	background-position: 520px 20px;
}
#ayumi table,#access table{
	border-collapse:separate;
	border-spacing: 0;
	width:860px;
	margin: 10px 64px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:solid 1px #ffcbdf;
}
#ayumi td,#access td{
	border-collapse: collapse;
	/*border-bottom:solid 1px #ffcbdf;*/
	padding: 8px;
}
#ayumi td.price{
	text-align:right;
	padding-right:20px;
}
.tca{
	background-color:#faeaef;
}
#ayumi h1,
#akitu h1,
#warabi h1,
#tomo h1,
#apro h1,
#daichi h1{
	background-image: url("../images/ayumi.jpg");
	background-position: 34px 34px;
	background-repeat: no-repeat;
}
/* akitu */
#akitu h1{
	background-image: url("../images/akitu.jpg");
	background-position: 34px 68px;
}
#akitu .contents_second h2{
	background-image: url("../images/h2b.gif");
	background-position: 20px 26px;
	background-repeat: no-repeat;
	font-size:113%;
	margin:10px 0 10px 0;
}
#akitu h3{
	background-image: url("../images/byu1.gif");
	background-repeat: no-repeat;
	background-position: 20px 0;
	margin: 0 0 0 10px;
	font-size: 100%;
	padding:16px 0 0 42px;
}
#akitu h3.bb{
	background-image: url("../images/byu3.gif");
}
.h1ex{
	font-weight:bold;
	font-size:100%;
	border-bottom:3px dotted #cccccc;
	padding:0 0 4px 0;
	margin:-18px 20px 10px 40px;
}
.h2ex{  
	font-size:100%;
	margin:10px 0 0 40px;
}
/* warabi */
#warabi h1{
	background-image: url("../images/warabi.jpg");
}
/* tomo */
#tomo h1{
	background-image: url("../images/tomo.jpg");
}
.etc{
	clear:both;
	font-size:100%;
	margin:10px 0 0 40px;
}
.pbox1{margin-left:60px;}
.pbox,.pbox1{
	float:left;width:290px;
	padding:20px 0 0 0;
}
.pbox p,.pbox1 p{
	margin: 10px 20px 4px 0px;
	text-align:center;
}
/* apro */
#apro h1{
	background-image: url("../images/apro.jpg");
	background-position: 34px 68px;}
#apro dl{
	margin:20px 60px;
	font-size:100%;
}
#apro dt{
	clear:both;
	width:140px;
	background-image:none;
}
#apro dd{
	width:660px;
	float:left;
	margin-bottom:20px
}
.sodan{
	height:600px;
	background-image: url("../images/sodan.jpg");
	background-repeat: no-repeat;
	background-position: 20px 0; 
	position:relative;
}
.msg1,.msg2,.msg3,.msg4,.msg5,.msg6,.msg7{
	position:absolute;
	font-size:100%;
}
.msg1{
	top:70px;
	left:312px;
	width:180px;
}
.msg2{
	top:118px;
	left:530px;
	width:140px;
}
.msg3{
	top:168px;
	left:254px;
	width:220px;
}
.msg4{
	top:148px;
	left:700px;
	width:150px;
}
.msg5{
	top:290px;
	left:628px;
	width:236px;
}
.msg6{
	top:410px;
	left:628px;
	width:198px;
}
.msg7{
	top:268px;
	left:76px;
	width:150px;
}
/* access */
#access h1{
	text-align:center;
	width:140px;
	margin: 0 0 10px 0;
	padding: 6px 0 0 0;
	font-size: 125%;
	background-color:#7e9dfa;
	border-bottom:1px solid #6d6d9f;
}
.box{margin:10px 20px;}
.m1{
	border:1px solid #333333;
	width:80px;
	padding:8px;
	font-size:88%;
	text-align:center;
	float:left;
}
.m2{
	width:800px;
	padding:0 0 0 20px;
	font-size:88%;
	text-align:left;
	float:left;
}
.map{
	padding:20px 0 20px 0;
	clear:both;
}
/* daichi */
#daichi .faq a,#daichi .qa a{color:#000000;text-decoration:none;}
#daichi h1{
	background-image: url("../images/daichi.jpg");
	background-position: 34px 52px;
}
.faq{
	margin-left:90px;
}
.faq p{ 
	font-size: 88%;
	padding-left:22px;
	background-image: url("../images/byu8.jpg");
	background-repeat: no-repeat;
	background-position: 6px 8px; 
	line-height:2.2em
}
.qa{
	padding:10px 20px 10px 10px;
	margin:20px 60px 0 90px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:1px solid #04530a;
}
#daichi h2{
	background-image: none;
	background-image: url("../images/q.gif");
	background-repeat: no-repeat;
	background-position: 6px 9px; 
	font-size: 100%;
	padding:20px 0 30px 80px;
	margin:0;
}
.qa p{
	background-image: none;
	background-image: url("../images/a.gif");
	background-repeat: no-repeat;
	background-position: 20px center; 
	font-size: 88%;
	padding:20px 180px 30px 80px;
	margin:0;
}
.qa p.return{
	  background-image: url("../images/byu8.gif");
	background-repeat: no-repeat;
	background-position: 710px 8px;; 
	padding:4px 0 10px 0;
	margin:0 20px 0 0;
	text-align:right;
}
#daichi em{color:#ff3333;font-weight:bold;}
#qa1,#qa2,#qa3,#qa4,#qa5,#qa6{
	background-image:url("../images/boy_1.gif");
	background-position:590px 70px;
	background-repeat:no-repeat;
}
#qa2{
	background-image:url("../images/girl_1.gif");
}
#qa3{
	background-image:url("../images/boy_2.gif");
}
#qa4{
	background-image:url("../images/girl_2.gif");
}
#qa5{
	background-image:url("../images/boy_1.gif");
}
#qa6{
	background-image:url("../images/girl_1.gif");
}
/* inquiry */
input,textarea{
	width:300px;
	padding:4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border:solid 1px #7e9dfa;
}
.mandatory{
	color:#ff0000;
	padding:0 0 0 1em;
	font-weight:bold;
}
form p{
	text-align:center;	
}
p input{
	width:40px;
}
/* privacy */
#privacy h3{
	margin-left:60px;
}
/*-------------------------------------------------------------
	トップページQ&A Javascript Off
--------------------------------------------------------------*/
		.qa1:hover #a1{display:block;}
		.qa1:hover #q1{display:none;}
		.qa2:hover #a2{display:block;}
		.qa2:hover #q2{display:none;}
		.qa3:hover #a3{display:block;}
		.qa3:hover #q3{display:none;}
		.qa4:hover #a4{display:block;}
		.qa4:hover #q4{display:none;}
		.qa5:hover #a5{display:block;}
		.qa5:hover #q5{display:none;}
		.qa6:hover #a6{display:block;}
		.qa6:hover #q6{display:none;}
		.qa7:hover #a7{display:block;}
		.qa7:hover #q7{display:none;}


/*-------------------------------------------------------------



.clearfix{
	zoom: 100%;
}
.clearfix:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
--------------------------------------------------------------*/
.clearfix{
overflow:hidden;
}

