/*	使用している色	*/
/*

ページ全体の背景色：	#6699CC;
containerの背景色：	#1A1A1A
modの背景色：		#2d2d2d;
formの背景色：		#666666
containerの枠線：	#303030
containerの枠線：	#424242
全体の文字色：		#eeeeee
全体のリンク色：	#B38D5C
記事タイトル文字色：	#C7A774
記事日時文字色：	#c5c5c5
ナビの色：		#999999

*/

*{
	margin: 0;
	padding: 0;
	text-decoraion: none;
}


/*	リンクの設定	*/
a {
/*	color: #B38D5C;*/
	text-decoration: none; 
}
a:hover {
	text-decoration: underline;
/*	color: #C7A774;*/
}



/*	ページ全体の設定	*/
body {
	text-align: left;
/*	font-size: small;*/
	line-height: 1.7;
	letter-spacing: 0.05em; 
/*	font-family: "ＭＳ Ｐゴシック", Osaka, verdana, arial, sans-serif; */
	color: #000;; 
/*	background-color: #080808;*/
	background-color: #6699CC;;
}

li {
	list-style-type: none;
}

img {
	border: none; 
}



/*	各要素の指定	*/
#container {
	width: 740px; 
	margin-right: auto;
	margin-left: auto;
/*	background-color: #1a1a1a; */
	background-color: #FFFFFF;
/*	border-left: 1px solid #303030; */
/*	border-right: 1px solid #303030; */
}

#head {
	min-height: 73px;
	height:auto !important;
	height: 73px; 
	color: #000;
/*	background: url(http://s.asablo.jp/css/common1/kk/bg_header.gif) repeat-x bottom;*/ 
}


#center {
	width: 740px; 
	margin-bottom: 30px; 
}

#main {
	width: 680px;
	margin: 30px 30px 0px 30px ;
  	position: relative;
}

#footer {
	width: 710px;
	clear: both;
	padding-left:30px;
	padding-bottom:10px;
}

/* ブログのタイトル */
#head h1 {
	padding: 23px 0px 0px 30px; 
	text-align: left; 
	font-size: x-large; 
}
#head h1 a {
	color: #000;
}



/*	navi	*/
#navi-top {
	text-align: right; 
	margin-bottom: 2px;
	position: absolute;
	top: -26px;
	right: 0px; 
}

#navi-bottom {
	text-align: right; 
}


/*	ツールバーの設定	*/

#bottom {
	clear: both;
	width: 710px;
	padding:12px 0px 11px 30px;
}

.mod {
	width: 204px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right:23px;
	float: left; 
}

.mod-caption {
	font-size: 12px;
}

.mod-body{
	padding: 12px;
}

.mod-text{
	font-size: x-small;
	text-align: left;
	line-height: 150%;
}

.mod-calendar,
.mod-comment,
.mod-trackback,
.mod-category,
.mod-description,
.mod-backno,
.mod-recent-articles,
.mod-message {
	border: 1px solid #424242; 
/*	background-color: #2d2d2d; */
	background-color: #FFFFFF;
}

