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

body{
	background-image:url(../img/about/about_top.png);
	background-repeat:repeat-x;
}
header{
	background-color:#dc0000;
}

/*------コンテンツ-------*/
#left_contents section{
	margin-bottom:3em;
}

/*テーブル*/
table .title {
    width:8em;
}
table td {
    border-bottom: 1px dashed #000000;
    padding:1em 0 1em 1em;
}
#left_contents section h1{
	font-size: 1.5em;
    margin-bottom: 1em;
}
#left_contents section .le{
	width:30%;
	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:60%;
	}

@media screen and (max-width:800px) {
#left_contents section .ri{
	width:100%;
}	
}
@media screen and (min-width:801px) {
#left_contents section .le{
	float:left;
}
#left_contents section .ri{
	float:right;
}
}
@media screen and (max-width:600px) {
	/*横幅600px以下でtableの左の項目の幅が1emになる。*/
table .title {
    width:1em;
}
}
