/*
Theme Name: monstax mobile PC 201904
Theme URI: 
Author URI: diamondblog
Description: monstax mobile PC 201904
Version: 2019.04
Tags: light, 
*/


@charset "utf-8";

/* =================================================

	PC用
  
================================================= */

body {
	font-family: "メイリオ", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	color: #535353;
	line-height: 200%;
	font-size: 12px;
	margin: 0;
	background: url("images/back.jpg");
	background-size: cover;
}

.wrap {
	width: 1050px;
	margin: 0 auto;
}

p {
	padding-left: 5px;
	padding-right: 5px;
}

.t_center {
	text-align: center;
}

.main_contents {
	margin: 0 auto;
	text-align: center;
}

.main_contents_in {
	width: 970px;
	display: inline-block;
}

.t_left{
	text-align: left;
}

.main {
	width :620px;
	float: left;
}

.contents_box {
	background-color: rgba(255,255,255,0.5);
	border-radius: 10px;
	padding: 40px 20px;
	margin-bottom: 20px;
}

h2 {
	background: #002d72;
	color: #ffffff;
	padding: 5px 10px;
	margin-bottom: 25px;
}

table {
	width: 100%;
	border-collapse:collapse;
	margin: 25px 0;
}

th,td {
	border-bottom: 1px solid #cacec8;
}

th {
	font-family: 'Lora', serif;
	text-align: center;
	padding: 15px 10px 10px 10px;
}

td {
	padding: 10px;
}
.blue {
	color: #003168;
}

.red {
	color: #a30000;
}

.qr {
	background: #deeaf6;
	border-radius: 10px;
	padding: 20px;
	display: inline-block;
	width: 520px;
}

.qr_text {
	width: 350px;
	float: left;
	font-size: 14px;
}

.qr_code {
	width: 130px;
	float: right;
	padding: 20px 20px 0 0;
}

.big {
	font-size: 16px;
}

aside {
	width: 330px;
	float: right;
}


footer {
	width: 100%;
	background: #899f9c;
	text-align: center;
	padding: 40px 0;
	color: #ffffff;
}

address {
	font-style: normal;
}

a:link {
	color: #535353;
	text-decoration: none;
}

a:link {
	color: #535353;
}

a:hover {
	opacity: 0.5;
}

