@charset "utf-8";

/************************************************
 Reset
*************************************************/
/*
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%

*/

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;
}
#column #article ul.list_style_disk li {
    margin-left:0;
    padding:0;
}
#column #article ul.list_style_disk li::before {
	background:none;
}

ol {
    margin: 0 0 20px 30px;
}

ol li {
    list-style-position: outside;
    list-style-type: decimal;
    padding-left:10px;
    overflow: visible;
}

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
-------------------------------------------------- */

body {
	font-family: "Lato", "Meiryo", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
	background-color:#f9f4e2;
	color: #333333;
    -webkit-text-size-adjust: 100%;
}

.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
input[type=text] {
  font-size: 16px;
  transform: scale(0.8);
}
/*iOSでは、入力フォームにフォーカスすると、自動でビューポート(ズーム値)を調整する。この自動調整を防ぐため、フォントサイズを16px以上に設定。*/
input[type=text] {
  font-size: 16px!important;
  transform:scale;
}

/*
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%

*/

/************************************************
 Anchor
************************************************/

a {
	outline: none;
	text-decoration: none;
	color: #0066ff;
}

a:link {
	color: #0066ff;
}

a:visited {
	color: #636;
}

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 {
    }
}

/************************************************
 common
************************************************/
.clear {
    clear: both;
}
#contents .bread {
	font-size: 87.5%;
	margin-bottom: 10px;
}
#contents .bread ul {
	margin:0;
}
#contents .bread ul li {
	margin-bottom:0;
	float: left;
	line-height: 1.8em;
}
/*#contents .bread ul li.sep {
	margin: 0 5px;
	display: block;
	color: #6C6C6C;
}*/
#contents .bread ul li {
    background: rgba(0, 0, 0, 0) url("../images/common/icon_breadcrumb.gif") no-repeat scroll left center;
    float: left;
    margin-left: 10px;
    padding-left: 12px;
}
#contents .bread ul li::before {
    background: none;
}

#contents .bread ul li.topPage {
    background: rgba(0, 0, 0, 0) url("none") repeat scroll 0 0;
    margin-left: 0;
    padding-left: 0;
}
#contents .bread ul li a {
	display: block;
}

#contents .category_title {
    background:#fff;
    padding:20px 0 20px 25px;
    margin-bottom:20px;
	clear:both;
}
#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;
}
#column .main_title {
    /*border-bottom: 3px solid #050c8a;*/
    padding-bottom:5px;
    font-size:120%;
    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:14px;
    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/i_arrow_15-10.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;
}
.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/i_arrow_15-10.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: 5px;
    top: 5px;
	padding-right: 5%;
}
.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*/ {
    padding-left:18px;
    background: url(../images/common/i_arrow_10-7.png) no-repeat left center;   
}
.link_list_a li,
#newinfo.section .box ul li {
    padding-left:18px;
    background: url(../images/common/i_arrow_10-7.png) no-repeat left 7px;
    margin-bottom:7px;
}

/*.category_2nd ul li {
    margin-bottom: 18px;
    padding-bottom: 3px;
    padding-left: 120px;
}*/
.category_2nd ul li .text_back_skyblue {
    
}
/*.category_2nd ul li .keisaidate {
    padding-left:1em;
    color:#666;
    font-size:90%;
}*/
.text_back_skyblue {
    color:#666;
    font-weight:bold;
}

.text_brown{
	 color:#993300;
}

#column #article .mark_labelA {
    display:inline-block;
    background:#00a0d5;
    padding:4px 15px;
    color:#fff;
    font-weight: normal;
    font-size: 87.5%;
	border:none;
}
#side .section .box li a {
    display: block;
    background-position: left 8px;
}
#side .section .relative {
    position: relative;
}
#side .section h3 {
    margin: 15px 0 10px 0;
    font-size: 100%;
}
#side .section .box .link_list_right_top {
    position: absolute;
    right: 5px;
    top: 3px;
}
#side .section .box .link_list_right_top a {
    padding-left:18px;
    background: url(../images/common/i_arrow_10-7.png) no-repeat left center;   
}

