@charset "UTF-8";
/*-- INDIVIDUAL CSS Document for goo blog modulized templates 090119 --*/
/*-- template ID:541 --*/

/*-- ■SECTION 010 全体設定 --*/
/*-----------------------------------------------------------------
ページ全体の背景色・背景画像の設定
------------------------------------------------------------------*/

body {
background:#72b1df; /*-- 背景色 --*/
color:#000000; /*-- 文字色 --*/
}


/*-----------------------------------------------------------------
リンク文字色の基本設定
------------------------------------------------------------------*/

A                { color: #72B1DF; text-decoration:none;}
A:hover     { color: #72B1DF; text-decoration:none;}
A:active    { color: #72B1DF; text-decoration:none;}
A:visited        { color: #999999; text-decoration:none;}
A:visited:hover     { color: #72B1DF; text-decoration:none;}
A:visited:active    { color: #72B1DF; text-decoration:none;}

/*-----------------------------------------------------------------
不使用拡張部分
 --使用したい部分をコメントアウトまたは削除します。
------------------------------------------------------------------*/

/*-- #title-banner-top, --*/
/*-- #title-banner-bottom, --*/
#main-top,
/*-- #main-bottom,--*/
/*-- .content-top,--*/
/*-- .content-bottom,--*/
#footer,
.mod-comments-top,
.mod-comments-bottom,
.comment-list-top,
.comment-list-bottom,
.comment-form-top,
.comment-form-bottom,
.mod-trackbacks-top,
.mod-trackbacks-bottom,
.trackback-list-top,
.trackback-list-bottom ,
.sidebar-top,
.sidebar-bottom,
.module-top,
.module-bottom {
display:none;
}


/*-- ■SECTION 020 レイアウト設定 --*/
/*-----------------------------------------------------------------
サイドバー＋メイン全体の設定
------------------------------------------------------------------*/

#container {
width:840px;
margin:0 auto;
}

#main {background:#fff;
}


/*-- ■SECTION 030 #title-banner 設定 --*/
/*-----------------------------------------------------------------
タイトルバナーの設定
------------------------------------------------------------------*/

/*-- タイトルバナー外枠の設定 --*/
#title-banner {

}
/*-- タイトルバナー上部の設定 --*/
#title-banner-top {
width:100%;display:none;
margin:0;
}
/*-- タイトルバナー内部の設定 --*/
#title-banner-body {
width:100%;
background:url("/img/template/user/541/mainvisual.gif") no-repeat left top;
/*-- ↓タイトルバナーに画像を入れる場合は、画像に合わせて値を変更する --*/
height:207px;
}
/*-- ブログタイトルの開始位置の設定 --*/
#title-banner-body #title-banner-set {
padding-top:30px;
padding-left:30px;
}
/*-- タイトルバナー下部の設定 --*/
#title-banner-bottom {
width:100%;display:none;
}
/*-- ブログタイトル文字の基本設定 --*/
#title-banner-body #title-banner-set h1 {
font-size:159%;
color:#f90;
line-height:1.2;
text-align:left;
width:50%;
margin-bottom:5px;
}
/*-- ブログタイトル文字の設定（文字色、リンク時装飾） --*/
#title-banner-body #title-banner-set h1 a {
color:#f90;
text-decoration:none;
}
/*-- ブログタイトル文字の設定（マウスオーバー／マウスクリック時の文字色、リンク装飾） --*/
#title-banner-body #title-banner-set h1 a:hover,
#title-banner-body #title-banner-set h1 a:active {

}
/*-- ブログ概要の設定 --*/
#title-banner-body #title-banner-set h2 {
color:#000;
font-size:95%;
line-height:1.5;
width:50%;
font-weight:normal;
padding:5px;
}


