/* リセットCSS */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,dialog,figure,footer,header,hgroup,menu,nav,section,menu,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent}body{line-height:1 font-size:84%;}article,aside,dialog,figure,footer,header,hgroup,nav,section{display:block}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}a{margin:0;padding:0;border:0;vertical-align:baseline;background:transparent}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}body{background:#fff;color:#333;font-size:small;font-family:"メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;line-height:1.5em}img{vertical-align:top;}*{zoom:1;}

* {
	word-break:break-all;
}

body {
	/*background:url(../img/materials/bg7.png) repeat-x 0 0;*/
	background-color: #f2ede3;/*★背景色*/
	font-size: 17px;
}
.fl {float: left;}
.fr {float: right;}   
.mt0 {
	margin-top: 0px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mt60 {
	margin-top: 60px !important;
}
.mt70 {
	margin-top: 70px !important;
}
.mt80 {
	margin-top: 80px !important;
}
.mb0 {
	margin-bottom: 0px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.mb70 {
	margin-bottom: 70px !important;
}
.mb80 {
	margin-bottom: 80px !important;
}
.mb90 {
	margin-bottom: 90px !important;
}
.mb100 {
	margin-bottom: 100px !important;
}
.ml10 {
	margin-left: 10px !important;
}
.ml15 {
	margin-left: 15px !important;
}
.ml20 {
	margin-left: 20px !important;
}
.ml25 {
	margin-left: 25px !important;
}
.ml30 {
	margin-left: 30px !important;
}

/* リンク */
a {
	color:#4D90FE;
}
a:hover {
	text-decoration:none;
}

/* タグスタイル */
.contents h1 {
	font-size:180%;
	line-height:1.4em;
	padding:6px 12px 4px;
	margin:60px 0;
	color:#000000;
	text-align: center;

}
.contents h2 {
	font-size:130%;
	height: auto;
	line-height:1.6em;
	padding:15px;
	color: #000;
	background:#FBF0F5;/*★見出し色*/
	margin:30px 5px 30px 5px;
	text-align: center;
}
.contents h3 {
	border-bottom:solid 1px #ccc;
	font-size:120%;
	line-height:1.4em;
	padding:6px 12px;
	margin:10px 0;
	text-align: center;
}
}
.contents h4 {
	border-bottom:solid 1px #ccc;
	font-size:110%;
	line-height:1.4em;
	padding:6px 12px;
	margin:10px 0;
}
.contents h5 {
	border-bottom: dotted 1px #ccc;
	padding-left:15px;
	font-size:100%;
	margin:10px 0;
}
.contents h6 {
	font-size:100%;
	margin:5px 0;
}
.contents p {
	margin:30px 0;
}
.contents table {
	margin-bottom:10px;
	border:solid 1px #ddd;
}
.contents table th,
.contents table td {
	border:solid 1px #ddd;
	padding:6px 12px;
}
.contents table th {
	background:#fafafa;
}
.contents ul {
}
.contents ul li {
}
.contents ol {
}
.contents ol li {
}
.contents blockquote,
.contents q {
	background:#eee;
	padding:8px 12px;
	margin-bottom:12px;
	display:inline-block;
	font-style:italic;
	color:#666;
}
.contents .sup {
	background:#eee;
	border:solid 1px #ddd;
	padding:10px;
	margin-bottom:12px;
}
.contents .bgGreen {
	background:#E4EED0;
	border:solid 1px #CFE2C0;
}
.contents .bgYellow {
	background:#F4F1CA;
	border:solid 1px #E7E2B4;
}
.contents .bgRed {
	background:#FBD7D7;
	border:solid 1px #EFCBCB;
}
.contents .bgBlue {
	background:#DDEEF2;
	border:solid 1px #C8DEE3;
}
.contents ul, 
.contents ol {
	list-style-position:inside;
	margin:5px 10px;
}
.contents ul li {
	list-style:none;
}

/* ヘッダー */
header {
	display:block;
	width:960px;
	margin:0 auto;
	overflow:hidden;
}
header .logo {
	background-color:#C2CBCE;
	padding:3px 10px;
}
header .logo a {
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	color:#fff;
}
header .discription {
	text-align:right;
	font-size:80%;
	color:#666;
	padding:4px 10px;
}


/* メインビジュアル */
.mainVisualWrapper {
	text-align:center;
	padding:15px 0;
}
.mainVisualWrapper img {
	max-width:960px;
	height:auto;
}


/* コンテンツエリア */
.contents {
	width:960px;
	/*background:url(../img/materials/contents.png) repeat-y 0 0;*/
	background: none;
	background-color: #fff;
	padding:0 4px;
	margin:0 auto -3px;
	overflow:hidden;
}
.mainContent {
	width:900px;
	margin:0 auto;
	overflow:hidden;
	min-height:300px;

}


/* フッター */
footer {
	display:block;
	background:#c9b09c;/*★フッター色*/
	color:#fff;
	text-align:center;
	padding:15px 0;
	width: 100%;
}
footer a {
	color:#fff;
}


/* ランキングデザイン① */
table.ranking01 {
}
table.ranking01 td {
	vertical-align:middle;
	padding:12px;
}
table.ranking01 p.rankTitle {
	font-size:140%;
	margin:0;
	margin-bottom:10px;
}
table.ranking01 p {
	margin:0;
}

/* ランキングデザイン② */
table.ranking02 {
	border:none;
}
table.ranking02 tr {
	border:solid 1px #ddd;
}
table.ranking02 th {
	text-align:left;
	padding:12px;
	vertical-align: middle;
	font-size:120%;
}
table.ranking02 th,
table.ranking02 td {
	border:none;
}
table.ranking02 th.rankImage {
	width:50px;
	padding-right:0;
}
table.ranking02 th img {
	display:inline-block;
}
table.ranking02 td {
	padding:12px;
	padding-bottom:18px;
}
table.ranking02 td img.item {
	float:left;
	margin-right:15px;
}
table.ranking02 td .text {
	margin:0;
}

/* ランキングデザイン③ */
table.ranking03 td {
	padding:10px;
}
table.ranking03 .rankImage {
	text-align:center;
	padding:10px;
	padding-top:0;
	border-bottom:solid 1px #ddd;
}
table.ranking03 .rankTitle {
	font-weight:bold;
	font-size:120%;
	padding-top:5px;
}
table.ranking03 .main img.item {
	width:100%;
}

/* SNSリンク */
.socialButtons {
	margin-bottom:15px;
}
.socialButtons ul {
	padding:0;
	margin:0;
}
.socialButtons ul li {
	height:20px;
	display:inline-block;
	margin-right:5px;
	list-style:none;
	background:none;
	padding:0;
}
.socialButtons ul li.snsBtnTW {
	width:90px;
}
.socialButtons ul li.snsBtnGoogle {
	width:60px;
}

/* トップページ */
body#top .eyeCatch {
	margin-bottom:10px;
}
body#top .eyeCatch img {
	width:100%;
	height:auto;
}
body#top .mainContent .body {
	padding-bottom:45px;
	border: none;
	background-color: #fff;
}

