/*
 Theme Name:Keiichi_Kurokawa
 Description:
 Theme URI: keikuro.com
 Author: Keiichi Kurokawa
 Author URI: keikuro.com
 Version: 1.0
 License: ???
 License URI: keikuro.com
*/
/*-----------------------------
投稿用
-----------------------------*/
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignleft{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.alignright{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

/*-----------------------------
pc切り替えボタン
-----------------------------*/

/*#swich{
	background:#000;
	overflow:hidden;
}
.swich{
	overflow:hidden;
	width:90px;
	margin:0 auto 20px auto;
}
.swich li{
	width:40px;
	background:#666;
	border-radius:10px;
	float:left;
	margin-right:10px;

}
.swich li:last-child{
	margin-right:0;
}
.swich li a{
	color:#fff;
	text-decoration:none;
	text-align:center;
	display:block;
	height:40px;
	line-height:40px;
	border-radius:10px;
}*/