/*  ベース設定
----------------------------------------------- */
html
{
	overflow-y: scroll;
}

html,body
{
	height: 100%;
}

body,div,p,h1,h2,h3,h4,h5,h6
{
	margin: 0;
	padding: 0;
}

body > #container
{
	height: auto;
}

a {
	cursor: pointer;
}

a
{
	-webkit-transition:all 90ms;
	-moz-transition:all 90ms;
	-ms-transition:all 90ms;
	-o-transition:all 90ms;
	transition:all 90ms;
}


.j-htmlCode {
    overflow: auto;
}

/*  リンク付画像マウスオーバー時透明度変更
----------------------------------------------- */
a:hover img 
{ 
	filter:alpha(opacity=70);  /* IE7以下用 */
	-ms-filter: "alpha(opacity=70)"; /* IE8用 */
	-moz-opacity:0.7; /* Firefox 1.5未満, Netscape用 */
	-khtml-opacity: 0.7;  /* Safari 1.x, 他khtmlに対応したブラウザ用  */
	opacity: 0.7; /* Firefox 1.5以上, Opera, Safari用 */

	-webkit-transition:all 300ms;
	-moz-transition:all 300ms;
	-ms-transition:all 300ms;
	-o-transition:all 300ms;
	transition:all 300ms;
}  


/*  文字スタイル
----------------------------------------------- */
#header a:hover
{
	text-decoration:none;
}


#wrap_header .overview
{
	clear: both;
	float: right;
	margin: 5px 5px 0 0;
 	color: #666666;
	font-size: 90%;
	font-weight: normal;
	text-align: right;
}

#wrap_header
{
	font-size: 90%;
}

#container #wrap h1
{
	margin: 5px 0;
	padding: 0 0 0 10px;
        border-left: 5px solid #004b9f;
}

#container #wrap h2
{
 	margin: 0 0 0 3px;
	padding: 0 0 0 8px;
        border-left: 4px solid #00a3dc;
	line-height: 25px;
}

#container #wrap #imprint h2
{
	padding: 0;
	background: none;
}

#container #wrap #imprint p
{
	color: #444444;
}

#container #wrap .activityfeed h2
{
	background: url(time.gif) no-repeat 15px center;
}

#container #wrap .activityfeed .jimdo-page
{
	color: #333333;
}

#container #wrap ul, 
#container #wrap ol
{
	margin: 0;
	padding: 0;
}

#container #wrap #content ul,
#container #wrap #sidebar ul
{
	margin: 0 0 0 12px;
}

#container #wrap #content ol, 
#container #wrap #sidebar ol
{
	margin: 0 0 0 20px;
}

#container #wrap #content #breadcrumb ol
{
	margin: 0;
}

#container #footer .copyright
{
	margin: 20px 0 0 0;
}

.contents-caption
{
	font-size: 93%;
}

h2.topmenu
{
	color: #1E1E1E;
	font-size: 23px;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Mayryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	margin: 0 !important;
	padding: 0 !important;
    border: none !important;
}

/* h1装飾（h1に直接指定） */
h1.pagetitle{
    border-left: none !important;
    color: #3f3f3f;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Mayryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size: 36px;
    font-weight: bold;
    line-height: 48px;
    padding: 0 5px !important;
}

h1.pagetitle span{  
    border-top: 4px solid #004b9f;
    display: block;
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    padding: 0 0 0 2px;
}


/* スマホ等でテーブルをスクロールさせる設定 
----------------------------------------------- */
.tb_scroll
{
overflow-x: auto;
}


/* テーブル表示設定（スクロールのクラス指定した部分のみ） 
----------------------------------------------- */
.tb_scroll table
{
border-top: 1px solid #999;
border-right: 1px solid #999;
border-collapse: collapse;
width: 100%;
text-align: center;
}

.tb_scroll table th,
.tb_scroll table td
{
border-left: 1px solid #999;
border-bottom: 1px solid #999;
padding: 10px;
}

.tb_scroll table th
{
background-color: #eee;
}

/* フェードイン
----------------------------------------------- */
body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

/* フェードアウト（動作はJSで設定）
----------------------------------------------- */
body {
  transition: opacity 0.4s ease;
}

body.fade-out {
  opacity: 0;
}

/* Facebookページタイムライン可変用
----------------------------------------------- */
.fb-container
{
width: 100%;
}


/*  レイアウト
----------------------------------------------- */

body
{
	background: #f7f7f7;
}

#base
{
	clear: both;
	background: #ffffff;
	margin: 0;
}

