@charset "UTF-8";

body	{font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
	margin: 0;
	
}
.box1, .boxA-1, .box2-inner, .box5-inner{
	padding-left: 10px;
	padding-right: 10px;
}
.site h1{
    margin: 0;
    font-size: 30px;
    font-family: 'Cabin', sans-serif;
    
    
}
.site h1 a{
    color: #306fab;
	text-decoration: none;
	font-weight: normal;
}
.site .logo{
    border: none;
}
.kijicat{
	margin-bottom: 15px;
}
.kijicat ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.kijicat ul:after{
	content:"";
	display: block;
	clear: both;
}
.kijicat ul li{
	float: left;
	width:auto;

}	

.kijicat ul li a{
	text-decoration: none;
	color: #000;
	display: block;
	padding: 3px 5px;
	font-size: 12px;
	background-color: #75dbe7;
	color: #fff;
	margin-right: 5px;
	border-radius: 2px;
}
.kijicat ul li a:hover{
	background-color: #94ecf6;
}
.kiji h1{
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 10px;
}
.kiji h2{
	margin-top: 40px;
	border-left: solid 10px #7cbac1;
	padding-left: 10px;
	font-weight: normal;
	
}
.kiji p{
    margin-top: 0;
    margin-bottom: 20px;
}
.kijiinfo{
	margin-bottom: 10px;
	margin-top: -10px;
}
.kijiinfo i{
	margin-right: 2px;
	color: #aaa;
	font-size: 16px;
}
.kiji img{
	max-width:100%;
	height: auto;
}
/*ここからshare*/
.share{
	margin-top: 40px;
}
.share ul li a{
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    display: block;
	padding: 10px 5px;
	color: #fff;
}
.share i{
	margin-right: 5px;
}	

.share-tw{
	background-color: #55acee;
}
.share-fb{
	background-color: #3b5998;
}
.share-gp{
	background-color: #dd4b39;
}
.share ul li a:hover{
    opacity: 0.8;
}
.share ul{
    margin:0;
    padding: 0;
	list-style-type: none;
	
}
.share ul li{
    float:left;
    width: 33.3%;
}
.share ul:after{
    content: "";
    clear: both;
	display: block;
}
/*ここまでshare*/

/*ここから関連記事*/
.kanren{
	background-color: #f0f0d4;
	padding: 20px;
	margin-top: 40px;
}
.kanren h1{
	margin-top:0;
	margin-bottom: 5px;
	color: #727224;
	font-size: 20px;
	font-weight: normal;
}
.kanren ul li a{
    font-size: 14px;
    text-decoration: none;
    color: #000;
    display: block;
    padding: 5px;
}
.kanren ul li a:hover{
    text-decoration: underline;
}
.kanren ul{
    margin:0;
    padding: 0;
	list-style-type: none;
	
}
.kanren ul li{
    float:left;
    width: 25%; /*幅をbox幅にあわせたければ,liが4つの場合25%と表記*/
}
.kanren ul:after{
    content: "";
    clear: both;
    display: block;
}
.kanren img{
	max-width: 100%;
	height: auto;
	border: none;
}
.kanren .text{
	max-width: 150px;
	height: auto;
}
/*ここまで関連記事*/

.menu ul li a{
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 15px 25px;
}
.menu ul li a:hover{
    color: orange;
}
.menu ul{
    margin:0;
    padding: 0;
	list-style-type: none;
	
}
.menu ul li{
    float:left;
    width: auto;
}
.menu ul:after{
    content: "";
    clear: both;
    display: block;
}

