@charset "UTF-8";


/*////////// global //////////*/

.trans li, .trans a {
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
}
.left {
	float:left;
}
.right {
	float:right;
}
.center {
	margin-right: auto;
	margin-left: auto;
}
.text_center {
	text-align:center;
}
.wrap {
	width:980px;
	margin:0 auto;
	padding:0 10px;
}
a {
	color:#000;
}
.line a  {
	text-decoration:underline;
}
.line a:hover {
	text-decoration:none;
}
.table {
	word-wrap:break-word;
}


/*////////// header //////////*/
#header {
	padding-bottom:30px;
}
#header .gnavi li.no_line {
	background-image:none;
}
#header .head_navi li {
	float:left;
	text-align:center;
	margin-left:10px;
}
#header .head_navi li a {
	width:100px;
	height:25px;
	line-height:25px;
	font-family: century gothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	color: #FFF;
	background-color: #000;
	display:block;
}
#header .head_navi li.fb a {
	background-color: #005195;
}
#header .head_navi li a:hover {
	background-color: #c62f1d;
}
#header .head_navi li.fb a:hover {
	background-color: #002f57;
}
#header .head_navi li.fb a img {
	margin-top:3px;
}
#header h2 {
	font-size: 12px;
	text-indent:15px;
	font-weight:bold;
	font-family: century gothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding:5px 0;
}
#header .logo_box {
	padding:0 0 30px;
}
#header .login_box {
	width:280px;
	background-color:#c62f1d;
	text-align:center;
	padding:15px 0;
	margin:25px 0 0;
}
#header .login_box h3 {
	font-size: 18px;
	color: #FFF;
	font-family: century gothic, "Helvetica Neue", Arial, Helvetica, sans-serif;
	padding-bottom:10px;
}
#header .login_box li {
	display:inline-block;
	margin:0 4px;
}
#header .login_box li a {
	font-size: 12px;
	color: #000;
	font-family: century gothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width:120px;
	height:34px;
	font-weight:bold;
	background-color:#fff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	text-align:center;
	line-height:34px;
	display:block;
}
#header .gnavi li {
	float:left;
	text-align:center;
	background-image: url(../images/bg_line_a.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
#header .gnavi li a {
	font-size: 12px;
	color: #000;
	font-family: century gothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	height:25px;
	font-weight:bold;
	text-align:center;
	line-height:25px;
	display:block;
	padding:0 19px 0 15px;
}
#header .gnavi li a:hover {
	color: #c62f1d;
}
#header .search_box {
	width:280px;
}
#header .search_box .search {
	float:left;
	display:block;
	width:205px;
	height:23px;
	border:1px solid #000;
}
#header .search_box .box {
	float:right;
	width:60px;
	padding-left:8px;
}
#header .search_box .submit {
	float:right;
}
#header .search_box p {
	font-size: 10px;
	color: #fff;
	float:left;
	line-height:25px;
}

/*////////// topic_pass //////////*/

#topic_pass {
	margin-bottom:30px;
}
#topic_pass .wrap ul {
	padding:10px 0 10px;
	border-top:1px solid #ccc;
}
#topic_pass li {
	display:inline-block;
	margin-right:7px;
}
#topic_pass li a {
	margin-right:7px;
	font-family: century gothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 16px;
}



/*////////// contents //////////*/

.special_box {
	overflow:hidden;
}
.cont_title {
	font-size: 20px;
	font-weight: bold;
	color:#c62f1d;
	margin-bottom:30px;
	padding:5px 15px;
	border-left:5px solid #c62f1d;
	background-color:#ffefef;
}
#left_contents .gray_area {
	background-color: #f1eff0;
	padding:15px;
	margin-bottom:15px;
}
#left_container {
	width:180px;
}
#right_container {
	width:780px;
}
#left_contents {
	width:650px;
}
#right_contents {
	width:280px;
}
#center_contents {
	width:480px;
}
#left_container > div {
	margin-bottom: 30px;
}
#left_contents .report_area h4 {
	font-size:18px;
	font-weight:bold;
	padding-bottom:5px;
}
#left_contents .report_area li {
	margin:0 0 5px;
	text-align:left;
	padding:10px;
	background-color:#fff;
	border:3px solid #fff;
}
#left_contents .report_area li:hover {
	border:3px solid #c62f1d;
}
#left_contents .report_area li table th {
	padding-right:15px;
}
#left_contents .report_area li table td {
	height:46px;
	min-height:46px;
}
#left_contents .report_area li h3 {
	font-size:14px;
	font-weight:bold;
}
#left_contents .report_area li h3.txt {
	line-height:20px;
	text-indent:-45px;
	padding-left:45px;
}
#left_contents .report_area li h3 .box {
	font-size:24px;
	font-weight:bold;
	display:inline-block;
	width:46px;
	height:46px;
	line-height:46px;
	text-align:center;
	color:#fff;
	margin-right:14px;
	vertical-align:middle;
}
#left_contents .report_area li h3 span {
	margin-right:15px;
	vertical-align:middle;
}
#left_contents .report_area li p {
	font-size:12px;
	line-height:18px;
	padding-top:10px;
}
#left_contents .report_area ul.no_hover li:hover {
	border:3px solid #fff;
}
.blue {
	background-color:#01aae0;
}
.txt_blue {
	color:#01aae0;
}
.red {
	background-color:#e85513;
}
.txt_red {
	color:#e85513;
}
.green {
	background-color:#93c41b;
}
.txt_green {
	color:#93c41b;
}
.orange {
	background-color:#f29b00;
}
.txt_orange {
	color:#f29b00;
}


/*////////// page nation //////////*/

p.pre_next {
	text-align:center;
	padding:10px 20px;
	background-color:#f1eff0;
}
p.pre_next span {
	font-size:13px;
	display:block;
}
p.pre_next span a {
	font-size:13px;
}
p.pre_next b {
	display: inline-block;
	font-size:13px;
	vertical-align:bottom;
}
.page_box p.pre_next span a {
	font-size:13px;
	margin:0;
}
.page_box p.pre_next a {
	margin:0 10px;
	font-size:16px;
}
.page_box p.pre_next b {
	margin:0 10px;
	font-size:16px;
	text-decoration:none;
}



/*////////// button //////////*/

p.btn_red a {
	font-size: 14px;
	padding:10px 0;
	margin:10px auto;
	background-color:#c62f1d;
	text-align:center;
	color:#FFF;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	font-weight: bold;
	display:block;
}


/*////////// social //////////*/

.sns_box {
	text-align:center;
	padding:10px 20px;
	border:1px solid #ddd;
}



/*////////// footer //////////*/

#footer {
	width:100%;
	min-width:980px;
	background-color: #f1eff0;
}
#footer .wrap {
	width:940px;
	padding:40px 30px 20px;
}
#footer h4 {
	font-family: century gothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	font-weight: bold;
	background-image: url(../images/bg_line_b.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 100%;
	padding-bottom: 20px;
	margin-bottom:20px;
}
#footer .left.inbox,
#footer .right.inbox {
	width: 400px;
}
#footer li {
	line-height:26px;
}
#footer li a:hover {
	color: #c62f1d;
}
#footer .right.inbox .left,
#footer .right.inbox .right {
	width: 50%;
}
#footer .bottom {
	padding: 50px 0 0;
	clear:both;
}
#footer .f_logo {
	padding: 0 0 5px;
}
#footer h2 {
	font-family: century gothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 10px;
}
#footer address {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 10px;
}
