@charset "UTF-8";
/**
 * flagsystスタイルシート
 */
/* tags
----------------------------------------------- */
* {
    margin: 0;
    padding: 0;
    word-break: break-all;
}
.display-none{
	display:none;
}
h1,h2,h3,h4,h5{
	font-weight:normal;
}
body {
	margin:0;
	padding:0;
	color: #666666;
	background:url(../img/icons_bg.png);
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}
#ContentQ{
	font-family: Arial, "ＭＳ Ｐゴシック", sans-serif;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
	width:200px;
	height:25px;
	font-size:150%;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.05);
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	border-radius: 17px 17px 17px 17px;
	padding: 5px;
}
#ContentC{
	margin-right: 15px;
}

a{/*リンクされた文字*/
    color:#6DAE0F;
    font-style:normal;
    text-decoration:underline;
}
a:link {/*未訪問のリンク*/
    color:#0088CA;
    font-style:normal;
    text-decoration:none;
}
a:visited {/*訪問後のリンク*/
    color:#0088CA;
    text-decoration:none;
}
a:hover {/*マウスをのせたとき*/
    color:#BAD98E;
    text-decoration:underline;
}
a:active {/*クリック中*/
    text-decoration:none;
}
a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity:0.8;
}
th{
	padding:5px;
}
td{
	padding:5px;
}
input {
	margin:3px;
}
select {
	margin:3px;
}
img {
	border:none;
}
pre {
	padding:10px 20px;
	background: #fff;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	font-size:12px;
	margin-bottom: 5px;
	color:#000;
	font-family:Verdana,Arial,sans-serif;
	line-height: 1.6em;
}
/* Page
----------------------------------------------- */
#Page {
	width:986px;
	margin: 15px auto 20px;
	text-align: left;
}
/* Alfa, Beta
----------------------------------------------- */
#Alfa,#Beta {
	position: relative;
	display: inline;
}
#Alfa {
	width:214px;
	left:0px;
	float:left;
}
#Beta {
	width:750px;
	float:right;
}
/* Header
----------------------------------------------- */
#Header {
	background: #FFF;
	border-top: 4px #0088CA solid;
	border-bottom: 1px #DDD solid;
    box-shadow:  0 1px 1px 1px rgba(0, 0, 0, 0.03) ;
	-moz-box-shadow : 0 1px 1px 1px  rgba(0, 0, 0, 0.03) ;
	-webkit-box-shadow : 0 1px 1px 1px rgba(0, 0, 0, 0.03) ;
	height:87px;
}
#Header-page{
	margin: 0 auto;
	width:986px;
}

/* Footer
----------------------------------------------- */
#Footer {
	text-align: center;
	background:#0088CA;
	/*height:90px;*/
}
#Footer #copyright{
	font-size:10px;
}
/* GlobalMenus
----------------------------------------------- */
#GlobalMenus {
	padding:40px auto 40px 0;
}
#GlobalMenus ul{
	padding:0;
	margin:0;
}

#GlobalMenus li {
    /* background: url("../img/sidebox/ico_home.png") no-repeat scroll 20px center transparent; */
    border-bottom: 1px double #EDEDED;
    float: left;
    height: auto;
    /* line-height: 60px; */
    list-style: none outside none;
    width: 180px;
    padding: 20px 0px 20px 0px;
    margin-left: 1em;
    text-indent:-1em;
}

/* #GlobalMenus li.menu01{
    background: url("../img/icons/icons_ico_squ_01.png") no-repeat scroll 20px center transparent;
}
#GlobalMenus li.menu02{
    background: url("../img/icons/icons_ico_squ_02.png") no-repeat scroll 20px center transparent;
}
#GlobalMenus li.menu03{
    background: url("../img/icons/icons_ico_squ_03.png") no-repeat scroll 20px center transparent;
}
#GlobalMenus li.menu04{
    background: url("../img/icons/icons_ico_squ_04.png") no-repeat scroll 20px center transparent;
}
#GlobalMenus li.menu05{
    background: url("../img/icons/icons_ico_squ_05.png") no-repeat scroll 20px center transparent;
}
#GlobalMenus li.menu06{
    background: url("../img/icons/icons_ico_squ_06.png") no-repeat scroll 20px center transparent;
}
#GlobalMenus li.menu07{
    background: url("../img/icons/icons_ico_00.png") no-repeat scroll 20px center transparent;
} */

