/*
Theme Name: WordPress Default
Theme URI: http://www.sosososo.com/
Description: The  WordPress theme for sosososo.com
Version: 1.0
Author: So Hashizume
Author URI: http://www.sosososo.com/
Tags: 
*/

body {
	line-height: 1.3;
	margin: 30px;
}

h1 {
	font-weight: normal;		
}

li {
	vertical-align:bottom;
}

ul,li {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: #222;
}

#page {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	line-height: 1.3em;
	color: #222;
}

#footer {
	clear: both;
}

#single {
	position: relative;   left: 50%;   width: 720px;   margin-left: -360px; /*half the width of the div*/
	margin-top: 60px;
	line-height: 1.6em;
}

#single a, #title a{
	text-decoration: underline;
}

#single img{
	margin-bottom: 60px;
}

#menu, #copyright, #title, #address{
	float: left;
	width: 170px;
	height: 120px;
	background: yellow;
	margin: 30px;
	padding: 15px;
}


.post img, .post p {
	margin-bottom: 50px;
}

.img_ro {
	-webkit-transform: rotate(10deg);
}


.box {
	float: left;
	margin: 30px;
	background: #fff;
	width: 200px;
	height: 150px;
}


.toggle_active{
	font-weight: bold;
}

.print {
	background: #fff;
}

.web {
	background: #fff;
}

.identity {
	background: #fff;
}

.project {
	background: #fff;
}

.clr{
	clear: both;
}

#single p {
	margin-bottom: 2em;	
}

.single_title {
	font-size: 14px;
	padding: 15px;
	background: yellow;
	width: 150px;
	height: 150px;
	-webkit-transform: rotate(10deg);
	margin-bottom:60px !important;
}


.bk {
	text-align: center;
	background: yellow;
	padding: 25px;
	position: relative;   left: 50%;   width: 100px;   margin-left: -50px; /*half the width of the div*/
}

.j{
	line-height: 1.6em;
		margin-bottom: 2em;	

}

.single_angle{
	-webkit-transform: rotate(-10deg);
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-table;
	min-height: 1%;
}

html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

