@charset "UTF-8";
/*
@font-face{ 
  font-family:'mplus-1p-regular';
  src: url('/css/mplus-1p-regular.eot');
  src: url('/css/mplus-1p-regular.eot?#iefix') format('embedded-opentype'),
       url('/css/mplus-1p-regular.woff') format('woff'),
       url('/css/mplus-1p-regular.ttf') format('truetype');
}
*/
/* スタイルシート */

h1,h2,h3,h4,h5,h6,p,dl,dd,ul,li{
	margin:0;
	padding:0;
}
html{
	margin:0;
	padding:0;
	background-color:#fff0e7;
}
body{
	margin:0;
	padding:0;
	font-family:'メイリオ','Meiryo','HiraginoSans-W0','ヒラギノ角ゴシック W0','mplus-1p-regular','helvetica';
	color:#444;
}
a{
	color:#123456;
	text-decoration:none;
}
a:hover{
	color:#abcdef;
}
img{
	border:0;
}
li{
	list-style-type:none;
}

h1{
	font-size:130%;
}
h2{
	font-size:100%;
	background:url("/img/nikukyu.png") no-repeat 0 50%;
	background-size:1em;
	padding-left:1.5em;
	color:#069;
}
h3{
	font-size:90%;
}

h6{
	font-size:80%;
}

/* layout */
.contents{
	padding:0 10px;
}
#sub{
}
#sidebox{
}
@media screen and (min-width:640px){
	.contents{
		width:1200px;
		margin:0 auto;
		padding:0px;
	}
	#mainbox{
		width:960px;
		float:right;
	}
	#main{
		width:640px;
		float:left;
	}
	#sub{
		display:block;
		width:300px;
		float:right;
	}
	#sidebox{
		width:220px;
		float:left;
	}
}

iframe{
	border:0;
	overflow:hidden;
}

/* common */
.clearafter:after{
	content:"";
	display:block;
	clear:both;
}
.result{
	width:960px;
	margin:10px auto;
	font-size:70%;
}
.box{
	margin-bottom:15px;
	padding:10px;
	border:1px solid rgba(0,0,0,0.2);
	border-radius:5px;
	background-color:rgba(255,255,255,1);
}

/* head */
#head{
	background-color:#fff;
}
#head .contents{
	padding:20px 0;
	height:200px;
	background-image:url("/img/header.jpg");
	background-size:contain;
	background-repeat:no-repeat;
	background-position:100% 50%;
}
@media screen and (max-width:480px){
	#head .contents{
		padding:20px;
		height:100px;
	}
}
#head .main{
	position:relative;
}
#head #sitename{
	font-size:240%;
	margin:5px 0;
}
@media screen and (max-width:480px){
	#head #sitename{
		font-size:360%;
	}
}
#head #sitename a{
	font-weight:bold;
}
#head #description{
	position:absolute;
	top:10px;
	font-size:70%;
	color:#ccc;
}
#head #navi{
	display:none;
	position:absolute;
	top:0;
	right:0;
}
#head #navi a{
	font-weight:bold;
	display:inline-block;
	color:#ff0;
	padding:5px;
	margin-left:5px;
	background-image:-webkit-gradient(linear,0 0,0 100%,color-stop(0,#333),color-stop(1,#111));
	background-image:-moz-linear-gradient(top,#333,#111);
  background-image:-o-linear-gradient(top,#333,#111);
  background-image:linear-gradient(top,#333,#111);
	border-radius:3px;
	box-shadow:0 1px 1px rgba(255,255,255,0.3);
}

/* click_ranking */
#click_ranking{
	display:none;
}
@media screen and (min-width:720px){
	#click_ranking{
		display:block;
		width:720px;
		position:absolute;
		bottom:20px;
		left:0;
	}
}
#click_ranking li{
	width:20%;
	float:left;
}
#click_ranking li a{
	display:block;
	margin:5px;
	border:1px solid #000;
	position:relative;
}
#click_ranking a:hover{
	border:1px solid #00f;
}
#click_ranking a:before{
	content:"";
	display:block;
	padding-top:100%;
}
#click_ranking p.image{
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	background-size:cover;
	background-position:center;
}
#click_ranking p.title{
	position:absolute;
	bottom:0;
	width:100%;
	height:3.5em;
	overflow:hidden;
	background-color:rgba(60,50,40,0.7);
	color:#fff;
	line-height:1.5;
}
#click_ranking a span{
	display:block;
	font-size:70%;
	padding:5px;
}

