﻿@charset "utf-8";
/*
Theme Name: 一般財団法人 地域活性機構
Theme URI: 自分URL
Description: COMPANY official theme
*/

/*-------------
base
-------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h5,h6,form,input,p,blockquote,th,td {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}


h3 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.3em;
}

h4 {
	margin-top: 5px;
	margin-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
	color: #000;
	font-size: 1.05em;
	line-height:24px;
}

h5 {
	margin-top: 28px;
	margin-bottom: 12px;
	padding-left: 17px; 
	border-bottom: 1px dotted #555;
	background: url(images/icon_h2.gif) no-repeat -2px 7px;
	font-size: 1.1em;
}

/*-------------
行間を空けるときに使う
-------------*/
h6 {
	margin-top: 30px;
	margin-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
	color: #000;
	font-size: 1.2em;
	line-height:24px;
}

img{
	vertical-align: middle;
}



body {
	background: url(images/bg_body.png) repeat 0 0;
	font-size: 85%;
	font-family: " メイリオ",Meiryo,Osaka," ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro"," ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	width: 100%;
	-webkit-text-size-adjust: 100%;
	margin-bottom: 0px;
	margin-top: -20px;
	margin-right: 0px;
	margin-left: 0px;
	line-height:28px;
}




a{
	color: #0059B2;
	outline: none;
}
a:hover {
	text-decoration: none;
	color: #B71B2F;
}
ul,ol {
	list-style: none;
}

.hLeft {
	float: left;
	margin-left: 30px;
}
.hRight {
	float: right;
	text-align: right;
	margin-right: 0px;
}


.fLeft {
	float: left;
	margin-left: 0px;

}
.fRight {
	float: right;
	text-align: right;
	margin-right: 0px;
}



/*-------------
header
-------------*/


#header { 
	width: 100%;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
}


#header-top {
	width:  100%;
	margin-top: 0px;
	margin-left: 0;
	margin-right: 0;
	float: left;

}
#header-inner-in {
	width:  100%;
	margin-right: auto;
	margin-left: auto;
}

@media only screen and (max-width:480px) {
#header { 
	background: #FFF ;
	margin-top: 20px;
}
#header-top {
	width:  100%;
}
#header-inner-in {
	width:  100%;
}}

@media only screen and (min-width:480px) and ( max-width:780px) {
#header { 
	background: #FFF ;
	margin-top: 20px;
}
#header-top {
	width:  100%;
}
#header-inner-in {
	width:  100%;
}}

@media only screen and (min-width:780px) and ( max-width:950px) {
#header { 
	background: #FFF url(images/bg_header.gif) repeat-x left top;
	margin-top: 20px;
}
#header-top {
	height: 96px;
	width:  100%;
}
#header-inner-in {
	width:  100%;
}}

@media screen and (min-width:950px) {
#header { 
	background: url(images/bg_header.gif) repeat-x left top;
	margin-top: 20px;
}
#header-top {
	height: 96px;
	width: 1100px;
}
#header-inner-in {
	width: 1100px;
}}




/* ------------------- ヘッダー・検索ボタン ------------------- */
/* ------------------- ヘッダー・検索ボタン ------------------- */
/* ------------------- ヘッダー・検索ボタン ------------------- */
@media only screen and (max-width:480px) {
.search-form{ 
	padding-top: 3px; 	
	float: right;
	width: 208px;
        clear: right;
	margin-right: 10px;
}
}

@media only screen and (min-width:480px) and ( max-width:780px) {
.search-form{ 
	padding-top: 2px; 	
	float: right;
	width: 208px;
        clear: right;
	margin-right: 70px;
}
}

@media only screen and (min-width:780px) and ( max-width:950px) {
.search-form{ 
	padding-top: 2px; 	
	float: right;
	width: 208px;
        clear: right;
	margin-right: 10px;
}
}

@media screen and (min-width:950px) {
.search-form{ 
	padding-top: 2px; 	
	float: right;
	width: 208px;
        clear: right;
	margin-top: 0px;
}
}

.search-form input{ 
	vertical-align: middle;
	width: 35px;
	float: right;
	margin-right: 0px;
	margin-top: 0px;
}
.search-form #s{
	width: 170px;
	height: 26px;
	line-height:18px;
	padding-bottom: 2px;
	background: #c7c7c7;
	border:1px solid #c7c7c7;
	font-size: 1.1em;
	float: left;
	margin-top: 1px;
}

/* ------------------- ヘッダー・ロゴ ------------------- */
/* ------------------- ヘッダー・ロゴ ------------------- */
/* ------------------- ヘッダー・ロゴ ------------------- */
#logo{
	margin-left: -10px;
	width: 220px;
	margin-top: 14px;
	margin-bottom: 10px;
}
	#logo img{
	width: 100%;
	height: auto;
}

@media only screen and (min-width:480px) {
	#logo{
	margin-bottom: 10px;
	width: 220px;
}
	#logo img{
	width: 100%;
	height: auto;
}}

@media only screen and (min-width:480px) and ( max-width:780px) {
	#logo{
	margin-left: 12px;
	width: 220px;
	margin-bottom: 10px;
}
	#logo img{
	width: 100%;
	height: auto;
}}

@media only screen and (min-width:780px) and ( max-width:950px) {
	#logo{
	margin-left: 12px;
	width: 220px;
}
	#logo img{
	width: 100%;
	height: auto;
}}

@media screen and (min-width:950px) {
	#logo{
	margin-left: 0px;
	margin-bottom: 12px;
	width: 220px;
}
	#logo img{
	width: 100%;
	height: auto;

}}




/* ------------------- ヘッダー上・メニュー ------------------- */
/* ------------------- ヘッダー上・メニュー ------------------- */
/* ------------------- ヘッダー上・メニュー ------------------- */

@media only screen and (max-width:480px){
#h_menu	{
	width: 250px;
	float: right;
	text-align: right;
	font-size: 100%;
	margin-top: 0px;
	margin-right: 0px;
}
}

@media only screen and (min-width:480px)and ( max-width:780px)  {
#h_menu	{
	width: 250px;
	float: right;
	text-align: right;
	font-size: 100%;
	margin-top: 3px;
	margin-right: 60px;
}
}


@media only screen and (min-width:780px) and ( max-width:950px) {
#h_menu	{
	width: 250px;
	float: right;
	text-align: right;
	font-size: 100%;
	margin-top: 3px;
	margin-right: 5px;
}
}


@media screen and (min-width:950px) {
#h_menu	{
	width: 250px;
	float: right;
        clear: right;
	text-align: right;
	font-size: 100%;
	margin-right: 0px;
	font-size: 100%;
	margin-top: 3px;
}
}

#h_menu a	{
	color: #000;
	border-right: solid 1px #AAA;
	padding-right: 6px;
	margin-right: 3px;
	text-decoration: none;
}


#h_menu ul	{
	margin-top: 0px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 5px;
	padding: 3px 0 0;
	font-size: 100%;
	line-height: 18px;
}

#h_menu li	{
	display: inline;
	list-style-type: none;
}


#h_menu a:hover {
	color: #B71B2F;
	text-decoration: none;
}


#h_menu li:last-child a	{
	border: none;

}

#h_menu li + li + li + li + li + li + li + li + li a	{
	border: none;
}
}








/*-------------
GlobalNavi
-------------*/
/* ------------------- グローバルメニュー ------------------- */
/* ------------------- グローバルメニュー ------------------- */
/* ------------------- グローバルメニュー ------------------- */


@media only screen and ( max-width:480px) {
#header-nav { 
	display:none;
}}


@media only screen and ( max-width:780px) {
#header-nav { 
	display:none;
}}

@media only screen and (min-width:780px) and ( max-width:950px) {

#header-nav { 
	width: 100%;
	text-align: center; 
	clear: both;
	margin-bottom: 12px;
}

#header-nav ul#menu-nav {
	height: 46px;
	margin-top: 0px;
}


#header-nav ul li.menu-item a{ 
	display: block;
	width: 150px;  
	height: 46px;
	line-height: 46px;
	background: url(images/bg_nav_btn01.gif) no-repeat left top;
	color: #DDD;
	font-weight: bold;
	font-size: 0.95em;
	text-decoration: none;
	text-align: center; 
	margin-top: 0px;
}

#header-nav ul li.menu-item a:hover, 
#header-nav ul li.current-menu-item a,
#header-nav ul li.current-menu-parent a,
#header-nav ul li.current-post-ancestor a {
	background: url(images/bg_nav_btn01.gif) no-repeat left -37px;
}