#header
{
	clear: both;
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 25px 0px 20px 0px;
	background: #ffffff;
	overflow: hidden;
}
/* start: clearfix ------------------------------ */
#header:after 
{
	content:".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

#header 
{
	display:inline-table;
}

/* Hides from Mac IE \*/
* html #header 
{
	height: 1px;
}

#header
{
	display: block;
}
/* */
/* end: clearfix ------------------------------ */

#wrap_header
{
	clear: both;
	margin: 0 auto;
	width: 100%;
	max-width: 1240px;
	background: #ffffff;
}

#wrap_header .logo
{
	float: left;
}


#wrap_header .headermenu
{
	float: right;
}

#header ul
{
	margin: 0;
	padding: 0 6px 0 0;
}

#header li
{
	float: left;
	display: block;
	list-style: none;
	margin: 0;
	padding: 2px 0 0 35px;
	text-decoration: none;
	background:url(https://u.jimcdn.com/cms/o/s5dc06f1db72ef024/userlayout/img/headmenu.png?t=1461430129) no-repeat left center;
	background-size: 14px;
	background-position: 12pt;
}

#header li a
{
	font-weight: bold !important;
	text-decoration: none !important;
}


/* グローバルメニュー
----------------------------------------------- */

#menu
{
	clear: both;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	display: block;
	background: #fff;
	border-top: 1px solid #D6D6D6;
	border-bottom: 1px solid #D6D6D6;
}

/* start: clearfix ------------------------------ */
#menu:after
{
	content:".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

#menu
{
	display: inline-table;
}

/* Hides from Mac IE \*/
* html #menu
{
	height: 1px;
}

#menu
{
	display: block;
}
/* */
/* end: clearfix ------------------------------ */

#wrap_menu
{
	clear: both;
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 1280px;
	overflow: hidden;
}

#submenu
{
clear: both;
display: block;
margin:0 auto;
background: #333;
}
/* start: clearfix ------------------------------ */
#submenu:after {
content:".";
display:block;
height:0px;
clear:both;
visibility:hidden;
}

#submenu { display:inline-table; }

/* Hides from Mac IE \*/
* html #submenu { height:1px; }
#submenu{ display:block; }
/* */
/* end: clearfix ------------------------------ */

#wrap_submenu
{
clear: both;
margin:0 auto;
width: 100%;
max-width: 1240px;
color:#000000;
overflow: hidden;
}

#submenu2
{
clear: both;
display: block;
margin:0 auto;
background: #333;
}
/* start: clearfix ------------------------------ */
#submenu2:after {
content:".";
display:block;
height:0px;
clear:both;
visibility:hidden;
}

#submenu2 { display:inline-table; }

/* Hides from Mac IE \*/
* html #submenu2 { height:1px; }
#submenu2{ display:block; }
/* */
/* end: clearfix ------------------------------ */

#wrap_submenu2
{
clear: both;
margin:0 auto;
width: 100%;
max-width: 1240px;
color:#000000;
overflow: hidden;
}

/* グローバルメニューここまで
----------------------------------------------- */


/* グローバルメニュー内メニューレイアウト
----------------------------------------------- */

#navigation
{
	clear: both;
	width: 100%;
	max-width: 1280px;
	font-size: 14px !important;
	background: #fff;
}

#navigation .mainNav1
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navigation .mainNav1 li
{
	float: left;
	height: 42px;
	line-height: 42px;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
}

#navigation .mainNav1 li a
{
	width: 251px;
	text-align: center;
	border-right: 1px solid #fff;
	padding: 0;
	display: block;
	color: #333;
	background: #fff;
        font-weight: bold;
	text-decoration: none;
}

#navigation .mainNav1 li:nth-of-type(6n+1) a
{
    border-left: 1px solid #fff;
}

#navigation .mainNav1 li .current
{
	padding: 0;
	display: block;
	color: #333;
	border-bottom: 3px solid #004b9f;
	text-decoration: none;
}

#navigation .mainNav1 li a:hover
{
	color: #5B5B5B;
	border-bottom: 3px solid #004b9f;
}



/*  2階層目を非表示　*/
#navigation .mainNav2,
#navigation .mainNav3
{
	display: none;
}

/*  サブメニューレイアウト
----------------------------------------------- */

#submenu .mainNav1,
#submenu .mainNav2,
#submenu .mainNav3 {
	display: inline;
	margin: 0;
	padding: 0;
}


#submenu .mainNav1 li,
#submenu .mainNav2 li,
#submenu .mainNav3 li {
	display: inline;
	line-height: 20px;
}

#submenu .mainNav1 li a,#submenu .mainNav2 li a{
	float: left;
	display: block;
	padding: 5px 10px;
	color: #fff;
	font-size:14px;
        border-left: 4px solid #004b9f;
	font-weight: bold;
	text-decoration: none;
}

#submenu .mainNav1 li a,
#submenu .mainNav2 li a,
#submenu .mainNav3 li a{
 	margin: 5px;
}

#submenu .mainNav1 a:hover,
#submenu .mainNav2 a:hover,
#submenu .mainNav3 a:hover {
	color: #fff;
	background: #004b9f;
	font-weight: bold;
}

#submenu .mainNav1 .current,
#submenu .mainNav2 .current,
#submenu .mainNav3 .current {
	color: #fff;
	font-weight: bold;
	background: #004b9f;
}

/*  サブリンクメニュー一・三階層目を表示させない
----------------------------------------------- */

#submenu ul.mainNav1 li .level_1,
#submenu ul.mainNav1 li .level_3
{
display: none;
}   


/*  サブメニュー2レイアウト
----------------------------------------------- */

#submenu2 .mainNav1,
#submenu2 .mainNav2,
#submenu2 .mainNav3 {
	display: inline;
	margin: 0;
	padding: 0;
}


#submenu2 .mainNav1 li,
#submenu2 .mainNav2 li,
#submenu2 .mainNav3 li {
	display: inline;
	line-height: 20px;
}

#submenu2 .mainNav1 li a,#submenu2 .mainNav2 li a,#submenu2 .mainNav3 li a{
	float: left;
	display: block;
	padding: 5px 10px;
	color: #fff;
	font-size:14px;
        border-left: 4px solid #24AEE4;
	font-weight: bold;
	text-decoration: none;
}

#submenu2 .mainNav1 li a,
#submenu2 .mainNav2 li a,
#submenu2 .mainNav3 li a{
 	margin: 5px;
}

#submenu2 .mainNav1 a:hover,
#submenu2 .mainNav2 a:hover,
#submenu2 .mainNav3 a:hover {
	color: #fff;
	background: #24AEE4;
	font-weight: bold;
}

#submenu2 .mainNav1 .current,
#submenu2 .mainNav2 .current,
#submenu2 .mainNav3 .current {
	color: #fff;
	font-weight: bold;
	background: #24AEE4;
}

/*  サブリンクメニュー一・二階層目を表示させない
----------------------------------------------- */

#submenu2 ul.mainNav1 li .level_1,
#submenu2 ul.mainNav1 li .level_2
{
display: none;
}

/* グローバルメニュー内メニューレイアウトここまで
----------------------------------------------- */


/* スマホ表示時のフッタグローバルメニューへのスクロールボタン
----------------------------------------------- */
#sp_nav_button
{
	clear: both;
	display: none;
	margin:0 auto;
}


/* スマホ表示時フッタグローバルメニュー
----------------------------------------------- */
#sp_menu
{
	clear: both;
	display: none;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	background: #fff;
	border-top: 1px solid #D6D6D6;
	border-bottom: 1px solid #D6D6D6;
}

