/* Modified by SOUM Corporation, 2016 */
/* IMPORT RESET */
@import url("reset.css");

/* IMPORT 12 COLUMN RESPONSIVE GS */
@import url("responsive.gs.24col.css");


/*	EXAMPLE STYLES */
html,body{
    height: 100%;
}

body {
	font-size:86%;
	line-height:1.5;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","ＭＳ Ｐゴシック",sans-serif;
	color: #333;
/*	margin: 0 0 40px 0; */
	background: url("../img/bg.png");
}

div.container{
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

article,aside
{
	height:auto !important;
	padding-bottom:80px !important;
}

#contents {
    width: 100%;
    height: 100%;
    padding-bottom: 60px;
}

footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;

	line-height:2em;
	text-align: center;
	background: #7d1719;
	color: #fff;
}

header {
	line-height: 2em;
	text-align: left;
	background: #7d1719;
	color: #fff;
}

header h1 a{
	color: #fff !important;
}

header h1 a.home {
	font-size:120%;
	padding: 0 6px;
	display: inline-block;
}

header h1 a:hover{
    text-decoration:underline !important;
}

header h1 a.home:first-child:hover {
	background-color: #a05654;
}

article {
	line-height: 1.5em;
	text-align: left;
	padding: 4px;
}

aside {
	line-height: 1.5em;
	text-align: left;
	padding: 10px 0 0 10px;
}

.copyright{
	text-align: center;
}
@media ( max-width : 767px ) {
	.disnoneSP{
		display: none;
	}
}

@media ( min-width : 768px ) {
	.disnonePC{
		display: none;
	}
}

nav{
}
nav ul{
	text-align: right;
}
/*Custum*/
hr {
	border:solid #aaa;
	border-width:1px 0 0 0;
	height:1px;
	clear:both;
}
a:link { color: blue;text-decoration: none; }
a:visited { color: blue }
a:hover { color: blue;text-decoration: underline; }
a:active { color: gray }

.bold{
	font-weight: bold;
}
.emphasis{
	color: #DA4740;
}
.togMenu {
	display:none;
}
.menuBtn {
	float: right;
	color: #fff;
}
#headerMenu ul {
	margin: 0;
	padding: 0;
}
#headerMenu li {
	border-top: 1px solid #fff;
}
#headerMenu li a {
	display:block;
	text-decoration:none;
	color: #fff;
}
#headerMenu li a:hover {
	text-decoration:underline;
}

/**/

/**/
#footerMenuSP{
	background: #444;
	padding: 0 0 60px 0;
}

#footerMenuSP li{
	border:1px solid #222;
}
#footerMenuSP li a{
	display:block;
	text-decoration:none;
	color: #fff !important;
	margin: 10px 4px;
}
#footerMenuSP li form{
	text-decoration:none;
	color: #fff !important;
	margin: 10px 4px;
}

#acordionMenu{
	background: #333;
}

#acordionMenu li{
	border:1px solid #222;
}
#acordionMenu li a{
	display:block;
	text-decoration:none;
	color: #fff;
}

/**/
#menuSP{
	text-align: center;
}

#menuSP img{
	width: 14px;
}

.close{
	text-align: center;
	background: #111
}
#footerMenu{
	position: fixed !important;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	line-height: 3em;
	background-color: #4E9ABE;
	color: #fff;
	background: #000;
	text-align: right;
}

table {
	background-color: #ffffff;
	border-top:#ffffff 3px double;
	border-collapse: collapse;
	width: 100%;
	color:#333333;
	border-top: 1px solid #dcdddd;
	border-left: 1px solid #dcdddd;
}

table th {
	border-bottom: #dcdddd 1px solid;
	border-right: #dcdddd 1px solid;
	background-color: #efefef;
	text-align: left;
	text-align: center;
	vertical-align: middle;
	white-space:nowrap;
	padding: 6px;
}

table td {
	background-color: #fff;
	border-bottom: #dcdddd 1px solid;
	border-right: #dcdddd 1px solid;
	text-align: left;
	padding: 10px;
	vertical-align: top;
}

