/*===========================================

		Article

===========================================*/
#article .w100{width:100%}
#article .w80{width:80%}
#article .w70{width:70%}
#article .w60{width:60%}
#article .w50{width:50%}
#article .w40{width:40%}
#article .w30{width:30%}
#article .w20{width:20%}

#article{
	clear: both;
	border: 1px #d1d1d1 solid;
	background-color: #fff;
	margin-bottom: 20px;
}
body#article{
	background:none;
	border:none;
	margin:0px;
	padding:0px;
}
#article .article_inner{
	background-color:#fff;
	padding: 0 12px 20px;
}
#article .center {
	text-align: center;
}
#article .error{
	color:#C01415;
}
#article .btn {
	padding: 8px 10px;
	border-style: solid;
	border-width: 1px;
	line-height: 14px;
	border-radius: 2px;
}

/* リスト */
#article ul{
	list-style: disc;
	list-style-position: inside;
}
#article ul.link{
	list-style: none;
}
#article ul.link li{
	background: url(../img/arrow01_pc.png) no-repeat 0 2px;
	padding-left: 23px;
}
.black #article ul.link li,
.blue #article ul.link li{
	background: url(../img/arrow01_pc2.png) no-repeat 0 2px;
}
#article ol{
	list-style: decimal;
	list-style-position: inside;
}

/* リンク */
#article ul li a{
	color: #AD773D;
}
#article ul li a:hover {
	text-decoration: none;
}
#article ul li a[href$=".pdf"]{
	display: inline-block;
	list-style: none;
	background: url(../img/icon_pdf.gif) no-repeat right center;
	padding-right: 21px;
}
#article ul li a[href$=".xls"],
#article ul li a[href$=".XLS"],
#article ul li a[href$=".xlsx"]{
	display: inline-block;
	list-style: none;
	background: url(../img/icon_xls.gif) no-repeat right center;
	padding-right: 21px;
}
#article ul li a[href$=".doc"],
#article ul li a[href$=".docx"]{
	display: inline-block;
	list-style: none;
	background: url(../img/icon_doc.gif) no-repeat right center;
	padding-right: 21px;
}
#article ul li a[href$=".ppt"],
#article ul li a[href$=".pptx"]{
	display: inline-block;
	list-style: none;
	background: url(../img/icon_ppt.gif) no-repeat right center;
	padding-right: 21px;
}
#article ul li a[href$=".wav"]{
	display: inline-block;
	list-style: none;
	background: url(../img/icon_wav.gif) no-repeat right center;
	padding-right: 21px;
}


/* 見出し */
#article h2{
	background: url(../img/bace_bg.png) repeat 0 0;
	font-size: 200%;
	color: #fff;
/*	margin-bottom:20px; */
}
.white #article h2{
	background: url(../img/bace_bg.png) repeat 0 0;
}
#article h2 span{
	display: block;
	background: url(../img/h2_obj01.png) no-repeat 95% 40%;
	padding: 15px 20px;
}
#article h3{
	font-size: 169%;
	color: #34445c;
	padding-bottom: 5px;
	border-bottom: 3px solid #34445c;

}
#article h4{
	color: #34445c;
	background: url(../img/h4_obj01_pc.png) no-repeat left 7px;
	padding: 0 10px 0 20px;
	font-size: 138%;
}

/* iframe */
#article iframe{
	width:100%;
}

/* 改行 */
#article .paragraph.height1 {
	height:1em;
}
#article .paragraph.height2 {
	height:2em;
}
#article .paragraph.height3 {
	height:3em;
}
#article .paragraph.height4 {
	height:4em;
}
#article .paragraph.height5 {
	height:5em;
}
#article .paragraph.height6 {
	height:6em;
}
#article .paragraph.height7 {
	height:7em;
}
#article .paragraph.height8 {
	height:8em;
}
#article .paragraph.height9 {
	height:9em;
}
#article .paragraph.height10 {
	height:10em;
}

/* 線 */
#article hr{
	border-width:1px 0px 0px;
	border-style:dashed;
	border-color:#34445c;
}
#article hr.color2{
	border-color:#d44d47;
}
#article hr.color3{
	border-color:#22b573;
}

/* 段落 */
.paragraph{
	width: 100%;
	margin-top: 20px;
}
.paragraph.mt0{
	margin-top:0px;
}
/* sns */
#article .sns{
	margin-top: 40px;
	text-align: right;
}