/* start: clearfix ------------------------------ */
#sp_menu:after
{
	content:".";
display: none;
	height: 0px;
	clear: both;
	visibility: hidden;
}

#sp_menu
{
	display: none;
}

/* Hides from Mac IE \*/
* html #sp_menu
{
	height: 1px;
}

#sp_menu
{
display: none;
}
/* */
/* end: clearfix ------------------------------ */

#wrap_sp_menu
{
	clear: both;
	display: none;
	margin: 0 auto;
	width: 100%;
	max-width: 1024px;
	overflow: hidden;
}

#sp_submenu
{
clear: both;
display: none;
margin:0 auto;
background: #333;
}
/* start: clearfix ------------------------------ */
#sp_submenu:after {
content:".";
display: none;
height:0px;
clear:both;
visibility:hidden;
}

#sp_submenu { display: none; }

/* Hides from Mac IE \*/
* html #sp_submenu { height:1px; }
#sp_submenu{ display: none; }
/* */
/* end: clearfix ------------------------------ */

#wrap_sp_submenu
{
clear: both;
margin:0 auto;
width: 100%;
max-width: 1024px;
color:#000000;
overflow: hidden;
}

#sp_submenu2
{
clear: both;
display: none;
margin:0 auto;
background: #333;
}
/* start: clearfix ------------------------------ */
#sp_submenu2:after {
content:".";
display: none;
height:0px;
clear:both;
visibility:hidden;
}

#sp_submenu2 { display: none; }

/* Hides from Mac IE \*/
* html #sp_submenu2 { height:1px; }
#sp_submenu2{ display: none; }
/* */
/* end: clearfix ------------------------------ */

#wrap_sp_submenu2
{
clear: both;
margin:0 auto;
width: 100%;
max-width: 1024px;
color:#000000;
overflow: hidden;
}

/* スマホ表示時フッタフローバルメニューここまで
----------------------------------------------- */

/* スマホ表示フッタグローバルメニュー内メニューレイアウト
----------------------------------------------- */

#sp_navigation
{
	clear: both;
	width: 100%;
	max-width: 1024px;
	font-size: 14px !important;
	background: #fff;
}

#sp_navigation .mainNav1
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sp_navigation .mainNav1 li
{
	float: left;
	height: 42px;
	line-height: 42px;
}

#sp_navigation .mainNav1 li a
{
	width: 203px;
	text-align: center;
	border-right: 1px solid #fff;
	padding: 0;
	display: block;
	color: #333;
	background: #fff;
        font-weight: bold;
	text-decoration: none;
}

#sp_navigation .mainNav1 li:nth-of-type(6n+1) a
{
    border-left: 1px solid #fff;
}

#sp_navigation .mainNav1 li .current
{
	padding: 0;
	display: block;
	color: #333;
	text-decoration: none;
}

#sp_navigation .mainNav1 li a:hover
{
	color: #5B5B5B;
}



/*  2階層目を非表示　*/
#sp_navigation .mainNav2,
#sp_navigation .mainNav3
{
	display: none;
}

/*  サブメニューレイアウト
----------------------------------------------- */

#sp_submenu .mainNav1,
#sp_submenu .mainNav2,
#sp_submenu .mainNav3 {
	display: inline;
	margin: 0;
	padding: 0;
}


#sp_submenu .mainNav1 li,
#sp_submenu .mainNav2 li,
#sp_submenu .mainNav3 li {
	display: inline;
	line-height: 20px;
}

#sp_submenu .mainNav1 li a,#sp_submenu .mainNav2 li a{
	float: left;
	display: none;
	padding: 5px 10px;
	color: #fff;
	font-size:14px;
        border-left: 4px solid #004b9f;
	font-weight: bold;
	text-decoration: none;
}

#sp_submenu .mainNav1 li a,
#sp_submenu .mainNav2 li a,
#sp_submenu .mainNav3 li a{
 	margin: 5px;
}

#sp_submenu .mainNav1 a:hover,
#sp_submenu .mainNav2 a:hover,
#sp_submenu .mainNav3 a:hover {
	color: #fff;
	background: #004b9f;
	font-weight: bold;
}

#sp_submenu .mainNav1 .current,
#sp_submenu .mainNav2 .current,
#sp_submenu .mainNav3 .current {
	color: #fff;
	font-weight: bold;
	background: #004b9f;
}

/*  サブリンクメニュー一・三階層目を表示させない
----------------------------------------------- */

#sp_submenu ul.mainNav1 li .level_1,
#sp_submenu ul.mainNav1 li .level_3
{
display: none;
}   


/*  サブメニュー2レイアウト
----------------------------------------------- */

#sp_submenu2 .mainNav1,
#sp_submenu2 .mainNav2,
#sp_submenu2 .mainNav3 {
	display: inline;
	margin: 0;
	padding: 0;
}


#sp_submenu2 .mainNav1 li,
#sp_submenu2 .mainNav2 li,
#sp_submenu2 .mainNav3 li {
	display: inline;
	line-height: 20px;
}

#sp_submenu2 .mainNav1 li a,#sp_submenu2 .mainNav2 li a,#sp_submenu2 .mainNav3 li a{
	float: left;
	display: none;
	padding: 5px 10px;
	color: #fff;
	font-size:14px;
        border-left: 4px solid #24AEE4;
	font-weight: bold;
	text-decoration: none;
}

#sp_submenu2 .mainNav1 li a,
#sp_submenu2 .mainNav2 li a,
#sp_submenu2 .mainNav3 li a{
 	margin: 5px;
}

#sp_submenu2 .mainNav1 a:hover,
#sp_submenu2 .mainNav2 a:hover,
#sp_submenu2 .mainNav3 a:hover {
	color: #fff;
	background: #24AEE4;
	font-weight: bold;
}

#sp_submenu2 .mainNav1 .current,
#sp_submenu2 .mainNav2 .current,
#sp_submenu2 .mainNav3 .current {
	color: #fff;
	font-weight: bold;
	background: #24AEE4;
}

