@charset "utf-8";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td {
	margin:0;
	padding:0;
}

fieldset,img {
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

caption,th {
	text-align:left;
}

hr {
	display:none;
}


li img {
	font-size:0;
	line-height:0;
	vertical-align:top;
}

select {
	vertical-align:middle;
	line-height:1;
}

input {
	vertical-align:middle;
}

button img {
	vertical-align:middle;
}

input::-moz-focus-inner {
	border:0;
	padding:0;
}

/*===================================
font設定
===================================== */

/*======================================
Yahoo UI Library Fonts CSS
http://developer.yahoo.com/yui/fonts/

//Font-size Adjustment

font-size:77% = 10px
font-size:85% = 11px
font-size:93% = 12px
font-size:100% = 13px
font-size:108% = 14px
font-size:116% = 15px
font-size:123.1% = 16px
font-size:131% = 17px
font-size:138.5% = 18px
font-size:146.5% = 19px
font-size:153.9% = 20px
font-size:161.6% = 21px
font-size:167% = 22px
font-size:174% = 23px
font-size:182% = 24px
font-size:189% = 25px
font-size:197% = 26px

=======================================*/

body{font-size:13px;*font-size:small;*font:x-small;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
select, input, textarea {font-size:99%;}
table {font-size:inherit;font:100%;}


/*======================================
Universal selector
=======================================*/

* {font-weight: normal;font-style: normal;}



/*======================================
layout共通設定
=======================================*/

body {
	color:#333;
	background-color:#fff;
	line-height:1.4;
	font-family:Arial,Verdana,"メイリオ",Meiryo,"ＭＳＰゴシック","MS PGothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3" ,Osaka,sans-serif ;
}


a {
	color:#2d9be8;
	text-decoration:underline;
	overflow:hidden;
}

a:hover {
	color:#87d9fc;
	text-decoration:none;
}


/*======================================
header
=======================================*/
#headerBox {
	width:100%;
	border-top:7px solid #333;
	height:121px;
	background-image:-moz-linear-gradient(top, #f4f4f0, #dfdfd8);
	background-image:-ms-linear-gradient(top, #f4f4f0, #dfdfd8);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f4f4f0), to(#dfdfd8), color-stop(1,#dfdfd8));
	background-color:#e6e6e0;
	box-shadow: 0px 1px 5px #82817e;
	-moz-box-shadow: 0px 1px 5px #82817e;
	-webkit-box-shadow: 0px 1px 5px #82817e;
}

#headerInBox {
	width:1140px;
	margin:0 auto;
	padding:3px 0 0 0;
}

#headerInBox h1 {
	padding:40px 0 0 0;
	margin:0 15px 0 0;
	width:150px;
}

#userBtnBox {
	width:125px;
	margin:0 35px 0 0;
}

#userBtnBox p a {
	display:block;
	margin:38px 0 0 0;
}

#master #userBtnBox p a {
	margin:0 0 0 0;
}

#gnavBox {
	padding:18px 0 0 0;
	width:575px;
}

#gnavBox ul {
	text-align:center;
}

#gnavBox ul li {
	float:left;
	width:95px;
	font-size:12px;
}

#gnavBox ul li a {
	display:block;
	width:63px;
	height:63px;
	margin:0 auto 0 auto;
}

#accountBox p {
	text-align:right;
	padding:15px 0 0 0;
	line-height:1.2;
	width:230px;
}

#subHeaderBox {
	width:1140px;
	margin:0 auto;
	padding:0 0 10px 0;
	position:relative;
	height:30px;
}

#topickpassBox {
	position:absolute;
	left:0;
	top:10px;
}

#headerAlertBox {
	position:absolute;
	right:0;
	top:-15px;
	width:150px;
	padding:0px 15px 0px 15px;
	margin:0 0 0 0;
	background-color:#ffc6cd;
	border:#d7b5b9 1px solid;

	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;

	box-shadow: 0px 1px 2px #999999;
	-moz-box-shadow: 0px 1px 2px #999999;
	-webkit-box-shadow: 0px 1px 2px #999999;
}

#headerAlertBox p {
	color:#343738;
	text-align:center;
	padding:0 0 0 20px;
	display:inline-block;
	background:url(../img/ico_upps.png) 0 50% no-repeat;
}

#headerZakuAlertBox {
    position:absolute;
    right:190px;
    top:-15px;
    width:150px;
    padding:0px 15px 0px 15px;
    margin:0 0 0 0;
    background-color: #eaffd6;
    border: #bbccab 1px solid;

    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;

    box-shadow: 0px 1px 2px #999999;
    -moz-box-shadow: 0px 1px 2px #999999;
    -webkit-box-shadow: 0px 1px 2px #999999;
}

#headerZakuAlertBox p {
    color:#343738;
    text-align:center;
    padding:0 0 0 20px;
    display:inline-block;
    background:url(../img/ico_upps.png) 0 50% no-repeat;
}

.createNew {
	position:absolute;
	top:10px;
	left:420px;
	width:300px;

	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	box-shadow: 0px 1px 2px #999999;
	-moz-box-shadow: 0px 1px 2px #999999;
	-webkit-box-shadow: 0px 1px 2px #999999;

	background-color:#ffffca;
	border:1px solid #d5d5d5;
}

.createNew p {
	color:#323232;
	font-size:12px;
	font-weight:normal;
	text-align:center;
	padding:6px 10px 6px 10px;
}


/*======================================
content
=======================================*/
#contentsBox {
	width:1140px;
	margin:0 auto;
	padding:5px 0 0 0;
	min-height: 85%;
}


.article {
	margin:0 0 15px 0;
}

#contentsBox > h2 {
	border-left:6px solid #333;
	color:#333;
	font-size:16px;
	font-weight:bold;
	padding:2px 0 3px 10px;
	margin:0 auto 20px auto;
	line-height:1;

}

#wContentsBox {
	width:1240px;
	margin:0 auto;
	padding:5px 0 0 0;
	min-height: 85%;
}

#wContentsBox > h2 {
	border-left:6px solid #333;
	color:#333;
	font-size:16px;
	font-weight:bold;
	padding:2px 0 3px 10px;
	margin:0 auto 20px auto;
	line-height:1;
}

#wideContent {
	width:95%;
	margin:0 auto;
	padding:5px 0 0 0;
	min-height: 85%;
}