/* カテゴリページ */
body#category .article {
	margin-bottom:20px;
	display:block;
	overflow:hidden;
}
body#category .article p.date {
	margin:5px 0;
}
body#category .pagination {
	text-align:center;
	padding-bottom:10px;
}
body#category .pagination > span {
	display: inline-block;
}
body#category .pagination .previous,
body#category .pagination .next-inactive {
	display: inline-block;
}
body#category .pagination a {
	display:inline-block;
	padding:10px 14px;
	text-decoration:none;
	color:#fff;
	border-radius:3px;
	background:#bbb;
}
body#category .pagination a:hover {
	background:#C2CBCE;
}
body#category .pagination .active a {
	background:#C2CBCE;
}
body#category .mainContent > .body {
	margin-bottom:20px;
}
body#category .mainContent > .body .eyeCatch img {
	max-width:100%;
}
body#category .mainContent .socialButtons {
	margin-bottom:15px;
}
body#category .mainContent .article {
	overflow:hidden;
}
body#category .mainContent .article .eyeCatch {
	float:left;
	margin-right:15px;
}

/* 詳細ページ */
body#page .mainContent .body {
	margin-bottom:25px;
}
body#page .similarPages h3 {
	border:solid 1px #E4EAEB;
	border-bottom:none;
	margin-bottom:0;
	font-size:110%;
}
body#page .similarPages ul {
	margin:0;
	border:solid 1px #E4EAEB;
	border-bottom:none;
}
body#page .similarPages ul li {
	list-style:none;
	background:none;
	padding-left:0;
	border-bottom:solid 1px #E4EAEB;
}
body#page .similarPages ul li a {
	display:block;
	padding:5px 10px;
	color:#000;
	text-decoration:none;
	padding:8px 12px 8px 15px;
}
body#page .similarPages ul li a:before {
	content:"■";
	color:#C2CBCE;
}

