@charset "utf-8";

/************************************************
 Reset
*************************************************/

html, body {
	width: 100%;
}

body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd, form, fieldset img {
	margin: 0;
	padding: 0;
	word-break:normal;
	word-wrap: break-word;
}

ul {
	list-style: inside none none;
}
ul.list_style_disk {
    list-style-type:disc;
    list-style-position:outside;
    margin: 10px 0 10px 30px;
    padding-left:0;
}
ul.list_style_disk li {
    margin-left:0;
    padding-left:0;
}

ol {
    margin: 0 0 20px 30px;
}

ol li {
    list-style-position: outside;
    list-style-type: decimal;
    padding-left:10px;
    overflow: visible;
}
ol li ul li {
    list-style-type: disc;
}

img {
	border: 0;
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

td img {
	vertical-align: baseline;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset {
	border: 0;
}

input[type="submit"] {
	cursor: pointer;
}

/* --------------------------------------------------
Font size
-------------------------------------------------- */

/*
default font-size 16px

8px font-size: 50.0%
9px font-size: 56.3%
10px font-size: 62.5%
11px font-size: 68.8%
12px font-size: 75.0%
13px font-size: 81.3%
14px font-size: 87.5%
15px font-size: 93.8%
16px font-size: 100.0%
18px font-size: 112.5%
20px font-size: 125.0%
22px font-size: 137.5%
24px font-size: 150.0%
28px font-size: 175.0%
30px font-size: 187.6%

*/
body {
	font-family: "Lato", "Meiryo", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
	/*background-color:#e9eaed;*/
	background-color:#EFF0F2;
	color: #333333;
    -webkit-text-size-adjust: 100%;
}

.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/************************************************
 Anchor
************************************************/

a {
	outline: none;
	text-decoration: none;
	/*color: #0066ff;*/
	color: #0057D9;
}

a:link {
	/*color: #0066ff;*/
	color: #0057D9;
}

a:visited {
	/*color: #6D6D6D;*/
	color: #800080;
}

a:hover {
	color: #0033cc;
	text-decoration: underline;
	opacity: 0.75;
}

a:hover img {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
	opacity: 0.75;
}


/************************************************
 wrapper
************************************************/

#wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
}

/* 768px以上の記述
------------------*/
@media screen and (min-width:768px){
	#wrapper {
		min-width: 960px;
		margin: 0 auto;
	}

	.wrap {
		position: relative;
		width: 960px;
		margin: 0 auto;
	}

	#wrapper.top {
		min-width: 1200px;
		margin: 0 auto;
	}

	#wrapper.top .wrap {
		width: 1200px;
	}
}


/************************************************
 contents
************************************************/

#contents {
    padding:10px 0 30px;
}
.top #contents {
    padding:20px 0 40px;
}

/* 768px以下の記述
------------------*/
@media screen and (max-width:767px){
    #contents {
        margin-top:40px;
    }
}

/************************************************
 common
************************************************/

#contents .bread {
	/*font-size: 13px;*/
	font-size: 81.3%;
	margin-bottom: 10px;
}
#contents .bread ul li {
	float: left;
	line-height: 1.8em;
}
#contents .bread ul li.sep {
	margin: 0 5px;
	display: block;
	color: #6D6D6D;
}
#contents .bread ul li a {
	display: block;
}

#contents .category_title {
    background:#fff;
    border-left: 7px solid #050c8a;
    padding:5px 20px 10px 20px;
    margin-bottom:20px;
}
#contents .category_title h1 {
    font-size: 165%;
    font-weight: normal;
}
#contents .category_title p {
    color:#666;
    font-size: 85%;
}
#contents .sub_category_title {
    background:#fff;
    border-left: 7px solid #006eda;
    padding:7px 0 12px 20px;
    margin-bottom:20px;
    font-size: 130%;
    font-weight: normal;
    position:relative;
}
.main_title {
    border-bottom: 3px solid #050c8a;
    padding-bottom:5px;
    font-size:130%;
    font-weight: normal;
}
.second_title {
    font-size:130%;
    font-weight: normal;
}
.sub_title {
    font-size:90%;
    font-weight:bold;
    margin-bottom:1em;
}
.lead {
    font-size: 90%;
    margin-bottom:1em;
    text-align:left;
}
#column .body {
    background: #fff;
    padding:20px;
}
.block li {
	font-size:87.5%;
    padding-bottom:7px;
}