#wideContent > h2 {
	border-left:6px solid #333;
	color:#333;
	font-size:16px;
	font-weight:bold;
	padding:2px 0 3px 10px;
	margin:0 auto 20px auto;
	line-height:1;
}

/*===============
レポート設定
===============*/
#repoBox {
	padding:0 0 0 0;
	margin:0 0 10px 0;
}

#repoSelect01 {
	background-color:#e5e9f9;
	padding:10px 20px 10px 20px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;

}

#repoSelect02 {
	background-color:#2b3984;
	padding:10px 20px 10px 20px;
	color:#fff;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

#repoSelect {
	background-color:#4169E1;
	padding:10px 20px 10px 20px;
	color:#fff;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.repoBtnBox {
	margin:0 30px 0 0;
}


/*===============
タブ設定
===============*/
#tabBox {
	position:relative;
	height:48px;
}

#tabBox ul.tab6 {
	width:870px;
}

#tabBox ul.tab5 {
	width:725px;
}

#tabBox ul.tab4 {
	width:580px;
}

#tabBox ul.tab3 {
	width:435px;
}

#tabBox ul.tab2 {
	width:290px;
}

#tabBox ul.tab1 {
	width:145px;
}


#tabBox ul li {
	width:125px;
	float:left;
	margin:0 5px 0 0;
}

#tabBox ul li a {
	display:block;
	height:34px;
	text-decoration:none;
	color:#333;
	padding:13px 0 0 15px;
	font-weight:bold;
	font-size:12px;

	background:url(../img/tab_ico_base.png) 100px 15px no-repeat, -moz-linear-gradient(top, #f4f4f0, #dfdfd8);
	background:url(../img/tab_ico_base.png) 100px 15px no-repeat, -ms-linear-gradient(top, #f4f4f0, #dfdfd8);
	background:url(../img/tab_ico_base.png) 100px 15px no-repeat, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f4f4f0), to(#dfdfd8), color-stop(1,#dfdfd8));
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;

	border-top:#a0a0a0 1px solid;
	border-left:#a0a0a0 1px solid;
	border-right:#a0a0a0 1px solid;
}

#tabBox ul li.upps a {
	background:url(../img/ico_upps.png) 93px 16px no-repeat,url(../img/tab_ico_base.png) 110px 15px no-repeat, -moz-linear-gradient(top, #f4f4f0, #dfdfd8);
	background:url(../img/ico_upps.png) 93px 16px no-repeat,url(../img/tab_ico_base.png) 110px 15px no-repeat, -ms-linear-gradient(top, #f4f4f0, #dfdfd8);
	background:url(../img/ico_upps.png) 93px 16px no-repeat,url(../img/tab_ico_base.png) 110px 15px no-repeat, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f4f4f0), to(#dfdfd8), color-stop(1,#dfdfd8));

}

#tabBox ul li a:hover,
#tabBox ul li a.act {
	color:#fff;
	background:url(../img/tab_ico_base_on.png) 100px 15px no-repeat #32322e;

	border-top:#32322e 1px solid;
	border-left:#32322e 1px solid;
	border-right:#32322e 1px solid;
}

#tabBox ul li.upps a:hover,
#tabBox ul li.upps a.act {
	color:#fff;
	background:url(../img/ico_upps.png) 93px 16px no-repeat,url(../img/tab_ico_base_on.png) 110px 15px no-repeat #32322e;

	border-top:#32322e 1px solid;
	border-left:#32322e 1px solid;
	border-right:#32322e 1px solid;
}

#tabBox ul.wide li {
	width:180px;
}

#tabBox ul.wide li a {
	background:url(../img/tab_ico_base.png) 155px 15px no-repeat, -moz-linear-gradient(top, #f4f4f0, #dfdfd8);
	background:url(../img/tab_ico_base.png) 155px 15px no-repeat, -ms-linear-gradient(top, #f4f4f0, #dfdfd8);
	background:url(../img/tab_ico_base.png) 155px 15px no-repeat, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f4f4f0), to(#dfdfd8), color-stop(1,#dfdfd8));
}

#tabBox ul.wide li a:hover,
#tabBox ul.wide li a.act {
	background:url(../img/tab_ico_base_on.png) 155px 15px no-repeat #32322e;
}

#tabBox ul.narrow li {
	width:120px;
}

#tabBox ul.narrow li a {
	background:url(../img/tab_ico_base.png) 95px 15px no-repeat, -moz-linear-gradient(top, #f4f4f0, #dfdfd8);
	background:url(../img/tab_ico_base.png) 95px 15px no-repeat, -ms-linear-gradient(top, #f4f4f0, #dfdfd8);
	background:url(../img/tab_ico_base.png) 95px 15px no-repeat, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f4f4f0), to(#dfdfd8), color-stop(1,#dfdfd8));
}

#tabBox ul.narrow li a:hover,
#tabBox ul.narrow li a.act {
	background:url(../img/tab_ico_base_on.png) 95px 15px no-repeat #32322e;
}

.tableTab {

}

.tableTab ul {

}

.tableTab ul li {
	float:left;
	text-align:center;
	margin:0 5px 0 0;
}

.tableTab ul li a {
	display:block;
	background-color:#ccc;
	text-decoration:none;
	color:#333;
	padding:10px 0 5px 0;
	font-weight:bold;
	font-size:11px;
	width:100px;

	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;

	border-top:1px solid #d5d5d5;
	border-left:1px solid #d5d5d5;
	border-right:1px solid #d5d5d5;

}

.tableTab ul li a:hover,
.tableTab ul li a.act {
	background-color:#f4f4f0;
	color:#333;
}

.tableTabMini {

}

.tableTabMini ul {

}

.tableTabMini ul li {
    float:left;
    text-align:center;
    margin:0 2px 0 0;
}

.tableTabMini ul li a {
    display:block;
    background-color:#999;
    text-decoration:none;
    color:#333;
    padding:5px 0 5px 0;
    font-weight:bold;
    font-size:11px;
    width:41px;

    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;

    border-top:1px solid #a5a5a5;
    border-left:1px solid #a5a5a5;
    border-right:1px solid #a5a5a5;

}

.tableTabMini ul li a:hover,
.tableTabMini ul li a.act {
    background-color:#f4f4f0;
    color:#333;
}

/*===============
セレクト設定
===============*/

#selectMonthBox {
	position:absolute;
	width:300px;
	top:0;
	right:0;
}

#selectMonthBox p {
	font-size:12px;
}

#selectMonthBox .left {
	padding:0 0 0 0;
}




