@charset "utf-8";

/* -------------------------------
FONT
------------------------------- */

body {
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size: 13px;
    line-height: 1.3;
}
@media screen and (max-width:768px){
body {
    font-size: 16px;
    line-height: 1.3;
}
}

/* -------------------------------
LAYOUT
------------------------------- */
* {
    word-break: break-all;
    word-wrap: break-word;
}

html,body {
    height: 100%;
}

html {
    -webkit-text-size-adjust: 1;
}

#header {
    z-index: 10;
}
/* -------------------------------
COLOR
------------------------------- */

/* -------------------------------
HEADER
------------------------------- */

/* -------------------------------
NAVIGATION
------------------------------- */


/* -------------------------------
CONTENT
------------------------------- */


/* -------------------------------
FOOTER
------------------------------- */


/* -------------------------------
COMMON PARTS
------------------------------- */
/* font-size */
.fs10 {
	font-size: 77% !important;
}
.fs11 {
	font-size: 85% !important;
}
.fs12 {
	font-size: 93% !important;
}
.fs13 {
	font-size: 100% !important;
}
.fs14 {
	font-size: 108% !important;
}
.fs15 {
	font-size: 116% !important;
}
.fs16 {
	font-size: 123.1% !important;
}
.fs17 {
	font-size: 131% !important;
}
.fs18 {
	font-size: 138.5% !important;
}
.fs19 {
	font-size: 146.5% !important;
}
.fs20 {
	font-size: 153.9% !important;
}
.fs21 {
	font-size: 161.6% !important;
}
.fs22 {
	font-size: 167% !important;
}
.fs23 {
	font-size: 174% !important;
}
.fs24 {
	font-size: 182% !important;
}
.fs25 {
	font-size: 189% !important;
}
.fs26 {
	font-size: 197% !important;
}

/* link */
a img {
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
}
/* bold */
.bold {
    font-weight: bold;
}

