@charset "utf-8";
/* home用 */
#home a         { color: #333;}
#home a:visited { color: #333;}
#home a:active  { color: #333;}
#home a:hover   { color: #f90;}


/* 左＠百科ナビゲーション--------------------------
----------------------------------------------- */
#home ul.accordion a{ text-decoration: none;}

ul.accordion {
	 padding:0 9px; 
	 }
ul.accordion a,
ul.accordion span {
	padding: 4px 6px; 
	background-position:95% center; 
	background-repeat:no-repeat;
	display:block; 
	}

ul.accordion ul {
	display:none;
	}

ul.accordion .encyTitle {
	margin-top: 10px;
	background: url(../img/top/top_bg_ency.jpg) left bottom no-repeat;
	font-weight: bold;
	}
	
ul.accordion .encyTitle2 {
	margin-top: 10px;
	font-weight: bold;
	background-position: left bottom;
	background-color: #ffe8a9;
	}
	
ul.accordion > li > p {
	cursor: pointer;
	}
ul.accordion > li#accordion-k > ul > li {
	border-bottom:1px dashed #bbb;
	}

ul.accordion > li > ul > li > p {
	margin-top: 3px;
	background:#eeeeee;
	border-bottom:1px dashed #bbb;
	color: #099;
	font-weight: bold;
	cursor: pointer;
	}
ul.accordion > li > ul > li > ul > li,
ul.accordion > li > ul > li{
	border-bottom:1px dashed #bbb;
	}

ul.accordion > li > p span {
	background-image:url(../img/top/a_close.png);
	}
ul.accordion > li > p span.open {
	background-image:url(../img/top/a_open.png);}
ul.accordion > li > a {
	background-image:url(../img/top/a_link.png);
}

ul.accordion > li > ul > li > p span {
	background-image:url(../img/top/b_close.png);
	}
ul.accordion > li > ul > li > p span.open {
	background-image:url(../img/top/b_open.png);
	}
ul.accordion > li > ul > li > a {
	background-image:url(../img/top/b_link.png);
	}

ul.accordion > li > ul > li a,
ul.accordion > li > ul > li > ul > li a {
	padding-left: 15px;
	background-image:url(../img/top/c_link.gif); 
	background-position:left center; 
	}



/*　左＠バナーエリア--------------------------
----------------------------------------------- */
.bnrArea{
	 margin-top: 20px;
}
.bnrArea li{
	 margin-top: 10px;
}


/*　左＠アプリエリア--------------------------
----------------------------------------------- */
.appliArea{
	margin-top:17px;
	padding-bottom: 10px;
	background: url(../img/top/top_bg_appli.jpg) repeat-y; 
  /* 角丸 */
	-webkit-border-radius: 5px;
	-moz-border-radius:  5px;
	border-radius:  5px;
	position:relative;
	behavior: url(/pie/PIE.htc);/*for IE*/
}



.appliArea li{
	margin: 10px 10px 0;
	padding: 7px;
	background-color: #fff;
	font-size: 78%;
}
.appliArea .imgBoxL .fltImg {
	margin: 0 7px 0 0;
	}

/*　スマホ＠アプリエリア--------------------------
----------------------------------------------- */
.appliArea_sp{
	margin-top:15px;
	padding-bottom: 5px;
	background-image: url(../img/top/top_bg_appli.jpg);
	/* 角丸 */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	behavior: url(/pie/PIE.htc);/*for IE*/
	background-repeat: repeat;
}

.appliArea_sp h2{
	background: url(../img/top/top_bg_appli_sp_ttl.jpg) no-repeat right top #fff;
}

.appliArea_sp li{
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 7px;
	background-color: #fff;
	font-size: 78%;
}
.appliArea_sp .imgBoxL .fltImg {
	margin: 0 7px 0 0;
	}

/* -----------------------------------------------------------------------------------------------------------------------モバイルレイアウト : 480 px およびそれ以下. */