.grp{
/*	border-bottom: 1px solid #888888; */
	margin: 16px 0;
	padding: 0 0 10px;
}
#maingroup li:last-child {
	border-bottom: none;
}

div.page {
}

div.page-top {
	border-bottom: 1px solid #888888;
	margin-bottom: 3px;
}

div.page-bottom {
	border-top: 1px solid #888888;
	margin-top: 3px;
}

.disabledText{
	color: #ddd;
}
.disnoneText{
	color: #ddd;
}
.agreement_check{
	text-align: left;
	border:1px solid #444;
	padding: 10px;
	background: #fff;
	margin: 0 0 10px 0;
}

.finish-warning-message
, .finish-message {
	background: #ffffff;
	border-radius: 3px;
	color: #8B0000;
	font-size: 1.2em;
	margin: 10px 0;
	padding: 10px 0;
	text-align: center;
}

/*side menu SP*/
.togmenu {
	display:none;
}
.menubtn {
	background:#222;
	color: #fff;
    padding: 10px 10px 6px 10px;
    text-align: center;
}
.menubtn img{
	width:16px;
}

.logo-wrapper {
	margin: 0 0 1em 0;
	padding: 0;
	line-height: 1;
	text-align: center;
}

.logo {
	width: 585px;
	height: auto;
	max-width: 100%;
}

@media only screen and (min-width: 768px) {
	.menubtn {
		display:none;
	}
	.togmenu {
		display:block;
	}
	#sideMenu li {
		border:none;
	}
}

/*PC*/
@media only screen and (min-width: 768px) {
	.menuBtn {
		display:none;
	}
	.togMenu {
		display:block;
	}
	#headerMenu li {
		display: inline-block;
		border:none;
	}
	.form th{
		width: 200px;
	}
	.logo {
		margin-right: 12px;
	}
}

/*SPhone*/
@media only screen and (max-width: 767px) {
	aside{
		padding: 0 !important;
	}
	article
	{
		padding-bottom:10px !important;
	}
	table.form th,table.form td{
		display: block !important;
		border: none !important;
	}
	table.form th{
		font-weight: bold;
		padding: 4px 0;
	}
	input[type="text"]{
		width: 100% !important;
		font-size: 20px !important;
	}
	textarea{
		width: 100% !important;
		font-size: 20px !important;
	}
	select{
		width: 100% !important;
		font-size: 20px !important;
	}
		.button{
		width: 100%;
		text-align: center;
		margin: 2px 0;
	}
	.iconGrp{
		width: 56px !important;
	}
	dl.itemGrp{
		margin-left: 56px !important;
	}
	.iconGrp img{
		width: 50px;
	}

	#sideMenu li a:hover {
		text-decoration:underline;
	}
	#sideMenu{
		background: #333;
	}

	#sideMenu li{
		border:1px solid #222;
	}
	#sideMenu li a{
		display:block;
		text-decoration:none;
		color: #fff;
	}

	#sideMenu li a:hover {
		text-decoration:underline;
	}
	h1{
		text-align: center !important;
	}

	.sideMenuList a{
		background-image: none !important;
		padding: 10px 0 10px 4px !important;
	}

	.sideMenuList a:hover{
		background-image: none !important;
	}
	.submitBtn,.submitBtnRed,.resetBtn{
		width: 100%;
		text-align: center;
	}
	.form th{
		width: 100%;
	}
	input.loginInput{
		width: 90% !important;
	}
	.loginFormArea{
		width: 100% !important;
	}

	#view_incsearch_base {
	}
	.serviceList{
		margin: 4px 0 0 !important;
	}
	.serviceList li a{
		background: none repeat scroll 0 0 #fff !important;
		display: block !important;
		height: 60px !important;
		text-align: left !important;
		color: #000;
/*		border-bottom: 1px solid #888 !important; */
	}
	.serviceList li:first-child a{
/*		 border-top: 1px solid #888888 !important; */
	}
	.serviceList li p{
		float:left !important;
		padding: 14px 0 0 10px;
	}
	.serviceList li a:hover{
		background: none repeat scroll 0 0 #eee !important;
	}
	.serviceList li img{
		float: left !important;
		margin: 4px 0 0 !important;
	}
	.serviceList li{
		vertical-align: middle;
		height:60px !important;
		float:left !important;
		text-align:center !important;
		margin-right: 4px !important;
		width: 100% !important;
	}
	div.page {
		text-align: center;
	}
	table.accounts_unify td.eppn div {
		text-align: right;
	}
}


