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

body{
	background-image:url(../img/tips/tips_top.png);
	background-repeat:repeat-x;
}
header{
	background-color:#87ceeb;
}


/*------コンテンツ-------*/
#left_contents section{
	border: 1px solid #EEEEEE;
	border-radius:0.3em;
    margin-bottom: 2em;
    padding: 1em;
}

#left_contents .ri h1{
	font-size: 1.5em;
    margin-bottom: 1em;
	font-family: 'Comfortaa',cursive;
	font-weight:300;
}
#left_contents section .le{
	width:40%;
	margin-bottom:2em;
	box-shadow: 0 1px 3px #CCCCCC;
	padding: 0.5em;
}
#left_contents section .le img{
	max-width:100%;
	}
#left_contents section .ri{
	width:50%;
	}
	
	
h3{
	font-size:1.5em;
	margin-bottom: 1em;
}
article{
	margin-bottom:2em;
	padding: 2em;
}
article h1{
	font-size:1.5em;
	margin-bottom:1em
}
article h1 time{
	font-size:40%;
	margin-left:2em;
}
article .cartoon{
	margin-bottom:1em
}
article .cartoon img{
	max-width:95%;
}
article .comment{
	margin-bottom:1em
}
article .comment{
	margin-bottom:4em;
}
article .past{
	background-color: #EEE;
}
article .past ul li{
	display:inline-block;
	margin-right: 1em;
}	
@media screen and (max-width:800px) {
#left_contents section .ri{
	width:100%;
	margin-bottom:2em;
}
h3{
	margin-left:1em;
}
}
@media screen and (min-width:801px) {
#left_contents section .le{
	float:left;
}
#left_contents section .ri{
	float:right;
}
}

