/*

Theme Name: assist88599

Theme URL: http://www.peuples.net

Author: Assist

Author URI: http://www.peuples.net

Version: 3.0

*/

html {

	min-height: 100%;

	position: relative;

}

.clearFix:after {

	display: block;

	clear: both;

	height: 0;

	visibility: hidden;

	content: ".";

}

.clearBoth {

	clear: both;

}

ul {

	list-style:none;

	padding: 0;

	margin: 0;

}

h1,h2,h3,h4,h5,h6 {

	margin: 0;

	padding: 0;

	font-size: 100%;

}

p {

	margin: 0;

	padding: 0;

}

a {

	color: #ff0000;

	text-decoration: none;

}

a:hover {

	color: #696969;

}

body {

	background: #fff;

	color: #000;

	text-align: center;

	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif,"HG正楷書体-PRO",cursive;

	font-size: 14px;

	margin: 0;

	-webkit-text-size-adjust:100%

}

/*--------------------------

	Header

----------------------------*/

header {

	margin: 0px auto;

	background: #000;
}

header img {

	max-width: 100%;

	margin: 0;

	margin-top: 5px;

}

header p {

	text-align: center;

	font-size: 15px;

	color: #000;

	font-weight: bold;

	margin: 0 !important;

}

/*--------------------------

	　container

----------------------------*/

#container {

	padding: 5px !important;

	margin: 0 auto 100px;

	max-width: 1000px;

	text-align: center;

}

.unity {

	background: #a9a9a9;

	color: #fff;

	font-size: 15px;

	padding: 5px 13px !important;

	font-weight: bold;

	margin-bottom: 5px;

	margin-top: 0;

}

.unitys {

	background: #0000ff;

	color: #fff;

	font-size: 14px;

	padding: 2px 5px !important;

	text-align: left;

	font-weight: bold;

	margin-bottom: 5px;

	margin-top: 0;

}

.title {

	font-size: 16px;

	font-weight: bold;

}

.title a {

	display: block;

	background: #87cefa

}

.title a:hover {

	background: #ccc;

}

#center {

	float: left;

	width: calc(70% - 15px);
	
	margin-right: 15px;
}

#side {

	float: right;

	width: 30%;
}

/*--------------------------

	 contents

---------------------------*/

.contents {

	border-bottom: 1px solid #ccc;

	margin-bottom: 10px;

}

.contents>p {

	line-height: 1.8;

	letter-spacing: 2px;

	margin: 0;

	text-align: left;

	padding: 0;

}

.contents img {

	float: left;

	margin-right: 10px;

	margin-top: 5px;

	max-width: 150px;

	padding: 2px;

}

.contents_info {

	border-bottom: 1px solid #ccc;

	margin-bottom: 10px;

}

.contents_info>p {

	line-height: 1.7;

	letter-spacing: 2px;

	margin: 0;

	text-align: left;

	padding: 2px;

	font-size: 16px;

}

.contents_info img {

	float: left;

	margin-right: 5px;

	padding: 2px;

	max-width: 100%;

}

/*--------------------------

	  list

----------------------------*/

.side_contents {

	font-size: 16px;

	background: #fff;

}

#side li a {

	border-bottom: 1px solid #ccc;

	display: block;

	font-size: 15px;

	margin-bottom: 3px;

	background: #ffe4e1;

}

#side li a:hover {

	background: #ccc;

}

#center li a {

	border-bottom: 1px solid #ccc;

	display: block;

	font-size: 15px;

	margin-bottom: 3px;

	background: #ffe4e1;

}

#center li a:hover {

	background: #ccc;

}

/*--------------------------

	footer

---------------------------*/

footer {

	background: #000;

	color: #fff;

	padding: 10px 0;

	text-align: center;

	bottom: 0;

	position: absolute;

	width: 100%;

}

/*--------------------------

	パンくずリスト

----------------------------*/

ol {

	background: #a9a9a9;

	margin: 0;

	color: #fff;

	text-align: left;

	margin-bottom: 5px !important;

}

.breadcrumbs li {

	display: inline-block;

	margin: 2px 2px 0;

}

.breadcrumbs li::after {

	content: "- ";

	margin-left: 0.5em;

}

.breadcrumbs li:last-child::after {

	display: none;

}

.text-left {

	text-align: left;

}

/*--------------------------

	Media Queries

---------------------------*/

/* 320px - 479px以下用（スマホ-タブレット用）の記述 */

@media screen and (max-width: 768px) {

	#center {

		float: none !important;

		width: 100% !important;

		margin-bottom: 10px;

		margin-right: 0px;

	}

	#side {

		float: none !important;

 		border: 0px;

		margin-bottom: 5px;

		width: 100% !important;

	}

}

@media screen and (min-width: 320px) and (max-width: 479px) {

	#center {

		float: none !important;

		width: 100% !important;

		margin-bottom: 10px;

		margin-right: 0px;

	}

	#side {

		float: none !important;

 		border: 0px;

		margin-bottom: 5px;

		width: 100% !important;

	}

	.contents img {

		float: none;

		margin: 0 !important;

		padding: 0 !important;

		max-width: initial !important;

		width: 100% !important;

		border: 0px !important;

	}

	.contents_info img {

		float: none;

		margin: 0 !important;

		padding: 0 !important;

		width: 100% !important;

		border: 0px !important;

	}

}

/* 319px以下用（モバイル用）の記述 */

@media screen and (max-width: 319px) {

	#center {

		float: none !important;

		width: 100% !important;

		margin-bottom: 10px;

		margin-right: 0px;

	}

	#side {

		float: none !important;

 		border: 0px;

		margin-bottom: 5px;

		width: 100% !important;

	}

	.contents img {

		float: none;

		margin: 0 !important;

		padding: 0 !important;

		width: 100% !important;

		max-width: initial !important;

		border: 0px !important;

	}

	.contents_info img {

		float: none;

		margin: 0 !important;

		padding: 0 !important;

		width: 100% !important;

		border: 0px !important;

	}

}