h1{
	color:#fff;
}
h2{
    background: none repeat scroll 0 0 #E5D1D1;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 2em;
    margin: 10px 0;
    padding: 0 0 0 16px;
}
h3{
    background: none repeat scroll 0 0 #E5D1D1;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 2em;
    margin: 10px 0;
    padding: 0 0 0 16px;
}

#sideMenu h3 {
    background: url("../img/belong_group.png") no-repeat scroll 1px 7px rgba(0, 0, 0, 0);
    border-bottom: 1px solid #222222;
    padding: 0 0 0 20px;
}
.belogGrp h3 {
    background: url("../img/belong_group.png") no-repeat scroll 1px 7px rgba(0, 0, 0, 0);
    border-bottom: 1px solid #222222;
    padding: 0 0 0 20px;
}

dl.itemGrp h4{
	font-size: 1.2em;
}

h4{

}

input{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:1px solid #bbb;
	color: #000;
	margin: 6px 0;
}
textarea{
	border:1px solid #bbb;
	padding: 4px;
	width: 90%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	white-space: pre;
}

input[type="text"]{
	padding: 4px;
	width: 60%;
	color: #222;
}

input.focus[type="text"] {
	color: #222 !important;
}

select{
}
input[type="checkbox"]{
	margin: 0px;
}

footer a{
	color:#fff !important;
	text-decoration: none;
}

footer a:hover{
	text-decoration: underline;
}

.sideMenuList a{
	background: url("../img/icon_arrow.png") no-repeat 4px 1px;
	background-size: 16px;
	padding: 0 0 0 20px;
}

.sideMenuList a:hover{
	background: url("../img/icon_arrow.png") no-repeat 5px 1px;
	background-size: 16px;
}

span.grpPrivacy {
    background: none repeat scroll 0 0 #FBE3E4;
    border-radius: 3px;
    color: #DA4740;
    font-size: 11px;
    font-weight: bold;
    padding: 0px 7px;
    white-space: nowrap;
    float: right;
}

span.required {
    background: none repeat scroll 0 0 #FBE3E4;
    border-radius: 3px;
    color: #DA4740;
    font-size: 11px;
    font-weight: bold;
    padding: 3px 7px;
    white-space: nowrap;
    margin: 2px;
}

.error-message {
    color: #DA4740;
}

.itemState{
	padding: 4px 0 0 0;
}
.iconGrp {
    float: left;
    position: relative;
    width: 110px;
}
dl.itemGrp {
    margin-left: 80px;
}

.reviewtop {
    line-height: 1.4em;
    padding: 10px 0 0 0;
}

.grpName {
	word-wrap: break-word;
	margin-top: 3px;
}

.grpName img{
	width:20px;
	height:20px;
	vertical-align: middle;
	position: relative;
	top: -0.1em;
	margin:0 4px 0 0;
}

.grpName span{
	width:20px;
	height:20px;
	vertical-align: middle;
	position: relative;
	top: -0.1em;
	margin:0 4px 0 0;
}

.createGroup{
	font-weight: bold;
	margin: 10px 0;
}

.userName{
	font-weight: bold;
}

.submitArea{
	text-align: center;
	margin: 20px 0;
}

p.attentionMsg,div.attentionMsg{
	background: #f00;
	font-size: 1.2em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 10px 0;
	margin: 10px 0;
    background: none repeat scroll 0 0 #FBE3E4;
    border-radius: 3px;
    color: #f33;
}



/*makeGrp*/
.makeGrp {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	background-color:#007dc1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff !important;
	font-family:Verdana;
	font-size:16px;
	font-weight:bold;
	padding:14px 36px;
	margin-right: 5px;
	text-decoration:none;
}
.makeGrp:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
	background-color:#0061a7;
	text-decoration:none;
}
.makeGrp:active {
	position:relative;
	top:1px;
}