/* link_site */
#link_site{
	background-color:rgba(0,0,0,0.7);
	margin-bottom:20px;
}
#link_site li{
	float:left;
}
#link_site li a{
	display:block;
	padding:12px;
	font-size:90%;
	color:#fff;
	font-weight:bold;
}
#link_site li a:hover{
	background-color:rgba(255,255,255,0.1);
}

.link_site{
	padding:5px;
}
.link_site li a{
	display:block;
	padding:5px 0;
	font-size:90%;
}
.link_site li a:hover{
	color:rgba(0,0,255,1);
}

/* main */
#main > h1{
	margin:15px 0;
	padding:5px 10px;
	border:1px solid rgba(0,0,0,0.2);
	border-radius:5px;
	background-color:rgba(255,255,204,0.5);
	font-weight:normal;
}

/* list */
.list:after{
	display:block;
	content:"";
	clear:left;
}
.list{
	margin:15px 0;
}
.list li{
	margin-bottom:15px;
	padding:10px;
	border:1px solid rgba(0,0,0,0.2);
	border-radius:5px;
	background-color:rgba(255,255,255,1);
	transition-property:background-color;
	transition-duration:0.2s;
	transition-timing-function:ease-in-out;
}
.list li:hover{
	background-color:rgba(255,255,255,0.5);
}
.list .thumb{
	width:18%;
	float:left;
	position:relative;
}
.list .thumb:before{
	content:"";
	display:block;
	padding-top:100%;
}
.list .thumb a{
	display:block;
	background-size:cover;
	background-position:center;
	position:absolute;
	top:0;
	width:100%;
	height:100%;
}
.list article{
	width:80%;
	float:right;
}
.list article h1{
	font-size:125%;
	line-height:1.5;
}
@media screen and (max-width:480px){
	.list article h1{
		font-size:100%;
	}
}
.list article h1 a{
	display:block;
	margin-bottom:10px;
	color:#654321;
}
.list .day{
	display:inline-block;
	font-size:80%;
	padding-right:10px;
	line-height:1;
}
.list .category{
	display:inline-block;
	font-size:80%;
	padding-right:10px;
	line-height:1;
}
.list .category a{
	padding-right:10px;
	text-decoration:underline;
}

/* latest */
.latest li{
	border-bottom:1px solid rgba(0,0,0,0.2);
	padding:10px 0;
}
.latest li:last-child{
	border:none;
}
.latest .thumb{
	float:left;
}
.latest .thumb a{
	display:block;
	width:70px;
	height:70px;
	background-size:cover;
}
.latest article{
	margin-left:80px;
}
.latest .title{
	font-size:90%;
	line-height:1.3;
}
.latest .title a{
	display:block;
	word-wrap:break-word;
}

/* rsslink_text */
.rsslink_text li{
	border-bottom:1px solid rgba(0,0,0,0.2);
	padding:10px 0;
}
.rsslink_text li:last-child{
	border:none;
}
.rsslink_text a{
	display:block;
	font-size:80%;
	line-height:1.3;
}

