@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

img { vertical-align: middle; }

body { line-height: 1; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

nav ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

a { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

/* change colours to suit your needs */
ins { background-color: #ff9; color: #000; text-decoration: none; }

/* change colours to suit your needs */
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

table { border-collapse: collapse; border-spacing: 0; }

/* change border colour to suit your needs */
hr { display: block; height: 1px; border: 0; border-top: 1px solid #cccccc; margin: 1em 0; padding: 0; }

input, select { vertical-align: middle; }

li { list-style-type: none; }

/* base
	========================================================================== */
body { color: #333; line-height: 1.5em; font-family: 'ヒラギノ角ゴ ProN W3', 'HiraKakuProN-W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif; font-size: 16px; background-color: #f0f0f0; }

*, *::before, *::after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

a { -webkit-touch-callout: none; text-decoration: none; }

a, a:link, a:visited { color: #0080da; }

img:not([width]) { zoom: .5; height: auto;}

.row { padding-left: 10px; padding-right: 10px; margin-left: auto; margin-right: auto; }

footer {font-size:12px;text-align: center;background-color: rgba(255,255,255,0.1);}

em, strong { font-style: normal; font-weight: bold; }

em { color: #c91212; }

strong { color: #ed0000; }

/* main
	========================================================================== */
#wrapper {
	position: relative;
	width:100%;
	margin-top: 10px;
}

.article {
	position: relative;
	width:94%;
	margin:0 3% 10px 3%;
	padding: 12px;
	background-color: #fff;
	border-top: solid 1px #0c419a;
	border-bottom: solid 1px #0c419a;
	box-shadow: 0px 1px 1px #ccc;
}
.b_blue {
	border-top: solid 2px #0c419a;
	border-bottom: solid 2px #0c419a;
}
.b_yellow {
	border-top: solid 2px #ffaa00;
	border-bottom: solid 2px #ffaa00;
}
.b_red {
	border-top: solid 2px #cc6666;
	border-bottom: solid 2px #cc6666;
}
.article .title {
	font-weight:bold;
	font-size:16px;
	margin-bottom:10px;
}
.article .title img.left{
	width:80px;
	height:80px;
	margin-right:10px;
}
.article .title p {
	display: table-cell;
	vertical-align: middle;
	margin: 0;
}
.article .content {
	color:#666;
	font-size:16px;
	margin-bottom:10px;
}
.article .content a.btn{
	display: block;
	width:90%;
	margin-left: 5%;
	padding: 6px 0 6px;
	text-align: center;
	border-radius: 6px;
	border: solid 2px #fff;
	box-shadow: 0px 0px 2px #ccc;
	color:#fff;
	font-weight: bold;
}
.b_blue .content a.btn{
	background-color: #0c419a;
}
.b_yellow .content a.btn{
	background-color: #ffaa00;
}
.b_red .content a.btn{
	background-color: #cc6666;
}

.article .date {
	color:#aaa;
	text-align: right;
	font-size:14px;
	border-top: solid 1px #aaa;
}

/* preloader
	========================================================================== */
.preloader {
	width: 40px;
	height: 40px;
	position: fixed;
	z-index: 1000;
	margin: 50% 44%;
	background-color: #333;
	border-radius: 100%;  
	-webkit-animation: scaleout 1.0s infinite ease-in-out;
	animation: scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes scaleout {
	0% { -webkit-transform: scale(0.0) }
	100% {
		-webkit-transform: scale(1.0);
		opacity: 0;
	}
}

@keyframes scaleout {
	0% { 
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	} 100% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
		opacity: 0;
	}
}
