/** reset **/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}/* CSS Document */


body{
	font-family: "メイリオ", "Meiryo UI", "ヒラギノ丸ゴ Pro W4", "小塚ゴシック Pro R", sans-serif;
	background: url(../images/bg.png);
	
}
a{
	text-decoration: none;
	outline: none;
}
.container{
	width: 1000px;
	margin: 0 auto;
	
}

.clear{
	clear: both;
}
#wrapper{
	width: 100%;
	min-width: 1000px;
}
#header{
	text-align: center;
	position:relative;
	height: 110px;
	min-width: 1000px;
}
.siteTitle{

}
.siteTitle h1{
	display: block;
}
.siteTitle h1 a{
	text-align: center;
	color: #333;
	font-size: 30px;
	font-weight: bold;
	display: inline-block;
	margin:35px 0;
}

#search{
	float: right;
	background: #f8524a;
	position: relative;
}

#search input{
	width:270px;
	height: 30px;
	border: none;
	background: #333333;
	padding-left: 10px;
	color: #fff;
	font-size: 13px;
	
}
#search button{
	height: 30px;
	height: 30px;
	border: none;
	cursor: pointer;
	color: #fff;
	background: none;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 15px;
}

/* nav */
#gnav{
  border-top: 1px solid #c2c2c2;
  text-align: center;
	background: #000;
	margin-bottom: 20px;
}
.nav{
  text-align: left;
  line-height: 50px;
}
.nav > ul > li{
  display: inline-block;
	*display: inline;
	zoom: 1;
	position: relative;
	padding: 0 20px;
}
.nav > ul > li:hover > ul{
	display: block;
}
.nav > ul > li > a{
	display: block;
	padding: 1px 20px;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
}
.nav > ul > li > a:hover, .nav > ul > li:hover > a{
	background: #e1c03f;
	color: #fff;

}
.nav ul > li > ul{
	background: #e1c03f;
	width: 300px;
	padding: 20px 0;
	position: absolute;
	top: auto;
	left: 0;
	display: none;
	z-index: 3;
	line-height: 40px;
}
.nav ul > li > ul li{
	border-bottom: 1px solid #bfa334;
}
.nav ul > li > ul li a{
	display: block;
	padding: 0 20px;
	font-size: 13px;
	color: #fff;
}

.nav ul > li > ul li a:hover{
	background: #bfa334;
	color:#fff;
}



#popular{
	width: 100%;
	min-width: 1000px;	
	margin-top: 20px;
	margin: 0 auto;
}
#popular > ul{

}
#popular .prev{
	width: 630px;
	height: 300px;
	float: left;
	/*! margin: 0 2px; */
	position: relative;
	text-align: center;
	z-index: 0;
	overflow: hidden;
}
#popular .prev .pop-holder{
	position: absolute;
	width: 600px;
	left: 9;
	bottom: -110px;
	right: 0;
	z-index: 999;
	padding: 20px;
	background: rgba(0,0,0,0.3);
	text-align: left;
	transition: all .8s linear;
}
#popular .prev:hover .pop-holder{
	background: rgba(0,0,0,0.8);
	bottom: 0;
}
#popular .prev .pop-holder .popdate{
	display: inline-block;
	*display: inline;
	zoom: 1;
	background: #e1c03f;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	font-size: 12px;
	color: #333;
	text-transform: uppercase;
}
#popular .prev .pop-holder h2{
	font-size: 22px;
	color: #fff;
	font-weight: 900;
	padding: 10px 0;
}
#popular .prev .pop-holder p{
	font-size: 12px;
	color: #fff;
	line-height: 1.5;
}

#contents{}
.popdate{
	position: relative;
}
.popdate:before, .popdate:after{
	content: "";
	position: absolute;
	z-index: 2;
	top: 50%;
	margin-top: -4px;
	width: 30px;
	height: 8px;
	background: url(../images/circle.png) no-repeat center center;
}
.popdate:before{
	left: -30px;
}
.popdate:after{
	right: -30px;
}

/* main */

#main{
	float: left;
	width: 640px;
}

.preview{
	overflow:hidden;
}
.preview li,
.post{
	display: block;
	margin-bottom: 30px;
}
.preview li h2,
.post h2{
	text-align: center;
	font-size: 22px;
	color: #313131 !important;
}
.preview li .prev-date,
.post .post-date{
	font-size: 13px;
	color: #313131;
	font-style: italic;
	padding: 15px 0;
	text-align: center;
}
.preview li p,
.post p{
	text-align: left;
	padding: 15px 0;
	color: #313131;
	line-height: 1.5;
	font-size: 12px;
}
.preview li a{
	display: block;
	width: 150px;
	height: 35px;
	text-transform: capitalize;
	font-size: 14px;
	color: #444;
	background: #e1c03f;
	line-height: 35px;
	border: 2px solid transparent;
	transition: all .4s linear;
	text-align: center;
}
.preview li a:hover{
	border-color: #444;
}

/* aside */

#aside{
	float: right;
	width: 340px;
}
.heading{
	text-align:center;
}
.heading:before{
	
}

#info, #sublinks, #blogpart{
	position: relative;
	background: #fff;
	padding: 20px;
}

#info p, #blogpart .blog{
	
}
#sublinks ul{
	padding: 20px 0;
}
#info p{
	color: #888888;
	font-size: 13px;
	line-height: 1.5em;
	margin-top: 40px;
	padding: 10px;
}
#sublinks li{
	border-bottom: 1px solid #999;
	padding:  10px;
}
#sublinks a{
	color: #777;
	font-size: 13px;
	line-height: 1.5;
}
#sublinks a:hover{
	color: #e1c03f;
}


/*footer*/

#footer{
	line-height: 88px;	
	text-align: center;
	color: #fff;
	font-size: 13px;
	background: #333;
	text-transform: uppercase;
}


.bx-wrapper .bx-viewport{
	border: none;
	box-shadow: 0px 0px 0px #fff !important;
}



.bx-wrapper .bx-viewport{
	background: none !important;
	border: none !important;
}