/*  サブリンクメニュー一・二階層目を表示させない
----------------------------------------------- */

#sp_submenu2 ul.mainNav1 li .level_1,
#sp_submenu2 ul.mainNav1 li .level_2
{
display: none;
}

/* スマホ表示時フッタグローバルメニュー内メニューレイアウトここまで
----------------------------------------------- */

#container
{
	clear: both;
	margin: 0 auto;
	width: 100%;
	max-width: 1280px;
	padding: 0px 0px 30px 0px; 
	background: #ffffff;
}

#wrap 
{
	clear: both;
	margin: 0 auto;
	width: 100%;
    max-width: 1280px;
}

#content
{
    clear: both;
    margin: 0 auto;
    max-width: 1240px;
    padding: 20px 0;
    width: 100%;
}

#footer_menu
{
	clear: both;
	margin:0 auto;
	background: #f0f0f0;
}

#wrap_footer_menu
{
	clear: both;
	margin:0 auto;
	width: 100%;
	max-width: 1280px;
	background: #f0f0f0;
	overflow: hidden;
}

#footer_menu .gutter 
{
	clear: both;
	margin:0 auto;
	width: 100%;
	max-width: 1240px;
	padding: 20px 10px 10px 10px; 
	overflow: hidden;
}

#footer
{
	clear: both;
	margin: 0 auto;
	padding: 20px 0px 10px 0px;
	background: #3c3c3c;
	height: 150px;
	color: #ffffff;
}

#wrap_footer
{
	clear: both;
	margin: 0 auto;
	width: 100%;
	max-width: 1240px;
	overflow: hidden;
}

#footer .gutter 
{
	margin-left: 5px;
	margin-right: 5px;
	color: #ffffff;
}

#footer .gutter a
{
	color: #ffffff;
}

#clear
{
	clear: both;
}   

/*  （クラス）指定した場所にトップへ戻るボタンを設置（クリックで色変更）
--------------------------------------------------------------- */
.backtotop 
{
float: right;
width: 170px;
text-align: center;
font-weight: bold;
font-size: 14px;
margin: 5 !important;
padding: 10px !important;
line-height: 18px;
color: #ffffff  !important;
text-decoration: none !important;
background: #333333;
border-radius: 3px;
} 

.backtotop:hover,active
{
float:right;
text-align: center;
font-weight: bold; 
font-size:14px;
text-decoration: none !important;
background: #515151;
}                  


/*  コンテンツリスト横表示
----------------------------------------------- */
.navigation 
{
	list-style-type: none;
	float: left;
	margin-left: 0px; 
	padding-left: 0px; 
}     


/*  回り込み解除指定
----------------------------------------------- */         
.clear
{
	clear: both;
}
  
.clear hr
{
	display: none;
}


/*ブログ設定
----------------------------------------------- */
/* 日付部分日本語化 */
.blogselection div.n {
    padding: 10px 0 0 !important;
}

.blogselection .datetime,
.blogselection .datetime-inner{
    height:20px;
    float:right;
    background: none;
}

.cc-page-blog .datetime,
.cc-page-blog .datetime-inner{
    height:20px;
    float:right;
    background: none;
}

.blogselection .datetime-inner{
    background:url(datetime.png) 0px 4px no-repeat;
}

.blogselection .datetime .yr{
    padding:0px;
    margin:5px;
	height:20px;
	font-weight:bold;
    color:#2A2C2E;
    text-align:right;
    vertical-align:top;
    display:inline;
    line-height:2.5 !important;
}

.blogselection .datetime .mon{
    padding:0px;
    margin:5px;
	height:20px;
	font-weight:bold;
    color:#2A2C2E;
    text-align:center;
    vertical-align:top;
    display:inline;
    line-height:2.5 !important;
}

.blogselection .datetime .day{
    padding:0px;
    margin:5px;
	height:20px;
    background:none;
	font-weight:bold;
    color:#2A2C2E;
    text-align:left;
    vertical-align:top;
    display:inline;
    line-height:2.5 !important;
}

/* 続きを読む等非表示 */
.j-blogSelection .n .blogreadmore,
.j-blogSelection .n .comment
{
	display:none !important;
} 


/* ブログ記事タイトル一覧表示部分 */
#container #wrap .blogselection h2
{
	margin: 4px 5px 0px 0;
	padding: 4px 0 0 8px;
	border: none;
	font-weight: bold;
	border-left: 4px solid #004b9f;
	line-height: 1.4;
}
#container #wrap .blogselection h2 a
{
	color: #1155aa;
	text-decoration: none;
	font-weight: bold;
}

/*ブログ一覧表示間隔設定*/
#container #wrap .blogselection .clearover
{
	margin: 0 0 0px 0;
}

/* パンくずリスト
---------------------------------------------*/
#breadcrumb{
	margin:0px auto;
	padding:10px;
	font-size:14px;
}

.cc-indexpage #breadcrumb{
	display: none;
}

#breadcrumb div{
	display:inline;
}

#breadcrumb ol{
	margin:0px;
	padding:10px;
	display:inline;
}

#breadcrumb ol li{
	display:inline;
	margin-right:10px;
	font-size:14px;
}

#breadcrumb ol li:before{
	content:"> ";
} 


/*リンクボタン
----------------------------------------------- */
.link
{
	display: inline-block;
	*display: inline;  
	*zoom: 1;
	margin: 5px 0;
	padding: 10px;
	line-height: 18px;
	color: #ffffff !important;
	text-decoration: none !important;
	background: #c83b3b;
	border-radius: 2px;
}

.link:hover
{
	text-decoration: underline !important;
	background: #C65555;
}

.link2
{
	display: inline-block;
	*display: inline;  
	*zoom: 1;
	margin: 5px 0;
	padding: 10px;
	line-height: 18px;
	color: #ffffff !important;
	text-decoration: none !important;
	background: #302e2f;
	border-radius: 2px;
}

.link2:hover
{
	text-decoration: underline !important;
	background: #514E4F;
}