#header-nav ul li {
	position: relative;
	z-index: 5;
	float: left;
}

#header-nav ul li ul.sub-menu {
	display: none;
	position: absolute;
	top: 46px;
	left: 0;
}

#header-nav ul li:hover ul.sub-menu {
	display: block;
}

#header-nav ul li ul.sub-menu li {
	float: none;
}

#header-nav ul li ul.sub-menu li a {
	width: 110px;
	border: 1px solid #444;
	border-top: none;
	padding-left: 38px;
	background:#444 url(images/icon_arr_subnav.gif) no-repeat 20px center;
	color: #DDD;
	text-align: left;
}
#header-nav ul li ul.sub-menu li a:hover,
#header-nav ul li ul.sub-menu li.current-menu-item a,
#header-nav ul li ul.sub-menu li.current-menu-parent a  {
	background: #777 url(images/icon_arr_subnav.gif) no-repeat 20px center;
}
}



@media only screen and (min-width:950px) {

#header-nav { 
	width: 100%;
	text-align: center; 
	clear: both;
	margin-bottom: 12px;
}
#header-nav ul#menu-nav {
	height: 46px;
	background: url(images/bg_nav.gif) no-repeat left top;
}


#header-nav ul li.menu-item a{ 
	display: block;
	width: 220px;  
	height: 46px;
	line-height: 46px;
	background: url(images/bg_nav_btn.gif) no-repeat left top;
	color: #DDD;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: none;
	text-align: center; 
	margin-top: 1px;
}

#header-nav ul li.menu-item a:hover, 
#header-nav ul li.current-menu-item a,
#header-nav ul li.current-menu-parent a,
#header-nav ul li.current-post-ancestor a {
	background: url(images/bg_nav_btn.gif) no-repeat left -38px;
}

#header-nav ul li {
	position: relative;
	z-index: 5;
	float: left;
}

#header-nav ul li ul.sub-menu {
	display: none;
	position: absolute;
	top: 46px;
	left: 0;
}

#header-nav ul li:hover ul.sub-menu {
	display: block;
}

#header-nav ul li ul.sub-menu li {
	float: none;
}

#header-nav ul li ul.sub-menu li a {
	width: 180px;
	border: 1px solid #444;
	border-top: none;
	padding-left: 38px;
	background:#444 url(images/icon_arr_subnav.gif) no-repeat 20px center;
	color: #DDD;
	text-align: left;
}
#header-nav ul li ul.sub-menu li a:hover,
#header-nav ul li ul.sub-menu li.current-menu-item a,
#header-nav ul li ul.sub-menu li.current-menu-parent a  {
	background: #777 url(images/icon_arr_subnav.gif) no-repeat 20px center;
}
}



/* ------------------- トグルボタンメニュー ------------------- */
/* ------------------- トグルボタンメニュー ------------------- */
/* ------------------- トグルボタンメニュー ------------------- */

#mainmenu	{display: none
}

@media only screen and (max-width:780px) {
.mainmenu ul	{margin: 0;
	padding: 0;
	list-style: none
	float: left;
}
.mainmenu li a	{display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	float: left;
	padding-top: 12px;
	padding-bottom: 12px;
	width: 100%;
	text-align: center;
	color: #DDD;
	font-size: 14px;
	text-decoration: none;
        background-color: #333;
}
.mainmenu li a:hover	{background-color: #555
}
#mainmenu ul li ul.sub-menu li a {
	width: 100%;
	padding-top: 7px;
	padding-bottom: 7px;
	border: 1px dotted #CCC;
	border-top: none;
	background:#555 ;
	color: #00FFFF;
	text-align: center;
}
#mainmenu ul li ul.sub-menu li a:hover,
#mainmenu ul li ul.sub-menu li.current-menu-item a,
#mainmenu ul li ul.sub-menu li.current-menu-parent a  {
	background: #777 ;
}
.sitenav	{float: right;
		width: 100%
}
}






@media only screen and (min-width:780px) and ( max-width:950px) {
.mainmenu ul	{display: none
}
.mainmenu li a	{display: none
}
.mainmenu li a:hover	{display: none
}}


@media only screen and (min-width:950px) {
.mainmenu ul	{display: none
}
.mainmenu li a	{display: none
}
.mainmenu li a:hover	{display: none
}}



#mainmenu ul li ul.sub-menu {
	width: 100%;
	display: none;
	position: relative;
	top: 0px;
	left: 0;
}

#mainmenu ul li:hover ul.sub-menu {
	display: block;
}

#mainmenul li ul.sub-menu li {
	float: none;
}
}



/* トグルボタン */

.header-inner	{position: relative}

#navbtn	{position: absolute;
	top: 10px;
	right: 10px;
	padding: 6px 12px;
	border: solid 1px #aaaaaa;
	border-radius: 5px;
	background-color: #ffffff;
	cursor: pointer
}

#navbtn:hover	{background-color: #dddddd}

#navbtn:focus	{outline: none
}

#navbtn i	{color: #888888;
	font-size: 26px
}

#navbtn span	{display: inline-block;
	text-indent: -9999px
}


/* トグルボタン */
@media only screen and (min-width:780px) {
	#navbtn	{display: none
}}





/* ------------------- ヘッダー部分の画像 ------------------- */
/* ------------------- ヘッダー部分の画像 ------------------- */
/* ------------------- ヘッダー部分の画像 ------------------- */

@media only screen and (max-width:480px){
#header-gra{
	height: auto;
	width: 100%;
	float: left; 
	background: #FFF;
	border: 1px solid #CCC;
	text-align: right;
	background: url(images/bg_map_s.jpg) ;
	background-repeat: no-repeat;
	background-position: center left;
}
#header-gra02 img {
    height: auto;
	text-align: right;
}
#header-gra01 img {
	display:none;
}}


@media only screen and (min-width:480px)and ( max-width:780px)  {
#header-gra{
	height: auto;
	width: 100%;
	float: left; 
	background: #FFF;
	border: 1px solid #CCC;
	text-align: right;
	background: url(images/bg_map_s.jpg) ;
	background-repeat: no-repeat;
	background-position: center left;
}
#header-gra02 img {
    max-width: 100%;
    height: auto;
	text-align: right;
}
#header-gra01 img {
	display:none;
}}

@media only screen and (min-width:781px) and ( max-width:950px) {
#header-gra{
	height: auto;
	width: 100%;
	float: left; 
	background: #FFF;
	border: 1px solid #CCC;
	text-align: right;
	background: url(images/bg_map_s.jpg) ;
	background-repeat: no-repeat;
	background-position: center left;
}
#header-gra02 img {
	display:none;
}
#header-gra01 img {
    max-width: 100%;
    height: auto;
}}

@media only screen and (min-width:950px) {
#header-gra{
	height: auto;
	width: 100%;
	float: left; 
	margin-bottom: 20px; 
	z-index: -0;
}
#header-gra02 img {
	display:none;
}
#header-gra01 img {
    max-width: 100%;
    height: auto;
}}




/* ------------------- 検索結果 ------------------- */
/* ------------------- 検索結果 ------------------- */
/* ------------------- 検索結果 ------------------- */

.search-results .box h3 {
	margin: 20px;
	padding: 10px;
	background: #888;
	color: #fff;
	font-weight: bold;
}
.search-results .box ul {
	margin:0 30px 20px;
}
.search-results .box ul li {
	margin-top: 12px;
	padding-left: 12px;
	background: url(images/icon_arr_black2.gif) no-repeat left center;
}
.search-results .box ul li span {
	padding-left: 10px;
	color: #777;
	font-size: 0.8em;
}



/* ------------------- フッター ------------------- */
/* ------------------- フッター ------------------- */
/* ------------------- フッター ------------------- */

#footer { 
	width: 100%;
	height: auto;
	clear: both;
	padding-top: 6px;
	padding-bottom: 6px;
	background: #B71B2F;
}
#footer_inner { 
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}


#footer_menu { 
	float: left;
	clear: both;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border-top: 5px solid #000;
	background: #B71B2F;
	height: auto;
	width: 100%;
}

#footer p {
	width: 100%; 
	margin: 0 auto; 
	color: #DDD;
	text-align: center;
}

#footer_menu-menu { 
	width: 100%;
}