/* margin */
.mb0 {
	margin-bottom: 0px !important;
}
.mb1 {
	margin-bottom: 1px !important;
}
.mb2 {
	margin-bottom: 2px !important;
}
.mb3 {
	margin-bottom: 3px !important;
}
.mb4 {
	margin-bottom: 4px !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.mb6 {
	margin-bottom: 6px !important;
}
.mb7 {
	margin-bottom: 7px !important;
}
.mb8 {
	margin-bottom: 8px !important;
}
.mb9 {
	margin-bottom: 9px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb11 {
	margin-bottom: 11px !important;
}
.mb12 {
	margin-bottom: 12px !important;
}
.mb13 {
	margin-bottom: 13px !important;
}
.mb14 {
	margin-bottom: 14px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mt0 {
	margin-top: 0px !important;
}
.mt1 {
	margin-top: 1px !important;
}
.mt2 {
	margin-top: 2px !important;
}
.mt3 {
	margin-top: 3px !important;
}
.mt4 {
	margin-top: 4px !important;
}
.mt5 {
	margin-top: 5px !important;
}
.mt6 {
	margin-top: 6px !important;
}
.mt7 {
	margin-top: 7px !important;
}
.mt8 {
	margin-top: 8px !important;
}
.mt9 {
	margin-top: 9px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt11 {
	margin-top: 11px !important;
}
.mt12 {
	margin-top: 12px !important;
}
.mt13 {
	margin-top: 13px !important;
}
.mt14 {
	margin-top: 14px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.ml5 {
	margin-left: 5px !important;
}
.ml10 {
	margin-left: 10px !important;
}
.ml15 {
	margin-left: 15px !important;
}
.ml20 {
	margin-left: 20px !important;
}
.ml25 {
	margin-left: 25px !important;
}
.ml30 {
	margin-left: 30px !important;
}
.mr5 {
	margin-right: 5px !important;
}
.mr10 {
	margin-right: 10px !important;
}
.mr15 {
	margin-right: 15px !important;
}
.mr20 {
	margin-right: 20px !important;
}
.mr25 {
	margin-right: 25px !important;
}
.mr30 {
	margin-right: 30px !important;
}

/* padding */
.p1 {
	padding: 1px !important;
}
.p2 {
	padding: 2px !important;
}
.p3 {
	padding: 3px !important;
}
.p4 {
	padding: 4px !important;
}
.p5 {
	padding: 5px !important;
}
.p6 {
	padding: 6px !important;
}
.p7 {
	padding: 7px !important;
}
.p8 {
	padding: 8px !important;
}
.p9 {
	padding: 9px !important;
}
.p10 {
	padding: 10px !important;
}
.p15 {
	padding: 15px !important;
}
.p20 {
	padding: 20px !important;
}
.pb0 {
	padding-bottom: 0px !important;
}
.pb1 {
	padding-bottom: 1px !important;
}
.pb2 {
	padding-bottom: 2px !important;
}
.pb3 {
	padding-bottom: 3px !important;
}
.pb4 {
	padding-bottom: 4px !important;
}
.pb5 {
	padding-bottom: 5px !important;
}
.pb6 {
	padding-bottom: 6px !important;
}
.pb7 {
	padding-bottom: 7px !important;
}
.pb8 {
	padding-bottom: 8px !important;
}
.pb9 {
	padding-bottom: 9px !important;
}
.pb10 {
	padding-bottom: 10px !important;
}
.pb11 {
	padding-bottom: 11px !important;
}
.pb12 {
	padding-bottom: 12px !important;
}
.pb13 {
	padding-bottom: 13px !important;
}
.pb14 {
	padding-bottom: 14px !important;
}
.pb15 {
	padding-bottom: 15px !important;
}
.pb20 {
	padding-bottom: 20px !important;
}
.pb25 {
	padding-bottom: 25px !important;
}
.pb30 {
	padding-bottom: 30px !important;
}
.pt0 {
	padding-top: 0px !important;
}
.pt1 {
	padding-top: 1px !important;
}
.pt2 {
	padding-top: 2px !important;
}
.pt3 {
	padding-top: 3px !important;
}
.pt4 {
	padding-top: 4px !important;
}
.pt5 {
	padding-top: 5px !important;
}
.pt6 {
	padding-top: 6px !important;
}
.pt7 {
	padding-top: 7px !important;
}
.pt8 {
	padding-top: 8px !important;
}
.pt9 {
	padding-top: 9px !important;
}
.pt10 {
	padding-top: 10px !important;
}
.pt11 {
	padding-top: 11px !important;
}
.pt12 {
	padding-top: 12px !important;
}
.pt13 {
	padding-top: 13px !important;
}
.pt14 {
	padding-top: 14px !important;
}
.pt15 {
	padding-top: 15px !important;
}
.pt20 {
	padding-top: 20px !important;
}
.pt25 {
	padding-top: 25px !important;
}
.pt30 {
	padding-top: 30px !important;
}
.pl5 {
	padding-left: 5px !important;
}
.pl10 {
	padding-left: 10px !important;
}
.pl15 {
	padding-left: 15px !important;
}
.pl20 {
	padding-left: 20px !important;
}
.pl25 {
	padding-left: 25px !important;
}
.pl30 {
	padding-left: 30px !important;
}
.pr5 {
	padding-right: 5px !important;
}
.pr10 {
	padding-right: 10px !important;
}
.pr15 {
	padding-right: 15px !important;
}
.pr20 {
	padding-right: 20px !important;
}
.pr25 {
	padding-right: 25px !important;
}
.pr30 {
	padding-right: 30px !important;
}

/* text-align */
.alignCenter {
	text-align: center !important;
}
.alignLeft {
	text-align: left !important;
}
.alignRight {
	text-align: right !important;
}

/* float */
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
/* display */
.pc{
	display: block;
}
tr.pc{
	display: table-row;
}
th.pc,
td.pc{
	display: table-cell;
}
@media screen and (max-width:768px){
.pc{
	display: none !important;
}
}
.sp{
	display: none !important;
}
@media screen and (max-width:768px){
.sp{
	display: block !important;
}
}

/* hr */

/* clearfix */
.clearfix {
    min-height: 1%;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.linkBox {
    cursor: pointer;
}

body {
	min-width: 1060px;
}
body #container {
	background: url("../img/common/body_bg.gif") repeat scroll 0 0 ;
	width: 100%;
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
	background-color: transparent;
}
@media screen and (max-width:768px){
body {
	min-width: 100%;
	}
body #container {
    height: auto;
    min-height: calc(100% - 40px);
}
}

#container #header {
	min-width: 1060px;
	width: 100%;
	background: url("../img/common/header_bg.gif") repeat-x 0 0;
    height: 30px;
	padding: 10px 0;
    position: relative;
}
#header {
		margin-bottom: 20px;
}
#header .logo {
	display: inline;
    float: left;
    height: 31px;
    margin: 0 0 0 47px;
}
#header .logo h1 a {
	border: none;
	height: auto;
	width: auto;
}
#header .funcNav {
	float: right;
	margin: 5px 37px 5px 0;
}
#header .funcNav ul li {
	float: left;
}
#header .funcNav ul li.site a {
	background: url("../img/common/header_nav_ico01.png") no-repeat scroll 0 3px ;
	padding: 2px 15px 2px 20px;
	color: #ffffff;
	text-decoration: none;
}
#header .funcNav ul li.site a:hover{
	text-decoration: underline;
}
#header .funcNav ul li.logout a {
	background: url("../img/common/header_nav_ico04.png") no-repeat scroll 0 3px ;
	padding: 2px 15px 2px 20px;
	color: #ffffff;
	text-decoration: none;
}
#header .funcNav ul li.logout a:hover{
	text-decoration: underline;
}
#header .funcNav ul li.holiday a {
	background: url("../img/common/side_ico_list_on.png") no-repeat scroll 0 3px ;
	padding: 2px 15px 2px 20px;
	color: #ffffff;
	text-decoration: none;
}
#header .funcNav ul li.holiday a:hover{
	text-decoration: underline;
}
#header .funcNav ul li.xlsx a {
    background: url("../img/common/side_ico_xlsx_on.png") no-repeat scroll 0 3px ;
    padding: 2px 15px 2px 20px;
    color: #ffffff;
    text-decoration: none;
}
#header .funcNav ul li.xlsx a:hover{
    text-decoration: underline;
}
#header .accountInfo {
    float: left;
    color: #ffffff;
    padding: 5px 0 0 20px;
}
@media screen and (max-width:768px){
#container #header {
	min-width: 100%;
}
#header .funcNav {
	margin: 5px 5px 5px 0;
}
}

