@import "../common/css/default.css";

input, button, textarea, select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

form {
	text-align: left;
	line-height: 1.2;
}

form span{
	display: block;
}

input[type="text"],
textarea {
	margin: 10px 0 5px;
	outline: none;
	border: 1px solid #aaa;
	-webkit-transition: all .3s;
	transition: all .3s;
	font-size: 120%;
	padding: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;	
}

textarea {
	width: 100%;	
}

input[type="text"]:focus,
textarea:focus {
	box-shadow: 0 0 5px #5f98d7;
	border: 1px solid #5f98d7;
}

input[type="text"] {
	-webkit-transition: width .3s;
	transition: width .3s;
}
input.name {
	width: 200px;
}
input.yuubin {
	width: 150px;
}
input.jusho {
	width: 350px;
}
input.tel {
	width: 200px;
}
input[type="text"]:focus {
	width: 80%;
}

input[type="radio"] {
	display: none;
}

label {
	position: relative;
	display: inline-block;
	padding: 10px 3px 7px 30px;
	cursor: pointer;
	font-size: 120%;
	margin-right: 20px;
}

label::before,
label::after {
	position: absolute;
	content: '';
	top: 50%;
	border-radius: 100%;
	-webkit-transition: all .2s;
	transition: all .2s;
}

label::before {
	left: 0;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: #f3f3f3;
	border: 1px solid #ccc;
}

label:hover::before {
	background: #fff;
}

label::after {
	opacity: 0;
	left: 5px;
	width: 12px;
	height: 12px;
	margin-top: -5px;
	background: #5f98d7;
	-webkit-transform: scale(2);
	transform: scale(2);
}

input[type="radio"]:checked + label::before {
	background: #fff;
	border: 1px solid #5f98d7;
}

input[type="radio"]:checked + label::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}


input[type="submit"],input[type="button"] {
	display: inline-block;
	padding: 10px 40px;
	margin;0 20px;
	background: #5f98d7;
	border: none;
	font-size: 20px;
	cursor: pointer;
	outline: none;
	color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;	
	-webkit-transition: all .2s;
	transition: all .2s;
}


input[type="submit"]:hover,input[type="button"]:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	-webkit-transition: all .2s;
	transition: all .2s;
}



#header {
	padding: 0 0 30px; 
	border-bottom: #ccc 1px solid;
	width: auto;
	margin-bottom: 0;
}

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

.read {
	margin: 0 0 30px;
}

.read .left {
	float: left;
	width: 650px;
}

.read .right {
	float: right;
	width: 270px;
}

.read h3 {
	margin-bottom: 20px;
}

.read p {
	margin-bottom: 20px;
}

.read p.txt {
	margin-bottom: 20px;
}

.read p.txt_r {
	text-align: right;
}

.ttl {
	text-align: center;
	border-bottom: 1px solid #5f98d7;
	margin: 30px auto;
}

.ttl h3 {
	font-size: 200%;
	line-height: 1.4;
}

.ttl span {
	display: inline-block;
	margin: 10px 0 20px;
	color: #666;
}

.contents {
	text-align: center;
	width: 650px;
	margin: 0 auto;
	padding: 20px 0;
}

.contents2 {
	width: 650px;
	margin: 0 auto;
	padding: 20px 0;
}


.contents h4{
	font-size: 160%;
	line-height: 1.4;
	margin: 20px 0 0;
}

.contents h5{
	font-size: 150%;
	line-height: 1.4;
}

.contents h6{
	font-size: 140%;
	line-height: 1.4;
}

.contents p{
	margin: 20px auto;
	text-align: left;
	font-size: 140%;
	line-height: 1.4;
}

.kiji ul {
	margin: 0 1px 20px;
}

.kiji ul li {
	float: left;
	width: 217px;
	margin: 20px 10px;
}

.kiji ul li h4 {
	font-size: 140%;
	margin-bottom: 5px;
	line-height: 1.2;
}

.kiji ul li span.day {
	display: inline-block;
	margin: 10px 0 5px;
	color: #666;
	vertical-align: middle;
}

.kiji ul li span.new {
	display: inline-block;
	padding: 0 2px 0;
	margin-left: 5px;
	background: #ffb900;
	font-size: 70%;
	color: #fff;
	font-weight: bold;
}

.kiji ul li p {
	margin: 0 0 10px;
}

.kiji ul li a {
	display: block;
	margin: 0;
}

.p_back {
	background: url(images/arrow_01.gif) left center no-repeat;
	padding:0 0 0 15px;
	min-height:15px;
	font-size:83.3%;
	float: left;
	display: inline-block;
}

.p_top {
	float: right;	
	display: inline-block;
	clear:none;
	padding: 0;
}

a img:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background:none!important;	
	-webkit-transition: all .2s;
	transition: all .2s;
}

.list table {
	border: 1px solid #ccc;
	width: 100%;
	margin: 20px auto;
}

.list h4 {
	border: 1px solid #ccc;
	padding: 20px;
}

.list table th {
	background: #eef5ff;
}

.list table th,.list table td {
	border: 1px solid #ccc;
	padding: 10px;
	font-size: 120%;
}

.red {
	color: red;
}

span.must {
	background: red;
	color: #fff;
	display: inline-block;
	margin-left: 5px;
	padding: 1px 3px;
	font-size: 60%;
	vertical-align: middle;
}

/*foot_copy */
#footer {
	background:#9e9e9e;
	border-top:#e0e0e0 4px solid;
	text-align:center;
	padding:5px 0 5px 0;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	zoom: 1;
}

.end-oya {
	position: relative;
}

.end{
position:absolute; bottom:30px; left:18px;
}