/* 768px未満の記述
------------------*/
@media screen and (max-width:767px){
    #contents {
    }
    #column {
        padding:0 15px;
    }
    .body {
        margin-bottom:15px;
    }
    #contents .bread {
    }
	.category_2nd ul li .label_useful,
	.category_2nd ul li .label_doga,
	.category_2nd ul li .label_kurashinoqa,
	.category_2nd ul li .label_kurashinosodan,
	.category_2nd ul li .label_tokusyu,
	.category_3rd ul li .label_useful,
	.category_3rd ul li .label_doga,
	.category_3rd ul li .label_kurashinoqa,
	.category_3rd ul li .label_kurashinosodan,
	.category_3rd ul li .label_tokusyu {
    display:block;
	}
	.category_2nd ul li.new_contents div.new_label,
	.category_3rd ul li.new_contents div.new_label {
	    display: block;
        position: absolute;
        top: 0.5em;
		/*left: 0;NEWラベル左寄せのときはこちら*/
		/*width:15%;NEWラベル左寄せのときはこちら*/
        right: 70%;/*NEWラベル右寄せのときはこちら*/
		max-width:15%;/*NEWラベル右寄せのときはこちら*/
		padding:0;
		background:none;
	}	
/*.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%;
}
.cm .box.left,
.tv .box.left {
	width:48%;
	}
.cm .box.right,
.tv .box.right {
	width:48%;
	}
.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;
}
    .pc_none {
        display: none;
    }
}

/************************************************
 フローティングメニュー
*************************************************/

/* 768px以上の記述
------------------*/
@media screen and (min-width:768px){
    #floating_category {display: none;}
    #floating_category_btn {display: none;}
    #sp_footer_nav {display: none;}
}
/* 768px未満の記述
------------------*/
@media screen and (max-width:767px){
    #floating_category {
        position: fixed;
        bottom: 150px;
        right: 20px;
        z-index:10002;
        border: 2px solid #ddd;
        padding: 1em;
        background: #fff;
        border-radius: 8px;
    }
/*フローティングボタンの縮小機能*/	
/*	.change_floating_category{
	padding-left:24px;
	line-height:1.6;
	position:relative;
}
.change_floating_category:before{
	content:"－";
	font-size:200%;
	display:block;
	width:32px;height:32px;
	border-radius:16px;
	background:#0060D7;
	color:#fff;
	line-height:32px;
	text-align:center;
	position:absolute;
	right:0;
	top:5px;
}

#floating_category  .change_floating_category p {
	text-indent:-9999px;	
}*/


/*フローティングボタンの縮小機能*/
/* バツを描く */
.change_floating_category {
  position: relative;
  width: 15px;
  height: 15px;
  border: 3px solid #1170d6;
  float:right;
  
}
.change_floating_category::before,
.change_floating_category::after {
  position: absolute;
  top: 40%;/*50％にすると微妙に下にずれるため40％に設定*/
  left: 0;
  content: "";
  display: block;
  width: 15px;
  border-top: 4px solid #1170d6;
}
 
.change_floating_category::before {
  transform: skewY(-45deg);
}
 
.change_floating_category::after {
  transform: skewY(45deg);
}
#floating_category  .change_floating_category p {
	text-indent:-9999px;
	}	
