.icon_1 {
	min-height: 25px;
	line-height: 25px;
	background: url(../images/icon_arrow.png) no-repeat right top;
	padding-right: 30px;
	display: block;
}
.center {
	display: block;
	margin: 0 auto;
}
.img_max {
	max-width: 100%;
	height: auto;
}
.table_1 {
	width: 100%;
}
.table_1 tbody th {
	background-color: #BCBCED;
	width: 30%;
	vertical-align: middle;
}
/* link_btn */
.link_btn_box img {
	display: block;
	margin-bottom: 10px;
	max-width: 100%;
}
.link_btn_box {
	float: right;
}
@media only screen and (max-width:959px){
	.link_btn_box {
		float: none;
	}
}
/* link_btn */

/* =========================================================
Top
========================================================= */
#top #content_2 #c2_box {
	margin-left: 220px;
	min-height: 225px;
}
#top_img01 {
	float: left;
}
#top_brace {
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
}
/* スマホサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:640px){
	#top #content_2 #c2_box {
		margin: 0;
		padding-top: 10px;
		min-height: 100%;
	}
	#top_img01 {
		float: none;
		width: 40%;
		display: block;
		margin: 0 auto;
	}
}
/* =========================================================
Profile
========================================================= */
#img_pro01 {
	margin-bottom: 10px;
}
/* =========================================================
Divination
========================================================= */
#divination #content_1 .fl {
	margin-right: 10px;
}
#divination #content_1 .fr {
	margin-left: 10px;
}
#divination #content_2 .post {
	overflow: hidden;
	padding-bottom: 0;
}
#divination #content_2 .content_youtube {
	float: left;
	display: block;
	width: 49%;
	height: 200px;
	margin-bottom: 10px;
}
#divination #content_2 .content_youtube:nth-child(odd) {
	float: right;
}
/* スマホサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:640px){
	#divination #content_1 img {
		width: 70%;
	}
	#divination #content_2 .content_youtube {
		float: none;
		width: 100%;
		height: 200px;
	}
}
/* =========================================================
Bracelet
========================================================= */
#bracelet #content_1 .post,#bracelet #content_2 .post {
	border-bottom: none;
	margin-bottom: 0;
}
#bracelet #content_2 .title,#bracelet #content_3 .title {
	border-top: none;
}
#bracelet #content_2 #t_1 th {
	height: 40px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: 70px center;
	border-bottom: none;
}
#bracelet #content_2 #t_1 td {
	vertical-align: middle;
	font-size: 190%;
}
#bracelet #content_2 #t_1 #bra_th_1 {
	background-image: url(../images/bra_sample_01.png);
}
#bracelet #content_2 #t_1 #bra_th_2 {
	background-image: url(../images/bra_sample_03.png);
}
#bracelet #content_2 #t_1 #bra_th_3 {
	background-image: url(../images/bra_sample_05.png);
}
#bracelet #content_2 #t_1 #bra_th_4 {
	background-image: url(../images/bra_sample_10.png);
}
#bracelet #content_2 #t_1 #bra_th_5 {
	background-image: url(../images/bra_sample_15.png);
}
#bracelet #content_2 #t_1 #bra_th_6 {
	background-image: url(../images/bra_sample_20.png);
}
#bracelet #bracelet_photo ul {
	padding: 0;
	margin: 0;
	text-align: center;
}
#bracelet #bracelet_photo li {
	width: 32%;
	list-style: none;
	display: inline-block;
	background: none;
	padding: 0;
	margin: 0;
}
/* スマホサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:640px){
	#bracelet #content_2 #t_1 th {
		height: auto;
		background-image: none!important;
	}
	#bracelet #content_2 #t_1 td {
		font-size: 110%;
	}
}
/* =========================================================
Contact
========================================================= */
#contact .table_1 ul {
	margin: 0;
}
#contact .table_1 li {
	background: none;
	list-style: none;
	padding: 0;
}
#contact .table_1 li input {
	float: left;
}
#contact .input {
	display: inline-block;
}
#contact #name_sei {
	padding-bottom: 5px;
}
#contact .input_1 {
	width: 100%;
}
#contact #msg {
	width: 100%;
	height: 150px;
}
#contact label.error {
	display: block;
	color: red;
	font-weight: bold;
}
input.error,textarea.error {
	background-color: #FAE8E8;
}
#check form {
	display: inline-block;
}
#contact .table_1 table {
	border: none;
	margin: 0;
}
#contact .table_1 table th{
	width: auto;
	border: none;
	background: none;
	padding: 1px;
	vertical-align: top
}
#contact .table_1 table td {
	border: none;
	padding: 1px;
	padding-top: 2px;
	vertical-align: top;
}