/*searchGrp*/
.searchGrp {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d0451b), color-stop(1, #bc3315));
	background:-moz-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-webkit-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-o-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-ms-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0451b', endColorstr='#bc3315',GradientType=0);
	background-color:#d0451b;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #942911;
	display:inline-block;
	cursor:pointer;
	color:#ffffff !important;
	font-family:Verdana;
	font-size:16px;
	font-weight:bold;
	padding:14px 36px;
	text-decoration:none;
}
.searchGrp:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bc3315), color-stop(1, #d0451b));
	background:-moz-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-webkit-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-o-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-ms-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc3315', endColorstr='#d0451b',GradientType=0);
	background-color:#bc3315;
	text-decoration:none;
}
.searchGrp:active {
	position:relative;
	top:1px;
}

/*cancel*/

.resetBtn {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
	background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
	background-color:#ffffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666 !important;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:10px 30px;
	text-decoration:none;
}
.resetBtn:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
	background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
	background-color:#f6f6f6;
}
.resetBtn:active {
	position:relative;
	top:1px;
}

/*submit*/

.submitBtnRed {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100));
	background:-moz-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
	background:-webkit-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
	background:-o-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
	background:-ms-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
	background:linear-gradient(to bottom, #fe1a00 5%, #ce0100 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100',GradientType=0);
	background-color:#fe1a00;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d83526;
	display:inline-block;
	cursor:pointer;
	color:#ffffff !important;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:10px 30px;
	text-decoration:none;
}

.submitBtnRed:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00));
	background:-moz-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
	background:-webkit-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
	background:-o-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
	background:-ms-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
	background:linear-gradient(to bottom, #ce0100 5%, #fe1a00 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00',GradientType=0);
	background-color:#ce0100;
}

.submitBtnRed:active {
	position:relative;
	top:1px;
}

.submitBtn {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0));
	background:-moz-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-webkit-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-o-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-ms-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0',GradientType=0);
	background-color:#3d94f6;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #337fed;
	display:inline-block;
	cursor:pointer;
	color:#ffffff !important;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:10px 30px;
	text-decoration:none;
}
.submitBtn:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6));
	background:-moz-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-webkit-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-o-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-ms-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6',GradientType=0);
	background-color:#1e62d0;
}
.submitBtn:active {
	position:relative;
	top:1px;
}

/*meatWiki*/

.iconMeatMail {
	background-color:#44c767;
	-moz-border-radius:16px;
	-webkit-border-radius:16px;
	border-radius:16px;
	border:1px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff !important;
	font-family:Verdana;
	font-size:12px;
	padding:6px 30px;
	text-decoration:none;
}
.iconMeatMail:hover {
	background-color:#5cbf2a;
}
.iconMeatMail:active {
	position:relative;
	top:1px;
}

.iconMeatWiki {
	background-color:#599bb3;
	-moz-border-radius:16px;
	-webkit-border-radius:16px;
	border-radius:16px;
	border:1px solid #29668f;
	display:inline-block;
	cursor:pointer;
	color:#ffffff !important;;
	font-family:Verdana;
	font-size:12px;
	padding:6px 30px;
	text-decoration:none;
}
.iconMeatWiki:hover {
	background-color:#408c99;
}
.iconMeatWiki:active {
	position:relative;
	top:1px;
}

.iconFshare {
	background-color:#ffec64;
	-moz-border-radius:16px;
	-webkit-border-radius:16px;
	border-radius:16px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333 !important;
	font-family:Verdana;
	font-size:12px;
	padding:6px 30px;
	text-decoration:none;
}
.iconFshare:hover {
	background-color:#ffab23;
}
.iconFshare:active {
	position:relative;
	top:1px;
}

/**/
.iconWebapp {
	background-color:#599bb3;
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
	border-radius:16px;
	border:1px solid #29668f;
	display:inline-block;
	cursor:pointer;
	color:#ffffff !important;
	font-family:arial;
	font-size:12px;
	padding:6px 30px;
	text-decoration:none;
	text-shadow:0px 1px 0px #3d768a;
	margin: 4px 0;
}
.iconWebapp:hover {
	background-color:#408c99;
}
.iconWebapp:active {
	position:relative;
	top:1px;
}