/*フローティングボタンの縮小機能ここまで*/
    #floating_category_btn {
        position: fixed;
        bottom: 170px;
        right: 26px;
        z-index:9999;
        width: 66px;
    }
    #floating_category h3 {
		clear: both;
        font-weight: normal;
    }
    #floating_category h4 {
        font-weight: bold;
        margin: 0.3em 0;
    }
    #floating_category li {
        padding-top: 8px;
    }
    #floating_category li a {
        padding-left:17px;
        background: url(../images/common/i_arrow_10-7.png) no-repeat left center;   
    }
    #floating_category #ct1_kurashi_anzen { display: none;}
    #floating_category #ct1_saigai_kokuminhogo { display: none;}
    #floating_category #ct1_syaho_zei { display: none;}
    #floating_category #ct1_kokusai_kanko { display: none;}
    #floating_category #ct1_keizai_keiei_rodo { display: none;}
	#floating_category #ct1_syogainoarukata { display: none;}

    #floating_category #ct1_kurashi_anzen.display_block { display: block;}
    #floating_category #ct1_saigai_kokuminhogo.display_block { display: block;}
    #floating_category #ct1_syaho_zei.display_block { display: block;}
    #floating_category #ct1_kokusai_kanko.display_block { display: block;}
    #floating_category #ct1_keizai_keiei_rodo.display_block { display: block;}
    #floating_category #ct1_syogainoarukata.display_block { display: block;}
    #sp_footer_nav {
        position: fixed;
        bottom: 0;
        z-index:9998;
        background: #fff;
        width: 100%;
        border-top: 1px solid #ccc;
    }
    #sp_footer_nav a {
        color: #333;
    }
    #sp_footer_nav ul li {
        float: left;
        width: 33%;
		height: 18px;
        text-align: center;
        font-size: 12px;
		position:relative;
    }
    #sp_footer_nav ul li.access_ranking {
        background: url(../images/common/sp_footer_nav_01.png) no-repeat center 5px;
        background-size: 40px 40px;
        padding-top:45px;
    }
    #sp_footer_nav ul li.access_ranking_doga {
        background: url(../images/common/sp_footer_nav_02.png) no-repeat center 5px;
        background-size: 35px 35px;
        padding-top:45px;
    }
    #sp_footer_nav ul li.koshin_joho {
        background: url(../images/common/sp_footer_nav_03.png) no-repeat center 5px;
        background-size: 35px 35px;
        padding-top:45px;
    }
	#sp_footer_nav ul li a {
        display:block;
        width:100%;
        height:45px;
        text-align:center;
        padding-top:45px;
		position:absolute;
		top:0;
				}
    #access_ranking,
    #access_ranking_doga,
	#koshin_joho,
    #newinfo {
        margin-top: -62px;
        padding-top: 62px;
    }
}

/************************************************
 main
************************************************/

#main {
	padding: 15px;
}
#side .ranking .small_text {
    margin: 0 0 10px;
}
#side .ranking li {
    border-top: 1px solid #ddd;
    padding-top: 15px;
    padding-bottom: 15px;
}
#side .ranking a {
    text-decoration: none;
    color: #333;
}
#side .ranking .content_title {
    line-height: 1.8em;
    padding-left:20px;
    color: #0066ff;
    float: right;
}
#side .ranking .keyword,
#side .ranking .keisaidate {
    float: right;
	font-size:112.5%;
}
#side .ranking li:after {
	content: "";
	display: block;
	clear: both;
}
#side .ranking li .img_left {
    float: left;
}
#side .ranking li::before {
    background:none;
}
/* 768px未満の記述
------------------*/
@media screen and (max-width:767px){
    #side li .img_left {
        float: left;
        width: 30%;
    }
    #side .ranking .keyword {
        width: 64%;
    }
    #side .ranking .content_title {
        width: 64%;
        padding-left:0px;
    }
    #side .ranking .content_title {
        background: none;
        line-height: 1.2em;
    }
	
}

/* 768px以上の記述
------------------*/
@media screen and (min-width:768px){
	#main {
		float: left;
		width: 717px;
		padding: 0;
	}
    #side li .img_left {
        float: left;
        width: 30%;
    }
    #side .ranking .keyword {
        width: 64%;
		line-height:1.1;
		margin-bottom:5px;
    }
    #side .ranking .content_title  {
        width: 64%;
        padding-left:0px;
    }
    #side .ranking .content_title  {
        background: none;
        line-height: 1.3;
    }
}




/************************************************
 side
************************************************/


#side .section {
	margin-bottom: 15px;
}

