@charset "UTF-8";


@font-face {
	font-family: 'sakoryuhei';
	src:url('../fonts/sakoryuhei.eot?-apu1sp');
	src:url('../fonts/sakoryuhei.eot?#iefix-apu1sp') format('embedded-opentype'),
		url('../fonts/sakoryuhei.woff?-apu1sp') format('woff'),
		url('../fonts/sakoryuhei.ttf?-apu1sp') format('truetype'),
		url('../fonts/sakoryuhei.svg?-apu1sp#sakoryuhei') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'sakoryuhei';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-arrow-left:before {
	content: "\e600";
}
.icon-arrow-down:before {
	content: "\e601";
}
.icon-arrow-up:before {
	content: "\e602";
}
.icon-arrow-right:before {
	content: "\e603";
}
.icon-arrow-left2:before {
	content: "\e604";
}
.icon-arrow-down2:before {
	content: "\e605";
}
.icon-arrow-up2:before {
	content: "\e606";
}
.icon-uniE607:before {
	content: "\e607";
}



html { font-size: 62.5%; }

body{
	font-family:'futura-pt', 'Cantarell', 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	background-color: #fff;
	margin: 0;
	padding: 0;
	min-width:320px;
	font-size:13px;
	font-size:1.3rem;
	letter-spacing: 1px;
}

a:focus{
	outline: none;

}

.incontainer {
    margin: 0 auto;
    min-width: 320px;
}

header{
    margin: 100px auto 80px;
}

header h1{
	font-size: 40px;
	font-size: 4.0rem;
	float: none;
	text-align: center;
	margin: 50px 0 0;
	font-weight:lighter;
	line-height: 40px;
}

header h1 a{
	text-decoration: none;
	color: #000;
}

header h2{
	font-weight: normal;
	font-size: 11px;
	font-size: 1.1rem;
	margin: 0;
	float: none;
	line-height: 20px;
	letter-spacing: 5px;
	text-align: center;
}


.breadcrumbs{
	position: absolute;
	top: 0;
	padding: 10px;
	line-height: 20px;
	color: #aaa;
}

.breadcrumbs a{
	color: #aaa;
}


#menu-wrap{
	min-width: 320px;
	margin-right: 0px;
	margin-bottom: 10px;
}

#menu-list{
	list-style: none;
	padding: 0;
	text-align: center;
}

#menu-list > li{
	border-bottom: none;
	border-left: 1px solid #999;
	width: 70px;
	display: inline-block;
	text-align: center;
	position: relative;
}

#menu-list > li:first-child{
	border-top: none;
	border-left: none;
}

#menu-list li a{
	text-decoration: none;
	display: block;
	color: #000;
	line-height: 30px;
	padding:0 0 0 5px;
}

#menu-list .monthmenu{
	display: none;
	list-style: none;
	padding:0;
	position: absolute;
	z-index: 2;
	box-shadow: 0 3px 3px #ccc;
	padding:5px;
	right: 5px;
	width: 100px;
	background-color: #fff;
}

#menu-list .monthmenu li{
	border-left: none;
}

.menu-title{
	margin-left: 0px;
}
.menu-cnt {
	display: none;
}


.kiji{
	height: auto;
	display: block;
	background-color: #fff;
	border-bottom: solid 1px #eee;
	text-decoration: none;
	padding:20px;
}

.kiji:first-child{
	border-top: solid 1px #eee;
}

.kiji article{
	overflow: hidden;
	/*position: relative;*/
}

.kiji img{
	width: 100%;
	height: auto;
	border-style:none;

}

.kiji-wrap{
	margin-left: 45%;
}

.kiji-wrap h2{
	font-size: 14px;
	font-size: 1.4rem;
	color: #000;
	margin: 0;
}

.kiji-wrap span{
	font-size: 10px;
	font-size: 1.0rem;
	font-weight: bold;
}

.kiji-wrap h1{
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	margin: 5px 0;
	color: #000;
}

.kiji-text{
	display: none;
	margin-top: 20px;
	color: #5d5d5d;
	line-height: 20px;
	text-align: justify;
}

