/*
Theme Name: Chip One Stop IR theme Old (Eng)
Theme URI: https://wordpress.org/themes/twentyfourteen/
Author: Chip One Stop
Author URI: https://wordpress.org/
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: twentyfourteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


.contentsbox:after{
	display:block;
	clear:both;
	height:0;
	line-height:0;
	visibility:hidden;
	content: ".";
	font-size: 0.1em;
}

.contentsbox{
	display:inline-block;
}

#body_inner{
	width: 960px;
	text-align: left;
	margin: 0px auto;
}

.post{
	border-bottom: 1px dashed #ccc;
}

#contents{
	width: 960px;
}

#main{
	width: 600px;
	float: left;
}

#side{
	width: 200px;
	float: right;
	padding-top: 11px;
}

.blog_info ul{
	padding: 0px;
	margin: 0px;
}

.blog_info li{
	font-size: 11px;
	list-style: none;
	float: left;
	padding-left: 15px;
	padding-right: 10px;
	color: #555;
}

li.cal{
	background: url(images/common/calendar.gif) no-repeat 0 6px;
}

li.cat{
	background: url(images/common/folder.gif) no-repeat 0 6px;
}

li.tag{
	background: url(images/common/tag.gif) no-repeat 0 6px;
}

.commentlist{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.avatar{
	float: left;
}

.comment-content{
	margin-left: 50px;
}

.reply{
	margin-left: 50px;
	margin-bottom: 20px;
}

article.comment{
	font-size: 12px;
	border-top: 1px dashed #ccc;
	padding-top: 20px;
}


.comment_form_over label{
	font-size: 11px;
}


.comment_form_over p{
	margin: 0px;
	padding: 0px;
}

input#author{
	width: 260px;
	border: 1px solid #ccc;
	height: 18px;
}

input#email{
	width: 260px;
	border: 1px solid #ccc;
	height: 18px;
}

input#url{
	width: 545px;
	border: 1px solid #ccc;
	height: 18px;
}

.comment-form-author{
	float: left;
}

.comment-form-email{
	float: right;
}


textarea#comment{
	width: 545px;
	border: 1px solid #ccc;
	height: 100px;
}

.title{
	margin: 20px 0px 5px 0px;
}

#comments-title{
	margin: 20px 0px 5px 0px;

}

#reply-title{
	margin: 50px 0px 10px 0px;
}

.widget-area ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.logged-in-as{
	font-size: 12px;
}

#nameandurl{
	padding-top: 10px;
	margin-bottom: 20px;
}

#textbox{
	padding-top: 10px;
}

.blog_description{
	font-size:12px;
	margin-bottom:20px;
	color:gray;
}


/* @group wp表示でよく使う装飾 */

.post strong{
	color: maroon;
}

.post em{
	color: gray;
}

.post blockquote{
	border: 1px solid #ccc;
	padding: 10px 20px;
	font-size: 16px;
	font-style: italic;
	color: gray;
}

.post code{
	color: teal;
	font-family: "Courier New";
}

.thecontent ul{
	margin: 0px;
	padding: 0px 0px 0px 20px;
}

.thecontent ul li{
	list-style: none;
	background: url(images/tick.gif) no-repeat 0 4px;
	padding-left: 13px;
}

/* @end */