@charset "UTF-8";

/* ------ mainTitPc ------ */
#mainTitPc {
	width: 740px;
	margin: 0 auto;
	padding: 50px 0 30px;
}
#mainTitPc h1 img{
	width: 100%;
}
#mainTitPc p{
	font-size: 90%;
	font-weight: bold;
	text-align: center;
}
#mainTit {
	display: none;
}
@media screen and (max-width: 600px) {
	#mainTitPc {
		display: none;
	}
	#mainTit {
		display: block;
		width: 100%;
		padding: 0 0 40px;
	}
	#mainTit h1{
		width: 70%;
		margin: 0 auto;
	}
	#mainTit img{
		width: 100%;
	}
	#mainTit p{
		font-size: 100%;
		line-height: 180%;
		padding: 20px 2% 0;
		font-weight: bold;
	}
}

/* ------ shopArea ------ */
#shopArea {
	width: 100%;
	background: url(/images/shopBg.png)no-repeat center right #ececec;
	background-size: cover;
	padding: 20px 0 40px;
	border-radius: 10px; 
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.baseLogo p{
	width: 100px;
	margin: 0 auto;
	padding-bottom: 10px;
}
.baseLogo p img{
	width: 100%;
}
#shopBlock {
	width: 840px;
	margin: 0 auto;
}
.baseBox {
	float: left;
	width: 260px;
	padding: 10px;
}
.baseBox iframe{
	height: 260px;
	width: 260px;
}
@media screen and (max-width: 600px) {
	#shopArea {
		width: 100%;
		background: url(/images/shopBg.png)repeat-y top center #ececec;
		background-size: contain;
	}
	.baseLogo p{
		width: 80px;
	}
	#shopBlock {
		width: 100%;
		margin: 0;
	}
	.baseBox {
		float: none;
		padding: 0 10px 10px;
		margin: 0 auto;
	}
}

/* ------ illArea ------ */
.illArea {
	padding: 10px 0 40px;
}
.illArea p{
	width: 40%;
	margin: -50px auto 0;
}
.illArea p img{
	width: 100%;
}
@media screen and (max-width: 600px) {
	.illArea p{
		width: 90%;
		margin: -50px auto 0;
	}
}

/* ------ infoArea ------ */
#infoArea {
	background: url(/images/blogBg.png)no-repeat top center ;
	background-size: contain;
}
.blogTit {
	width: 32%;
	padding: 0 0 20px 0;
	margin: 0 auto;
}
.blogTit img{
	width: 100%;
}
#infoBlock {
	width: 810px;
	margin: 0 auto;
}
#infoBlock h2{
	font-size: 120%;
	font-weight: bold;
	padding: 10px 0 ;
	text-align: center;
}
#infoBlock .mainTxt{
	font-size: 90%;
	text-align: center;
}
#infoBlock .mainImg {
	text-align: center;
	padding: 10px 0;
}
#infoBlock .mainImg img{
	width: auto;
	max-width: 80%;
}
#infoBlock .item{
	padding: 20px 0 10px;
	background: url(/images/common/line02.png) repeat-x center 0;
}
#infoBlock .item .phBox{
	float: left;
	width: 18%;
}
#infoBlock .item .phBox img{
	width: 100%;
	height: auto;
	border-radius: 5px; 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#infoBlock .item .txtBox{
	float: right;
	padding: 0 4%;
	width: 74%;
}
#infoBlock .item .txtBox .blogDay{
	font-size: 60%;
	font-weight: bold;
	line-height: 110%;
	padding: 10px 0 5px;
}
#infoBlock .item .txtBox .slug{
	float: left;
	margin-right: 3px;
	padding: 4px 10px;
	font-size: 70%;
	line-height: 100%;
	color: #fff;
	background-color: #888;
	text-align: center;
	border-radius: 50px; 
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
#infoBlock .item .txtBox h3{
	padding: 10px 0;
	line-height: 140%;
	font-size: 120%;
	font-weight: bold;
}
@media screen and (max-width: 600px) {
	#infoArea {
		background: none;
	}
	.blogTit {
		width: 70%;
	}
	#infoBlock {
		width: 100%;
		margin: 0;
	}
	#infoBlock .item .phBox{
		float: none;
		width: 100%;
	}
	#infoBlock .item .txtBox{
		float: none;
		padding: 0;
		width: 100%;
	}
	#infoBlock .item .txtBox h3{
		padding: 10px 0;
		line-height: 140%;
		font-size: 90%;
		font-weight: bold;
	}
}


