@CHARSET "shift_jis";
/******************************************************************************
 * エバーペット
 * WEB SITE ver.2019
 * RESPONSIVE
 * PC width min-width:768px
 * SP max-width: 767px(iPhone6+ ヨコイチまで)
******************************************************************************/
@import url(html5-doctor-reset-stylesheet.min.css);
@import url(base.css);

/******************************************************************************
 * ARTICLE
******************************************************************************/
body>article {}
/** PC ***********************************************************************/
@media screen and (min-width:768px),print{
	body>article {}
}
/** SMART PHONE **************************************************************/
@media screen and (max-width:767px){
	body>article {}
}

/*******************************************************************************
 * コンテンツヘッダ
*******************************************************************************/
article#discipline>header {
	width: 100%;
	background: url(img/contents/discipline.headimg.jpg) no-repeat #ccc;
	background-size: cover;
	position: relative;
}
article#discipline>header>h2 {
	color: #fff;
	font-family: 'M PLUS Rounded 1c',Meiryo,"メイリオ",sans-serif;
	font-weight: bold;
	width: 100%;
	padding: 10px;
	text-shadow:
		1px 1px 1px #000,-1px -1px 1px #000;
	/*background: rgba(138,138,123,0.5);*/
	position: absolute;
}

/** PC ************************************************************************/
@media screen and (min-width:768px),print{
	article#discipline>header {
		height: 300px;
		background-position: center -80px;
	}
	article#discipline>header>h2 {
		font-size: 2.5em;
	}
}

/** SMART PHONE ***************************************************************/
@media screen and (max-width:767px){
	article#discipline>header {
		height: 150px;
		background-position: center center;
	}
	article#discipline>header>h2 {
		font-size: 1.5em;
	}
}

/*******************************************************************************
 * しつけについて
*******************************************************************************/
article#discipline>section {
	padding-top: 10px;
}
#discipline>section>h3 {
	color: #741e00;
	font-family: 'M PLUS Rounded 1c',Meiryo,"メイリオ",sans-serif;
	font-size: 130%;
	padding: 8px;
	margin: 1.0em 0 0.5em;
	border-left: 6px solid #ff5c26;
	border-bottom: 1px solid #ff5c26;
	background: #ffdfbf;
	clear: both;
}
#discipline>section>h4 {
	color: #741e00;
	font-size: 110%;
	padding-bottom: 8px;
	margin-top: 1.0em;
	margin-bottom: 0.5em;
	border-bottom: 1px dashed #aaa;
}
#discipline>section>p {
	line-height: 1.8;
	text-indent: 1.0em;
	margin-bottom: 0.5em;
}
#discipline>section>ul {
	line-height: 1.5;
	list-style: disc;
	margin-left: 2.0em;
	margin-bottom: 0.5em;
}
#discipline>section>img {
	margin-left: 1.0em;
	float: right;
}

/** PC ************************************************************************/
@media screen and (min-width:768px),print{
}
/** SMART PHONE ***************************************************************/
@media screen and (max-width:767px){
	article#discipline>section {
		padding: 10px 10px;
	}
}


/******************************************************************************
 * BigRam
 * ver 1.0 2019
******************************************************************************/