@charset "UTF-8";

/*----------------------------------------------common*/
html{
	-webkit-text-size-adjust:100%;
}

#btn_s{
	display: none;
}

header{
	height: 70px;
	background-color: #fff;
	width: 100%;
	position: relative;
}

header .inner{
	max-width: 1400px;
	margin: 0 auto;
}

header h1{
	float: left;
	padding: 14px 20px 0 15px;
	
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  header h1 img {
    display: none;
  }
  
  header h1 a{
	  background: url(../img/blog/logo.png) left top no-repeat;
	  width: 225px;
	  height: 44px;
	  display: block;
	  background-size:cover;
  }  
  
}

header .left_box{
	float: left;
}

header .left_box nav{
	float: left;
	margin-top: 28px;
}

header .left_box nav ul li{
	float: left;
	margin: 0 15px;
}

header .left_box nav ul li a{
	font-size: 13px;
	color: #333;
}

header .left_box nav ul li a:hover,
header .left_box nav ul li.current-cat a{
	border-bottom: 3px solid #e6211a;
	padding-bottom: 5px;
	color: #333;
}

header .right_box{
	float: right;
}

form.search{
	position: relative;
	width: 180px;
	float: right;
	margin :20px 15px 0;
}

form.search input{
	border: 1px solid #ccc;
	border-radius: 0;
	height: 30px;
	padding: 0 10px;
	margin: 0;
	width: 120px;
	position: absolute;
	z-index: 2;
	font-size: 14px;
	font-weight: normal;
}

form.search input:focus{
	outline:none;
	border: 1px solid #e6211a;
}

form.search button{
	height: 32px;	
	padding: 0;
	width: 40px;
	border: 1px solid #ccc;
	border-radius: 0;
	background-color: #fff;
	margin: 0;
	position: absolute;
	right: 0;
}

form.search button:active{
	outline: none;
	background-color: #ccc;
}

form.search button span{
	font-size: 15px;
	position: relative;
	z-index: 10;
}

a.link_corp_site{
	display: block;
	float: right;
	margin :17px 15px 0;
}

a.link_corp_site .icon{
	display: inline-block;
	vertical-align: middle;
}

a.link_corp_site .icon span{
	font-size: 30px;
}

a.link_corp_site .text{
	font-size: 13px;
	vertical-align: middle;
	display: inline-block;
	line-height: 1.3;
	margin-top:4px;
	letter-spacing: -1px;
}

/*--開閉メニュー--*/
#btn_s{
	display: none;
	position: absolute;
	right:15px;
	top:0px;
	z-index: 20;
}

#panel-btn{
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  margin: 20px 0 10px;	  
}
#panel-btn-icon{
  display: block;
  position: absolute;
  top: 50%;
  left: 25%;
  width: 25px;
  height: 3px;
  margin: -1px 0 0 -7px;
  background: #000;
  transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 25px;
  height: 3px;
  background: #000;
  transition: .3s;
}
#panel-btn-icon:before{
  margin-top: -10px;
}
#panel-btn-icon:after{
  margin-top: 7px;
}
#panel-btn .close{
  background: transparent;
}
#panel-btn .close:before, #panel-btn .close:after{
  margin-top: 0;
}
#panel-btn .close:before{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  background: #000;
}
#panel-btn .close:after{
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  background: #000;
}

/*モバイルレイアウト*/
header .left_box.mobile{
	display: none;
   	float: none;
	position: absolute;
	top:70px;
	width: 100%;
	background-color: #fff;
	z-index: 200;
	border-top: 4px solid #f0f0f0;
}

header .left_box.mobile nav{
	float: none;
	margin: 0;
}

header .left_box.mobile nav ul{
	text-align: center;
	background-color: #f0f0f0;
	}
header .left_box.mobile nav ul li{
	width: 49.7%;
	float: left;
	margin: 0 0 4px;
	background-color: #fff;
}

header .left_box.mobile nav ul li a{
	display: block;
	padding: 15px 0;
	width: 100%;
}