.link3
{
	display: inline-block;
	*display: inline;  
	*zoom: 1;
	margin: 5px 0;
	padding: 10px;
	line-height: 18px;
	color: #ffffff !important;
	text-decoration: none !important;
	background: #00aeef;
	border-radius: 2px;
}

.link3:hover
{
	text-decoration: underline !important;
	background: #67C7EA;
}

.link4
{
	display: inline-block;
	*display: inline;  
	*zoom: 1;
	margin: 5px 0;
	padding: 10px;
	line-height: 18px;
	color: #ffffff !important;
	text-decoration: none !important;
	background: #82AC5A;
	border-radius: 2px;
}

.link4:hover
{
	text-decoration: underline !important;
	background: #9AC96A;
}

.link_block
{
	display: block;
	margin: 5px;
	padding: 10px;
	line-height: 18px;
	color: #ffffff !important;
text-align: center;
	text-decoration: none !important;
	background: #c83b3b;
	border-radius: 2px;
}

.link_block:hover
{
	text-decoration: underline !important;
	background: #C65555;
}

.link2_block
{
	display: block;
	margin: 5px;
	padding: 10px;
	line-height: 18px;
	color: #ffffff !important;
text-align: center;
	text-decoration: none !important;
	background: #302e2f;
	border-radius: 2px;
}

.link2_block:hover
{
	text-decoration: underline !important;
	background: #514E4F;
}

.link3_block
{
	display: block;
	margin: 5px;
	padding: 10px;
	line-height: 18px;
	color: #ffffff !important;
text-align: center;
	text-decoration: none !important;
	background: #00aeef;
	border-radius: 2px;
}

.link3_block:hover
{
	text-decoration: underline !important;
	background: #67C7EA;
}

.link4_block
{
	display: block;
	margin: 5px;
	padding: 10px;
	line-height: 18px;
	color: #ffffff !important;
text-align: center;
	text-decoration: none !important;
	background: #82AC5A;
	border-radius: 2px;
}

.link4_block:hover
{
	text-decoration: underline !important;
	background: #9AC96A;
}

.link_block_sp
{
	display: none;
	margin: 5px;
	padding: 10px;
	line-height: 18px;
	color: #ffffff !important;
text-align: center;
	text-decoration: none !important;
	background: #c83b3b;
	border-radius: 2px;
}

.link_block_sp:hover
{
	text-decoration: underline !important;
	background: #C65555;
}

.link2_block_sp
{
	display: none;
	margin: 5px;
	padding: 10px;
	line-height: 18px;
	color: #ffffff !important;
text-align: center;
	text-decoration: none !important;
	background: #302e2f;
	border-radius: 2px;
}

.link2_block_sp:hover
{
	text-decoration: underline !important;
	background: #514E4F;
}

.link3_block_sp
{
	display: none;
	margin: 5px;
	padding: 10px;
	line-height: 18px;
	color: #ffffff !important;
text-align: center;
	text-decoration: none !important;
	background: #00aeef;
	border-radius: 2px;
}

.link3_block_sp:hover
{
	text-decoration: underline !important;
	background: #67C7EA;
}

.link4_block_sp
{
	display: none;
	margin: 5px;
	padding: 10px;
	line-height: 18px;
	color: #ffffff !important;
text-align: center;
	text-decoration: none !important;
	background: #82AC5A;
	border-radius: 2px;
}

.link4_block_sp:hover
{
	text-decoration: underline !important;
	background: #9AC96A;
}

.rssFeed a
{
	font-weight: bold;
}



/* iframeレスポンシブ対応 
----------------------------------------------- */
.iframe-variable
{
  position: relative;
  width: 100%;
  padding: 75% 0 0 0;
  }
  
.iframe-variable iframe
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }


/* FlexSlider v2.0（トップページコンテンツスライダー）追加設定
----------------------------------------------- */

/* 画像サイズ設定・トップページ表示設定*/

.cc-indexpage .flexslider
{
 display:block;
 overflow: hidden;
width: 100%;
 max-width: 1800px;
}

/* トップページ以外非表示設定*/
.flexslider
{
 display:none;
}


/* FlexSlider v2.0（トップページコンテンツスライダー）設定
----------------------------------------------- */

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}



