@charset "utf-8";

/* common */
/*-------------------------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Meiryo, 'MS PGothic', helvetica, osaka, sans-serif;
	font-size: 18px;
	line-height: 160%;
	margin: 0px;
	padding: 0px;
	color: #333333;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
}
h1, h2, h3, h4, h5, h6, h7 {
	margin: 0px;
	padding: 0px;
}
p, ul, ol, dl, table, div, form, input, select {
	margin: 0px;
	padding: 0px;
}
a img {
	border: 0px;
}
a:link,
a:visited,
a:active {
	color:#333333;
	text-decoration:none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
.clear {
	clear:both;
}


/* container */
/*-------------------------------------------------------- */
#container {
	width: 100%;
	text-align: center;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

/* header */
/*-------------------------------------------------------- */
#header {
	width: 100%;
}
#header_in {
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

/* main */
/*-------------------------------------------------------- */
.main {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.main_in {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}

/* footer */
/*-------------------------------------------------------- */
#footer {
	height: auto;
	width: 100%;
	text-align: center;
}
#footer_in {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 15px;
	background-color: #171c61;
	color: #FFF;
}


/* form */
/*-------------------------------------------------------- */

table {
	border-collapse: collapse;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
 
.f-tx {
	font-size: 32px;
	margin-bottom: 20px;
	text-align: left;
	font-weight: bold;
}
.hf {
	font-size: 22px;
	color: #F00;
	padding-left: 15px;
}
 
input[type="submit"],
input[type="text"],
select,
textarea,
button {
	-moz-appearance: none;
	-webkit-appearance: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	border: none;
	margin-bottom: 150px;
	font-size: 38px;
	font-weight: bold;
	background-color: #0071bb;
	width: 300px;
	color: #FFF;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 20px;
}
 
input[type="text"],
textarea {
	background: #f8f8f8;
	display: block;
	font-size: 32px;
	width: 95%;
	transition: 0.8s;
	border-radius: 0;
	padding: 30px;
	margin-bottom: 60px;
	color: #000;
}
 
input[type="text"]:focus,
textarea:focus {
	background: #e9f5fb;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	color: #000;
}
 
textarea[name="content"] {
	display: inline-block;
	width: 100%;
	height: 200px;
}
 
input::placeholder,
textarea::placeholder {
  color: #ccc;
}
 
::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}
 
::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
 
:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}
 
.form-table {
  width: 100%;
}
 
.form-table th,
.form-table td {
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  padding: 20px;
}
 
.form-table th {
  background: #ffecea;
  padding-left: 50px;
  position: relative;
  text-align: left;
  width: 300px;
}
 



/* parts */
/*-------------------------------------------------------- */
.bmgn3 {margin-bottom: 3px;}
.bmgn5 {margin-bottom: 5px;}
.bmgn7 {margin-bottom: 7px;}
.bmgn10 {margin-bottom: 10px;}
.bmgn12 {margin-bottom: 12px;}
.bmgn13 {margin-bottom: 13px;}
.bmgn15 {margin-bottom: 15px;}
.bmgn18 {margin-bottom: 18px;}
.bmgn20 {margin-bottom: 20px;}
.bmgn25 {margin-bottom: 25px;}
.bmgn28 {margin-bottom: 28px;}
.bmgn30 {margin-bottom: 30px;}
.bmgn40 {margin-bottom: 40px;}
.bmgn45 {margin-bottom: 45px;}
.bmgn50 {margin-bottom: 50px;}
.bmgn70 {margin-bottom: 70px;}
.bmgn80 {margin-bottom: 80px;}
.bmgn120 {margin-bottom: 120px;}

.tmgn20 {margin-top: 20px;}
.tmgn30 {margin-top: 30px;}
.tmgn40 {margin-top: 40px;}
.tmgn50 {margin-top: 50px;}

.lmgn10 {margin-left: 10px;}
.lmgn20 {margin-left: 20px;}
.lmgn40 {margin-left: 40px;}

.rmgn15 {margin-right: 15px;}
.rmgn30 {margin-right: 30px;}

.lpdg5 {padding-left: 5px;}
.lpdg10 {padding-left: 10px;}
.lpdg15 {padding-left: 15px;}
.lpdg50 {padding-left: 50px;}

.rpdg5 {padding-right: 5px;}
.rpdg10 {padding-right: 10px;}
.rpdg15 {padding-right: 15px;}

.fs11 {
	font-size: 11px;
	line-height: 140%;
}
.fs12 {
	font-size: 12px;
	line-height: 140%;
}
.fs14 {
	font-size: 14px;
	line-height: 160%;
}
.fs16 {
	font-size: 16px;
	line-height: 180%;
}
.fs18 {
	font-size: 18px;
	line-height: 180%;
}
.fs20 {
	font-size: 20px;
	line-height: 180%;
}
.fs22 {
	font-size: 22px;
	line-height: 180%;
}
.fs28 {
	font-size: 28px;
	line-height: 180%;
}
.fs30 {
	font-size: 30px;
	line-height: 180%;
}
.fs32 {
	font-size: 32px;
	line-height: 180%;
}
.tx_red {color: #FF0000;}
.tx_blue {color: #0000FF;}
.tx_pink {color: #FF3366;}
.tx_pink2 {color: #AE2D5B;}
.tx_yellow {color: #FFFF00;}
.tx_white {color: #FFFFFF;}
.tx_gray {color: #999999;}
.tx_red2 {color: #AE2D5B;}

.tx_p1 {color: #FF2687;}
.tx_p2 {color: #075F7F;}