@charset "utf-8";
/* 
Theme Name: Touseian2017
Description: This is practice2 Theme.
Version: 1.0.0
Author: Ten design labo
*/ 

#content {
	width: 800px;
	margin: auto;
	margin-bottom:30px;
	overflow:hidden;
}

/* about */

#nav ul #bt01 a {
	background-position: left top;
}

#nav ul #bt01 a:hover {
	background-position: left bottom;
}

#nav ul #bt02 a {
	background-position:left bottom;
}


.about_cts {
	width: 380px;
	margin-top: 50px;
}

.about_cts.about_cts_left img,.about_cts.about_cts_right img {
	width: 380px;
	height: 310px;
}

.about_cts_left {
	float: left;
	margin-right: 40px;
}

.about_cts_right {
	float: right;
}

.about_cts h2 {
	font-size: 35px;
	margin-bottom: 15px;
}

.about_cts p {
	margin-top: 15px;	
}


@media screen and (max-width:480px) { 

.about_cts {
	width: 800px;
	margin-top: 50px;
	float: none;

}

.about_cts.about_cts_left img,.about_cts.about_cts_right img {
	width: 800px;
	height: 653px;
}

}


