@charset "UTF-8";
/*********/
/* reset */
/*********/
html {
	color: #000;
	background: #FFF;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
code,form,fieldset,legend,input,textarea,p,blockquote,th,td,button {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img {
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
li {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content: '';
}
abbr,acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
input,textarea,select {
	*font-size: 100%;
}
legend {
	color: #000;
}
textarea {
	resize: none;
}



/************/
/* 画面構成 */
/************/
html, body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family:  arial,helvetica,clean,sans-serif;

	/*background-color: #FFF;*/
}
body{
	margin: 0;
	padding: 0;
}

* html body{
	overflow: hidden;
}

/*
 * ヘッダー部分
 */


/*
 * コンテンツ部分
 */


/*
 * フッター部分
 */



/************/
/* 共通設定 */
/************/
/* 点滅 */
.blinking{
	-webkit-animation:blink 0.4s ease-in-out infinite alternate;
	-moz-animation:blink 0.4s ease-in-out infinite alternate;
	animation:blink 0.4s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}
}
@-moz-keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}
}


.red {
	color: red;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.top {
	vertical-align: top;
}
.middle {
	vertical-align: middle;
}
.bottom {
	vertical-align: bottom;
}


.xx-large {
	font-size: xx-large;
}
.x-large {
	font-size: x-large;
}
.large {
	font-size: large;
}
.medium {
	font-size: medium;
}
.small {
	font-size: small;
}
.x-small {
	font-size: x-small;
}
.xx-small {
	font-size: xx-small;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.oblique {
	font-style: oblique;
}



.warning {
	color: #ff0000;
	font-size: 75%;
}
.warning_white {
	color: #ffffff;
	font-size: 75%;
}
.warning_normal {
	color: #ff0000;
	font-size: 100%;
}
.required {
	color: #ff0000;
	font-size: 100%;
	float: right;
}
.required_comment {
	color: #ff0000;
	font-size: 75%;
	font-weight: bold;
}
.comment_ok, .comment_ng {
	/*border-bottom: 2px dotted;*/
	border-bottom: 0px none;
}
.underline {
	text-decoration: underline;
}
.line_height_135 {
	line-height: 135%;
}
.ime_off {
	ime-mode: disabled;
}
.break_all {
	word-break: break-all;	/*同じ行の幅は全て設定すること。*/
}
.push:active {
	position: relative;
	top: 3px;
	left: 0px;
}
.unpush:active {
	position: relative;
	top: 0px;
	left: 0px;
}
.normal {
	color: #000000;
	font-size: 14px;
	font-weight: normal;
}
.disabled {
	color: #636363;
	font-size: 14px;
	font-weight: normal;
}

a {
	text-decoration: none;
	/*color: #1a0dab;*/
}
a:link, a:visited {
	/*color: #681da8;*/
}
a:hover, a:active {
	/*
	color: #e02828;
	border-bottom: 1px solid;
	cursor: pointer;
	*/
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
}
table.center {
	margin-left: auto;
	margin-right: auto;
}
th {
	font-weight: bold;
	text-align: center;
}
img {
	border:0;
}
h1, h2, h3, strong {
	font-weight: bold;
}
h1 {
	font-size: 138.5%;
}
h2 {
	font-size: 123.1%;
}
h3 {
	font-size: 108%;
}
/*
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
*/
select{
	border-radius: 0;
	margin: 0;
	padding: 0;
	background: none transparent;
	vertical-align: middle;
	text-indent: 0.01px;
	text-overflow: "";
}