@charset "utf-8";

/*-----------------reset--------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3,
h4, h5, h6, p, blockquote, pre, a, abbr, acronym,
address, big, cite, code, del, dfn, em, font, img, ins,
kbd, q, s, samp, small, strike, strong, tt,
var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend{
margin:0;
padding:0;
border:0;
font-weight:inherit;
font-style:inherit;
font-family:inherit;
vertical-align:baseline;
}
a, a:link, a:visited, a:hover, a:active{text-decoration:none}
img, iframe {border:none; text-decoration:none;}
hr{margin:0; padding:0; border:0; color:#000; background-color:#000; height:1px;}

h1,h2,h3,h4{
	clear:both;
	}

/*-----------------アクセシビリティ設定--------------------*/
.speak{
	position:absolute;
	left:-9999em;
	top:0;
}


/*-----------------基本設定--------------------*/
body{
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.8;
	font-size:14px;
	}
/*-----------------リンク設定--------------------*/
a:link, a:visited {
	color: #0044cc;
	text-decoration:none;
}
a:hover, a:active, a:focus {
	color: #5cb4ff;
}
footer a:hover ,header a:hover{
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	}

a.arrow{
	padding:0 0 0 22px;
	background: transparent url(../img/ico_arrow_03.png) no-repeat 0 3px;
	display:inline-block;
}

/* extensions */

/* email */
a[href ^="mailto:"] {
	padding: 5px 0 5px 20px;
    background: transparent url(../img/icon_mailto.png) no-repeat center left;
}
a.ov img{
	display:block;
	}
	
a.ov:hover img{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	}

table{
	margin:1em 0;
	}
th{
	font-weight:bold;
	}

/* .new1{
	background-color: #ec6941;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	padding: 1px 2px;
	font-size: 9px;
	margin-left: 2px;
	} */
.new1, .new2, .new{
	color:#ec6941 !important;
	font-family: Arial, Helvetica, sans-serif;
	line-height:1 !important;
	padding:0 0 0 4px;
	font-size:9px;
	margin-left: 2px;
	font-weight: 700;
	}
.important{
	background:#ff3232;
	color:#FFF;
	font-size:12px;
	padding:3px 10px;
	line-height:1 !important;
	}
.clear{
	clear:both;
	}
/* Button */
.button1 {
    display: inline-block;
    padding: 2px 8px;
    font-size: 90%;
    text-decoration: none !important;
    line-height: 20px;
    color: rgb(255, 255, 255) !important;
    text-align: center;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
    vertical-align: middle;
    cursor: pointer;
    background-color: rgb(91, 183, 91) !important;
    background-image: linear-gradient(to bottom, rgb(98, 196, 98), rgb(81, 163, 81)) !important;
    background-repeat: repeat-x;
    border-width: 1px;
    border-style: solid;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
}
a.button1:hover {
    color: rgb(255, 255, 255);
	background-color: rgb(81, 163, 81) !important;
}
.button1:hover, .button1:focus {
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-position: 0px -15px;
    transition: background-position 0.1s linear 0s;
}
.button1:hover, .button1:focus, .button1:active, .button1.active, .button1.disabled, .button1[disabled] {
    color: rgb(255, 255, 255);
	background-color: rgb(81, 163, 81) !important;
}
a.button_us {
	display: inline-block !important;
	border: 1px solid #15aeec;
	background-color: #49c0f0 !important;
	background-image: -webkit-linear-gradient(top, #49c0f0, #2cafe3) !important;
	background-image: linear-gradient(to bottom, #49c0f0, #2cafe3) !important;
	border-radius: 4px;
	color: #fff;
	line-height: 30px;
	-webkit-transition: none;
	transition: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	padding-right: 10px !important;
	padding-left: 10px !important;
	text-decoration: none;
	margin-bottom: 6px !important;
}
a.button_us:nth-child(even) {
	margin-left: 5px;
}
a.button_us:hover {
	border:1px solid #1090c3;
	background-color: #1ab0ec !important;
	background-image: -webkit-linear-gradient(top, #1ab0ec, #1a92c2) !important;
	background-image: linear-gradient(to bottom, #1ab0ec, #1a92c2) !important;
}
a.button_us:active {
	background: #1a92c2 !important;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
	color: #1679a1;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
}
a.wide {
	border:1px solid #3C8AEE !important;
	padding: 5px 15px !important;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
	text-decoration:none !important;
	display:inline-block !important;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3) !important;
	color: #FFFFFF !important;
	background-color: #52A9F2 !important;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#52A9F2), to(#3C8AEE)) !important;
	background-image: -webkit-linear-gradient(top, #52A9F2, #3C8AEE) !important;
	background-image: -moz-linear-gradient(top, #52A9F2, #3C8AEE) !important;
	background-image: -ms-linear-gradient(top, #52A9F2, #3C8AEE) !important;
	background-image: -o-linear-gradient(top, #52A9F2, #3C8AEE) !important;
	background-image: linear-gradient(to bottom, #52A9F2, #3C8AEE) !important;filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#52A9F2, endColorstr=#3C8AEE) !important;
}
a.wide:hover{
	border:1px solid #4092EF !important;
	background-color: #5DB5F4 !important;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5DB5F4), to(#4092EF)) !important;
	background-image: -webkit-linear-gradient(top, #5DB5F4, #4092EF) !important;
	background-image: -moz-linear-gradient(top, #5DB5F4, #4092EF) !important;
	background-image: -ms-linear-gradient(top, #5DB5F4, #4092EF) !important;
	background-image: -o-linear-gradient(top, #5DB5F4, #4092EF) !important;
	background-image: linear-gradient(to bottom, #5DB5F4, #4092EF) !important;filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#5DB5F4, endColorstr=#4092EF) !important;
}

#login_form {
	margin: 0 auto 1em;
	padding: 1em 2em;
	background-color: #e3e3e3;
	border-radius: 6px;
	border: 1px #ddd solid;
	text-align: center;
}
#login_form h3 {
	border: none !important;
}
#login_input {
	margin: 0 auto;
	text-align: right;
	width: 360px;
}
table.outer{
	width:100%;
	margin:1em 0 !important;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-collapse: collapse;
	}
table.outer .head{
	background:#eff2f0;
	font-weight:bold;
	text-align:right;
	padding:5px;
	font-size:13px;
	border-bottom:1px solid #bbb;
	width: 10%;
	}
table.outer td{
	padding:5px;
	border-bottom:1px solid #bbb;
	font-size:14px;
	}
table.outer .even{
	}
.userid, .userpw {
	border:0;
	padding:6px;
	font-size:1.3em;
	font-family:Arial, sans-serif;
	color:#666;
	border:solid 1px #ccc;
	margin:0 4px 10px;
	width:250px;
	-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
}
.box {
    margin: 1em 0;
	padding: 10px 15px;
	background-color: #f6f6f6;
    border: 1px solid #999;
}
.boxred {
    margin: 1em 0;
	padding: 10px 15px;
	background-color: #f9f9f9;
    border: 1px solid #cc0000;
}
/* 管理者メニュー */
#usermenu {
	margin: 0 0 1em 0;
	text-align: center;
}


ul.att_list {
	margin-left: 23px !important;
}
ul.att_list li {
	position: relative;
	list-style-type: none;
}
ul.att_list li:before{
  content: '※';
  color: #cc0000;
  display: block;
  position: absolute;
  top:0;
  left: -22px;
}