/*-- 201708　見出し用class新設 --*/
/*-- ブログタイトル文字の基本設定 --*/
#title-banner-body #title-banner-set .blog-title {
font-size:159%;
color:#f90;
line-height:1.2;
text-align:left;
width:50%;
margin-bottom:5px;
font-weight:bold;
padding:0;
}
/*-- ブログタイトル文字の設定（文字色、リンク時装飾） --*/
#title-banner-body #title-banner-set .blog-title a {
color:#f90;
text-decoration:none;
}
/*-- ブログタイトル文字の設定（マウスオーバー／マウスクリック時の文字色、リンク装飾） --*/
#title-banner-body #title-banner-set .blog-title a:hover,
#title-banner-body #title-banner-set .blog-title a:active {

}
/*-- ブログ概要の設定 --*/
#title-banner-body #title-banner-set .blog-description {
color:#000;
font-size:95%;
line-height:1.5;
width:50%;
font-weight:normal;
padding:5px;
}
/*-- 201708　見出し用class新設 --*/


/*-- ■SECTION 040 #main 設定 --*/
/*-----------------------------------------------------------------
サイドバー＋メイン全体の下部の設定
------------------------------------------------------------------*/

#main-bottom {
background:transparent;display:none;
}


/*-- ■SECTION 050 #main 内レイアウト設定 --*/
/*-----------------------------------------------------------------
サイドバー全体、メイン全体の設定
------------------------------------------------------------------*/

/*-- メインの設定（2カラム時のみ） --*/
#center-2c {
}
/*-- メインの設定（3カラム時のみ） --*/
#center-3c {
}
/*-- メインの設定（外側・共通） --*/
#center {
}
/*-- メインの設定（内側・共通）--*/
#in-center {
/*-- メインコンテンツエリアの背景色 --*/
background:#ffffff;
}
/*-- サイドバー全体の設定 --*/
#side-a,#side-b {
background:#fff;
}

/*-- ■SECTION 060 #center-2c/3c 設定 --*/
/*-----------------------------------------------------------------
メインのレイアウトの設定
------------------------------------------------------------------*/

/*-- カラム間のマージン設定（2カラムの場合）--*/
.content-2c {
margin:0 10px;
}
/*-- カラム間のマージン設定（3カラムの場合）--*/
.content-3c {
margin:0 10px;
}
/*-- メイン上部の設定 --*/
.content-top {
display:none;
}
.content-body {
}
/*-- メイン下部の設定 --*/
.content-bottom {
height:10px;
}


/*-- ■SECTION 070 エントリー設定 --*/
/*-----------------------------------------------------------------
記事の設定
------------------------------------------------------------------*/

/*-- 記事の設定（外側） --*/
.mod-entry-set {
}
.mod-entry-set-top {
}
.mod-entry-set-top div.lt {
}
.mod-entry-set-top div.rt {
}
.mod-entry-set-bottom {
}
.mod-entry-set-bottom div.lb {
}
.mod-entry-set-bottom div.rb {
}
/*-- 記事の設定（内側）--*/

.entry {width:auto;}
/*-- 記事上部の設定 --*/
/*-- ↓記事タイトル・投稿日時|カテゴリーの背景を共通で設定する場合はここを使用 --*/


.content-3c .mod-entry-set {
background:url("/img/template/user/541/ent-bg-middle3.gif") repeat-y center top;
}

.content-3c .entry-top {background-color:transparent;
background:url("/img/template/user/541/ent-bg-top3.gif") no-repeat center top;
}

.content-3c .entry-bottom {background-color:transparent;
background:url("/img/template/user/541/ent-bg-bottom3.gif") no-repeat center bottom;
}




.content-2c .mod-entry-set {
background:url("/img/template/user/541/ent-bg-middle2.gif") repeat-y left top;
}

.content-2c .entry-top {background-color:transparent;
background:url("/img/template/user/541/ent-bg-top2.gif") no-repeat center top;
}

.content-2c .entry-bottom {background-color:transparent;
background:url("/img/template/user/541/ent-bg-bottom2.gif") no-repeat right bottom;
}