/*Login*/
#wayf_div {
/*    background: url("../img/top_login_bg.png") repeat scroll 0 0 !important; */
    border-color: #660000 !important;
    width: 100% !important;
}
#wayf_div table,
#wayf_div tr,
#wayf_div td{
	border:none;
	padding: 2px;
	vertical-align: middle;
	font-size: 1.0em !important;
}

#clear_a{
	text-align: center;
	font-size: 1.1em !important;
}

#wayf_div div, input{
	margin: 6px 0;
}
#wayf_submit_button {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0));
	background:-moz-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-webkit-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-o-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-ms-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0',GradientType=0);
	background-color:#3d94f6;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #337fed;
	display:inline-block;
	cursor:pointer;
	color:#ffffff !important;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:10px 30px;
	text-decoration:none;
}

#wayf_submit_button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6));
	background:-moz-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-webkit-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-o-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-ms-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6',GradientType=0);
	background-color:#1e62d0;
}

#wayf_submit_button:active {
	position:relative;
	top:1px;
}

#headerMenu ul{
}
#headerMenu li {
	margin-right:6px;
	padding-left:10px;
}
#headerMenu li+li {
	border-left:1px solid #888;
}

a:hover img.overwhite{
    cursor:pointer;
    filter: alpha(opacity=80);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=80)";  /* ie 8 */
    -moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.8;              /* Safari 1.x */
    opacity:0.8;
    zoom:1;
}

.serviceList{
	margin:4px 0 0 0;
}
.serviceList li a{
    background: none repeat scroll 0 0 #fff;
    display: block;
    height: 74px;
    padding: 6px 10px;
    text-align: center;
    color: #000;
   }

.serviceList li a:hover{
    background: none repeat scroll 0 0 #eee;
   }

.serviceList li img{
	margin: 6px 0 0 0;
	height: 32px !important;
	width: 32px !important;
   }

.serviceList li{
	height:80px;
	float:left;
	text-align:center;
	margin-right: 4px;
}

img.sp_icon {
	width: 32px;
	height: 32px;
}

#GroupListWord {
    font-size: 22px;
    padding: 4px 0 8px 4px;
}

p.langLabel {
	float: left;
	margin: 8px;
	width: 50px;
}
div.block {
	clear: both;
}

img.question_small {
	height: 16px;
	width: 16px;
	margin: 0 0 4px 4px;
	vertical-align: middle;
}

.group_list label {
	cursor: pointer;
	display: block;
	float: left;
	width: 280px;
}

/*TOP PAGE*/
.topImage{
	width: 100%;
}
.topCatchImage{
	background: url("../img/topimage.png")no-repeat;
	margin: 10px 0;
}
.topLogin{
	background: url("../img/top_login_bg.png");
	margin: 5% 0;
	padding: 2%;
}
.topService{
	margin: 1em 0 0 0;

}
.topService h3{
	padding: 0 0 0 24px !important;
	font-size: 16px !important;
	margin: 0 0 0 0;
}

.topInformation{
	background: url(../img/top_icon_information.png)no-repeat 0px 4px;
	background-size: 20px 20px;
}

.topWebservice{
	background: url(../img/top_icon_service.png)no-repeat 0px 4px;
	background-size: 20px 20px;
}

.topSecret{
	background: url(../img/top_icon_secret.png)no-repeat 0px 4px;
	background-size: 20px 20px;
}

.topGakuninText{
	background: url(../img/top_icon_gakuninmap.png)no-repeat 0px 4px;
	background-size: 20px 20px;
}
#view_incsearch_base {
    top: -51px;
}
.changeKind label {
    margin: 6px 10px 6px 1px;
}