#footer_logo { 
	float: right;
	width: 209px;
	height: auto;
}
#footer_logo img { 
	width: 100%;
	height: auto;
}


@media only screen and (min-width:480px) {
#footer_menu-menu { 
	width: 100%;
}

#footer_inner { 
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
#footer_logo { 
	float: right;
	width: 209px;
	height: auto;
}
#footer_logo img { 
	width: 100%;
	height: auto;
}}


@media only screen and (min-width:780px) and ( max-width:950px) {
#footer_menu-menu { 
	width: 100%;
}

#footer_inner { 
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
#footer_logo { 
	float: right;
	width: 209px;
	height: auto;
}
#footer_logo img { 
	width: 100%;
}}

@media only screen and (min-width:950px) {
#footer_menu-menu { 
	float: left;
	width: 63%;
	clear: left; 
}

#footer_inner { 
	width: 1100px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
#footer_logo { 
	float: right;
	width: 209px;
	height: auto;
	margin-top: 15px;
}
#footer_logo img { 
	width: 100%;
}}





/* フッターメニュー */

#footer-footnav a	{
	color: #DDD;
	border-right: solid 1px #AAA;
	padding-right: 6px;
	margin-right: 3px;
	text-decoration: none;
}


#footer-footnav ul	{
	margin-top: 5px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 5px;
	padding: 3px 0 0;
	font-size: 105%;
	line-height: 27px;
}

#footer-footnav li	{
	display: inline;
	list-style-type: none;
}


#footer-footnav a:hover {
	color: #000;
	text-decoration: none;
}


#footer-footnav li:last-child a	{
	border: none;

}

#footer-footnav li + li + li + li + li + li + li + li + li a	{
	border: none;
}



/*-------------
五つの事業
-------------*/


#circle {
    width: 100%;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
}

#circle01 {
    color: #fff;
    background-color: #f00;
    padding-top: 43px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    width: 130px;
    height: 130px;
    line-height: 25px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 5px;
    font-size: 130%;
}

#circle02 {
    color: #fff;
    background-color: #00b259;
    padding-top: 43px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    width: 130px;
    height: 130px;
    line-height: 25px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 5px;
    font-size: 130%;
}

#circle03 {
    color: #fff;
    background-color: #d9a300;
    padding-top: 43px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    width: 130px;
    height: 130px;
    line-height: 25px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 5px;
    font-size: 130%;
}

#circle04 {
    color: #fff;
    background-color: #00a3d9;
    padding-top: 43px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    width: 130px;
    height: 130px;
    line-height: 25px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 5px;
    font-size: 130%;
}

#circle05 {
    color: #fff;
    background-color: #9b51e0;
    padding-top: 43px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    width: 130px;
    height: 130px;
    line-height: 25px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 5px;
    font-size: 130%;
}

#circle_text {
    color: #000;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 60px;
    font-size: 150%;
}








/*-------------
container
-------------*/
/* ------------------- container・コンテナー ------------------- */
/* ------------------- container・コンテナー ------------------- */
/* ------------------- container・コンテナー ------------------- */

#container {
	width: 100%;
}

@media only screen and (min-width:480px) {
#container {
	width: 100%;
}}

@media only screen and (min-width:780px) and ( max-width:950px) {
#container {
	width: 100%;
}}

@media only screen and (min-width:950px) {
#container {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}}



/*-------------
contents
-------------*/
/* ------------------- contents・コンテンツ ------------------- */
/* ------------------- contents・コンテンツ ------------------- */
/* ------------------- contents・コンテンツ ------------------- */

#contents { 
	float: left;
	width: 100%;
	margin-bottom: 50px;
}
#contents-outer { 
	float: left;
	width: 100%;
}}



@media only screen and (min-width:780px) and ( max-width:950px) {
#contents { 
	float: left;
	width: auto;
}}

@media only screen and (min-width:950px) {
#contents { 
	float: left;
	width: 800px;
}
#contents-outer { 
	float: left;
	width: 800px;
}}




/* ------------------- ピックアップとニュースの枠 ------------------- */
/* ------------------- ピックアップとニュースの枠 ------------------- */
/* ------------------- ピックアップとニュースの枠 ------------------- */

@media only screen and (max-width:480px){
.box {
	margin-top: 0px;
	margin-bottom: 15px;
	padding-left: 15px;
	padding-right: 10px;
	background: #FFF;
	margin-left: 0px;
	margin-right: 0px;
	float: left;
}}


@media only screen and (min-width:480px)and ( max-width:780px)  {
.box {
	margin-top: 0px;
	margin-bottom: 15px;
	padding-left: 15px;
	padding-right: 10px;
	background: #FFF;
	float: left;
}}

@media only screen and (min-width:780px) and ( max-width:950px) {
.box {
	margin-top: 0px;
	margin-bottom: 15px;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	background-color: #FFF;
	border: 1px solid #CCC;
}}

@media only screen and (min-width:950px) {
.box {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 30px;
	padding: 0px 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	float: left;
	background-color: #FFF;
	border: 1px solid #CCC;
}}


@media only screen and (max-width:480px){
.huchi {
	margin-top: 0px;
	margin-bottom: 15px;
	padding-left: 0px;
	padding-right: 10px;
	background: #FFF;
	margin-left: 0px;
	margin-right: 0px;
	float: left;
}}


@media only screen and (min-width:480px)and ( max-width:780px)  {
.huchi {
	margin-top: 0px;
	margin-bottom: 15px;
	padding-left: 15px;
	padding-right: 10px;
	background: #FFF;
	float: left;
}}

@media only screen and (min-width:780px) and ( max-width:950px) {
.huchi {
	margin-top: 0px;
	margin-bottom: 15px;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	background-color: #FFF;
	border: 1px solid #CCC;
}}

@media only screen and (min-width:950px) {
.huchi {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 30px;
	padding: 0px 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	float: left;
	background-color: #FFF;
	border: 1px solid #CCC;
}}




.box:after {
	display: block;
	clear: both;
	height: 0;
	content:"";
}






.section-header { 
	position: relative;
}
.section-header h2 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	margin-right: 18px;
	margin-left: 18px;
	border-bottom: 1px solid #999;
}
.section-header p{ 
	position: absolute;
	top: 5px;
	right: 5px;
}
.section-header p a{
	padding-left: 12px;
	background: url(images/icon_arr_black.gif) no-repeat ;
	background-position: 0px 3px;
	font-size: 90%;
	margin-right: 18px;
}




@media only screen and (max-width:480px){
.section-header h2 {
	width: 93%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
	border-bottom: 1px solid #999;
}}












/* ------------------- 固定ページ・お問合せ ------------------- */
/* ------------------- 固定ページ・お問合せ ------------------- */
/* ------------------- 固定ページ・お問合せ ------------------- */



/*メンバー募集*/
.wpcf7-form input,
.wpcf7-form textarea {
	font-size: 1em;
}
.wpcf7-form .wpcf7-submit {
	width: 150px;
}


.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"]{
    background-color: #fff;
    width:100%;
    height:30px;
}



.wpcf7 textarea
{
width:100%;
height:150px;
margin-top:10px;
margin-bottom:10px;

}

#special-field01{
	text-align: left;
	line-height: 20px;
	display: block;
	margin-bottom:-10px;
}



