/***** 共通指定 ******************************/


* {
	margin: 0;
	padding: 0;
}


html {
	height: 100%;
	overflow-y: scroll;
}


body {
	text-align: left;
	font-size: 14px;
	font-family: "メイリオ", serif;
	color: #262D40;
	background-color: #FFFFFF;
	background-image: url();
}




/* リンクのスタイル */


a {
	outline: none;
	color: #111;
}


a:visited,:link {
	text-decoration: none;
}


a:hover {
	text-decoration: underline;
	color: #c86464;
}




/* 装飾系のスタイル */


br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
	line-height: 0;
}


hr {
	clear: left;
	margin: 10px 0;
	border: 0;
}


img {
	border: none;
	vertical-align: middle;
}


ul {
	list-style: none;
}





/***** 回り込み解除 **************************/


.clearfix {
	*zoom: 1;
}


.clearfix:before, .clearfix:after {
	display: table;
	content: "";
}


.clearfix:after {
	clear: both;
}





/***** レイアウト指定 ************************/


/* ページ全体幅、センタリングスタイル */


#container {
	margin: 0 auto;
	width: 1060px;
	text-align: left;
}


#top_line {
	margin: 0 0 15px;
	width: 100%;	height: 3px;
	background: transparent url("https://img.shop-pro.jp/tmpl_img/67/border_bottom.png") repeat-x left top;
}





/* ヘッダー */


#header {
	clear: both;
	width: 100%;
	padding: 20px 0;
	margin-bottom: 50px;
}





/* サイド */


#side {
	float: left;
	width: 200px;
}





/* メイン */


#main {
	float: right;
	width: 800px;
}


#main a img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}



/* フッター（コピーライト */


#footer {
	clear: both;
	width: 100%;
	color: #666;
	text-align: center;
	padding: 30px 0 20px;
	border-top: 1px solid #ccc;
}





/* スライダー */


.slider{
	margin: 0 0 70px;
}





/***** ヘッダー指定 **************************/


#header .header_link {
	float: right;
	margin-bottom: 15px;
}


#header .header_link ul {

}


#header .header_link ul li {
	float: left;
	line-height: 16px;
	list-style-type: none;
	margin-left: 20px;
}


#header .header_link ul li i {
	display: block;
	float: left;
	width: 16px;	height: 16px;
	margin-right: 5px;
}


#header .header_link ul li a {
	text-decoration: none;
}


#header .header_link ul li.my_account {

}


#header .header_link ul li.my_account i.account {
	background: url(https://img.shop-pro.jp/tmpl_img/67/icons16.png) no-repeat left -97px;
}


#header .header_link ul li.member_login_btn i.login {
	background: url(https://img.shop-pro.jp/tmpl_img/67/icons16.png) no-repeat left -225px;
}


#header .header_link ul li.member_regist_btn i.regist {
	background: url(https://img.shop-pro.jp/tmpl_img/67/icons16.png) no-repeat 0px -193px;
}


#header .header_link ul li.member_logout_btn i.logout {
	background: url(https://img.shop-pro.jp/tmpl_img/67/icons16.png) no-repeat left -210px;
}


#header .member_login_name {
	float: right;
	clear: right;
	margin: 0 0 13px;
}


#header .header_link ul li.view_cart {

}


#header .header_link ul li.view_cart i.cart {
	background: url(https://img.shop-pro.jp/tmpl_img/67/icons16.png) no-repeat 0px 0px;
}


#header .header_link ul li.view_cart span.count {
	color: #fff;
	font-weight: bolder;
	background: #ff3355;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px 10px;
	margin-left: 5px;
}


#header .header_delivery_price {
	float: right;
	clear: right;
	line-height: 1.5;
	border: solid 1px #aaa;
	list-style: none;
	padding: .5em 1em .3em;
	margin: 0 0 17px;
}


#header .search {
	float: right;
	clear: right;
	margin-bottom: 40px;
}


#header h1.logo {
	max-width: 50%;
	font-size: 40px;
	word-wrap: break-word;
}