.list_style_main li a {
	padding-left: 18px;
	position: relative;
}
.list_style_main li a:before {
	content: "";
	background-image: url(../images/common/ico_arrow08.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 3px;
	left: 0;
	width: 12px;
	height: 12px;
	display: block;
}
.list_style_main li ul li {
	padding-left: 20px;
	font-size:100%;
}
.list_style_main li ul li:first-child {
	padding-top: 7px;
}
.list_style_main li ul li a {
	padding-left: 10px;
	position: relative;
}
.list_style_main li ul li a:before {
	content: "";
	background-image: url(../images/common/ico_arrow05.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 3px;
	left: 0;
	width: 8px;
	height: 14px;
	display: block;
}
.bn_content2 {
    position: relative;
}
.bn_content2 .link_btn_list {
    position: absolute;
    right:10px;
    top: 5px;
}
.small_text {
    font-size:0.8em;
}
.body.center {
    text-align:center;
}
.margin_top_1em {
    margin-top:1em;
}
.pos_relative {
    position:relative;
}
.link_text_a, .category_2nd a, .category_3rd a {
    padding-left:18px;
    background: url(../images/common/ico_arrow08.png) no-repeat left 5px;
}
.link_list_a li {
    padding-left:18px;
    background: url(../images/common/ico_arrow08.png) no-repeat left 5px;
    margin-bottom:7px;
}

.circle_list li {
    padding-left:18px;
    background: url(../images/common/ico_circle03.png) no-repeat left 5px;
    margin-bottom:7px;
}
.category_2nd ul li,
.category_3rd ul li {
    margin-bottom: 18px;
    padding-bottom: 3px;
    padding-left: 120px;
}
.category_2nd ul li .text_back_skyblue,
.category_3rd ul li .text_back_skyblue {

}
.category_2nd ul li .keisaidate,
.category_3rd ul li .keisaidate {
    padding-left:1em;
    color:#666;
    font-size:90%;
}
.category_2nd ul li.label_useful,
.category_3rd ul li.label_useful {
    background: url(../images/common/label_useful.gif)no-repeat scroll left 3px;
}
.category_2nd ul li.label_doga,
.category_3rd ul li.label_doga{
    background: url(../images/common/label_doga.gif)no-repeat scroll left 3px;
}
.category_2nd ul li.label_kurashinoqa,
.category_3rd ul li.label_kurashinoqa {
    background: url(../images/common/label_kurashinoqa.gif)no-repeat scroll left 3px;
}
.category_2nd ul li.label_kurashinosodan,
.category_3rd ul li.label_kurashinosodan {
    background: url(../images/common/label_kurashinosodan.gif)no-repeat scroll left 3px;
}
.category_2nd ul li.label_tokusyu,
.category_3rd ul li.label_tokusyu {
    background: url(../images/common/label_tokusyu.gif)no-repeat scroll left 3px;
}
.category_2nd ul li.label_shinsai,
.category_3rd ul li.label_shinsai {
    background: url(../images/common/label_shinsai.gif)no-repeat scroll left 3px;
}
.category_2nd ul li.label_kumamoto_jishin,
.category_3rd ul li.label_kumamoto_jishin {
    background: url(../images/common/label_kumamoto_jishin.gif)no-repeat scroll left 3px;
}
.category_2nd ul li.label_hp,
.category_3rd ul li.label_hp {
    background: url(../images/common/label_hp.gif)no-repeat scroll left 3px;
}
.text_back_skyblue {
    color:#666;
    font-weight:bold;
}


#side .box ul li.top_border {
    border-top: 1px dotted #ccc;
}
.socialBar {
    margin-bottom:1em;
	text-align: right;
}
.socialBar li {
    display:inline-block;
    margin-right:10px;
}
/*facebookのいいねボタンのみ他のSNSボタンよりも下にずれる現象への対策*/
.fb_iframe_widget > span {
  vertical-align: baseline !important;
}
.mark_labelA {
    display:inline-block;
    background:#00a0d5;
    padding:4px 15px;
    color:#fff;
    font-weight: normal;
    /*font-size:14px;*/
	font-size:87.5%;
}
img.img_border {
    border: 1px solid #ccc;
}
/* 768px以下の記述
------------------*/
@media screen and (max-width:767px){
    #contents {
        margin-top:40px;
    }
    #column {
        padding:0 15px;
    }
    .body {
        margin-bottom:15px;
    }
    #contents .bread {
        margin-top:30px;
    }
.category_2nd ul li .label_useful,.category_3rd ul li .label_useful,
.category_2nd ul li .label_doga,.category_3rd ul li .label_doga,
.category_2nd ul li .label_kurashinoqa,.category_3rd ul li .label_kurashinoqa,
.category_2nd ul li .label_kurashinosodan,.category_3rd ul li .label_kurashinosodan,
.category_2nd ul li .label_tokusyu,.category_3rd ul li .label_tokusyu {
    display:block;
}