/*　新着コンテンツ--------------------------
----------------------------------------------- */
#homeNew{
	padding: 9px 6px 10px 10px;
	background: #d1e3e3;
	border: 1px solid #e6e6e6;
  /* 角丸 */
	-webkit-border-radius: 7px;
	-moz-border-radius:  7px;
	border-radius:  7px;
	position:relative;
	behavior: url(/pie/PIE.htc);/*for IE*/
}
#homeNew h3{
	padding-top: 0px;
	font-weight: bold;
	color: #009999;
}
#homeNew .innerBox{
	margin: 10px 0 0 0;
	padding-right: 10px;
	background: url(../img/top/top_bg_new.gif) right 50% no-repeat;
}
#homeNew .imgBoxL{
	padding: 5px;
	background: url(../img/com_dot_gray.gif) 100px no-repeat #fff;
  /* 角丸 */
	-webkit-border-radius: 7px;
	-moz-border-radius:  7px;
	border-radius:  7px;
	position:relative;
	behavior: url(/pie/PIE.htc);/*for IE*/
}
#homeNew .imgBoxL .fltImg{
	margin: 0 15px 0 0;
  /* 角丸 */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position:relative;
	behavior: url(/pie/PIE.htc);/*for IE*/
}
#homeNew .fRed{
	padding-left: 3px;
}
#homeNew h3 a         { color: #009999;}
#homeNew h3 a:visited { color: #009999;}
#homeNew h3 a:active  { color: #009999;}
#homeNew h3 a:hover   { color: #f90;}


/*　SoDaTsu日記--------------------------
----------------------------------------------- */
#homeDiary{
	margin-top: 13px;
	padding: 0 5%;
	background: #fdf4de;
	font-size: 85%;
	border-left: 8px solid #c2d9e6;
	border-right: 8px solid #c2d9e6;
  /* 角丸 */
	-webkit-border-radius: 7px;
	-moz-border-radius:  7px;
	border-radius:  7px;
	position:relative;
	behavior: url(/pie/PIE.htc);/*for IE*/
}
#homeDiary h2{
	text-align: center;
}
#homeDiary .fltL,
#homeDiary .fltR{
	width: 100%;
	border-bottom: 1px dashed #bbb;
}
#homeDiary .imgBoxR .fltImg{
	float: left;
}
#homeDiary .fltImg{
	position: relative;
}
#homeDiary .fltImg .diaryImg_frame{
	position: relative;
	z-index: 1;
	top:0;
	left:0;
}
#homeDiary .fltImg .diaryImg{
	position: absolute;
	z-index: 0;
	top: 12px;
	left: 9px;
}

#homeDiary #blank{
	display: none;
	border-bottom: none;
}
#homeDiary .diaryBtm{
	padding: 7px 0;
	text-align: right;
}

/*　PICK UP!--------------------------
----------------------------------------------- */
#homePickup{
	margin-top: 18px;
}
#homePickup .clearfix{
	padding: 7px 9px;
	background: #d1e3e3;
	border: 1px solid #c2d9e6;
  /* 角丸 */
	-webkit-border-radius: 7px;
	-moz-border-radius:  7px;
	border-radius:  7px;
	position:relative;
	behavior: url(/pie/PIE.htc);/*for IE*/
}
#homePickup .imgBoxL{
	margin: 2px 0;
	background: #fff;
	width: 100%;
  /* 角丸 */
	-webkit-border-radius: 5px;
	-moz-border-radius:  5px;
	border-radius:  5px;
	position:relative;
	behavior: url(/pie/PIE.htc);/*for IE*/
}
#homePickup .fltImg{
	margin: 5px;
}

#homePickup h3{
	margin-top: 10px;
	color: #1a559f;
}
#homePickup p{
	margin-right: 5px;
	font-size: 85%;
}



/* -------------------------------------------デスクトップレイアウト : 481 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media print , screen and (min-width: 481px) {
	
/*　新着コンテンツ--------------------------
----------------------------------------------- */
#homeNew h3{
	padding-top: 7px;
}
#homePickup .imgBoxL{
	margin: 0;
	width: 212px;
}

/*　PICK UP!--------------------------
----------------------------------------------- */
#homePickup p{
	font-size: 78%;
}

}



@media print , screen and (max-width: 481px) {
	#homeDiary{display:none;}}

/*　SoDaTsu日記--------------------------
----------------------------------------------- */
/*
#homeDiary{
	margin-top: 13px;
	padding: 0;
	background: url(../img/top/top_bg_diary.jpg) repeat-y left top;
	border: none;
}
#homeDiary .diaryMid{
	padding: 0 25px 6px;
	background: url(../img/top/top_bg_diary_mid.jpg) no-repeat left bottom;
}
#homeDiary .diaryBtm{
	padding: 5px 25px 6px;
	background: url(../img/top/top_bg_diary_btm.jpg) no-repeat left bottom;
}

#homeDiary .fltL,
#homeDiary .fltR{
	width: 194px;
	border: none;
}

#homeDiary .imgBoxR h3{
	text-align: right;
}

#homeDiary .imgBoxR .fltImg{
	float: right;
}
#homeDiary #blank{
	background: url(../img/top/top_bg_diary_blank.jpg) no-repeat right bottom;
	height: 90px;
	display: block;
}
*/


