/*--------------------------------------------------------------- */
/* My Cloudアプリ全ページ共通スタイル（PC向け） */
/*--------------------------------------------------------------- */

/*  Reset
------------------------------------------------------------------*/
* {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}
html {
	overflow-y: scroll;
}
body {
	font-weight: normal;
	text-align: center;
	position: relative;
	zoom: 1;
	word-wrap: break-word;
	color:#300;
}
h1, h2, h3, h4, h5, h6{	font-weight: normal; font-size:1rem;}
.nofilter {
	opacity: 1 !important;
	filter: none !important;
}
a {
	color: #2f3e8d;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

button {
	cursor: pointer;
}
object {
	vertical-align: bottom;
}
img {
	border: none;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}
ul,
ol,
dl {
	list-style-type: none;
	margin:0;
	padding:0;
}
li img {
	vertical-align: bottom;
}
strong {
	font-weight: bold !important;
}
em {
	font-style: italic !important;
}
ins {
	text-decoration: underline !important;
}
del {
	text-decoration: line-through !important;
}


/* HTML5 */
main,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary {
	display:block;
}

/************************/
.indent {
	padding-left: 1em;
}

.textright {
	text-align: right;
}

.pagetop { width: 100%; text-align: right; margin-top: 12px; }

.circle {
	width: 1em;
	height: 1em;
	vertical-align: middle;
	margin-right: 2px;
}

.notice { color: #e60012; }

.contentsarea .maincontents ul.datelist2col li { padding-top: 0.25em; }
.contentsarea .maincontents ul.datelist2col li dt { width: 123px; }
.contentsarea .maincontents ul.datelist2col li dd { padding: 0px; margin-top: 0 !important; }

.informationbox {
	border: 2px solid #FF0000;
	padding: 1em 1em 0 1em;
	margin-bottom: 1em;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.circle {
		margin-top: -2px;
	}
}