
body {
	margin:0px;
	padding: 0px;
	text-align:left;
	font-size: 16px;
	color: #333;
	background-color: #ffffff;
	line-height:30px;
	font-family: "CI", "Meiryo", sans-serif;
	-webkit-text-size-adjust: none;
}

/*default*/
form input, form select{margin:0px; padding:5px; font-size: 16px;}
ul, ol,li{margin:0px;padding:0px;list-style:none;} 
img { vertical-align:bottom; border: none; padding:0px;}
br {padding:0px; letter-spacing: normal;}
address , em{font-style:normal;}
object {margin:0px;padding:0px;} 
p {	margin:0px;padding: 0px;}

/*htag*/
h1, h2, h3, h4, h5, h6{
	font-size: 14px;
	font-weight:normal;
	margin: 0px;
	padding: 0px;
}


/*link*/
a:link {color: #666666;text-decoration: none;}
a:visited {color: #333333;text-decoration: none;}
a:hover {color: #0033CC;text-decoration: none;}

/*kakikae-sys*/
.fsize-mini{font-size:11px;}
.fsize-large{font-size:25px;}
.fsize-big{font-size:30px;}
.bold{font-weight: bold;margin:10px 0px 10px 0px;}
.delete{text-decoration: line-through;}
.red{color: #F33;}
.blue{color: #06F;}
.green{color: #090;}
.navy{color: #036;}
.pink{color: #F9F;}
.gray{color: #999;}
.orange{color: #F90;}
.purple{color: #C6C;}
.lightblue{color: #6FB7FF;}
.lightgreen{color: #69F574;}
.lightpink{color: #FCF;}


.center{ clear:both; text-align: center;padding:30px 0px 30px 0px;}
.back{ clear:both; text-align: center;padding:20px 0px;}

/*-----------------------------------------------------*/

/*header*/
header{
	width:100%;
	height:250px;
	background-image: url(../img/top.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
header h1{
	margin:0px auto;
	padding-top:130px;
	text-align:center;
}

/*sub*/
.sub {
	margin:10px auto;
	max-width:1200px;
}
.sub div {
	margin:10px;
	width:300px;
	float:left;
}
.sub div img{
	display:block;
	margin:auto;
}

.sub:after {
	content:"";
	display:block;
	clear:both;
}

.kako a{
	background-color:#D9E021;
	color:#fff;
	padding:2px 10px;
	border-radius:20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	font-size:12px;
}


/*article*/
article {
	margin:10px auto;
	padding:0px 10px;
	max-width:970px;
}
article:after {
	content:"";
	display:block;
	clear:both;
}

.about {
	padding:5px;
	margin:5px auto;
	border-bottom:dotted 1px #D9E021;
}
.report {
	margin:0px auto;
	max-width:800px;
}
.report h1 {
	padding:20px 0px 10px 50px;
	margin-bottom:30px;
	font-size:16px;
	font-weight:bold;
	border-bottom:solid 3px #D9E021;
	color: #666666;
	background-repeat:no-repeat;
	background-position:left;
}
.report img {
	display:block;
	margin:10px auto;
	padding:5px;
	background-color:#fff;
	border:solid 1px #ddd;
}


iframe{
	display:block;
	margin:20px auto;
	width:95%;
	max-width:800px;
	min-height:451px;
	text-align:center;
}


/*top */
.listtop li {
	margin:1%;
	width:31%;
	height:300px;
	float:left;
	color:#fff;
	font-size:14px;
	line-height:25px;
	
	background-repeat:no-repeat;
	background-position:right bottom;
}
.listtop div {
	height:250px;
	display:block;
	background-repeat:no-repeat;
	background-position:center top;
}

.day {
	font-size:12px;
	color:#999;
}
/*blog hover*/
.listtop li span{
	padding-top:0px;
	height:0px;
	transition-duration:0.3s;
	background-color:#fff;
	display:block;
	text-align:center;
	line-height: 250px;
	color:#555;
	opacity: 0.0;
}



.more{
	display:block;
	margin:10px auto 0px auto;
	width:100px;
	font-size:14px;
	height:32px;
	background-color:#D9E021;
	text-align:center;
	transition-duration:0.3s;
}
.more:link {color: #fff;text-decoration: none;}
.more:visited {color: #fff;text-decoration: none;}

.more:hover{
	color:#000;
}

.listtop:after{
	content:"";
	display:block;
	clear:both;
}

/*pagelink*/
.pagelink {
	margin:20px auto;
	max-width:600px;
}
.pagelink li {
	width:50px;
	height:50px;
	background-color:#eee;
	float:left;
	margin:5px;
	text-align:center;
}
.pagelink li a{
	display:block;
	padding-top:10px;
	width:50px;
	height:40px;
}
.pagelink:after {
	content:"";
	display:block;
	clear:both;
}


.nowpage { color:#F06}

/*cate*/
.catetitle {
	width:800px;
	color:#736357;
	display:block;
	margin:10px auto;
	padding:5px;
	border:dotted 2px #736357;
}



.title {
	font-weight:bold;
	color:#736357;
}

.catename {
	font-size:16px;
	font-weight:bold;
}



/*footer*/
footer {
	padding-top:10px;
	padding-bottom:20px;
	background-color:#D9E021;
	color: #fff;
}
.footin {
	margin:10px auto 20px auto;
	padding-left:10px;
	text-align: center;
	line-height:20px;
}
.bottomlogo {
	float:none;
	display:block;
	margin:0px auto;
}

.copy { padding-top:10px;}

.footin a{
	color:#ccc;
}



/*link*/
.link {
	margin: 0px auto;
}
.link li {
	margin:5px auto;
	width:250px;
	height:130px;
	background-repeat:no-repeat;
	background-position:bottom;
	float:left;
	font-size:12px;
}
.link li img{
	display:block;
	margin:0px auto;
}
.link:after {
	content:"";
	display:block;
	clear:both;
}




/*pagetop---------------------*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 50px;
	z-index:100;
}

@media only screen and (max-width: 768px) {




}

@media only screen and (max-width: 480px) {


.listtop li {
	width:98%;
	float:none;
}

.listpage li {
	width:98%;
	float:none;
}

.report img {
	width:95%;
}

.sub div {
	width:90%;
	float:none;
}

.link li {
	float:none;
}

#page-top {
	right: 20px;
}



}



