/*
 * 初期化
 */
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-size: 100%;
	vertical-align:baseline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article, header, footer, aside, figure, figcaption, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
	list-style-type: none;
}
body {
	line-height: 1;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
/*
 * スタイル
 */
body {
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', 'Noto Sans JP', sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 1.2;
	margin-bottom: 2.2em;
	background-color: #FFF;
}

a {
	color: #337AB7;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1 {
	display: inline;
}
h1 > a {
	font-weight: 600;
}

h2 {
	font-weight: 800;
	line-height: 1.7;
	background-color: #B4EAFB;
}
h2 > a {
	font-weight: 600;
}

small {
	color: #777;
}

header {
	background-color: #B4EAFB;
	line-height: 1.7;
	padding: 5px;
}

footer {
	background-color: #B4EAFB;
	line-height: 1.7;
}

nav {
	margin: 4px;
}

table {
	width: 100%;
	display: table;
	max-width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 10px;
	border: 1px solid #B4EAFB;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-collapse: separate;
}
thead {
	display: table-header-group;
	vertical-align: middle;
	border-color: inherit;
}
thead tr {
	border-left: solid 0px #B4EAFB;
	background-color: #B4EAFB;
}
tbody {
	display: table-row-group;
	vertical-align: middle;
	border-color: inherit;
}
tr {
	display: table-row;
}
th {
	border-top: 0;
	font-weight: bold;
	border: 1px solid #B4EAFB;
	vertical-align: top;
	padding: 2px;
}
th:first-child {
	-webkit-border-radius: 4px 0 0 0;
	-moz-border-radius: 4px 0 0 0;
	border-radius: 4px 0 0 0;
}
td {
	border: 1px solid #B4EAFB;
	vertical-align: top;
	padding: 2px;
}

input[type="submit"], button, .btn {
	display: inline-block;
	padding: 6px 12px;
	margin: 0px;
	text-align: center;
	touch-action: manipulation;
	cursor: pointer;
	border: 1px solid #B4EAFB;
	border-radius: 4px;
	color: #333;
	background-color: #fff;
	text-decoration: none;
}
input[type="submit"]:hover, button:hover, .btn:hover {
	background-color: #ccc;
	text-decoration: none;
}

/*
 * ボタン
 */
.btn-link {
	color: #337AB7;
	background-color: #B4EAFB;
}

/*
 * ナビゲーション
 */
.navList {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: 0;
}
.navList li {
	border: 1px solid #B4EAFB;
}
.navList li a {
	font-size: 12px;
	line-height: 3.7;
	padding: 10px 10px 10px 10px;
	text-align: center;
}

/*
 * コンテンツ
 */
.contents .column {
	padding: 2px;
}
.contents .column article {
	border: 1px solid #B4EAFB;
	font-size: 13px;
	margin-bottom: 4px;
}
.contents .column section {
	padding: 16px 6px 16px 6px;
	margin-bottom: 2px;
	border-bottom: 1px dotted #B4EAFB;
}
.contents .column section h3 {
	max-width: 600px;
	word-break: break-all;
	overflow-x: auto;
	overflow-y: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
/*
	display: inline-block;
	vertical-align: top;
*/
}
.contents .column section:last-child {
	border-bottom: none;
}
.contents .column section .thumbImg {
	width: 20%;
/*
	vertical-align: top;
	display: inline-block;
*/
}
.contents .column section .descriptText {
	font-size: 12px;
	border-left: 3px solid #B4EAFB;
	padding-left: 4px;

	max-width: 600px;
	word-break: break-all;
	overflow-x: auto;
	overflow-y: hidden;
}
.contents .column section .descriptText img {
	width: 30%;
	height: 30%;
	display: block;
}

.contents .column section .hrefText {
	font-size: 12px;
	margin-top: 20px;
}

/*
 * れスポンジ部
 */
@media (min-width: 600px) {
        /*
	 * ナビゲーション
	 */
	.navList {}
	.navList li {}
	.navList li a {}

	/*
	 * コンテンツ
	 */
	.contents {
		display: -webkit-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.contents > .contentsCenter {
		-webkit-flex: 2;
		-webkit-order: 2;
		-ms-flex-order: 2;
		flex: 2;
	}
	.contents > .contentsLeft {
		-webkit-flex: 1;
		-webkit-order: 1;
		-ms-flex-order: 1;
		flex: 1;
	}
	.contents > .contentsRight {
		-webkit-flex: 1;
		-webkit-order: 3;
		-ms-flex-order: 3;
		flex: 1;
	}
}

/*
 * サイズ
 *
 */
.xsmall {
	width: 60px;
}
.small {
	width: 120px;
}
.medium {
	width: 240px;
}
.large {
	width: 360px;
}

/*
 *
 */
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}

/*
 * 
 */
.alert {
	padding: 6px 12px;
	font-size: 12px;
	line-height: 18px;
	margin: 4px 20px 4px 20px;
	border: 1px solid #777;
	color: #777;
}
.alert-error {
	border: 1px solid #a94442;
	color: #a94442;
}

.alert-info {
	border: 1px solid #31708f;
	color: #31708f;
}