/* FlexSlider Default Theme（メイン画像部分、余白部分編集設定）
*********************************/
.flexslider {margin: 0 auto; border: 0px solid #333; position: relative; zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}

/* Direction Nav */
.flex-direction-nav a {width: 50px; height: 114px; margin: -20px 0 0; display: block; background: url(https://u.jimcdn.com/cms/o/s5dc06f1db72ef024/userlayout/img/bg-direction-nav.png?t=1392285372) no-repeat 0 0; position: absolute; top: 45%; cursor: pointer; text-indent: -9999px; filter: alpha(opacity=0); opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: 0px; }
.flex-direction-nav .flex-prev {left: 0px;}
.flexslider:hover .flex-next {filter: alpha(opacity=80); opacity:0.8; right: 5px;}
.flexslider:hover .flex-prev {filter: alpha(opacity=80); opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .disabled {opacity: .3!important; filter: alpha(opacity=30); cursor: default;}


/* Control Nav（非表示設定） */
.flex-control-nav{display:none;}

/* スマホ用レスポンシブ設定
----------------------------------------------- */
@media screen and (max-width:640px){

.j-hgrid .cc-m-hgrid-column,
.cc-imagewrapper
{
	width: 100% !important;
}


.cc-m-video-wrapper,.j-htmlCode
{
	width: 100% !important;
}

img{
	max-width: 100% !important;
	height: auto !important;
}

.cc-indexpage .backtotop {
	display: block;
}

.cc-indexpage #header
{
	clear: both;
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 20px 0px 10px 0px;
	background: #ffffff;
	overflow: hidden;
}

#header
{
	clear: both;
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 20px 0px 10px 0px;
	background: #ffffff;
	border-bottom: 0px;
	overflow: hidden;
}

#header ul
{
	float: left !important;
	margin: 0;
	padding: 0;
}

#header li
{
	float: left;
	display: block;
	list-style: none;
	margin: 0 -6px 0 0;
	padding: 2px 0 0 31px;
	text-decoration: none;
	background:url(https://u.jimcdn.com/cms/o/s5dc06f1db72ef024/userlayout/img/headmenu.png?t=1461430129) no-repeat left center;
	background-size: 14px;
	background-position: 12pt;
	text-decoration: none;
}

#wrap_header .headermenu
{
	float: left;
}

#wrap_header .overview
{
	display: none;
}

/* Facebookページタイムライン可変用
----------------------------------------------- */
.fb-container
{
width: 97%;
}


/* h1装飾（h1に直接指定） */
h1.pagetitle{
    border-left: none !important;
    color: #3f3f3f;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Mayryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 38px;
    padding: 0 5px !important;
}

h1.pagetitle span{  
    border-top: 4px solid #004b9f;
    display: block;
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
    padding: 0 0 0 2px;
}

/* スマホ用メニュー設定
----------------------------------------------- */

#menu
{
	clear: both;
	margin: 0 auto;
	display: none;
	background: #fff;
	border-top: 1px solid #D6D6D6;
	border-bottom: 1px solid #D6D6D6;
}
/* start: clearfix ------------------------------ */
#menu:after {
content:".";
display:block;
height:0px;
clear:both;
visibility:hidden;
}

#menu { display:inline-table; }

/* Hides from Mac IE \*/
* html #menu { height:1px; }
#menu { display:block; }
/* */
/* end: clearfix ------------------------------ */

#wrap_menu
{
	clear: both;
	display: none;
	margin:0 auto;
}


.cc-indexpage #menu
{
	clear: both;
	margin: 0 auto;
	display: block;
	background: #fff;
	border-top: 1px solid #D6D6D6;
	border-bottom: 1px solid #D6D6D6;
}
/* start: clearfix ------------------------------ */
.cc-indexpage #menu:after {
content:".";
display:block;
height:0px;
clear:both;
visibility:hidden;
}

.cc-indexpage #menu { display:inline-table; }

/* Hides from Mac IE \*/
* html .cc-indexpage #menu { height:1px; }
.cc-indexpage #menu { display:block; }
/* */
/* end: clearfix ------------------------------ */

.cc-indexpage #wrap_menu
{
	clear: both;
	display: block;
	margin:0 auto;
}


#navigation
{
	clear: both;
}

#navigation .mainNav1
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navigation .mainNav1 li
{
	text-align: center;
	float: left;
	width: 50%;
	background: #fff;
	line-height: 3 !important;
	border-top: none !important;
	border-bottom: none !important;
	height: auto;
}

#navigation .mainNav1 li:nth-of-type(1)
{
	text-align: center;
	float: left;
	width: 100%;
	background: #fff;
	line-height: 3 !important;
	border-top: none !important;
	border-bottom: none !important;
	height: auto;
}

#navigation .mainNav1 li a
{
	text-align: center;
	border-right: 1px solid #fff;
	padding: 0;
	display: block;
	width: 100%;
	color: #333;
	background: #fff;
        font-weight: bold;
	text-decoration: none;
}

#navigation .mainNav1 li:nth-of-type(n+1) a
{
        border-left: 1px solid #fff;
}

#navigation .mainNav1 li .current
{
	padding: 0;
	display: block;
	color: #fff;
	background: #416C97;
	border-bottom: none !important;
	text-decoration: none;
}

#navigation .mainNav1 li a:hover
{
	color: #fff;
	background: #416C97;
	border-bottom: none !important;
}

/*  サブリンクメニューを表示させない
----------------------------------------------- */

#submenu ul.mainNav1 li .level_1,
#submenu ul.mainNav1 li .level_2,
#submenu ul.mainNav1 li .level_3
{
display: none;
}   

/*  サブリンクメニュー2を表示させない
----------------------------------------------- */

#submenu2 ul.mainNav1 li .level_1,
#submenu2 ul.mainNav1 li .level_2,
#submenu2 ul.mainNav1 li .level_3
{
display: none;
}

/* スマホ用メニュー設定ここまで
----------------------------------------------- */



/* スマホ表示時のフッタグローバルメニューへのスクロールボタン
----------------------------------------------- */
#sp_nav_button
{
	clear: both;
	display: block;
	margin:0 auto;
}


.cc-indexpage #sp_nav_button
{
	clear: both;
	display: none;
	margin:0 auto;
}



/* スマホ用フッタグローバルメニュー設定
----------------------------------------------- */

#sp_menu
{
	clear: both;
	margin: 0 auto;
	display: block;
	background: #fff;
	border-top: 1px solid #D6D6D6;
	border-bottom: 1px solid #D6D6D6;
}
/* start: clearfix ------------------------------ */
#sp_menu:after {
content:".";
display:block;
height:0px;
clear:both;
visibility:hidden;
}

#sp_menu { display:inline-table; }

/* Hides from Mac IE \*/
* html #sp_menu { height:1px; }
#sp_menu { display:block; }
/* */
/* end: clearfix ------------------------------ */

#wrap_sp_menu
{
	clear: both;
	display: block;
	margin:0 auto;
}

.cc-indexpage #sp_menu
{
	clear: both;
	margin: 0 auto;
	display: none;
	background: #fff;
	border-top: 1px solid #D6D6D6;
	border-bottom: 1px solid #D6D6D6;
}
/* start: clearfix ------------------------------ */
.cc-indexpage #sp_menu:after {
content:".";
display:none;
height:0px;
clear:both;
visibility:hidden;
}

.cc-indexpage #sp_menu { display:none; }

/* Hides from Mac IE \*/
* html .cc-indexpage #sp_menu { height:1px; }
.cc-indexpage #sp_menu { display:none; }
/* */
/* end: clearfix ------------------------------ */

.cc-indexpage #wrap_sp_menu
{
	clear: both;
	display: none;
	margin:0 auto;
}


#sp_navigation
{
	clear: both;
}

#sp_navigation .mainNav1
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sp_navigation .mainNav1 li
{
	text-align: center;
	float: left;
	width: 50%;
	background: #fff;
	line-height: 3 !important;
	height: auto;
}

#sp_navigation .mainNav1 li:nth-of-type(1)
{
	text-align: center;
	float: left;
	width: 100%;
	background: #fff;
	line-height: 3 !important;
	height: auto;
}

#sp_navigation .mainNav1 li a
{
	text-align: center;
	border-right: 1px solid #fff;
	padding: 0;
	display: block;
	width: 100%;
	color: #333;
	background: #fff;
        font-weight: bold;
	text-decoration: none;
}

#sp_navigation .mainNav1 li:nth-of-type(n+1) a
{
        border-left: 1px solid #fff;
}

#sp_navigation .mainNav1 li .current
{
	padding: 0;
	display: block;
	color: #fff;
	background: #416C97;
	text-decoration: none;
}

#sp_navigation .mainNav1 li a:hover
{
	color: #fff;
	background: #416C97;
}

/*  スマホ用フッタサブメニューレイアウト
----------------------------------------------- */
#sp_submenu
{
clear: both;
display: block;
margin:0 auto;
background: #333;
}
/* start: clearfix ------------------------------ */
#sp_submenu:after {
content:".";
display:block;
height:0px;
clear:both;
visibility:hidden;
}

#sp_submenu { display:inline-table; }

/* Hides from Mac IE \*/
* html #sp_submenu { height:1px; }
#sp_submenu{ display:block; }
/* */
/* end: clearfix ------------------------------ */

#wrap_sp_submenu
{
clear: both;
margin:0 auto;
width: 100%;
max-width: 1024px;
color:#000000;
overflow: hidden;
}

#sp_submenu2
{
clear: both;
display: block;
margin:0 auto;
background: #333;
}
/* start: clearfix ------------------------------ */
#sp_submenu2:after {
content:".";
display:block;
height:0px;
clear:both;
visibility:hidden;
}

