

@charset "utf-8";

/* 1.common
----------------------------------------------------------- */

a:link   {color:#00748b;text-decoration:underline;}
a:active {color:#00748b;text-decoration:underline;}
a:hover  {color:#ff6400;text-decoration:none;}
a:visited{color:#00748b;text-decoration:underline;}

#admin{
	font-size: 16px;
	background: none;
}
.noborder{
	border:none!important;
	border-top:none!important;
	border-bottom:none!important;
	border-left:none!important;
	border-right:none!important;
}
.border_top{
	border-top:1px #ccc solid!important;
}

/* oblique */
span.oblique {font-style:italic;}

/* resize */
span.big {font-size:133.33%;}
span.large {font-size:116.66%;}
span.small {font-size:83.33%;}

/* bold */
strong {
	font-weight:bold;
}
p.note{
	margin:-3px 0 3px;
	font-size:14px;
	letter-spacing:normal;
}
span.checkbox + p.note,
span.radio + p.note{
	margin:10px 0 3px;
}
p.note.top{
	margin:3px 0;
}

.line {
	border-bottom:1px #cccccc solid;
	margin:5px 0;
	padding:5px 0;
}
.coution{
	font-size:83.33%;
	margin:0px;
	padding:0 0 0 5px;
}
.pageTop{
	text-align:right;
	display:block;
	padding-top:10px;
	padding-bottom:10px;
	border-top:1px #cccccc solid;
	border-bottom:1px #cccccc solid;
	margin:10px 0 10px 0;
}
.noBorder {
	padding-bottom:0 !important;
	border-bottom:none !important;
}
.err {
	border:2px solid #6b0e09;
	padding:3px;
	color:#CC3300;
	margin:0 0 1px 0;
}
.red{color:red;}

/* form */
.form_gallery{
	width:170px;
	display:block
}


/*undisplayed*/
tr.undisplayed td,
tr.undisplayed td input{
	color:#cccccc;
	transition:all 0.3s linear;
}
tr.undisplayed td:hover,
tr.undisplayed td input:hover{
	color:#464646;
	transition:all 0.3s linear;
}
tr.undisplayed td img{
    opacity:0.25;
    filter: alpha(opacity=25);
}

/*exclusion*/
tr.exclusion{
	background:red;
}
tr.exclusion td{
	color:#fff;
	transition:all 0.3s linear;
}
tr.exclusion td:hover{
	color:#fff;
	transition:all 0.3s linear;
}
tr.exclusion td img{
    opacity:0.25;
    filter: alpha(opacity=25);
}

/* btn */
ul.btn{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px #cccccc dotted;
}
ul.btn li{
	display:inline-block;
	*display:inline;
	padding:7px 10px 0 0;
	vertical-align:top;
	zoom:1;
}
ul.btn li.ttl{
	padding:0 30px 0px 10px;
	color:#1b3c5f;
	border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
	background: url(../img/arr.png) no-repeat 60px center;
}
ul.btn li.ttl img{
	padding:0 10px 0px 0;
}

@media screen and (min-width:420px){
	body,
	input,
	select,
	textarea {
		font-size: 14px;
	}
}
@media screen and (min-width:640px){
	body,
	input,
	select,
	textarea {
		font-size: 16px;
	}
}



/* 2.login
----------------------------------------------------------- */
div#login       {width:620px;}
div#login p,
div#login h1,
div#input       {width:100%;}
div#login dl    {width:100%;}


div#login,
div#login p,
div#login h1,
div#input {
	margin:0 auto;
	text-align:left;
}
div#login {
	width:calc(100vw - 102px);
	max-width:620px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	margin:0;
	padding:20px;
	text-align:center;
	border:1px #cccccc solid;
	background:white;
}
div#login h1{
	margin: 10px auto;
	padding:10px 0 0;
	font-size:100%;
	border-top:1px #cccccc solid;
}
div#login dl {
	margin:10px auto;
	padding:0;
	text-align:left;
	overflow:hidden;
}
div#login dl dt{
	width: 7em;
	padding:25px 0;
}
div#login dl dd{
	width:calc(100% - 8em);
	padding: 10px 0 0;
}
div#login dl dd:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
div#login p.message {
	margin:60px auto;
}
div#login p.loginerror {
	color: #CC3300;
	text-align:center;
}
div#input {
	clear:both;
	margin:10px auto;
	padding:10px 0 0 0;
	text-align:center;
	border-top:1px #cccccc solid;
}
div#login div#input{
	margin-top:30px;
}
a:hover img{
    opacity:0.50;
    filter: alpha(opacity=50);
}
address {
	margin:3px auto;
	text-align:center;
	font-style:normal;
}

