/* IMPORT RESET */
@import url("reset.css");
@import url("../common.css");
@import url("../mailform.css");

/* IMPORT 12 COLUMN RESPONSIVE GS */
@import url("responsive.gs.12col.css");

/*	EXAMPLE STYLES */
header {
	background: #fff;
}
article {

}
aside {
	line-height: 20em;
	text-align: center;
	background: #999;
}
footer {
	text-align: center;
}

/*テスト用非表示クラス*/
.test_hidden {
/*	display: none;*/
}

/* カテゴリ部分
--------------------*/
#catebox{
	width:100%;
	margin:0 auto;
	margin-top:3px;
}

#catebox ul{
	background:#f5f5f5;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:10px 0 0 10px;
	margin:0px;
	line-height: 0.5;
  font-size: 0.85em;
}

#catebox li{
	float:left;
	text-align:center;
	margin:0 10px 10px 0;
}

#catebox li img{
	border-radius: 8px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-webkit-border-radius: 8px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
}

#catebox a{
	text-decoration:none;
}

#box{

	background: #f5f5f5;
	font-size:1em;
	 color:#333;/*背景色*/
	padding: 1em;			/*ボックス内の余白*/
	width:100%;		/*ボックス幅*/
	overflow: hidden;
	border: 1px solid #0099cc;
	border-radius:3px;
	line-height:1.5em;
	margin-bottom:0px;
	margin-top:0.5em;
	
}

#box1{

	background: #f5f5f5;
	font-size:1em;
	 color:#333;/*背景色*/
	padding: 1em;			/*ボックス内の余白*/
	width:100%;		/*ボックス幅*/
	overflow: hidden;
	
	border-radius:3px;
	line-height:1.5em;
	margin-bottom:0px;
	margin-top:0.5em;
	
}