.news-label{
	display: none;
}

.blog-label{
	display: none;
}

.clearfix:after{
	content: "";
	clear: both;
	display: block;
}



.wp-pagenavi{
	text-align: center;
	margin-top: 20px;
}

.wp-pagenavi a, .wp-pagenavi span {
    background-color: #000;
    color:#fff;
    border: medium none;
    display: inline-block;
    font-size: 12px;
    line-height: 30px;
    min-width: 30px;
}
.wp-pagenavi a, .wp-pagenavi span {
    border: 1px solid #bfbfbf;
    margin: 2px;
    padding: 3px 5px;
    text-decoration: none;
}

.wp-pagenavi span.extend {
    background-color: transparent;
    border: medium none;
    width: auto;
    color: #000;
}

.wp-pagenavi span.current {
    background-color: #ccc;
    border: 2px solid #fff;
    color: #fff;
}

.wp-pagenavi a.page, .wp-pagenavi a.last {
    background-color: #000;
    color: #fff;
}

#footer {
	text-align: center;
	padding: 70px 0 30px;
	clear: both;
}



#detail-wrap{
	min-width: 320px;
}

.kiji-detail{
	background-color: #fff;
	box-shadow:0 1px 3px rgba(0, 0, 0, 0.2);
	padding: 20px 20px 40px;
	position: relative;
	border: solid 1px #eee;
}

.kiji-detail > *{
	max-width: 100%;
}

.kiji-detail h1{
	font-weight: normal;
	margin: 5px 0 30px;
	font-size: 20px;
	font-size: 2.0rem;
}

.kiji-detail h2{
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	margin: 20px 0 0;
}

.kiji-detail h2 span{
	font-size: 10px;
	font-size: 1.0rem;
}

.kiji-detail img{
	margin-bottom: 20px;
	max-width: 100%;
	height: auto;
}

.kiji-detail p{
	margin: 0 0 20px;
	color: #5d5d5d;
	line-height: 20px;
	text-align: justify;
}

#sns-link{
	height: 60px;
	margin-bottom: 10px;
	text-align: right;
}

.news-label{
	display: none;
	background-color: #ccc;
	width: 44px;
	height: 23px;
	position: absolute;
	top: -4px;
	right: 15px;
	font-size: 11px;
	font-size: 1.1rem;
	padding-top: 25px;
	text-align: center;
	color: #000;
}

.blog-label{
	display: none;
	background-color: #000;
	width: 44px;
	height: 23px;
	position: absolute;
	top: -4px;
	right: 15px;
	font-size: 11px;
	font-size: 1.1rem;
	padding-top: 25px;
	text-align: center;
	color: #fff;
}

.detail-label{
	display: block;
}

.page-nav{
	overflow: hidden;
	padding: 30px 20px;
}

.page-nav a{
	text-decoration: none;
	height: 40px;
	line-height: 40px;
	width: 120px;
	padding-left:10px;
	text-align: center;
	background-color: #000;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	float: right;
	display: block;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.page-nav .prev_post{
	float: left;
}

.page-nav .next_post{
	float: right;
}

#new-kiji-title{
	margin-left: 30px;
	margin-top: 50px;
}

#new-kiji-list{
	list-style: none;
	padding: 0;
	margin: 5px 20px 0;
	border-top: solid 2px #000;
}

#new-kiji-list li{
	border-bottom: 1px dashed #000;
	padding:10px;
}

#new-kiji-list li a{
	text-decoration: none;
	display: block;
	color: #000;
}

.blog_kiji #menu-list{
	display: none;
}

.img_wrap{
	/*max-height: 120px;*/
	overflow: hidden;
	position: relative;
	float: left;
	min-width: 120px;
	width: 40%;
}

.ssba{
	text-align: right;
	font-size: 12px;
	font-size: 1.2rem;
}

.ssba div{
	display: inline-block;
}

.ssba img{
	margin-bottom: 0;
}

.grecaptcha-badge{
	visibility: hidden;
}