﻿@charset "UTF-8";



/* 個人情報保護指針-----------------------------------------*/


#lead .column .section .section_comment_protection {

	margin: 10px 40px 0px 40px;

	line-height: 1.5;

	text-indent: 1em;
}
#lead .column .section .section_comment_list h3 {

	text-indent: 0.2em;
	color: #3366CC;
	font-size: 110%;

	padding-top: 10px;

	padding-left: 5px;
	border-bottom: 1px solid #3366CC;
}

#lead .column .section .section_comment_list ul {

	display: block;

	margin: 10px 10px 0px 10px;

	padding: 0px 10px 12px 10px;

	line-height: 1.5;

}

#lead .column .section .section_comment_list ul li {

	display: block;

	line-height: 1.5;

	list-style-position: outside;
	margin-left: 0;

	padding-left: 1em; /*1em(1文字)分、右に動かす*/

	text-indent: -1.5em; /*最初の行だけ1.5em(1文字)分、左に動かす*/

	list-style-type: none;

}

#lead .column .section .section_comment_list ul li .d1 {

	display: block;

	line-height: 1.5;

	margin-left: 0;

	list-style-type: none;

	padding-left: 0em;
	text-indent: 0em;

}

.to_top a {

	display: block;

	margin-left: 430px;

	padding: 8px 0 0 35px;

	background: url(../images/arrow_up.gif) 0 8px no-repeat;

	text-decoration: none;

}