body#page .similarPages ul li a:hover {
	background-color:#fafafa;
	color:#0092E5;
}

/* サイトマップページ */
body#sitemap #sitemapTree .level {
	padding-left:15px;
}
body#sitemap #sitemapTree a {
	display:inline-block;
	padding:5px 0;
}
body#sitemap #sitemapTree .categoryIn a {
	background:url(../img/materials/008_red_sitemap_icon_4.png) no-repeat 10px 3px;
	padding-left:45px;
}

/* グローバルナビ */
.globalNav {
	clear:both;
	overflow:hidden;
}
.globalNav .open {
	display:none;
}
.globalNav ul {
	display:block;
	width:900px;
	margin:0 auto 10px;
	overflow:hidden;
	border-left:#CCC solid 1px;
}
.globalNav li {
	float:left;
	width:179px;
	list-style:none;
	text-align:center;
	border-right:#CCC solid 1px;
}
.globalNav li a {
	display:block;
	padding:5px 0;
	color:#333;
	text-decoration:none;
	font-weight:bold;
}
.globalNav li a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}

.footSubarea {
	border-top:#ddd solid 1px;
	width:900px;
	margin:0 auto;
	clear:both;
	overflow:hidden;
}
/* パンくずリスト */
.topicPath {
	display:block;
	width:700px;
	margin: 0 auto;
	padding:10px 0;
	float:left;
}
.topicPath li {
	display:inline-block;
	margin-right:8px;
}
.arrow_box {
position: relative;
background: #EAF1FF;
border: 2px solid #6AA3F9;
width:80%;
float:right;
margin-bottom: 1rem;
}
.arrow_box:after, .arrow_box:before {
right: 100%;
top: 25%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.arrow_box:after {
border-color: rgba(234, 241, 255, 0);
border-right-color: #EAF1FF;
border-width: 10px;
margin-top: -10px;
}
.arrow_box:before {
border-color: rgba(106, 163, 249, 0);
border-right-color: #6AA3F9;
border-width: 13px;
margin-top: -13px;
}
.arrow_box p.title,.arrow_box2 p.title,.arrow_box3 p.title,.arrow_box4 p.title {
color: #FF0A0A;
font-weight: bold;
border-bottom: 1px dotted #888;
font-size: 95%;
}
.arrow_box p,.arrow_box2 p,.arrow_box3 p,.arrow_box4 p {
font-size: 82%;
margin: 10px;
}
.arrow_box2 {
position: relative;
background:#EAF1FF;
border:2px solid #6AA3F9;
width:80%;
margin-bottom: 1rem;
}
.arrow_box2:after, .arrow_box2:before {
left: 100%;
top: 25%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}

.arrow_box2:after {
border-color: rgba(136, 183, 213, 0);
border-left-color: #EAF1FF;
border-width: 11px;
margin-top: -11px;
}
.arrow_box2:before {
border-color: rgba(194, 225, 245, 0);
border-left-color:#6AA3F9;
border-width: 14px;
margin-top: -14px;
}

.arrow_box3 {
position: relative;
background: #eee;
border: 2px solid #ccc;
width:80%;
float:right;
margin-bottom: 1rem;
}
.arrow_box3:after, .arrow_box3:before {
right: 100%;
top: 25%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.arrow_box3:after {
border-color: rgba(234, 241, 255, 0);
border-right-color: #eee;
border-width: 10px;
margin-top: -10px;
}
.arrow_box3:before {
border-color: rgba(106, 163, 249, 0);
border-right-color: #ccc;
border-width: 13px;
margin-top: -13px;
}
.arrow_box4 {
position: relative;
background:#eee;
border:2px solid #ccc;
width:80%;
margin-bottom: 1rem;
}
.arrow_box4:after, .arrow_box4:before {
left: 100%;
top: 25%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.arrow_box4:after {
border-color: rgba(136, 183, 213, 0);
border-left-color: #eee;
border-width: 11px;
margin-top: -11px;
}
.arrow_box4:before {
border-color: rgba(194, 225, 245, 0);
border-left-color:#ccc;
border-width: 14px;
margin-top: -14px;
}

.rank1,.rank2,.rank3,.rank4,.rank5 {clear:both;}

.rank1 p,.rank2 p,.rank3 p,.rank4 p,.rank5 p{
text-shadow: 0px -2px 16px rgba(255, 170, 150, 1);
color: #C15175;
line-height: 1.5;
font-size: 1.2rem;
font-weight: bold;
letter-spacing: 1px;
height: 20px;
margin: 0;
padding-left: 70px;
}
.answer{
font-size: 1em;
line-height: 140%;
border: solid 1px #CCC;
background-color: #F5F5F5;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
margin: 5px auto 35px auto;
padding: 20px 20px 20px 5px;
}
.question {
font-size: 1.4em;
font-weight: bold;
line-height: 130%;
margin: 15px auto 4px auto;
padding: 5px 0 6px 5px;
}

.colorbox{
border:3px solid #F79DC1;
margin: 0 auto 15px;
height: auto;
display: block;
background-color:#FFFBFC;
padding: 10px 15px;
border-radius: 10px;}

.colorbox2{
border:3px solid #A4C866;
margin: 0 auto 15px;
height: auto;
display: block;
background-color:#FCF9E6;
padding: 10px 15px;
border-radius: 10px;}

.colorbox3{
border:3px solid #1C1C1C;
margin: 0 auto 15px;
height: auto;
display: block;
background-color:#FFFBFC;
padding: 10px 15px;
border-radius: 10px;}

.colorbox4{
border:3px solid #58ACFA;
margin: 0 auto 15px;
height: auto;
display: block;
background-color:#FFFBFC;
padding: 10px 15px;
border-radius: 10px;}


/* スマホ表示 */
@media screen and (max-width:640px){
	
	/* 全体設定 */
	* {
		box-sizing:border-box;
	}
	img {
		max-width:100% !important;
		height:auto;
	}
	
	/* コンテンツエリア */
	.contents {
		width:100%;
		margin:0 auto -3px;
	}
	.contents h1 {
	margin:30px 0;
}
	.subContent,
	.mainContent {
		width:100%;
		float:none;
		margin:0 auto;
		background:#fff;
	}
	.mainContent {
		padding:0 10px 10px;
	}
	
	/* ヘッダー */
	header {
		width:100%;
		padding:0;
		margin-bottom:0;
	}
	header .logo {
		width:100%;
		float:none;
		text-align:center;
		margin-bottom:10px;
		padding-bottom:5px;
		font-size:150%;
	}
	header .discription {
		width:100%;
		float:none;
		line-height:1.4em;
		display:none;
	}
	
	/* グローバルナビ */
	.globalNav {
		width:100%;
		border:none;
		margin-bottom:0 !important;
		padding:0;
	}
	.globalNav .open {
		display:block;
		background:url(../img/materials/002_sp_icon01.png) no-repeat 95% center #FF82AE;
		background-size:8px;
		color:#fff;
		text-align:center;
		padding:10px;
		font-weight:bold;
	}
	.globalNav ul {
		display:none;
		width:100%;
	}
	.globalNav li {
		border:none;
		width:100%;
		border-bottom:solid 1px #ddd;
		background:url(../img/materials/002_sp_icon02.png) no-repeat 95% center ;
		background-size:6px;
	}
	.globalNav li a {
		padding:10px;
		text-align:left;
		font-weight:bold;
		font-size:100%;
	}
	
	/* メインビジュアル */
	.mainVisualWrapper {
		padding:0;
	}
	
	/* パンくずリスト */
	.topicPath {
		width:100%;
		padding:1px 5px 3px;
		font-size:11px;
		margin-bottom:0;
		border-top:solid 1px #eee;
	}
	.topicPath li {
		margin-right:2px;
	}
	.topicPath li a {
		text-decoration:none;
	}
	
	
	/* フッター */
	footer {
		padding:0;
	}
	footer p a {
		display:block;
		padding:10px;
		text-decoration:none;
		color:#fff;
	}
	footer small {
		padding:8px;
		font-size:8px;
		display:block;
		color:#eee;
	}
	
	/* ランキングデザイン① */
	table.ranking01 {
		border:none;
		width:100%;
	}
	table.ranking01 tr {
		display:block;
		border:solid 1px #ddd;
		margin-bottom:10px;
	}
	table.ranking01 td {
		display:block;
		border:none;
		text-align:center;
		padding:10px 10px 5px 10px;
	}
	table.ranking01 p.rankTitle {
		font-weight:bold;
		font-size:130%;
	}
	table.ranking01 p.text {
		text-align:left;
	}
	
	/* ランキングデザイン② */
	table.ranking02 {
		border:none;
		width:100%;
	}
	table.ranking02 tr {
		border:solid 1px #ddd;
	}
	table.ranking02 th {
		text-align:left;
		padding:12px;
		vertical-align: middle;
		font-size:120%;
	}
	table.ranking02 th,
	table.ranking02 td {
		border:none;
	}
	table.ranking02 th.rankImage {
		width:40px;
		padding-right:0;
	}
	table.ranking02 th img {
		display:inline-block;
	}
	table.ranking02 td {
		padding:12px;
		padding-bottom:18px;
	}
	table.ranking02 td img.item {
		float:none;
		margin:0 auto 10px;
		display:block;
	}
	table.ranking02 td .text {
		margin:0;
	}
	
	/* ランキングデザイン③ */
	table.ranking03 {
		border:none;
	}
	table.ranking03 tr {
		display:block;
	}
	table.ranking03 td {
		padding:10px;
		display:block;
		border:solid 1px #ddd;
		margin-bottom:10px;
	}
	table.ranking03 .rankImage {
		text-align:center;
		padding:0 10px;
		border-bottom:none;
	}
	table.ranking03 .rankTitle {
		font-weight:bold;
		font-size:120%;
		padding-top:0;
		text-align:center;
	}
	table.ranking03 .main img.item {
		width:auto;
		display:block;
		margin:0 auto;
	}
	
	/* トップページ */
	body#top header .discription {
		display:block;
	}
	
	/* カテゴリページ */
	body#category .article {
		margin-bottom:20px;
		display:block;
		overflow:hidden;
	}
	body#category .article p.date {
		text-align:right;
		margin:5px 0;
		font-size:11px;
	}
	body#category .pagination {
		text-align:center;
		padding-bottom:10px;
	}
	body#category .pagination > span {
		display: inline-block;
	}
	body#category .pagination .previous,
	body#category .pagination .next-inactive {
		display: inline-block;
	}
	body#category .pagination a,
	body#category .pagination a {
		display:inline-block;
		padding:10px 14px;
		text-decoration:none;
		color:#fff;
		border-radius:3px;
		background:#bbb;
	}
	body#category .pagination .active a {
	}
	body#category .mainContent .article .eyeCatch {
		width:30%;
	}
	body#category .mainContent .article .eyeCatch img {
		width:100%;
		height:auto;
	}
	
	/* 詳細ページ */
	body#page .mainContent .body {
		margin-bottom:20px;
	}
	body#page .similarPages h3 {
		margin-bottom:0;
		font-size:110%;
		text-align:center;
	}
	body#page .similarPages ul {
		margin:0;
		border:solid 1px #E4EAEB;
		border-bottom:none;
	}
	body#page .similarPages ul li {
		list-style:none;
		background:none;
		padding-left:0;
		border-bottom:solid 1px #E4EAEB;
	}
	body#page .similarPages ul li a {
		display:block;
		padding:5px 10px;
		color:#000;
		text-decoration:none;
		background-size:6px;
		padding: 8px 25px 8px 12px;
	}
	body#page .similarPages ul li a:before {
		content:"■";
		color:#C2CBCE;
	}
	/* サイトマップ */
	body#sitemap #sitemapTree a,
	body#sitemap #sitemapTree .categoryIn a {
		display:block;
		border-bottom:solid 1px #ddd;
		color:#000;
		text-decoration:none;
		background:url(../img/materials/002_sp_icon02.png) no-repeat 95% center #f6f6f6;
		background-size:6px;
		padding: 10px 25px 10px 12px;
		box-shadow:inset 0 -1px 0 #fcfcfc;
	}
	body#sitemap .mainContent h1 {
		margin-bottom:0;
	}
	body#sitemap #sitemapTree .level {
		padding-left:0;
	}
	/* グローバルナビ */
	.globalNav {
		width:100%;
		border:none;
		margin-bottom:0 !important;
		padding:0;
	}
	.globalNav .open {
		display:block;
		background:url(../img/materials/005_sp_icon01.png) no-repeat 95% center #C2CBCE;
		background-size:8px;
		color:#fff;
		text-align:center;
		padding:10px;
		font-weight:bold;
	}
	.globalNav ul {
		display:none;
		width:100%;
	}
	.globalNav li {
		border:none;
		width:100%;
		border-bottom:solid 1px #ddd;
	}
	.globalNav li a,
	.globalNav li a:hover
	 {
		padding:10px;
		text-align:left;
		font-weight:bold;
		font-size:100%;
		background:#fff url(../img/materials/005_sp_icon02.png) no-repeat 95% center !important;
		background-size:6px;
		color:#2DBAE8;
		opacity: 1;
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		border:none;
	}
	.footSubarea {
		border-top:#ddd solid 1px;
		width:auto;
		margin:0 auto;
		clear:both;
		overflow:hidden;
	}

}