#contents {
	height: 100%;
	padding: 0 20px 40px;
}
#contents > .inn {
	margin: 0 auto;
	background-color: #ffffff;
	border-radius: 5px;
    box-shadow: 0 0 5px #c3c8d0;
	-pie-box-shadow: 0 0 5px #c3c8d0;
	min-width: 1060px;
	max-width: 1560px;
	margin-bottom: 20px;
}
#contents > .inn {
    min-height: 1%;
}
#contents > .inn:after {
    content: "";
    display: block;
    clear: both;
}

#contents #subCont {
	float: left;
	width: 20%;
}

#contents h2 {
	 padding: 20px 20px 15px 20px;
	 border-bottom: 1px solid #bcbdbf;
	 height: 20px;
}
#contents h2 a:hover {
	text-decoration: underline;
	color: #333333;
}
#contents h2 a {
	background: url("../img/common/side_ico_index.png") no-repeat scroll 0 1px ;
	padding: 0 15px 0 30px;
	text-decoration: none;
	color: #767676;
}
#gNavi .control {
	width: 100%;
}
#gNavi .control dt {
	background-color: #f6f6f6;
	background-image:linear-gradient(top,#F5F5F5,#ECECEC);
	background-image:-webkit-gradient(linear,0% 0%,0% 100%,from(#F5F5F5),to(#ECECEC));
	background-image:-webkit-linear-gradient(top,#F5F5F5,#ECECEC);
	background-image:-moz-linear-gradient(top,#F5F5F5,#ECECEC);
	background-image:-ms-linear-gradient(#F5F5F5,#ECECEC);
	background-image:-o-linear-gradient(top,#F5F5F5,#ECECEC);
	-pie-background:linear-gradient(top,#F5F5F5,#ECECEC);
	border-bottom: 1px solid #b1b1b1;
    border-top: 1px solid #ffffff;
    color: #3b3b3b;
	font-size: 108%;
    text-decoration: none;
	display: block;
	cursor: pointer;

}
#gNavi .control dt.active,
#gNavi .control dt:hover {
	color: #ffffff;
	background-image:linear-gradient(#949494,#7F7F7F);
	background-image:-webkit-gradient(linear,0% 0%,0% 100%,from(#949494),to(#7F7F7F));
	background-image:-webkit-linear-gradient(top,#949494,#7F7F7F);
	background-image:-moz-linear-gradient(top,#949494,#7F7F7F);
	background-image:-ms-linear-gradient(#949494,#7F7F7F);
	background-image:-o-linear-gradient(top,#949494,#7F7F7F);
	-pie-background:linear-gradient(#949494,#7F7F7F);
}
#gNavi .control dt.active span,
#gNavi .control dt span:hover {
	background-image:  url("../img/common/side_ico_on.png");
	background-position: 19px 14px;
	background-repeat: no-repeat;
}
#gNavi .control dt span {
	background-image: url("../img/common/side_ico.png");
    background-position: 19px 14px;
    background-repeat: no-repeat;
    display: block;
    padding: 13px 20px 13px 45px;
    width: 175px;
}
#gNavi .control dt span.account {
	background-image: url("../img/common/side_ico_account.png");
}
#gNavi .control dt.active span.account,
#gNavi .control dt span.account:hover {
	background-image: url("../img/common/side_ico_account_on.png");
}
#gNavi .control dd {
	display: none;
}
#gNavi .active dd {
	display: block;
}
#gNavi .control li {
	background: url("../img/common/globalnav_bg.gif") repeat scroll 0 0 ;
}
#gNavi .control li a {
	display: block;
	height: 36px;
	border-bottom: 1px solid #3e3e3e;
    border-top: 1px solid #737373;
    color: #ffffff;
	text-decoration: none;
    width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
}
#gNavi .control ul li.list a {
	background-image: url("../img/common/side_ico_list_on.png");
	background-position: 20px 8px;
	background-repeat: no-repeat;
}
#gNavi .control li a span {
	    padding: 7px 20px 7px 48px;
		display: block;
}
#gNavi .control ul li.regist a {
	background-image: url("../img/common/side_ico_edit_on.png");
	background-position: 20px 8px;
	background-repeat: no-repeat;
}
#gNavi .control ul li.category a {
	background-image:  url("../img/common/side_ico_category_on.png");
	background-position: 20px 8px;
	background-repeat: no-repeat;
}
#gNavi .control li.active,
#gNavi .control li:hover {
	background:url("../img/common/globalnav_bg_on.gif") repeat 0 0;
}
#gNavi .control li a:hover {
	text-decoration: underline;
}
#mainCont {
	width: 80%;
	float: right;
	background: none repeat scroll 0 0 #ffffff;
    border-radius: 0 5px 5px 0;
    box-shadow: -3px 0 3px #d6d5d5;
	-pie-box-shadow: -3px 0 3px #d6d5d5;
    display: inline;
	padding: 30px 0 40px;
	position: relative;
	min-height: 520px;
}
#mainCont .section {
	margin: 0 30px;
	width: auto;
}
#mainCont .section h2 {
	background: none repeat scroll 0 0 #f0f0f0;
	border-bottom: 2px solid #8f8f8f;
    font-size: 185%;
    margin: 0 0 15px;
    padding: 15px 15px;
	height: auto;
	color: #343c47;
	font-weight: bold;
}
#mainCont .section p.message {
	padding-bottom: 20px;
    padding-left: 3px;
	color: #343c47;
}
@media screen and (max-width:768px){
#contents > .inn {
	min-width: 100%;
	max-width: 100%;
}
#contents {
	width: auto;
	height: auto;
	padding: 0;
	margin: 0 15px;
}
#mainCont {
	width: 100%;
	float: none;
	display:block;
	border-radius: 0 0 5px 5px;
    box-shadow: 0 3px 3px #d6d5d5;
	-pie-box-shadow: 0 3px 3px #d6d5d5;
	padding: 0 0 40px;
}
#mainCont .section {
	margin:15px;
	width:calc(100% - 30px);
}
#mainCont .section h2 {
    font-size: 154%;
    padding: 10px;
}
}
#pageTop {
	bottom: 0;
	right: 0;
	position: absolute;
	padding: 0 0 15px;
}
a.pageTop {
	background: url("../img/common/ico_totop.png") no-repeat scroll 0 50% ;
	background-position: 20px 2px;
	color: #767676;
	padding:0 40px;
	text-decoration: none;
}
a.pageTop:hover {
	text-decoration: underline;
	color: #333333;
}
#footer {
	background: url("../img/common/footer_bg.gif") repeat-x 0 0;
	position: absolute;
	bottom: 0;
	height: 40px;
	width: 100%;
	margin-top: 20px;
}
#footer p {
	text-align: center;
	line-height: 40px;
	color: #ffffff;
}
@media screen and (max-width:768px){
a.pageTop {
	padding:0 15px 0 40px;
	text-decoration: none;
}
#footer {
	position: static;
	margin-top:0;
}
}