.category_2nd a, .category_3rd a {
    background: none;
	padding-left: 0;
}

.category_2nd a span, .category_3rd a span {
    padding-left:18px;
    background: url(../images/common/ico_arrow08.png) no-repeat left center;
}



.category_2nd ul li {
    padding-left: 100px;
}
#contents .sub_category_title span {
    font-size:0.66em;
    line-height:1.5;
    display:block;
    margin-top:5px;
}
.sp_none {
    display:none;
}
}

/* 768px以上の記述
------------------*/
@media screen and (min-width:768px){
.box.left {
    float:left;
	width:50%;
}
.box.right {
    float:right;
	width:50%;
}
.l_block {
    width:48%;
    float:left;
}
.r_block {
    width:48%;
    float:right;
}
.l_block.width_wide {
    width:55%;
    float:left;
}
.r_block.width_narrow {
    width:41%;
    float:right;
}
.width_474 {
    width: 474px;
}
.width_231 {
    width:231px;
}
.small_text_07 {
    font-size:0.7em;
}
.small_text_075 {
    font-size:0.75em;
}
.section {
    margin-bottom:20px;
}
.f_left_w890 {
    float:left;
    width: 598px;
    margin:0.5em 0;
}
#contents .sub_category_title span {
    position:absolute;
    right:10px;
    top:14px;
    font-size:0.66em;
	display:block;
	font-size:80%;
}
}

/************************************************
 main
************************************************/

#main {
	padding: 15px;
}
/* 768px以下の記述
------------------*/
@media screen and (max-width:767px){
}

/* 768px以上の記述
------------------*/
@media screen and (min-width:768px){
	#main {
		float: left;
		width: 717px;
		padding: 0;
	}
}

/************************************************
 side
************************************************/


#side .section {
	margin-bottom: 15px;
}

#side .section h2 {
	border-bottom: 3px solid #050c8a;
    font-size:1.25em;
    margin-bottom:0;
    padding-bottom:5px;
    font-weight:normal;
}
#side .section h2.small {
	font-size: 92%;
}
#side .section .box {
    background:#fff;
    padding:10px;
}


#side .section.list ul,
#side .section.list2 ul {
	margin: 0;
}
#side .section.list ul li {
	position: relative;
	padding: 3px 0 10px 24px;
}

#side .section.list ul li ul li {
		padding: 3px 0 5px 24px;
}
#side .section.list ul li a:before {
	content: "";
	background-image: url(../images/common/ico_arrow08.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 6px;
	left: 4px;
	width: 20px;
	height: 20px;
	display: block;
}

#side .section.list ul li ul li a:before {
	background-image: url(../images/common/ico_arrow05.png);	
}
	
#side .section.list ul li:last-child a {
	border-bottom: none;
}

#side .section.list2 ul li {
	border-bottom: 1px solid #d3dee8;
}
#side .section.list2 ul li ul li {
	border-bottom: none;
}
#side .section.list2 ul li:last-child {
	border-bottom: none;
}

#side .section.list2 ul li a {
	line-height: 1.4;
	position: relative;
	padding: 3px 0 10px 24px;
	font-size: 90%;
	display: block;
}
#side .section.list2 ul li a:before {
	content: "";
	background-image: url(../images/common/ico_arrow03.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 11px;
	left: 10px;
	width: 20px;
	height: 20px;
	display: block;
}
#side .section.list2 ul li ul li a {
	line-height: 1.8em;
	position: relative;
	padding: 2px 15px 2px 38px;
	font-size: 90%;
	display: block;
}
#side .section.list2 ul li ul li a:before {
	content: "";
	background-image: url(../images/common/ico_arrow03.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 10px;
	left: 24px;
	width: 20px;
	height: 20px;
	display: block;
}

#side p.update {
	font-size: 81.3%;
    margin-bottom:1em;
}
#side .ranking p.label {
	color: #777777;
	font-size: 90%;
	padding: 10px 15px 0;
}

