@charset "UTF-8";
/* CSS Document */

/********* 共通 *********/
.single.single-exercise_column{}
.single .breadCrumb br{ display:none}

.single.single-food_column .contents,.single.single-food_column .breadCrumb,.single.single-food_column .pagetopArea{ background-color: #fffbff;}
.single.single-exercise_column .contents,.single.single-exercise_column .breadCrumb,.single.single-exercise_column .pagetopArea{background-color: #f1ffff; }
.single.single-life_column .contents,.single.single-life_column .breadCrumb,.single.single-life_column .pagetopArea{background-color: #f6fff6;}
.single.single-prevention_column .contents,.single.single-prevention_column .breadCrumb,.single.single-prevention_column .pagetopArea{background-color: #fff7ff;}
.single.single-other_column .contents,.single.single-other_column .breadCrumb,.single.single-other_column .pagetopArea{background-color: #ffffeb;}

.single.single-food_column .pagePhotoArea{background: #ee9baf;border-bottom: 7px solid;    border-image: linear-gradient(to right, #fffbff 0%, #ffebdf 100%);    border-image-slice: 1;}
.single.single-exercise_column .pagePhotoArea{background: #64b9e6; border-bottom: 7px solid;    border-image: linear-gradient(to right, #f1ffff 0%, #94e9ff 100%);    border-image-slice: 1;}
.single.single-life_column .pagePhotoArea{background: #73cd73; border-bottom: 7px solid;    border-image: linear-gradient(to right, #f6fff6 0%, #a3fda3 100%);    border-image-slice: 1;}
.single.single-prevention_column .pagePhotoArea{background: #af95d7;border-bottom: 7px solid;    border-image: linear-gradient(to right, #fff7ff 0%, #dfc5ff 100%);    border-image-slice: 1;}
.single.single-other_column .pagePhotoArea{background: #e3a745; border-bottom: 7px solid;    border-image: linear-gradient(to right, #ffffeb 0%, #ffd775 100%);    border-image-slice: 1;}
	
	
.single .pagePhotoArea{
    width: 960px;
    margin: 1em auto;
	}
.single .pagePhotoArea .pagePhoto{
	position: relative;
    width: 100%;
    height: auto;
    margin: auto;}
.single .pagePhotoArea .pagePhoto h2{
	position: relative;
    bottom: 0;
    left: 0;
    background: none;
    width: 100%;
	margin:auto;
    padding: 10px 0;
    font-size: 24px;
    color: #fff;
	text-align:center;
    line-height: 1.5;}

.single .contentsBody {
    float: none;
    width: 750px;
    margin: auto;
}

.theContent img:not(.alignright):not(.aligncenter):not(.alignleft) {
    margin: 0 5px 15px 5px;
}
.theContent .aligncenter{
    margin: 0 auto 15px auto;
}


/*サイドバー*/

.single .secondNav{ display:none;}



@media all and (max-width: 768px) {
	p {margin: 0 0 10px;}
	
	.breadCrumb{ font-size:1.3rem}
	.single .pagePhotoArea {	width: 100%;	padding: 0 1em;	box-sizing: border-box;	}
	.single .pagePhotoArea .pagePhoto h2{ font-size:1.8rem;}
	.single .contentsBody{ width:94%; margin:auto;}
}