/* 記事下 */
#article .article_footer{
	border-top: solid 1px #34445c !important;
	margin-top: 10px;
	padding-top: 10px;
}
#article .article_footer .ti{
	color: #34445c;
	font-weight: bold;
}
#article .article_footer span{
	margin-right: 1em;
}

/* list */
#article ul.list {
	border-top: 1px #B3B3B3 dashed;
	list-style: none !important;
}
#article ul.list>li {
	border-bottom: 1px #B3B3B3 dashed;
}
#article ul.list>li>a {
	display: block;
	width: 96%;
	padding: 10px 2%;
	font-size: 100%;
	text-decoration: none;
	color: #333;
}
#article ul.list>li>a:hover {
	background: #F5EFD4;
}
#article ul.list>li>a>span {
	display: block;
	font-weight: bold;
}
#article ul.list>li>a>span>span {
	display: inline-block;
	line-height: 150%;
	font-size: 11px;
	vertical-align: middle;
	font-weight: normal;
	padding: 1px 6px 0;
	margin-bottom: 3px;
	margin-left: 6px;
	color: #FFF;
}

/* sp */
@media only screen and (max-width: 719px) {
	
	#article .article_footer span{
		display: block;
		margin-top: 8px;
	}
	
	#article ul.link li{
		background: url(../img/arrow01_sp.png) no-repeat 0 2px;
		background-size: 15px 15px;
	}
}



/*===========================================

		Side

===========================================*/

#side{
	border: 1px #d1d1d1 solid;
	background-color: #fff;
	margin-bottom: 20px;
}

/* 見出し */
#side .category{
	text-align: center;
	border-bottom: 3px solid #34445c;
}
#side .category a{
	display: block;
	padding: 20px;
	text-decoration: none;
	color: #34445c;
}
#side .category a:hover{
	background: #e1eaf1;
}
#side .category h2{
	color: #34445c;
	font-size: 22px;
	line-height: 1.3em;
}
#side .category h2 span{
	display: block;
	font-size: 13px;
	line-height: 1.2em;
}

/* リスト */
#side ul li a{
	display: block;
	background-image: url(../img/side_arrow.png);
	background-repeat: no-repeat;
	border-bottom: 1px dotted #bcbcbc;
	color: #333;
	text-decoration: none;
}
#side ul li a:hover{
	background-color: #e1eaf1;
}
#side ul li a.active{
	background-color: #bdd2e0;
}

#side ul li a{
	background-position: 15px 17px;
	padding: 10px 10px 10px 30px;
}
#side ul li ul li a{
	background-position: 25px 17px;
	padding: 10px 10px 10px 40px;
}


/*===========================================

		Table

===========================================*/

#article table{
	width: 100%;
}
#article table td,
#article table th{
    white-space: inherit !important;
}
#article table.color1 td,
#article table.color1 th{
	border: solid 1px #34445c;
	padding: 0.5em 1em;
	text-align: left;
}
#article table.color1 th,
#article table.color1 td{
	background: #fff;
}
#article table.color1 thead th,
#article table.color1 thead td,
#article table.color1 tbody th{
	color: #34445c;
	background: #c3d6e3;
	font-weight:bold;
}

/* color2 */
#article table.color2 td,
#article table.color2 th{
	border: solid 1px #d44d47;
	padding: 0.5em 1em;
	text-align: left;
}
#article table.color2 th,
#article table.color2 td{
	background: #fff;
}
#article table.color2 thead th,
#article table.color2 thead td,
#article table.color2 tbody th{
	color: #b53030;
	background: #f2cac8;
	font-weight:bold;
}

/* color3 */
#article table.color3 td,
#article table.color3 th{
	border: solid 1px #22b573;
	padding: 0.5em 1em;
	text-align: left;
}
#article table.color3 th,
#article table.color3 td{
	background: #fff;
}
#article table.color3 thead th,
#article table.color3 thead td,
#article table.color3 tbody th{
	color: #138e53;
	background: #bde9d5;
	font-weight:bold;
}


/*===========================================

		Gallery

===========================================*/

#article ul.gallery li{
	float: left;
	width: 98px;
	margin: 0 7px;
	margin-bottom: 10px;
	list-style: none;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
	#article ul.gallery li{
		float: left;
		width: 68px;
		margin: 0 7px;
		margin-bottom: 10px;
	}
}
@media only screen and (max-width: 719px) {
	#article ul.gallery li{
		float: left;
		width: 29%;
		margin: 0 2%;
		margin-bottom: 10px;
	}
}