#sp_submenu2 { display:inline-table; }

/* Hides from Mac IE \*/
* html #sp_submenu2 { height:1px; }
#sp_submenu2{ display:block; }
/* */
/* end: clearfix ------------------------------ */

#wrap_sp_submenu2
{
clear: both;
margin:0 auto;
width: 100%;
max-width: 1024px;
color:#000000;
overflow: hidden;
}


#sp_submenu .mainNav1,
#sp_submenu .mainNav2,
#sp_submenu .mainNav3 {
	display: inline;
	margin: 0;
	padding: 0;
}


#sp_submenu .mainNav1 li,
#sp_submenu .mainNav2 li,
#sp_submenu .mainNav3 li {
	display: inline;
	line-height: 20px;
}

#sp_submenu .mainNav1 li a,#sp_submenu .mainNav2 li a{
	float: left;
	display: block;
	padding: 5px 10px;
	color: #fff;
	font-size:14px;
        border-left: 4px solid #004b9f;
	font-weight: bold;
	text-decoration: none;
}

#sp_submenu .mainNav1 li a,
#sp_submenu .mainNav2 li a,
#sp_submenu .mainNav3 li a{
 	margin: 5px;
}

#sp_submenu .mainNav1 a:hover,
#sp_submenu .mainNav2 a:hover,
#sp_submenu .mainNav3 a:hover {
	color: #fff;
	background: #004b9f;
	font-weight: bold;
}

#sp_submenu .mainNav1 .current,
#sp_submenu .mainNav2 .current,
#sp_submenu .mainNav3 .current {
	color: #fff;
	font-weight: bold;
	background: #004b9f;
}

/*  サブリンクメニュー一・三階層目を表示させない
----------------------------------------------- */

#sp_submenu ul.mainNav1 li .level_1,
#sp_submenu ul.mainNav1 li .level_3
{
display: none;
}   


/*  スマホ用フッタサブメニュー2レイアウト
----------------------------------------------- */

#sp_submenu2 .mainNav1,
#sp_submenu2 .mainNav2,
#sp_submenu2 .mainNav3 {
	display: inline;
	margin: 0;
	padding: 0;
}


#sp_submenu2 .mainNav1 li,
#sp_submenu2 .mainNav2 li,
#sp_submenu2 .mainNav3 li {
	display: inline;
	line-height: 20px;
}

#sp_submenu2 .mainNav1 li a,#sp_submenu2 .mainNav2 li a,#sp_submenu2 .mainNav3 li a{
	float: left;
	display: block;
	padding: 5px 10px;
	color: #fff;
	font-size:14px;
        border-left: 4px solid #24AEE4;
	font-weight: bold;
	text-decoration: none;
}

#sp_submenu2 .mainNav1 li a,
#sp_submenu2 .mainNav2 li a,
#sp_submenu2 .mainNav3 li a{
 	margin: 5px;
}

#sp_submenu2 .mainNav1 a:hover,
#sp_submenu2 .mainNav2 a:hover,
#sp_submenu2 .mainNav3 a:hover {
	color: #fff;
	background: #24AEE4;
	font-weight: bold;
}

#sp_submenu2 .mainNav1 .current,
#sp_submenu2 .mainNav2 .current,
#sp_submenu2 .mainNav3 .current {
	color: #fff;
	font-weight: bold;
	background: #24AEE4;
}

/*  サブリンクメニュー一・二階層目を表示させない
----------------------------------------------- */

#sp_submenu2 ul.mainNav1 li .level_1,
#sp_submenu2 ul.mainNav1 li .level_2
{
display: none;
}

/* スマホ用フッタグローバルメニュー設定ここまで
----------------------------------------------- */

#base
{
	overflow: hidden;
}

#content
{
	clear: both;
	margin:0 auto;
	width: 100%;
	padding: 20px 0px 10px 0px; 
}

#footer_menu .gutter 
{
	clear: both;
	margin:0 auto;
	width: 100%;
	padding: 20px 0px 10px 0px;
	overflow: hidden;
}

.blogselection h2
{
        text-align:left !important;
	width:98% !important;
}