.unable_to_display{display:none;}
.school .unable_to_display{display:block;}

@media screen and (max-width:420px){
	div#login dl dt,
	div#login dl dd{
		width:100%;
	}
	div#login dl dd{
		padding-top:0;
	}
	div#login a.link{
		padding-top:0.2em;
		font-size:14px;
	}
	address {
		font-size:14px;
	}
}


/* 3.wrapper
----------------------------------------------------------- */
div#wrapper{
	width:100%;
	margin:0 auto;
	text-align:center;
}




/* 4.header
----------------------------------------------------------- */
div#header{
	width:95%;
	padding:10px 0;
	margin:0 auto;
}
div#header p{
	margin: 0;
}



/* 5.container
----------------------------------------------------------- */
div#container{
	width:calc(100% - 2px);
	padding:0;
	margin:0 auto;
}
div#container td{
	padding:0;
	margin:0;
	vertical-align:top;
}



/* 6.sidemenu
----------------------------------------------------------- */

table#sidemenu{
	width:210px;
	margin:0 30px 0 0;
	padding-top:90px;
	border-collapse: separate;
	background:#f5f5f5 url(../img/mngs.gif) no-repeat center top;
}
table#sidemenu td{
	text-align:left;
	margin:0px;
	padding:0px;
}


table#sidemenu td ul{
	width:100%;
	margin:0;
	padding:0;
}
table#sidemenu td ul li{
	list-style:none;
	margin:0 3px;
	padding:0;
	line-height:1.8;
}
table#sidemenu td ul li.last{
	list-style:none;
	margin-bottom:10px;
}
table#sidemenu td ul.other li{
	line-height:1.5;
}
table#sidemenu td ul.other li span{
	display:block;
	width:160px;
	padding-left:15px;
}



/* extended menu */
table#sidemenu td ul#extend li{
	width:100%;
	margin:0px;
	padding:0px;
	background:none;
}
table#sidemenu td ul#extend li div a{
	display:block;
	overflow:visible;
	width:calc(100% - 1em);
	margin:0;
	padding:5px 0 3px 1em;
	color:#fff;
	text-indent: -0.5em;
	border-left:1px dotted #999999;
	background:#00b996;
	transition:all 0.3s linear;
}
table#sidemenu td ul#extend li div a:hover{
	background:orange;
}
table#sidemenu td ul#extend li div a:before{
	content:"・";
}
p.MenuTitle{
	margin:0;
	padding:10px 5px 9px 15px;
	text-align:left;
}
p.MenuTitle:hover{
	background-color:#eb6d87;
	/*background:url(../img/symbol.png) no-repeat right bottom;*/
}

.MenuSTitle{
	margin:0px;
	padding:2px 5px;
	text-align:left;
}

p.sTitle{
	width:180px;
	margin:5px auto;
	padding:5px 10px 5px 35px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
	background:#eeeeee url(../../common/img/arrow01.png) no-repeat 10px 0.5em;
}

table#sidemenu td ul#extend li div p.sTitle a{
	width:135px;
	margin:0;
	padding:0;
	border-left:none;
}



p.MenuTitle a{
	width:100%;
	padding:15px 0;
	display:inline-block;
}

#menu_tree04_01,
#menu_tree04_02,
#menu_tree04_03,
#menu_tree04_04,
#menu_tree04_05,
#menu_tree04_06{text-indent:1em;}




/* color of titlebar */

