@charset "UTF-8";

/*---------------------------------------------
	Common
  ---------------------------------------------*/
img {
    max-width: 100%;
    height: auto;
}
.pc { display: none !important; }
.sp { display: block !important; }

/*---------------------------------------------
	Header
  ---------------------------------------------*/
#header {
    height: auto;
    padding-top: 5px;
	background-image: none;
	width: 100%;
	margin:0 0 0px 0;
}


#header #h_copy{
    position: static;
    font-size:74%;
	text-align: center;
}

#header #h_links{
	display: none;
}

#header #h_logo{
    position: static;
	text-align: center;
	width: 40%;
	margin: 0 auto;
	padding:0;
}




/*---------------------------------------------
	HeaderMenu
  ---------------------------------------------*/

#h_navi {
padding: 0;
width: 100%;
height:auto;
}

#h_navi #navi{
padding:0 0 0 0px;
text-align: center;
}

#h_navi #navi li{
    display:inline-block;
    font-size:80%;
width:49%;
}

#h_navi #navi li:nth-child(odd){
border-right:1px solid #fff
}

#h_navi #navi li:nth-child(1),#h_navi #navi li:nth-child(2){
border-bottom:1px solid #fff
}

#h_navi #navi li a{
display:block;
line-height:40px;
}

#h_navi #navi li a:hover{
    color:#e34111;
    text-decoration:underline;
}

#h_sns{
	display: none;
}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
	background: url(http://www.crowpo.com/wp/wp-content/uploads/2016/11/header_bg.png) top left repeat;
}


/*---------------------------------------------
	Common
  ---------------------------------------------*/
#container {
    margin-top: 10px;
}


/*---------------------------------------------
	Wrapper
  ---------------------------------------------*/
#wrapper {
    width: 100%;
}
#wrapper:after {
    content: "";
    display: block;
    clear: both;
}
#contents{
	width: 90%;
	margin: 0 auto;
	float: none;
	display:block;
}

.aside{
    width:100%;
}

/*---------------------------------------------
	PanKuzu
  ---------------------------------------------*/

#breadcrumb li{
	font-size: 80%;
}

#breadcrumb .pan_title{
	display: none;
}

#pankuzu{
	margin-bottom: 0;
}

#breadcrumb{
	width:100%;
    margin:0 auto;
}

/*---------------------------------------------
	TOP
  ---------------------------------------------*/

#top_workstyle .top_workstyle_box{
    width:46%;
    float:left;
    margin:10px 10px 0 0;
    font-size:90%;
    line-height:18px;
	margin-bottom: 10px;
}

#top_workstyle .last{
    margin-right:10px;
}


#top_workstyle_wrap :nth-child(odd) {
    clear: left;
}

#top_workstyle .clear{
	clear: none;
}

#top_workstyle .detail{
    text-align:center;
    padding-top:5px;
}

#top_workstyle .detail a{
	text-decoration: none;
	padding: 3px;
}

#top_worry ul li{
    width:100%;
    float:left;
    padding:0px;

}


/*---------------------------------------------
	記事リスト
  ---------------------------------------------*/
.article_wrap {
    margin: 0 10px 50px;
}
.article_wrap article {
    width: auto;
    float: none;
    margin-bottom: 30px;
}
.article_wrap article:nth-child(odd) {
    clear: left;
    margin-right: 0;
}

/*** 日付 ***/
.date dt {
    font-size: 11px;
}
.date dd {
    font-size: 10px;
}


.article_wrap article .article_subject {
    font-size: 14px;
}
.author dd {
    padding-top: 8px;
}
.date dd a {
    line-height: 20px;
}
.author dd span {
    display: none;
}





/*---------------------------------------------
	カテゴリ別記事リスト
  ---------------------------------------------*/



/*---------------------------------------------
	sideNavi
  ---------------------------------------------*/
#side {
    float: none;
    width: auto;
    padding: 0;
    margin: 0;
    position: static;
	clear: both;
}
.sidelist {
    margin-bottom: 10px;
    padding: 0;
}
.sidelist_h2 {
    background: #f5f5f5;
    margin: 0;
}
.sidelist h2 {
    font-size: 18px;
    padding: 10px 10px;
    margin: 0;
}
.sidelist dl {
    margin: 0;
    padding: 5px 0;
}
.sidelist dl dt {
    float: left;
    width: 65px;
    margin-right: 10px;
}
.sidelist dl dd {
    float: none;
    width: auto;
}
.sidelist dl dd h3 {
    margin: 0;
}
.sidelist .textwidget {
    text-align: center;
}


/*---------------------------------------------
	Footer
  ---------------------------------------------*/
#f_wrapper{
    width:100%;
    background:none;
	background-color: #626262;
    height:auto;
    margin-top:50px;
	color:#fff;
}

#footer{
    width:100%;
    margin:0 auto;
    position:static;
}

#footer #footer_top{
    height:auto;
}

#footer #attention{
    position:static;
    font-size:60%;
    line-height:20px;
	padding: 10px 20px;
}

#footer #copyright{
    text-align:center;
    color:#fff;
    font-size:60%;
    line-height:24px;
}

#footer #copyright a{
    color:#fff;
}



/*---------------------------------------------
	Single
  ---------------------------------------------*/
#contents iframe{
	width: 100%;
}

#contents h1{
	font-size: 130%;
	padding:0;
	margin:0;
}

#c_single h2 {
    font-size: 18px;
    margin: 40px 0 20px;
}

#c_single .date{
	margin:0;
}

#c_single .eyecatch{
	margin:0;
}

#c_single img{
	 margin: 0 auto 20px;
}

#c_single .footer_pr{
	padding:0;
}

 #c_single .footer_pr li{
	list-style: none;
	float: left;
	padding-right: 10px;
}


 #c_single .footer_pr li:last-child{
	 padding-right: 0;
}



 #c_single .author_box .author_img{
float:none;
}
 #c_single .author_box .author_img img{
margin:0 auto 10px !important;
}

/*---------------------------------------------
	関連記事
  ---------------------------------------------*/
#related-entries .related-entry-thumb {
	padding-right:10px;
}


/*---------------------------------------------
	Archive
  ---------------------------------------------*/
#archive_page .kiji_wrap .kiji_img{
	float: none;
	margin-bottom: 5px;
}
#archive_page .kiji_wrap .kiji_img img{
	width: 100%;
}

#archive_page .kiji_detail{
	width: 100%;
	float: none;
}

#archive_page .kiji_detail .txt:after{
	display: block;
    content: "記事を読む";
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #EA8D71;
	padding: 10px;
	border-radius: 10px;
	margin: 10px 5px 5px 5px;
}

#archive_page .kiji_date{
	font-size: 90%;
	margin-bottom: 10px;
}

/*---------------------------------------------
	Comment
  ---------------------------------------------*/


/*---------------------------------------------
	Category
  ---------------------------------------------*/


/*---------------------------------------------
	Author
  ---------------------------------------------*/

