body{
	margin: 0px;
	font-family:"source-han-sans-japanese", "Helvetica Neue", "Segoe UI", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.ie8 img{
  width: auto;
}
/*clearfix*/
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
hr{
    border:none;
    border-top:dotted 1px #786030;
    height:2px;
    color:#000000;
    margin: 10 6 10 6;
	
}
#wrapper {
}
.breadcrumb{
	margin: 0;
	padding: 0;	
}
#breadcrumb_div{
	width: 90%;
	color: #990000;
	text-align: right;
	font-size: 15px;
	line-height: 26px;
	letter-spacing: 0.1em;
	padding-right: 20px;
	float: right;
}
#breadcrumb_div a{
	color: #990000;
	text-align: right;
	font-size: 15px;
	line-height: 26px;
	letter-spacing: 0.1em;
	padding-right: 20px;
	text-decoration: none;
}
.entermember1_title{
	margin: 0;
	width: 100%;
}
.entermember1_title_div{
	margin: 0 auto;
	width: 740px;
	padding: 10px 0px 6px 0px;
	border-bottom: #990000 solid 1px;
	border-top: #990000 solid 1px;
}
.personal_info_title{
	margin: 20px 0px;
	width: 100%;
}
.personal_info_title_div{
	margin: 0 auto;
	text-align: center;
	width: 740px;
	padding: 0;
	background-color: #990000;
	color: #FFF;
	height: 1.5em;
	background-image: linear-gradient(135deg, #fff 13px, transparent 0),
                    linear-gradient(-135deg, #fff 13px, transparent 0);
}
.personal_info_text{
	margin: 0px 0px 10px 0px;
	width: 100%;
}
.personal_info_text_div{
	margin: 0 auto;
	width: 740px;
	padding: 0;
	font-size: 0.9em;
	letter-spacing: .0.1em;
}
#content{
	width: 100%;
	line-height:1.6em;
	letter-spacing: .01em;
}
article{
	/*margin: 20px 0px;*/
	margin: 0 auto;
	padding: 15px 0px 0px 0px;
	width: 760px;
	border: #990000 solid 1px;
}
article a:link, article a:visited {text-decoration: none}
article a:link {color: #990000}
article a:visited {color: #660000}
article a:hover {color: #CC0000; text-decoration: underline;}
.text_normal{
	line-height:1.6em;
	letter-spacing: 0.1em;		
}
article ul{
	margin: 0 auto;
	padding: 0;
	width: 640px;
	list-style: none;
}
article ul li{
	/*border-left: #990000 solid 1px;
	border-right: #990000 solid 1px;
	border-top: #990000 solid 1px;*/
	display: inline-block;
	/*padding-top: 0px;
	padding-bottom: 0px;*/
	margin-bottom: 0px;
	margin-top: 0px;
	height: 4em;
}
article ul li:last-child{
	/*border-bottom: #990000 solid 1px;*/
}
article .left{
	float: left;
	width:200px;
}
article .right{
	float: right;
	width:400px;
	font-size: 0.8em;
	color: #990000;
}
.button{
	width: 100%;
}
.button_div{
	margin: 0 auto;
	width: 358px;
	padding: 40px 0px;
}
.rules_title{
	margin: 20px 0px;
	width: 100%;
}
.rules_title_div{
	margin: 0 auto;
	text-align: center;
	width: 653px;
	padding: 0;
	background-color: #990000;
	color: #FFF;
	height: 1.5em;
	background-image: linear-gradient(135deg, #fff 13px, transparent 0),
                    linear-gradient(-135deg, #fff 13px, transparent 0);
}
.rules{
	margin: 20px 0px;
	width: 100%;
}
.rules_div{
	margin: 0 auto;
	width: 653px;
	padding: 0;
}
.rules_div textarea{
	width: 100%;
	height: 200px;
}
h2 {
	font-size:22px;
    letter-spacing: .0.7em;
	margin-top:20px;
	margin-bottom:20px;
	line-height: 36px;
}	
h3 {
	font-size:16px;
    letter-spacing: .0.7em;
}	
.text-nomal2 {
	margin: 0 0 40px 0;
	color: #000000;		
    font-size: 15px;
	line-height: 26px;
   	letter-spacing: .0.7em;
}
.text-nomal2 strong {
	margin: 0 0 40px 0;
	color: #990000;
    font-size: 16px;
	line-height: 26px;
   	letter-spacing: .0.7em;
}	
@media only screen and (max-width: 1240px) {
	/*article{
		float: left;
		width: 95%;
	}*/
}
@media only screen and (max-width: 830px) {	
	.text_normal{
		line-height:1.6em;
		letter-spacing: 0.1em;		
	}
	.entermember1_title_div{
		width: 100%;
	}
	.entermember1_title_div img{
		width: 100%;
	}
	.personal_info_title_div{
		width: 95%;
	}
	.personal_info_text_div{
		width: 95%;
	}
	article{
		width: 95%;
	}
	article ul{
		width: 95%;
	}
	.rules_title_div{
		width: 95%;
	}
	.rules_div{
		width: 95%;
	}
}
@media only screen and (max-width: 650px) {	
	article ul li{
		height: 6em;
	}
}
@media only screen and (max-width: 360px) {	
	.button_div{
		width: 95%;
	}
	.button_div img{
		width: 95%;
	}
}