/* フォームエリア */
input,textarea,checkbox{
padding:5px;
border:1px solid #ccc;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
text-shadow: 0 1px #fff;
-webkit-box-shadow: 0 1px 0 #fff;
-moz-box-shadow: 0 1px 0 #fff;
box-shadow: 0 1px 0 #fff;
background:#ececec;
background: -webkit-gradient(linear, left top, left bottom, from(#ececec), to(#fff));
background: -moz-linear-gradient(top, #ececec, #fff);
background: -o-linear-gradient(top, #ececec, #fff);
background: -ms-linear-gradient(top, #ececec, #fff);
background: linear-gradient(top, #ececec, #fff);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ececec', endColorstr='#fff');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ececec', endColorstr='#fff)";
-pie-background: linear-gradient(top, #ececec, #fff);
behavior: url(PIE.htc);
}



input:hover,
textarea:hover,
input:focus,
textarea:focus {
border-color: #a3bfbf;
-webkit-box-shadow: 0px 0px 8px #B71B2F;
-moz-box-shadow: 0px 0px 8px #B71B2F;
box-shadow: 0px 0px 8px #B71B2F;
behavior: url(PIE.htc);
}


#contact{ 
	width: 100%;
	padding-top: 25px;
	padding-left: 0px;
	padding-right: 0px;

}




table.contact {
  border-collapse: collapse;
  width: 100%;
  border: 3px solid #FFF;
}
table.contact th,
table.contact td {
  padding: 10px;
  border: 3px solid #FFF;
	font-size: 14px;
  background-color: #EEE;
  width: 70%;
}
table.contact th {
  background-color: #999999;
  text-align: center;
  width: 30%;
	color: #fff;
}




@media screen and (max-width: 400px) {
#contact{ 
	width: 101%;
	padding-top: 25px;
	padding-left: 10px;
	padding-right: 10px;

}
  table.contact {
  border-top: 3px solid #FFF;
  width: 100%;
  }
  table.contact td {
    display: block;
    text-align: center;
  border: 3px solid #FFF;
    width: 100%;
}
  table.contact th {
    display: block;
    border-top: none;
    border-bottom: none;
    width: 100%;
  }
}







/* ------------------- 固定ページ・事業内容 ------------------- */
/* ------------------- 固定ページ・事業内容 ------------------- */
/* ------------------- 固定ページ・事業内容 ------------------- */

#biz_contents{ 
	width: 100%;
	padding-top: 25px;
	float: left;
}

.biz_contents_t{ 
	width: 100%;
}



/* ------------------- 固定ページ・カード事業 ------------------- */
/* ------------------- 固定ページ・カード事業 ------------------- */
/* ------------------- 固定ページ・カード事業 ------------------- */

#pointcard{ 
	width: 99%;
	padding-top: 25px;
	float: left;
}


.pointcard{ 
	width: 100%;
}

@media only screen and (max-width:480px){
.card_photo img {
	width: 250px;
	height: auto;
}}

@media only screen and (min-width:480px)and ( max-width:780px)  {
.card_photo img {
	width: 480px;
	height: auto;
}}

@media only screen and (min-width:781px) and ( max-width:950px) {
.card_photo img {
	width: 460px;
	height: auto;
}}

@media only screen and (min-width:950px) {
.card_photo img {
	width: 460px;
	height: auto;
}}


/* ------------------- 固定ページ・サイトマップ ------------------- */
/* ------------------- 固定ページ・サイトマップ ------------------- */
/* ------------------- 固定ページ・サイトマップ ------------------- */

#sitemap{ 
	width: 100%;
	padding-top: 25px;
	float: left;
}

.sitemap_waku{ 
	width: 100%;
	float: left;
	margin-bottom: 30px;
}

/* ------------------- 固定ページ・検索結果 ------------------- */
/* ------------------- 固定ページ・検索結果 ------------------- */
/* ------------------- 固定ページ・検索結果 ------------------- */

#searchresult{ 
	width: 100%;
	padding-top: 25px;
	padding-left: 27px;
	padding-right: 27px;
}




/* ------------------- 固定ページ・エラーページ ------------------- */
/* ------------------- 固定ページ・エラーページ ------------------- */
/* ------------------- 固定ページ・エラーページ ------------------- */

.box404 {
	width: 100%;
	padding: 12px 13px;
	border: 1px solid #CCC;
	background: #fff;
	float: left;
}

.box404 img {
	width: 100%;
	height: auto;
}



/* ------------------- 固定ページ・プライバシーポリシー ------------------- */
/* ------------------- 固定ページ・プライバシーポリシー ------------------- */
/* ------------------- 固定ページ・プライバシーポリシー ------------------- */

#privacy{ 
	width: 100%;
	padding-top: 25px;
	float: left;
}

.text_link{
	padding-top: 30px;
	font-size: 110%;
}


/* ------------------- 固定ページ・役員名簿 ------------------- */
/* ------------------- 固定ページ・役員名簿 ------------------- */
/* ------------------- 固定ページ・役員名簿 ------------------- */

#officer{ 
	width: 100%;
	padding-top: 25px;
	float: left;
}

.text_link{
	padding-top: 30px;
	font-size: 110%;
}






/* ------------------- 固定ページ・理事長メッセージ ------------------- */
/* ------------------- 固定ページ・理事長メッセージ ------------------- */
/* ------------------- 固定ページ・理事長メッセージ ------------------- */

#message{ 
	width: 100%;
	padding-top: 25px;
	float: left;
}










/* ------------------- 固定ページ・機構について ------------------- */
/* ------------------- 固定ページ・機構について ------------------- */
/* ------------------- 固定ページ・機構について ------------------- */



#aboutus{ 
	width: 100%;
	padding-top: 25px;
	float: left;
}

.about_text01{
	width: 100%;
	font-size: 400%;
	line-height:45px;
	float:left;
	margin-bottom: 8px;
	color: #FF5C26;
}





/* ------------------- ニュース ------------------- */
/* ------------------- ニュース ------------------- */
/* ------------------- ニュース ------------------- */


#news dl {
	width: 98%;
	padding-left: 10px;
}
#news dt{ 
	float: left;
	clear: both;
	width: 95px;
	padding-top: 8px;
	margin-bottom: -10px;
	margin-left: 0px;
}

#news dd.column { 
	background: url(images/icon_colu.gif) no-repeat 0 14px;
}

#news dd.info{
	background: url(images/icon_info.gif) no-repeat 0 14px;
}

#news dd.seminar { 
	background: url(images/icon_semi.gif) no-repeat 0 14px;
}


#news dd {
	float: left;
	width: 97%;
	padding-top: 8px;
	padding-left: 75px;
	margin-left: 0px;
}

@media screen and (max-width:480px) {
#news dd {
	float: left;
	width: 95%;
	padding-top: 8px;
	padding-left: 75px;
	margin-left: 10px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
#news dt{ 
	float: left;
	clear: both;
	width: 95px;
	padding-top: 8px;
	margin-bottom: -10px;
	margin-left: 10px;
}

#news{ 
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 0px;
}}

@media only screen and (min-width:480px) and ( max-width:780px) {
#news dd {
	float: left;
	width: 94%;
	padding-top: 8px;
	padding-left: 75px;
	margin-left: 18px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}
#news dt{ 
	float: left;
	clear: both;
	width: 95px;
	padding-top: 8px;
	margin-bottom: -10px;
	margin-left: 18px;
}

#news{ 
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 0px;
}}


@media only screen and (min-width:780px) and ( max-width:950px) {
#news dd {
	float: left;
	width: 95%;
	padding-top: 8px;
	padding-left: 75px;
	margin-left: 18px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}
#news dt{ 
	float: left;
	width: 95px;
	padding-top: 8px;
	margin-bottom: -10px;
	margin-left: 18px;
}

#news{ 
	width: 100%;
	clear: both;
	padding-top: 12px;
	padding-bottom: 20px;
	margin-left: 0px;
}}

@media only screen and (min-width:950px) {
#news dd {
	float: left;
	width: 95%;
	padding-top: 8px;
	padding-left: 75px;
	margin-left: 18px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}
#news dt{ 
	float: left;
	clear: both;
	width: 95px;
	padding-top: 8px;
	margin-bottom: -10px;
	margin-left: 18px;
}

#news{ 
	width: 100%;
	padding-top: 25px;
	padding-left: 0px;
	padding-right: 0px;
	height: auto;

}}


.next_back{ 
	width: 100%;
	background-color: #fff;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #CCC;
}









/* ------------------- パンくずリスト ------------------- */
/* ------------------- パンくずリスト ------------------- */
/* ------------------- パンくずリスト ------------------- */



.breadcrumbs {
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 5px;
	margin-top: 7px;
	font-size: 100%;

}

@media only screen and (min-width:480px) {
.breadcrumbs {
	width: 100%;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 100%;
}
.breadcrumbs_inner {

	width: 100%;
	text-align: right;
}}


@media only screen and (min-width:480px)and ( max-width:780px)  {

.breadcrumbs {
	width: 100%;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 100%;
}
.breadcrumbs_inner {
	width: 100%;
	text-align: right;
}}


@media only screen and (min-width:780px) and ( max-width:950px) {
.breadcrumbs {
	width: 100%;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 100%;
}
.breadcrumbs_inner {
	width: 100%;
	text-align: right;
}}

@media only screen and (min-width:1100px) {
.breadcrumbs {
	width: 1100px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 100%;
}
.breadcrumbs_inner {
	width: 100%;
	text-align: right;
}}




/* ------------------- Newsなどのページナビゲーション ------------------- */
/* ------------------- Newsなどのページナビゲーション ------------------- */
/* ------------------- Newsなどのページナビゲーション ------------------- */