header .left_box.mobile nav ul li a:hover,
header .left_box.mobile nav ul li.current-cat a{
	border: none;
	padding-bottom: 15px;
	color: #e6211a;
}

header .left_box.mobile nav ul li:nth-child(2n){
	border-right:none;
	float: right;
}

header .right_box.mobile{
   	display: none;
   	float: none;
   	position: absolute;
	top:160px;
	width: 100%;
	background-color: #f0f0f0;
	z-index: 200;
	padding:0;
	border-bottom: 4px solid #f0f0f0;
	}
.right_box.mobile form.search{
	position: relative;
	width: 49.7%;
	float: left;
	margin: 0 auto;
	background-color: #fff;
	height:52px;
	padding-top: 20px;
}

.right_box.mobile form.search input{
	border: 1px solid #ccc;
	border-radius: 0;
	height: 30px;
	padding: 0 3%;
	margin: 0;
	width: 70%;
	position: absolute;
	z-index: 1;
	font-size: 14px;
	font-weight: normal;
	left: 5%;
}

.right_box.mobile form.search input:focus{
	outline:none;
	border: 1px solid #e6211a;
}

.right_box.mobile form.search button{
	height: 32px; 
	padding: 0;
	width: 40px;
	border: 1px solid #ccc;
	border-radius: 0;
	background-color: #fff;
	margin: 0;
	position: absolute;
	right: 0;
	left: 81%;
	z-index: 3;
}

.right_box.mobile form.search button:active{
	outline: none;
	background-color: #ccc;
}

.right_box.mobile form.search button span{
	font-size: 15px;
	position: relative;
	z-index: 10;
}

.right_box.mobile a.link_corp_site{
	display: block;
	width: 49.7%;
	text-align: center;
	float: right;
	margin:0;
	background-color: #fff;
	height:56px;
	padding-top: 16px;
}

.right_box.mobile a.link_corp_site .icon{
	display: inline-block;
	vertical-align: middle;
}

.right_box.mobile a.link_corp_site .icon span{
	font-size: 30px;
}

.right_box.mobile a.link_corp_site .text{
	font-size: 13px;
	vertical-align: middle;
	display: inline-block;
	line-height: 1.3;
	margin-top:4px;
}

.sns>div{
	float: left;
	margin-right: 5px;
}

.sns .twitter{
	margin-top: 1px;
}

footer .footer_top{
	background-color: #f0efee;
}

footer .footer_top .inner{
	margin: 0 auto;
	max-width: 1000px;
	padding: 50px 25px;
}

footer .footer_top .footer_link{
	float:left;
}

footer .footer_top .logo{
	float:right;
}

footer .footer_top .footer_link div,
footer .footer_top h4,
footer .footer_top ul{
	float:left;
}

footer .footer_top h4{
	font-size: 17px;
	line-height: 1.4;
	color: #999;
	margin-right: 30px;
}

footer .footer_top ul li{
	margin-bottom: 4px;
}

footer .footer_top ul li a{
	font-size: 14px;
}

footer .footer_top .footer_link .category{
	border-right:1px solid #ccc;
	margin-right: 40px;
	padding-right: 40px;
}

footer .footer_bottom{
	background-color: #333;
	padding: 20px 0;
}

footer .footer_bottom p{
	text-align: center;
	max-width: 1000px;
	color: #fff;
	font-size: 16px;
	margin: 0 auto;
}

#pages{
    margin-top:50px;
	text-align: center;
	padding-bottom:50px;
	letter-spacing: -.40em;
}
#pages li{
	height:30px;
	display: inline-block;
	/display: inline;
	/zoom: 1; 
	line-height: 30px;
	margin: 0 4px;
	letter-spacing: 0;;
}
#pages a{
	display:block;
	width:28px;
	height:28px;
	border:#e0e0e0;
	border-style:solid;
	border-width:1px;
	color: #333;
	
}
#pages a:hover{
	background-color:#e7161a;
	color:#FFF;
	text-decoration: none;
}
#pages a.fix{
	background-color:#e7161a;
	color:#FFF;
}

