/*
Theme Name: Jacom style 2020
Theme URI: https://jacom-mobile.com
Description:株式会社ジャコム 基本テンプレート
Version: 1.0
Author: Fale
Author URI:https://jacom-mobile.com
*/



/****************************************
		1. General Setting
*****************************************/

* {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
html {
	height: 100%;
	width: 100%;
}
body {
	color: #333;
	font-size:12px;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo, sans-serif;
	height: 100%;
	width: 100%;
	letter-spacing:-0.001em;
	-webkit-text-size-adjust:100%;
}

/* For modern browsers */
.cf:before,
.cf:after { content:""; display:table; }
.cf:after { clear:both; }

/* For IE 6/7 (trigger hasLayout) */
.cf { zoom:1; overflow: hidden; }


/****************************************
		2. Basic Layout
*****************************************/
#page{ clear: both; height: auto; width: auto; margin:0 auto; padding:0; }







/****************************************
		3.  Header, Menu
*****************************************/
.blog_title{
	color: #fff;
	font-size:200%;
	text-shadow: 3px 3px 3px #000;
	text-decoration:none;
	font-weight:bold;
	}
	.blog_title:hover{color: #ccc}




/****************************************
		4.  Main
*****************************************/



/*** Blog info ***/
div.blog_info{
	color: #666666;
	font-size:85%;
	padding: 0 0 0px 5px;
	margin: 0 0 20px;
	}
	div.blog_info ul{margin:0;}
		div.blog_info li{
			float: left;
			padding-left:20px;
			margin:0 15px 0 5px !important;
			list-style: none !important
			}
			div.blog_info li a{color: #666}
				div.blog_info li a:hover{color: #333}
	div.blog_info li.cal{background: url(images/icon_cal.png) no-repeat 0 2px;}
	div.blog_info li.cat{background: url(images/icon_cat.png) no-repeat 0 2px;}
	div.blog_info li.tag{background: url(images/icon_tag.png) no-repeat 0 2px;}

/*** Contents ***/
img.attachment-post-thumbnail{float: left; margin:0 15px 0 0 !important;}
a.more-link{
	color:#333;
	font-size:85%;
	padding:2px 20px 5px 10px;
	text-align:right;
	text-decoration:none;
	margin-left:480px;
	display:block;
	}
	a.more-link:hover{color: #999}

/*** Bottom Navigation, Comment Navigation ***/
div.nav-below{margin: 40px 0 0;overflow:auto;}
div.navigation{overflow:auto;}
	div.navigation a{margin-bottom:10px}

	.nav-previous a, .nav-next a,
	div.navigation .alignleft a, div.navigation .alignright a{
		color:#333;
		font-size:85%;
		text-decoration:none;
		}
		.nav-previous a:hover, .nav-next a:hover,
		div.navigation .alignleft a:hover, div.navigation .alignright a:hover{
			color: #999
			}

	.nav-previous a, div.navigation .alignleft a{
		float:left;
		padding:2px 10px 2px 20px;
		background:url("../img/arrow_prev.png") no-repeat left top;
		}
	.nav-next a, div.navigation .alignright a{
		float:right;
		text-align:right;
		padding:2px 20px 2px 10px;
		background:url("../img/arrow_next.png") no-repeat right top;
		}


/****************************************
		5. Post Entry
*****************************************/
.title{
	color:#444444;
	line-height:1.2em;
	margin:50px 0 0px !important;
	border:none !important;
	padding: 0 !important
	}
	div.post:first-child .title{margin-top:0 !important;}
	.title a{color: #666666;text-decoration:none;}
		.title a:hover{color: #C33}

.post {
}

.post p{margin-bottom:20px;}
.post em{font-style: italic;}
.post code{color: #001d44; font-family:'Courier New',Courier,monospace;}
.post img{
	border:1px #ccc solid;
	padding: 3px;
	background: #fff;
	margin:20px 0;
	}
	.post img.wp-smiley{border:none;padding:0;background:none;margin:0;}
.post blockquote{
	border-left:5px solid #ddd;
	background: #eee;
	padding: 10px;
	margin:20px 0;
	font-style:italic;
	}
	.post blockquote p{margin:0;}
.post div.wp-caption{margin: 20px 0;}
	.post div.wp-caption img{ margin: 0;}
	.post div.wp-caption p{ font-size:85%;}
.post ul, .post ol{margin:20px 0;}
	.post ul li{
		list-style: url(image/arrow_list.png);
		margin-left:20px;
		}
	.post ol li{list-style: decimal outside;margin-left:20px;}



/****************************************
		6. Comments
*****************************************/
h3#comments{
	padding: 10px 0 10px 10px;
	clear: both;
	margin-top:40px;
	border-top:1px solid #ddd;
	}

.commentlist{margin-bottom:30px;}
	.commentlist li {
		border-top:1px solid #ddd;
		padding:15px 0 0 55px;
		position:relative;
		}
	.commentlist .avatar {
		background:#fff;
		border:1px solid #ddd;
		left:0;
		margin:0 16px 0 0;
		padding:3px;
		position:absolute;
		top:15px;
		}
	.commentlist .comment-meta{margin-bottom:10px;}
		.commentlist .comment-meta a{
			color: #999;
			font-size:85%;
			text-decoration:none;
			}
			.commentlist .comment-meta a:hover{color: #ccc;}
	.commentlist p{margin-bottom:15px;}
	.commentlist .reply a{
		position: absolute;
		top: 15px;
		right: 0;
		padding: 2px 10px;
		background: #ddd;
		font-size: 85%;
		color: #333;
		text-decoration: none;
		}
		.commentlist .reply a:hover {color: #999}

/*** Comment form ***/
#respond{margin-top:70px;}
#respond h3{
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;
	padding:10px 0 10px 10px;
	}

#commentform{margin-top:20px;}
	#commentform p{clear: both}
	#commentform label{margin: 10px 5px;font-size:85%;}
	*:first-child+html #commentform label{ position:relative\9; top: -15px\9; } /* IE7 */
	#commentform input[type="text"], #commentform textarea{
		margin: 5px 0 10px;
		}
		#commentform input[type="text"]:focus, #commentform textarea:focus{
			border:1px solid #06c;
			}


/****************************************
		7.  widget
*****************************************/


#footer h3{
	padding-left:15px;
	height: 42px;
	}

.widget-container a{text-decoration:none;}
ul li.widget-container ul li.page_item_has_children { font-size: 16px; line-height: 2.5em; }

.widget-container ul ul.children li { list-style: url(images/arrow_list.png); margin-left: 20px; font-size: 12px; line-height: 1.5em; border-bottom: 1px dotted #999; margin-bottom: 10px; padding-bottom: 10px; }

/*** Calendar ***/
#wp-calendar {width: 90%; margin:20px auto 0;}
	#wp-calendar caption {
		color: #222;
		font-size: 14px;
		font-weight: bold;
		padding-bottom: 4px;
		text-align: left;
		}
	#wp-calendar thead {font-size: 11px;}
	#wp-calendar tbody {color: #aaa;}
		#wp-calendar tbody td {
			background: #f5f5f5;
			padding: 3px 0 2px;
			text-align: center;
			}
		#wp-calendar tbody .pad {background: none;}
	#wp-calendar tfoot #next {text-align: right;}






/****************************************
		9.  Footer
*****************************************/
#footer .widget-area{
	width:290px;
	margin-left:35px;
	float: left;
	}
	#footer .widget-area:first-child{margin-left:0;}


p.copy{
	clear: both;
	font-size:80%;
	text-align:center;
	padding:40px 0;
	color: #666
	}
	p.copy a{color: #999;}
		p.copy a:hover{color: #ccc;}



/****************************************
		10.  Plugin
*****************************************/
.child_page-container { background-color: #FFF; }
.child_page-container a { text-decoration: none; }
.child_page-container a:hover { text-decoration: underline; }
.child_page-container .post_content { border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; padding-top: 0px!important; margin-top: 0px; }
.child_page-container .post_content h4 { margin: 0px; padding: 0px; }
.child_page-container .post_thumb { border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; padding-top: 0px!important; margin-top: 0px; margin-bottom: 0px; padding-bottom: 0px; }
.post_content { border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; padding-top: 0px; }
.post_excerpt { border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; padding-top: 0px; }