span.group20 {
	overflow: hidden;
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url('../img/group/20/icon_groups.png');
	background-repeat: no-repeat;
}
span.group50 {
	overflow: hidden;
	display: inline-block;
	width: 50px;
	height: 50px;
	background-image: url('../img/group/50/icon_groups.png');
	background-repeat: no-repeat;
}
span.group100 {
	overflow: hidden;
	display: inline-block;
	width: 100px;
	height: 100px;
	background-image: url('../img/group/100/icon_groups.png');
	background-repeat: no-repeat;
}
span.group200 {
	overflow: hidden;
	display: inline-block;
	width: 200px;
	height: 200px;
	background-image: url('../img/group/200/icon_groups.png');
	background-repeat: no-repeat;
}
span.group20_1 {
	background-position: 0px 0px;
}
span.group20_2 {
	background-position: -20px 0px;
}
span.group20_3 {
	background-position: -40px 0px;
}
span.group20_4 {
	background-position: -60px 0px;
}
span.group20_5 {
	background-position: -80px 0px;
}
span.group20_6 {
	background-position: -100px 0px;
}
span.group20_7 {
	background-position: -120px 0px;
}
span.group20_8 {
	background-position: -140px 0px;
}
span.group20_9 {
	background-position: -160px 0px;
}
span.group20_10 {
	background-position: -180px 0px;
}
span.group20_11 {
	background-position: -200px 0px;
}
span.group20_12 {
	background-position: -220px 0px;
}
span.group20_13 {
	background-position: -240px 0px;
}
span.group20_14 {
	background-position: -260px 0px;
}
span.group20_15 {
	background-position: -280px 0px;
}
span.group20_16 {
	background-position: -300px 0px;
}
span.group20_17 {
	background-position: -320px 0px;
}
span.group20_18 {
	background-position: -340px 0px;
}
span.group20_19 {
	background-position: -360px 0px;
}
span.group20_20 {
	background-position: -380px 0px;
}
span.group50_1 {
	background-position: 0px 0px;
}
span.group50_2 {
	background-position: -50px 0px;
}
span.group50_3 {
	background-position: -100px 0px;
}
span.group50_4 {
	background-position: -150px 0px;
}
span.group50_5 {
	background-position: -200px 0px;
}
span.group50_6 {
	background-position: -250px 0px;
}
span.group50_7 {
	background-position: -300px 0px;
}
span.group50_8 {
	background-position: -350px 0px;
}
span.group50_9 {
	background-position: -400px 0px;
}
span.group50_10 {
	background-position: -450px 0px;
}
span.group50_11 {
	background-position: -500px 0px;
}
span.group50_12 {
	background-position: -550px 0px;
}
span.group50_13 {
	background-position: -600px 0px;
}
span.group50_14 {
	background-position: -650px 0px;
}
span.group50_15 {
	background-position: -700px 0px;
}
span.group50_16 {
	background-position: -750px 0px;
}
span.group50_17 {
	background-position: -800px 0px;
}
span.group50_18 {
	background-position: -850px 0px;
}
span.group50_19 {
	background-position: -900px 0px;
}
span.group50_20 {
	background-position: -950px 0px;
}
span.group100_1 {
	background-position: 0px 0px;
}
span.group100_2 {
	background-position: -100px 0px;
}
span.group100_3 {
	background-position: -200px 0px;
}
span.group100_4 {
	background-position: -300px 0px;
}
span.group100_5 {
	background-position: -400px 0px;
}
span.group100_6 {
	background-position: -500px 0px;
}
span.group100_7 {
	background-position: -600px 0px;
}
span.group100_8 {
	background-position: -700px 0px;
}
span.group100_9 {
	background-position: -800px 0px;
}
span.group100_10 {
	background-position: -900px 0px;
}
span.group100_11 {
	background-position: -1000px 0px;
}
span.group100_12 {
	background-position: -1100px 0px;
}
span.group100_13 {
	background-position: -1200px 0px;
}
span.group100_14 {
	background-position: -1300px 0px;
}
span.group100_15 {
	background-position: -1400px 0px;
}
span.group100_16 {
	background-position: -1500px 0px;
}
span.group100_17 {
	background-position: -1600px 0px;
}
span.group100_18 {
	background-position: -1700px 0px;
}
span.group100_19 {
	background-position: -1800px 0px;
}
span.group100_20 {
	background-position: -1900px 0px;
}
span.group200_1 {
	background-position: 0px 0px;
}
span.group200_2 {
	background-position: -200px 0px;
}
span.group200_3 {
	background-position: -400px 0px;
}
span.group200_4 {
	background-position: -600px 0px;
}
span.group200_5 {
	background-position: -800px 0px;
}
span.group200_6 {
	background-position: -1000px 0px;
}
span.group200_7 {
	background-position: -1200px 0px;
}
span.group200_8 {
	background-position: -1400px 0px;
}
span.group200_9 {
	background-position: -1600px 0px;
}
span.group200_10 {
	background-position: -1800px 0px;
}
span.group200_11 {
	background-position: -2000px 0px;
}
span.group200_12 {
	background-position: -2200px 0px;
}
span.group200_13 {
	background-position: -2400px 0px;
}
span.group200_14 {
	background-position: -2600px 0px;
}
span.group200_15 {
	background-position: -2800px 0px;
}
span.group200_16 {
	background-position: -3000px 0px;
}
span.group200_17 {
	background-position: -3200px 0px;
}
span.group200_18 {
	background-position: -3400px 0px;
}
span.group200_19 {
	background-position: -3600px 0px;
}
span.group200_20 {
	background-position: -3800px 0px;
}