#pages #next_btn{
	width:115px;
	height:30px;
	background-image:url(http://www.ipii.co.jp/wp-content/themes/ipii/ASTD/img/pagesNext.jpg);
	background-repeat:no-repeat;
	
}

#pages #next_btn a{
	display:block;
	width:115px;
	height:30px;
	border:none;
	color:#fff;
	
}
#pages #next_btn a:hover{
	color:#ccc;
	background-image:url(http://www.ipii.co.jp/wp-content/themes/ipii/ASTD/img/pagesNext.jpg);
	background-repeat:no-repeat;
}

#pages #back_btn{
	width:115px;
	height:30px;
	background-image:url(http://www.ipii.co.jp/wp-content/themes/ipii/ASTD/img/pagesBack.jpg);
	background-repeat:no-repeat;
	
}

#pages #back_btn a{
	display:block;
	width:115px;
	height:30px;
	border:none;
	color:#fff;
	
}
#pages #back_btn a:hover{
	color:#ccc;
	background-image:url(http://www.ipii.co.jp/wp-content/themes/ipii/ASTD/img/pagesBack.jpg);
	background-repeat:no-repeat;
}

/*----------------------------------------------main*/
main{
	display: block;
}

main .inner{
	margin: 0 auto;
	padding: 40px 25px;
	max-width: 1000px;
}

main h2.heading{
	font-size: 20px;
	text-align: center;
	padding-bottom: 20px;
}

main h2.heading span{
	font-size: 20px;
	border-bottom: 3px solid #e6211a;
	padding-bottom: 5px;
}

.categories a{
	margin-right: 8px;
}

.date{
	clear: both;
}

ul.recommend li{
	background-color: #fff;
	position: relative;
}

ul.recommend .icon_new,
ul.recent_entry .icon_new{
	position: absolute;
	top:-10px;
	left:-10px;
	border-radius: 50px;
	width: 50px;
	height: 35px;
	padding-top: 15px;
	color: #003366;
	font-size: 14px;
	font-weight: bold;
	background-color: #ffff00;
	text-align: center;
	z-index: 2;
}

ul.recommend li .thumb{
	float: left;
	width: 31.5%;
	overflow: hidden;
}

ul.recommend li .thumb a.mob{
	display: none;
}

ul.recommend li .article_parts{
	float: left;
	padding: 30px 3%;
	width: 62.5%;
	position: relative;
	height: 190px;
}

ul.recommend .tags a{
	background-color: #e6211a;
	padding: 5px 10px;
	color: #fff;
	margin-right: 5px;
	font-size: 13px;
}

ul.recommend .title{
	margin-top: 15px;
	margin-bottom: 5px;
	font-size:24px;
	line-height: 1.4;
}

ul.recommend .categories a{
	font-size: 17px;
	color:  #e6211a;
}

ul.recommend .author{
	font-size: 14px;
	color: #999;
	position: absolute;
	bottom: 55px;
	letter-spacing: 0.3px;
}

ul.recommend .author a{
	color: #e6211a;
}

ul.recommend .sns{	
	position: absolute;
	bottom: 20px;
}

ul.recommend .date{	
	position: absolute;
	bottom: 20px;
	right:30px;
	color: #999;
	font-size: 14px;
}

main ul.recent_entry{
	margin-top: 27px;
}

main ul.recent_entry li{
	float: left;
	position: relative;
	margin-right: 2.7%;
	background-color: #fff;
	height: 355px;
	width: 31.5%;
	margin-bottom: 27px;
}

main ul.recent_entry li .thumb a.mob{
	display: none;
}

main ul.recent_entry li .thumb img{
	width: 100%;
	height: auto !important;
}

main ul.recent_entry li:nth-child(3n){
	margin-right: 0;
}

main ul.recent_entry .article_parts{
	padding: 15px;
}

main ul.recent_entry .tags{
	position: absolute;
	right: 0;
	top:1px;
}

main ul.recent_entry .tags a{	
	background-color: #999;
	border-left:1px solid #fff;
	border-bottom:1px solid #fff;
	padding: 5px 10px;
	color: #fff;
	margin-right: 0px;
	font-size: 13px;
	white-space: nowrap;
}

