/*

Theme Name: assist88537

Theme URL: http://www.hiphoppress.com

Author: Assist

Author URI: http://www.hiphoppress.com

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%;

}

a {

	color: #ff0000;

	text-decoration: none;

}

a:hover {

	color: #696969;

}

body {

	background: #ffe4b5;

	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;

	color: #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;

}

/*--------------------------

	wrap

----------------------------*/

#wrap {

	padding: 5px !important;

	margin: 0 auto 100px;

	max-width: 1000px;

	text-align: center;

}

.top_title {

	color: #000;

	font-size: 20px;

	text-shadow: 5px 5px 1px #a9a9a9;

	font-weight: bold;

}

.side_title {

	background: #000000;

	color: #fff;

	font-size: 15px;

	padding: 5px 13px !important;

	text-align: left;

	font-weight: bold;

}

.side_title a {

	color: #fff !important;

	display: block;

}

.side_title a:hover {

	color: #d3d3d3 !important;

}

#top {

	float: right;

	width: 70%;

}

#side {

	float: left;

	width: 29%;

}

#side p {

	margin: 0px;

}

/*--------------------------

	 block

---------------------------*/

.block {

	font-size: 16px;

	padding: 5px;

	background: #fff;

	border: 2px solid #c0c0c0;

	margin-bottom: 5px;

}

.block>p {

	line-height: 1.5;

	letter-spacing: 2px;

	margin: 0;

	text-align: left;

}

.block img {

	border: 2px solid #c0c0c0;

	float: right;

	margin-left: 5px;

	margin-top: 5px;

	max-width: 100%;

	padding: 2px;

}

.block li a {

	display: block;

	font-size: 14px !important;

	padding: 3px;

	margin-top: 5px;

	text-align: left;

	border: 2px solid #c0c0c0;

	color: #000;

	background: #ffdab9;

}

.block li a:hover {

	background: #fa8072;

}

/*--------------------------

	footer

---------------------------*/

footer {

	background: #8b0000;

	color: #fff;

	padding: 10px 0;

	text-align: center;

	bottom: 0;

	position: absolute;

	width: 100%;

}

/*--------------------------

	パンくずリスト

----------------------------*/

ol {

	margin: 0;

	color: #fff;

	text-align: left;

	margin-bottom: 5px !important;

	background: #8b0000;

}

.breadcrumbs li {

	display: inline-block;

	margin: 2px 2px 0;

}

.breadcrumbs li::after {

	content: "- ";

	margin-left: 0.5em;

}

.breadcrumbs li:last-child::after {

	display: none;

}

.breadcrumbs li a {

	color: #ff0000 !important;

}

/*--------------------------

	Media Queries

---------------------------*/

/* 321px - 767px以下用（スマホ-タブレット用）の記述 */

@media screen and (min-width: 0px) and (max-width: 500px) {

	.block img {

		width: 98% !important;

	}

}

/* 321px - 767px以下用（スマホ-タブレット用）の記述 */

@media screen and (min-width: 0px) and (max-width: 767px) {

	#top {

		width: 100%;

	}

	#side {

		width: 100%;

		margin-bottom: 10px;

	}

}