#header h1.logo a {
	text-decoration: none;
}


#header h1.logo img {
	max-width: 100%;
}





/***** フッター指定 **************************/


#footer a {
	color: #666;
}


#footer .footer_menu {
	clear: both;
	margin-bottom: 10px;
}


#footer .footer_menu li {
	display: inline;
	margin: 0 5px;
}




/* Twitter & instagramアイコン */


.footer_sns {
	display: flex;
	justify-content: center;
	list-style: none;
	margin: 0 auto 20px auto;
}


.footer_sns li {
	margin-right: 10px;
}


.footer_sns li:last-child {
	margin-right: 0;
}


.footer_sns img {
	width: 20px;
}





/* 権利表記 */


.copyright {
	clear: both;
	font-size: 76.923%;
	text-align: center;
	padding: 1em 0;
}


.powered {
	display: inline;
	text-align: center;
	line-height: 18px;
	margin-left: 1em;
}


.powered a {
	color: #777;
	text-decoration: none;
}


.powered img {
	margin-left: .3em;
	width: 200px;	height: 18px;
}





/* お買いものガイド */


.foot_policy{
	border-bottom: 1px solid #ccc;
	padding: 0 0 20px;
	margin: 0 0 30px;
}





#foot_box_flex {
	display: flex;
	justify-content: space-between;
}


.foot_box_left {
	width: 50%;	height: auto;
}


.foot_box_right {
	width: 49%;	height: auto;
}


.foot_box_left, .foot_box_right {

}


.foot_sk_box {
	padding: 0 25px;
	text-align: left;
}


.foot_box_left .foot_sk_box:nth-child(2) {
	margin-top: 50px;
}


.foot_sk_box ul {
  
}


.foot_sk_box h3 {
	margin: 0 0 1em;
}


.foot_sk_box h4 {
	font-size: 13px;
}


.foot_sk_box dt {
	margin: 0 0 .5em;
}


.foot_sk_box dd {
	margin: 0 0 1.5em;
}


#mobile {
	width: 145px;
}






/***** メイン指定 ****************************/


#main .box {
	clear: both;
	overflow: hidden;
	border-top: solid 1px #999;
	margin-bottom: 60px;
}


#main .box h3 {
	font-size: 13px;
	vertical-align: middle;
}


.header_block {
	clear: both;
	background: transparent url("https://img.shop-pro.jp/tmpl_img/67/border_bottom.png") repeat-x left bottom;
	padding: 1.1em 0;
}


.header_block .icon {
	float: left;
	width: 20px;	height: auto;
	text-align: center;
	margin: 0 14px 0 0;
}


.header_block .icon img {
	max-width: 100%;
}


.header_block .title{
	float: left;
	text-align: left;
}


.header_block h3{
	text-align: left;
	border: none;
	padding: 0;
}


.header_block p{
	color: #999;
	margin-top: 4px;
}


#main .header_block{
	margin: 0 0 30px;
}


#main .header_block .icon{
	padding: 0;
}





/***** アイテムボックス指定 ******************/


.item_box {
	display: inline-block;
	float: left;
	width: 205px;
	text-align: left;
	vertical-align:top;
	margin: 0 41px 45px 0;
	/display: inline;
	/zoom: 1;
}


.item_box .item_image {
	margin: 0;
}


.item_box .item_image img.item {
	max-width: 100%;
	border: solid 1px #ddd;
}


.item_box .item_detail {
	border-left: solid 1px #ddd;
	padding-left: 10px;
	margin: 15px 0 0;
}


.item_box .item_detail p{
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
}


.item_box .item_detail p.item_name {
	font-size: 15px;
	margin-bottom: 5px;
}


.item_box .item_detail p.item_description {
	overflow: visible;
	text-overflow: initial;
	white-space: normal;
}


p.item_regular_price, p.item_price, p.item_discount {
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	margin-bottom: 10px;
}


.box_last{
	margin-right: 0;
}