main ul.recent_entry .title{
	margin-bottom: 5px;
	font-size:16px;
	line-height: 1.4;
	font-weight: bold;
}

main ul.recent_entry .categories a{
	font-size: 13px;
	color:  #e6211a;
}

main ul.recent_entry .author{
	font-size: 13px;
	color: #999;
	position: absolute;
	bottom:15px;
	letter-spacing: 0.3px;
}

main ul.recent_entry .author a{
	color: #e6211a;
}

main ul.recent_entry .date{	
	position: absolute;
	bottom: 15px;
	right:15px;
	color: #999;
	font-size: 13px;
}

main div.btn_all{
	text-align: center;
	margin: 45px 0;
}

main div.btn_all a{
	background-color: #e6211a;
	padding: 20px 30px;
	color: #fff;
	font-size: 16px;
}

main div.btn_all a span{
	margin-right: 20px;
}

aside.popular_entry{
	background-color: #fff;
}

aside.popular_entry .inner{	
	margin: 0 auto;
	padding: 40px 25px;
	max-width: 1000px;
}

aside.popular_entry .heading{
	text-align: center;
	padding-bottom: 50px;
}

aside.popular_entry .heading span{
	font-size: 20px;
	border-bottom: 3px solid #e6211a;
	padding-bottom: 5px;
}

aside.popular_entry ul li{
	float: left;
	width: 18%;
	margin-right: 2.5%;
}

aside.popular_entry ul li .thumb img{
	width: 100%;
	height: auto !important;
}

aside.popular_entry ul li:last-child{
	margin-right: 0;
}

aside.popular_entry .article_parts{
	padding: 10px 0;
}

aside.popular_entry .title{
	font-size: 14px;
	line-height: 1.45;
	font-weight: normal;
	margin-bottom: 5px;
}

aside.popular_entry .categories a{
	font-size: 13px;
	color:  #e6211a;
}

p.nothing{
	text-align: center;
	padding: 40px 0;
	font-size: 15px;
	
}

main#single{
	background-color: white;
	margin:5px 0;
	width: 100%;
}

article .article_header{
	
}

article .article_header .date{
	font-size: 14px;
	color: #999;
	display: inline-block;
	margin-right: 30px;
}

article .article_header .tags{
	font-size: 14px;
	color: #333;
	display: inline-block;
}

article .article_header .tags span{
	margin-right: 5px;
}

article .article_header .tags a{
	margin-right: 10px;
}

article .article_header .title{
	font-size: 32px;
	margin: 15px 0 10px;
	line-height: 1.4;
}

article .article_header .categories a{
	font-size: 18px;
	color:  #e6211a;
}

article .article_header .author{
	font-size: 14px;
	letter-spacing: 0.3px;
	color: #999;
	margin-top: 15px;
}

article .article_header .author a{
	color:  #e6211a;
}

article .article_header .categories a:hover,
article .article_header .author a:hover{
	text-decoration: underline;
}

article .article_header{
	margin: 30px 0 50px;
}

article .article_body{
	width: 70%;
	float: left;
	padding-bottom: 50px;
}

article aside{
	float: right;
	width: 25%;
	padding-bottom: 50px;
}

article .article_body .thumb{
	margin-bottom:40px;
}

article .article_body .thumb img{
	width: 100%;
	height: auto !important;
}

article .content h1{
	color:  #e6211a;
	font-size: 26px;
	margin: 40px 0;
	line-height: 1.4;
}

article .content h2{
	color:  #e6211a;
	font-size: 22px;
	margin: 35px 0;
	line-height: 1.4;
}

article .content h3{
	color:  #e6211a;
	font-size: 18px;
	margin: 35px 0;
	line-height: 1.4;
}

article .content h4{
	color:  #e6211a;
	font-size: 16px;
	margin: 30px 0;
	line-height: 1.4;
}

article .content h5{
	color:  #e6211a;
	font-size: 16px;
	margin: 30px 0;
	line-height: 1.4;
}