/*PagiNavi*/
.wp-pagenavi { 
	padding-top: 10px;
	padding-bottom: 25px;
}
.wp-pagenavi a,
.pages,
.current {
	margin-right: 4px;
	padding: 3px 6px;
	border: 1px solid #ccc;
	background: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align:center;
}
.wp-pagenavi a:hover,
.current{
	color: #fff;
	background: #555;
}





/* ------------------- サイトマップ ------------------- */
/* ------------------- サイトマップ ------------------- */
/* ------------------- サイトマップ ------------------- */

.sitemap-inner .menu {
	padding: 10px 20px 0;
	line-height: 1.8;
}

.sitemap-inner .menu li {
	margin-top: 15px;
	padding-left: 20px;
	background: url(images/icon_arr_black.gif) no-repeat left 8px;
	font-size: 1.2em;
}

.sitemap-inner .sub-menu {
	padding-left: 15px;
}

.sitemap-inner .sub-menu li { 
	margin-top: 8px;
	padding-left: 12px;
	background: url(images/icon_arr_black2.gif) no-repeat left center;
	font-size: 0.9em;
}



/* ------------------- サイドバー ------------------- */
/* ------------------- サイドバー ------------------- */
/* ------------------- サイドバー ------------------- */

#sidebar {
	float: none;
	width: 100%;
	margin-bottom: 15px;
}

@media only screen and (min-width:950px) {
#sidebar {
	float: right;
	width: 275px;
	margin-bottom: 15px;
}}

#sidebar #bnr li{
	margin-bottom: 5px;
}



/* ------------------- ウィジェット・サイド編集可能エリア ------------------- */
/* ------------------- ウィジェット・サイド編集可能エリア ------------------- */
/* ------------------- ウィジェット・サイド編集可能エリア ------------------- */
/* ------------------- ウィジェット・サイド編集可能エリア ------------------- */
/* ------------------- ウィジェット・サイド編集可能エリア ------------------- */
/* ------------------- ウィジェット・サイド編集可能エリア ------------------- */

/*---------------------------
サイドバー編集可能エリア
------------------------------*/


@media only screen and (max-width:480px) {
.free-space { 
	width: 275px;
	height: auto;
}

.side_banner01 { 
	width: 100%;
	height: 200px;
	margin-bottom: 20px;
	float: none;
	text-align: center;
}

.side_banner02 { 
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	float: none;
	text-align: center;
}

.side_banner10 { 
	width: 100%;
	height: 84px;
	float: none;
	margin-bottom: 20px;
	text-align: center;
}


.side_banner11 { 
	width: 100%;
	height: 55px;
	float: none;
	margin-bottom: 20px;
	text-align: center;
}

.side_banner12 { 
	width: 275px;
	height:130px;
	float: right;
	margin-bottom: 20px;
}
.side_banner12_l { 
	width: 130px;
	height: 130px;
	float: left;
}
.side_banner12_r { 
	width: 130px;
	height: 130px;
	float: right;
}
}


@media only screen and (min-width:480px) and ( max-width:680px) {
.free-space { 
	width: 275px;
	height: auto;
}

.side_banner01 { 
	width: 100%;
	height: 200px;
	margin-bottom: 20px;
	float: none;
	text-align: center;
}

.side_banner02 { 
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	float: none;
	text-align: center;
}

.side_banner10 { 
	width: 100%;
	height: 84px;
	float: none;
	margin-bottom: 20px;
	text-align: center;
}

.side_banner11 { 
	width: 100%;
	height: 55px;
	float: none;
	margin-bottom: 20px;
	text-align: center;
}

.side_banner12 { 
	width: 275px;
	height:130px;
	float: right;
	margin-bottom: 20px;
}
.side_banner12_l { 
	width: 130px;
	height: 130px;
	float: left;
}
.side_banner12_r { 
	width: 130px;
	height: 130px;
	float: right;
}
}

@media only screen and (min-width:680px) and ( max-width:950px) {
.free-space { 
	width: 275px;
	height: auto;
}

.side_banner01 { 
	width: 275px;
	height: 200px;
	margin-bottom: 20px;
	float: left;
}

.side_banner02 { 
	width: 275px;
	height: auto;
	margin-bottom: 20px;
	float: right;
}

.side_banner10 { 
	width: 275px;
	height: 84px;
	float: right;
	margin-bottom: 20px;
}

.side_banner11 { 
	width: 275px;
	height: 55px;
	float: right;
	margin-bottom: 20px;
}

.side_banner12 { 
	width: 275px;
	height:130px;
	float: right;
	margin-bottom: 20px;
}
.side_banner12_l { 
	width: 130px;
	height: 130px;
	float: left;
}
.side_banner12_r { 
	width: 130px;
	height: 130px;
	float: right;
}
}


@media only screen and (min-width:950px) {
.free-space { 
	width: 275px;
	height: auto;
}

.side_banner01 { 
	width: 275px;
	height: 200px;
	margin-bottom: 20px;
	float: left;
}

.side_banner02 { 
	width: 275px;
	height: auto;
	margin-bottom: 20px;
	float: right;
}

.side_banner10 { 
	width: 275px;
	height: 84px;
	float: right;
	margin-bottom: 20px;
}


.side_banner11 { 
	width: 275px;
	height: 55px;
	float: right;
	margin-bottom: 20px;
}

.side_banner12 { 
	width: 275px;
	height:130px;
	float: right;
	margin-bottom: 20px;
}
.side_banner12_l { 
	width: 130px;
	height: 130px;
	float: left;
}
.side_banner12_r { 
	width: 130px;
	height: 130px;
	float: right;
}
}





/* ------------------- サイドバー・タクソノミーエリア ------------------- */
/* ------------------- サイドバー・タクソノミーエリア ------------------- */
/* ------------------- サイドバー・タクソノミーエリア ------------------- */

/*-------------
トピックスタクソノミーメニュー
-------------*/

#sidebar .taxonwaku {
	width: 100%;
	text-align: center;
	float: left;
}

@media only screen and (max-width:480px)  {
#sidebar .taxonwaku {
	width: 100%;
	text-align: left;
	float: left;
}}


@media only screen and (min-width:480px)and ( max-width:680px)  {
#sidebar .taxonwaku {
	width: 100%;
	text-align: left;
	float: left;
}}


@media only screen and (min-width:680px) and ( max-width:950px) {
#sidebar .taxonwaku {
	width: 100%;
	text-align: left;
	float: left;
}}


@media screen and (min-width:950px) {
#sidebar .taxonwaku {
	width: 100%;
	text-align: left;
	float: left;
}}


#sidebar .side-navv {
	width: 275px;
	margin-bottom: 20px;
	border: 1px solid #CCC;
	background-color: #fff;
	font-size: 1.0em;
	margin-right: auto;
	margin-left: auto;
}
#sidebar .side-nav ul{
	padding: 5px 10px 10px;
}

#sidebar .side-nav ul li {
	padding: 4px 0 4px 18px;
	background: url(images/icon_circle_gray.jpg) no-repeat left center;
}

#sidebar .side-navv ul{
	padding: 5px 10px 1px;
}

#sidebar .side-navv ul li {
	padding: 4px 0 4px 18px;
	background: url(images/icon_circle_gray.jpg) no-repeat left 10px;
}






/* ------------------- サイドバー・全体(左右) ------------------- */
/* ------------------- サイドバー・全体(左右) ------------------- */
/* ------------------- サイドバー・全体(左右) ------------------- */