.box_small .item_box {
	display:inline-block;
	width: 113px;
	text-align: left;
	vertical-align: top;
	margin: 0 33px 45px 0;
	/display: inline;
	/zoom: ;
}


.box_small p {
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
}


.box_small .item_box .item_detail a {
	font-size: 13px;
	margin-bottom: 5px;
}


.box_small .box_last {
	margin-right: 0;
}


.stock_error{
	display: none;
	color: #DA5858;
	font-weight: bold;
	padding: 10px 0;
}





/***** トップページ指定 **********************/


#main #box_info p {
	line-height: 20px;
}


#main #box_free {
	border: #aaa solid 1px;
	padding: 20px;
}


#main #box_free p {
	line-height: 20px;
}


#main #box_news .header_block {
	margin-bottom: 0;
}


#main #box_news ul {
	list-style: none;
	margin-left: 0;
}


#main #box_news ul li {
	border-top: #ddd solid 1px;
}


#main #box_news ul li:first-child {
	border-top: none;
}


#main #box_news  ul li div {
	padding: 1.6em 0 1.4em;
}


#main #box_news  p.news_date {
	float: left;
	width: 70px;
	margin-right: 20px;
}


#main #box_news  p.news_message {
	float: left;
}





/***** プロダクトディテールページ指定 ********/


h2.product_name {
	font-size: 18px;
	background: transparent url("https://img.shop-pro.jp/tmpl_img/67/border_bottom.png") repeat-x left bottom;
	padding-bottom: 0.6em;
	margin-bottom: 0.8em;
}


.product_form {
	margin: 0 0 62px;
}


.product_detail_area {
	position: relative;
	width: 100%;
}


.product_images {
	display: inline-block;
	float: left;
	width: 400px;
}


.product_images div img {
	max-width: 100%;
	max-height: 100%;
	width: auto;	height:auto;
	border: 1px solid #ddd;
}


.product_images div p.detail {
	line-height: 20px;
	margin-top: 10px;
}


.add_cart {
	clear: right;
	float: right;
	overflow: hidden;
	width: 270px;
}


table.add_cart_table {
	width: 100%;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	border-left: solid 1px #ccc;
	table-layout: fixed;
	margin-bottom: 10px;
}


table.add_cart_table th {
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	width: 35%;
	font-size: 12px;
	text-align: left;
	white-space: nowrap;
	padding: 12px 4px 12px 18px;
}


table.add_cart_table td {
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	width: 55%;
	text-align: left;
	white-space: nowrap;
	padding: 10px 0;
}


table.add_cart_table td input {
	width: 38px;	height: 26px;
	font-size: 15px;
	line-height: 26px;
	vertical-align: middle;
	padding: 0 4px;
}


table.add_cart_table td strong.price {
	font-size: 14px;
}


table.add_cart_table td input.text-titles-list__detail-text {
	width: 130px;
}


table#option_tbl {
	width: 100%;
	margin-bottom: 20px;
}


table#option_tbl th,
table#option_tbl td.none {
	background: whiteSmoke;
}


table#option_tbl th,
table#option_tbl td {
	text-align: center;
	border: 1px solid #ccc;
	padding: 10px;
}


table#option_tbl th {
	background: whiteSmoke;
}


table#option_tbl td div input {
	margin-bottom: 5px;
}


ul.option_price {
	margin: 0 0 20px 0;
}


ul.option_price li {
	list-style-type: none;
}


.option_box {
	clear: both;
	overflow: hidden;
	width: 100%;
}


table td.pur_block{
	width: auto;
	white-space: normal;
	margin: 0 5px 0 0;
}


.button_area input {
	width: 100%;
}


.product_description {
	clear: both;
	font-size: 12px;
	line-height: 22px;
	word-wrap: break-word;
	margin-bottom: 20px;
}


.product_image_extra {
	text-align: center;
	margin-bottom: 20px;
}


.product_image_extra img.item {
	margin-bottom: 20px;
}


.product_link_area {
	border-top: #ccc solid 1px;
	padding: 20px 0 0;
	margin: 20px 0 0;
}


