@charset "utf-8";

/***************************************************************

	site_name
	http://site_url
	
	default.css
	Author: hiroki ooiwa

****************************************************************/
/*
	default.css Index
	
	#0 Global Base
	#1 BaseLayout
	#2 GeneralClass
	#3 clearfix

*/

/*==========================================================

	Global Base

==========================================================*/
strong {
	font-weight: bold;
}
em {
	color: #c03;
	font-style: normal;
}
img {
	border: 0 none;
}

a,
a:link {
}
a:hover {
}

p,td,th {
	line-height: 1.4em;
}

hr {
	border: none 0;
	background: none;
	margin: 0;
	padding: 0;
	height: 0;
}


/*==============================================================

	BaseLayout

==============================================================*/
body {
	font-size: 100%;
}

h1 {
	font-size: 200%;
}
h2 {
	font-size: 140%;
}


/*--------------------------------------------------------------

	contents

--------------------------------------------------------------*/
/**/
div#controlBox {
	margin: 10px;
}
div#controlBox ul li {
	cursor: pointer;
	display: inline-block;
}
div#controlBox ul li#small:hover,
div#controlBox ul li#middle:hover,
div#controlBox ul li#large:hover {
	background: #ccc;
}

ul.controlBoxList {}
ul.controlBoxList li {
	float: left;
	margin-left: 10px;
	background: #ddd;
	padding: 4px;
}


/*==============================================================

	GeneralClass

==============================================================*/
/**/


/*==============================================================

	clearfix

==============================================================*/
/**/
div:after,.clearfix:after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
div,.clearfix {
	display: inline-block;
}
div,.clearfix {
	display: block;
}
/* Mac版IEのみに適用 \*//*/
.div,.clearfix {overflow: hidden;}
/* */