@media only screen and (max-width:480px)  {

.side-nav_waku02 {
	width: 100%;
	float: right;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.side-nav_waku01 {
	width: 275px;
	float: left;
}
.side-nav_wakuwaku {
	width: 275px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}}

@media only screen and (min-width:480px)and ( max-width:680px)  {


.side-nav_waku02 {
	width: 100%;
	float: right;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.side-nav_waku01 {
	width: 275px;
	float: left;
}
.side-nav_wakuwaku {
	width: 275px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}}

@media only screen and (min-width:680px) and ( max-width:950px) {

.side-nav_waku02 {
	width: 275px;
	float: none;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.side-nav_waku01 {
	width: 275px;
	float: none;
	margin-right: auto;
	margin-left: auto;
}
.side-nav_wakuwaku {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}}

@media screen and (min-width:950px) {


.side-nav_waku02 {
	width: 275px;
	float: left;
	margin-left: 0px;
}
.side-nav_waku01 {
	width: 275px;
	float: left;
}
.side-nav_wakuwaku {
	width: 275px;
	text-align: center;
}}





/* ------------------- ウィジェット・トップ編集可能エリア ------------------- */
/* ------------------- ウィジェット・トップ編集可能エリア ------------------- */
/* ------------------- ウィジェット・トップ編集可能エリア ------------------- */

/*-------------------
ウィジェット（TOPページ）
----------------------*/
.top_main_widget {
    margin-bottom:20px;
    max-width: 780px;
    background: #FFF
    font-size: 25px;
}

.widgettitle {
    margin-bottom:18px;
}

.primary { 
	border: 1px solid #CCC;
	width: 100%;
	height: auto;
	margin-right: 0px;
	margin-bottom: -30px;
	margin-left: 0px;
	background-color: #FFF;
	padding-left: 17px;
	padding-right: 18px;
	padding-top: 20px;
	padding-bottom: 0px;
        color: #B71B2F;
        font-size: 15px;
        float: left;
}
.textwidget {
	width: 100%;
        color: #333;
        font-size: 15px;
	line-height: 28px;
}

@media only screen and (min-width:480px) {
.primary { 
	border: 1px solid #CCC;
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: -30px;
	height: auto;
	background-color: #FFF;
	padding-left: 17px;
	padding-right: 18px;
	padding-top: 17px;
	padding-bottom: 0px;
        color: #B71B2F;
        font-size: 15px
}
.textwidget {
	width: 100%;
        color: #333;
        font-size: 14px;
	line-height: 28px;
}}

@media only screen and (min-width:480px)and ( max-width:780px)  {
.primary { 
	border: 1px solid #CCC;
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: -30px;
	height: auto;
	background-color: #FFF;
	padding-left: 17px;
	padding-right: 18px;
	padding-top: 20px;
	padding-bottom: 0px;
        color: #B71B2F;
        font-size: 15px
}
.textwidget {
	width: 100%;
        color: #333;
        font-size: 14px;
	line-height: 28px;
}}


@media only screen and (min-width:780px) and ( max-width:950px) {
.primary { 
	border: 1px solid #CCC;
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: -30px;
	height: 200px;
	background-color: #FFF;
	padding-left: 17px;
	padding-right: 17px;
	padding-top: 20px;
	padding-bottom: 0px;
        color: #B71B2F;
        font-size: 15px
	background-image: url(images/map.jpg);
	background-repeat: no-repeat;
	background-position: -40px -30px;
}
.textwidget {
	width: 100%;
        color: #333;
        font-size: 14px;
	line-height: 28px;
}}

@media screen and (min-width:950px) {
.primary { 
	border: 1px solid #CCC;
	width: 100%;
	margin-bottom: -30px;
	height: 200px;
	background-color: #FFF;
	padding-left: 30px;
	padding-right: 25px;
	padding-top: 25px;
	padding-bottom: 0px;
        color: #B71B2F;
        font-size: 15px;
	background-image: url(images/map.jpg);
	background-repeat: no-repeat;
	background-position: -40px -30px;
}
.textwidget {
	width: 100%;
        color: #333;
        font-size: 16px;
	line-height: 28px;
}}







/* ------------------- トピックス ------------------- */
/* ------------------- トピックス ------------------- */
/* ------------------- トピックス ------------------- */

/*-------------
個別投稿表示
-------------*/
.box-inner {
	margin-top: 25px;
	margin-bottom: auto;
	float: left;
}


@media only screen and (max-width:480px){
.box-inner {
	margin-left: 10px;
	width: 93%;
	padding-bottom: 10px;
}}
@media only screen and (min-width:480px)and ( max-width:780px)  {
.box-inner {
	margin-left: 20px;
	width: 93%;
	padding-bottom: 20px;
}}
@media only screen and (min-width:781px) and ( max-width:950px) {
.box-inner {
	margin-left: 30px;
	width: 93%;
	padding-bottom: 20px;
}}
@media only screen and (min-width:950px) {
.box-inner {
	margin-left: 30px;
	width: 93%;
}}

.box-inner h3{
	margin-bottom: 30px;
	padding-left: 27px; 
	padding-bottom: 10px;
	border-bottom: 1px dotted #555;
	background: url(images/icon_h3.gif) no-repeat -2px 0px;
	font-size: 1.3em;
}

.box-inner h3 .ttl-info {
	display: block;
	padding-right: 0px;
	background: url(images/icon_info.gif) no-repeat right bottom;
	width: 100%;
}
.box-inner h3 .ttl-column {
	display: block;
	padding-right: 0px;
	background: url(images/icon_colu.gif) no-repeat right bottom;
	width: 100%;
}
.box-inner h3 .ttl-seminar {
	display: block;
	padding-right: 0px;
	background: url(images/icon_semi.gif) no-repeat right bottom;
	width: 100%;
}


/* ------------------- トピックスの投稿メディア（画像）の指定 ------------------- */
/* ------------------- トピックスの投稿メディア（画像）の指定 ------------------- */
/* ------------------- トピックスの投稿メディア（画像）の指定 ------------------- */


@media only screen and (max-width:480px){
.alignleft {
	display: block;
	float: left;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 1em;
	width: 250px;
	height: auto;
}
.aligncenter {
	display: block;
	margin:0 auto;
	width: 250px;
	height: auto;
}
.alignright {
	display: block;
	float: right;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 1em;
	width: 250px;
	height: auto;
}
}

@media only screen and (min-width:480px)and ( max-width:780px)  {
.alignleft {
	display: block;
	float: left;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 1em;
	width: 60%;
	height: auto;
}
.aligncenter {
	display: block;
	margin:0 auto;
	width: 60%;
	height: auto;
}
.alignright {
	display: block;
	float: right;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 1em;
	width: 60%;
	height: auto;
}
}

@media only screen and (min-width:781px) and ( max-width:950px) {
.alignleft {
	display: block;
	float: left;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 1em;
	width: 70%;
	height: auto;
}
.aligncenter {
	display: block;
	margin:0 auto;
	width: 70%;
	height: auto;
}
.alignright {
	display: block;
	float: right;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 1em;
	width: 70%;
	height: auto;
}
}

@media only screen and (min-width:950px) {
.alignleft {
	display: block;
	float: left;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 1em;
	width: 500px;
	height: auto;
}
.aligncenter {
	display: block;
	margin:0 auto;
	width: 500px;
	height: auto;
}
.alignright {
	display: block;
	float: right;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 1em;
	width: 500px;
	height: auto;
}
}


/* ------------------- ピックアップ表示・一覧表示と詳細表示（3つのサムネールがある部分） ------------------- */
/* ------------------- ピックアップ表示・一覧表示と詳細表示（3つのサムネールがある部分） ------------------- */
/* ------------------- ピックアップ表示・一覧表示と詳細表示（3つのサムネールがある部分） ------------------- */
/*-------------
ピックアップページ
-------------*/




@media only screen and (max-width:480px){

/*-------------
一覧ページ・ピックアップ
-------------*/
#topics_p{ 
	width: 100%;
	clear: both;
	padding-top: 25px;
	padding-bottom: 12px;
	margin-left: 0px;
	margin-right: 0px;
}

#topics_p ul li .term-link {
	margin-top: 5px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
	color: #000;
	font-size: 0.9em;
	text-align: right;
}

#topics_p ul li span {
	color: #000;
}

#topics_p ul li h3 {
	margin-bottom: 5px;
	font-size: 1.0em;
}

#topics_p ul li {
	float: left;
	width: 100%;
	margin-left: -2px;
	margin-right: 0px;
	margin-top: 10px;
}
#topics_p ul li img {
	margin-bottom: 3px;
	width: 100%;
	height: auto;
}
#topics ul{
	margin-top: 5px;
	margin-left: 0px;
}

/*-------------
詳細ページピックアップ
-------------*/
#topics_p .topics-right {
	float:left;
	width: 100%;
}

#topics_p .topics-left {
	float: left;
	width: 80px;
	margin-top: 20px;
	margin-left: 25px;
	color:#000;
}

#topics_p .topics-right h3 {
	margin-bottom: 15px;
	padding-left: 50px; 
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	background: url(images/icon_h3.gif) no-repeat left 24px top 2px ;
	font-size: 1.3em;
	width: 96%;
}

#topics_p .topics-right img {
	width: 250px;
	height: auto;
}