.product_link_area div.twitter {
	float: left;
	width: 100px;
}


.product_link_area div.pinterest {
	float: left;
	margin-right: 30px;
}


.product_link_area div.fb-like {
	float: left;
	width: 200px;
}


.product_link_area ul.other_link {
	clear: both;
	margin: 20px 0 0 20px;
}


.product_link_area ul.other_link li {
	margin-bottom: 10px;
}


.share{
	list-style: none;
	margin: 15px 0 0;
}


.share li{
	display: inline-block;
	float: left;
	max-width: 125px;
	margin: 0 10px 10px 0;
}


.calamel-link {
	margin-top: 10px;
}


#tb_cap_tb {
	margin-top: 20px;
}


.tb {
	border-top: 1px solid #CCC;
	padding: 10px 0 10px 0;
}


#tb_stitle {
	margin-bottom: 20px;
}


.tb_date, .tb_title, .tb_body, .tb_state {
	margin-bottom: 5px;
}





/***** クラウドズーム指定 ********************/


/* This is the moving lens square underneath the mouse pointer. */
/* マウスポインターの下にある可動レンズの四角形 */


.cloud-zoom-lens {
	border: 4px solid #888;
	background-color: #fff;
	cursor: move;
	margin: -4px;  /* 境界線の太さを引いた値にする. */
}





/* This is for the title text. */
/* タイトルテキスト用 */


.cloud-zoom-title {
	position: absolute !important;
	top: 0;
	width: 100%;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #000;
	padding: 3px;
}





/* This is the zoom window. */
/* ズームウィンドウ */


.cloud-zoom-big {
	border: 4px solid #c86464;
	overflow: hidden;
}





/* This is the loading message. */
/* 読み込み中のメッセージ */


.cloud-zoom-loading {
	color: white;
	background: #222;
	border: 1px solid #000;
	padding: 3px;
}





/* Feature section in ZoomEngine page */
/* ZoomEngine ページの機能セクション */


.zoom-section {
	clear: both;
}


* html .zoom-section {
	display: inline;
	clear: both;
}


.zoom-small-image {
	float: left;
	width: 400px;
	margin-top: 4px;
}


.zoom-small-image #wrap {
	position: relative;
	top: 0;
	z-index: 9999;
}


.cloud-zoom {
	margin-bottom: 20px;
}


.zoom-small-image .mousetrap {
	position: absolute;
	top: 0;	left: 0;
	z-index:999;
	width: 100%;
}





/* Feature descriptions in ZoomEngine page */
/* ZoomEngine ページの機能の説明 */


.zoom-desc {
	clear: left;
	width: 100%;
}


a.cloud-zoom-gallery {
	display: block;
	float: left;
	width: 82px;	height: 82px;
	cursor: pointer;
	margin: 0 22px 20px 0;
}


.zoom-tiny-image {
	width: 100%;	height: auto;
	border: 1px solid #ccc;
	background: #efefef;
	padding: 3px;
}


.zoom-tiny-image.selected {
	background: #c86464;
	border: 1px solid #c86464;
}


.zoom-tiny-image:hover {
	border: 1px solid #c86464;
}


a.gallery_last {
	margin-right: 0;
}





/***** プロダクトオプションウィンドウ ********/


#product_option {
	background: #fff;
	padding: 20px;
	margin: 20px;
}


#product_option h2 {
	margin-bottom: 20px;
}


table.table_option {
	background: #fff;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin-bottom: 20px;
}


table.table_option th {
	background: #f5f5f5;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 10px;
}


table.table_option td {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 10px;
}





/***** プロダクトリストページ ****************/


.sub_category_area,
.sub_group_area {
	height: 100%;
	border: solid 1px #ccc;
	padding: 10px 10px 0px 10px;
	margin-bottom: 20px;
}


.sub_category_area div.sub_category,
.sub_group_area div.sub_group {
	float: left;
	margin: 0 20px 10px 0;
}