#side .section h2 {
    font-size:1.25em;
    margin-bottom:0;
    padding-bottom:5px;
    font-weight:normal;
}
#side .section h2 {
font-size:1em;
}
#side .section h2.small {
	font-size: 92%;
}
#side .section .box {
    border-top: 2px solid #050c8a;
    background:#fff;
    padding:10px;
}


#side .section.list ul,
#side .section.list2 ul,
#side .section.ranking .box.access_ranking ul,
#side .section .box ul {
	margin: 0;
}
#side .section.list ul li {
	position: relative;
	padding: 3px 0 10px 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: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 .section.ranking .box.access_ranking ul li {
padding:15px 0;	
}

#side .section li,
#side .section p {
	font-size: 90%;
    margin-bottom:1em;
}
#column #side #newinfo.section .box p.date,
#column #side #koshin_joho.section .box p.update,
#column #side #access_ranking_doga.section.ranking .box.access_ranking p.update,
#column #side #access_ranking.section.ranking .box.access_ranking p.update {
	margin:0 0 1em!important;
	}

#side .section .box ul li {
	padding:0;
}
#side .section .box ul li a {
    background-position: left 8px;
    display: block;
}
#side #koshin_joho.section .box ul li::before,
#side #newinfo.section .box ul li::before,
#side #back_number.section .box ul li::before {
	background:none;
}
#side #newinfo.section .box ul li,
#side #List_Category_Useful.section .box ul li,
#side #List_Fusho_Useful .box ul li,
#side #List_Category_Kurashinoqa .box ul li,
#side #List_Fusho_Kurashinoqa .box ul li,
#side #List_Category_Kurashinosodan .box ul li,
#side #List_Fusho_Kurashinosodan .box ul li,
#side .section.list .box ul li,
#side #back_number.section .box ul li {
    background: rgba(0, 0, 0, 0)  url(../images/common/i_arrow_10-7.png) no-repeat scroll left 8px;
    padding-left: 18px;
}
#side #List_Fusho_Useful .box ul li::before,
#side #List_Category_Useful.section .box ul li::before,
#side #List_Fusho_Useful.section .box ul li::before,
#side #List_Category_Kurashinoqa.section .box ul li::before,
#side #List_Fusho_Kurashinoqa.section .box ul li::before,
#side #List_Category_Kurashinosodan.section .box ul li::before,
#side #List_Fusho_Kurashinosodan.section .box ul li::before,
#side .section.list .box ul li::before,
#side .section.list .box ul li a::before {
    background: none;
}
#side .ranking p.label {
	color: #777777;
	font-size: 90%;
	padding: 10px 15px 0;
}

/*カテゴリアイコン　side用*/
#side ul li .label {
padding: 2px 4px 2px 20px;
display: inline-block;
position: relative;
bottom: 0;
left: 0;
background: url(../images/common/i_arrow_11-7_white.png) no-repeat scroll 2px 6px;
color: #0066ff;
}
#side ul li .label a.square_btn,
#side #koshin_joho.section .box ul li .label.survey a {
color: #fff;
font-size: 81.3%;
}
#side ul li .label a.square_btn:hover {
opacity: 0.9;
}

#side ul li .label.tokusyu {background-color:#997730;}
#side ul li .label.useful {background-color:#476920;}
#side ul li .label.doga {background-color:#75443C;}
#side ul li .label.kurashinosodan {background-color:#0E7AC4;}
#side ul li .label.kurashinoqa {background-color:#0E7AC4;}
#side ul li .label.pr {background-color:#0077F0;}
#side ul li .label.publication {background-color:#363947;}
#side ul li .label.calendar {background-color:#363947;}
#side ul li .label.survey {background-color:#363947;}

#side .section .box ul li ul li {
	font-size:100%;}
 
/*カテゴリアイコン　side用 ここまで*/

/* 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%;
    }
    .list_block li {
        position: relative;
    }

}

/*サイドエリアの一部を「もっと見る」で表示非表示を切り替える。
PC版・スマホ版両方で作動。*/

#side .on-off {
	display: none;
}

#side .on-off + label + ul {
	display: none;
}
#side .on-off + label + ul + label {
	display: none;
}