#GlobalMenus li.last{
	border-bottom:none;
}

#GlobalMenus li a{
	font-size:1.2;
	margin-left: 1em;
	text-indent:-1em;
}
/* Navigation
----------------------------------------------- */
#Navigation {
	font-size:12px;
    background-color: #FFF;
    border: 1px solid #E3E3E3;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.075);
	-moz-box-shadow : 0 0 2px 2px rgba(0, 0, 0, 0.05) ;
	-webkit-box-shadow : 0 0 2px 2px rgba(0, 0, 0, 0.05) ;
    margin-bottom: 10px;
    min-height: 20px;
	padding:10px 10px 8px;
}
/* clearfix
----------------------------------------------- */
.clearfix:after {
	/*content: ".";*/
	content: "";
	display: block;
	/*height: 0;*/
	clear: both;
	/*visibility: hidden;*/
}
/*.clearfix {
	display: inline-block;
}*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* .pagination
---------------------------------------------------*/
.pagination .disabled {
	display:none;
}
.pagination .number,
.pagination .prev,
.pagination .next,
.pagination .current{
	padding:5px 8px;
	border:1px solid #e2e2e2;
	margin:0 2px;
}
/* list-num
---------------------------------------------------*/
.list-num {
	text-align: right;
}
/* 検索
---------------------------------------------------*/
.search-box {
}

.search-box input[type="text"] {
}
.search-box .submit_button{
	border-radius: 16px 16px 16px 16px;
	text-indent: -9999px;
	box-shadow:none;
    cursor: pointer;
    border: none;
    color: #fff;
    height: 34px;
    width:34px;
    background-image: url(../img/icons_search.png);
    background-color: transparent;
    background-repeat: no-repeat;
    margin-bottom: 0;
    vertical-align: top;
}

.search-result {
	text-align: right;
}

h1{
	padding-top:20px;
}
#Header-page h1 {
	padding-top: 10px;
	margin-left: -10px
}
#Header-page h1 a{
	display: block;
	height: 60px;
	width: auto;
}
#Header-page h1 a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity:0.8;
}
#Header-page h1 a img {
	height: inherit;
}
/*Header serch
----------------------------------------------- */
#Header .user-menu {
	display: table;
	float: right;
	text-align: right;
	padding-top: 0;
	padding-right:0;
	margin-bottom: 0;
}
#Header .user-menu-top {
	display: table-row;
	height: 30px;
	margin-right: 10px;
}
#reload-btn {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    border-radius: 3px;
    transition: .4s;
    height: 12px;
    line-height:12px;
    font-size: 12px;
	margin: 5px;
    cursor: pointer;
}
.reload-passive-btn {
    color: #ccc;
    border: solid 1px #ccc;
    background: #fff;
}
.reload-active-btn {
    color: white;
    background: #0088CA;
    border: solid 1px #0088CA;
}
.show-reload-message {
	font-size: 12px;
	display: inline-block;
}
#Header .search-box {
	display: table-row;
	/*text-align: center;*/
	padding-right:0;
	margin-bottom: 0;
}
/*ContentsBody
----------------------------------------------- */

#ContentsBody .subpage {
/* 	border-radius: 4px 4px 4px 4px;
    background-color: #FFF;
    border: 1px solid #E3E3E3;
    box-shadow:  0 0 2px 2px rgba(0, 0, 0, 0.05) ;
	-moz-box-shadow :0 0 2px 2px rgba(0, 0, 0, 0.05) ;
	-webkit-box-shadow :0 0 2px 2px rgba(0, 0, 0, 0.05) ;
    margin-bottom: 20px;
    min-height: 600px;
	padding:20px; */
}

#ContentsBody .subpage p{
    padding: 5 5px;
}
#ContentsBody h2{
	border-radius: 4px 4px 4px 4px;
    background-color: #0088CA;
    margin-bottom: 20px;
	padding: 42px 20px 10px;
	color:#FFFFFF;
	font-size:30px;
    letter-spacing: 0.2em;
}
#ContentsBody h3 {
	font-size:24px;
 	margin-bottom: 10px;
 	padding: 10px 10px 0;
	border-bottom:1px #CCC dotted;
}
#ContentsBody .post,.blog-description,.section{
	padding:10px;
	margin-bottom: 23px;
}
#ContentsBody .blog-description{
	font-size:14px;
    padding: 0 10px;
}
.contents-head{
	margin-bottom:10px;
}
#ContentsBody .eye-catch {
	padding:10px;
}

