body {
	background-color: #FFFFFF;
	font-family: "ヒラギノ角ゴシック ProN",Helvetica;
	font-size: 10px;
	margin: 0px;
}

body a{
	text-decoration:none;
}

.contents_name{
	font-size:17px;
	color:#000000;
}

.contents_text{
	font-size:13px;
	color:#7d7d7d;
}

.contents_comment{
	width:100%;
	height:100%;
	font-size:10px;
}

.icon_image{
	width:70px;
	height:70px;
}

#title_top_org{
	display: table-cell;
	background-image: url("/images/sp/header.png");
	background-repeat:no-repeat;
	background-size: cover;
	-webkit-background-size: 100%;
	#width:auto;
	width:500px;
	height:64px;
	text-align:center;
	vertical-align:middle;
	color:#FFFFFF;
	font-size:15px;
}

#title_top{
	#display: table-cell;
	background-color: #ffbb00;
	/* background-image: url("/images/bicon_logo.png"); */
	background-size: 95px;
	background-position: left center;
	background-repeat:no-repeat;
	#-webkit-background-size: 100%;
	width:100%;
	#width:500px;
	height:64px;
	text-align:center;
	#padding-top: 10px;
	vertical-align:middle;
	color:#FFFFFF;
	font-size:15px;
}

#title_top p{
	display: table-cell;
	height:44px;
	text-align:center;
	vertical-align:middle;
	color:#FFFFFF;
	font-size:15px;
}

#title{
	#background-image: url("/images/sp/header.png");
	#background-repeat:no-repeat;
	#-webkit-background-size: 100%;
	/*background-color:#eb1ac3;*/
	background-color:#ffbb00;
	width:100%;
	//height:44px;
	text-align:center;
	vertical-align:middle;
	color:#FFFFFF;
	font-size:15px;
}


#title td{
	width:100%;
	height:40px;
	text-align:center;
	font-size: 15px;
	color:#FFFFFF;
	margin-bottom:5px;
}

.sub_title{
	background-image: url("/images/sp/sub_bar.png");
	background-repeat:no-repeat;
	-webkit-background-size: 100%;
	color:#FFFFFF;
	text-align:left;
	width:100%;
	font-size:20px;
	#padding:3px 0px 3px 10px;

}


#top_menu{
	background-color: #2a2a2a;
	text-align:center;
	margin: 0;
	padding:3px;
}

.box {
	border-radius: 10px;         /* CSS3 */
	-moz-border-radius: 10px;    /* Firefox */
	-webkit-border-radius: 10px; /* Safari,Chrome */

	border: 2px #b6b6b6 solid;     /* 枠線の装飾 */
	background-color: #FFFFFF;   /* 背景色 */
	margin: 5px;
	padding:5px;


}


#top_menu form{
	margin: 0;
}

#footer{
	width:100%;
	background-color: #ffbb00;
	text-align:center;
	padding:3px 0 3px 0;
}

.list_item table {
	width:100%;
}


.contents_box {
	font-size:15px;
	color:#7d7d7d;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dddddd));
	#background-color: #FF0000;

}


.list_item td {
	#padding:20px 0 20px 10px;
	font-size:15px;
	height:50px;
}

.list_item {
	background: url(/images/sp/arrow.png) 95% center no-repeat;
	background-repeat:no-repeat;
	width:100%;
	#color:#7d7d7d;
	#padding:5px 0 15px 0;
}

.list_item a{
	text-decoration:none;
}


#adtext_area{
	width:100%;
	background-color: #E5F983;
	#text-align:center;
	#padding:5px;
}

#contents_info{
	background-color: #eaeaea;
	text-align:center;
	margin: 0;
	padding:3px;
}



.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	#vertical-align: baseline;
	vertical-align: middle;
	#margin: 0px 0 0 5px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	color:#FFFFFF;
    font: 10px "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", verdana, arial, helvetica, sans-serif;
	padding: 10px 15px 10px 15px;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.button2 {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	#vertical-align: baseline;
	vertical-align: middle;
	#margin: 0px 0 0 5px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	color:#FFFFFF;
    font: 10px "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", verdana, arial, helvetica, sans-serif;
	padding: 10px 15px 10px 15px;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

#title .button{
	position:absolute;
	top:3px;
	left:3px;
}


.green {
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.green:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.green:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}


.black {
	color: #FFFFFF;
	border: solid 1px #555555;
	background: #555555;
	background: -webkit-gradient(linear, left top, left bottom, from(#dddddd), to(#000000));
	background: -moz-linear-gradient(top,  #dddddd,  #000000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#000000');
}

.black:active {
	color: #FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#dddddd));
	background: -moz-linear-gradient(top,  #000000,  #dddddd);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#dddddd');
}