p.MenuTitle{
	position:relative;
	padding:0 0 0 45px;
	transition:all 0.3s linear;
	vertical-align:top;
}
p.MenuTitle:before{
	width:25px;
	content:"＋";
	position:absolute;
	top:15px;
	left:10px;
	display:inline-block;
	padding:calc(12.5px - 0.5em) 0;
	color:#fff;
	font-weight:bold;
	text-align:center;
	line-height:1;
	border-radius:12.5px;
	-webkit-border-radius:12.5px;
	-moz-border-radius:12.5px;
	-ms-border-radius:12.5px;
	background-color:#00b996;
}
p.MenuTitle:hover:before{
	color:#00b996;
	background-color:#fff;
}
p.MenuTitle:hover{
	color:#fff;
	background-color:#00b996;
}
p.MenuTitle:hover a{
	color:#fff;
}
p.sTitle{color:white;transition:all 0.3s linear;}

p.MenuTitleView,
p.MenuTitleSystem,
p.MenuTitleView:hover,
p.MenuTitleSystem:hover {background-color:#999999;cursor:default;}

.MenuSTitle{
	color:#ffffff;
	background-color:#005661;
}

.ContentTitle {background-color:#00748b;}
.ContentSTitle{background-color:#999999;}

table#sidemenu ul#manual li,
table#sidemenu ul#manual_movie li,
table#sidemenu ul#regulation li,
table#sidemenu ul#system li{
	display:block;
	padding-left:1em;
	font-size:14px;
	text-indent:-1em;
}
td.td_sidemenu{
	width:240px;
	max-width:none;
}
@media screen and (max-width:780px){
	td.td_sidemenu{
		width:0;
		max-width:none;
	}
	div#sidemenu_wrapper{
		width:0;
		position:fixed;
		top:70px;
		left:0;
		overflow:hidden;
		z-index:999;
	}
	div#sidemenu_wrapper.active{
		width:100vw;
		height:calc(100vh - 70px);
	}
	div#sidemenu_wrapper:after{
		width:55px;
		height:55px;
		content:"";
		position:fixed;
		top:15px;
		left:15px;
		display:block;
		border:1px #ccc solid;
		background:#00b996  url(../img/btn_humburger.png) no-repeat center center;
		transition:all 0.3s linear;
		cursor:pointer;
	}
	div#sidemenu_wrapper:hover:after{
		 background-color:orange;
	}
	div#sidemenu_wrapper table#sidemenu{
		margin:0 0 0 -210px;
		transition:all 0.3s linear;
		opacity:0;
	}
	div#sidemenu_wrapper.active table#sidemenu{
		display:block;
		margin:0;
		opacity:1;
	}
	table#sidemenu td ul{
		width:210px;
	}
	table#contents{
		width:calc(100% - 30px)!important;
		margin:0 15px!important;
	}
}


/* 7.contents
----------------------------------------------------------- */
table#contents{
	width:calc(100% - 20px);
	margin:-10px 0 0 0;
	padding:0px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
}
table#contents tr td{
	min-width:3em;
	text-align:left;
	vertical-align:top;
	padding:10px 0;
	margin:0 auto;
}
table#contents .border{
	border-bottom: 1px #aaa solid;
}
.ContentTitle{
	margin:0;
	padding:20px 10px 15px 30px;
	font-size:142.8571428%;
	font-weight:bold;
	color:#ffffff;
	text-align:left;
}
.ContentSTitle{
	clear:both;
	color:#ffffff;
	margin:5px 0;
	padding:10px 10px 8px;
	font-size:114.2857%;
	text-align:left;
	border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
}
.ContentSTitle:hover{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	background-color:#ff6400;
}
.Title{
	clear:both;
	position:relative;
	color:#ffffff;
	margin:5px 0;
	padding:0 10px 4px 35px;
	font-size:16px;
	text-align:left;
	border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
	background-color:#eee;
}
.Title:before{
	width:30px;
	height:30px;
	content:"";
	position:absolute;
	top:0;
	left:0;
	background:#005661 url(../../common/img/cross.png) no-repeat center center;
}
.Title a{
	display:block;
}
	

.ContentSTitle a{display:block;}
.ContentSTitle a:link,
.ContentSTitle a:hover,
.ContentSTitle a:visited,
.ContentSTitle a:active{color:white;}


@media screen and (max-width:780px){
	.ContentTitle{
		text-align:center;
	}
}