h1.j-blog-header
{
        text-align:left !important;
}

.link_block_sp
{
	display: block;
	margin: 5px;
	padding: 10px;
	line-height: 18px;
	color: #ffffff !important;
text-align: center;
	text-decoration: none !important;
	background: #c83b3b;
	border-radius: 2px;
}

.link_block_sp:hover
{
	text-decoration: underline !important;
	background: #C65555;
}

.link2_block_sp
{
	display: block;
	margin: 5px;
	padding: 10px;
	line-height: 18px;
	color: #ffffff !important;
text-align: center;
	text-decoration: none !important;
	background: #302e2f;
	border-radius: 2px;
}

.link2_block_sp:hover
{
	text-decoration: underline !important;
	background: #514E4F;
}

.link3_block_sp
{
	display: block;
	margin: 5px;
	padding: 10px;
	line-height: 18px;
	color: #ffffff !important;
text-align: center;
	text-decoration: none !important;
	background: #00aeef;
	border-radius: 2px;
}

.link3_block_sp:hover
{
	text-decoration: underline !important;
	background: #67C7EA;
}

.link4_block_sp
{
	display: block;
	margin: 5px;
	padding: 10px;
	line-height: 18px;
	color: #ffffff !important;
text-align: center;
	text-decoration: none !important;
	background: #82AC5A;
	border-radius: 2px;
}

.link4_block_sp:hover
{
	text-decoration: underline !important;
	background: #9AC96A;
}
}

/* タブレット用レスポンシブ設定
----------------------------------------------- */
@media screen
and (min-width:641px)
and (max-width:979px) 
{

.cc-m-video-wrapper,.j-htmlCode
{
	width: 100% !important;
}

img{
	max-width: 100% !important;
	height: auto !important;
}

.cc-indexpage .backtotop {
	display: block;
}

#wrap_header .logo
{
    float: left;
    max-width: 45%;
}

#wrap_header .headermenu
{
	float: right;
}

#wrap_header .overview
{
	display: block;
}

/* h1装飾（h1に直接指定） */
h1.pagetitle{
    border-left: none !important;
    color: #3f3f3f;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Mayryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 38px;
    padding: 0 5px !important;
}

h1.pagetitle span{  
    border-top: 4px solid #004b9f;
    display: block;
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
    padding: 0 0 0 2px;
}

/* タブレット用メニュー設定
----------------------------------------------- */

#menu
{
	clear: both;
	margin: 0 auto;
	display: block;
	background: #fff;
	border-top: 1px solid #D6D6D6;
	border-bottom: 1px solid #D6D6D6;
}

/* start: clearfix ------------------------------ */
#menu:after {
content:".";
display:block;
height:0px;
clear:both;
visibility:hidden;
}

#menu { display:inline-table; }

/* Hides from Mac IE \*/
* html #menu { height:1px; }
#menu { display:block; }
/* */
/* end: clearfix ------------------------------ */

#wrap_menu
{
	clear: both;
	display: block;
	margin:0 auto;
}

#navigation
{
	clear: both;
}

#navigation .mainNav1
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navigation .mainNav1 li
{
	text-align: center;
	float: left;
	width: 50%;
	background: #fff;
	line-height: 3 !important;
	border-top: none !important;
	border-bottom: none !important;
	height: auto;
}

#navigation .mainNav1 li:nth-of-type(1)
{
	text-align: center;
	float: left;
	width: 100%;
	background: #fff;
	line-height: 3 !important;
	border-top: none !important;
	border-bottom: none !important;
	height: auto;
}

#navigation .mainNav1 li a
{
	text-align: center;
	border-right: 1px solid #fff;
	padding: 0;
	display: block;
	width: 100%;
	color: #333;
	background: #fff;
        font-weight: bold;
	text-decoration: none;
}

#navigation .mainNav1 li:nth-of-type(n+1) a
{
        border-left: 1px solid #fff;
}

#navigation .mainNav1 li .current
{
	padding: 0;
	display: block;
	color: #fff;
	background: #416C97;
	border-bottom: none !important;
	text-decoration: none;
}

#navigation .mainNav1 li a:hover
{
	color: #fff;
	background: #416C97;
	border-bottom: none !important;
}

/* タブレット用メニュー設定ここまで
----------------------------------------------- */


#content
{
	clear: both;
	margin:0 auto;
	width: 100%;
	padding: 20px 0px 10px 0px; 
}

#footer_menu .gutter 
{
	clear: both;
	margin:0 auto;
	width: 100%;
	padding: 20px 0px 10px 0px; 
}

.blogselection h2
{
        text-align:left !important;
	width:98% !important;
}

h1.j-blog-header
{
        text-align:left !important;
}

.link_block_sp
{
	display: block;
	margin: 5px;
	padding: 10px;
	line-height: 18px;
	color: #ffffff !important;
text-align: center;
	text-decoration: none !important;
	background: #c83b3b;
	border-radius: 2px;
}

.link_block_sp:hover
{
	text-decoration: underline !important;
	background: #C65555;
}

.link2_block_sp
{
	display: block;
	margin: 5px;
	padding: 10px;
	line-height: 18px;
	color: #ffffff !important;
text-align: center;
	text-decoration: none !important;
	background: #302e2f;
	border-radius: 2px;
}

.link2_block_sp:hover
{
	text-decoration: underline !important;
	background: #514E4F;
}

.link3_block_sp
{
	display: block;
	margin: 5px;
	padding: 10px;
	line-height: 18px;
	color: #ffffff !important;
text-align: center;
	text-decoration: none !important;
	background: #00aeef;
	border-radius: 2px;
}

.link3_block_sp:hover
{
	text-decoration: underline !important;
	background: #67C7EA;
}

.link4_block_sp
{
	display: block;
	margin: 5px;
	padding: 10px;
	line-height: 18px;
	color: #ffffff !important;
text-align: center;
	text-decoration: none !important;
	background: #82AC5A;
	border-radius: 2px;
}

.link4_block_sp:hover
{
	text-decoration: underline !important;
	background: #9AC96A;
}
}