/*======================================
footer
=======================================*/


/*footer固定*/
html, body {
	height: 100%;
}

#footerBox {
	position: relative;
	height:20px;
}

#footerBox {
	width:100%;
	background-color:#333;
	padding:15px 0 15px 0;
	margin:50px 0 0 0;
}

#footerInBox {
	margin:0 auto;
	width:1140px;
}

#footerInBox address {
	color:#fff;
	text-align:right;
	font-size:12px;
}


/*===============
ログイン
===============*/

/*footer固定*/

body#masterLogin {
	background:#333 url(../img/bg_login_line_master.gif) 0 10px repeat-x;
	color:#fff;
}

/*
body#publisherLogin {
	background:#333 url(../img/bg_login_line_publisher.gif) 0 10px repeat-x;
	color:#fff;
}
*/
/*
body#advertiserLogin {
	background:#333 url(../img/bg_login_line_advertiser.gif) 0 10px repeat-x;
	color:#fff;
}
*/

/*背景白用

body#masterLogin {
	background:#fff url(../img/bg_login_line_master.gif) 0 10px repeat-x;
	color:#333;
}
*/
body#publisherLogin {
	background:#fff url(../img/bg_login_line_publisher.gif) 0 10px repeat-x;
	color:#333;
}

body#advertiserLogin {
	background:#fff url(../img/bg_login_line_advertiser.gif) 0 10px repeat-x;
	color:#333;
}

#loginBox {
	min-height:100%;
	width: 600px;
	margin: 0 auto;
	padding:0 0 0 0;
}

#loginBox p {
	padding:30px 0 0 0;

}

#masterLogin #footerBox {
	position: relative;
	margin-top: -50px;
	padding:20px 0 0 0;

	background:url(../img/bg_login_line_master.gif) 0 10px repeat-x;
}

#publisherLogin #footerBox {
	position: relative;
	margin-top: -50px;
	padding:20px 0 0 0;

	background:url(../img/bg_login_line_publisher.gif) 0 10px repeat-x;
}

#advertiserLogin #footerBox {
	position: relative;
	margin-top: -50px;
	padding:20px 0 0 0;

	background:url(../img/bg_login_line_advertiser.gif) 0 10px repeat-x;
}

#loginBox #logoBox {
	padding:150px 0 40px 0;
}

#loginBox #logoBox h1 {
	padding:0 0 0 163px;
}

#loginBox #logoBox h2 {
	padding:35px 0 0 0;
}

#loginBox #logoBox h2 span {
	font-size:14px;
	font-weight:bold;
	display:inline-block;
	padding:0 5px 0 0;
}

#loginFormBox {
	width:350px;
	margin:0 auto;
	text-align:center;
}

/*===============
エラーボックス
===============*/
.errorBox {
	background-color:#fff1f7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-color:#c00;
	border-style:solid;
	border-width:2px;
	padding:10px 20px 10px 20px;
	margin:0 0 25px 0;
}

.errorBox h2 {
	border-bottom:1px dotted #ed6264;
	border-left:6px solid #c00;
	color:#c00;
	font-size:16px;
	font-weight:bold;
	padding:2px 0 3px 10px;
	margin:0 0 10px 0;
	line-height:1;
}

.errorBox p {
	font-size:12px;
	color:#333;
	padding:0 0 5px 0;
	font-weight:bold;
}

.errorBox ul li {
	color:#c00;
	list-style:inside;
	padding:0 0 0 10px;
}

/*===============
ワーニングボックス
===============*/
.warningBox {
	background-color:#fff8e1;
	border-radius: 5px;
	border-color:#f90;
	border-style:solid;
	border-width:2px;
	padding:10px 20px;
	margin:0 0 25px 0;
}

.warningBox h2 {
	border-bottom:1px dotted #ffcc80;
	border-left:6px solid #f90;
	color:#f90;
	font-size:16px;
	font-weight:bold;
	padding:2px 0 3px 10px;
	margin:0 0 10px 0;
	line-height:1;
}

.warningBox p {
	font-size:12px;
	color:#666;
	padding:0 0 5px 0;
	font-weight:bold;
}

.warningBox ul li {
	color:#f90;
	list-style:inside;
	padding:0 0 0 10px;
}


/*===============
インフォボックス
===============*/
.infoBox {
	background-color:#fff1f7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-color:#05f;
	border-style:solid;
	border-width:2px;
	padding:10px 20px 10px 20px;
	margin:0 0 25px 0;
}

.infoBox h2 {
	border-bottom:1px dotted #aacbed;
	border-left:6px solid #05f;
	color:#05f;
	font-size:16px;
	font-weight:bold;
	padding:2px 0 3px 10px;
	margin:0 0 10px 0;
	line-height:1;
}

.infoBox p {
	font-size:12px;
	color:#333;
	padding:0 0 5px 0;
	font-weight:bold;
}

.infoBox ul li {
	color:#05f;
	list-style:inside;
	padding:0 0 0 10px;
}

/*===============
背景黒ボックス
===============*/
.bBox {
	background-color:#32322e;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color:#fff;
	padding:10px 20px 20px 20px;
	margin:0 0 15px 0;
	position:relative;
}

#tabBox + .bBox {
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-top-left-radius: 0px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;

	padding:20px 20px 20px 20px;
}

.bBox h3 {
	color:#fff;
	font-size:16px;
	font-weight:bold;
	padding:0 0 0 22px;
	margin:0 0 10px 0;
	line-height:1;
	background:url(../img/btn_plus.png) 0 50% no-repeat;
}

.bBox h3 span {
	color:#fff;
	font-size:12px;
	font-weight:normal;
	padding:6px 10px 6px 10px;
	margin:0 0 0 15px;
	background-color:#d21010;
	display:inline-block;

	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
}

.bBox h3 span[class~="orderNameLabel"] {
	margin: 5px 10px 0 0;
	padding: 5px 10px;
}

.bBox h3.min {
	padding:0px 0 0px 22px;
	margin:0 0 10px 0;
	background:url(../img/btn_mainas.png) 0 50% no-repeat;
}

.bBox h3 a {
	color:#fff;
	font-weight:bold;
}


#tabBox + .bBox h3 {
	border-left:6px solid #fff;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	padding:2px 0 3px 10px;
	margin:0 0 10px 0;
	line-height:1;
	background-image:none;
}