/* itembox */
table.itembox{
	width:100%;
	margin:0 0 15px;
	padding:0 0 15px;
	border-bottom:1px #cccccc solid;
}
table.itembox tr td{
	width:50%;
	text-align:left;
	vertical-align:top;
}
dl.itembox{
	width:100%;
	margin:0;
	padding:0;
	letter-spacing:-0.4em;
}
dl.itembox dt,
dl.itembox dd{
	display:inline-block;
	*display:inline;
	margin:0 auto;
	padding:15px 0 10px;
	letter-spacing:normal;
	text-align:left;
	vertical-align:top;
	border-top:1px #ccc solid;
	zoom:1;
}
dl.itembox dt{width:calc(35% - 30px);padding-right:30px;}
dl.itembox dd{width:65%;}

dl.itembox dt:nth-child(1),
dl.itembox dd:nth-child(2){
	border-top:none;
}
@media screen and (max-width:510px){
	dl.itembox dt,
	dl.itembox dd{
		width:100%;
		display:block;
		margin:0 auto;
	}
}

dl.itembox_full{
	width:100%;
	margin:0;
	padding:0;
}
dl.itembox_full dt,
dl.itembox_full dd{
	width:100%;
	display:block;
	margin:5px auto 0;
	text-align:left;
	vertical-align:top;
}
dl.itembox_full dt{
	margin-bottom:10px;
	padding-top:15px;
	border-top:1px #cccccc solid;
}
dl.itembox_full dt:nth-child(1){
	border-top:none;
}
dl.itembox_full dd{
	padding-bottom:10px;
}

/* correcting dt active */
dl.itembox dt.active + dd{
	position:relative;
	background-color:pink;
}
dl.itembox dt.active + dd:before{
	width:5em;
	position:absolute;
	top:-0.5em;
	left:-3em;
	content:"修正箇所";
	display:block;
	padding:2px 5px 0;
	color:#fff;
	text-align:center;
	border-radius:10px;
	background-color:red;
}



/* formNote */
span#formNote dt,
span#formNote dd{
	width:100%;
}
span#formNote dt{
	padding-bottom:0;
	border-top:1px #ccc solid;
}
/* scholarshipArea */
span#scholarshipArea dt,
span#scholarshipArea dd{
	border-top:1px #ccc solid;
}
/* public_supportArea */
span#public_supportArea dt,
span#public_supportArea dd{
	border-top:1px #ccc solid;
}

@media screen and (max-width:720px){
	dl.itembox dt,
	dl.itembox dd{
		width:100%;
	}
	dl.itembox dd{
		padding-top:0;
		border-top:0;
	}
}



/* visual editer */
#tinymce{
	width:100%;
	min-height:300px;
}
div#cke_note span#cke_14 span.cke_toolbar_separator,
div#cke_note a#cke_16, /*保存*/
div#cke_note a#cke_17, /*新規*/
div#cke_note a#cke_18, /*プレビュー*/
div#cke_note a#cke_19, /*印刷*/
div#cke_note a#cke_20, /*テンプレート*/
div#cke_note a#cke_33, /*テンプレート*/
div#cke_note span#cke_34, /*テンプレート*/
div#cke_note a#cke_65, /*言語*/
div#cke_note a#cke_72, /*フラッシュ*/
div#cke_note a#cke_77, /*改ページ*/
div#cke_note a#cke_78{ /*インラインフレーム*/
	display:none;
}


/* photo */
div#extend_photo table.itembox td{
	display:block;
	width:100%;
}
div.photo{
	width:270px;
	position:relative;
	display:inline-block;
	*display:inline;
	margin:0 30px 20px 0;
	padding:5px 10px 10px;
	vertical-align:top;
	zoom:1;
	/*overflow:hidden;*/
	border:1px #cccccc solid;
	border-radius:5px;        /* CSS3草案 */
    -webkit-border-radius:5px;/* Safari,Google Chrome用 */
    -moz-border-radius:5px;   /* Firefox用 */
}
div.photo img{
	display:block;
	float:none;
	margin:0 auto 5px;
}
div.photo p.ttl{
	display:block;
	width:100%;
}
#extend_photo input[type="file"]{
	width: 150px!important;
}

#extend_photo button[type="button"]{
	margin: 5px auto 0;
}
div.photo span.hatena{
	position:absolute;
	top:4px;
	right:4px;
}

/* pic */
span.thumb,
span.btn{
	display:inline-block;
	*display:inline;
	width:125px;
	height:85px;
	vertical-align:top;
	overflow:hidden;
	zoom:1;
}
span.btn{
	width:auto;
	height:auto;
}