#side .on-off:checked + label {
	display: none;
}
#side .on-off:checked + label + ul {
	display: block;
}
#side .on-off:checked + label + ul + label {
	display: block;
}
#side .more_area label {
    text-align: center;
    display: block;
    margin: 10px auto;
}
#side .more_area label img {
	cursor: pointer;
}
#side .more_area label img:hover {
	opacity: 0.7;
}

#side .more_area ul {
	margin-top: 0 !important;

}
#ptop #side .section h2,
#ptop #like_side .section .box h2,
#ptop #article .tile_area h2,
#ptop .etc_block .tile h2.title {
	font-size: 1.25em;
    font-weight: bold;
    margin: 0 0 0.5em;
    padding:10px;
	background-color:#dde9f5;
}
#side .section .box h2 span.addition {
	font-size: 75.0%;
	font-weight:normal;
}
#side .box ul li.top_border {
    border-top: 1px dotted #ccc;
}

/*以下　見出し内の「アーカイブ」ボタン*/
#side .btn {
  display: inline-block;
 /* width: 120px;
  height: 28px;*/
  /*text-align: center;*/
  /*line-height: 50px;*/
  font-size: 62.5%;
  background: #fff;
  font-weight: normal;
  text-decoration: none;
  border-radius: 5px;
  border:solid 1px #ccc;
  padding: 5px;
  float:right;
}

#side .btn span{
  color: #383838;
  position: relative;
  padding-left: 20px;
}
#side .btn span::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 7px;
  border-top: 2px solid #383838;
  border-right: 2px solid #383838;
  transform: rotate(45deg);
  margin-top: -5px;
}


/* 768px未満の記述
------------------*/
@media screen and (max-width:767px){	
#side.section .box,
#ptop #like_side #koshin_joho.section .box,
#ptop #like_side #newinfo.section .box,
#side#access_ranking_doga.section.ranking .box.access_ranking {
    background: #fff none repeat scroll 0 0;
    border-top: 2px solid #050c8a;
    padding: 20px;
	 position: relative;
}

#access_ranking, #access_ranking_doga, #koshin_joho, #newinfo {
    margin-top: -62px;
    padding-top: 62px;
}

#side.section.ranking div.box ul {
	margin: 0 0 30px;}
	/*#ptop #article ul li::before {
    background-image: none;*/
}


#ptop #like_side .section li,
#ptop #like_side .section p {
    font-size: 90%;
    margin-bottom: 1em;
}
#side.ranking li {
    border-top: 1px solid #ddd;
	margin:0 0 1em;
    padding: 15px 0;
	}
	
#side.section h2,
#ptop #like_side .section .box h2,
#ptop #article .tile_area h2,
#ptop .etc_block .tile h2.title {
	font-size: 1.25em;
    font-weight: bold;
    margin: 0 0 0.5em;
    padding:10px;
	background-color:#dde9f5;
}

/*以下　見出し内の「アーカイブ」ボタン*/
#side .btn {
  display: inline-block;
 /* width: 120px;
  height: 28px;*/
  /*text-align: center;*/
  /*line-height: 50px;*/
  font-size: 62.5%;
  background: #fff;
  font-weight: normal;
  text-decoration: none;
  border-radius: 5px;
  border:solid 1px #ccc;
  padding: 5px;
  float:right;
}

#side .btn span{
  color: #383838;
  position: relative;
  padding-left: 20px;
}
#side .btn span::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 7px;
  border-top: 2px solid #383838;
  border-right: 2px solid #383838;
  transform: rotate(45deg);
  margin-top: -5px;
}


#ptop #like_side .section h3 {
    font-size: 100%;
    margin: 15px 0 10px;
}
#ptop #like_side .section .box .link_list_right_top {
    position: absolute;
    right: 5px;
    top: 3px;
	    font-size: 90%;
    margin-bottom: 1em;
}
#ptop #like_side .section .box .link_list_right_top a {
    background: rgba(0, 0, 0, 0)  url(../images/common/i_arrow_10-7.png) no-repeat scroll left center;
    padding-left: 18px;
}
#ptop #like_side .section .box li a {
    background-position: left 8px;
    display: block;
}
}
/************************************************
 以下　common2016.css　の747行目以下を貼り付け
 必要に応じて削除またはコメントアウトをします。
 
 ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓
************************************************/