/*-- 記事タイトルの設定 --*/
.entry-top h3 {width:92%;margin:0 auto;
font-size:125%;
color:#000;
line-height:1.2;
padding:20px 5px 17px 5px;
background:url("/img/template/user/541/entry_clovergif.gif") no-repeat left center;

}
.entry-top h3 a {display:block;width:90%;
padding:3px 3px 3px 30px;
color:#000;
text-decoration:none;
}
.entry-top h3 a:hover {
color:#000;
}
.entry-top h3 a:visited {
color:#000;
}


/*-- 201708　見出し用class新設 --*/
/*-- 記事タイトルの設定 --*/
.entry-top .entry-title,.arcv-title,.entry-list-title  {width:92%;margin:0 auto;
font-size:125%;
color:#000;
line-height:1.2;
padding:20px 5px 17px 5px;
background:url("/img/template/user/541/entry_clovergif.gif") no-repeat left center;
}

.entry-list-title{
padding:0 0 10px 0px;
background:none;
}

.entry-top .entry-title a,.arcv-title a,.entry-list-title a{display:block;width:90%;
padding:3px 3px 3px 30px;
color:#000;
text-decoration:none;
}
.entry-top .entry-title a:hover,.arcv-title a:hover,.entry-list-title a:hover{
color:#000;
}
.entry-top .entry-title a:visited,.arcv-title a:visited,.entry-list-title a:visited {
color:#000;
}
/*-- 201708　見出し用class新設 --*/


/*-- 投稿日時|カテゴリーの設定 --*/
.entry-top-info {width:92%;margin:0 auto;font-size:85%;word-break:break-all;
background:url("/img/template/user/541/en_ten.gif") repeat-x center top;
text-align:right;
padding:2px 2px;
color:#666;
}
.entry-top-info a {
color:#666;
text-decoration:underline;
}
.entry-top-info a:hover {
color:#666;
text-decoration:none;
}
.entry-top-info a:visited {
color:#666;
}
.entry-top-info span.entry-top-info-time {
}
.entry-top-info span.entry-top-info-category {
}
/*-- 記事上部の設定ここまで --*/

/*-- 記事部分の設定 --*/
.entry-body {width:auto;
}
/*-- 記事貼り付け画像の設定 --*/
/*-- 画像の周りの間隔の設定（サムネイルになる部分） --*/
.entry-body-image {
margin:20px auto 10px;
}
/*-- 画像にリンクを貼った時の設定（通常時） --*/
.entry-body-image a img,.entry-body-text a img {
border:none;
}
/*-- 画像にリンクを貼った時の設定（リンク先を訪問したことがある時） --*/
.entry-body-image a:visited img,.entry-body-text a:visited img {
border:none;
}
/*-- 画像にリンクを貼った時の設定（カーソルをおいた時） --*/
.entry-body-image a:hover img,.entry-body-text a:hover img {
border:none;
}
/*-- 記事本文の設定 --*/
.entry-body-text {
width:auto;
word-break:break-all;

padding:0 15px;font-size:98%;
}
/*-- 記事部分の設定ここまで --*/

/*-- 記事下部の設定 --*/
.entry-bottom {
padding:2px;
color:#0066CC;
text-align:right;
}
/*-- 記事下部コメント（）・トラックバック（）の設定 --*/
.entry-bottom-info {text-align:right;font-size:85%;
width:95%;margin:0 auto;padding:0 40px 0 auto;
}

/*-- 記事下部の設定ここまで --*/


/*-----------------------------------------------------------------
コメント欄の設定
------------------------------------------------------------------*/