/* input button */
div.button{
	width:100%;
	margin:10px auto;
	padding:10px 0 5px;
	letter-spacing: -0.4em;
	border-top:1px #ccc solid;
}
div.button *{
	letter-spacing:normal;
}
/*
div.button input,
div.button a{
	width:100%;
	margin-right: 5px;
	letter-spacing:normal;
	text-decoration: none;
	border:1px #cccccc solid;
	border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
	background: #ebebeb;
	cursor:pointer;
}
*/
div.button input[type=button],
div.button input[type=checkbox],
div.button input[type=radio]{
	width:auto;
	max-width:none;
}
div.button span.btn_registration,
div.button span.btn_preview,
div.button span.btn_tolist,
div.button span.btn_edit{
	width:auto;
	display:inline-block;
	margin-bottom:10px;
	vertical-align:top;
}
div.button span.btn_registration,
div.button span.btn_preview,
div.button span.btn_edit{
	margin-right:10px;
}
div.button span input[type=button]{
	display:block;
	margin-right:0;
}
div.button a{
	width:100%;
}
div.button input:hover,
div.button a:hover{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
#approval{
	display: none;
	position: relative;
	min-width: 600px;
}
#approval .close{
	position: absolute;
	top: 0;
	right: 0;
}
#approval h2{
	margin: 0 0 30px;
	color: #eb6d87;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
#approval textarea{width: 100%;}
#approval .button{
	margin: 20px 0 0;
	text-align: center;
}

.publishing span.radio{
	width:calc(3em + 70px);
	display:inline-block;
	margin-right:10px;
}

/* tooltip */
a.tip_trigger{
	width: 1.5em !important;
	height: 1.5em !important;
	position:relative;
	display:inline-block;
	margin-left: 5px;
	color: #fff;
	text-align: center;
	text-decoration:none;
	line-height: 1.5;
	border-radius: 1em;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	-ms-border-radius: 1em;
	background-color: #999999;
	cursor: pointer;
	overflow: visible;
}
a.tip_trigger:hover{
	background-color:orange;
}
a.tip_trigger .tip {
	width:260px;
	height:auto;
    position:absolute;
    bottom:2.4em;
	left: calc(50% - 140px);
    display:block;
	margin:0;
    padding:10px;
    color: #fff;
	text-align:center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background:#1d1d1d;
	z-index:-1;
	transition:all 0.3s linear;
	opacity:0;
}
a.tip_trigger .tip:after{
	width:20px;
	height:20px;
	content:"";
	position:absolute;
	bottom:-10px;
	left:130px;
	display:block;
	transform:rotate(45deg);
	background:#1d1d1d;
	z-index:999;
}
a.tip_trigger:hover .tip {
	z-index:1000;
	transition:all 0.3s linear;
	opacity:1;
}
a.tip_trigger .tip span {
	position:static !important;
	margin:0 !important;
}
a.tip_trigger .tip span.pic{
	width;100%;
	display: block;
	padding-top: calc(110.71% + 15px);
	background: url(../img/imgplace.gif) no-repeat center top;
	background-size: 100% auto;
}

a.tip_trigger .tip span.pic.layout_list   {background-image:url(../img/layout_list.png);}
a.tip_trigger .tip span.pic.layout_header {background-image:url(../img/layout_header.png);}
a.tip_trigger .tip span.pic.layout_slide  {background-image:url(../img/layout_slide.png);}
a.tip_trigger .tip span.pic.layout_gallery{background-image:url(../img/layout_gallery.png);}




/* 8.footer
----------------------------------------------------------- */
div#footer {
	width:95%;
    padding: 0;
    text-align: left;
    background-color: #fff;
}


/* 9.list
----------------------------------------------------------- */
table#contents table.list{
	width:100%;
	margin:0px;
	padding:0px;
	border-top:1px #cccccc solid;
}
table#contents table.list tr td{
	text-align:left;
	vertical-align:top;
	margin:0px;
	padding:3px 10px 3px 0;
	border-bottom:1px #cccccc solid;
}
table#contents table.list tr td img{margin-right:10px;}



