/* SP ******************************************************************************/

@charset "UTF-8";


/*---------------------------------------------
	COMMON
  ---------------------------------------------*/

img {
    max-width: 100%;
    height: auto;
}


#header, .menu-header-container, #footer { min-width: 100% !important;}
/*---------------------------------------------
	Wrapper
  ---------------------------------------------*/
#container {
    width: auto;
    padding: 20px 0;
}


/*---------------------------------------------
	Header
  ---------------------------------------------*/
#header {
    height: auto;
}
#header_inner {
    width: auto;
}
#header h1 {
    float: none;
    margin: 0;
    padding: 20px 10px 0;
}
#header h1 a {
    font-size: 40px;
}
#header .headerR {
    float: none;
    text-align: left;
}
.headerR p {
    margin: 5px 10px;
}
.headerR .sb {
    margin: 5px 10px 0;
}


/*---------------------------------------------
	HeaderMenu
  ---------------------------------------------*/
ul#menu-header, ul#menu-header-1 {
    width: auto;
    padding: 10px 10px;
}
ul#menu-header li, ul#menu-header-1 li {
    display: inline;
    margin: 0 5px;
    font-size: 12px;
}


/*---------------------------------------------
	Main
  ---------------------------------------------*/
#main {
    float: none;
    width: auto;
}


/*---共通ポストCSS---*/
.post_sub .cate {
    float: left;
    padding: 2px 20px;
    font-size: 12px;
    font-weight: bold;
}
.post_sub .date {
    float: right;
    font-size: 13px;
    color: #666;
}

/*---メイン型ポストCSS---*/
.main_post {
    padding: 10px;
    margin: 0 5px 10px;
}
.main_post h2 {
    font-size: 18px;
}
.main_post .post_sub {
    margin: 10px 0;
}
.main_post .post_img {
    width: 100px;
    margin-right: 10px;
}
.main_post .post_img img {
    max-width: 100px;
}
.main_post .post_body {
    float: none;
    width: auto;
}
.main_post .post_body p {
    font-size: 13px;
    line-height: 150%;
}
.main_post .post_body .more {
    display: none;
}

/*---リスト型ポストCSS---*/
.post_list {
    background: none;
    padding: 0 5px;
}
.post {
    background: #fff;
    margin-bottom: 10px;
    padding: 10px;
    border-bottom: none;
}
.post:last-child {
    padding: 10px;
}
.post .post_img {
    width: 100px;
    margin-right: 10px;
}
.post .post_cont {
    float: none;
    width: auto;
}
.post h2 {
    
}
.post .post_sub {
    margin: 10px 0;
}
.post .post_body p {
    font-size: 13px;
    line-height: 150%;
}

/*---カテゴリ型ポストCSS---*/
.post_cate li {
    width: auto;
    margin-bottom: 15px;
}
.post_cate li:nth-child(odd) {
    float: none;
}
.post_cate li:nth-child(even) {
    float: none;
}

/*---ページャー---*/



/*---------------------------------------------
	Rnavi
  ---------------------------------------------*/
#Rnavi {
    float: none;
    width: auto;
}

#Rnavi .bnrArea li{ text-align: center;}

.menu-box {
    
}
.menu-box h2 {
    
}
.menu-box ul {
    margin: 0 10px;
}
.menu-box ul li {
    
}
.menu-box ul li span {
    
}
.menu-box ul li span a {
    
}
.menu-box p {
    
}

/***ランキング***/
ul.ranking li a {
    
}
ul.ranking li {
    
}



/*---------------------------------------------
	Footer
  ---------------------------------------------*/
.gFooter .cf {
	min-width: 100% !important;
	width: auto !important;
	padding: 15px 0;
	text-align: center;
}
.fltL { float: none !important;}
.fltR { float: none !important;}
.fltL p{ margin-bottom: 10px;}
.gFooter .companyName { margin-bottom: 0px !important;}
.gFooter .contactLink {
	position: static;
	margin-top: 20px;
}
/* clearfix */
.cf:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
/* IE6 */
* html .cf { zoom: 1;}
/* IE7 */
*:first-child+html .cf { zoom: 1;}
#footer #menu-footer {
    width: auto;
}
#footer #menu-footer li {
    margin-right: 10px;
}
#footer p.copyright {
    width: auto;
    margin-top: 20px;
    text-align: center;
}


/*---------------------------------------------
	Single
  ---------------------------------------------*/
/***POSTエリア***/
.single_post {
    padding: 10px;
    margin: 0 5px 50px;
}
.single_post h2 {
    font-size: 22px;
}
.single_post p {
    font-size: 14px;
}
.single_post ul li {
    font-size: 14px;
}




/***関連リンク***/
.wp_rp_content h3 {
    margin: 0 10px;
}
.wp_rp_content ul {
    margin: 10px 5px 0;
    padding: 10px;
}
.wp_rp_content ul li {
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.wp_rp_content ul li .wp_rp_thumbnail {
    margin-right: 10px;
}
.wp_rp_content ul li .wp_rp_title {
    font-size: 14px;
}
.wp_rp_content ul li .wp_rp_excerpt {
    line-height: 150%;
}
.wp_rp_wrap {
    margin-bottom: 20px;
}


/***パンくずリスト***/
.pankuzu { display: none;}


/*---------------------------------------------
	404
  ---------------------------------------------*/
.notfound h2 {
    margin-bottom: 10px;
}
.notfound p {
    line-height: 1.5;
    font-size: 14px;
}