/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
* {
	font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, "ＭＳ ゴシック","Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
}
/* --　記事内の装飾 --*/
body{
	margin: 0 auto;
}
body a img{
	border-style: none;
}
body img{
	vertical-align: bottom;
}
a{
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

/*フォームのリセット*/
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{

}

body input[type=radio]{
	height: 25px;
	font-size: 108%;
	line-height: 1.8em;
	border-radius: 9em;
	-webkit-border-radius: 9em;
	-moz-border-radius: 9em;
	border: 1px solid #999;
	cursor: pointer;
	width: 25px;
	vertical-align: middle;
}
body input[type=radio]:checked{
	background: url(../images/radio_bg.png) no-repeat center center;
	-webkit-background-size: 15px auto;
	-moz-background-size: 15px auto;
	background-size: 15px auto;
}
body input[type=text]{
	height: 40px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 108%;
	line-height: 1.8em;
	margin: 0px 0px 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #999;
	background-color: rgba(255,255,255,0.5) !important;
}
body select{
	height: 40px;
	padding-right: 40px;
	padding-left: 10px;
	font-size: 108%;
	line-height: 1.3em;
	margin: 0px 10px 20px 0px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #999;
	background: url(../images/form_select.png) no-repeat center right;
	-webkit-background-size: 29px auto;
	-moz-background-size: 29px auto;
	background-size: 29px auto;
	padding-bottom: 1px;
	padding-top: 1px;
}
body .fullwidth{
	width: 90%!important;

}
body textarea{
	height: 155px!important;
	width: 90% !important;
	padding: 10px;
	font-size: 108%;
	line-height: 1.8em;
	margin: 0px 0px 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #999;
	background-color: rgba(255,255,255,0.5) !important;
}
body input[type=submit]{
	background-color: #c33;
	height: 40px !important;
	width: 47% !important;
	font-size: 108%;
	line-height: 1em !important;
	margin: 20px 0px 0px;
	display: block;
	float: right;
	cursor: pointer;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	font-weight: bold;
	color: #fff !important;
}

body input[type=reset]{
	background-color: #888;
	height: 40px !important;
	width: 47% !important;
	font-size: 108%;
	line-height: 1em !important;
	margin: 20px 25px 0px 0px;
	display: block;
	float: left;
	cursor: pointer;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	font-weight: bold;
	color: #fff !important;
}
body input[type=reset],
body input[type=reset]::after,
body input[type=submit],
body input[type=submit]::after {	
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
body input[type=reset]:hover {
	background-color: #666 !important;
}
body input[type=submit]:hover {
	background-color: #a11 !important;
}

body input[type=submit]::after {	
	content: '';
	position: absolute;
	top: 40%;
	left: 1em;
	width: 8px;
	height: 8px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
body input[type=reset]::after {	
	content: '';
	position: absolute;
	top: 40%;
	left: 1em;
	width: 8px;
	height: 8px;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


body input[type=reset]:hover::after,
body input[type=submit]:hover::after {
	left: 2em;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.cmplet-box{
	height: 200px;
	width: 100%;
	position: absolute;
	top: 50%;
	margin: -100px 0 0 0px;
	text-align: center;
}


.fade-layer,
body:before{
	content: '';
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:99999;
}
body.fade-layer-off:before{
	content: none;
}

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

input:-webkit-autofill {
	box-shadow: 0 0 0 1000px #ddddcc inset;
	-webkit-border-radius: 5px;
}

  
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;}
.clearfix{display:inline-block;}
/* hides from IE-mac¥*/
*html .clearfix{height:1%;}
.clearfix{display:block;}
/*End hide from IE-mac*/ 

.left-block{
	width: 48%;
	float: left;
}
.right-block{
	float: right;
	width: 48%;
}

h3{
	font-size: 123.1%;
	line-height: 1.8em;
	color: #000;
	font-weight: bold;
	clear: both;
	background: #999;
	color: #FFF;
	line-height: 20px;
	padding: 10px 20px;
	margin: 5px 0px 30px 0px;
	overflow: hidden;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
p{
	font-size: 108%;
	line-height: 1.8em;
	margin-top: 0px;
	margin-bottom: 0.2em;
	color: #000;
	font-weight: bold;
}
p span{
	font-size: 85%;
	color: #666;
}
p span em{
	color: #C00;
	font-style: normal;
}
body input{
}
body .number{
	width: 8% !important;
}
.button-area{
	clear: both;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

@media screen and (max-width: 480px) {
	.left-block{
	width: 100%;
	float: left;
}
.right-block{
	float: right;
	width: 100%;
}
body input[type=radio]{
	margin-bottom: 15px;
}
.button-area{
	clear: both;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
body input[type=submit]{
	width: 100% !important;
	float: none;
}

body input[type=reset]{
	width: 100% !important;
	float: none;
}
}