/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
font-size: 14px;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}

UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}

/* Add 2010/04/10 */
div.left ul.SubMenu
{
 margin: 0px;
 padding: 0px;
}

.タイトルCell,
.サイズCell
{
white-space:nowrap;
}

/* Loginモジュールが広すぎなので修正(2018/3/4削除)
.ModAuthenticationC{width: 200px;}
.dnnLogin{width:200px;}
.loginContent{width:200px;}
.dnnPrimaryAction{margin-left:0px;}
.dnnLoginRememberMe{padding-left:0px;}
.dnnLoginService .dnnFormItem{width: 200px;}
.dnnLoginService{width: 200px;}
.dnnLoginService input[type="text"],
.dnnLoginService input[type="password"]{
	width:170px;
	min-width:120px;
	margin-bottom:5px;
}
.dnnLoginService .dnnFormLabel{ 
display:inline-block; text-align:left; 
width: 170px; margin: 0px; padding: 0px; }
 */


/*Logoが未指定に変更できないので非表示に設定(2019/2/8)*/
#dnn_dnnLOGO_imgLogo {
	display: none;
}

/* facebook, twitter, connpass のリンクの表示用 (2020/3/8) */
  .btn-fb-border {
	display: inline-block;
	padding: 0.3em 0em;
	text-decoration: none;
	color: #205DEE;
	border: none;
	/*border: solid 2px #B3304C; */
	border-radius: 3px;
	transition: .4s;
  }
  .btn-fb-border:hover {
	background: #205DEE;
	color: white;
  }

.btn-twitter-border {
	display: inline-block;
	padding: 0.3em 0em;
	text-decoration: none;
	color: #67c5ff;
	border: none;
	/*border: solid 2px #B3304C; */
	border-radius: 3px;
	transition: .4s;
  }
  .btn-twitter-border:hover {
	background: #67c5ff;
	color: white;
  }

  .btn-connpass-border {
	display: inline-block;
	padding: 0.3em  0em;
	text-decoration: none;
	color: #A51504;
	border: none;
	/*border: solid 2px #B3304C; */
	border-radius: 3px;
	transition: .4s;
  }
  .btn-connpass-border:hover {
	background: #A51504;
	color: white;
  }

  .btn-flat-border {
	display: inline-block;
	padding: 0.3em 0em;
	text-decoration: none;
	color: #F33340;
	border: none;
	border: solid 2px #F33340;
	border-radius: 3px;
	transition: .4s;
  }
  .btn-flat-border:hover {
	background: #F33340;
	color: white;
  }


.home_soukai_banner a {
    display: flex;
    flex-direction: column; /* 縦に伸ばす */
    justify-content: center;
    align-items: center;
    text-align: center;
    color: yellow;
    background-color: #00708A; /* 少し明るめのバナー背景色 */
    font-size: clamp(24px, 2vw, 32px); /* 画面サイズに応じたフォントサイズ */
    line-height: 1.4;
    text-decoration: none;
    transition: 0.3s;
    padding: 5% 5%;
    margin: 5% 5% 0 5%; /* 上 | 右 | 下 | 左 */
    border-radius: 10px; /* 角を少し丸める */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* 立体感を追加 */
}

.home_soukai_banner a:hover {
    color: #f2f2f2;
}

.home_soukai_banner2 a {
    background-color: #00708A; 
    border: 1px solid transparent;
}

.home_soukai_banner2 a:hover {
    background-color: #008b8b; /* 少し明るめの背景色に */
    border: 1px solid #333;
}
}







