﻿@charset "utf-8";

.page_title {
	background-image: url('../barrier_free/title_back.jpg');
}

#barrierfree_box {
	width: 820px;
	padding-bottom: 50px;
	text-align: center;
}

.copy {
	width: 820px;
	text-align: left;
}

#leftbox {
	float: left;
	display: inline;
	width: 550px;
}

#rightbox {
	float: left;
	display: inline;
	width: 200px;
}

#leftbox ul li {
	background-position: 0px 5px;
	text-align: left;
	list-style-type: none;
	background-image: url('../barrier_free/check_mark.gif');
	background-repeat: no-repeat;
	padding-left: 30px;
	margin-left: 30px;
	margin-bottom: 15px;
	line-height: 150%;
}

.caption {
	float: left;
	display: inline;
	width: 220px;
	font-size: 14px;
}

p.silverstar {
	width: 770px;
	text-align: left;
	font-size: 14px;
	padding-left: 30px;
	font-weight: normal;
	line-height: 150%;
	padding-bottom: 20px;
}


/* ■スマホ用CSS
--------------------------------------------------------------*/

/*スマホ用要素PC非表示*/
# {
	display: none;
}

/*スマホ用表示*/
@media screen and (max-width: 750px) {
	.page_title {
		width: 100%;
		height: 40px;
		background-position: right bottom;
		margin-top: 0;
		color: #fff;
		font-size: medium;
		font-weight: bold;
		padding-top: 0.5em;
		padding-left: 1em;
		box-sizing: border-box;
		font-family: "TBUDGothic E";
	}

	.catch {
		font-size: medium;
		line-height: 1.25em;
		margin: 1em auto;
		padding-left: 0.5em;
	}

	#main {
		width: 100%;
		box-sizing: border-box;
	}

	#barrierfree_box {
		width: 100%;
		box-sizing: border-box;
	}

	.copy {
		width: 100%;
		box-sizing: border-box;
	}

	p {
		width: 100%;
		box-sizing: border-box;
		padding-bottom: 5px;
		text-align: left;
		font-size: medium;
		padding-left: 0;
	}

	#leftbox {
		clear: both;
		width: 100%;
		box-sizing: border-box;
	}

	#rightbox {
		clear: both;
		width: 100%;
		box-sizing: border-box;
		margin: 0;
	}

	#leftbox ul li {
		background-position: 0px 0px;
		text-align: left;
		list-style-type: none;
		background-image: url('../barrier_free/check_mark.gif');
		background-repeat: no-repeat;
		padding-left: 1.5em;
		margin-left: 1em;
		margin-bottom: 15px;
		line-height: 150%;
	}

	.caption {
		width: 100%;
		box-sizing: border-box;
		font-size: small;
	}

	p.silverstar {
		width: 100%;
		box-sizing: border-box;
		font-size: medium;
		padding: 0 0.5em 1em 0.5em;
	}

	.side1em {
		padding: 0 1em;
	}

}