/* rsslink_image */
.rsslink_image li{
	width:100%;
	float:none;
}
.rsslink_image a{
	display:block;
	margin:5px;
	border:1px solid #000;
	position:relative;
}
.rsslink_image a:hover{
	border:1px solid #00c;
}
.rsslink_image a:before{
	content:"";
	display:block;
	padding-top:100%;
}
.rsslink_image p.image{
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	background-size:cover;
	background-position:center;
}
.rsslink_image p.comment{
	position:absolute;
	bottom:0;
	width:100%;
	height:3.5em;
	overflow:hidden;
	background-color:rgba(0,0,0,0.7);
	color:#fff;
}
.rsslink_image a span{
	display:block;
	font-size:70%;
	line-height:1.5;
	padding:5px;
}
@media screen and (max-width:480px){
	.rsslink_image li{
		width:50%;
		float:left;
	}
}

/* post */
#postbox{
	margin:15px 0;
	background-color:rgba(255,255,255,1);
	padding:20px;
	border:1px solid rgba(0,0,0,0.2);
	border-radius:5px;
}
@media screen and (max-width:480px){
	#postbox{
		padding:10px;
	}
}
#post article h1{
	font-size:140%;
	line-height:1.5;
}
#post article h1 a{
	display:block;
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px solid rgba(0,0,0,0.2);
}
#post .day{
	display:inline-block;
	font-size:80%;
	padding-right:10px;
	line-height:1;
}
#post .category{
	display:inline-block;
	font-size:80%;
	padding-right:10px;
	line-height:1;
}
#post .category a{
	padding-right:10px;
	text-decoration:underline;
}
#post .thumb{
	margin:30px 0;
	text-align:center;
}
#post .thumb img{
	max-width:80%;	
}

#thread{
	padding:30px 0;
	border-top:1px solid rgba(0,0,0,0.2);
}
#thread dt{
	font-size:80%;
	margin-bottom:10px;
}
#thread dt .name{
	display:inline-block;
	margin-right:5px;
	font-weight:bold;
	color:#090;
}
#thread dt .date{
	display:inline-block;
	margin-right:5px;
	color:#999;
}
#thread dd{
	margin-left:10px;
	margin-bottom:100px;
	font-weight:bold;
	line-height:1.5;
	word-break:break-all;
}
#thread dd img{
	max-width:50%;
}
.original{
	margin:10px 0;
	text-align:left;
	font-size:80%;
	word-break:break-all;
}

/* taglist */
.taglist li{
	float:left;
}
.taglist li a{
	display:block;
	font-size:80%;
	padding:5px;
}

/* osusume */
#osusume li{
	font-size:80%;
}

/* pagelink */
.pagelink{
	font-size:80%;
	clear:both;
	padding:9px 0;
	text-align:center;
}
.pagelink p{
	display:none;
}
.pagelink a,.pagelink span,.pagelink aside{
	display:inline-block;
	padding:5px;
	margin-right:2px;
	margin-bottom:5px;
	text-align:center;
}
.pagelink span,.pagelink aside{
	color:rgba(255,255,255,0.7);
	background-color:rgba(0,0,0,0.3);
}
.pagelink a{
	background-color:rgba(0,0,0,0.1);
}
.pagelink a:hover{
	background-color:rgba(0,0,0,0.05);
}
@media screen and (max-width:360px){
	.pagelink{
		font-size:80%;
	}
	.pagelink aside{
		display:none;
	}
}

/* blogroll */
#blogroll{
	margin-bottom:15px;
	border:1px solid rgba(0,0,0,0.2);
	border-radius:5px;
	background-color:#fff;
}
#blogroll #blogroll_box{
	padding:10px;
	line-height:1;
}
#blogroll .blogroll-ad-text,#blogroll .blogroll-ad-default{
	height:0;
	overflow:hidden;
}
#blogroll a{
	font-size:90%;
	color:#00c;
	padding:8px 5px;
	display:block;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	transition-property:background-color;
	transition-duration:0.2s;
	transition-timing-function:ease-in-out;
}
@media screen and (min-width:1640px){
	#blogroll .blogroll{
		width:50%;
		height:240px;
		overflow:auto;
		float:left;
	}
	#blogroll a{
		font-size:80%;
		padding:5px;
	}
}