/* 50%ボタン */
.btn50_gold,.btn50_red,.btn50_brown,.btn50_purple,.btn50_blue,.btn50_pink,.btn50_orange,.btn50_green{
	width: 48%;
	margin: 20px 1%;
	text-align: center;
	float: left;
}
.btn50_gold .fa,.btn50_red .fa,.btn50_brown .fa,.btn50_purple .fa,.btn50_blue .fa,.btn50_pink .fa,.btn50_orange .fa,.btn50_green .fa {
	margin-left: 5px;
}
	
.btn50_gold a{
	display: block;
	background-color: #EBBE22;
	padding: 15px 10px;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-bottom:3px solid #A38623;	
}
.btn50_red a{
	display: block;
	background-color: #B91619;
	padding: 15px 10px;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-bottom:3px solid #8A3D3E;	
}
.btn50_brown a{
	display: block;
	background-color: #B8AE93;
	padding: 15px 10px;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-bottom:3px solid #5E4636;	
}
.btn50_purple a{
	display: block;
	background-color: #9151B5;
	padding: 15px 10px;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-bottom:3px solid #563C77;	
}
.btn50_blue a{
	display: block;
	background-color: #2DBAE8;
	padding: 15px 10px;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-bottom:3px solid #31808C;	
}
.btn50_pink a{
	display: block;
	background-color: #FD9EA0;
	padding: 15px 10px;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-bottom:3px solid #D37273;	
}
.btn50_orange a{
	display: block;
	background-color: #FF9F55;
	padding: 15px 10px;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-bottom:3px solid #B57040;	
}
.btn50_green a{
	display: block;
	background-color: #92D959;
	padding: 15px 10px;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-bottom:3px solid #69AA40;	
}
.btn50_gold a:hover,.btn50_red a:hover,.btn50_brown a:hover,.btn50_purple a:hover,.btn50_blue a:hover,.btn50_pink a:hover,.btn50_orange a:hover,.btn50_green a:hover {
	opacity:0.6;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all  0.6s ease;
}
/* 100%ボタン */
.btn100_gold,.btn100_red,.btn100_brown,.btn100_purple,.btn100_blue,.btn100_pink,.btn100_orange,.btn100_green{
	width: 98%;
	margin: 20px 1%;
	text-align: center;
	float: left;
	position: relative;
}
.btn100_gold .fa,.btn100_red .fa,.btn100_brown .fa,.btn100_purple .fa,.btn100_blue .fa,.btn100_pink .fa,.btn100_orange .fa,.btn100_green .fa {
	position: absolute;
	text-outline: 50%;
	right:5%;
}