/*-- コメント欄全体の設定 --*/
#mod-comments {
margin-bottom:20px;word-break:break-all;
}
/*-- コメント欄タイトルの設定 --*/
#mod-comments h3{
font-size:125%;
color:#000;
line-height:1.2;
padding:20px 5px;
background:url("/img/template/user/541/entry_clovergif.gif") no-repeat left center;
padding:20px 3px 20px 30px;
}
/*-- 各コメントの設定 --*/
#mod-comments .comment-list-body{
margin-bottom:20px;word-break:break-all;
}
#mod-comments .comment-list-body dl {
padding:10px;
background:#ffffff;word-break:break-all;
padding:10px;
background:#f5f7f7;
margin-bottom:10px;
margin-bottom:10px;
}
/*-- 各コメントタイトルの設定 --*/
span.comment-list-title {
font-weight:bold;
color:#72b1df;
}
span.comment-list-name {
font-weight:normal;
color:#72b1df;font-size:95%;
}
/*-- 各コメント日付の設定 --*/
.comment-list-body dl dd.comment-list-date {
color:#666;
}
.comment-list-body dl dd.comment-list-text
{word-break:break-all;}
.comment-input dl {
}
.comment-submit input {
}
/*-- gooIDを持っている人のみコメント可の場合の設定 --*/
.comment-gooid {
margin-bottom:20px;
padding:0 10px 10px 10px;
border-bottom:dashed 1px #86b8df; 
}



.comment-gooid dl {

}
.comment-gooid dl dt {
font-weight:bold;
}
.comment-gooid dl dd {
}
.comment-login-link {
margin:10px 0;
}
/*-- gooIDを持っている人のみコメント可の場合の設定ここまで --*/
/*-- コメント欄注意文の設定 --*/
.comment-alert {
margin:10px 0;
text-align:center;
}
.comment-alert,.comment-gooid{
color:#333333;
}
.comment-alert .comment-list-none,.comment-alert .comment-precheck{
color:#86b8df;
font-weight:bold;
}
.comment-alert span.comment-login {
color:#CC3333;
}
.comment-alert span.comment-list-error {
color:#CC3333;
font-weight:bold;
padding:5px;
border:solid 1px #CC3333;
margin:10px 0;
}
/*-- コメント欄注意文の設定ここまで --*/


/*-----------------------------------------------------------------
トラックバック欄の設定
------------------------------------------------------------------*/

/*-- トラックバック欄全体の設定 --*/
#mod-trackbacks {
margin-bottom:20px;
}
/*-- トラックバック欄タイトルの設定 --*/
#mod-trackbacks h3 {
font-size:125%;
color:#000;
line-height:1.2;
padding:20px 5px;
background:url("/img/template/user/541/entry_clovergif.gif") no-repeat left center;
padding:20px 3px 20px 30px;
text-decoration:none;
}
/*-- トラックバックURL欄設定 --*/
#mod-trackbacks .trackback-ping-url {
margin:20px;
color:#333;
font-weight:bold;
text-align:center;
}
/*-- トラックバックURL文字設定 --*/
#mod-trackbacks .trackback-ping-url dd input {
color:#333;
font-weight:bold;
text-align:center;
}
/*-- トラックバックを承認制にしている場合の注意書き設定 --*/
#mod-trackbacks .trackback-filter {
}
#mod-trackbacks .trackback-filter ul{
margin: 5px 20px 10px;
}
#mod-trackbacks .trackback-filter ul li {
list-style:disc;
list-style-position:outside;
line-height:1.25;
}
/*-- トラックバックを承認制にしている場合の注意書き設定ここまで --*/
/*-- 各トラックバックの設定 --*/
#mod-trackbacks .trackback-list-body dl {
padding:10px;
background:#f5f7f7;
margin-bottom:10px;
}
#mod-trackbacks .trackback-list-body dl dt {
color:#333333;
}
#mod-trackbacks .trackback-list-body dl dt.trackback-list-title a{
color:#72b1df;
font-weight:bold;
text-decoration:none;
}
#mod-trackbacks .trackback-list-body dl dt a {
font-weight:bold;
color:#72b1df;
text-decoration:underline;
}
#mod-trackbacks .trackback-list-body dl dt a:hover {
color:#72b1df;
text-decoration:none;
}
#mod-trackbacks .trackback-list-body dl dt a:visited {
color:#72b1df;
text-decoration:underline;
}
/*-- 各トラックバックの設定ここまで --*/
/*-- トラックバック注意文の設定 --*/
#mod-trackbacks .trackback-alert {
margin:10px 0;
text-align:center;
}
#mod-trackbacks .trackback-alert .trackback-precheck{
color:#86b8df;
font-weight:bold;
border-top:dashed 1px #86b8df;
padding-top:10px;
}
/*-- トラックバック注意文の設定ここまで --*/