/*===========================================

		etc

===========================================*/

/* パンくず */
ul.pan{
	margin-bottom: 10px;
}
ul.pan li{
	font-size: 85%;
	float: left;
}
ul.pan li:after{
	content: ">";
	margin: 0 5px;
}
ul.pan li:last-child:after{
	content: none;
}

/*===========================================

		pager

===========================================*/
/* pager */
div.pager {
	font-size: 0.9em;
	width: 210px;
	margin: 20px auto 0px;
}
div.pager ul li{
	float:left;
	list-style:none;
}
div.pager ul li a{
	margin: 0px;
	padding: 3px 8px;
	background-color: #F8F8F8;
	border: 1px solid #ccc;
	border-right: none;
	line-height: 14px;
	color: #333;
	text-decoration: none;
}
div.pager ul li a:hover,
div.pager ul li.now a{ background-color: #E4E4E4; }
div.pager ul li:last-child a{ border: 1px solid #ccc; }
div.pager ul li:first-child a{
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
div.pager ul li:last-child a{
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}/* pager2 */
#article .pager2{
	text-align:center;
	width:100%;
}
#article .pager2>p{
	display:inline-block;
	width:50%;
	text-align:right;
}
#article .pager2>p:first-child{
	text-align:left;
}
#article .pager2>p>a:hover{
	text-decoration:none;
}

/*===========================================

		pager2

===========================================*/
#article .pager2{
	text-align:center;
	width:100%;
}
#article .pager2>p{
	display:inline-block;
	width:50%;
	text-align:right;
}
#article .pager2>p:first-child{
	text-align:left;
}
#article .pager2>p>a:hover{
	text-decoration:none;
}

/*===========================================

		Pickup

===========================================*/
#article .pickup ul{
	list-style: none;
}
#article .pickup img{
	vertical-align: bottom;
}
#article .pickup .head{
	position: relative;
	padding-bottom: 2px;
	border-bottom: 3px solid #34445c;
}
#article .pickup .head p{
	float: left;
	padding-left: 10px;
	padding-right: 130px;
	font-size: 22px;
	color: #34445c;
}
#article .pickup .head p img{
	position: relative;
	left: 0;
	top: -4px;
	margin-right: 8px;
}
#article .pickup .head ul{
	position: absolute;
	top: 3px;
	right: 0;
}
#article .pickup .head ul li{
	float: left;
	margin-left: 5px;
}
#article .pickup .blc{
	background: #fff;
}
#article .pickup .blc ul li{
	border-top: 1px dotted #808080;
}
#article .pickup .blc ul li:first-child{
	border-top: none;
}
#article .pickup .blc ul li a{
	display: block;
	padding: 10px 10% 10px 5%;
	color: #333;
	text-decoration: none;
	background: url(../img/common_icon_arrow01.png) no-repeat 95% 50%;
	-webkit-transition: all 0.1s linear;
		-moz-transition: all 0.1s linear;
		-o-transition: all 0.1s linear;
		-ms-transition: all 0.1s linear;
		transition: all 0.1s linear;
}
#article .pickup .blc ul li a:hover{
	background: #e1eaf1 url(../img/common_icon_arrow01.png) no-repeat 96% 50%;
}
#article .pickup .blc ul li a dt{
	font-weight: bold;
}
#article .pickup .blc ul li a dt span{
	position: relative;
	display: inline-block;
	top: -2px;
	margin: 0 3px;
	font-size: 11px;
	background: #eee;
	padding: 2px 10px;
	line-height: 1em;
	
}
.white #article .pickup .blc ul li a dt span{
	background: #eee;
}
/* sp */
@media only screen and (max-width: 719px) {
	#article .pickup .head h3{
		padding-left: 5px;
	}
	#article .pickup .blc ul li a{
		background: url(../img/common_icon_arrow01_sp.png) no-repeat 95% 50%;
		background-size: 12px 21px;
	}
	#article .pickup .blc ul li a:hover{
		background: #e1eaf1 url(../img/common_icon_arrow01_sp.png) no-repeat 96% 50%;
		background-size: 12px 21px;
	}
}

#gmap img{max-width:none;}
div[id^="map_area"] img{ max-width:none; }


.fb_iframe_widget > span {
	vertical-align: baseline !important;
}