/*search area*/
table#search {
	width:100%;
	background-color:#efefef;
}
table#search span{
	white-space:nowrap;
}
table#search table {
	margin:0 auto;
}
table#search td {
	padding:10px 20px !important;
	line-height:2.4;
}
table#search p {
	padding:1px 10px;
}
table#search td.btn-area {
	text-align:right;
	vertical-align:bottom;
}
table#search td.btn {
	width:9em;
}
table#search input#word{
	width:calc(100% - 22px);
}
table#search select{
	max-width:8em;
}
table#search input[type="password"],
table#search input[type="url"],
table#search select,
table#search textarea {
	background-color: #f5f5f5;
}
table#search input[type="text"]{
	background-color: #fff;
}
table#search input#searchBt,
table#search input#csvBt1,
table#search input#csvBt2,
table#search input[type="submit"]{
	width:calc(100% - 2px);
	min-width:8em;
	margin:3px auto;
	padding: 12px 0 8px;
}
table#search input#searchBt:hover,
table#search input#csvBt1:hover,
table#search input#csvBt2:hover,
table#search input[type="submit"]:hover,
table#search input[type="button"]:hover{
	color:#fff;
	border:1px #ff6400 solid;
	background-color:#ff6400;
	cursor:pointer;
}


/*pager*/
ul#pager{
	width:100%;
	margin:5px 0;
}
ul#pager li,
ul#pager li a,
ul#pager li span,
ul#pager li.pageCurrent{
	display:block;
	width:2em;
}
ul#pager li{
	float:left;
	margin:5px 15px 10px 0;
	padding:0;
	text-align:center;
	line-height:1.5;
	font-weight:bold;
}
ul#pager li a,
ul#pager li span{
	padding:8px 5px 5px;
	color:#fff;
	text-align:center;
	line-height:1.5;
}
ul#pager li span{
	color:#005661;
	border:none;
}
ul#pager li a:link   { background:#005661;}
ul#pager li a:visited{ background:#005661;}
ul#pager li a:hover  { background:#eb6d87; color:white;}
ul#pager li a:action { background:#005661;}

ul#pager li.step,
ul#pager li.step a,
ul#pager li.step span{
	width:9em;
}
ul#pager li.pageCurrent{
	margin:5px 5px 5px 0;
	padding:10px 5px 5px;
	color:white;
	text-align:center;
	line-height:1.5;
	background:#c83233;
	border:1px #c83233 solid;
}
/* btn */
table#contents table.list tr td input[type="button"]{
	width:100%;
	margin:3px auto;
	padding:4px 5px 5px;
	font-size:14px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	cursor:pointer;
}

/* pw_reset */
div#login.pw_reset dl dt{
	width:11em;
}
div#login.pw_reset dl dd{
	width:calc(100% - 11em);
}
div#login.pw_reset p.message{
	text-align:center;
}
div#login.pw_reset p.message + a.link{
	width: 100%;
	display: block;
	margin-bottom: 30px;
	padding-bottom: 30px;
	text-align: left;
	border-bottom: 1px #ccc solid;
}

/* dashboard */
#admin.dashboard p.ContentSTitle{
	margin-bottom:30px;
}
#admin.dashboard ul#topicslist_btn li{
	width:calc(33.33% - 20px);
	margin-right:30px;
}
#admin.dashboard ul#topicslist_btn li:nth-child(2){
	max-width:330px;
}
#admin.dashboard ul#topicslist_btn li:last-child{
	margin-right:0;
}
#admin.dashboard ul#topicslist_btn li a.btn{
	width:calc(100% - 30px);
	margin: 0 auto;
}
#admin.dashboard ul#topicslist_btn li:first-child a.btn{
	float:right;
}
#admin.dashboard ul#topicslist_btn li:last-child a.btn{
	float:left;
}
@media screen and (min-width: 1124px) {
	ul.topics_list {
		max-width: none;
	}
	ul.topics_list li {
		max-width: none;
	}
}




/* wakasapo */
span.mandatory,
span.optionary{
	padding-top:2px;
}
span.mandatory:before,
span.optionary:before{
	padding:3px 0.5em 0;
}
span.noticeChk,
span.updateChk{
	display:block;
	margin-top:-20px;
}
span.updateChk label{
	margin-right:0;
}

.resign input[type="button"]{
	width: calc(4em + 30px);
}