.btn100_gold a{
	display: block;
	background-color: #EBBE22;
	padding: 15px 10px;
	font-weight: bold;
	font-size: 22px;
	text-decoration: none;
	color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-bottom:3px solid #A38623;	
}
.btn100_red a{
	display: block;
	background-color: #B91619;
	padding: 15px 10px;
	font-weight: bold;
	font-size: 22px;
	text-decoration: none;
	color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-bottom:3px solid #8A3D3E;	
}
.btn100_brown a{
	display: block;
	background-color: #B8AE93;
	padding: 15px 10px;
	font-weight: bold;
	font-size: 22px;
	text-decoration: none;

	color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-bottom:3px solid #5E4636;	
}
.btn100_purple a{
	display: block;
	background-color: #9151B5;
	padding: 15px 10px;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-bottom:3px solid #563C77;	
}
.btn100_blue a{
	display: block;
	background-color: #2DBAE8;
	padding: 15px 10px;
	font-weight: bold;
	font-size: 22px;
	text-decoration: none;
	color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-bottom:3px solid #31808C;	
}
.btn100_pink a{
	display: block;
	background-color: #FD9EA0;
	padding: 15px 10px;
	font-weight: bold;
	font-size: 22px;
	text-decoration: none;
	color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-bottom:3px solid #D37273;	
}
.btn100_orange a{
	display: block;
	background-color: #FF9F55;
	padding: 15px 10px;
	font-weight: bold;
	font-size: 22px;
	text-decoration: none;
	color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-bottom:3px solid #B57040;	
}
.btn100_green a{
	display: block;
	background-color: #92D959;
	padding: 15px 10px;
	font-weight: bold;
	font-size: 22px;
	text-decoration: none;
	color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-bottom:3px solid #69AA40;	
}
.btn100_gold a:hover,.btn100_red a:hover,.btn100_brown a:hover,.btn100_purple a:hover,.btn100_blue a:hover,.btn100_pink a:hover,.btn100_orange a:hover,.btn100_green a:hover {
	opacity:0.6;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all  0.6s ease;
}