article .content p{
	font-size: 16px;
	line-height: 1.8;
	margin:30px 0;
	letter-spacing: 0.5px;
}

article .content ul,
article .content ol{
	padding-left: 25px;
}

article .content ul li{
	list-style-type: disc;
	font-size: 16px;
	margin-bottom: 8px;
}

article .content ol li{
	list-style-type:decimal;
	font-size: 16px;
	margin-bottom: 8px;
}

article .content blockquote{
	background-color: #f0f0f0;
	padding: 25px;
	position: relative;
}

article .content blockquote p:last-child{
	margin-bottom: 0;
}

article .content blockquote:before{
content: "“";
font-size: 300%;
line-height: 1em;
color: #999;
position: absolute;
left: 5px;
top: 5px;
}

article .content blockquote:after{
content: "”";
font-size: 300%;
line-height: 0em;
color: #999;
position: absolute;
right: 5px;
bottom: 5px;
}

article aside .author_info .name{
	font-size: 16px;
	color:  #e6211a;
	margin-bottom: 20px;
	line-height: 1.7;
}

article aside .author_info p{
	font-size: 13px;
	line-height: 1.7;
}

article aside .author_article h4.heading{
	font-size: 16px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	font-weight: normal;
	margin-bottom: 20px;
	margin-top: 70px;
}


article aside .author_article li{
	margin: 15px 0;
}

article aside .thumb{
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.4%;
	width: 18%;
}

article aside .thumb img{
	max-width: 50px;
	height: auto !important;
	width: 100%;
}

article aside .article_parts{
	display: inline-block;
	vertical-align: middle;
	width: 72%;
	padding-left: 3%;
}

article aside .article_parts .title{
	font-size: 13px;
	line-height: 1.4;
}

article .content :first-child{
	margin-top: 0;
}


article .content a{
	text-decoration: underline;
	color:  #e6211a;
}

article .content a:hover{
	text-decoration: none;
	
}

article .content table{
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 100%;
}

article .content table td,
article .content table th{
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 8px 12px;
	text-align: left; 
}

article .content table th{
	width: 30%;
}

article .content table thead th,
article .content table thead td{
	background-color: #f0f0f0;
	padding: 5px 10px;
	text-align: center;
}

article .article_footer{
	background-color: #f0f0f0;
	padding: 30px 20px 30px 40px;
}

article .article_footer .category,
article .article_footer .tag{
	float: left;
	font-size: 14px;
	line-height: 1.5;
	margin-right: 30px;
	color: #333;
}

article .article_footer .category a,
article .article_footer .tag a{
	margin-right: 10px;
	text-decoration: underline;
	color: #333;
}

article .article_footer .category a:hover,
article .article_footer .tag a:hover{
	text-decoration: none;
}

article .article_footer .sns{
	float: right;
}

.pager{
	padding: 80px 0 50px;
	text-align: center;
}

.pager li{
	display: inline-block;
	width: 42%;
	margin: 0 3%;
}

.pager li>a{
	display: inline-block;
	width: 100%;
}

.pager li>a>div{
	display: inline-block;
	vertical-align: middle;
}

.pager li div.thumb{
	margin-right: 1.5%;
}

.pager li div.thumb img{
	width: 50px;
	height: auto !important;
}

.pager li div.title{
	font-size: 13px;
	line-height: 1.5;
	max-width: 60%;
	text-align: left;
}

.pager li div.icon{
	margin:0 2%;
}

.pager li div.icon span{
	font-size: 35px;
	line-height: 1.5;
}

li .thumb:hover img{
	opacity: 0.7;
}

li .title a:hover{
	color: #999;	
}

li .categories a:hover,
li .author a:hover{
	text-decoration: underline;
}

li .tags a:hover{
	background-color: #555;
}



