@charset "Shift_JIS";

/*=========================================================

	Site Name   SONY ichigan-a
	File Name   style.css

==========================================================*/

.mod-subTitle {
	background:none!important;
    clear: both;
    line-height: 1.2;
    margin: 30px 0 25px;
    padding: 0;
}
.mod-subTitle:after {
	background:none!important;
    clear: both;
    content: "";
    display: block;
    height: 0;
}

.campttl {
	background:url(../images/i_bg_l.gif) top left no-repeat;
	height:47px;
}

.campttl-inn {
	background:url(../images/i_bg_r.gif) top right no-repeat;
	height:47px;
}

h2 {
	background:none!important;
}

h2#camptop{
	margin:0;
	padding:10px;
	font-size:22px;
	font-weight:bold;
}

h2#camptop span {
	display:inline;
	margin-left:15px;
	padding:10px 0;
	font-size:16px;
}
@media (max-width:640px) {
h2#camptop span {
	display:block;
	margin-left:15px;
	padding:10px 0;
	font-size:16px;
}
}

p{
	margin:0;
	padding:0;
}




/* Contents
----------------------------------------------------------*/
#contents {
	width:820px;
	margin:0 auto;
}

#contents .contents01{
	width:800px;
	margin:0 auto;
	padding: 0;
}

#contents .contents01 h3.prottl {
	margin:0 0 30px 0;
	border-bottom:#CCC 1px solid;
}

#contents .contents01 h3.prottl img {
	vertical-align:bottom;
}

#contents .contents01 p{
	margin:0 auto 30px 0;
	text-align:center;
}


@media (max-width:640px) {
#contents {
	width:100%;
	margin:0 auto;
}

#contents .contents01{
	width:95%;
	margin:0 auto;
	padding: 0;
}

#contents .contents01 h3.prottl {
	margin:0 0 15px 0;
	border-bottom:#CCC 1px solid;
}

#contents .contents01 h3.prottl img {
	vertical-align:bottom;
}

#contents .contents01 p{
	margin:0 auto 15px 0;
	text-align:center;
}

#contents .contents01 p img{
	width:100%;
}

}


/* Clearfix
----------------------------------------------------------*/
.clearfix,
.page_navi,
.other {
	zoom:1;
}

.clearfix:after,
.page_navi:after,
.other:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}