@charset "UTF-8";
/*! #######################################################################

	Sample jQuery Photoswipe
	--------

	To be used with jQuery Photoswipe by Free jQuery (http://free-jquery.com/)

####################################################################### */

/*===============================================
●smart.css  画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px){
body {
	background-image: url("../img/bg.jpg");
	background-repeat: repeat;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
}
#container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#container p {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#container #footnavi {
	clear: both;
	float: left;
	width: 100%;
}
header {
	width: 100%;
	clear: both;
	float: left;
	position: relative;
	top: 0px;
	z-index: 999;
	padding-top: 12px;
	height: 50px;
	padding-bottom: 10px;
}
.mean-nav ul li {
	font-family: 'Droid Serif', serif;
}
.logo_box {
	padding-top: 14px;
	position: absolute;
	top: 0px;
	left: 50%;
	z-index: 9999;
	margin-left: -24px;
}
.logo_box .logo {
	width: 52px;
	margin-right: auto;
	margin-left: auto;
}
.logo_box .logo img{
	width: 52px;
}
.main_area {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 40px;
}
.item {
	background-image: url("../img/border.png");
	background-repeat: repeat-x;
	clear: both;
	float: left;
	width: 100%;
	padding-top: 46px;
	padding-bottom: 5px;
	line-height: 0px;
	text-align: center !important;
}
.item img {
	width: 32px;
}
.category_title {
	clear: both;
	float: left;
	width: 100%;
	text-align: center !important;
	margin-bottom: 10px;
	font-size: 20px;
	letter-spacing: 0.1em;
	font-family: 'Droid Serif', serif;
}
.imageAll {
	clear: both;
	padding: 8px 8px 50px 8px;
	overflow: hidden;
	font-size: 0px;
}
.imageBox_unit {
	* IE 6/7 */
	/display: inline;
	/zoom: 1;
	width: 22%;
	margin: 0 4% 4% 0;
	display: inline-block;
}
.imageBox_last {
	* IE 6/7 */
	/display: inline;
	/zoom: 1;
	width: 22%;
	margin: 0 0 4% 0;
	display: inline-block;
}
.box_left {
	width:49%;
	margin-right: 2%;
}
.box_right {
	width:49%;
	margin-right: 0%;
}
.title {
	margin-top: 5px;
	margin-bottom: 8px;
	float: left;
	font-size: 14px;
	color: #000000;
	text-align: center;
}
.text {
	float: left;
	color: #999999;
	font-size: 12px;
	font-color: #2043ff
	background-color: #ff6620;
	background-image: none;
	line-height: 19px;
	text-align: center;

}
.image img {
	max-width: 100%;
	height: auto;
	width /***/: auto;
	width: auto;
	border: none;
}
}