/*---------------------------------------------- < 1060px */
@media screen and (max-width: 1059px) {
	#btn_s{
		display: block !important;
	}
	
	#drop_menu{
		display: none;
	}
	
	header{
		position: relative;
	}
	
	header .left_box{
		display: none;
	   	float: none;
		position: absolute;
		top:70px;
		width: 100%;
		background-color: #fff;
		z-index: 200;
		border-top: 4px solid #f0f0f0;
	}
	
	header .left_box nav{
		float: none;
		margin: 0;
	}
	
	header .left_box nav ul{
		text-align: center;
		background-color: #f0f0f0;
		}
	header .left_box nav ul li{
		width: 49.7%;
		float: left;
		margin: 0 0 4px;
		background-color: #fff;
	}
	
	header .left_box nav ul li a{
		display: block;
		padding: 15px 0;
		width: 100%;
	}
	
	header .left_box nav ul li a:hover,
	header .left_box nav ul li.current-cat a{
		border: none;
		padding-bottom: 15px;
		color: #e6211a;
	}
	
	header .left_box nav ul li:nth-child(2n){
		border-right:none;
		float: right;
	}
    
    header .right_box{
	   	display: none;
	   	float: none;
	   	position: absolute;
		top:160px;
		width: 100%;
		background-color: #f0f0f0;
		z-index: 200;
		padding:0;
		border-bottom: 4px solid #f0f0f0;
   	}
    form.search{
		position: relative;
		width: 49.7%;
		float: left;
		margin: 0 auto;
		background-color: #fff;
		height:52px;
		padding-top: 20px;
	}
	
	form.search input{
		border: 1px solid #ccc;
		border-radius: 0;
		height: 30px;
		padding: 0 3%;
		margin: 0;
		width: 70%;
		position: absolute;
		z-index: 1;
		font-size: 14px;
		font-weight: normal;
		left: 5%;
	}
	
	form.search input:focus{
		outline:none;
		border: 1px solid #e6211a;
	}
	
	form.search button{
		height: 32px; 
		padding: 0;
		width: 40px;
		border: 1px solid #ccc;
		border-radius: 0;
		background-color: #fff;
		margin: 0;
		position: absolute;
		right: 0;
		left: 81%;
		z-index: 3;
	}
	
	form.search button:active{
		outline: none;
		background-color: #ccc;
	}
	
	form.search button span{
		font-size: 15px;
		position: relative;
		z-index: 10;
	}
	
	a.link_corp_site{
		display: block;
		width: 49.7%;
		text-align: center;
		float: right;
		margin:0;
		background-color: #fff;
		height:56px;
		padding-top: 16px;
	}
	
	a.link_corp_site .icon{
		display: inline-block;
		vertical-align: middle;
	}
	
	a.link_corp_site .icon span{
		font-size: 30px;
	}
	
	a.link_corp_site .text{
		font-size: 13px;
		vertical-align: middle;
		display: inline-block;
		line-height: 1.3;
		margin-top:4px;
	}
   	
    footer .footer_top .inner{
		
	}
	
	ul.recommend .title{		
		font-size:20px;
		line-height: 1.3;
	}
	
	ul.recommend .categories a{		
		font-size:15px;		
	}
	
	main ul.recent_entry li{

	}
	
	main ul.recent_entry .article_parts{
		padding: 10px 15px;
	}
	
	
	main ul.recent_entry .title{
		font-size:15px;
		line-height: 1.35;
		margin-bottom: 3px;
	
	}
	
	main ul.recent_entry .author{
		font-size: 12px;		
		bottom:10px;
	}
	
	main ul.recent_entry .date{
		position: relative;
		left: 0;
		top:0;
		font-size: 12px;
		margin-bottom: 3px;
	}
	
	aside.popular_entry .title{
		font-size: 12px;
		line-height: 1.45;		
	}
	
	aside.popular_entry .categories a{
		font-size: 12px;
	}
	
	article .article_header .title{
		font-size: 28px;
	}
	
	article .article_header .categories a{
		font-size: 16px;
	}
	
	article .content p{
		font-size: 16px;
	}
	
	article .article_footer .category,
	article .article_footer .tag{
		float: none;
		font-size: 14px;
		line-height: 1.5;
		margin-right: 30px;
		color: #333;
		margin-bottom: 10px;
	}		
	
	article .article_footer .sns{
		float: none;
		margin-top: 30px;
	}
	
	article aside .author_info p{
		font-size: 12px;
		line-height: 1.6;
	}
	
	article aside .article_parts .title{
		font-size: 12px;
		line-height: 1.4;
	}
	
	.pager li div.title{
		font-size: 13px;
		line-height: 1.4;
		max-width: 60%;
	}
	
	footer .footer_top h4{
		font-size: 14px;
	}
	
	footer .footer_top ul li a{
		font-size: 12px;
	}
	
	footer .footer_top .footer_link .category{
		margin-right: 30px;
		padding-right: 30px;
	}
	
}