/* blogroll_post */
#blogroll_post{
	margin:15px 0;
	line-height:1;
}
#blogroll_post .blogroll-ad-text,#blogroll_post .blogroll-ad-default{
	height:0;
	overflow:hidden;
}
#blogroll_post a{
	font-size:90%;
	color:#00c;
	padding:10px 5px;
	display:block;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	transition-property:background-color;
	transition-duration:0.2s;
	transition-timing-function:ease-in-out;
}

#rss{
	margin-bottom:15px;
	background-color:#fff;
	font-size:80%;
	border:1px solid #f80;
	border-radius:5px;
}
#rss b{
	display:inline-block;
	color:#fff;
	background-color:#f80;
	padding:5px 15px;
}
#rss a{
	display:inline-block;
	padding:5px 15px;
}

/* comment */
#comment{
	margin:10px 0;
}
#comment_form{
	padding:10px;
	background-color:rgba(0,0,0,0.05);
}
#comment_form p{
	margin:10px 0;
}
#comment_form p span{
	font-size:80%;
}
#comment h3{
	padding:5px;
	font-size:100%;
	background-color:#333;
	color:#fff;
}
#comment input[type="text"]{
	width:40%;
	padding:5px;
	border:1px solid rgba(0,0,0,0.25);
	border-radius:3px;
	box-shadow:0 1px 1px rgba(0,0,0,0.1) inset;
}
#comment textarea{
	width:90%;
	height:8em;
	padding:5px;
	font-size:80%;
	border:1px solid rgba(0,0,0,0.25);
	border-radius:3px;
	box-shadow:0 1px 1px rgba(0,0,0,0.1) inset;
}
#comment input[type="submit"]{
	-webkit-appearance:none;
	padding:5px;
	border:1px solid rgba(0,0,0,0.25);
	border-radius:3px;
	background-image:linear-gradient(0,#ccc,#eee);
}
#comment .alert{
	color:#f00;
	font-weight:bold;
}

#comment_list{
	padding:30px 0;
	border-top:1px solid rgba(0,0,0,0.25);
}
@media screen and (min-width:640px){
	#comment_list{
		padding:30px 10px;
		border-top:1px solid rgba(0,0,0,0.25);
	}
}
#comment_list li{
	border-top:1px dashed rgba(0,0,0,0.25);
	margin:10px 0;
	padding:10px 0;
}
#comment_list li p{
	margin:10px 0;
}
#comment_list li p span{
	font-size:80%;
	display:inline-block;
	margin-right:10px;
	color:#999;
}
#comment_list .comment_number{
	color:#966;
}
#comment_list .comment_name{
	color:#696;
}
#comment_list .comment_day{
	color:#969;
}
#comment_list .comment_text{
	font-size:90%;
	margin:0 20px;
	line-height:1.5;
	color:#444;
	font-weight:bold;
}
#comment_list .comment_deleted{
	font-size:70%;
	margin:0 20px;
	line-height:1.5;
	color:#ccc;
	font-weight:bold;
}
@media screen and (max-width:640px){
	#comment_list .comment_id{
		display:none;
	}
}

/* inquiry */
.inquiry {
	margin:0;
}
.inquiry form{
	padding:20px;
}
.inquiry p{
	padding:20px;
}
.inquiry dt{
	font-size:80%;
	margin-bottom:5px;
	font-weight:bold;
}
.inquiry dd{
	font-size:80%;
	margin-bottom:10px;
	margin-left:10px;
}
.inquiry textarea,.inquiry input[type="text"]{
	padding:5px;
}

/* foot */
#foot{
	clear:both;
	margin-top:20px;
	padding:10px;
	background-color:#000;
	text-align:center;
	color:#fff;
}
#foot .sitename{
	clear:both;
	font-weight:bold;
	padding:10px;
}

p.admin{
	margin:10px 0;
	padding:5px;
	background-color:#ff0;
	font-size:70%;
}