.sub_category_area div.sub_category img,
.sub_group_area div.sub_group img {
	border: solid 1px #ccc;
	margin-right: 10px;
}





/***** 検索ページ ****************************/


.search_result {
	text-align: center;
	background: #ddd;
	padding: 10px 0;
	margin: 20px 0;
}


.none {
	text-align: center;
	margin: 50px 0;
}





/***** ポリシー ******************************/


#policy {
	font-size: 14px;
	line-height: 1.8;
}


#policy h2 {
	margin-bottom: 30px;
}


.policy_box, #policy_lead {
	margin-bottom: 30px;
}


.sk_box {
	margin-bottom: 70px;
}


.sk_box h3 {
	font-size: 16px;
	margin-bottom: 1em;
}


.sk_box table {
	width: 100%;
	border-top: 1px solid #ccc;
	border-collapse: separate;
	empty-cells: show;
}


.sk_box th {
	width: 170px;
	text-align: left;
	padding: 20px 40px 20px 0;
}


.sk_box th img.poricy_img {
	margin-bottom: 5px;
}


.sk_box td {
	content: ' ';
	padding: 20px 0;
	zoom: 1;
}


.sk_box th, .sk_box td {
	position: relative;
	vertical-align: top;
	line-height: 1.8;
	border-bottom: solid 1px #ccc;
}


#payment_method {
	margin-top: 40px;
}


#payment_method table.table {
	width: 100%;
}


#payment_method table.table th {
	width: 200px;
	text-align: center;
}


#shipping_method {
	margin-top: 40px;
}


#shipping_method table.table {
	width: 100%;
}


#shipping_method table.table th {
	width: 200px;
	text-align: center;
}





/***** サイド ********************************/


#side .box {
	position: relative;
	clear: both;
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
	word-wrap: break-word;
	margin-bottom: 60px;
}


#side .box h3 {
	font-size: 16px;
	font-weight: normal;
	text-align: left;
}


#side .box ul {
	list-style: none;
	margin-left: 0px;
}


#side .box ul li {
	border-top:#838383 dotted 1px;
}


#side .box ul li:first-child {
	border-top:none;
}


#side #side_nav {
	border-top: none;
	border-right: solid 2px #ccc;
	border-bottom: none;
	padding: 0;
}


#side #side_nav ul{
	margin-right: 10px;
}


#side #side_nav ul li {
	margin: 0;
}


#side #side_nav .nav_item {
	clear: both;
	cursor: pointer;
	padding: .9em 0 .9em;
}


#side #side_nav .nav_item .nav_icon {
	float: left;
	width: 20px;	height: auto;
	padding: inherit;
}


#side #side_nav .nav_item .nav_icon img {
	max-width: 100%;
}


#side #side_nav .nav_item .nav_title {
	float: right;
	text-align: right;
}


#side #side_nav .nav_item h3 {
	text-align: right;
	border: none;
	padding: 0;
	margin-bottom: 4px;
}


#side #side_nav .nav_item p {
	color: #999;
}


.box_default ul li div {
	position: relative;
	text-align: left;
	padding: 1.2em 0 1em;
}


.box_default ul li div img {
	border: solid #ddd 1px;
}


.box_default ul li div p {
	line-height : 1.6;
}


#side #box_cart {

}


#side #box_cart .cart_button {
	text-align: right;
}


#side #box_owner .inner {
	padding: 1.2em 0 1em;
}


#side #box_owner .owner_photo {
	max-width: 100%;
	width: 100px;	height: auto;
	border: solid #ddd 1px;
	margin: 0 0 10px;
}


#side #box_owner p.name {
	font-size: 14px;
}


#side #box_owner p.memo {
	font-size: 11px;
	line-height: 18px;
}


#side #box_owner p.website {
	padding-left: 20px;
}


#qr_code {
	padding: 20px 0;
}


#box_sellers .seller_box {
	padding: 2.2em 0;
}


#box_sellers li {
	display: block;
	position: relative;
}


