
body{
	font-family: "メイリオ", "Meiryo UI", "ヒラギノ丸ゴ Pro W4", "小塚ゴシック Pro R", sans-serif;
	background: #fff;	
}
a{
	text-decoration: none;
	outline: none;
}
.container{
	width: 1000px;
	margin: 0 auto;
	
}

.clear{
	clear: both;
}
#wrapper{
	width: 100%;
	min-width: 1000px;
}
#header{
	
}
#siteTitle{
	text-align: center;
	line-height: 90px;
	position:relative;
}
#siteTitle a{
	color: #222222;
	font-size: 30px;
	font-weight: bold;
}
#siteTitle:before{
	content: "";
	position: absolute;
	top: 12px;
	left: 300px;
	width: 62px;
	height: 63px;
	background: url(../images/star.jpg) no-repeat;
}
#search{
	padding: 15px 0;
	background: #161616;
	text-align: right;
}
#search form{
	position: relative;
}
#search input{
	width:270px;
	height: 35px;
	border: none;
	background: #222222;
	padding-left: 10px;
	color: #fff;
	font-size: 13px;
	
}
#search button{
	height: 32px;
	border: none;
	cursor: pointer;
	color: #efb54b;
	background: none;
	position: absolute;
	top: 1px;
	right: -2px;
	font-size: 15px;
}

/* nav */
#navbar{
	background: #f9f9f9;
}
.nav{
	line-height: 50px;
}
.nav > ul > li{
	display: inline-block;
	position: relative;
}
.nav > ul > li:hover > ul{
	display: block;
}
.nav > ul > li > a{
	display: block;
	padding: 0 20px;
	font-size: 13px;
	color: #222222;
	text-transform: uppercase;
	line-height: 50px;
}
.nav > ul > li > a:hover, .nav > ul > li:hover > a{
	background: #f0798f;

}
.nav ul > li > ul{
	background: #f0798f;
	width: 300px;
	padding: 20px 0;
	position: absolute;
	top: auto;
	left: 0;
	display: none;
	z-index: 1;
}
.nav ul > li > ul li{
	line-height: 40px;
}
.nav ul > li > ul li a{
	display: block;
	padding: 0 20px;
	font-size: 13px;
	color: #222222;
}

.nav ul > li > ul li a:hover{
	background: #dc5770;
}

#contents{
	padding: 30px 0;
}

/* main */

#main{
	float: left;
	width: 700px;
	margin-right: 20px;
}
.preview{
	margin-bottom: 30px;
	position: relative;
	border: 1px solid #cccccc;
}
.preview h2{
	font-size: 20px;
	color: #61605e;
	font-weight: bold;
	padding-top: 20px;
	padding-left: 20px;
}
.cap-image{
	margin-top: 35px;
	margin-bottom: 20px;
}
.cap-image img{
	width: 700px;
	height: 300px;
}
.content{
	text-align: right;
}
.content > div{
	padding: 0 20px;
}
.content p{
	color: #434444;
	font-size: 13px;
	line-height:1.5;
	margin-bottom: 20px;
	text-align: left;
}
.date{
	position: absolute;
	top: 55px;
	left: 0;
	color: #fff;
	width: 90px;
	text-align: center;
	background: url(../images/ribbon.png) no-repeat;
	width: 117px;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	font-size: 13px;
}
.read i{
	padding-right: 5px;
}
.read{
	background: #ed5f79;
	line-height: 30px;
	color: #fff;
	font-size: 13px;
	display: inline-block;
	padding: 0 5px;
	font-weight: bold;
	text-transform: capitalize;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}

.read:hover{
	background: #4e4e4e;
}


/* aside */

#aside{
	float: right;
	width: 280px;
}

.heading{
	font-size: 16px;
	font-weight: bold;
	padding-left: 20px;
	color: #000;
	line-height: 40px;
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
}
#info, #sublinks, #blogpart{
	border: 1px solid #ccc;
	margin-bottom: 20px;
}
#info p{
	color: #666666;
	padding: 20px;
	font-size: 13px;
	line-height: 1.5;
}
#sublinks ul{
	padding: 20px;
}
#sublinks li{
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}
#sublinks a{
	color: #f0798f;
	font-size: 13px;
}
#sublinks a:hover{
	color: #000;
}
#blogpart > .blog{
	padding: 20px 0; 
	text-align: center;
}

.popprev{
	float: left;
	margin: 0 2px;
	text-align: center;
	position: relative;
}
.popprev img{
	width: 630px;
}
.popprev h2{
	background: rgba(0,0,0,0.5);
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.popprev h2:before{
	content: "";
	background: url(../images/dia.png) no-repeat;
	width: 9px;
	height: 11px;
	position: absolute;
	top: 135px; 
	left: 300px;
}
.popprev  a{
	font-size: 22px;
	color: #fff;
	display: inline-block;
	border-bottom: 1px solid #efb54b;
	margin: 100px 0;
	font-weight: bold;
	line-height: 40px;
	text-shadow: 1px -1px 3px rgba(0, 0, 0, 1);
}
.popprev h2:hover{
	background:none;
}

/*footer*/

#footer{
	line-height: 80px;	
	text-align: center;
	color: #fff;
	font-size: 13px;
	background: #f0798f;
	text-transform: uppercase;
}


#popular-posts h3{
	font-size: 16px;
	font-weight: bold;
	color: #222;
	text-align: center;
	line-height: 40px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
}
.mask{
	position: absolute;
	top: 30px;
	right: 30px;
	background: rgba(240,121,143,0.5);
	padding: 20px;
	min-width: 320px;
	
}
.mask .title1 a{
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	
}
.mask .title1 a:hover{
	color: #222;
}
.mask .date1{
	color:#fff;
	font-size: 16px;
	font-style: italic; 
	margin-top: 15px;
	position: relative;
}
.mask .date1:after{
	content: "";
	background: #fff;
	width: 210px;
	height: 1px;
	position: absolute;
	top: 5px;
	right: 0;
	
}
.bx-wrapper {
	position: relative;
	margin: 0 auto 20px!important;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	box-shadow: none !important;
	border: none !important;
	left: 0 !important;
	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
	
	border-top: 5px solid #434444 !important;
	border-bottom: 5px solid #434444 !important;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -13px !important;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff !important;
	text-indent: -9999px;
	display: block;
	width: 30px !important;
	height: 30px !important;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 50% !important;
	border: 5px solid #434444 !important;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #ed5f79 !important;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 20px!important;
	background: url(../images/prev.png) no-repeat !important;
	display: none !important;
	
}

.bx-wrapper .bx-next {
	right: 20px!important;
	background: url(../images/next.png) no-repeat !important;
	display: none !important;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}