/* sidebox
----------------------------------------------- */
#sidebox{
    background-color: #FFF;
    border: 1px solid #E3E3E3;
    border-radius: 4px 4px 4px 4px;
    box-shadow:  0 0 2px 2px rgba(0, 0, 0, 0.05) ;
	-moz-box-shadow : 0 0 2px 2px  rgba(0, 0, 0, 0.05) ;
	-webkit-box-shadow : 0 0 2px 2px rgba(0, 0, 0, 0.05) ;
    margin-bottom: 10px;
    min-height: 20px;
}

#sidebox-bnr{
    padding: 10px 0;
    text-align: center;
}
#sidebox-bnr2{
    padding: 0 0 10px;
    text-align: center;
}
#sidebox-bnr3{
	margin-top:10px;
    text-align: center;
}
#sidebox-bnr4{
    text-align: center;
}

#sidebox-txt{
    padding: 5px 0;
    text-align: center;
    width: 214px;
}

.sidebox-telfax{
	font-size:15px;
	font-weight:bold;
	color:#868686;
    line-height: 1.5;
    padding-top: 5px;
}
.sidebox-text{
	font-size:12px;
	color:#868686;
}

/* widget_sidebox
----------------------------------------------- */
#widget_sidebox{
    background-color: #FFF;
    border: 1px solid #E3E3E3;
    border-radius: 4px 4px 4px 4px;
    box-shadow:  0 0 2px 2px rgba(0, 0, 0, 0.05) ;
	-moz-box-shadow : 0 0 2px 2px  rgba(0, 0, 0, 0.05) ;
	-webkit-box-shadow : 0 0 2px 2px rgba(0, 0, 0, 0.05) ;
    margin-bottom: 10px;
    min-height: 20px;
}

#widget_sidebox-bnr{
    padding: 10px 0;
    text-align: center;
}
#widget_sidebox-bnr2{
    padding: 0 0 10px;
    text-align: center;
}
#widget_sidebox-bnr3{
	margin-top:10px;
    text-align: center;
}
#widget_sidebox-bnr4{
    text-align: center;
}

#widget_sidebox-txt{
    padding: 5px 0;
    text-align: center;
    width: 214px;
}

.widget_sidebox-telfax{
	font-size:15px;
	font-weight:bold;
	color:#868686;
    line-height: 1.5;
    padding-top: 5px;
}
.widget_sidebox-text{
	font-size:12px;
	color:#868686;
}

.fb-like-box{
	background:#FFFFFF;
	margin-top:10px;
}

div.fb_iframe_widget span {
	height:440px!important;
}

div.fb_iframe_widget iframe {
	height:441px!important;
}

/* widget
----------------------------------------------- */

.widget{
	padding: 10px;
	font-size: 12px;
	list-style:none;
}
.widget h2 {
	font-size:small;
}
.widget img{
	max-width: 100%;
}

.widget ul{
	padding: 20px;
}

table.blog-calendar{
	border-collapse: collapse;
	text-align: center;
	font-size: 11px;
	border-spacing: 0;
	margin: 0 auto;
	width: 190px;
}
table.blog-calendar tr{
	border-bottom: 1px solid #EEE ;
}
table.blog-calendar th{
	line-height: 1em;
	border-bottom: 1px solid #EEE ;
	font-weight:normal;
}
table.blog-calendar td{
	line-height: 1em;
	border-bottom: 1px solid #EEE ;
}
table.blog-calendar .sunday{
	color: #FF0000;
}
table.blog-calendar td.today{
	font-size: 110%;
	font-weight: bold;
	color: #0088CA;
}
.blog-widget h2{
	margin-top: 5px;
}
.blog-widget ul{
	list-style: none;
}
.blog-widget .depth-2 {
	padding-left:10px;
}
.blog-widget .depth-3 {
	padding-left:20px;
}

/*TopPage
----------------------------------------------- */

