@charset "utf-8";

/*-----css -----*/

#inforbox {
	position: relative;
	display: block;
	width: 94%;
	height: auto;
	margin: 0px auto 0px;
	padding: 0px;
}

.name_info {
	position: relative;
	display: block;
	width: auto;
	height: 40px;
	line-height: 40px;
	margin: 0px auto 0px;
	text-align: center;
	font-size: 1.5em;
	font-family: serif;
	color: #ffffff;
	z-index: 99;
}

.name_info:before{
	position: relative;
	display: inline-block;
    content: " ";
	width: 10px;
	height: 20px;
	margin: 0px 20px 0px 0px;
	padding: 0px;
	border-bottom: 1px solid #ffffff;
}

.name_info:after{
	position: relative;
	display: inline-block;
    content: " ";
	width: 10px;
	height: 20px;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	border-bottom: 1px solid #ffffff;
}

.infor_list:before{
	position: relative;
	display: block;
    content: " ";
	width: 100%;
	height:20px;
	margin: 0px auto 0px;
	padding: 0px;
}

.infor_list {
	position: relative;
	display: block;
	width: 100%;
	height: 245px;
	margin: 0px auto 0px;
	padding: 0px;
	background-image: url(../images/contents/top/infor_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.7);
}

.infor_list li{
	position: relative;
	display: block;
	width: 99%;
	height: 30px;
	line-height: 30px;
	margin: 0px auto 0px;
	padding: 0px;
	font-size: 0.9em;
	border-bottom: 1px dashed #333333;
	z-index: 10;
}

.info_txt {
	position: relative;
	display: inline-block;
	width: 99%;
	height: 30px;
	margin: 0px auto 0px;
	padding: 0px;
}

/*-----list setting 横のを奇数行を装飾-----*/

.infor_list li:nth-of-type(even){
	background-color: rgba(168, 162, 148, 0.2);
}


.btn_gaiheki{
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 0px auto 0px;
	padding: 0px;
}

.btn_gaiheki a{
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/contents/top/btn_house_p_b.jpg);
	background-size:100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, 0.8);
	text-decoration: none;
	border: 5px solid #000000;
}

.btn_artpaint{
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 0px auto 0px;
	padding: 0px;
}

.btn_artpaint a{
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/contents/top/btn_art_p_b.jpg);
	background-size:100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, 0.8);
	text-decoration: none;
	text-align: center;
	border: 5px solid #000000;
}

.categ_namebox {
	position: relative;
	display: block;
	width: auto;
	height: 80px;
	margin: 0px auto 0px;
	padding: 0px;
	background-color: rgba(0, 0, 0, 0.8);
	color: #e83828;
	text-align: center;
}

.categ_tit {
	position: relative;
	display: inline-block;
	width: 90%;
	height: auto;
	margin: 0px auto 0px;
	padding: 0px;
	font-size: 2em;
	font-weight: bold;
	font-family: 'arial black';
	text-decoration: none;
    text-align: center;
}

.c_t_ruby {
	position: relative;
	display:block;
	width: auto;
	height: 25px;
	line-height: 25px;
	margin: 5px 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 0.5em;
}

.categ_detailbox{
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
}

.categ_detailbox img{
	position: relative;
	display: block;
	width: 250px;
	height: auto;
	margin: 10px auto 0px;
	padding: 0px;
}


/*-----blog setting -----*/

#blogbox {
    position: relative;
    display: none;
    width: 100%;
	height: 275px;
	margin: 0px auto 20px;
	padding: 0px;
	overflow: hidden;
}

.pt_blog {
	position: relative;
	display: block;
	width: auto;
	height: 40px;
	line-height: 40px;
	margin: 0px auto 0px;
	text-align: center;
	font-size: 1.5em;
	font-family: serif;
	color: #ffffff;
	z-index: 99;
}

.pt_blog:before{
	position: relative;
	display: inline-block;
    content: " ";
	width: 10px;
	height: 20px;
	margin: 0px 20px 0px 0px;
	padding: 0px;
	border-bottom: 1px solid #ffffff;
}

.pt_blog:after{
	position: relative;
	display: inline-block;
    content: " ";
	width: 10px;
	height: 20px;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	border-bottom: 1px solid #ffffff;
}

#rss20{
	position: relative;
	display: block;
	width: 94%;
	height: 275px;
	margin: 0px auto 0px;
	padding: 0px;
	background-image: url(../images/contents/top/infor_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.7);
}

#rss20 li{
	position: relative;
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	margin: 0px auto 0px;
	padding: 0px 5px 0px;
	font-size: 0.9em;
	border-bottom: 1px dashed #333333;
	z-index: 10;
}

#rss20 li a{
    position: relative;
    display: inline-block;
    color:#333333;
}
/*-----list setting 横のを奇数行を装飾-----*/

#rss20 li:nth-of-type(odd){
	background-color: rgba(168, 162, 148, 0.2);
}
