@charset "utf-8";

/* ipad.css - CSS for iPad
-----------------------------------------------

	非表示対応
	崩れ対応

-----------------------------------------------
*/

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
= 非表示対応
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#aside-mamoritai {
	display:none;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
= 崩れ対応
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* ヘッダ・フッタ */
.hokende-header .global-nav li {
	font-size:0.9em;
}
.hokende-footer .address_200703 .footer_link2 {
	font-size:0.8em;
}

/* トップページ */
#center #oshiete iframe {
	height:90px;
}
#center #oshiete .column-body {
	height:90px;
}

/* ペット保険 */
#pet-body.pet-sim .sim-frame .condition {
	font-size:1.2em;
}
#pet-body.pet-sim .sim-frame .condition span {
	font-size:1.2em;
}
#pet-body.pet-sim .select-box select.age {
	width:65px;
}

/* social button */
.hokende-top .social-button {
	overflow:hidden;
}
.hokende-top .social-button *:nth-last-child(1) {
	margin-right:-15px;
}
.hokende-top .social-button iframe:nth-child(1) {
	width:115px !important;
}
.hokende-top .social-button .twitter-share-button {
	width:90px !important;
}