#side .ranking ul {
	margin: 10px 0 10px 5px;
}
#side .ranking ul li {
	padding: 0 0 0 27px;
	background-repeat: no-repeat;
	background-repeat: left top;
	font-size: 100%;
	margin-bottom: 5px;
    line-height:1.4;
    padding-bottom:7px;
}
#side .ranking ul li.rank01 {
	background-image: url(../images/common/ico_rank01.jpg);
}
#side .ranking ul li.rank02 {
	background-image: url(../images/common/ico_rank02.jpg);
}
#side .ranking ul li.rank03 {
	background-image: url(../images/common/ico_rank03.jpg);
}
#side .ranking ul li.rank04 {
	background-image: url(../images/common/ico_rank04.jpg);
}
#side .ranking ul li.rank05 {
	background-image: url(../images/common/ico_rank05.jpg);
}
#side .ranking ul li.rank06 {
	background-image: url(../images/common/ico_rank06.jpg);
}
#side .ranking ul li.rank07 {
	background-image: url(../images/common/ico_rank07.jpg);
}
#side .ranking ul li.rank08 {
	background-image: url(../images/common/ico_rank08.jpg);
}
#side .ranking ul li.rank09 {
	background-image: url(../images/common/ico_rank09.jpg);
}
#side .ranking ul li.rank10 {
	background-image: url(../images/common/ico_rank10.jpg);
}


/* 768px以上の記述
------------------*/
@media screen and (min-width:768px){
	#side {
		float: right;
		width: 231px;
		padding: 0;
	}
	#side .ranking p.label {
		font-size: 80%;
		padding: 5px 12px 0 12px;
		margin: 0;
	}
	#side .ranking ul li {
		font-size: 90%;
	}
    #side .section.list ul li {
        line-height: 1.4;
        font-size: 90%;
    }
}
/************************************************
 左カラムに<body>のclassを縦に複数配置するレイアウト
*************************************************/

.tandem_block {
    margin: 0 0 12px;
}
.tandem_block .block {
    margin: 0 0 12px;
	position:relative;
}
.tandem_block .block {

}
.tandem_block .block h2.main_title .link_btn_list {
    position: absolute;
    right: 0;
    top: 5px;
}

/* 768px以下の記述
------------------*/
@media screen and (max-width:768px){

}


/************************************************
 別ウィンドウアイコン
*************************************************/
/*
a[target="_blank"]:before {
    content:url(../images/common/ico_blank.png);
    margin:0 2px;
}*/
a[href$='.pdf']:after {
    content:url(../images/common/ico_pdf.png);
    margin:0 2px;
}

img.tBlank {
	padding: 4px 8px 0 0;
}
p.small_text img.tBlank {/*小さいテキスト内のアイコンのずれを調整しました*/
	padding: 4px 4px 0 0;
	margin-left:4px;
}	

/*別ウィンドウアイコンを表示したくない画像（バナー等）は下記にセレクタを追加してください*/
.banner_area img.tBlank,
.link_area img.tBlank,
.top.fontChange #contents.container .wrap #pickup .feature .bx-wrapper .bx-viewport #slide_disp .slide a img.tBlank,
 .bn_contents a img.tBlank,
 body#tokusyu img.tBlank,
#breadcrumb ul li a img.tBlank,
html body div#wrapper.fontChange div#contents.container div.wrap div#column.clearfix div#side.noprint div.section.list div.box div.pr_bnr a img.tBlank {
	display:none;
}

/************************************************
 ダウンロード（Adobeサイトへ） 
*************************************************/

#to_adobe_dl {
    background: #fff;
    padding:20px;
	margin-top:20px;

}

/* 768px以下の記述
------------------*/
@media screen and (max-width:768px){

#to_adobe_dl {
	text-align:center;
}
}


/************************************************
 ブロックレベル要素内のインライン要素の右寄せ・中央寄せ
************************************************/
.inline_center {
    text-align: center;
}

.inline_right {
    margin: 15px;
    text-align: right !important;
}

/************************************************
 PC版で右寄せ、スマホ版で下に移動しセンタリング
************************************************/

.imgOnOf {
    float: none;
    text-align: center;
    width: auto;
}

/* 768px以上の記述
------------------*/
@media screen and (min-width:768px){

.imgOnOf {
    float: right;
    margin: 0 2% 0;
}
}

/************************************************
 PC版で左寄せ、スマホ版で下に移動しセンタリング
************************************************/

.imgOnOf_left {
    float: none;
    text-align: center;
    width: auto;
}

/* 768px以上の記述
------------------*/
@media print, screen and (min-width:768px){

.imgOnOf_left {
    float: left;
    margin: 0 2% 0;
}
}


/************************************************
table
************************************************/
table.table_normal {
    border-collapse: separate;
    border-spacing: 2px;
    margin: 20px 0 30px;
	width:100%;
	-webkit-text-size-adjust: 100%; /*iPhone版Safariの文字サイズの自動調整をOFFにする*/
}

table.table_normal tbody tr th {
	background-color:#F7DFB8;
	font-weight:bold;
		padding:7px;
	}

table.table_normal tbody tr td {
	background-color:#EBEBEB;
	padding:7px;
	}