/*	リスト	*/
li.mod-text{
	font-size: x-small;
	line-height: 2;
	background: url(http://s.asablo.jp/css/common1/kk/point_list.gif) no-repeat;
	background-position: center left;
	padding-left: 10px;
	list-style-position: outside;
}

li.mod-link-to-archives{
	font-size: x-small;
	padding-left: 10px;
}



/*	mod-captionの画像指定	*/
.mod-comment h2.mod-caption{
	width: 204px;
	height: 23px;
	text-indent: -5000px;
	background:transparent url(http://s.asablo.jp/css/common1/kk/tooltitle_com.gif);
}

.mod-trackback h2.mod-caption{
	width: 204px;
	height: 23px;
	text-indent: -5000px;
	background: url(http://s.asablo.jp/css/common1/kk/tooltitle_tb.gif);
}

.mod-category h2.mod-caption{
	width: 204px;
	height: 23px;
	text-indent: -5000px;
	background: url(http://s.asablo.jp/css/common1/kk/tooltitle_cat.gif);
}

.mod-description h2.mod-caption{
	width: 204px;
	height: 23px;
	text-indent: -5000px;
	background: url(http://s.asablo.jp/css/common1/kk/tooltitle_des.gif);
}

.mod-backno h2.mod-caption{
	width: 204px;
	height: 23px;
	text-indent: -5000px;
	background: url(http://s.asablo.jp/css/common1/kk/tooltitle_bk.gif);
}

.mod-recent-articles h2.mod-caption{
	width: 204px;
	height: 23px;
	text-indent: -5000px;
	background: url(http://s.asablo.jp/css/common1/kk/tooltitle_entry.gif);
}




/*	メッセージ	*/
.mod-message h2.mod-caption {
	font-size: x-small;
	width: 174px;
	min-height:19px; 
	height:auto !important;
	height:19px; 
	padding: 2px 0 2px 30px;
	border-bottom: 1px solid #424242;
	background: url(http://s.asablo.jp/css/common1/kk/tooltitle_mess.gif) no-repeat;
}



/*	カレンダー	*/
table.calendar{
	width: 100%;
	height: 130px;
	text-align: center;
	font-size: x-small;
}

table.calendar a{
	display: inline;
}

.calendar-title{
	text-align: center;
	font-size:small;
	padding-bottom: 10px;
}



/*	記事	*/
.msg {
	border: 1px solid #424242;
/*	background-color: #2d2d2d; */
	background-color: #FFFFFF; 
	padding: 12px 0px 11px 12px; 
	margin-bottom: 17px; 
}



/* 記事のタイトル */
.msg-title {
	width: 666px;
	font-size: 120%; 
	font-weight: bold; 
	position: relative;
	margin-bottom: 20px; 
	padding-reft: -12px;

	background-position: 100% 30%;
/*	color: #2d2d2d;*/
	color: #FFFFFF;
}

.msg-title a {
	display: block;
	width: 646px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	top: 30px;
	left: 0px;
	text-align: left;
/*	color: #C7A774; */
	color: #000;
}

.msg-date {
	background: url(http://s.asablo.jp/css/common1/kk/bg_msg_title.gif) no-repeat right bottom; 
	display: block;
	width: 656px;
	position: absolute;
	top: 5px;
	left: 0px;
	padding-right: 10px; 
	font-size: 70%; 
	font-weight: bold; 
	text-align: right;
	color: #c5c5c5;
}



/*	記事の中身	*/
.msg-body {
	
	margin: 0px 13px 25px 10px; 
}

.msg-pict{
	margin: 0 0 15px 15px ;
	float: right;
	border: none;
}

.msg-footer {
	clear: both;
	font-size: 90%;
	margin-right: 13px; 
}

.msg-archives li{
  background: url(http://s.asablo.jp/css/common1/kk/point_list.gif) no-repeat;
  background-position: 1% 50%;
  padding-left: 20px;
  list-style-position: outside;
  list-style: none;
}

pre{
	border: 1px dotted #C7A774;
	margin: 1em 0 0 0;
	padding: 1em;
}

blockquote{
	border: 4px double #C7A774;
	margin: 1em 0 0 0;
	padding: 1em;
}



/*	コメント	*/
.comment-caption{
	border-top: none;
	padding: 0.5em 1em;
	font-weight: bold;
/*	font-size: small;*/
	border-bottom: dashed 1px #424242;
	color: #B38D5C;
}

.comment-caption a{
	color: #B38D5C;
}

.comment-caption a:hover{
	text-decoration: none;
}

.comment-title{
	font-size: small;
	padding: 0.2em;
	color: #B38D5C;
}

.comment-title a{
	border-bottom: 1px dotted #B38D5C;
}

.comment-title a:hover{
	border-bottom: none;
}
.comment-body{
/*	font-size: small;*/
	padding: 0.2em 1em 0.7em 1.2em;
}

.comment-form {
	font-size: small;
	padding: 0.2em 1em 0.7em 1.2em;
}

.comment-form form p input {
	display: block;
	width: 100%;
	color:#000;
/*	background-color: #666666;*/
	background-color: #FFFFFF;
	border: 1px solid #424242;
	padding-left:2px;
	margin-bottom: 2px;
}

.comment-form form p br{
	display: none;
}

.comment-form textarea{
	display: block;
	width: 100%;
	color:#000;
/*	background-color: #666666;*/
	background-color: #FFFFFF;
	border: 1px solid #424242;
	font-size: small;
	height: 80px;
	font-family:  "ＭＳ Ｐゴシック", Osaka, arial, sans-serif;
	width: 430px;
	padding-left: 2px;
}



/*	トラックバック		*/
.tb-caption{
	border-top: dashed 1px #424242;
	padding: 0.5em 1em;
	font-weight: bold;
	font-size: small;
	border-bottom: none;
}

.tb-caption a:hover{
	text-decoration: none;
	color: #B38D5C;
}

.tb-title{
	font-size: small;
	padding: 0.2em;
	color: #B38D5C;
}

.tb-url{
	padding: 0.5em 2em;
	font-size: small;
}

.tb-body{
	font-size: small;
	padding: 0.2em 1em 0.7em 1em;
}

.tb-attention{
	padding: 0.5em 1em;
}



/*	RSS,MAILPIA,ログアウト	*/
.mod-rss-button .mod-caption a,
.mod-mailpia-button .mod-caption a,
.mod-login-button .mod-caption a{
	color: #B38D5C;
}

.mod-rss-button .mod-caption a:hover,
.mod-mailpia-button .mod-caption a:hover,
.mod-login-button .mod-caption a:hover{
	text-decoration: underline;
	color: #C7A774;
}

/*----------------------------------------------*/
/* スマホ */
@media only screen and (max-width: 640px) {
body {
	text-align: left;
	font-size: medium;
	line-height: 1.7;
	letter-spacing: 0.05em; 
/*	font-family:"ＭＳ Ｐゴシック", Osaka, verdana, arial, sans-serif; */
/*	color: #eeeeee; */
	color: #000000; 
/*	background-color: #080808;*/
	background-color: #FFFFFF;
}
#container {
        width: 100%;
	margin-right:0px!important;
	margin-left: 0px!important;
/*	background-color: #1a1a1a; */
	background-color: #FFFFFF;
/*	border-left: 1px solid #303030; */
/*	border-right: 1px solid #303030; */
}
#head {
	min-height: 73px;
	height:auto !important;
	height: 73px; 
	background-color: #FFFFFF;
	color: #000000; 
/*	background: url(http://s.asablo.jp/css/common1/kk/bg_header.gif) repeat-x bottom; */
}
#center {
        width: 100vw;
	margin: 0px 30px 0px 0px ;
}

#main {
        width: 100vw;
	margin: 0px 0px 0px 0px ;
  	position: relative;
}

#footer {
        width: 100%;
	clear: both;
}

/* ブログのタイトル */
#head h1 {
	padding: 0px 0px 0px 0px; 
	text-align: left; 
	font-size: x-large; 
}
#head h1 a {
	color: #eeeeee;
}

/*	navi	*/
#navi-top {
	text-align: right; 
	margin-bottom: 2px;
	position: absolute;
	top: -26px;
	right: 0px; 
}

#navi-bottom {
	text-align: right; 
}

/*	ツールバーの設定	*/
#bottom {
	clear: both;
	width: 100vw;
	padding:12px 0px 0px 0px;
}

.mod {
	width: 100vw;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right:0px;
	float: left; 
}

.mod-caption {
	font-size: 12px;
}

.mod-body{
	padding: 12px;
}

.mod-text{
	font-size: x-small;
	text-align: left;
	line-height: 150%;
}

.mod-calendar,

.mod-category,
.mod-description,
.mod-backno,
.mod-recent-articles,
.mod-message {
	border: 1px solid #424242; 
/*	background-color: #2d2d2d; */
	background-color: #FFFFFF;
}

div.mod-comment,
div.mod-trackback, {
  width:48vw;
}

/*	リスト	*/
li.mod-text{
	font-size: x-small;
	line-height: 2;
/*	background: url(http://s.asablo.jp/css/common1/kk/point_list.gif) no-repeat;*/
	background: none;
	background-position: center left;
	padding-left: 0px;
	list-style-position: outside;
}

li.mod-link-to-archives{
	font-size: x-small;
	padding-left: 0px;
}

/*	mod-captionの画像指定	*/
.mod-comment h2.mod-caption{
	width: 100vw;
	height: 23px;
	text-indent: -5000px;
	background:transparent url(http://s.asablo.jp/css/common1/kk/tooltitle_com.gif) no-repeat;
}

.mod-trackback h2.mod-caption{
	width: 100vw;
	height: 23px;
	text-indent: -5000px;
	background: url(http://s.asablo.jp/css/common1/kk/tooltitle_tb.gif) no-repeat;
}

.mod-category h2.mod-caption{
	width: 100vw;
	height: 23px;
	text-indent: -5000px;
	background: url(http://s.asablo.jp/css/common1/kk/tooltitle_cat.gif);
}

.mod-description h2.mod-caption{
	width: 100vw;
	height: 23px;
	text-indent: -5000px;
	background: url(http://s.asablo.jp/css/common1/kk/tooltitle_des.gif);
}

.mod-backno h2.mod-caption{
	width: 100vw;
	height: 23px;
	text-indent: -5000px;
	background: url(http://s.asablo.jp/css/common1/kk/tooltitle_bk.gif);
}

.mod-recent-articles h2.mod-caption{
	width: 100vw;
	height: 23px;
	text-indent: -5000px;
	background: url(http://s.asablo.jp/css/common1/kk/tooltitle_entry.gif);
}


/*	メッセージ	*/
.mod-message h2.mod-caption {
	font-size: x-small;
	width: 100vw;
	min-height:19px; 
	height:auto !important;
	height:19px; 
	padding: 2px 0 2px 30px;
	border-bottom: 1px solid #424242;
	background: url(http://s.asablo.jp/css/common1/kk/tooltitle_mess.gif) no-repeat;
}



/*	カレンダー	*/
table.calendar{
	width: 100%;
	height: 130px;
	text-align: center;
	font-size: x-small;
}

table.calendar a{
	display: inline;
}

.calendar-title{
	text-align: center;
	font-size:small;
	padding-bottom: 10px;
}

/*	記事	*/
.msg {
/*	border: 1px solid #424242;*/
/*	background-color: #2d2d2d; */
	background-color: #FFFFFF;
	padding: 12px 0px 11px 12px; 
	margin-bottom: 17px; 
}

/* 記事のタイトル */
.msg-title {
	width: 100%;
	font-size: 120%; 
	font-weight: bold; 
	position: relative;
	margin-bottom: 20px; 
	padding-left: 0px;

	background-position: 100% 30%;
	color: #FFFFFF; 
}

.msg-title a {
	display: block;
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	position: relative;
	top: 30px;
	left: 0px;
	text-align: left;
/*	color: #C7A774; */
	color: #000;
}

.msg-date {
/*	background: url(http://s.asablo.jp/css/common1/kk/bg_msg_title.gif) no-repeat right bottom;*/
	background: none;
 	display: block;
	width: calc(100% - 11px);
	position: absolute;
	top: 5px;
        right: 24px
	padding-right: 10px; 
	font-size: 70%; 
	font-weight: bold; 
	text-align: right;
	color: #c5c5c5; 
}



/*	記事の中身	*/
.msg-body {
	
	margin: 0px 0px 0px 0px; 
}

.msg-pict{
	margin: 0px 0px 0px 0px ;
	float: none;
	border: none;
}

.msg-footer {
	clear: both;
	font-size: 90%;
	margin-right: 13px; 
}

.msg-archives li{
  background: url(http://s.asablo.jp/css/common1/kk/point_list.gif) no-repeat;
  background-position: 1% 50%;
  padding-left: 20px;
  list-style-position: outside;
  list-style: none;
}

pre{
	border: 1px dotted #C7A774;
	margin: 1em 0 0 0;
	padding: 1em;
}

blockquote{
	border: 4px double #C7A774;
	margin: 1em 0 0 0;
	padding: 1em;
}



/*	コメント	*/
.comment-caption{
	border-top: none;
	padding: 0.5em 1em;
	font-weight: bold;
	font-size: small;
	border-bottom: dashed 1px #424242;
	color: #B38D5C;
}

.comment-caption a{
	color: #B38D5C;
}

.comment-caption a:hover{
	text-decoration: none;
}

.comment-title{
	font-size: small;
	padding: 0.2em;
	color: #B38D5C;
}

.comment-title a{
	border-bottom: 1px dotted #B38D5C;
}

.comment-title a:hover{
	border-bottom: none;
}
.comment-body{
/*	font-size: small;*/
	padding: 0.2em 1em 0.7em 1.2em;
}

.comment-form {
	font-size: small;
	padding: 0.2em 1em 0.7em 1.2em;
}

.comment-form form p input {
	display: block;
	width: 100%;
	color:#000;
/*	background-color: #666666;*/
	background-color: #FFFFFF;
	border: 1px solid #424242;
	padding-left:2px;
	margin-bottom: 2px;
}

.comment-form form p br{
	display: none;
}

.comment-form textarea{
	display: block;
	width: 100%;
	color:#000;
/*	background-color: #666666;*/
	background-color: #FFFFFF;
	border: 1px solid #424242;
	font-size: small;
	height: 80px;
	font-family:  "ＭＳ Ｐゴシック", Osaka, arial, sans-serif;
	padding-left: 2px;
}



/*	トラックバック		*/
.tb-caption{
	border-top: dashed 1px #424242;
	padding: 0.5em 1em;
	font-weight: bold;
	font-size: small;
	border-bottom: none;
}

.tb-caption a:hover{
	text-decoration: none;
	color: #B38D5C;
}

.tb-title{
	font-size: small;
	padding: 0.2em;
	color: #B38D5C;
}

.tb-url{
	width: 80%;
        word-wrap: break-word;
	padding: 0.5em 2em;
	font-size: small;
}

.tb-body{
	font-size: small;
	padding: 0.2em 1em 0.7em 1em;
}

.tb-attention{
	padding: 0.5em 1em;
}



/*	RSS,MAILPIA,ログアウト	*/
.mod-rss-button .mod-caption a,
.mod-mailpia-button .mod-caption a,
.mod-login-button .mod-caption a{
	color: #B38D5C;
}

.mod-rss-button .mod-caption a:hover,
.mod-mailpia-button .mod-caption a:hover,
.mod-login-button .mod-caption a:hover{
	text-decoration: underline;
	color: #C7A774;
}

/* 非表示 */
#footer
{
  display:none !important;
}
div.mod-message
{
  display:none !important;
}
div.mod-rss-button
{
  display:none !important;
}
div.mod-login-button
{
  display:none !important;
}

}

.warning
{
	width: 20em;
	border: 5px double;
	border-color:#ff0000;
}
@media only screen and (max-width: 640px) {
body {
}
.warning
{
	width: 90vw;
	border: 5px double;
	border-color:#ff0000;
}
}