#box_sellers  .top_seller:before {
	position: absolute;
	top: 18px;	left: -6px;
	content: url(https://img.shop-pro.jp/tmpl_img/67/rank1.png);
}


#box_sellers  .rank_2:before {
	content: url(https://img.shop-pro.jp/tmpl_img/67/rank2.png);
}


#box_sellers  .rank_3:before {
	content: url(https://img.shop-pro.jp/tmpl_img/67/rank3.png);
}


#box_sellers .seller_image {
	float: left;
	width: 80px;
	border: solid #ddd 1px;
	margin: 0 10px 0 0;
}


#box_sellers .seller_detail {
	float: right;
	width: 104px;
}


#box_sellers .seller_rank {
	font-size: 12px;
	margin: 0 0 10px;
}


#box_sellers .seller_rank > strong {
	font-size: 15px;
}


#box_sellers .seller_name {
	font-size: 13px;
}


#box_sellers .seller_teika {
	float: left;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}


#box_sellers .more_seller {
	display: none;
}


.more_btn {
	text-align: center;
	border-top: solid 1px #999;
	cursor: pointer;
	padding: 8px 0;
}


.updown {
	display: inline-block;
	width: 13px;	height: 8px;
	background: url(https://img.shop-pro.jp/tmpl_img/67/down_icon.png);
	background-repeat: no-repeat;
	margin: 0 3px 0 0;
}


.more_up {
	background: url(https://img.shop-pro.jp/tmpl_img/67/up_icon.png);
}





/***** コモンエレメント **********************/


/* @group Common Elements */
/* グループ共通要素 */


table {
	border-spacing: 0;
	border-collapse: collapse;
}


table.table {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin-bottom: 20px;
}


table.table th {
	background: #f5f5f5;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 5px;
}


table.table td {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 5px;
}


.footstamp {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 15px;
}


.footstamp span {
	color: #999;
	margin: 0 5px;
}


.sort {
	float: right;
	text-align: right;
	margin-bottom: 20px;
}


.sort strong {
	margin-right: 5px;
}


.sort a {
	text-decoration: underline;
	margin-right: 5px;
}


.sort span {
	font-weight: bolder;
	text-decoration: none;
	background: #eee;
	margin-right: 5px;
}


.pager {
	clear: both;
	text-align: center;
	margin: 20px 0;
}


.pager a {
	margin: 15px;
}


.none {
	clear: both;
	text-align: center;
	margin: 50px 0;
}


.sold_out {
	color: #DA5858;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}


.to_top {
	float: right;
	clear: both;
	color: #888;
	font-size: 14px;
	text-align: center;
	border: solid 1px #aaa;
	padding: 1.3em 1em;
	margin: 0 0 20px;
}


.to_top:hover {
	color: #c86464;
	text-decoration: none;
	border-color: #c86464;
}


.tbl_calendar {
	width: 100%;
	border: none !important;
	border-spacing: 0 !important;
	border-collapse: collapse !important;
	margin: 20px 0;
}


.tbl_calendar th, .tbl_calendar td {
	text-align: center !important;
	border-bottom: 1px solid #ccc !important;
	padding: 4px !important;
}





/* @group button */
/* グループボタン */


.btn {
	display: block;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	text-align: center;
	line-height: 1;
	border: none;
	border-radius: 0;
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: 1em;
}


.btn:link, .btn:visited, .btn:hover, .btn:active{
	color: #fff;
	text-decoration: none;
}


.btn-primary {
	background-color: #c86464;
	padding: 1.4em 0;
	margin: 1.2em 0 .9em;
}


.btn-contact {
	font-size: 13px;
	font-weight: normal;
	background-color: #a0a0a0;
	padding: 1.3em 0;
	margin: 0.5em 0.3em;
}


.btn-quick {
	font-size: 13px;
	background-color: #64b4c8;
	padding: 1.3em 0;
	margin: 0.9em 0;
}


.twitter_wrap{
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  max-width: 500px;
}
 
.twitter_wrap iframe{
  width: 100% !important;
}