#top-main{
	text-align:left;
	margin-bottom:10px;
	border-radius: 4px 4px 4px 4px;
}
#top-main img{
	text-align:left;
	margin-bottom:10px;
	border-radius: 4px 4px 4px 4px;
}
#top-main .bx-window{
    border-radius: 4px 4px 4px 4px;
}

#top-contents{
	margin:10px 0;
}

#top-contents-main{
     background-color: #FFF;
	font-size:12px;
    border: 1px solid #E3E3E3;
    border-radius: 4px 4px 4px 4px;
    box-shadow:  0 0 2px 2px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    padding: 15px;
	overflow:hidden;
}


#top-contents-main h2{
	background:#FFFFFF!important;
	color:#868686;
	font-size: 16px;
	font-weight: normal;
	line-height:1em;
	border-bottom:1px dotted #CCCCCC;
    padding: 0 10px 10px;
    border-radius: 0;
}

#top-contents-main .body{
	padding:0 10px;
}

#top-contents-main .news{
	width:345px;
	float:left;
}
#new{
	overflow:auto;
}
#new-title{
	max-width:200px;
	float:left;
}
#new-more{
	max-width:200px;
	float:right;
}

#new-new01{
	max-width:50%;
	float:left;
}
#new-new02{
	max-width:50%;
	float:right;
}


#top-bnr{
	font-size:12px;
}
#top-bnr img{
	margin-bottom:10px;
}
#top-bnr p{
	line-height:1.4;
}
#top-bnr-left{
	max-width:345px;
	float:left;
}
#top-bnr-right{
	max-width:345px;
	float:right;
}


#top-main-telfax-title{
    background: none repeat scroll 0 0 #0088CA;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    text-align: center;
	margin-bottom: 10px;
}

#top-main-telfax-left{
	min-width:375px;
	float:left;
	border-right:1px #CCCCCC dotted;
}
#top-main-telfax-tel {
    background: url("../img/tel_icon.png") no-repeat scroll 0 2px transparent;
    height: 27px;
    margin-top: 10px;
    padding: 10px 0;
    position: relative;
}
.top-tel {
    font-size: 22px;
    left: 33px;
    position: absolute;
    top: 0;
}
.top-tel-time {
    font-size: 12px;
    left: 255px;
    position: absolute;
    top: -3px;
}
#top-main-telfax-fax{
    background: url("../img/fax_icon.png") no-repeat scroll 0 2px transparent;
    height: 27px;
    padding: 10px 0;
    position: relative;
}
.top-fax {
    font-size: 22px;
    left: 33px;
    position: absolute;
    top: 0;
}
.top-fax-time {
    font-size: 12px;
    left: 255px;
    position: absolute;
    top: -3px;
}
.telfax-tel{
	margin-left:5px;
}
.telfax-fax{
	margin-left:5px;
}

#top-main-telfax-right{
	width:315px;
	float:right;
}
#top-main-contact {
    background-color: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.05);
    font-size: 15px;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 10px 10px 5px;
}
#top-main-serch .search-box{
	padding:0;
	margin:0;
}
#top-main-serch #ContentSearchForm #ContentQ{
	width:245px;
}
#top-main-webcontact {
    padding: 10px 0;
}

#footer-menu{
    margin: 0 auto;
	padding-top: 20px;
    width: 986px;
	color:#FFFFFF;
}
#footer-menu p{
	margin-top:15px;
}
#footer-menu ul{
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
#footer-menu li{
	display: inline;
	float: left;
	font-size:1.8;
	margin: 0 10px;
}
#footer-menu a{
	color:#FFFFFF;
}
#footer-menu a:hover{
	color:#BAD98E;
}


/*会社概要map
----------------------------------------------- */
#map{
	margin:0 auto;
}
table.row-table-01{
	width: 100%;
}

/* slider
----------------------------------------------- */
#top-main span{
	display: none;
}
#top-main .bx-pager{
    height: 15px;
    margin-top: 10px;
    padding: 5px 0;
    width: 100%;
}
#top-main .pager-link{
  background: url(../img/slider/slide_pointer_off.png) left top;
  height:12px; width:12px;
  display: block;
  float:left;
  margin: 0 5px 0 0
}
#top-main .pager-active{
  background: url(../img/slider/slide_pointer_on.png) left top;
}
#top-main .bx-prev , #top-main .bx-next{
	display:none;
}
#top-main ul{
	height:270px;
	overflow: hidden;
}

