/* 矢印つきリスト */
.list1 ul{
 border-bottom: 1px solid #ccc;
 }
 .list1 ul li{
 background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dff0f1));
 background: linear-gradient(#fff, #dff0f1);
 border-bottom: 1px solid white;
 border-top: 1px solid #ccc;
 height: 3em;
 margin: 0;
 
 }
 .list1 ul li a{
 color: #333;
 display: block;
 height: 3em;
 margin: 0;
 padding: 0 0 0 10px;
 overflow: hidden;
 white-space: nowrap;
 line-height: 3em;
 text-overflow: ellipsis;
 text-decoration: none;
 font-weight:bold;


 }
 .list1 ul li a::after{
 content: url(http://209.222.98.84/thumbs/TAG/obj2/right-arrow.png);
 padding-right:16px;
 margin-top:7px;
 float: right;
 }

/* 矢印つきリスト２ */
.list2 ul{
 margin: 1px;
 }
 .list2 ul li{
 overflow: hidden;
 margin: 0;
 width: 100%;
 text-align: left;
 padding: 0;
 border: 1px #ccc solid;
 border-bottom: 0;
 background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
 background: linear-gradient(#fff, #f0f0f0);
 display:block;
 -webkit-box-shadow:0px 3px 3px rgba(000,000,000,0.1);
 box-shadow:0px 3px 3px rgba(000,000,000,0.1);
 }
 .list2 ul li:first-child{
 border-radius: 8px 8px 0 0;
 }
 .list2 ul li:last-child{
 border-radius: 0 0 8px 8px;
 border-bottom:1px #ccc solid;
 }
 .list2 ul li a{
 color: #333;
 display: block;
 height: auto;
 margin: 0;
 padding: 0.8em 0 0.8em 0.8em;
 overflow: hidden;
 white-space: nowrap;
 line-height: 1em;
 text-overflow: ellipsis;
 text-decoration: none;
 font-weight:bold;
 }
 .list2 ul li a::after{
 content: url(http://209.222.98.84/thumbs/TAG/obj2/right-arrow.png);
 float: right;
 padding-right:16px;
 }
 
/* サムネイルつき矢印リスト */
.list3 ul{
 border-bottom: 1px solid #ccc;
 }
 .list3 ul li{
 background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f0f0f0));
 background: linear-gradient(#fff, #f0f0f0);
 border-top: 1px solid #ccc;
 height: 90px;
 margin: 0px;
 }
 .list3 ul li a{
 background: url(http://209.222.98.84/thumbs/TAG/obj2/right-arrow.png) no-repeat 100% 50%;
 color: #666;
 display: block;
 height: 90px;
 margin: 0;
 padding: 0 25px 0 0;
 /*overflow: hidden;
 white-space: nowrap;*/
 text-overflow: ellipsis;
 text-decoration: none;
 }
 /*.list3 ul li img{
 float: left;
 height: 90px;
 width: 120px;
 margin-right: 6px;
 }
 */
 .list3 ul li a strong{
 color: #000;
 display: block;
 font-weight: bold;
 padding-top: 3px;
 }
 
/* サムネイルつき矢印リスト */
.list4 ul{
 border-bottom: 1px solid #ccc;
 }
 .list4 ul li{
 background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f0f0f0));
 background: linear-gradient(#fff, #f0f0f0);
 border-top: 1px solid #ccc;
 height: 80px;
 margin: 0px;
 }
 .list4 ul li a{
 background: url(http://209.222.98.84/thumbs/TAG/obj2/right-arrow.png) no-repeat 100% 50%;
 color: #666;
 display: block;
 height: 80px;
 margin: 0;
 padding: 0 25px 0 0;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
 text-decoration: none;
 }
 /*.list4 ul li img{
 float: left;
 height: 90px;
 width: 120px;
 margin-right: 6px;
 }
 */
 .list4 ul li a strong{
 color: #000;
 display: block;
 font-weight: bold;
 padding-top: 3px;
 }


 /* 矢印なしリスト */
.list_noicon ul{
 border-top: 1px solid #ccc;
 }
 .list_noicon ul li{
 background: -webkit-gradient(linear, left top, left bottom, from(#fffef0), to(#fffde7));
 background: linear-gradient(#fffef0 , #fffde7);
 border: 0;
 background: #fffef0;
 height: 3em;
 font-weight: bold;
 margin: 0;
 text-shadow: 0 /*{d-bar-shadow-x}*/ 1px /*{d-bar-shadow-y}*/ 1px /*{d-bar-shadow-radius}*/ #eee /*{d-bar-shadow-color}*/;
 
 }
 .list_noicon ul li a{
 color: #333;
 display: block;
 height: 3em;
 margin: 0;
 padding: 0 0 0 10px;
 overflow: hidden;
 white-space: nowrap;
 line-height: 3em;
 text-overflow: ellipsis;
 text-decoration: none;
 font-weight:bold;
 }
 .list_noicon ul li a::after{
 height: 3em;
 padding-right:16px;
 margin-top:7px;
 float: right;
 }
 
 
 
 
/*/////////////////////////////////////////////////////////*
/* 背景色@list3 */

 .list3 ul li#green{
 background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e2fbdd), to(#f2fdf0));
 background: linear-gradient(#e2fbdd, #f2fdf0);
 border-top: 1px solid #e2fbdd;
 height: 90px;
 margin: 0px;
 }
 .list3 ul li#blue{
 background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dbfaff), to(#f1fdff));
 background: linear-gradient(#dbfaff, #f1fdff);
 border-top: 1px solid #dbfaff;
 height: 90px;
 margin: 0px;
 }
 .list3 ul li#yellow{
 background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fdffc8), to(#feffea));
 background: linear-gradient(#fdffc8, #feffea);
 border-top: 1px solid #fdffc8;
 height: 90px;
 margin: 0px;
 }

/* 背景色@list4 */

 .list4 ul li#green{
 background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e2fbdd), to(#f2fdf0));
 background: linear-gradient(#e2fbdd, #f2fdf0);
 border-top: 1px solid #ccc;
 height: 80px;
 margin: 0px;
 }
 .list4 ul li#mgs_back{
 background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dbfaff), to(#f1fdff));
 background: linear-gradient(#dbfaff, #f1fdff);
 border-top: 1px solid #ccc;
 height: 80px;
 margin: 0px;
 }
 .list4 ul li#main_back{
 background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fdffc8), to(#feffea));
 background: linear-gradient(#fdffc8, #feffea);
 border-top: 1px solid #ccc;
 height: 80px;
 margin: 0px;
 }
 .list4 ul li#dmm_back{
 background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffdede), to(#fff1f1));
 background: linear-gradient(#ffdede, #fff1f1);
 border-top: 1px solid #ccc;
 height: 80px;
 margin: 0px;
 }
 .list4 ul li#feti_back{
 background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f2f2f2), to(#f7f7f7));
 background: linear-gradient(#f2f2f2, #f7f7f7);
 border-top: 1px solid #ccc;
 height: 80px;
 margin: 0px;
 }


/* サムネイルつき矢印リスト２列 */
.list5 {
 margin: 0;
 }
 .list5:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
 }
 .list5 ul{
 border-top: 1px solid #ccc;
 }
 .list5 ul li{
 background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f0f0f0));
 background: linear-gradient(#fff, #f0f0f0);
 border-top: none;
 border-bottom: 1px solid #dbe4e8;
 border-left: 1px solid #dbe4e8;
 border-right: 1px solid #dbe4e8;
 height: 45px;
 margin: 0px;
 }
 .list5 ul li:nth-child(odd) {
 float: left;
 width: 50%;
 }
 .list5 ul li a{
 font-size:.7em;
 color: #666;
 display: block;
 height: 45px;
 margin: 0px;
 padding: 0 20px 0 0;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
 text-decoration: none;
 }
 .list5 ul li a strong{
 font-size:15px;
 display: block;
 font-weight: bold;
 padding-top: 5px;
 }
 .list5 ul li img{
 float: left;
 height: 45px;
 width: 45px;
 margin-right: 10px;
 }
 
/* list6サムネイルつき矢印リスト */
.list6 ul{
 border-bottom: 1px dotted #ccc;
 }
 .list6 ul li{
 background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f0f0f0));
 background: linear-gradient(#fff, #f0f0f0);
 border-top: 1px solid #ccc;
 height: 60px;
 margin: 0px;
 }
 .list6 ul li a{
 background: url(http://209.222.98.84/thumbs/TAG/obj2/right-arrow.png) no-repeat 100% 50%;
 color: #666;
 display: block;
 height: 60px;
 margin: 0;
 padding: 0 25px 0 0;
 /*overflow: hidden;
 white-space: nowrap;*/
 text-overflow: ellipsis;
 text-decoration: none;
 }
 /*.list3 ul li img{
 float: left;
 height: 90px;
 width: 120px;
 margin-right: 6px;
 }
 */
 .list6 ul li a strong{
 color: #000;
 display: block;
 font-weight: bold;
 padding-top: 3px;
 }
 



/* サムネイルつき矢印リスト２列 */
.list7 {
 margin: 0;
 }
 .list7:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
 }
 .list7 ul{
 border-top: 1px solid #ccc;
 }
 .list7 ul li{
 background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f0f0f0));
 background: linear-gradient(#fff, #f0f0f0);
 border-top: none;
 border-bottom: 1px solid #dbe4e8;
 border-left: 1px solid #dbe4e8;
 border-right: 1px solid #dbe4e8;
 height: 45px;
 margin: 0px;
 }
 .list7 ul li:nth-child(odd) {
 float: left;
 width: 50%;
 }
 .list7 ul li a{
 font-size:.7em;
 color: #666;
 display: block;
 height: 45px;
 margin: 0px;
 padding: 0 20px 0 0;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
 text-decoration: none;
 }
 .list7 ul li a strong{
 font-size:15px;
 display: block;
 font-weight: bold;
 padding-top: 5px;
 }
 .list7 ul li img{
 float: left;
 height: 45px;
 width: 60px;
 margin-right: 10px;
 }
 
.click_block_small {
	display: block;
	margin: 0;
	padding: 0;
	width: auto;
	height: 50px;
}

.click_block_small li{
	float: left;
}

.click_block_small .bottan3 {
	position: center;
	font-weight: bold;
	display: block;
	width: 40%;
	line-height: 35px;
	height: 35px;
	margin-top: 8px;
	margin-right: 4%;
	margin-bottom: 4px;
	margin-left: 5%;
	text-align: center;
	border: 1px solid #AAA;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
		    background: #D1D1D1;
		    background: -o-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
		    background: -ms-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
		    background: -moz-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
		    background: -webkit-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
		    background: linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
		    text-shadow: 0 1px #FFF;
}

.click_block_small a {
	padding: 0px;
	display: block;
}

.click_block_small2 {
	display: block;
	margin: 0;
	padding: 0;
	width: auto;
	height: 50px;
	
}

.click_block_small2 li{
	float: left;
}

.click_block_small2 .bottan {
	position: center;
	display: block;
	width: 15%;
	line-height: 35px;
	height: 35px;
	margin-top: 6px;
	margin-right: 1.3%;
	margin-bottom: 6px;
	margin-left: 1.4%;
	font-weight: bold;
	border: 1px solid #7c7c7c;
	text-align: center;
	background-color: #E5EAFD;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 0px 0px 1px #c6c6c6;
	-moz-box-shadow: 0px 0px 1px #c6c6c6;
	box-shadow: 0px 0px 1px #c6c6c6;
	background-image: -moz-linear-gradient(
						center top,
						#ffffff 0%,
						#ffffff 40%,
						#c4c4c4 100%
					);
	background-image: -webkit-gradient(linear, left top, left bottom,
		from(#ffffff),
		color-stop(40%, #ffffff),
		to(#c4c4c4));
	text-shadow: 1px 1px 0px #e1e0e0;
}

.click_block_small2 .bottan2 {
	position: center;
	display: block;
	width: 5%;
	line-height: 35px;
	height: 35px;
	margin: 0px;
	border: 1px solid #ffffff;
	text-align: center;
	background-color: #ffffff;

}

.click_block_small2 a {
	padding: 0px;
	display: block;
}
.btn {
	background: -moz-linear-gradient(top,#BFD9E5, #3D95B7 50%,#0080B3 50%,#0099CC);
	background: -webkit-gradient(linear, left top, left bottom, from(#BFD9E5), color-stop(0.5,#3D95B7), color-stop(0.5,#0080B3), to(#0099CC));
	color: #FFF;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid #0099CC;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	width: auto;
	padding: 10px 0;
	text-align:center;
}

button.css3button {
	font-family: font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	align:middle;
	font-weight:bold;
	color: #ffffff;
	margin-left:6px;
	padding: 9px 10px;
	background: -moz-linear-gradient(
		top,
		#afd9fa 0%,
		#588fad);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#afd9fa),
		to(#588fad));
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #003366;
	-moz-box-shadow:
		1px 1px 5px rgba(250,255,112,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);
	-webkit-box-shadow:
		1px 1px 5px rgba(250,255,112,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);
	box-shadow:
		1px 1px 5px rgba(250,255,112,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);
	text-shadow:
		0px 2px 2px rgba(000,000,000,0.7),
		0px 1px 0px rgba(255,255,255,0.3);
}

button.css3button2 {
	font-family: font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	align:middle;
	font-weight:bold;
	color: #ffffff;
	padding: 2px 3px;
	background: -moz-linear-gradient(
		top,
		#afd9fa 0%,
		#588fad);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#afd9fa),
		to(#588fad));
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #003366;
	-moz-box-shadow:
		1px 1px 5px rgba(250,255,112,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);
	-webkit-box-shadow:
		1px 1px 5px rgba(250,255,112,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);
	box-shadow:
		1px 1px 5px rgba(250,255,112,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);
	text-shadow:
		0px 2px 2px rgba(000,000,000,0.7),
		0px 1px 0px rgba(255,255,255,0.3);
}

button.css3button2 {
	font-family: font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	align:middle;
	font-weight:bold;
	color: #ffffff;
	padding: 2px 3px;
	background: -moz-linear-gradient(
		top,
		#afd9fa 0%,
		#588fad);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#afd9fa),
		to(#588fad));
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #003366;
	-moz-box-shadow:
		1px 1px 5px rgba(250,255,112,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);
	-webkit-box-shadow:
		1px 1px 5px rgba(250,255,112,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);
	box-shadow:
		1px 1px 5px rgba(250,255,112,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);
	text-shadow:
		0px 2px 2px rgba(000,000,000,0.7),
		0px 1px 0px rgba(255,255,255,0.3);
}

button.css3button3 {
	font-size:.7em;
	line-height:1.2em;
	font-family: "Lato";
	align:middle;
	font-weight:bold;
	color: #ffffff;
	padding: 12px;
	margin-right:3px;
	background: #1abc9c;
	border-style: none;
	line-height;

}

button.css3button4 {
	font-size:.7em;
	line-height:1.2em;
	font-family: "Lato";
	align:middle;
	font-weight:bold;
	color: #ffffff;
	padding: 12px;
	margin-right:3px;
	background: #3498db;
	border-style: none;
	line-height;

}

button.css3button5 {
	font-size:.7em;
	line-height:1.2em;
	font-family: "Lato";
	align:middle;
	font-weight:bold;
	color: #ffffff;
	padding: 12px;
	margin-right:3px;
	background: #ff6363;
	border-style: none;
	line-height;

}


button.css3button6 {
	font-size:.7em;
	line-height:1.2em;
	font-family: "Lato";
	align:middle;
	font-weight:bold;
	color: #ffffff;
	padding: 12px;
	margin-right:3px;
	background: #95a5a6;
	border-style: none;
	line-height;

}



button.css3button7 {
	font-size:.7em;
	line-height:1.2em;
	font-family: "Lato";
	align:middle;
	font-weight:bold;
	color: #ffffff;
	padding: 12px;
	margin-right:3px;
	background: #50e370;
	border-style: none;
	line-height;

}