/*-----------------------------------------------------------------
次へ・前へ　部分の設定
------------------------------------------------------------------*/

#mod-prev-next {width:auto;margin:0 auto;
margin-bottom:20px;
padding:5px;
background:#fff;
font-weight:bold;
border:solid 2px #72b1df;width:96%;
}
#mod-prev-next a {
color:#f90;
text-decoration:underline;
}
#mod-prev-next a:hover {
color:#f90;
text-decoration:none;
}
#mod-prev-next a:visited {
color:#f90;
text-decoration:underline;
}


/*-- ■SECTION 080 スポンサー誘導枠設定 --*/
/*-----------------------------------------------------------------
スポンサー誘導枠全体の設定
------------------------------------------------------------------*/

.mod-entry-set-goo-ad {
margin-top:20px;
margin-bottom:30px;
text-align:center;
}
/*-- 広告背景色 --*/
.gooAd {
margin:0;
background:#fff;
}

.gooAd td:hover{background:#bbe2f1;}
.gooAd td.gooAd_icon:hover{background:#ffffff;}

.gooAd td {
}
td.gooAd_sponsor_td {
}
td.gooAd_title_td {
}
td.gooAd_url_td {

}
td.gooAd_text_td {
}
.gooAd_text {
}
td.gooAd_btm_td {
}
/*-- スポンサーリンク文字 --*/
a.gooAd_sponsor {
}
/*-- タイトルリンク文字 --*/
a.gooAd_title {
color:#72b1df;
font-weight:bold;
}
a:visited.gooAd_title {
color:#72b1df;
font-weight:bold;
}
/*-- URLリンク文字 --*/
a.gooAd_url {
color:#f90;
}
a:visited.gooAd_url {
color:#f90;
}
/*-- テキストリンク文字 --*/
div.gooAd_text_td {
line-height:1.1;
}
a.gooAd_text {
color:#666;
}
a:visited.gooAd_text {
color:#666;
}
/*-- リンク範囲拡大 --*/
.gooAd_title_td A,
.gooAd_url_td A,
.gooAd_text_td A {
text-decoration:none;
}


/*-- ■SECTION 090 #sidebar 設定 --*/
/*-----------------------------------------------------------------
サイドバー全体の設定
------------------------------------------------------------------*/

.sidebar {
width:180px;margin:0 auto;
}


/*-- ■SECTION 100 サイドバーモジュール共通設定 --*/
/*-- モジュール内の間隔の設定 --*/
.module-body{
padding:10px 5px;font-size:95%;
}
/*-- モジュール内リスト文の設定 --*/
.module ul li {
text-align:left;
color:#333333;
padding-bottom:5px;
}
/*-- モジュール内定義リストの設定 --*/
.module dl dt {
color:#378fd4;
font-weight:bold;
}
.module dl dd {
}
/*-- モジュール内定義リストの設定ここまで --*/
/*-- モジュール内区切り線の設定 --*/
.module-body hr {
height:1px;
background-color:#d5d5d5;
border:0px;
}
/*-- モジュール内リンク文字の設定 --*/

.module a {
color:#f90;
text-decoration:underline;
}

.module a:visited {
color:#aaa;
text-decoration:underline;
}


/*-- モジュール内リンク文字の設定ここまで --*/

/*-- ２カラムのサイドバーor３カラムの左サイドバー共通設定 --*/
/*-- 全体の設定 --*/
#side-a{
}
/*-- 各モジュールの設定 --*/
#side-a .module {
}
/*-- 各モジュール上部の設定 --*/
#side-a .module .module-top {
}
/*-- 各モジュール内部の設定 --*/
#side-a .module .module-body {
}
/*-- 各モジュール下部の設定 --*/
#side-a .module .module-bottom {
}
/*-- 各モジュールタイトルの設定 --*/
#side-a .module h4 {
padding:5px 5px 5px 10px;
text-align:left;
color:#000000;
font-weight:bold;
background:url("/img/template/user/541/me_back.gif") no-repeat left top;
font-size:90%;
}