#topics_p .topics-right p {
	margin-bottom: 1em;
	margin-left: 24px;
	width: 92%;
}

#topics_p .topics-right .term-link {
	margin-top: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	color: #000;
	font-size: 0.9em;
	text-align: right;
}
}


@media only screen and (min-width:480px)and ( max-width:780px)  {

/*-------------
一覧ページ・ピックアップ
-------------*/
#topics_p{ 
	width: 100%;
	clear: both;
	padding-top: 25px;
	padding-bottom: 12px;
	margin-left: 0px;
}

#topics_p ul li .term-link {
	margin-top: 5px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
	color: #000;
	font-size: 0.9em;
	text-align: right;
}

#topics_p ul li span {
	color: #000;
}

#topics_p ul li h3 {
	margin-bottom: 5px;
	font-size: 1.0em;
}

#topics_p ul li {
	float: left;
	width: 26%;
	margin-left: 32px;
	margin-right: 0px;
	margin-top: 10px;
        height:28.0em;
}

#topics_p ul li img {
	margin-bottom: 3px;
	width: 100%;
	height: auto;
}

#topics_p ul{
	margin-top: 5px;
	margin-left: -20px;
}

/*-------------
詳細ページピックアップ
-------------*/
#topics_p .topics-right {
	float:left;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#topics_p .topics-left {
	float: left;
	width: 80px;
	margin-top: 20px;
	margin-left: 18px;
	color:#000;
}

#topics_p .topics-right h3 {
	margin-bottom: 15px;
	padding-left: 48px; 
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	background: url(images/icon_h3.gif) no-repeat left 19px top 2px ;
	font-size: 1.3em;
	width: 96%;
}

#topics_p .topics-right img {
	width: 60%;
	height: auto;
}

#topics_p .topics-right p {
	margin-bottom: 1em;
	margin-left: 20px;
	width: 94%;
}

#topics_p .topics-right .term-link {
	margin-top: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	color: #000;
	font-size: 0.9em;
	text-align: right;
}
}


@media only screen and (min-width:780px) and ( max-width:950px) {

/*-------------
一覧ページ・ピックアップ
-------------*/
#topics_p{ 
	width: 100%;
	clear: both;
	padding-top: 25px;
	padding-bottom: 12px;
	margin-left: 0px;
}
#topics_p ul li .term-link {
	margin-top: 5px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
	color: #777;
	font-size: 0.9em;
	text-align: right;
}

#topics_p ul li span {
	color: #777;
}

#topics_p ul li h3 {
	margin-bottom: 5px;
	font-size: 1.0em;
}

#topics_p ul li {
	float: left;
	width: 28.5%;
	margin-left: 35px;
	margin-right: 0px;
	margin-top: 10px;
        height:25.0em;
}

#topics_p ul li img {
	margin-bottom: 3px;
	width: 100%;
	height: auto;
}
#topics_p ul{
	margin-top: 5px;
	margin-left: -20px;
}

/*-------------
詳細ページピックアップ
-------------*/
#topics_p .topics-right {
	float:left;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#topics_p .topics-left {
	float: left;
	width: 80px;
	margin-top: 20px;
	margin-left: 0px;
	color:#999;
}

#topics_p .topics-right h3 {
	margin-bottom: 15px;
	padding-left: 59px; 
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	background: url(images/icon_h3.gif) no-repeat left 31px top 2px ;
	font-size: 1.3em;
	width: 96%;
}

#topics_p .topics-right img {
	width: 70%;
	height: auto;
}

#topics_p .topics-right p {
	margin-bottom: 1em;
	margin-left: 30px;
	width: 94%;
}

#topics_p .topics-right .term-link {
	margin-top: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	color: #777;
	font-size: 0.9em;
	text-align: right;

}
}


@media only screen and (min-width:950px) {

/*-------------
一覧ページ・ピックアップ
-------------*/
#topics_p{ 
	width: 100%;
	clear: both;
	padding-top: 25px;
	padding-bottom: 12px;
	margin-left: 0px;
}

#topics_p ul li .term-link {
	margin-top: 5px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
	color: #777;
	font-size: 0.9em;
	text-align: right;
}

#topics_p ul li span {
	color: #777;
}

#topics_p ul li h3 {
	margin-bottom: 5px;
	font-size: 1.0em;
}

#topics_p ul li {
	float: left;
	width: 230px;
	margin-left: 18px;
	margin-right: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
        height:300px;
}

#topics_p ul li img {
	margin-bottom: 3px;
	width: 230px;
	height: auto;
}

#topics_p ul{
	margin-top: 5px;
	margin-left: 0px;
}


/*-------------
詳細ページ・ピックアップ
-------------*/
#topics_p .topics-right {
	float:left;
	width: 95%;
	margin-top: 0px;
	margin-right: 18px;
	margin-left: 18px;
}

#topics_p .topics-left {
	float: left;
	width: auto;
	margin-top: 5px;
	margin-left: 28px;
	color:#000;
}

#topics_p .topics-right h3 {
	margin-bottom: 15px;
	padding-left: 45px; 
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	background: url(images/icon_h3.gif) no-repeat 11px 1px;
	font-size: 1.3em;
}

#topics_p .topics-right img {
	width: 500px;
	height: auto;
}

#topics_p .topics-right p {
	margin-bottom: 1em;
	margin-left: 13px;
	width: 98%;
}

#topics_p .topics-right .term-link {
	margin-top: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	color: #000;
	font-size: 0.9em;
	text-align: right;
}
}








/* ------------------- 動画リスト・動画詳細ページ ------------------- */
/* ------------------- 動画リスト・動画詳細ページ ------------------- */
/* ------------------- 動画リスト・動画詳細ページ ------------------- */
/*-------------
動画リストページ
-------------*/




@media only screen and (max-width:480px){

/*-------------
動画リストページ
-------------*/
#topics_l{ 
	width: 100%;
	padding-top: 25px;
	padding-bottom: 12px;
	margin-left: 15px;
}

#topics_l ul li .term-link {
	margin-top: 5px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
	color: #777;
	font-size: 0.9em;
	text-align: right;
}

#topics_l ul li span {
	color: #777;
}

#topics_l ul li h3 {
	margin-bottom: 5px;
	font-size: 1.0em;
}

#topics_l ul li {
	float: left;
	width: 90%;
	margin-left: 10px;
	margin-top: 10px;
}


/*-------------
詳細ページ・動画ページ
-------------*/
#topics_l .topics-right {
	float:left;
	width: 96%;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-right: 10px;
}
#topics_l .topics-left {
	float: left;
	width: 80px;
	margin-top: 20px;
	margin-left: 20px;
	color:#777;
}

#topics_l .topics-right h3 {
	margin-bottom: 15px;
	padding-left: 25px; 
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	background: url(images/icon_h3.gif) no-repeat left 2px top 2px ;
	font-size: 1.3em;
}

#topics_l .topics-right img {
	width: 100%;
	height: auto;
}

#topics_l .topics-right p {
	margin-bottom: 1em;
}

#topics_l .topics-right .term-link {
	margin-top: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	color: #777;
	font-size: 0.9em;
	text-align: right;
}
}


@media only screen and (min-width:480px)and ( max-width:780px)  {

/*-------------
動画リストページ
-------------*/
#topics_l{ 
	width: 102%;
	clear: both;
	padding-top: 25px;
	padding-bottom: 0px;
	margin-left: -15px;
}

#topics_l ul li .term-link {
	margin-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
	color: #777;
	font-size: 0.9em;
	text-align: right;
}

#topics_l ul li span {
	color: #777;
	margin-right: 20px;
	float: left;
	clear: left;
	width: 100%;
}

#topics_l ul li h3 {
	margin-bottom: 2px;
	width: 100%;
	font-size: 1.0em;
}

#topics_l ul li {
	float: left;
	width: 94.5%;
	margin-left: 20px;
	margin-top: 10px;
}


/*-------------
詳細ページ・動画ページ
-------------*/
#topics_l .topics-right {
	float:left;
	width: 96%;
	margin-top: 0px;
	margin-left: 20px;
	margin-bottom: 0px;
	padding-right: 10px;
}
#topics_l .topics-left {
	float: left;
	width: 80px;
	margin-top: 20px;
	margin-left: 20px;
	color:#777;
}

#topics_l .topics-right h3 {
	margin-bottom: 15px;
	padding-left: 25px; 
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	background: url(images/icon_h3.gif) no-repeat left 2px top 2px ;
	font-size: 1.3em;
}

