@charset "UTF-8";
/* CSS Document */

/*
Theme Name: maeda
Author: Utility Factory
Description: atorie maeda's theme.
*/

* {
	font-family:"游ゴシック", YuGothic,"ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ",Meiryo, "ＭＳ Ｐゴシック", "ＭＳ ゴシック",sans-serif;
	line-height:120%;
	font-style:normal;
}
body {
	margin:0px;
	padding:0px;
}
h1,h2,h3,h4,h5,h6,li {
	margin:0;
}
p{
	margin:0px;
	padding:0px;
	line-height:150%;
}
a {
	text-decoration:none;
}
img{
	display:block;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style:none;
}
a:link,
a:visited,
a:active {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#999;
}

/*pc-----------------------------------------------*/
@media screen and (min-width: 641px){


/**********************************************
header
***********************************************/

#header_bg {
	height:330px;
	background-position:center top;
	background-repeat:repeat-x;
	position:relative;
	background-image: url(../wp-img/blog/header_bg.png);
}
#header {
	width:920px;
	margin:0 auto;
}

/**********************************************
contents
***********************************************/

#wrapper {
	max-width:900px;
	margin:0 auto 50px;
}
#blog {
	margin-top:70px;
}
.article {
	float:right;
	width:600px;
	margin-top:-16px;
}
.article dl {
	margin-bottom:50px;
}
.article dl.contents {
	width:590px;
	padding-bottom:50px;
	border:5px solid #F0F0E1;
}
.article dt.date {
	font-size:20px;
	padding:45px 0 5px 20px;
}
.article dt.ttl {
	font-size:24px;
	margin:0 20px;
	padding-bottom:15px;
	border-bottom:3px dashed #F6F6F2;
}
.article dd.txt {
	font-size:18px;
	line-height:150%;
	margin:0 30px;	
	padding-top:20px;
}
.article dd.txt p img {
	max-width:100%;
    height:auto;
	margin:10px auto 20px;
}
.article dt.category {
	max-width:120px;
	height:auto;
	border-radius:6px;
	background-color:#E63E79;
	margin-top:30px;
	margin-left:30px;
	text-align:center;
	padding:10px;
}
.article dt.category a {
	font-size:16px;
	font-weight:bold;
	color:#FFF;
}

/**********************************************
sidebar
***********************************************/

#sidebar{
	float:left;
	width:250px;
}

div.bnr{
	width:250px;
	margin-bottom:15px;	
	}

h3 {
	width:250px;
	height:50px;
	font-size:20px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:left;
	padding-top:15px;	
	padding-left:60px;
	background: url(../wp-img/blog/blog_side.png) no-repeat;
}
ul.box {
	font-size:16px;
	text-align:justify;
	margin-top:-15px;
	margin-bottom:30px;
	padding:20px 20px 30px 20px;
	background:#F8F6E8;
}
ul.box li {
	padding:10px 0;
	list-style-type:none;
	border-bottom:#000 1px dotted;
}
ul.box a {
	color:#000;
	letter-spacing:1px;
	text-decoration:none;
}
ul.box a:hover {
	color:#999;
}


/* ページ送り */
.page {
	clear:both;
	font-size:16px;
	margin-top:-30px;
	padding-bottom:50px;
}
.page .prev {
	float:left;
}
.page .next {
	float:right;
}
.page a {
	color:#000;
	text-decoration:none;
}
.page a:hover {
	color:#999;
}


/**********************************************
footer
***********************************************/

#footer{
clear:both;
background:url(../wp-img/img/foot_bg.gif) repeat-x 0 0 #4B9FEE;
height:200px;
}

#footer_in{
width:918px;
margin:0px auto;
text-align:center;
}

#footer p{
text-align:center;
padding-top:10px;
color:#FFF;
}

#footer img{
margin:20px auto 10px;
}

#end_navi{
font-size:16px;
list-style:none;
padding-top:5px;
}

#end_navi li{
display:inline;
line-height:180%;
color:#ffffff;
}

#end_navi a:link,
#end_navi a:visited{
color:#ffffff;
text-decoration:underline;
}
#end_navi a:hover,
#end_navi a:active{
color:#ffffff;
text-decoration:none;
}

#copy{
font-size:12px;
font-weight:bold; 
}
}

/*mb-----------------------------------------------*/
@media screen and (max-width: 640px){

/* コンテンツ */
#wrapper{
	width:90%;
	margin:0 auto;
}
.article {
	margin-bottom:0px;
}
.article dl {
	margin:20px 0 30px;
	padding-bottom:30px;
	border:5px solid #F0F0E1;
}
.article dt.date {
	font-size:16px;
	padding-top:30px;
	padding-left:20px;
}
.article dt.ttl {
	font-size:18px;
	margin:0 20px;
	padding-bottom:10px;
	border-bottom:3px dashed #F6F6F2;
}

.article dd.txt {
	font-size:14px;
	line-height:150%;
	margin:0 20px;
	padding-top:10px;
}
.article dd.txt p img {
	max-width:90%;
	height:auto;
	margin:20px auto;
}

/*.article dt.category {
	max-width:100px;
	height:auto;
	border-radius:6px;
	background-color:#E63E79;
	margin-top:30px;
	margin-left:30px;
	text-align:center;
	padding:10px;
}
.article dt.category a {
	font-size:14px;
	font-weight:bold;
	color:#FFF;
}*/

/* サイド */
#sidebar{
	width:100%;
}

div.bnr{
	width:auto;
	margin-bottom:15px;	
	}

h3 {
	width:auto;
	height:50px;
	font-size:20px;
	font-weight:bold;
	color:#FFFFFF;
	padding-top:13px;
	padding-left:60px;
	background:url(../wp-img/blog/m_blog_side.png) no-repeat;
}
ul.box {
	width:auto;
	font-size:14px;
	text-align:justify;
	margin-top:-13px;
	margin-bottom:30px;
	padding:15px 30px 25px 25px;
	background:#F8F6E8;
}
ul.box li {
	width:auto;
	padding:10px 0;
	list-style-type:none;
	border-bottom:#000 1px dotted;
}
ul.box a {
	color:#000;
	letter-spacing:1px;
	text-decoration:none;
}
ul.box a:hover {
	color:#999;
}


/* ページ送り */
.page {
	clear:both;
	font-size:14px;
	margin-top:30px;
	padding-bottom:40px;
}
.page .prev {
	float:left;
}
.page .next {
	float:right;
}
.page a {
	color:#000;
	text-decoration:none;
}
.page a:hover {
	color:#999;
}


/* フッター */
#footer {
	width:100%;
	height:180px;
	margin:0 auto;
	background-color:#4B9FEE;
	background:url(../wp-img/img/foot_bg.gif) repeat-x 0 0 #4B9FEE;
}

#footer_in{
	width:100%;
	margin:0px auto;
	text-align:center;
}

#footer p{
	text-align:center;
	padding-top:10px;
	color:#FFF;
}

#footer img{
	margin:20px auto 10px;
}

#end_navi{
	font-size:12px;
	list-style:none;
	padding-top:5px;
}

#end_navi li{
display:inline;
line-height:180%;
color:#ffffff;
}

#end_navi a:link,
#end_navi a:visited{
color:#ffffff;
text-decoration:underline;
}
#end_navi a:hover,
#end_navi a:active{
color:#ffffff;
text-decoration:none;
}

#copy{
font-size:10px;
font-weight:bold; 
}
}