/* ユーザー登録のすすめ */

body{
color: #333333;
}

/*
h1{
font-size:24px; line-height:52px;
padding: 10px;
font-weight: bold;
background: #1f2433;
color: #FFF;

}*/

h2{
margin-top: 30px;
margin-bottom: 20px;
text-shadow: 0px 1px 1px #cccccc;
}

p{
font-size: 14px;
line-height:1.6em;
font-style: normal;
font-family: Meiryo,メイリオ,Verdana,Arial,Helvetica,sans-serif,MS UI Gothic;
}

/*あいさつ文のp*/
p.greeting{
line-height:2em;
text-align:center;
font-size: 120%;

text-shadow: 0px 1px 1px #cccccc;
}

h2.ic01 {
font-size: 42px;
background-image: url(img/check-mark.png);
background-repeat: no-repeat;
text-indent: 70px;
}

h2.ic02 {
/*color: #e5171f;*/
/*border-left: 20px solid #e5171f;
border-bottom: 1px solid #e5171f;
border-left: 15px solid #cccccc;
color: #868686;*/

font-size: 24px;
text-indent: 17px;
border-left: 17px solid #00B819; /*グリーン*/
color: #00B819; /*グリーン*/
line-height:2em;
}

.greeting-area{
margin-bottom: 50px;
background-image:url(img/image2993.png);
background-position:50% 104%;
background-repeat: no-repeat;
}

.main{
width: 780px;
margin: 0 auto;
}

ol.merit{
font-family: Georgia, Times, serif;
font-size: 32px;
font-style: italic;
color: #00B819; /*グリーン*/
/*color: #cccccc;
color: #868686;*/

}

ol.merit li{
margin-bottom: 40px;

}

h3{
font-size: 24px;
padding: 0.6em 0;
text-shadow: 0px 1px 1px #cccccc;
}

ol h3,ol p,ol h4{
font-family: Meiryo,メイリオ,Verdana,Arial,Helvetica,sans-serif,MS UI Gothic;
}


ol h3{
padding-left: 10px;
/*border-left: 1px solid #cccccc;*/
color: #868686;
color: #00B819; /*グリーン*/
}

ol p{
padding-left: 10px;
color: #333333;
}

h4{
font-weight: bold;
font-size: 14px;
padding: 0.4em 0;
}

ol h4{
padding-left: 10px;
color: #333333;

text-decoration: underline;
}

.note{
color: #00B819;
color: #e5171f;
color: #ee7800; /*オレンジ*/
}

strong{


color: #9acd32;
color: #00B819;
color: #e5171f;


color: #F90;
color: #ee7800; /*オレンジ*/
font-weight:bold;

}

.fontsize-115{
font-size: 115%;
}

.button{
width: 466px;
height:70px;
margin:30px auto;
}

.eventlist{
width: 800px;
margin: 0 auto;
overflow: hidden;

}

.eventlist-box{
width: 360px;/*内容領域の幅。*/
	padding: 10px;/*上下左右に10pxの内余白*/
	float: left;/*横並びにしています*/
	border-top: 1px solid #cccccc;
	
	margin-right: 20px;/*各ボックスの右側に20pxの外余白*/
	margin-bottom: 20px;/*各ボックスの下側に20pxの外余白*/
	
}
