/* 
Theme Name:		 designs Child
Theme URI:		 http://childtheme-generator.com/
Description:	 WP Bootstrap Starter Child is a child theme of WP Bootstrap Starter, created by ChildTheme-Generator.com
Author:			 J-LAND DESIGN
Author URI:		 http://childtheme-generator.com/
Template:		 wp-bootstrap-starter
Version:		 1.0.0
Text Domain:	 designs-child
*/







	
/*サイト全体の基準となるCSSを記述*/	
html {	
  font-size: 16px;	
}

.home.blog.logged-in.admin-bar.hfeed.theme-preset-active.customize-support div#page.site header#masthead.site-header.navbar-static-top.navbar-light.bg-light div.container {
	max-width: 1410px;
}
.post-template-default.single.single-post.postid-464.single-format-standard.logged-in.admin-bar.theme-preset-active.customize-support div#page.site header#masthead.site-header.navbar-static-top.navbar-light.bg-light div.container {
	max-width: 1410px;	
}	
 


/* ------------------------------------------------------------------------------------------------
   トップページ全体の範囲
------------------------------------------------------------------------------------------------ */

/*### Smartphones (縦 col- 0px～575px) ###----------- */
body.home.blog.logged-in.admin-bar.hfeed.theme-preset-active.customize-support {
    font-family: 'Meiryo',Osaka,'Hiragino Kaku Gothic Pro','Yu PGothic','MS PGothic','Segoe UI','Verdana','Helvetica','Arial',sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    text-align: left;
}


/***　最上部ヘッダーテキスト　***/
.header-text01 {
	background-color: #000;
	color: #FFF;
	padding: 5px 0px;
}
.container h1.sec_head {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: 500;
}
.pickup {
	margin-bottom: 30px;
}
.wp-post-image {
	width: 100%;
}
.outline {
	margin-top: 12px;
}


/***　メイン画像の範囲　***/
div#page-sub-header div.container {
	color: #FFF;
	text-align: left;
}
#page-sub-header p {
    max-width: 43rem;
    margin: 0;
}


/*** ウジェットエリアタイトル ***/
h3.widget-title {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 500;	
}


/*** 日付 ***/
.outline a time {
	font-family: Helvetica, Arial, sans-serif;
}


/*** 投稿記事タイトル ***/
div.outline a div.title h2 {
	font-size: 1rem;
	color: #333;
	line-height: 1.5;
}








/*### Smartphones (横 col-sm 576px～767px) ###----------- */
@media (min-width: 576px) {


}









/*### iPads (縦 col-md 768px～991px） ###----------- */
@media (min-width: 768px) {

}








/*### iPads (横 col-lg 992px～1199px）及びPC ###----------- */
@media (min-width: 992px) {

		
	
}









/*### PC（大画面 col-xl-1200px～) ###----------- */
@media (min-width: 1200px) {
.site-content div.container {
	max-width: 1440px;
}
}





/* ------------------------------------------------------------------------------------------------
   投稿記事の範囲
------------------------------------------------------------------------------------------------ */

/*### Smartphones (縦 col- 0px～575px) ###----------- */
body.post-template-default.single.single-post.postid-415.single-format-standard.logged-in.admin-bar.theme-preset-active.customize-support {
    font-family: "Lucida Grande", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Verdana, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    text-align: left;	
}
h1.entry-title {
    font-size: 32px;
    border-bottom: 1px solid #eaecef;
    letter-spacing: -1px;
}
.entry-content p {
    font-size: 1rem;
	line-height: 2rem;
}



/*### Smartphones (横 col-sm 576px～767px) ###----------- */
@media (min-width: 576px) {


}


/*### iPads (縦 col-md 768px～991px） ###----------- */
@media (min-width: 768px) {

}


/*### iPads (横 col-lg 992px～1199px）及びPC ###----------- */
@media (min-width: 992px) {
.entry-content p {
    font-size: 1.125rem;
	line-height: 2rem;
}
}


/*### PC（大画面 col-xl-1200px～) ###----------- */
@media (min-width: 1200px) {
.site-content div.container {
	max-width: 1440px;
}
}













