@charset "UTF-8";

/* CSS Document */

body {
	font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, 'MS Pゴシック', 'MS PGothic', sans-serif;
	color: #000;
	font-size: 0.8em;
	line-height: 0;
	text-align: center;
	background: #fff url(../../images/v2/back.gif);
	-webkit-text-size-adjust: 100%;
}

body img { max-width: 100%; height: auto; }
body a:hover img { opacity: 0.8; }
body * { transition: 0.5s ease all; }

.column { max-width: 960px; margin: 0 auto; padding: 0 20px; }
.column:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.column { display: inline-block; }
/* Hides from IE-mac \*/
* html .column { height: 1%; }
.column { display: block; }
/* End hide from IE-mac */

@media(max-width: 800px) {
}


/*
=================================================
	header
=================================================
*/

#header #title {
	padding: 20px 0 15px;
	text-align: left;
	background: url(../../images/v2/headBack.png) right center no-repeat;
}

#header #title h1 img { margin-right: 15px; }

@media(max-width: 800px) {
}


/*
=================================================
	main
=================================================
*/

#contents {
	padding: 40px;
	background: rgba(255,255,255,0.5);
	border: 1px solid #c1b9a3;
	border-radius: 10px;
	min-height: 340px;
	text-align: left;
}

#contents a { color: #06C; text-decoration: none; }
#contents a:hover { color: #09e; text-decoration: underline; }

#contents p, #contents li, #contents dt, #contents dd, #contents th, #contents td { line-height: 1.5em; }
#contents p { text-align: justify; }
#contents table { width: 100%; border-collapse: collapse; }
#contents th, #contents td { padding: 10px; border: 1px solid #aaa; }

@media(max-width: 800px) {
}


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

#footer {
	padding-bottom: 30px;
	margin-top: 10px;
	text-align: left;
}

#footer p#footLogout { float: right; }
#footer p#footLogout a { display: block; color: #000; line-height: 17px; padding-left: 21px; background: url(../../images/v2/icon_logout_bk.png) left center no-repeat; }
#footer p#footLogout a:hover { color: #333; text-decoration: underline; }
#footer p#copyright { font-size: 0.85em; line-height: 17px; }

@media(max-width: 800px) {
}