/* 768px以下の記述
------------------*/
@media screen and (max-width:767px){
	table.table_normal {
	font-size:90%;
	margin: 5px 0 5px;
	}
}

table.table_normal_center {
    border-collapse: separate;
    border-spacing: 2px;
    margin: 20px 0 30px;
	width:100%;
}

table.table_normal_center tbody tr th {
	background-color:#F7DFB8;
	font-weight:bold;
		padding:7px;
	}

table.table_normal_center tr td {
	background-color:#EBEBEB;
	text-align:center;
	padding:7px;
	}
	
table.back_number_table tr th,
table.back_number_table tr td {
	background-color:#EBEBEB;
}

table.table_list tr th,
table.table_list tr td {
	background-color:#FFFFFF;
    padding: 7px;
}

table.table_list tr th.nowrap {
	white-space:nowrap;
}

table.table_tvradio {
	border-bottom: dotted 2px #111111;
}
 
table.table_tvradio tr th {
	background-color:#FFFFFF;
	font-weight:bold;
	white-space:nowrap;
	text-align:left;
	vertical-align: top;
}

table.table_tvradio tr td {
	background-color:#FFFFFF;
	font-weight:normal;
	vertical-align: top;
}

table.table_tvradio tbody tr td.sub-th {
	white-space:nowrap;
}

table.table_tvradio tbody tr td a img {
	vertical-align: top;
	margin-left:1em;	
}

table.table_tvradio tr th.part_th {
	border:dotted 1px #EEEEEE;
	background-color:#EEEEEE;
}

.nowrap {
	white-space:nowrap;
}

/************************************************
 スマホ時（768px以下）に横スクロールバー表示
************************************************/

/* table向け*/

/* 768px以下の記述
------------------*/
@media screen and (max-width:767px){
	.yoko_scroll {
    overflow-x: auto;
	width: 100%;
	margin:30px auto;
	}
	.yoko_scroll::before {
	content: "←　スワイプしてスクロール　→";
    display: block;
    font-weight: bold;
    text-align: center;
	white-space:nowrap;
	font-size:90%;
	left: 20px;
	color:#050c8a;
    margin-top: -30px;
    position: absolute;
	} 
	.yoko_scroll::-webkit-scrollbar {
	 height: 10px;
	}
	.yoko_scroll::-webkit-scrollbar-track {
	border-radius: 5px;
	background: #eee;
	}
	.yoko_scroll::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #666;
	}
	.yoko_scroll table,
	.yoko_scroll p{
    width: 600px;
	}
}

/************************************************
中央揃え
************************************************/
.inline_center {
    text-align: center;
}

/************************************************
日付ボタン
************************************************/
.text_back_blue {
    background-color: #006dd9;
    color: #fff;
    margin-right: 0.5em;
    padding: 0 0.3em;
}


.img_right {
    display: inline;
    float: right;
}

.img_left {
    display: inline;
    float: left;
}


/***意見集約機能管理システム（三菱スペースソフトウェア製）に関する部分～埋め込み式　***/

#insert_container .skipmenu {
	display: none;
}
.questionnaire {
    clear:both;
    border:1px solid #ccc;
}
.questionnaire #insert_title {
    display:none;
}
.questionnaire h2 {
    border-bottom:1px solid #ccc;
    font-weight:normal;
    font-size:1.0em;
    padding:7px 15px;
    background:#f4f4f4;
}
#insert_questions dl {
	margin-bottom:10px;
}
#insert_questions dt {
    margin:0 0 0.5em;
	font-weight:bold;
}
#insert_questions dl dd fieldset legend {
	display:none;
}
#insert_button {
    text-align:center;
    margin:2em 0 1em;
}
#insert_button input {
    width:200px;
    font-size:100%;
    padding:7px;
    border:1px solid #050c8a;
    background:#fff;
    border-radius:4px;
}

/* 768px以上の記述
------------------*/
@media screen and (min-width:768px){
    #insert_container {
        padding:1em 2em;
    }
}

/* 768px以下の記述
------------------*/
@media screen and (max-width:767px){
	.questionnaire {

    padding:0.5em;
}

    .questionnaire #insert_container form #insert_questions dl dd label:after {
        content: "\A";
        white-space: pre;
    }
}



/************************************************
 パンくず
************************************************/

#breadcrumb {
	margin:0 auto 10px;
	max-width:960px;
}

#breadcrumb ul li {
	float: left;
	background: url(../img/common/icon_breadcrumb.gif) no-repeat left center;
	padding-left: 12px;
	margin-left: 10px;
	font-size: 92.4%;
}

#breadcrumb ul li.topPage {
	background: url(none);
	margin-left: 0;
	padding-left: 0;
}