@charset "utf-8";

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

インテリアレッスン

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

/* トップページ */

#il-index-mainvisual {
	width:100%;
	height:570px;
	background:url(../images/index_bg01.jpg) no-repeat top center ;
}
#il-index-mainvisual h1 {
	padding-top:200px;
}
ul#il-index-bnr li {
	margin-top:40px;
}
ul#il-index-bnr li:first-child {
	margin-top:25px;
}
ul#il-index-bnr li img {
	vertical-align: bottom;
}

/* SNSボタン */
.il-snsBtnRight {
	margin:30px auto 0 auto;
	width:956px;
}
#il-wrapper .il-snsBtnRight {
	margin:20px auto 0 auto;
}
.il-snsBtnRight ul {
	float:right;
}
.il-snsBtnRight ul li ,
.il-snsBtnLeft ul li {
	float:left;
	margin-right:15px;
}
.il-snsBtnRight ul li:last-child {
	margin-right:0;
}
.il-snsBtnRight ul li:last-child {
	margin-right:0;
}
.il-snsBtnLeft {
	margin:60px auto 15px auto;
	width:956px;
}
#il-wrapper .il-snsBtnLeft {
	margin:45px auto 60px auto;
}
.il-snsBtnLeft ul {
	float:left;
}

/* 下層ページ */

#il-wrapper {
	margin:0 auto;
	width:956px;
	text-align:left;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,sans-serif,"ＭＳ Ｐゴシック","MS PGothic";
}
#il-wrapper p {
	line-height:1.8em;
}
.il-title {
	padding:0.6em 0.8em;
	color:#ffffff;
	background:#122546;
	font-size:150%;
}
.il-section {
	margin:80px auto 0 auto;
	width:750px;
}
.il-section h2 {
	margin-bottom:20px;
	color:#122546;
	font-size:120%;
	line-height:340%;
	text-align:center;
}
.il-section h2 span {
	padding:0.4em 1.4em;
	color:#ffffff;
	background:#122546;
	font-size:90%;
}
.il-section h3 {
	color:#122546;
	font-size:110%;
}
.il-2colbox {
	margin-top:50px;
}
.il-2colbox-left {
	float:left;
	width:345px;
}
.il-2colbox-right {
	float:right;
	width:375px;
}
.il-2colbox h3 {
	padding-top:25px;
	border-top:1px solid #122546;
}
.il-colomn {
	margin:80px 0 0 0 ;
	padding:40px 130px 65px;
	background:#f5f5f5 url(../images/colomn_bg.png) no-repeat right bottom ;
}
.il-colomn-noimg {
	margin:80px 0 0 0 ;
	padding:40px 130px 65px;
	background:#f5f5f5 ;
}
.il-colomn-ti {
	font-size:120%;
}
.il-colomn-tx {
	margin-top:40px;
	font-size:90%;
}
.btn_back {
	margin-top:-15px;
	float:right;
}


/*

	footer

*/
/* footer change arrow color */
#footer .mainContents h2 a {
    background-image: url("/service/images/renew/ico-service.gif");
	background-position: 0 -499px;
}

#footer .mainContents .left li,
#footer .mainContents .right li {
	background-image: url("/common/images/dot-glay.gif");
    background-position: 0 100%;
    background-repeat: repeat-x;
	margin: 0 10px 7px 0;
	padding: 0 0 8px;
}

#footer .mainContents .left li.last,
#footer .mainContents .right li.last {
	background-image: none;
	margin: 0 10px 0 0;
	padding: 0;
}

#footer .mainContents .left li a,
#footer .mainContents .right li a {
    background-image: url("/service/images/renew/ico-service.gif");
    background-position: 0 -95px;
    background-repeat: no-repeat;
    padding: 0 0 0 10px;
}


/*bglink追記*/
.bglink {
	background-image: url("/common/images/bglink.gif");
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 26px;
}

.bglink a {
	color: #FF0000;
}