/*---------------------------------------------- < 768px */
@media screen and (max-width: 767px) {
	
	header{
		height: 50px;
		position: fixed;
		z-index: 100;
	}
	
	header .inner{
		position: relative;
	}
	
	header h1{
		padding-top: 8px;
	}
	
	
	header h1 img{
		width: 180px;
	}
	
	@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	  header h1 img {
	    display: none;
	  }
	  
	  header h1 a{
		  background: url(../img/blog/logo.png) left top no-repeat;
		  width: 180px;
		  height: 35px;
		  display: block;
		  background-size:cover;
	  }  
	  
	}
	
	header .left_box{
		top:50px;
	}
	
	footer .footer_top .inner{
		padding: 30px 0;
	}
	
	footer .footer_top .footer_link{
		text-align: center;
		float: none;
	}
	
	footer .footer_top  .footer_link .category,
	footer .footer_top  .footer_link .company{
		display: inline-block;
		float: none;
		border-right: none;
		vertical-align: top;
		text-align: left;
	}
	
	
	footer .footer_top .footer_link div h4,
	footer .footer_top .footer_link div ul{
		display: block;
		float: none;
	}
	
	footer .footer_top .footer_link div h4{
		margin-bottom: 5px;
	}
	
	footer .footer_top .logo{
		margin-top: 20px;
		float: none;
		text-align: center;
	}
	
	footer .footer_bottom{
		padding: 10px 0;
	}
	
	footer .footer_bottom p{
		font-size: 13px;
	}
	
	#btn_s{
		top:-9px;
	}
	
	main{
		padding-top: 50px;
	}
	
	main .inner{
		margin: 0 auto;
		padding: 20px;
		max-width: none;
	}
	
	main h2.heading{
		font-size: 18px;
		text-align: center;
		padding-bottom: 20px;
	}
	
	main h2.heading span{
		font-size: 18px;
		border-bottom: 3px solid #e6211a;
		padding-bottom: 5px;
	}
	
	ul.recommend li{
		height: auto;
		width: 100%;
	}
	
	ul.recommend li .thumb{
		float: none;
		width: 100%;
		margin: 0;
	}
	
	ul.recommend li .thumb a.wid{
		display: none;
	}
	
	ul.recommend li .thumb a.mob{
		display: block;
	}
	
	ul.recommend li .thumb img{
		width: 100%;
		height: auto !important;
	}
	
	ul.recommend li .article_parts{
		float: none;
		width: auto;
		margin: 0;
		padding: 20px;
		height: auto;
	}
	
	ul.recommend li .tags{
		display: none;
	}
	
	ul.recommend li .categories{
		margin-bottom: 10px;
	}
	
	ul.recommend li .title{
		font-size: 18px;
		margin-top: 0;	
	}
	
	ul.recommend li .sns{
		display: none;
	}
	
	ul.recommend li .author{
		position: static;
	}
	
	main ul.recent_entry{
		margin-top: 8px;
	}
	
	main ul.recent_entry li{
		float: none;
		width: 100%;
		position: relative;
		height: auto;
		margin-bottom: 8px;
	}
	
	main ul.recent_entry li .icon_new{
		bottom:10px;
		left:3%;
		top:auto;
		width: 14%;
		font-size: 12px;
		height: auto !important;
		padding: 3px 0;
	}
	
	main ul.recent_entry li .thumb{
		width: 20%;
		height: 100%;
		position: absolute;
		left:0;
		top:0;
	}
	
	main ul.recent_entry li .thumb img{
		margin-top: 5px;
	}
	
	main ul.recent_entry li .thumb a.wid{
		display: none;
	}
	
	main ul.recent_entry li .thumb a.mob{
		display: block;
		width: 100%;
		height: 100%;
		background-position: center center;
		background-size: cover;
		position: absolute;
		left:0;
		top:0;
	}
	
	main ul.recent_entry li .article_parts{
		padding: 15px 15px 15px 25%;
		position: relative;
	}
	
	main ul.recent_entry li .tags,
	main ul.recent_entry li .author{
		display: none;
	}
	
	main ul.recent_entry li .date{
		
	}
	
	main div.btn_all{
		text-align: center;
		margin: 15px 0 5px;
	}
	
	main div.btn_all a{
		background-color: #e6211a;
		padding: 15px 30px;
		color: #fff;
		font-size: 16px;
		display: block;
	}
	
	main div.btn_all a span{
		margin-right: 20px;
	}
	
	aside.popular_entry .inner{
		padding: 30px 20px;
	}
	
	aside.popular_entry .heading span{
		font-size: 18px;
	}
	
	aside.popular_entry ul li{
		float: none;
		position: relative;
		width: 100%;
		margin-bottom: 15px;
	}
	
	aside.popular_entry ul li .thumb{
		position: absolute;
		overflow: hidden;
		height: 50px;
		right: 0;
		width: 50px;
	}
	
	aside.popular_entry ul li .article_parts{
		padding:0 20% 0 0;
	}
	
	aside.popular_entry ul li .title{
		margin: 0;
		font-size: 13px;
	}
	
	main#single{
		margin: 0 0 5px;
		border-top:#f0f0f0 55px solid;
		padding-top: 0px;
	}
	
	article .article_header{
		margin-top:20px;
	}
	
	article .article_header .title{
		font-size: 24px;
	}
	
	article .article_body{
		width: 100%;
		float: none;
		padding-bottom: 30px;
	}
	
	article .content p{
		margin: 25px 0;
	}
	article .content h1{
		color:  #e6211a;
		font-size: 22px;
		margin: 35px 0;
		line-height: 1.4;
	}
	
	article .content h2{
		color:  #e6211a;
		font-size: 20px;
		margin: 30px 0;
		line-height: 1.4;
	}
	
	article .content h3{
		color:  #e6211a;
		font-size: 18px;
		margin: 30px 0;
		line-height: 1.4;
	}
	
	article .content h4{
		color:  #e6211a;
		font-size: 16px;
		margin: 25px 0;
		line-height: 1.4;
	}
	
	article .content h5{
		color:  #e6211a;
		font-size: 16px;
		margin: 25px 0;
		line-height: 1.4;
	}
	
	article aside{
		float: none;
		width: 100%;
		padding-bottom: 50px;
	}
	
	article aside .author_info .name{
		margin-bottom: 5px;
	}
	
	article aside .author_info p{
		font-size:13px;
	}
	
	article aside .author_article .title{
		font-size: 13px;
	}
	
	article .article_footer{
		padding: 15px 15px 8px;
	}
	
	article .article_footer .category,
	article .article_footer .tag{
		font-size: 13px;
	}
	
	article .article_footer .sns{
		margin-top: 20px;
	}
	
	article .article_footer .sns>div{
		margin-bottom: 7px;
		margin-top: 0;
	}
	
	.pager{
		padding-top: 60px;
	}
	
	ul.pager li{
		float: none;
		display: block;
		width: auto;
		margin: 0;
	}
	
	.pager li>a{
		width: 100%;
		display: block;
	}
	
	.pager li.prev{
		margin-bottom: 30px;
	}
	
	header .left_box nav ul li,
	a.link_corp_site,
	form.search{
		width: 49.5%;
	}
	form.search input{
		width: 60%;
	}
	
	form.search button{
		left: 71%;
	}
	
	a.link_corp_site{
		letter-spacing: -1px;
	}
	
	
}