/*ここからブログ用サイト用CSS*/
.gaiyou{
	margin-bottom: 30px;
    
}
.gaiyou img{
	max-width: 100%;
	height: auto;
	border: none;
	margin-bottom: 10px;
	vertical-align: bottom;
}
.gaiyou h2{
	margin-top: 0px;
	text-align: center;
	font-size: 20px;
    color: #444;
	margin-bottom: 5px;
	margin-left: 15px;
	margin-right: 15px;
}
.gaiyou p{
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 15px;
	font-size: 14px;
}
.gaiyou a{
	display: block;
	border: solid 1px #ddd;
	color: #000;
	text-decoration: none;
}
.gaiyou a:hover{
	box-shadow: 0 0 10px #ddd;
}
.gaiyou .more{
	background-color: #3077be;
	color: #fff;
	font-size: 14px;
	padding: 10px 15px;
	display: inline-block;
	
}
.gaiyou .more i{
	margin-left: 20px;
	font-size: 14px;
}
.pickup img{
	width: 100%;
	height: auto;
	border: none;
	
}

.badge{
	
	color: #000;
	width: 300px;
	height: 120px;
	text-align: left;
	font-weight: ;
	box-sizing: border-box;
    line-height: 1.8em;
	font-size: 20px;
    font-weight: bold;
    color: #444;
	position: absolute;
	top: 30%;
	left: 30px;
	
}
.badge i{
	display: block;
	font-size: 40px;
}
.pickup{
	position: relative;
}
.pickup h1{
	font-size: 24px;
    text-align: center;
}
    .pickup ul{
        list-style-type: none;
        padding-left: 0px;
    }
.pickup ul li{
    font-size: 18px;
    text-align: center;
    padding-bottom: 5px;
    
    
    }
/*ここまでブログ用サイト用CSS*/
.copyright p{
    font-size: 14px;
    margin: 0;
    color: #666;
}
.box1{
	padding-top: 8px;
	padding-bottom: 8px;
	}

.box2{
	background-color: rgb(37, 39, 63)
}
.box3{
	padding-top: 40px;
	padding-bottom: 30px;
}
.box4{
	padding-top: 40px;
	padding-bottom: 30px;
}
.box5{
	border-top: 1px dotted #ddd;
	padding-top: 15px;
	padding-bottom: 15px;
}
.top .boxA{
	padding-top: 0;
	padding-bottom: 20px;
}
@media (max-width: 599px){
	.menu ul li a{
		font-size: 12px;
		padding: 12px 13px 12px 0px;
	}
	.site h1{
		
		font-size: 20px;
	}
	.kiji h1{
		font-size: 16px;
	}
	.box1{
		padding-top: 4px;
		padding-bottom: 4px;
	}
	.box3{
		padding-top: 20px;
	}
	.share span{
		text-indent: -9999px;
		display: inline-block;
	}
	.kanren{
		padding: 10px;
	}
	.kanren ul li{
		width: 50%;
	}
	.kanren ul li:nth-child(3){
		clear: both;
	}
	.badge{
		transform: scale(0.55);
		transform-origin: left top;
		top: 20%;
		left: 15px;
        
	}
} 

@media (min-width: 600px){
	.boxA-1:after{
		content:"";
		display: block;
		clear: both;
	}
	.boxA-1 .gaiyou{
		float: left;
		width: 33.3%;	
		box-sizing: border-box;
	}
	/*.boxA-1 .gaiyou:nth-child(odd){
		padding-right: 15px;
		clear: both;

	}
	.boxA-1 .gaiyou:nth-child(even){
		padding-left: 15px;

	}*/	


}





@media (min-width: 600px) and (max-width: 767px){
	.box4:after{
		content: "";
		display: block;
		clear: both;
	}	
	.box4-1{
		float: left;
		width: 50%;
		padding-right: 20px;
		box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
		
	}	
	.box4-2{
		float: left;
		width: 50%;
		padding-left: 20px;
		box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	}
	.ninki h1{
		margin-top: 0px;
} 
.badge{
	top: 25%;
	right: 15px;
}
}

@media (min-width: 768px) {

/* BOX3とBOX4を横に並べる設定 */
.boxA:after	{content: "";
	display: block;
	clear: both}

.box3	{float: left;
	width: 70%;
	padding-right: 50px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	}

.box4	{float: left;
	width: 30%;
}

}



@media (min-width: 1040px){
.box1, .box2-inner, .boxA, .box5-inner{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;

}

}