.tabs {
	position: relative;
}

.tabs li {
	display: inline-block;
	margin-bottom: 3px;
}

.tabs label {
	display: block;
	padding: 5px;
	background-color: #E5D1D1;
	color: #000;
	text-align: center;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	width: 110px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tabs .current {
	background-color: #7D1719 !important;;
	color: #fff !important;;
	white-space: nowrap;
}

.tabs label:hover {
	background-color: #cccccc;
	color: #000000;
}

.tabs label a {
	color: #000;
	text-decoration: none;
	white-space: nowrap;
}

.tabs .contents {
	position: absolute;
	top: 30px;
	left: 0;
	padding: 8px;
	border-top: 1px solid #E5D1D1;
	width: 90%;
}
#other-group {
	position: relative;
}

#other-group ul li a {
	display: block;
}

#other-group ul {
	display: none;
	width: auto;
	background: #E5D1D1;
}

#other-group:hover ul {
	display: block;
	position: absolute;
	z-index: 999;
}

#other-group ul li {
	float: none;
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
}

#other-group ul li a {
	color: #000;
	text-decoration: none;
	display: block;
	width: 205px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* tags */
.tags {
	float: left;
	clear: both;
}
.remove_button {
	float: left;
	padding-right: 10px;
}
#new_tags {
	padding-top: 10px;
}

/* drop down menu */
li.drop_down_menu {
}
li.drop_down_menu ul.drop_down_menu_list {
	position: absolute;
	visibility: hidden;
	background: #7d1719;
	color: #fff;
	right: 0;
	max-width: 100%;
}
ul.drop_down_menu_list li {
	display: block !important;
	border-left: none !important;
}
ul.drop_down_menu_list a {
	text-align: right;
}
ul.drop_down_menu_list form {
	text-align: right;
}
li.drop_down_menu:hover ul.drop_down_menu_list {
	visibility: visible;
	z-index: 999;
}
#search {
	width: initial;
}
#footerMenuSP #search {
	width: 60% !important;
}

#unusable_checkbox input {
	vertical-align: middle;
}

.spcIcon {
	margin-top: 2px;
	margin-left: 2px;
	width: 16px;
	height: 16px;
}

.private_services_sp_type {
	margin-right: 1em;
}
.private_services_sp_type select{
	margin-left: 5px;
}

body .ui-autocomplete {
    background: none !important;
    background-color: #ffffff !important;
}

.sp_extended_attr {
	margin: 5px;
	border: 1px solid lightgray;
	padding: 5px;
	position: relative;
}

.sp_extended_attr + .sp_extended_attr {
	margin-top: 10px;
}

.sp_extended_attr_title {
	float: left;
	left: -6px;
	position: absolute;
	top: -6px;
	background-color: #eee;
}

.sp_extended_attr_clear {
	clear: both;
	margin-top: 12px;
}

span.groupID {
	font-size: 80%;
	color: gray;
}

label:has(.verticalRadio) {
	display:block;
}
