
/*
カスタム CSS 機能へようこそ。

使い方についてはこちらをご覧ください
(英語ドキュメンテーション)。http://wp.me/PEmnE-Bt
*/
/* ボタン赤 */
.button-red {
	display: inline-block;
	width: 280px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	vertical-align: middle;
}

.button-red::before,
.button-red::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.button-red,
.button-red::before,
.button-red::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button-red {
	position: relative;
	background-color: #E65555;
	border-radius: 4px;
	color: #fff;
	line-height: 52px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #952C25;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	font-size: 18px;
}

.button-red:hover {
	background-color: #FFA8A2;
	box-shadow: 0 3px 0 #C14D45;
}

.button-red:active {
	top: 3px;
	box-shadow: none;
}

/* ボタン色変更 */
.button-red {
	position: relative;
	background-color: #E65555;
	border-radius: 4px;
	color: #fff!important;
	line-height: 52px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #952C25;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	font-size: 18px;
}

.button-red:hover {
	background-color: #FFA8A2;
	box-shadow: 0 3px 0 #C14D45;
}

.button-red:active {
	top: 3px;
	box-shadow: none;
}

/* ボタン青 */
.button-blue {
	display: inline-block;
	width: 280px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	color: #fff!important;
}

.button-blue::before,
.button-blue::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.button-blue,
.button-blue::before,
.button-blue::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button-blue {
	position: relative;
	background-color: #3A76DF;
	border-radius: 4px;
	color: #fff;
	line-height: 52px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #092D6C;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	font-size: 18px;
}

.button-blue:hover {
	background-color: #75E8F0;
	box-shadow: 0 3px 0 #3BB7C0;
}

.button-blue:active {
	top: 3px;
	box-shadow: none;
}

/* アマゾンR */
.button-black {
	display: inline-block;
	width: 280px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
}

.button-black::before,
.button-black::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.button-black,
.button-black::before,
.button-black::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button-black {
	position: relative;
	background-color: #303040;
	border-radius: 4px;
	color: #fff;
	line-height: 52px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #000000;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	font-size: 18px;
}

.button-black:hover {
	background-color: #9A9AA5;
	box-shadow: 0 3px 0 #2B2B43;
}

.button-black:active {
	top: 3px;
	box-shadow: none;
}

/* フォントサイズ */
body p {
	font-family: Tahoma, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif !important;
	font-size: 1.1em !important;
	line-height: 2.2em !important;
}

h3 {
	font-size: 1.1em !important;
}

/* リストタグノート風 */
.defaultlist
,.defaultlist li{
	font-size: 1.1em !important;
	padding:0px;
	margin:0px;
}
 
.defaultlist li{
	list-style-type:none !important;
	list-style-image:none !important;
	margin: 5px 0px 5px 0px !important;
}
 
.list6 li{
	position:relative;
	padding-left:20px;
}
 
.list6 li:after{
	content:'';
	display:block; 
	position:absolute; 
	background:#aaa;
	width:9px;
	height:9px; 
	top:5px; 
	left:5px; 
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
}




.graybox {
	padding: 20px;
	border: solid 1px #ccc;
	background-color: #f3f3f3;
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 26px;
}

.yellowbox {
	padding: 20px;
	border: solid 1px #fffacd;
	background-color: #ffffe0;
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 26px;
}