#mainCont td .alert01,
#mainCont td .alert02,
#mainCont td .alert03,
.modal .box .boxInside .comp{
	margin-top: 5px;
}
#mainCont .alert01 {
	margin-top: 10px;
	padding: 8px 0;
	background: url("../img/common/alert_ico_note.gif") no-repeat scroll 10px 50% #fefdcc;
	border: 1px solid #e2dc58;
	border-radius: 5px;
	margin-bottom: 20px;
}
#mainCont .alert01 p {
	margin-left: 37px;
}
#mainCont .alert02 {
	padding: 8px 0;
	background: url("../img/common/alert_ico_error.gif") no-repeat scroll 10px 50% #f8e1e0;
	border: 1px solid #cc8e8d;
	border-radius: 5px;
	margin-bottom: 20px;
}
#mainCont .alert02 p {
	margin-left: 37px;
}
#mainCont .alert03,
.modal .box .boxInside .comp {
	padding: 8px 0;
	background: url("../img/common/alert_ico_comp.gif") no-repeat scroll 10px 50% #e3f0d7;
	border: 1px solid #5e884a;
	border-radius: 5px;
	margin-bottom: 20px;
}
#mainCont .alert03 p,
.modal .box .boxInside .comp p {
	margin-left: 37px;
}
#editInn .btn {
	margin: 40px auto 0;
	margin-bottom: 30px;
	width: 540px;
	text-align: center;
}
#editInn .btn .prevBtn {
	width: 158px;
	background: none repeat scroll 0 0 #d5d5d5;
	border-radius: 3px;
	box-shadow: 1px 1px 5px #e9e9e9;
	font-weight: bold;
	height: 38px;
	padding: 1px;
	display: inline-block;
	margin: 0 5px;
}
#editInn .btn .prevBtn a {
	text-align: center;
	display: block;
	line-height: 38px;
	height: 38px;
	background-color: #ffffff;
	background-image: linear-gradient(#ffffff, #efefef);
	background-image: -moz-linear-gradient(center top, #ffffff, #efefef);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#efefef));
	background-image: -webkit-linear-gradient(center top, #ffffff, #efefef);
	background-image: -ms-linear-gradient(#ffffff, #efefef);
	background-image: -o-linear-gradient(center top, #ffffff, #efefef);
	-pie-background: linear-gradient(center top, #ffffff, #efefef);
	border: 1px solid #ffffff;
	color: #343c47;
	cursor: pointer;
	font-size: 124%;
	font-weight: bold;
}
#editInn .btn .editBtn {
	background: none repeat scroll 0 0 #f7901e;
	border-radius: 3px;
	box-shadow: 1px 1px 5px #e9e9e9;
	font-weight: bold;
	height: 38px;
	padding: 1px;
	width: 158px;
	display: inline-block;
	margin: 0 5px;
}
#editInn .btn .editBtn input {
	width: 158px;
	height: 38px;
	background-color: #faad2b;
	background-image: linear-gradient(#faad2b, #f79120);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#faad2b), to(#f79120));
	background-image: -webkit-linear-gradient(center top, #faad2b, #f79120);
	background-image: -moz-linear-gradient(center top, #faad2b, #f79120);
	background-image: -ms-linear-gradient(#faad2b, #f79120);
	background-image: -o-linear-gradient(center top, #faad2b, #f79120);
	-pie-background: linear-gradient(center top, #faad2b, #f79120);
	border: 1px solid #fcbd5b;
	color: #ffffff;
	cursor: pointer;
	font-weight: bold;
}
.backBtn a {
	padding: 0 25px;
	text-decoration: none;
	color: #767676;
	font-weight: bold;
	background-color: #ffffff;
	background-image: linear-gradient(#ffffff, #efefef);
	background-image: -moz-linear-gradient(center top, #ffffff, #efefef);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#efefef));
	background-image: -webkit-linear-gradient(center top, #ffffff, #efefef);
	background-image: -moz-linear-gradient(center top, #ffffff, #efefef);
	background-image: -ms-linear-gradient(#ffffff, #efefef);
	background-image: -o-linear-gradient(center top, #ffffff, #efefef);
	-pie-background: linear-gradient(center top, #ffffff, #efefef);
	border: 1px solid #d6d6d6;
	border-radius: 5px;
	box-shadow: 0 1px 3px #e9e8e8;
	display: inline-block;
	height: 36px;
	line-height: 36px;
	text-align: center;
	text-decoration: none;
	bottom: 0;
	margin-left: 30px;
	margin-bottom: 10px;
	position: absolute;
}
#editInn .btn .prevBtn a:hover {
	background-color: #ededed;
	background-image: linear-gradient(#ededed, #f8f8f8);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ededed), to(#f8f8f8));
	background-image: -webkit-linear-gradient(center top, #ededed, #f8f8f8);
	background-image: -moz-linear-gradient(center top, #ededed, #f8f8f8);
	background-image: -ms-linear-gradient(#ededed, #f8f8f8);
	background-image: -o-linear-gradient(center top, #ededed, #f8f8f8);
	-pie-background: linear-gradient(center top, #ededed, #f8f8f8);
}
#editInn .btn .editBtn input:hover {
	background-color: #f07411;
	background-image: linear-gradient(#f07411, #fbac29);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f07411), to(#fbac29));
	background-image: -webkit-linear-gradient(center top, #f07411, #fbac29);
	background-image: -moz-linear-gradient(center top, #f07411, #fbac29);
	background-image: -ms-linear-gradient(#f07411, #fbac29);
	background-image: -o-linear-gradient(center top, #f07411, #fbac29);
	-pie-background: linear-gradient(cenetr top, #f07411, #fbac29);
	border: none;
}
.backBtn a:hover {
	background: linear-gradient(center top, #ededed, #f8f8f8) repeat scroll 0 0 #ffffff;
	background: -moz-linear-gradient(center top, #ededed, #f8f8f8) repeat scroll 0 0 #ffffff;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ededed), to(#f8f8f8)) repeat scroll 0 0 #ffffff;
	background: -webkit-linear-gradient(center top, #ededed, #f8f8f8) repeat scroll 0 0 #ffffff;
	background: -ms-linear-gradient(#ededed, #f8f8f8) repeat scroll 0 0 #ffffff;
	background: -o-linear-gradient(center top, #ededed, #f8f8f8) repeat scroll 0 0 #ffffff;
	-pie-background: linear-gradient(center top, #ededed, #f8f8f8) repeat scroll 0 0 #ffffff;
}
.alert {
	border-radius: 5px;
	clear: both;
	margin-bottom: 25px;
	padding: 8px 15px 8px 0;
	background: url("../img/common/alert_ico_error.gif") no-repeat scroll 10px 50% #f8e1e0;
	border: 1px solid #cc8e8d;
	min-height: 22px;
	line-height: 22px;
}
.alert span {
	text-indent: -9999px;
	float: left;
	display: block;
	margin-right: 35px;
	overflow: hidden;
}
.alert p {
	color: #343c47
}
.alert p.fl02 {
	margin-left: 35px;
}
#mainEdit h2 {
	font-size: 185%;
	color: #343c47;
	font-weight: 700;
}
#editInn label {
	color: #343c47;
}
#editInn td p {
	color: #343c47;
}
#editInn .inputExplain {
	color: #343c47;
}
#editInn td {
	color: #343c47;
}
td.file a {
	color: #767676;
}
td.file a:hover {
	text-decoration: none;
}
#editInn .btn .editBtn, #editInn .btn .deleteBtn {
	background: none repeat scroll 0 0 #f7901e;
	border-radius: 3px;
	box-shadow: 1px 1px 5px #e9e9e9;
	font-weight: bold;
	height: 38px;
	padding: 1px;
	width: 158px;
	display: inline-block;
	margin: 0 5px;
	line-height: 38px;
}
#editInn .btn .editBtn, #editInn .btn .deleteBtn {
	width: 158px;
	height: 38px;
	background-color: #faad2b;
	background-image: linear-gradient(#faad2b, #f79120);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#faad2b), to(#f79120));
	background-image: -webkit-linear-gradient(center top, #faad2b, #f79120);
	background-image: -moz-linear-gradient(center top, #faad2b, #f79120);
	background-image: -ms-linear-gradient(#faad2b, #f79120);
	background-image: -o-linear-gradient(top, #faad2b, #f79120);
	-pie-background: linear-gradient(top, #faad2b, #f79120);
	color: #ffffff;
	cursor: pointer;
	font-size: 124%;
	font-weight: bold;
}
#editInn .btn .editBtn:hover, #editInn .btn .deleteBtn:hover {
	background-color: #f07411;
	background-image: linear-gradient(#f07411, #fbac29);
	background-image: -moz-linear-gradient(center top, #f07411, #fbac29);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f07411), to(#fbac29));
	background-image: -webkit-linear-gradient(center top, #f07411, #fbac29);
	background-image: -moz-linear-gradient(center top, #f07411, #fbac29);
	background-image: -ms-linear-gradient(#f07411, #fbac29);
	background-image: -o-linear-gradient(center top, #f07411, #fbac29);
	-pie-background: linear-gradient(center top, #f07411, #fbac29);
	border: none;
}

.text-emphasis {
    color: #FF0500 !important;
    font-weight: bold !important;
}
.text-emphasis.small {
    font-size: 0.9em;
}
.text-emphasis2 {
    color: #0019ff !important;
    font-weight: bold !important;
}
@media screen and (max-width:768px){
#mainCont td .alert01,
#mainCont td .alert02,
#mainCont td .alert03,
.modal .box .boxInside .comp{
	font-size:13px;
}
#mainCont .alert01 {
	padding: 8px;
}
#mainCont .alert02 {
	padding: 8px;
}
#mainCont .alert03 {
	padding: 8px;
}
}


/* -------------------------------
SPハンバーガーメニュー
------------------------------- */
@media screen and (max-width:768px){
#contents #sp_subCont {
    float: none;
    width: 100%;
    margin-bottom:30px;
}
#contents #sp_subCont:after{
	content:"";
	display:block;
	clear:both;
}

.menu-trigger {
  display: inline-block;
  position: relative;
  width: 28px;
  height: 20px;
  vertical-align: middle;
  cursor: pointer;
  margin:13px 15px 0 0;
  float:right;
}
.menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  transition: all .5s .2s;
}
.menu-trigger span:nth-of-type(1) {
  top: 0px;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
  top: 9px;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-6px) rotate(45deg);
}
#sp_gNavi {
  clear:both;
  width: 100%;
}
#sp_gNavi h2 {
	padding:13px 20px 13px 20px;
}
#sp_gNavi .control {
	width: 100%;
}
#sp_gNavi .control dt {
	background-color: #f6f6f6;
	background-image:linear-gradient(top,#F5F5F5,#ECECEC);
	background-image:-webkit-gradient(linear,0% 0%,0% 100%,from(#F5F5F5),to(#ECECEC));
	background-image:-webkit-linear-gradient(top,#F5F5F5,#ECECEC);
	background-image:-moz-linear-gradient(top,#F5F5F5,#ECECEC);
	background-image:-ms-linear-gradient(#F5F5F5,#ECECEC);
	background-image:-o-linear-gradient(top,#F5F5F5,#ECECEC);
	-pie-background:linear-gradient(top,#F5F5F5,#ECECEC);
	border-bottom: 1px solid #b1b1b1;
    border-top: 1px solid #ffffff;
    color: #3b3b3b;
	font-size: 108%;
    text-decoration: none;
	display: block;
	cursor: pointer;
}
#sp_gNavi .control dt.active,
#sp_gNavi .control dt:hover {
	color: #ffffff;
	background-image:linear-gradient(#949494,#7F7F7F);
	background-image:-webkit-gradient(linear,0% 0%,0% 100%,from(#949494),to(#7F7F7F));
	background-image:-webkit-linear-gradient(top,#949494,#7F7F7F);
	background-image:-moz-linear-gradient(top,#949494,#7F7F7F);
	background-image:-ms-linear-gradient(#949494,#7F7F7F);
	background-image:-o-linear-gradient(top,#949494,#7F7F7F);
	-pie-background:linear-gradient(#949494,#7F7F7F);
}
#sp_gNavi .control dt.active span,
#sp_gNavi .control dt span:hover {
	background-image:  url("../img/common/side_ico_on.png");
	background-position: 19px 14px;
	background-repeat: no-repeat;
}
#sp_gNavi .control dt span {
	background-image: url("../img/common/side_ico.png");
    background-position: 19px 14px;
    background-repeat: no-repeat;
    display: block;
    padding: 13px 20px 13px 45px;
    width: 175px;
}
#sp_gNavi .control dt span.account {
	background-image: url("../img/common/side_ico_account.png");
}
#sp_gNavi .control dt.active span.account,
#sp_gNavi .control dt span.account:hover {
	background-image: url("../img/common/side_ico_account_on.png");
}
#sp_gNavi .control dd {
	display: none;
}
#sp_gNavi .active dd {
	display: block;
}
#sp_gNavi .control li {
	background: url("../img/common/globalnav_bg.gif") repeat scroll 0 0 ;
}
#sp_gNavi .control li a {
	display: block;
	height: 36px;
	border-bottom: 1px solid #3e3e3e;
    border-top: 1px solid #737373;
    color: #ffffff;
	text-decoration: none;
    width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
}
#sp_gNavi .control ul li.list a {
	background-image: url("../img/common/side_ico_list_on.png");
	background-position: 20px 8px;
	background-repeat: no-repeat;
}
#sp_gNavi .control li a span {
	    padding: 7px 20px 7px 48px;
		display: block;
}
#sp_gNavi .control ul li.regist a {
	background-image: url("../img/common/side_ico_edit_on.png");
	background-position: 20px 8px;
	background-repeat: no-repeat;
}
#sp_gNavi .control ul li.category a {
	background-image:  url("../img/common/side_ico_category_on.png");
	background-position: 20px 8px;
	background-repeat: no-repeat;
}
#sp_gNavi .control li.active,
#sp_gNavi .control li:hover {
	background:url("../img/common/globalnav_bg_on.gif") repeat 0 0;
}
#sp_gNavi .control li a:hover {
	text-decoration: underline;
}
#sp_gNavi p.logout{
	background: url(../img/common/header_bg.gif) repeat-x 0 0;
	text-align:center;
}
#sp_gNavi p.logout a {
	display:inline-block;
    background: url(../img/common/header_nav_ico04.png) no-repeat scroll 20px 15px;
    padding: 16px 20px 16px 48px;
    color: #ffffff;
    text-decoration: none;
}
}


.hidden {
	display: none;
}


/* 更新履歴関連 */
.update-history .update-history-list {
	background: #f0f0f0;
	border: solid 1px gray;
	padding:18px;
}
.update-history .update-history-one {
	padding: 24px 0;
	border-bottom: dotted 1px gray;
}
.update-history .update-history-one:first-child {
	padding-top: 0;
}
.update-history .update-history-one:last-child {
	border-bottom: none;
}

.update-history .update-history-title {
	font-size: 120%;
	padding: 0 0 5px;
	color: #343c47;
	font-weight: bold;
}
.update-history .update-history-date {
	font-size: 14px;
}
.update-history .update-history-new {
	color: red;
	font-family: 'Times New Roman', Times;
	font-size: 12px;
	margin-left: 2px;
}
.update-history .update-history-body {
	line-height: 1.5;
	margin-left: 6px;
}
.update-history .update-history-more {
	color: blue;
	text-decoration: none;
}
#mainMenu .update-history {
	margin-bottom: 24px;
}
#mainMenu .update-history .update-history-one {
	padding: 10px 0;
}
#mainMenu .update-history .update-history-more-list-link {
	padding-top: 8px;
	padding-right: 5px;
	text-align: right;
}
#mainMenu .update-history .update-history-more-list-link a {
	text-decoration: none;
}
#mainMenu .update-history .update-history-more-list-link a:hover {
	text-decoration: underline;
}

