@charset "utf-8";
/*
Theme Name: RMG multipress
Theme URI: http://www.rmblog.jp/
Description: EASYS PCテーマ。
Author: RMG
Version: 4.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 transparent;
    font-size: 14px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    padding: 0 0 0 40px;
    overflow: hidden;
    width: 660px;
    position: static;
}

.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;
}



/* =Menu
-------------------------------------------------------------- */

#access {
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
	/*width: 928px;*/
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	/*width: 192px;*/
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #333;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}



/*	共通2カラムテーブル
-------------------------------------------------------------- */

.custom_th_text {
    background: url("") repeat scroll 0 0 #DDDDDD;
    border: 1px solid #CCCCCC;
    font-size: 12px;
    line-height: 1.7;
    padding: 5px;
    text-align: left;
    vertical-align: top;
    /*width: 20%;*/
}

.custom_td_text {
    background: url("") repeat scroll 0 0 #FFF;
    border: 1px solid #CCCCCC;
    font-size: 12px;
    line-height: 1.7;
    padding: 5px;
    text-align: left;
    vertical-align: top;
    /*width: 80%;*/
}


/*===========================================================================================
	■お問い合わせ関連CSS
===========================================================================================*/

.iqfm-req_color {
    color: #FF0000;
    font-size: 11px;
}

.iqfm-att_msg {
    font-size: 11px;
}

.post-date p.iqfm-thanks_text {
    border: 1px solid #CCCCCC;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.7;
    margin: 10px 0;
    padding: 10px;
}


/*===========================================================================================
	■プライバシーポリシー
===========================================================================================*/

.privacy_block {
    display: inline-block;
    width: 700px;
}
  
.privacy_block strong {
    font-size: 160%;
    line-height: 2;
}
  
.privacy_block p {
    font-size: 130%;
    line-height: 1.7;
}
  
.privacy_block ul li {
    font-size: 130%;
    line-height: 1.7;
    list-style: square outside none;
    margin: 0 0 0 20px;
    padding: 0;
}

/*===========================================================================================
	■ブログ 下部ページ送りデザイン
===========================================================================================*/

#nav-below {
}

.navigation .nav-previous {
    border-right: 1px solid;
    display: block;
    float: left;
    font-size: 13px;
    line-height: 1.7;
    padding: 0 10px 0 0;
    text-align: right;
    width: 339px;
}
.navigation .nav-previous a:hover {
    text-decoration: underline;
}

.navigation .nav-next {
    display: block;
    float: right;
    font-size: 13px;
    line-height: 1.7;
    padding: 0;
    text-align: left;
    width: 340px;
}
.navigation .nav-next a:hover {
    text-decoration: underline;
}


/*===========================================================================================
	■ウィジェット カレンダー
===========================================================================================*/

#wp-calendar {
    margin: 0 0 0 1px;
    padding: 0;
    width: 239px;
}

#wp-calendar caption {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.7;
    padding-bottom: 4px;
    text-align: left;
vertical-align: top;
}

#wp-calendar thead {
    font-size: 11px;
    line-height: 1.5;
}
#wp-calendar thead th {
    padding: 5px 0;
}

#wp-calendar tbody td {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #fff;
    font-size: 12px;
    line-height: 1.7;
    padding: 10px 5px;
    text-align: center;
}

#wp-calendar tbody td.pad {
    background-color: transparent;
}

#wp-calendar tbody td a {
    display:block;
    font-weight: bold;
    text-decoration: none;
}
#wp-calendar tbody td a:hover {
    text-decoration: underline;
}

#wp-calendar tfoot td#prev,
#wp-calendar tfoot td#next {
    font-size: 12px;
    padding: 10px 0;
}

#wp-calendar tfoot td#prev {
    text-align: left;
}
#wp-calendar tfoot td.pad {
}
#wp-calendar tfoot td#next {
    text-align: right;
}

/*===========================================================================================
	■ブログ投稿記事 成形
===========================================================================================*/
.entry-content p {
    margin-bottom: 10px;
}

.entry-content .alignleft {
    float:left;
    margin-right: 10px;
}


/*	■iframe背景
===========================================================================================*/
.textwidget > iframe {
    background: url("") repeat scroll 0 0 #FFFFFF;
}


/*	■2014/04/02 追記CSS
===========================================================================================*/

#wp-calendar thead th {
    text-align: center;
    vertical-align: middle;
}