@charset "utf-8";
.sp{
	display:none;
}
/* nav
----------------------------------------------------*/
nav {
	opacity:1;
	filter: alpha(opacity=100);
	background-color:rgba(0,53,89,1);
}

/* dropmenu
----------------------------------------------------*/
.dropmenu li ul li a {
	background-color:rgba(0,53,89,0.7);
}

/* header
----------------------------------------------------*/
header{
	width:980px !important;
	margin:0 auto 10px auto;
	padding-top:120px;
	border-bottom: 2px solid #003559;
}
header ul{
	margin-bottom:40px;
}
header ul li{
	display:inline-block;
	text-align:right;
	vertical-align:middle;
	width:50%;
}
header ul li:first-child{
	text-align:left;
	width:47%;
}
header ul.sns_btn{
	width:20%;
	float:right;
	margin-bottom:20px;
}
header ul.sns_btn li{
	width:39%;
	vertical-align:top;
	display:inline-block;
	line-height:1.1em;
}


#blog_page{
	width:980px;
	margin:50px auto;
	color:#003559;
	padding-bottom:80px;
	position:relative;
}
#blog_page a{
	color:#003559;
}
#blog_page .btn_more{
	width:160px;
	border:1px solid #003559;
	text-align:center;
	margin:10px auto 30px auto;
	padding:5px;
}

/* left_nav
----------------------------------------------------*/
#left_nav{
	width:200px;
	float:left;
}
#left_nav h3{
	border-bottom:1px solid #003559;
	padding-bottom:5px;
}
#left_nav ul li{
	font-size:14px;
	padding:5px 0;
}
#left_nav .theme{
	margin-bottom:30px;
}

/* main
----------------------------------------------------*/
#main{
	float:left;
	width:540px;
	padding:0 20px;
}
#main h3{
	border-bottom:1px solid #003559;
	padding-bottom:5px;
}
#main .tag{
	margin-bottom:20px;
}
#main .tag,
#main .date{
	font-size:14px;
}
#main .navigation {
	text-align:center;
}
#main .navigation ul{
	width:100%;
	margin:40px auto;
}
#main .navigation ul li{
	display:inline-block;
	width:200px;
	padding:5px;
	background:#003559;
	text-align:center;
}
#main .navigation ul li:nth-child(2){
	margin-left:20px;
}
	
#main .navigation ul li a{
	color:#fff;
}
#main .link_area{
	border-top:1px solid #003559;
	padding-top:10px;
	text-align:center;
}
#main .link_area ul li{
	display:inline-block;
	width:26%;
	text-align:center;
}
#main img{
	max-width:100%;
	height:auto;
}
#main .recommend ul{
	margin:10px auto 30px auto;
}
#main .recommend ul li{
	display:inline-block;
	width:24%;
	vertical-align:top;
	font-size:13px;
}
#main .recommend ul li .thumb{
	width:100px;
	height:100px;
	overflow:hidden;
	margin:0 auto;
}
#main .recommend ul li .thumb img{
	height:100%;
	width:auto;
	max-width:inherit;
} 

/* right_area
----------------------------------------------------*/
#right_area {
	width:240px;
	float:right;
}
#right_area p{
	font-size:14px;
	margin:10px 0;
}
#right_area .bnr{
	margin-bottom:10px;
}
#right_area img{
	width:100%;
}

/* tag別
----------------------------------------------------*/
#tag{
	width:980px;
	margin:30px auto;
	color:#003559;
}
#tag .theme_ttl{
	font-size:24px;
	margin-bottom:20px;
}
#tag .archive .thumb{
	width:100px;
	height:100px;
	overflow:hidden;
}
#tag .archive .thumb img{
	width:auto;
	height:100%;
}
#tag .archive{
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px dashed #003559;
}
#tag .archive li{
	display:inline-block;
	vertical-align: middle;
}
#tag .archive li:first-child{
	margin-right:20px;
}

/* アーカイブ（一覧）
----------------------------------------------------*/

#blog_page .archive .thumb{
	width:100px;
	height:100px;
	overflow:hidden;
}
#blog_page .archive .thumb img{
	width:auto;
	height:100%;
}
#blog_page .archive{
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px dashed #003559;
}
#blog_page .archive li{
	display:inline-block;
	vertical-align: middle;
}
#blog_page .archive li:first-child{
	margin-right:20px;
}
.archive_ttl{
	font-size:24px;
	margin-bottom:30px;
}

/* 一覧ページネーション */
#blog_page .tablenav,
#tag .tablenav {
	width:980px;
    clear: both;
    margin: 0px auto;
    padding: 20px 0px;
    position: relative;
    font-size: 14px;
    line-height: 12px;
	text-align:center;
}
#blog_page .pagination li, .tablenav a,
#tag .pagination li, .tablenav a  {
    display: inline-block;
    margin: 2px 2px 2px 0;
    padding: 5px 7px 4px 7px;
    width: auto;
    color: #003559;
    text-decoration: none;
}
#blog_page .tablenav a:hover,
#tag .tablenav a:hover {
    color: #003559;
}
#blog_page .tablenav .current ,
#tag .tablenav .current{
    padding: 5px 7px 4px 7px;
    color: #003559;
	text-decoration:underline;
}

@media screen and (max-width: 670px){
	.pc{
		display:none;
	}
	.sp{
		display:block;
	}
	header{
		width:100% !important;
		padding-top:100px;
	}
	header ul li,
	header ul li:first-child{
		width:100%;
		display:block;
		text-align:center;
	}
	#main {
		padding:0;
	}
	header img,
	#blog_page,
	#left_nav,
	#main,
	#right_area,
	#blog_page .tablenav,
	#tag .tablenav,
	#main .recommend ul li p{
		width:100%;
	}
	header ul li:first-child img,
	header ul li:last-child img{
		width:70%;
	}
	header ul.sns_btn{
		width:90%;
		text-align:right;
		margin:0 auto 3vh auto;
	}
	header ul.sns_btn li{
		width:25%;
		display:inline-block;
	}
	header ul.sns_btn li:last-child{
		margin-right:2%;
	}
	#main .recommend ul li{
		width:49%;
		margin-bottom:10px;
	}
	#main .recommend ul li .thumb{
		width: calc(42vmin);
		height: calc(42vmin);
		text-align:center;
		overflow:hidden;
	}

	#main .link_area ul{
		margin-bottom:30px;
	}
	#main .link_area ul li{
		width:48%;
	}
	#left_nav,
	#right_area,
	#blog_page,
	#tag{
		float:none;
		width:90%;
		margin:0 auto;
	}
	#right_area {
		margin-top:40px;
		text-align:center;
	}
	#main .navigation ul li,
	#main .navigation ul li:last-child{
		display:block;
		margin-bottom:10px;
		margin:0 auto 10px auto;
	}
	
	/* アーカイブ一覧 */
	#blog_page .archive li:last-child{
		width:56vw;
	}
	
	#pageTop {
		position:absolute;
		padding:0;
		bottom: 10px;
		right: 2%;
	}
	
}
