@charset 'UTF-8';
/*
Theme Name : MIWACS News Theme
Theme URI : https://miwacs.co.jp
Description : This is my News theme.
*/

/* コンテナ */
div#container{
margin: auto
}

/* コンテンツ */
div#content{
width: 680px;
float: right;
margin-bottom: 20px
}

p#pagetitle{
font-size: 1.5em;
font-weight: bold;
color: #2b76cc;
border: solid 2px #2b76cc;
text-align: center;
padding: 10px 0;
margin-top: 20px
}

/* 記事 */
div.post{
border: solid 1px #ccc;
padding: 18px;
margin: 20px auto
}

div.post h2{
    border-bottom: 1px solid #CCC;
    border-left: 5px solid #C00;
    line-height: 1.4;
    margin: 0px 0px 10px;
    padding: 5px 0px 5px 10px;
	font-size: 1.5em;
}

div.post h2 a{
text-decoration: none;
font-weight:bold;
color:#333;
}


div.post h3{
    border-bottom: 1px dotted #CCC;
    border-left: 5px solid #C00;
    line-height: 1.4;
    margin: 0px 0px 10px;
    text-indent: 15px;
    padding: 5px 0px;
	color: #333;
	font-size: 1.2em;
}

div.post p{
line-height: 1.6;
margin-bottom: 10px
text-indent: 1em;
}

div.text-left{
text-align: left;
}


p.postinfo{
color: #666666;
text-align: right;
margin: 20px 0 0;
clear: both
}

p.postinfo a{
color: #2b76cc
}

/* 記事内の画像 */
.aligncenter{
display: block;
margin-left: auto;
margin-right: auto
}

div.post img{
border: none
}

.alignleft{
float: left;
margin-right: 10px;
margin-bottom: 2px
}

.alignright{
float: right;
margin-left: 10px;
margin-bottom: 2px
}

.wp-caption{
border: solid 1px #aaaaaa;
text-align: center;
max-width: 100%!important;
padding-top: 5px;
margin-top: 10px
}

/* ページリンク */
p.pagelink a{
color: #2b76cc
}

span.pageprev{
float: left
}

span.pagenext{
float: right
}

/* コメント */
#comments{
clear: both
}

div#com	{
border: solid 1px #2b76cc;
padding: 20px;
margin-top: 45px;
margin-bottom: 20px;
}

textarea{
width: 400px
}

div#com h3{
border-bottom: solid 1px #2b76cc;
padding-bottom: 10px;
}

div#com p{
padding-top:10px;
padding-bottom: 10px;
}

div.compost{
border-bottom: dotted 1px #2b76cc
}

p.cominfo{
text-align: right
}

div#com a{
color: #2b76cc
}

p#comfeed img{
vertical-align: middle
}

p#comfeed a{
color: black;
text-decoration: none
}

p#comfeed{
background-color: #a8d1ff;
padding: 8px;
margin-top: 20px
}

p#trurl	{
background-color: #a8d1ff;
padding: 8px;
margin-bottom: 20px
}

/* トラックバック */
div#tr{
border: solid 1px #2b76cc;
padding: 0 20px;
}

div#tr h3{
border-bottom: solid 1px #2b76cc;
padding-bottom: 10px;
margin-top: 20px
}

div#tr p{
padding-top:10px;
padding-bottom: 10px;
}

div#tr a{
color: #2b76cc
}

/* サイドバー */
div#news_sidebar{
width: 250px;
float: left;
}

div#news_sidebar h2{
color: #333;
padding: 5px 0px 10px 0px;
margin: 0
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
}

#side p {
    margin-bottom: 5px;
}

p {
    line-height: 1.5em;
}

#side ul li {
    font-size: 0.9em;
    margin-bottom: 5px;
}


div#news_sidebar li a{
color: #2b76cc;
text-decoration: none
}

div#news_sidebar ul{
margin: 10px 10px 20px 10px;
padding: 0
}

/* カレンダー */
#wp-calendar{
width: 100%;
margin-bottom: 20px;
}

#wp-calendar a{
color: #2b76cc
}

#wp-calendar td, #wp-calendar th{
text-align: center
}

#wp-calendar caption{
color: #333;
padding: 5px 10px;
text-align: left;
}

#wp-calendar #prev{
text-align: left;
padding-top: 3px;
padding-left: 3px
}

#wp-calendar #next{
text-align: right;
padding-top: 3px;
padding-right: 3px
}

/* フィード */
p.feed{
font-size: 0.75em;
font-family: Verdana, Helvetica, sans-serif;
padding: 5px;
margin: 25px 0
}

p.feed a{
color: #444444;
text-decoration: none
}

p.feed img{
vertical-align: middle;
margin-right: 8px
}

/* フッター */
div#footer{
clear: both
}