/************************************************
 左カラムに<body>のclassを縦に複数配置するレイアウト
*************************************************/

.tandem_block {
    margin: 0 0 12px;
}
.tandem_block .block {
    margin: 0 0 30px;
	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;
}	

/*別ウィンドウアイコンを表示したくない画像（バナー等）は下記にセレクタを追加してください*/
.bn_block img.tBlank,
.tile a img.tBlank,
/*.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,
#column #side .section.list div.box 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.table_normal.table_top th,
table.table_normal.table_top td {
	vertical-align:top;
}
table.table_normal.table_td_right td {
	text-align:right;
}
	
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;
}
table caption {
	margin-bottom:1em;
	font-weight:bold;
}

/************************************************
 スマホ時（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;
}


/************************************************
角丸
************************************************/
div.kadomaru_green {
   -moz-border-radius: 20px;    /* 古いFirefox用 */
   -webkit-border-radius: 20px; /* 古いSafari,Chrome用 */
   border-radius: 20px;         /* CSS3の書き方 */
   /*border: 3px green solid; */    /* 枠線の装飾 */
   background-color: #ccffcc;   /* 背景色 */
}

div.kadomaru_orange {
   -moz-border-radius: 20px;    /* 古いFirefox用 */
   -webkit-border-radius: 20px; /* 古いSafari,Chrome用 */
   border-radius: 20px;         /* CSS3の書き方 */
   /*border: 3px green solid; */    /* 枠線の装飾 */
   background-color: #ffcc99;   /* 背景色 */
}

/************************************************
日付ボタン
************************************************/
.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;
}
#column .questionnaire {
    clear:both;
    border:1px solid #ccc;
}
#column .questionnaire #insert_title {
    display:none;
}
#column .questionnaire h2 {
    border-bottom:1px solid #ccc;
    font-weight:normal;
    font-size:1.0em;
    padding:7px 15px;
    background:#f4f4f4;
	color:#333;
	margin:0;
}
#column #insert_questions dl {
	margin-bottom:10px;
}
#column #insert_questions dt {
    margin:0 0 0.5em;
	font-weight:bold;
}
#column #insert_questions dl dd fieldset legend {
	display:none;
}
#column #insert_button {
    text-align:center;
    margin:2em 0 1em;
}
#column #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){
    #column #insert_container {
        padding:1em 2em;
    }
}

/* 768px未満の記述
------------------*/
@media screen and (max-width:767px){
	#column .questionnaire {
    padding:0;
}
    #column .questionnaire #insert_container form #insert_questions dl {
	padding:0.5em;
	}

    #column .questionnaire #insert_container form #insert_questions dl dd label:after {
        content: "\A";
        white-space: pre;
    }
	
	#column .questionnaire #insert_container form #insert_questions dl dd {
    margin:0;
}
}



/************************************************
 パンくず
************************************************/

#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;
}

/************************************************
↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑

 common2016.css　の747行目以下を貼り付け　ここまで
 必要に応じて削除またはコメントアウトをします。
************************************************/

/************************************************
SNSボタン
************************************************/
.socialBar ul  {
    text-align: right;
    width: auto;
}

.socialBar ul li {
    display: inline-block !important;
	background: none !important;
    margin: 10px auto;
    padding-left: 18px;
	line-height:1.3em;
}

.socialBar ul li::before {
	background: none;
}
.fb_iframe_widget > span {/*いいねボタンだけが下にずれてしまう時の修正方法*/
  vertical-align: baseline !important;
}

/* 768px以上の記述
------------------*/
@media screen and (min-width:768px){
.socialBar {
    margin-top: 15px;
    text-align: right;
}
.socialBar ul li {
    margin: 15px auto;
}
}
