@charset "utf-8";
/* ==================================================================
CSS information
style info :2周年記念サイト
================================================================== */


/* --------------------------------------------------------
#contents_wrap
-------------------------------------------------------- */
#contents_wrap{ background-image: url(../img/bg.png); background-repeat: repeat;}
.ac{text-align:center;}

/* --------------------------------------------------------
#contents
-------------------------------------------------------- */
#contents{ padding:20px 0 30px;}

.menu{
	width:980px;
	height:100px;
	text-align:center;
	
	/*background-image:url(../img/menu_back.jpg);*/
	
}

.maintxt{
	font-size: 16px;
	line-height: 140%;
	color:#ff429c;
	font-weight:bold;
	text-align:center;
}

.txt{
	font-size: 13px;
	line-height: 160%;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 40px;
}


.pink{
	color:#143071;
	font-weight:bold;
}

.txt2{
	font-size: 20px;
	line-height: 150%;
	margin-top: 5px;
	margin-left: 24px;
}

/* --------------------------------------------------------
#section01
-------------------------------------------------------- */
.section01{
	margin: 35px 0 20px 0px;
	border: 3px solid #663D12;
	border-radius: 12px;
	
	padding-left:60px;
	padding-right:60px;
	
	padding-top:10px;
	padding-bottom:20px;


	//CSS3
	position:relative;
	-moz-border-radius: 32px;

	//for Firefox
	-webkit-border-radius: 32px;//for Safari and chrome
	border-radius: 32px;//CSS3
	behavior: url(border-radius.htc);//for IE
	behavior: url(ie-css3.htc);//for IE


}
.section01 h2{
	margin-top:20px;
	margin-bottom:5px;
		
	}
	
.section01 .img{
	margin-left: 0px;
}

.section01 ul{
	font-size:15px;
	color:#143071;}

.item{
	
	display:block;
	
}

.btn{
	
	display:block;
	width:35%;
	
	text-align:center;
	
}

.tw01{
	width: 900px;
	font-size: 110%;
	line-height: 130%;
	padding: 10px;
	margin-top:10px;
	margin-bottom:10px;

	background-color: #B9EEFF;
	line-height: 150%;
	border: #09F 2px solid;
	border-radius: 12px;



	//CSS3
	-moz-border-radius: 12px;//for Firefox
	-webkit-border-radius: 12px;//for Safari and chrome
	behavior: url(border-radius.htc);//for IE
}

.tw02{
	padding: 20px;
	background-color: #cfe1e8;
	border: none;
	border-radius: 12px;
	
	margin-bottom:20px;


//CSS3
	-moz-border-radius: 12px;//for Firefox
	-webkit-border-radius: 12px;//for Safari and chrome
	behavior: url(border-radius.htc);//for IE}
	

/* --------------------------------------------------------
#リスト
-------------------------------------------------------- */

.list{
	
	float:left;

}

.table {
	width: 900px; /* 500pxテーブルの横幅 */ 
	border-collapse: collapse; /* 枠線の表示方法 */

    margin:0 auto;
    padding:10px;
	margin-left:10px;
	
} 


.table th { 
	text-align: left; /* セル内の文字の位置 */ 
	padding: 5px; /* セル内の余白 */ 
} 

.table td { 
	padding: 5px; /* セル内の余白 */ 
} 

tr.color1 { 
	background-color: #eee4bc; /* 奇数行の背景色 */ 
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;

} 

tr.color2 { 
	background-color: #FFF; /* 偶数行の背景色 */ 
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;

} 


/* --------------------------------------------------------
#pora
-------------------------------------------------------- */
.pora{
	width:100%;
	text-align:center;
	}
	
.pora p{
	line-height:1.3em;
	font-weight:bold;
	
}

.pora ul{
	
	margin-top:10px;
	margin-bottom:20px;
	text-align:center;
		
	}
	
.pora li{
	
	width:285px;
	
	margin-bottom:20px;
	float:left;
	
	font-size:14px;
	
	}

/* --------------------------------------------------------
#banner
-------------------------------------------------------- */
.banner{

	width:330px;
	/*background-color:#6F9;*/
	
	float:left;
	
	margin-right:20px;

}

.banner img{

	width:100%;

}

.banner2{

	width:330px;
	/*background-color:#6F9;*/
	
	float:left;
	
	margin-right:20px;

}

.banner2 img{

	width:100%;

}


/* --------------------------------------------------------
#data
-------------------------------------------------------- */
.data{

	width:500px;
	/*background-color:#F39;*/
	
	float:left;

}
.data img{

	width:100%;

}

/* --------------------------------------------------------
#PC
-------------------------------------------------------- */
.pc{
	
	display:block;

}


/* --------------------------------------------------------
#SP
-------------------------------------------------------- */
.sp{
	
	display:none;

}


/* --------------------------------------------------------
#illust
-------------------------------------------------------- */
.illust{
	width:100%;
	text-align:center;
	
    margin-left:5px;
	}
	

.illust img{
	width:100%;
	border: 1px #b89e3a solid; 
}

	
.illust li{
	
	width:10%;

	margin:10px;
	float:left;
		
	}


/* --------------------------------------------------------
SNS
-------------------------------------------------------- */

.sns{	
	width:100%;
	margin:3% auto 0px;
	line-height:0%;
	
	text-align:center;
	
}

.sns a img{	
	width:40px;
	height:40px;
	
	margin-right:10px;
}

.sns a img:hover {
	opacity:0.5;
}


/* --------------------------------------------------------
共有
-------------------------------------------------------- */
.picList{ margin-left:-36px; position:relative;}
.picList li{ float:left; margin-left:36px;}
.picList li.text{ position:absolute; top:342px; right:20px;}
#section03 .picList li.text{ top:327px; right:50px;}
#section04 .picList li.text{ top:275px; left:0px;}

.attention{margin-bottom:20px; font-size:93%;}


@media screen and ( min-width:1130px )
{
	.move-page-top:hover
	{
		opacity: 0.85 ;
	}
}