/*===============
背景グレーボックス
===============*/
.gBox {
	background-color:#efefee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding:10px 20px 10px 20px;
	margin:0 0 15px 0;
	position:relative;
}


.gBox h3 {
	border-left:6px solid #f07a12;
	font-size:16px;
	font-weight:bold;
	padding:2px 0 3px 10px;
	margin:0 0 20px 0;
	line-height:1;
	background-image:none;
}

.gBox h4 {
	font-size:14px;
	font-weight:bold;
	padding:0 0 5px 0;
}

.graphBox {
	padding:0 0 0 0;
}

.graphTable {

}

.graphImg {

}

.grayBorder {
    border: 1px solid #888;
}

/*======================================
table設定
=======================================*/

.seTable,.foTable,.stTable {
	width:100%;
	color:#323232;
	margin:0 0 10px 0;
}

.seTable tr, .inTable tr {
	height: 37px;
}

.seTable th {
/*	background-image:-moz-linear-gradient(top, #f4f4f0, #dfdfd8); */
/*	background-image:-ms-linear-gradient(top, #f4f4f0, #dfdfd8); */
/*	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f4f4f0), to(#dfdfd8), color-stop(1,#dfdfd8)); */
	background-color:#e6e6e0;
	text-align:center;
	padding:8px 5px 8px 5px;
	border:1px solid #ababab;
	vertical-align:middle;
	font-weight:bold;
	font-size:0.7em;
}

.seTable th * {
	font-weight:bold;
}

.seTable td {
	text-align:left;
	padding:8px 5px 8px 5px;
	border:1px solid #ababab;
}

.foTable tr > th {
	background-color:#f1f1ed;
	width:16%;
	text-align:left;
	vertical-align:top;
	padding:8px 20px 8px 20px;
	border:1px solid #ababab;
}

.foTable tr > td {
	width:84%;
	text-align:left;
	padding:8px 15px 8px 15px;
	border:1px solid #ababab;
}

.stTable tr > th {
    background-color:#f1f1ed;
    width:10%;
    text-align:left;
    vertical-align:top;
    padding:8px 20px 8px 20px;
    border:1px solid #ababab;
}

.stTable tr > td {
    width:40%;
    text-align:left;
    padding:8px 15px 8px 15px;
    border:1px solid #ababab;
}

.fixedTable {
	table-layout: fixed;
}

.fixedTable tr > td {
	word-wrap: break-word;
}

.popBox02 .foTable th {
	width:25%;
}

.popBox02 .foTable td {
	width:75%;
}

.inTable {
	width:100%;
	color:#323232;
	margin:0 0 10px 0;
}

.inTable tr td {
	width:1%;
	color:#323232;
	padding:8px 5px 8px 5px;
	border:1px solid #ababab;
	text-align:left;
}

.inTable tr th {
	width:5%;
	color:#323232;
	margin:0 0 10px 0;
	padding:8px 5px 8px 5px;
	border:1px solid #ababab;
/*
	background-image:-moz-linear-gradient(top, #f4f4f0, #dfdfd8);
	background-image:-ms-linear-gradient(top, #f4f4f0, #dfdfd8);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f4f4f0), to(#dfdfd8), color-stop(1,#dfdfd8));
*/
	text-align:center;
	vertical-align:top;
}

tr {
	background-color:#fff;
}

table tr td.txtL,
table tr th.txtL {
	text-align:left;
}

table tr td.txtR,
table tr th.txtR {
	text-align:right;
}

table tr td.txtC,
table tr th.txtC {
	text-align:center;
}

table tr td.txtM,
table tr th.txtM {
	vertical-align:middle;
}

table tr td.td-txtR {
	text-align:right;
}

.foTable tr.error th {
	background-color:#fff1f7;
	font-weight:bold;
	color:#c00;
}

.seTable tr:nth-child(2n+1) {
	background-color:#f7f7f7;
}

.seTable tr.bgDark {
	background-color: #d3d3d3;
}

.seTable tr.bgGrey {
	background-color:#cacaca;
}

.seTable tr.bgYellow {
	background-color:#ffffcc;

}

.seTable tr.bgRed {
	background-color:#ffcbd3;
}

#loginFormBox table {
	margin:0 0 20px 0;
	width:350px;
}

#loginFormBox table tr {
	background-color:transparent;
}

#loginFormBox table th,
#loginFormBox table td {
	padding:6px 3px 6px 3px;
}

a.sortUpAct {
	display:inline-block;
	width:11px;
	height:22px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../img/btn_up.png) 0 10px no-repeat;
	padding:2px 3px 0 0;
}

a.sortUp {
	display:inline-block;
	width:11px;
	height:22px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../img/btn_up_off.png) 0 10px no-repeat;
	padding:2px 3px 0 0;
}

a.sortUpAct:hover,a.sortUp:hover {
	background:url(../img/btn_up_on.png) 0 10px no-repeat;
}

a.sortDownAct {
	display:inline-block;
	width:11px;
	height:22px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../img/btn_down.png) 0 10px no-repeat;
	padding:2px 0 0 0;
}

a.sortDown {
	display:inline-block;
	width:11px;
	height:22px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../img/btn_down_off.png) 0 10px no-repeat;
	padding:2px 0 0 0;
}

a.sortDownAct:hover ,a.sortDown:hover {
	background:url(../img/btn_down_on.png) 0 10px no-repeat;
}


/**********************/

input[type="text"] {
	padding:2px 5px 2px 5px;
	border:1px solid #a0a0a0;
}

select {
	padding:1px;
	font-size:12px;
	margin:6px 0 0 0;
}


input[type="checkbox"],
input[type="radio"] {
	margin:0 5px 0 0;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
	padding:0 20px 0 0;
}



/*======================================
popup設定
=======================================*/
.popBox01 {
	width:370px;
	margin:0 auto;
	padding:30px 15px 10px 15px;
	background-color:#fff;
	box-shadow: 0px 1px 2px #999999;
	-moz-box-shadow: 0px 1px 2px #999999;
	-webkit-box-shadow: 0px 0px 10px #999999;
	text-align:center;
}

.popBox01 h4 {
	font-size:16px;
	font-weight:bold;
	padding:0 0 0 0;
	margin:0 0 15px 0;
}

.popBox01 p,.popBox02 p {
	padding:0 0 10px 0;
}

.popClose {
	text-align:center;
}

.popClose a {
	display:inline-block;
	margin:5px 0 0 0;
	padding:2px 0 2px 35px;
	background:url(../img/popbtn_close.png) 0 0 no-repeat;
	text-decoration:none;
	font-weight:bold;
	color:#323232;
	font-size:16px;
}

