/*--------------------------------------
Share Style
---------------------------------------*/
* {
	margin:0;
	padding:0;
}
body {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #F0F0F0;
	color: #3A3633;
	font-size: 12px;
}
h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
}
p,li,dt,dl {
	line-height:160%;
}
p {
	margin:0;
	line-height: 25px;
}
li {
	list-style-type:none;
}
img {
	border:0;
}
hr {
	display:none;
}
.fl {
	float:left;
}
.fr {
	float:right;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
}

/*--------------------------------------
Link Color
---------------------------------------*/
a:link {
	text-decoration: underline;
}
a:visited {
}
a:hover {
	text-decoration: none;
}
a:active {
}

/*--------------------------------------
Style
---------------------------------------*/
#wrapper {
	margin: 0px auto;
	min-width: 980px;
	text-align: center;
}
	#content_inner {
		margin: 0px auto;
		width: 980px;
	}
h1 {
	font-size: 20px;
	font-weight: bold;
	padding: 20px;
}
.contents {
	background-color: #fefefe;
	text-align: left;
	padding: 25px;
	margin-top: 15px;
}
.contents_top {
	background-color: #fefefe;
	padding: 35px 30px;
	margin-top: 15px;
}
.contents ul {
	margin-bottom:15px;
}
.contents ul li {
	cursor: pointer;
	float: left;
	font-size: 12px;
	margin-top: 15px;
	margin-right: 10px;
	border-radius: 10px;
	padding-top: 5px;
	padding-right: 9px;
	padding-bottom: 5px;
	padding-left: 9px;
}
.contents ul li:hover {
	cursor: pointer;
}
h2 {
	background-color: #ffffff;
	font-size: 15px;
	text-align: left;
	color: #555555;
	margin-bottom: 5px;
}
.contents_top .top_title {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #555555;
	padding: 5px;
}
.top_link {
	background-color: #ffffff;
	font-size: 15px;
	color: #132a53;
	text-align: center;
	display:inline;
}
h3 {
	background-color: #ffffff;
	font-size: 15px;
	color: #555555;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.contents_img img {
	padding: 0px;
	margin: 10px;
}
table.list {
	width:100%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
td {
	font-size: 12px;
}
td.l_title {
	text-align:center;
	font-weight: bold;
	padding:2px 20px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #627B91;
}
td.r_title {
	text-align:center;
	font-weight: bold;
	padding:2px 20px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #627B91;
}
td.l {
	border-top: 1px #d4d8c6 dotted;
	text-align: left;
	width: 150px;
	padding:4px 15px 3px;
	vertical-align: top;
}
td.r {
	border-top: 1px #d4d8c6 dotted;
	text-align: left;
	width: 570px;
	padding:4px 20px 3px;
	vertical-align: top;
}
td.l_top_todo {
	text-align: left;
	width: 150px;
	padding:4px 15px 3px;
	vertical-align: top;
}
td.r_top_ten {
	text-align: left;
	width: 570px;
	padding:4px 20px 3px;
	vertical-align: top;
}
td.l_top {
	border-top: 1px #111111 solid;
	text-align: left;
	width: 150px;
	padding:4px 15px 3px;
	vertical-align: top;
}
td.r_top {
	border-top: 1px #111111 solid;
	text-align: left;
	width: 570px;
	padding:4px 20px 3px;
	vertical-align: top;
}
tr.top td.l {
	border-top: 1px #999999 solid;
}
tr.top td.r {
	border-top: 1px #999999 solid;
}
.footer {
	padding-top: 20px;
	padding-bottom: 60px;
	text-align: center;
	margin-top: 20px;
	font-size: 10px;
}
.btn_pagetop {
	display: none;
}
.ripple-button {
    position: fixed;
    bottom: 50px;
    right: 50px;
}
.ripple-button div {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    color: #FFFFFF;
    text-decoration: none;
	cursor: pointer;
    top: 43%;
    left: 43%;
	background-color: #000;
}
.ripple-button div:hover {
    /*background: rgba(255,255,255,0.3)*/
	background-color: #000;
	opacity: 0.3;
}
.ripple-button div:after {
    content: "";
    position: absolute;
    width: 56px;
    height: 56px;
    border: 1px solid rgba(0,0,0,0.6);
    border-radius: 50%;
    top: -4px;
    left: -4px;
    opacity: 1;
    visibility: hidden
}
.ripple-button div:hover:after {
    visibility: visible;
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .5s ease-out
}

/*--------------------------------------
Main_Color
---------------------------------------*/
a {
	color: #999;
}
.select_color {
	color: #ffffff;
	background-color: #000;   /*98cede*/
}
.contents ul {
	float: right;
}
.contents ul li {
	background-color: #999;
	color: #ffffff;
	border: 1px solid #999;
}
.contents ul li:hover {
	color: #999;
	background-color: #ffffff;
}
.contents_top {
	border: 1px solid #999;
}
.contents {
	border: 1px solid #999;
}