#topics_l .topics-right img {
	width: 60%;
	height: auto;
}

#topics_l .topics-right p {
	margin-bottom: 1em;
}

#topics_l .topics-right .term-link {
	margin-top: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	color: #777;
	font-size: 0.9em;
	text-align: right;
}
}

@media only screen and (min-width:780px) and ( max-width:950px) {

/*-------------
動画リストページ
-------------*/
#topics_l{ 
	width: 100%;
	clear: both;
	padding-top: 25px;
	padding-bottom: 12px;
	margin-left: 0px;
}
#topics_l ul li .term-link {
	margin-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
	color: #777;
	font-size: 0.9em;
	text-align: right;
}

#topics_l ul li span {
	color: #777;
	margin-right: 20px;
	float: left;
	clear: left;
	width: 100%;
}

#topics_l ul li h3 {
	margin-bottom: 2px;
	width: 100%;
	font-size: 1.0em;
}

#topics_l ul li {
	float: left;
	width: 95.5%;
	margin-left: 20px;
	margin-top: 10px;
}


/*-------------
詳細ページ・動画ページ
-------------*/
#topics_l .topics-right {
	float:left;
	width: 96%;
	margin-top: 0px;
	margin-left: 20px;
	margin-bottom: 0px;
	padding-right: 10px;
}

#topics_l .topics-left {
	float: left;
	width: 80px;
	margin-top: 20px;
	margin-left: 20px;
	color:#777;
}

#topics_l .topics-right h3 {
	margin-bottom: 15px;
	padding-left: 25px; 
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	background: url(images/icon_h3.gif) no-repeat left 2px top 2px ;
	font-size: 1.3em;
}

#topics_l .topics-right img {
	width: 40%;
	height: auto;
}

#topics_l .topics-right p {
	margin-bottom: 1em;
}

#topics_l .topics-right .term-link {
	margin-top: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	color: #777;
	font-size: 0.9em;
	text-align: right;
}
}


@media only screen and (min-width:950px) {

/*-------------
動画リストページ
-------------*/
#topics_l{ 
	width: 100%;
	clear: both;
	padding-top: 25px;
	padding-bottom: 12px;
	margin-left: 0px;
	padding-right: 0px;
}

#topics_l ul li .term-link {
	margin-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
	color: #777;
	font-size: 0.9em;
	text-align: right;
	width: 100%;
}

#topics_l ul li span {
	color: #777;
	margin-right: 20px;
	float: left;
	clear: left;
	width: 100%;
}

#topics_l ul li h3 {
	margin-bottom: 2px;
	width: 100%;
	font-size: 1.0em;
}

#topics_l ul li {
	float: left;
	width: 94.0%;
	margin-left: 22px;
	margin-top: 10px;
}

.cat{
	float: left;
	width: auto;
	font-size: 110%;
	font-weight: bold;
	color:#B71B2F;
	margin-bottom: 20px;
}

/*-------------
詳細ページ・動画ページ
-------------*/
#topics_l .topics-right {
	float:left;
	width: 96%;
	margin-top: 0px;
	margin-left: 20px;
	margin-bottom: 0px;
	padding-right: 10px;
}

#topics_l .topics-left {
	float: left;
	width: auto;
	margin-top: 5px;
	margin-left: 20px;
	color:#777;
}

#topics_l .topics-right h3 {
	margin-bottom: 15px;
	padding-left: 25px; 
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	background: url(images/icon_h3.gif) no-repeat left 2px top 2px ;
	font-size: 1.3em;
}

#topics_l .topics-right img {
	width: 40%;
	height: auto;
}

#topics_l .topics-right p {
	margin-bottom: 1em;
}

#topics_l .topics-right .term-link {
	margin-top: 20px;
	padding-bottom: 10px;
	color: #777;
	font-size: 0.9em;
	text-align: right;
	border-bottom: 1px dotted #ccc;
}
}







/* ------------------- 動的ページの前に□があるタイトル ------------------- */
/* ------------------- 動的ページの前に□があるタイトル ------------------- */


.title_douteki{
	margin-left: 20px;
	margin-top: 22px;
	margin-bottom: 10px;
	padding-left: 25px;
	padding-bottom: 10px;
	width: 95%;
	border-bottom: 1px dotted #999;
	background: url(images/icon_h3.gif) no-repeat -2px 2px;
	float: left;
	font-size: 90%;
}
.lead_douteki{
	width: 95%;
	font-size: 110%;
	margin-top: 11px;
	margin-bottom: 20px;
	padding-left: 0px;
	font-weight: bold;
	line-height: 27px;
	margin-left: 20px;
}

@media only screen and (max-width:480px){
.title_douteki{
	margin-left: 10px;
	margin-top: 22px;
	margin-bottom: 10px;
	padding-left: 25px;
	padding-bottom: 10px;
	width: 90.5%;
	border-bottom: 1px dotted #999;
	background: url(images/icon_h3.gif) no-repeat -2px 2px;
	float: left;
	font-size: 90%;
}
.lead_douteki{
	width: 90.5%;
	font-size: 110%;
	margin-top: 11px;
	margin-bottom: 20px;
	padding-left: -10px;
	font-weight: bold;
	line-height: 27px;
	margin-left: 10px;
}
}






/* ------------------- サイドバーボタン ------------------- */
/* ------------------- サイドバーボタン ------------------- */
/* ------------------- サイドバーボタン ------------------- */

.button01 {
	display: inline-block;
	width: 275px;
	height: 46px;
	text-align: left;
	text-decoration: none;
	line-height: 46px;
	outline: none;
	margin-bottom: 10px;
	padding-left: 35px;
	background-image: url(images/bg_icon.png);
	background-repeat: no-repeat;
	background-position: 12px 18px;
}
.button01::before,
.button01::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button01,
.button01::before,
.button01::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button01 {
	background-color: #B71B2F;
	color: #DDD;
	font-size: 101%;
	font-weight: bold;
}
.button01:hover {
	background-color: #FF5C26;
	color: #FFF;
	font-size: 101%;
	font-weight: bold;
}



.button02 {
	display: inline-block;
	width: 275px;
	height: 46px;
	text-align: left;
	text-decoration: none;
	line-height: 46px;
	outline: none;
	margin-bottom: 20px;
	padding-left: 35px;
	background-image: url(images/bg_icon.png);
	background-repeat: no-repeat;
	background-position: 12px 18px;
}
.button02::before,
.button02::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button02,
.button02::before,
.button02::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button02 {
	background-color: #B71B2F;
	color: #DDD;
	font-size: 101%;
	font-weight: bold;
}
.button02:hover {
	background-color: #FF5C26;
	color: #FFF;
	font-size: 101%;
	font-weight: bold;
}


/* ------------------- グーグルマップ ------------------- */
/* ------------------- グーグルマップ ------------------- */
/* ------------------- グーグルマップ ------------------- */

@media only screen and (max-width:480px){
#mapField {
	width: 100%;
	height: 402px;
	float: left;
	border: 1px solid #AAAAAA;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
}
}
@media only screen and (min-width:480px)and ( max-width:780px)  {
#mapField {
	width: 100%;
	height: 402px;
	float: left;
	border: 1px solid #AAAAAA;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
}
}

@media only screen and (min-width:781px) and ( max-width:950px) {
#mapField {
	width: 95%;
	height: 402px;
	float: left;
	border: 1px solid #AAAAAA;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
}
}


@media only screen and (min-width:950px) {
#mapField {
	width: 100%;
	height: 402px;
	float: left;
	border: 1px solid #AAAAAA;
	margin-bottom: 20px;
}
}



/* ------------------- 詳細はこちら ------------------- */
/* ------------------- 詳細はこちら ------------------- */
/* ------------------- 詳細はこちら ------------------- */
.detail {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 30px;
    padding-left: 17px;
    background: url(http://c-kassei.jp/wp-content/themes/c-kassei/images/icon_pdf.png) no-repeat -2px 7px;
    font-size: 12px;
    text-decoration: underline;
    float: left;
    clear: left;
}


/* ------------------- Webサイトへリンク ------------------- */
/* ------------------- Webサイトへリンク ------------------- */
/* ------------------- Webサイトへリンク ------------------- */
.weblink {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 30px;
    padding-left: 0px;
    font-size: 12px;
    text-decoration: underline;
    float: left;
    clear: left;
}