.popBox02 {
	width:500px;
	margin:0 auto;
	padding:30px 15px 10px 15px;
	background-color:#fff;
	box-shadow: 0px 1px 2px #999999;
	-moz-box-shadow: 0px 1px 2px #999999;
	-webkit-box-shadow: 0px 0px 10px #999999;

}


.popBox02 h4 {
	font-size:16px;
	font-weight:bold;
	padding:0 0 0 10px;
	margin:0 0 10px 0;
	border-left:6px solid #323232;
}


.popBox02 .popBtn {
	text-align:center;
}

xmp {
	padding:0;
	margin:0;
}

.jsTag {
	color:#fff;
	text-align:left;
	padding:10px;
	background-color:#323232;
	overflow:auto;
	margin:0 0 10px 0;
}


/*======================================
メンテ、404画面設定
=======================================*/
#mainteBox {
	width:280px;
	background:url(../img/img_maintenance.png) top center no-repeat;
	padding:20px 100px 30px 100px;
	margin:60px auto 0 auto;
}

#mainteBox h2 {
	color:#c30;
	font-size:22px;
	font-weight:bold;
}

#mainteBox p ,#notFoundBox p {
	padding:0 0 20px 0;
}

#notFoundBox {
	width:311px;
	padding:20px 30px 30px 30px;
	margin:60px auto 0 auto;
}

#notFoundBox h2 {
	margin:0 0 40px 0;
}

#notFoundBox ul {
	padding:0 0 0 5px;
}

#notFoundBox ul li {
	background:url(../img/ico_list_blue.png) 0 40% no-repeat;
	padding:0 0 3px 16px;
}

#notFoundBox ul li a {

}


/*======================================
btn設定
=======================================*/
.tBtnBox {
	position:relative;
	height:34px;
}

.bBtnBox {
	position:relative;
	height:29px;
	margin:0 0 25px 0;
}

.btnC {
	text-align:center;
}

.btnL {
	position:absolute;
	top:0;
}

.btnR {
	text-align:right;
	position:absolute;
	top:0px;
	right:0;
}


#tabBox > .btnR {
	text-align:right;
	position:absolute;
	top:16px;
	right:0;
}


