@charset "utf-8";
/* CSS Document */

@media print{



.pc_off {display: none;}

/*共通項目*/

body{
	width:100%;
	color:#333;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	margin: 0;
	padding: 0;
}

.contents{
	width:960px;
	height:auto;
	margin:0px auto;
	overflow:hidden;
}

h2.cms_h2{
	font-size:20px;
	width:900px;
	height:110px;
	line-height:110px;
	margin:0px auto;
	padding:0px 0px 0px 0px;
	text-indent:50px;
	background: url(../img_cms/h2_bg.jpg) no-repeat;
}

.cms_color{
	background:url(../img_cms/color.gif);
}

.cms_back{
	width:900px;
	text-align:left;
	margin:20px auto 0px auto;
	padding:0px 0px 0px 0px;
}

.cms_back a{
	color:#004CD3;
	font-size:12px;
	line-height:18px;
}

.cms_back a:hover{
	text-decoration:none;
	color: #999999;
}
.float_r {	float: right;}
.float_l {	float: left;}
.clear {	clear: both;}

.grouppaging {
	text-align: center;
}

.grouppaging li {
	display: inline-block;
}

.grouppaging a {
	width: 30px;
	height: 35px;
	display: block;
	background: #eeeeee;
	text-align: center;
	padding-top: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin-right: 5px;
}

.grouppaging a:hover {
	background: #aaaaaa;
}




.access {
	width: 900px;
	margin: 30px auto;
	font-size: 13px;
}

.access ul {
	width: 900px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.access li {
	overflow: hidden;
}

.access_btn {
	width: 900px;
	text-align: right;
}

.access_btn button {
	background: #ddd;
	color: #000;
	padding: 10px 30px;
	font-weight: bold;
	border: none;
	letter-spacing: 5px;
	cursor: pointer;
	margin-bottom: 20px;
}

.access_btn button:hover {
	background: #999;
	color: #fff;
}

/* access アクセスマップ パターン1 */


.access_1 ul li {
	background: url(../img_cms/access_arrow.gif) no-repeat 50% 100%;
	padding-bottom: 120px;
	margin-bottom: 20px;
}

.access_1 ul li div {
	border: 1px solid #999999;
	overflow: hidden;
	padding: 10px;
}

.access_1 ul img {
	max-width: 400px;
	vertical-align: bottom;
}

.access_1 ul p {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	font-size: 17px;
}

.access_1_p1 {
	width: 400px;
}

.access_1_p2 {
	width: 470px;
}

.access_1 iframe {
	width: 900px;
	height: 750px;
}

}