@charset "utf-8";
/*
Theme Name: EASYS-Blog Globalナビ(2カラム)
Theme URI: http://www.rmblog.jp/
Description: Wordpress 3.6.1用 EASYSブログテーマ。
Author: 株式会社アール・エム
Version: 5.00
Tags: none
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.wrapper {
    padding:0px;
    margin:0px;
    border:none;
}

/*	アンドロイドver4のバグ回避CSS
===============================================================*/

p {background-image:url('');}
li {background-image:url('');}



/* -------------------------------------------------------------- 
		■　リセットcss　■
-------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
    clear: inherit;
    font-weight: normal;
}


/*	検索ラベル
-------------------------------------------------------------- */

label.screen-reader-text {
    display: none;
    text-indent: -9999px;
}

/* =font
-------------------------------------------------------------- */

#main #container_top .content_area {
    font-size:13px;
    line-height:1.7;
}
.content_area {
    font-size:13px;
    line-height:1.7;
}

/*==========================================================================================
	ページ共通　見出し
==========================================================================================*/

.top-entry-title {
    background: url("/files/top_entry_title.jpg") no-repeat scroll left top transparent;
    font-size: 18px;
    font-weight: bold;
    height: 55px;
    line-height: 55px;
    margin: 0;
    padding: 0 0 15px;
    text-align: center;
    width: 700px;
}

.widget-title {
    background: url("/files/widget_title_bg.jpg") no-repeat scroll left top transparent;
    font-size: 14px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0 0 5px 40px;
}

.entry-title a:link, .entry-title a:visited {
    text-decoration: none;
}
.entry-title a:hover, .entry-title a:active {
    text-decoration: underline;
}

.entry-title {
    background: url("/files/entry_title_bg.jpg") no-repeat scroll left top rgba(0, 0, 0, 0);
    font-size: 14px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 0 0 0 20px;
    position: static;
    width: 680px;
}

.entry-title h2,
.entry-title h3,
.entry-title h4 {
    display:inline-block;
    float:left;
    font-size: 14px;
    font-weight: bold;    
}

.sub-post-title {
    background: url("/files/sub_entry_title_bg.jpg") no-repeat scroll left top transparent;
    font-size: 14px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    padding: 0 0 0 40px;
    overflow: hidden;
    width: 660px;
}

.sub-post-title h2,
.sub-post-title h3,
.sub-post-title h4 {
    display:inline-block;
    float:left;
    font-size: 14px;
    font-weight: bold;    
}

/*アーカイブタイトル*/
.page-title {
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 15px;
}
.page-title span {
}


/*タイトルバー、READ MORE*/

.entry-title .inline-title {
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 540px;
}

.sub-post-title .inline-title {
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 540px;
}

span.read_more_btn {
    float: right;
    height: 40px;
    width: 120px;
}
span.read_more_btn a {
    background: url("/files/read_more_btn.jpg") no-repeat scroll left top transparent;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 120px;
}
.sub-post-title span.read_more_btn a {
    background: url("/files/read_more_btn2.jpg") no-repeat scroll left top transparent;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 120px;
}