.btnBasic {
	color:#343738;
	text-decoration:none;
	display:inline-block;
	padding:5px 20px 5px 20px;
	border:#9f9f92 1px solid;
	font-size:12px;
	font-weight:bold;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

	background-image:-moz-linear-gradient(top, #f4f4f0, #dfdfd8);
	background-image:-ms-linear-gradient(top, #f4f4f0, #dfdfd8);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f4f4f0), to(#dfdfd8), color-stop(1,#dfdfd8));
	background-color:#e6e6e0;
}

.btnBasicRed {
	color:#343738;
	text-decoration:none;
	display:inline-block;
	padding:5px 20px 5px 20px;
	border:#9f9f92 1px solid;
	font-size:12px;
	font-weight:bold;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

	background-image:-moz-linear-gradient(top, #ffb6c1, #ff687f);
	background-image:-ms-linear-gradient(top, #ffb6c1, #ff687f);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffb6c1), to(#ff687f), color-stop(1, #b14551));
	background-color:#e6e6e0;
}

.btnBasicRed:hover {
	background-image:none;
	background-color: #ff566a;
	color:#343738;
}

.btnCreate:hover,
.btnTrash:hover,
.btnBasicMic:hover,
.btnBasic:hover,
.btnBasicL:hover,
.btnBasicS:hover {
	background-image:none;
	background-color:#ccc;
	color:#343738;
}

.btnBasicNo {
	color:#343738;
	text-decoration:none;
	display:inline-block;
	padding:5px 20px 5px 20px;
	border:#9f9f92 1px solid;
	font-size:12px;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

	background-color:#ababab;
}

.btnDownload {
	color:#343738;
	text-decoration:none;
	display:inline-block;
	padding:5px 15px 5px 25px;
	border:#9f9f92 1px solid;
	font-size:12px;
	font-weight:bold;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

	background:url(../img/btn_ico_download.png) 5px 5px no-repeat, -moz-linear-gradient(top, #f4f4f0, #dfdfd8);
	background:url(../img/btn_ico_download.png) 5px 5px no-repeat, -ms-linear-gradient(top, #f4f4f0, #dfdfd8);
	background:url(../img/btn_ico_download.png) 5px 5px no-repeat, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f4f4f0), to(#dfdfd8), color-stop(1,#dfdfd8));
}

.btnDownload:hover {
	background:url(../img/btn_ico_download.png) 5px 5px no-repeat #ccc;
}


.btnCreate {
	color:#343738;
	text-decoration:none;
	display:inline-block;
	padding:5px 15px 5px 25px;
	border:#9f9f92 1px solid;
	font-size:12px;
	font-weight:bold;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

	background:url(../img/btn_ico_create.png) 5px 4px no-repeat, -moz-linear-gradient(top, #f4f4f0, #dfdfd8);
	background:url(../img/btn_ico_create.png) 5px 4px no-repeat, -ms-linear-gradient(top, #f4f4f0, #dfdfd8);
	background:url(../img/btn_ico_create.png) 5px 4px no-repeat, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f4f4f0), to(#dfdfd8), color-stop(1,#dfdfd8));
}

.btnCreate:hover {
	background:url(../img/btn_ico_create.png) 5px 4px no-repeat #ccc;
}

.btnDuplicate {
	color:#343738;
	text-decoration:none;
	display:inline-block;
	padding:5px 15px 5px 33px;
	border:#9f9f92 1px solid;
	font-size:12px;
	font-weight:bold;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

	background:url(../img/btn_ico_dupri.png) 6px 4px no-repeat, -moz-linear-gradient(top, #f4f4f0, #dfdfd8);
	background:url(../img/btn_ico_dupri.png) 6px 4px no-repeat, -ms-linear-gradient(top, #f4f4f0, #dfdfd8);
	background:url(../img/btn_ico_dupri.png) 6px 4px no-repeat, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f4f4f0), to(#dfdfd8), color-stop(1,#dfdfd8));
}

.btnDuplicate:hover {
	background:url(../img/btn_ico_dupri.png) 6px 4px no-repeat #ccc;
}

.btnTrash {
	color:#343738;
	text-decoration:none;
	display:inline-block;
	padding:5px 15px 5px 27px;
	border:#9f9f92 1px solid;
	font-size:12px;
	font-weight:bold;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

	background:url(../img/btn_ico_trash.png) 8px 4px no-repeat, -moz-linear-gradient(top, #f4f4f0, #dfdfd8);
	background:url(../img/btn_ico_trash.png) 8px 4px no-repeat, -ms-linear-gradient(top, #f4f4f0, #dfdfd8);
	background:url(../img/btn_ico_trash.png) 8px 4px no-repeat, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f4f4f0), to(#dfdfd8), color-stop(1,#dfdfd8));
}

.btnReport {
	color:#343738;
	text-decoration:none;
	display:inline-block;
	padding:5px 15px 5px 15px;
	border:#9f9f92 1px solid;
	font-size:12px;
	font-weight:bold;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

	background:-moz-linear-gradient(top, #f4f4f0, #dfdfd8);
	background:-ms-linear-gradient(top, #f4f4f0, #dfdfd8);
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#f4f4f0), to(#dfdfd8), color-stop(1,#dfdfd8));
}

.btnTrash:hover {
	background:url(../img/btn_ico_trash.png) 8px 4px no-repeat #ccc;
}


.btnBasicL {
	color:#343738;
	text-decoration:none;
	display:inline-block;
	padding:5px 80px 5px 80px;
	border:#9f9f92 1px solid;
	font-size:12px;
	font-weight:bold;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

	background-image:-moz-linear-gradient(top, #f4f4f0, #dfdfd8);
	background-image:-ms-linear-gradient(top, #f4f4f0, #dfdfd8);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f4f4f0), to(#dfdfd8), color-stop(1,#dfdfd8));
	background-color:#e6e6e0;
}

.btnBasicS {
	color:#343738;
	text-decoration:none;
	display:inline-block;
	padding:2px 5px 2px 5px;
	border:#9f9f92 1px solid;
	font-size:12px;
	font-weight:bold;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

	background-image:-moz-linear-gradient(top, #f4f4f0, #dfdfd8);
	background-image:-ms-linear-gradient(top, #f4f4f0, #dfdfd8);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f4f4f0), to(#dfdfd8), color-stop(1,#dfdfd8));
	background-color:#e6e6e0;
}

.btnBasicMic {
	color:#343738;
	text-decoration:none;
	display:inline-block;
	margin-top: 2px;
	padding:1px 3px 1px 3px;
	border:#9f9f92 1px solid;
	font-size:12px;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

	background-image:-moz-linear-gradient(top, #f4f4f0, #dfdfd8);
	background-image:-ms-linear-gradient(top, #f4f4f0, #dfdfd8);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f4f4f0), to(#dfdfd8), color-stop(1,#dfdfd8));
	background-color:#e6e6e0;
}

.notVerifiedLabel{
	color: #fff;
	background-color: #d21010;
	border-radius: 16px;
	padding: 5px;
	font-size: 12px;
	margin-left: 5px;
	position: absolute;
}

.tableTitle {
    font-size: 1.2em;
}

.btnReportMic {
    color:#343738;
    text-decoration:none;
    display:inline-block;
    margin-top: 2px;
    margin-bottom: -5px;
    padding:1px 3px 1px 3px;
    border:#9f9f92 1px solid;
    font-size:1.1em;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;

    background-image:-moz-linear-gradient(top, #f4f4f0, #dfdfd8);
    background-image:-ms-linear-gradient(top, #f4f4f0, #dfdfd8);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f4f4f0), to(#dfdfd8), color-stop(1,#dfdfd8));
    background-color:#e6e6e0;
}

.btnReportMic:hover {
    background-image:none;
    background-color:#ccc;
    color:#343738;
}

.btnReportMicGreen {
	color:#343738;
	text-decoration:none;
	display:inline-block;
	margin-top: 2px;
	margin-bottom: -5px;
	padding:1px 3px 1px 3px;
	border: #44d128 1px solid;
	font-size:1.1em;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

	background-image:-moz-linear-gradient(top, #a3f2a3, #8ccf8c);
	background-image:-ms-linear-gradient(top, #a3f2a3, #8ccf8c);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a3f2a3), to(#8ccf8c), color-stop(1,#8ccf8c));
	background-color: #9be69b;
}

.btnReportMicGreen:hover {
	background-image:none;
	background-color: #72a972;
	color:#343738;
}

.btnMicRed {
    color: #123832;
    text-decoration:none;
    display:inline-block;
    padding:1px 3px;
    border: #ff7a2f 1px solid;
    font-size:1.1em;
    text-align: center;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;

    background-image:-moz-linear-gradient(top, #f58266, #b55358);
    background-image:-ms-linear-gradient(top, #f58266, #b55358);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f58266), to(#ca5b60), color-stop(1, #b55358));
    background-color: #f58266;
}

.btnMicRed:hover {
    background-image:none;
    background-color: #b55358;
    color:#123832;
}

.btnMicGreen {
    color:#343738;
    text-decoration:none;
    display:inline-block;
    padding:1px 3px;
    border: #44d128 1px solid;
    font-size:1.1em;
    text-align: center;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;

    background-image:-moz-linear-gradient(top, #a3f2a3, #8ccf8c);
    background-image:-ms-linear-gradient(top, #a3f2a3, #8ccf8c);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a3f2a3), to(#8ccf8c), color-stop(1,#8ccf8c));
    background-color: #9be69b;
}

.btnMicGreen:hover {
    background-image:none;
    background-color: #72a972;
    color:#343738;
}

.btnReportDetail {
    color:#343738;
    text-decoration:none;
    display:inline-block;
    margin-top: 2px;
    margin-bottom: -5px;
    padding:1px 3px 1px 3px;
    border: #31859f 1px solid;
    font-size:1.1em;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;

    background-image:-moz-linear-gradient(top, #a8e6e4, #42c5de);
    background-image:-ms-linear-gradient(top, #a8e6e4, #42c5de);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a8e6e4), to(#42c5de), color-stop(1,#42c5de));
    background-color: #a8e6e4;
}

.btnReportDetail:hover {
    background-image:none;
    background-color: #349bb5;
    color:#343738;
}

.btnRepoBlue {
	color:#fff;
	text-decoration:none;
	display:inline-block;
	padding:5px 20px 5px 20px;
	margin:0 10px 0 0;
	border:#1f2965 1px solid;
	font-size:12px;
	font-weight:bold;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

	background-image:-moz-linear-gradient(top, #3d52a1, #232e78);
	background-image:-ms-linear-gradient(top, #3d52a1, #232e78);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3d52a1), to(#232e78), color-stop(1,#232e78));
	background-color:#e6e6e0;
}


.btnRepoBlue:hover {
	background-color:#232e78;
	background-image:none;
}

.btnBlue {
	color:#fff;
	text-decoration:none;
	display:inline-block;
	padding:5px 20px 5px 20px;
	border:#f5f5f5 1px solid;
	font-size:12px;
	font-weight:bold;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

	background-color:#083963;
}

.btnBlue:hover {
	background-color:#0a2e4c;
}

.btnSkyBlue {
	color:#343738;
	text-decoration:none;
	display:inline-block;
	padding:5px 20px 5px 20px;
	border:#96d4f4 1px solid;
	font-size:12px;
	font-weight:bold;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

	background-image:-moz-linear-gradient(top, #ceffff, #95e8f7);
	background-image:-ms-linear-gradient(top, #ceffff, #95e8f7);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ceffff), to(#95e8f7), color-stop(1,#95e8f7));
}

.btnSkyBlue:hover {
	background-color:#95e8f7;
	background-image:none;
}

.btnYellow {
	color:#343738;
	text-decoration:none;
	display:inline-block;
	padding:5px 20px 5px 20px;
	border:#ffee8f 1px solid;
	font-size:12px;
	font-weight:bold;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

	background-image:-moz-linear-gradient(top, #fffad4, #f8d783);
	background-image:-ms-linear-gradient(top, #fffad4, #f8d783);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fffad4), to(#f8d783), color-stop(1,#f8d783));
}

.btnYellow:hover {
	background-color:#f8d783;
	background-image:none;
}

.btnLightPink {
	color:#343738;
	text-decoration:none;
	display:inline-block;
	padding:5px 20px 5px 20px;
	border:#ffb6c1 1px solid;
	font-size:12px;
	font-weight:bold;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

	background-image:-moz-linear-gradient(top, #ffe6e8, #ffb6c1);
	background-image:-ms-linear-gradient(top, #ffe6e8, #ffb6c1);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffe6e8), to(#ffb6c1), color-stop(1,#ffb6c1));
}

.btnLightPink:hover {
	background-color:#ffb6c1;
	background-image:none;
}

.btnJoinRight {
	margin-right: 0 !important;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	-moz-border-top-right-radius: 0;
	-moz-border-bottom-right-radius: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
}
.btnJoinLight {
	margin-left: 0 !important;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	-moz-border-top-left-radius: 0;
	-moz-border-bottom-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
}

/*丸ボタン*/

.btnCircleBlue {
	color:#343738;
	text-decoration:none;
	display:inline-block;
	padding:5px 15px 5px 27px;
	border:#67aed5 1px solid;
	font-size:12px;
	font-weight:bold;

	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;

	background:url(../img/btn_ico_arrow.png) 16px 10px no-repeat, -moz-linear-gradient(top, #e8f6ff, #d0e7f4);
	background:url(../img/btn_ico_arrow.png) 16px 10px no-repeat, -ms-linear-gradient(top, #e8f6ff, #d0e7f4);
	background:url(../img/btn_ico_arrow.png) 16px 10px no-repeat, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e8f6ff), to(#d0e7f4), color-stop(1,#d0e7f4));
}

.btnCircleBlue:hover {
	background:url(../img/btn_ico_arrow.png) 16px 10px no-repeat #c4dfef;
}

.btnCircleGreen {
	color:#343738;
	text-decoration:none;
	display:inline-block;
	padding:5px 15px 5px 27px;
	border:#789759 1px solid;
	font-size:12px;
	font-weight:bold;

	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;

	background:url(../img/btn_ico_arrow.png) 16px 10px no-repeat, -moz-linear-gradient(top, #f9fff1, #e0f4d0);
	background:url(../img/btn_ico_arrow.png) 16px 10px no-repeat, -ms-linear-gradient(top, #f9fff1, #e0f4d0);
	background:url(../img/btn_ico_arrow.png) 16px 10px no-repeat, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9fff1), to(#e0f4d0), color-stop(1,#e0f4d0));
}

.btnCircleGreen:hover {
	background:url(../img/btn_ico_arrow.png) 16px 10px no-repeat #d3eac1;
}




/*======================================
clearfix  他class
=======================================*/
.clearfix:after {
	visibility:hidden;/*見えなくする*/
	height:0;/*見えなくする*/
	display: block;/*block要素にする*/
	font-size: 0;
	content: " ";
	clear: both;
}
* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.clr {claer:both;}
.left {float:left;}
.right {float:right;}

/*======================================
テキスト設定
=======================================*/
.bold {
	font-weight:bold;
}

.txtRed {
	color:#c30;
}

.txtS {
	font-size:11px;
}

.txtSS {
	font-size:10px;
}

.txtL {
	font-size:16px;
}

.txtRed  {
	color:#C30;
}

.txtBlue {
	color:#39f;
}

.txtDeepBlue {
    color: #2e6e9e;
    font-weight: bold;
    width: 76px;
}

.txtC {
    text-align: center;
}

.txtWarning {
    color: #FFA500;
}

.txtCorrect {
    color: #32cd32;
}

.txtAreaL {
	width: 100%;
	height: 600px;
	background-color: #ffffff;
	overflow: scroll;
	color: black;
}

/*===============
余白
===============*/

.sppT05 {padding-top:5px;}
.sppT10 {padding-top:10px;}
.sppT15 {padding-top:15px;}
.sppT20 {padding-top:20px;}
.sppT30 {padding-top:30px;}
.sppT40 {padding-top:40px;}

.sppB05 {padding-bottom:5px;}
.sppB10 {padding-bottom:10px;}
.sppB15 {padding-bottom:15px;}
.sppB20 {padding-bottom:20px;}
.sppB30 {padding-bottom:30px;}
.sppB40 {padding-bottom:40px;}

.sppL05 {padding-left:5px;}
.sppL10 {padding-left:10px;}
.sppL15 {padding-left:15px;}
.sppL20 {padding-left:20px;}
.sppL30 {padding-left:30px;}
.sppL40 {padding-left:40px;}

.sppR05 {padding-right:5px;}
.sppR10 {padding-right:10px;}
.sppR15 {padding-right:15px;}
.sppR20 {padding-right:20px;}
.sppR30 {padding-right:30px;}
.sppR40 {padding-right:40px;}

.spmT05 {margin-top:05px;}
.spmT10 {margin-top:10px;}
.spmT15 {margin-top:15px;}
.spmT20 {margin-top:20px;}
.spmT30 {margin-top:30px;}
.spmT40 {margin-top:40px;}

.spmB05 {margin-bottom:05px;}
.spmB10 {margin-bottom:10px;}
.spmB15 {margin-bottom:15px;}
.spmB20 {margin-bottom:20px;}
.spmB30 {margin-bottom:30px;}
.spmB40 {margin-bottom:40px;}

.spmL02 {margin-left:2px;}
.spmL05 {margin-left:5px;}
.spmL10 {margin-left:10px;}
.spmL15 {margin-left:15px;}
.spmL20 {margin-left:20px;}
.spmL30 {margin-left:30px;}
.spmL40 {margin-left:40px;}

.spmR02 {margin-right:2px;}
.spmR05 {margin-right:5px;}
.spmR10 {margin-right:10px;}
.spmR15 {margin-right:15px;}
.spmR20 {margin-right:20px;}
.spmR30 {margin-right:30px;}
.spmR40 {margin-right:40px;}


/*===============
横幅
===============*/

.wPer05 {width:5%;}
.wPer10 {width:10%;}
.wPer15 {width:15%;}
.wPer20 {width:20%;}
.wPer25 {width:25%;}
.wPer30 {width:30%;}
.wPer35 {width:35%;}
.wPer40 {width:40%;}
.wPer45 {width:45%;}
.wPer50 {width:50%;}
.wPer55 {width:55%;}
.wPer60 {width:60%;}
.wPer65 {width:65%;}
.wPer70 {width:70%;}
.wPer75 {width:75%;}
.wPer80 {width:80%;}
.wPer85 {width:85%;}
.wPer90 {width:90%;}
.wPer95 {width:95%;}

.wPx50 { width:50px;}
.wPx80 { width:80px;}
.wPx100 { width:100px;}
.wPx120 { width:120px;}
.wPx150 { width:150px;}
.wPx180 { width:180px;}
.wPx200 { width:200px;}
.wPx220 { width:220px;}
.wPx250 { width:250px;}
.wPx280 { width:280px;}
.wPx300 { width:300px;}
.wPx350 { width:350px;}
.wPx400 { width:400px;}
.wPx450 { width:450px;}
.wPx500 { width:500px;}
.wPx550 { width:550px;}
.wPx600 { width:600px;}
.wAuto { width: auto; }

div[id^='s2box'], div.select2-result-label {
	font-size: 10px;
}

/*===============
ツリー表示open/close
===============*/
.open-icon {
	background-image: url(../img/ui-icons.png);
	background-position: -30px -15px;
	overflow: hidden;
	width: 15px;
	height: 15px;
}
.close-icon {
	background-image: url(../img/ui-icons.png);
	background-position: -65px -15px;
	overflow: hidden;
	width: 15px;
	height: 15px;
}

/*=============================
Zucks用レポートテーブルフォント
=============================*/
.zTableFont {
    font-size: 0.7rem;
}

.status-code {
    font-size: 35px;
    color: #C90917;
}

/*=============================
汎用 スタイル
=============================*/
.word-break-all {
    word-break: break-all;
}


.caption {
		font-family: 'Avenir Next', Verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック', 'Yu Gothic', 'メイリオ', Meiryo, Osaka, sans-serif;
}
.caption h3 {
		font-size: 20px; font-weight: bold; padding: 18px 0 4px 0;
}
.caption p small {
		color: #999;
		font-size: 12px;
}

hr.thin {
		border: none;
		border-top: solid #E0E0E0 1px;
		margin: 10px 0;
		display: block
}

pre.linkUrl {
    background-color: #f0f0f0;
    overflow: auto;
    display: inline-block;
}

p.linkUrlFold {
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}

p.linkUrlUnfold {
	overflow-wrap:anywhere;
}

li.insideMarker{
    list-style-position: inside;
}
/*=============================
色付きラベル
=============================*/
.greenLabel {
    padding: 2px 5px;
    background: #95eb1b;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.redLabel {
    padding: 1px 3px;
    background: #ff0000;
    color: #ffffff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.orangeLabel {
    padding: 2px 5px;
    background: #edaf18;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.lightGreenLabel {
    padding: 2px 5px;
    background: #eaffd6;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.blueLabel {
    padding: 2px 5px;
    background: #3b4e93;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: white;
}

.whiteLabel {
    padding: 2px 6px;
    background: #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 9px;
    border: 1px solid #8f8f8f;
    line-height: 1.7;
}

.grayLabel {
	padding: 2px 5px;
	background: #808080;
	border: solid 1px #0a2e4c;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	color: white;
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.redBackGround {
    background: rgba(255, 0, 2, 0.19);
    color: #ff0000;
}

.menuBar {
    float: right;
}

.menu {
    float: left;
    margin-left: 3px;
}

.menuCreate {
    display: none;
    position: absolute;
    top: 30px;
    background: #eee;
    z-index: 9999;
    text-align: left;
    float:left;
}

.menuItem {
    margin-top: 2px;
    margin-bottom: 2px;
    margin-right: 2px;
}

.warning-campaign {
	color: red;
	font-weight: bold;
}

.hid {
    color: #2e6e9e;
    font-weight: bold;
    font-size: 0.9em;
}

.w160 {
	width: 160px;
}

.w80 {
	width: 80px;
}

.listStyleDisc {
    list-style: disc;
    padding: 10px 0px 10px 30px;
}

.cvTagArea {
	width: 100%;
	height: 40px;
	resize: none;
}

.code {
	padding: .2rem .4rem;
	color: #bd4147;
	font-size: 90%;
	background-color: #e0e0e0;
	border-radius: .25rem;
}

.macroTable code {
	background-color: #aab6f2;
	padding: 2px 5px;
	font-weight: bold;
}

.macroTable td > div:not(:first-of-type) {
	padding-top: 15px;
	margin-top: 10px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #d0d0d0;
}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.noticeDateSpanLimit {
	color: #721c24;
  text-align: center;
  background-color: #f8d7da;
  padding: 8px;
  margin-bottom: 8px;
  border-radius: 4px;
}

.flex {
	display: flex;
}

.flex-row {
	flex-direction: row;
}

[v-cloak] {display: none}