/*Blog
----------------------------------------------- */

.more{
	margin-top: 10px;
	font-size: 11px;
}
#BlogComment{
	padding:20px;
	border: 1px #ccc solid;
	margin: 10px;
    border-radius: 4px 4px 4px 4px;
}
#BlogCommentList{
    border-bottom: 1px solid #EDEDED;
    margin-bottom: 20px;
}
#BlogComment h4{
    font-size: 16px;
}
#BlogComment .submit{
    text-align: center;
}

#contentsNavi{
	text-align:center;
}
#ContentsBody .meta , .tag{
	text-align:right;
	padding-top: 10px;
	font-size: 12px;
}

#ContentsBody .post{
    border-radius: 4px 4px 4px 4px;
    background:url(../img/icons_bg_2.png);
	margin: 10px 10px 30px;
	padding:20px;
}
#ContentsBody .meta{
    margin-top: 20px;
    border-top:1px #ccc dotted;
}
#ContentsBody .post h4{
	border-bottom:1px #CCC dotted;
    font-size: 22px;
    padding-bottom: 12px;
    margin-bottom: 17px;
}
p.comment-no{
	float: left;
}
p.comment-name{
	font-weight: bold;
	float: left;
}
p.comment-modified{
	font-weight: bold;
	text-align: right;
}
p.comment-message{
	text-align: left;
}
p.comment-delete{
	text-align: right;
}
p.comment-image{
	/*float: left;*/
}
p.comment-image-delete{
	margin-bottom: 20px;
}
hr.border-top{
	height: 1px;
	background-color: #87cefa;
}
hr.border-middle{
	border: 0;
	border-bottom: 1px dashed #87cefa;
	background: #999;
}
div.comment-image-area{
	/*margin-bottom: 310px;*/

}

/*to-top
----------------------------------------------- */

.to-top{
	text-align:right;
	font-size:12px;
    margin: 5px 20px;
}
.to-top img{
	vertical-align: middle;
	margin-right:3px;
}
/*about
----------------------------------------------- */
.row-table-01 firstChild lastChild{
    width: 585px;
    margin: 0 auto;
}
.row-table-01 firstChild lastChild th,.row-table-01 firstChild lastChild td{
    font-weight:normal;
    border-bottom: 1px #EDEDED solid;
    line-height: 3;
}

/*sitemap
----------------------------------------------- */

#ContentsBody ul.sitemap , ul.section{
	list-style-image:url(../img/icons_sankaku.png);
	line-height:2.4;
	margin: 0 20px;
}


/*contact
----------------------------------------------- */
.row-table-01 input,
.row-table-01 select,
.auth-captcha input,
.auth-captcha select {
    font-size: 16px;
}
.row-table-01 input,
.row-table-01 textarea,
.auth-captcha input {
	padding:5px;
}
.row-table-01 textarea {
    font-size: 16px;
}
.auth-captcha{
    text-align: center;
}
.auth-captcha-image{
    vertical-align:middle;
}
#ContentsBody .submit{
	text-align:center;
}
#ContentsBody .required{
	color: #FF0000;
}
#noFlashMessage {
	padding:15px 15px 15px 36px;
	margin-bottom: 30px;
}
#NoFlashMessageBox .alert-message{
	border:5px solid #FF0000;
	color: #FF0000;
	background: url(../img/mypage/icn_warning.png) no-repeat 10px 18px;
}
#NoFlashMessageBox .notice-message{
	border:5px solid #669900;
	color: #669900;
	background: url(../img/mypage/icn_info.png) no-repeat 10px 18px;
}