/*-- 201708　見出し用class新設 --*/
/*-- 各モジュールタイトルの設定 --*/
#side-a .module .sidebar-text {
padding:5px 5px 5px 10px;
text-align:left;
color:#000000;
font-weight:bold;
background:url("/img/template/user/541/me_back.gif") no-repeat left top;
font-size:90%;
}
/*-- 201708　見出し用class新設 --*/


/*-- ３カラムの右サイドバー共通設定 --*/
/*-- 全体の設定 --*/
#side-b{
}
/*-- 各モジュールの設定 --*/
#side-b .module {
}
/*-- 各モジュール上部の設定 --*/
#side-b .module .module-top {
}
/*-- 各モジュール内部の設定 --*/
#side-b .module .module-body {
}
/*-- 各モジュール下部の設定 --*/
#side-b .module .module-bottom {
}
/*-- 各モジュールタイトルの設定 --*/
#side-b .module h4 {
padding:5px 5px 5px 10px;
text-align:left;
color:#000000;
font-weight:bold;
background:url("/img/template/user/541/me_back.gif") no-repeat left top;
font-size:90%;
}


/*-- 201708　見出し用class新設 --*/
/*-- 各モジュールタイトルの設定 --*/
#side-b .module .sidebar-text {
padding:5px 5px 5px 10px;
text-align:left;
color:#000000;
font-weight:bold;
background:url("/img/template/user/541/me_back.gif") no-repeat left top;
font-size:90%;
}
/*-- 201708　見出し用class新設 --*/


/*-- ■SECTION 110 サイドバーモジュール個別設定 ■ --*/
/*-----------------------------------------------------------------
サイドバー／モジュールの各個別要素の設定
------------------------------------------------------------------*/

.module-body ul{margin:0; padding:0;}
.module-body ul li{
padding:0 5px 5px 15px;width:auto;margin-left:7px;
background:url("/img/template/user/541/me_midasi.gif") no-repeat left 6px;}

#mod-mobile .module-body ul li{background-image:none;margin-left:0;padding-left:0;}
#mod-advertising .module-body ul li{background-image:none;margin-left:0;padding-left:0;}

#font-resizer .module-body ul li
{padding:0;margin-left:0; list-style-image:none;}

#mod-mobile .module-body ul li
{padding:0;margin-left:0; list-style-image:none;}


/*-- お知らせ【PR】 --*/
#mod-advertising {}
/*-- プロフィール --*/
#mod-profile dl dt{color:#333;font-size:95%;font-weight:normal;}
#mod-profile dl dd{color:#333;font-size:95%;font-weight:normal;}
/*-- 携帯 --*/
#mod-mobile {
text-align:center;
}
#mod-mobile ul li{
text-align:center;
}
/*-- 最新記事 --*/
#mod-recent-entries{}
/*-- カテゴリー --*/
#mod-categories {}
/*-- ログイン --*/
#mod-login {}
#mod-login ul li {
border:none;
padding:0;
}
/*-- 最新コメント --*/
#mod-recent-comments {}
/*-- 最新トラックバック --*/
#mod-recent-trackbacks {}
/*-- カレンダー --*/


#mod-cal-table table{width:90%;margin:0 auto;}
#mod-calendar .module-body{border:1px solid #72b1df;margin:10px 0;}

#mod-cal-table .mod-cal-caption {
color:#378fd4;
padding:4px;
font-weight:bold;
}
#mod-cal-table .mod-cal-week {
color:#fff;
background:#72b1df;

border:2px solid #fff;
border-collapse:collapse;
}
#mod-cal-table  td.mod-cal-day-lin-td {



}
#mod-cal-table th,#mod-cal-table td {
padding:2px;
font-size:100%;
text-align:center;
vertical-align:middle;
}
#mod-cal-table .mod_cal_day_linked {
color:#f90;
text-decoration:underline;
font-weight:bold;
}
/*-- バックナンバー --*/
#mod-back-numbers-scroll {}
/*-- スクロールあり --*/
#mod-back-numbers-scroll .module-body {
padding:10px 5px;
border:solid 1px #fff;
}
/*-- スクロールなし --*/
#mod-back-numbers-noscroll .module-body {
padding:15px 15px 20px
}
/*-- ブックマーク --*/
#mod-bookmarks .mod-boo-name {}
/*-- goo おすすめ --*/
#mod-goo-recommends li {
border:none;
}
/*-- RSS/gooブログ --*/
#mod-powered-by {
padding:10px;
}
/*-- フォントサイズ変更 --*/
#font-size-changer {}
#font-resizer ul li {
background:none;
padding:0 12px;
text-align:center;
border:none;
list-style-image:none;
margin:0 4px;
}

/*-----------------------------------------------------------------
メインエリアにオリジナルモジュールを配置した時の設定
------------------------------------------------------------------*/

/*-- オリジナルモジュール全体の設定 --*/
#mod-freearea-main {
margin:0 0 20px 0;
}
#mod-freearea-main .mod-entry-set-top {
}
#mod-freearea-main .entry {
}
/*-- オリジナルモジュール上部の設定 --*/
#mod-freearea-main .entry .entry-top {
}
/*-- オリジナルモジュールタイトルの設定 --*/
#mod-freearea-main .entry .entry-top h3 {
font-size:100%;
line-height:1.25;
text-align:center;
color:#666666;
padding:20px 5px;
background:url("/img/template/user/541/en_ten.gif") repeat-x center bottom;
}
/*-- オリジナルモジュール内部の設定 --*/
#mod-freearea-main .entry .entry-body {
word-break:break-all;
color:#333333;
line-height:1.25;
border:none;
}
/*-- オリジナルモジュール記事の設定 --*/
#mod-freearea-main .entry .entry-body-text {
padding:10px;
margin:0;
}
/*-- オリジナルモジュール下部の設定 --*/
#mod-freearea-main .entry .entry-bottom {
border:none;
}


/*-- 2017　見出し調整 --*/
/*-- 60日間未更新 --*/
.sleep-ad-title {
width: 92%;
margin: 0 auto;
font-size:100%;
line-height:1.25;
text-align:center;
color:#666666;
padding:20px 5px;
background:url("/img/template/user/541/en_ten.gif") repeat-x center bottom;
font-weight:bold;
}
/*-- 2017　見出し調整 --*/


#mod-cal-table .mod-cal-caption{color:#000;}
html .module #mod-cal-table #mod-cal-prev a{color:#000;font-weight:bold;}
html .module #mod-cal-table #mod-cal-next a{color:#000;font-weight:bold;}

#mod-advertising .module-body ul li{list-style-image:none;margin-left:0;}

/*フォントリサイザーリセット*/
#font-size-changer #font-resizer ul li {
background:none;list-style-image:none;text-align:center;}
#font-size-changer #font-resizer ul li.mod-fon-siz-small
{margin:0;padding:0;width:33%;}
#font-size-changer #font-resizer ul li.mod-fon-siz-reset
{margin:0;padding:0;width:33%;}
#font-size-changer #font-resizer ul li.mod-fon-siz-large
{margin:0;padding:0;width:33%;}

/*横スクロールバー排除*/
.trackback-list-body dl dt{word-break:break-all;}
.trackback-list-body dl dd{word-break:break-all;}
.entry-body-text{word-break:break-all;}
.comment-list-text{word-break:break-all;}

/*-- End//INDIVIDUAL CSS Document for goo blog modulized templates 090119 --*/