#flashMessage {
	padding:15px 15px 15px 36px;
	margin-bottom: 30px;
}
#MessageBox .alert-message{
	border:5px solid #FF0000;
	color: #FF0000;
	background: url(../img/mypage/icn_warning.png) no-repeat 10px 18px;
}
#MessageBox .notice-message{
	border:5px solid #669900;
	color: #669900;
	background: url(../img/mypage/icn_info.png) no-repeat 10px 18px;
}
.form-error{
	background: #FFCCCC;
}
.error-message{
	font-size: 16px;
	color: #FF0000;
}
div.submit {
	margin-top: 30px;
}
table.row-table-01 th {
	text-align: right;
}
table.row-table-01 th,
table.row-table-01 td{
	padding:10px;
}
table.row-table-01 tr.odd th,
table.row-table-01 tr.odd td {
	background-color:#EFEFEF;
}
.submit .button {
	color:#333;
	border:1px solid #CCC;
	cursor:pointer;
	text-shadow:rgba(255,255,255,0.4) 1px 1px 0;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
	-webkit-box-shadow:inset 0 0 0 1px rgba(255,255,255,0.4);
	-moz-box-shadow:inset 0 0 0 1px rgba(255,255,255,0.4);
	-o-box-shadow:inset 0 0 0 1px rgba(255,255,255,0.4);
	box-shadow:inset 0 0 0 1px rgba(255,255,255,0.4);
	background:#F3F3F3;
	background:-moz-linear-gradient(top,#FFF,#F3F3F3);
	background:-webkit-gradient(linear,left top,left bottom,from(#FFF),color-stop(100%,#F3F3F3));
	background:-o-linear-gradient(top,#FFF,#F3F3F3);
	margin:10px;
	padding:3px 40px;
	font-weight: bold;
	font-size: 1.0em;
	white-space: nowrap;
	line-height: 24px;
}
.submit .button:hover {
	border:1px solid #CCC;
	text-decoration:none;
	background:#f4f4f4;
	background:-moz-linear-gradient(top,#f4f4f4,#dfdfdf 100%);
	background:-webkit-gradient(linear,left top,left bottom,from(#f4f4f4),color-stop(100%,#dfdfdf));
	background:-o-linear-gradient(top,#f4f4f4,#dfdfdf 100%);
}
.submit .button:active {
	border:1px solid #CCC;text-decoration:none;
	background:#cdcdcd;
	background:-moz-linear-gradient(top,#cdcdcd,#eee 100%);
	background:-webkit-gradient(linear,left top,left bottom,from(#cdcdcd),color-stop(100%,#eee));
	background:-o-linear-gradient(top,#cdcdcd,#eee 100%);
}
.submit .button[disabled] {
	opacity:.5
    filter: alpha(opacity=50);
    -moz-opacity:0.5;
}
.submit a.button {
	padding-top:5px;
	padding-bottom:5.5px;
}
*:first-child+html .submit a.button {
	position:absolute;
	top:1px;
	padding-top:3px;
	padding-bottom:3px;
}
#Error #ContentsBody p {
	margin-bottom: 20px;
}
#Error #ContentsBody .error {
	color:#F00;
}
#Error #ContentsBody pre {
	margin-bottom: 20px;
	background-color: #EFEFEF;
}
#Error #ContentsBody .notice {
	font-size: 14px;
	color:#CCC;
}
#Error #ContentsBody .cake-stack-trace {
	font-size: 14px;
	list-style-position: inside;
	margin-bottom: 20px;
	padding-left:20px;
	padding-right:20px;
}
#Error #ContentsBody .cake-stack-trace li {
	margin-top:5px;
	margin-bottom: 5px;
}

div.linkList {
	margin: 0 0 0 20px;
}

.waiting-box-wait-iframe-body {
	display: table;
	width: 100%;
	height: 140px;
}
.waiting-box-wait-iframe {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: x-small;
	font-size: 10px;
	font-weight: bold;
	font-family:Verdana, Geneva, sans-serif;
}
.waiting-box-wait-iframe img {
	margin-bottom: 10px;
}

/*メッセージモーダル
----------------------------------------------- */
#modal-content {
	width:50%;
	height:350px;
	margin:1.5em auto 0;
	padding:10px 20px;
	border:2px solid #aaa;
	background:#fff;
	z-index:2;
	display:none;
	position:fixed;
}

#modal-incontent {
	height: 100%;
	overflow-y: auto;
	width: 102%
}

#modal-close {
	position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
	background: url(../css/fancybox/fancy_close.png) left top;
    cursor: pointer;
    z-index: 1103;
}

.modal-p{
	margin-top:1em;
}

.modal-p:first-child{
	margin-top:0;
}

.modal-open {
	cursor: pointer;
}

#modal-overlay{
	z-index:1;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color:rgba(0,0,0,0.25);
}

#GroupMenu.UserMenu .title img {
	height: auto;
}
